@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* custom */
/* custom */
/* custom */
/** MEDIA QUERY USAGE EXAMPLE  =================================================

device/size name is defined as a single string argument.
  .wrapper {
    margin: 0 auto;
    width: 100%;
    @include screen('tablet') {
      width: 90%;
    }

    @include screen('desktop') {
      width: 85%;
    }
  }

====================================================== */
/** GRADIENT USAGE EXAMPLE ======================================================

  .gradient {
    @include gradient(color1, color2, direction);
  }

 ====================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 18px; }
  @media screen and (max-height: 720px) {
    html {
      font-size: 16px; } }

body {
  padding: 0;
  margin: 0;
  width: 100vw;
  font-weight: 300;
  overflow: hidden;
  /* font-family: "futura-pt", "futura pt", sans-serif !important; */
  font-family: daxwide !important;
  }

p {
  margin: 0; }

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit; }

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  margin: 0;
  font-weight: inherit; }

li, ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

* {
  outline: none !important; }

#main {
  padding: 6rem 0 0 0; }

@media only screen and (max-width: 768px) {
  #main {
    padding: 4rem 0 0 0; } }

@-webkit-keyframes slowlyComing {
  0% {
    top: 20px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@keyframes slowlyComing {
  0% {
    top: 20px;
    opacity: 0; }
  100% {
    top: 0;
    opacity: 1; } }

@-webkit-keyframes anim-transform {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes anim-transform {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@-webkit-keyframes anim-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes anim-opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes anim-expand {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1; } }

@keyframes anim-expand {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(100%);
            transform: scale(100%);
    opacity: 1; } }

.row:after {
  content: '';
  display: block;
  clear: both; }

.col-half {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left; }

.col-third {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33333%;
  float: left; }

.col-two-thirds {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 66.66667%;
  float: left; }

.col-quarter {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  float: left; }

.col-three-quarters {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 75%;
  float: left; }

@media only screen and (max-width: 768px) {
  .col-third {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 33.33333%;
    float: left; }
  .col-two-thirds {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 66.66667%;
    float: left; } }

@media only screen and (max-width: 450px) {
  .col-half,
  .col-third,
  .col-two-thirds,
  .col-quarter {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    float: left;
    margin-left: 0; } }

.bg-cta {
  background-color: #5FD3B7; }

.bg-light {
  background-color: #9BB0F2; }

.bg-medium {
  background-color: #5772CB; }

.bg-dark {
  background-color: #374997; }

.bg-grey {
  background-color: #A8A8A8; }

.bg-black {
  background-color: #626262; }

.bg-offwhite {
  background-color: #F7F7F7; }

.bg-white {
  background-color: #FFFFFF; }

.ph-outline {
  outline: 1px solid black; }

.ph-image {
  background-color: grey; }

.flex-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.pad {
  padding: 1rem; }

.pad--right {
  padding-right: 1rem; }

.pad--double {
  padding: 2rem; }

.padding-top--quad {
  padding-top: 4rem; }

.height-100 {
  height: 100%; }

.space-top {
  margin-top: 1rem; }
  .space-top--double {
    margin-top: 2rem !important; }
  .space-top--quad {
    margin-top: 4rem !important; }
  .space-top--huge {
    margin-top: 6rem; }
  .space-top--massive {
    margin-top: 8rem; }

.space-bottom {
  margin-bottom: 1rem; }
  .space-bottom--double {
    margin-bottom: 2rem; }
  .space-bottom--large {
    margin-bottom: 4rem !important; }
  .space-bottom--huge {
    margin-bottom: 6rem !important; }

.soft-shadow {
  -webkit-box-shadow: 0 0.5rem 0.75rem -0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 0.75rem -0.5rem rgba(0, 0, 0, 0.1); }

.blue-border {
  border: 2px solid #5772CB; }

.heading__blurb {
  pointer-events: none;
  background-color: transparent;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: -50px; }
  @media only screen and (min-width: 1500px) {
    .heading__blurb {
      left: 10%; } }
  @media only screen and (max-width: 450px) {
    .heading__blurb {
      top: 25px; } }
  .heading__blurb--text {
    color: #5772CB;
    font-size: 250px;
    line-height: 1;
    opacity: 0.1;
    overflow: hidden;
    white-space: nowrap; }
    @media only screen and (max-width: 450px) {
      .heading__blurb--text {
        font-size: 150px; } }

.bg-filter {
  position: relative;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
  .bg-filter:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#9BB0F2), to(#374997));
    background-image: -webkit-linear-gradient(top, #9BB0F2, #374997);
    background-image: linear-gradient(to bottom, #9BB0F2, #374997); }

.dot-container {
  width: 100%;
  height: 1px;
  background-color: black;
  position: relative; }

.square {
  display: none;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  border: solid 1px black;
  position: absolute;
  top: -5px;
  left: -webkit-calc(20% - 5px);
  left: calc(20% - 5px); }
  @media only screen and (max-width: 450px) {
    .square {
      left: -webkit-calc(40% - 5px);
      left: calc(40% - 5px); } }

.cta {
  margin-top: 20px;
  background: #5772CB; }
  @media only screen and (max-width: 450px) {
    .cta {
      background-color: transparent; } }

.cta .square {
  /* background: #5FD3B7;
  border-color: #5FD3B7; */
  background: #5772CB;
  border-color: #5772CB;
  width: 60px;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

.text-cta {
  color: #5FD3B7; }

.text-light {
  color: #9BB0F2; }

.text-mediumblue {
  color: #5772CB; }

.text-dark {
  color: #374997; }

.text-black {
  color: #626262; }

.text-white {
  color: #FFFFFF; }

.text-grey {
  color: #A8A8A8; }

.text-upper {
  text-transform: uppercase;
  letter-spacing: 0.02em; }

.text-lower {
  text-transform: lowercase;
  letter-spacing: 0.02em; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.text-small {
  font-size: 1em; }
  @media only screen and (max-width: 768px) {
    .text-small {
      font-size: 14px; } }
  @media only screen and (max-width: 450px) {
    .text-small {
      font-size: 14px; } }
  @media only screen and (max-width: 360px) {
    .text-small {
      font-size: 13px; } }

.text-medium {
  font-size: 1.25em;
  letter-spacing: 1px;
  line-height: 1.3;
  font-weight: 400; }
  @media only screen and (max-width: 768px) {
    .text-medium {
      font-size: 18px; } }
  @media only screen and (max-width: 450px) {
    .text-medium {
      font-size: 18px; } }
  @media only screen and (max-width: 360px) {
    .text-medium {
      font-size: 16px; } }

.text-large {
  font-size: 1.5em !important;
  font-weight: 100;
  line-height: 1.2 !important; }
  @media only screen and (max-width: 768px) {
    .text-large {
      font-size: 20px; } }
  @media only screen and (max-width: 450px) {
    .text-large {
      font-size: 20px; } }
  @media only screen and (max-width: 360px) {
    .text-large {
      font-size: 18px; } }

.text-larger {
  font-size: 2.25em;
  font-weight: 500;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .text-larger {
      font-size: 24px; } }
  @media only screen and (max-width: 450px) {
    .text-larger {
      font-size: 22px; } }
  @media only screen and (max-width: 360px) {
    .text-larger {
      font-size: 20px; } }

.text-huge {
  font-size: 3em;
  font-weight: 500;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    .text-huge {
      font-size: 32px; } }
  @media only screen and (max-width: 450px) {
    .text-huge {
      font-size: 26px; } }

.text-massive {
  font-size: 4.5em;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0; }
  @media only screen and (max-width: 768px) {
    .text-massive {
      font-size: 40px; } }
  @media only screen and (max-width: 450px) {
    .text-massive {
      font-size: 32px; } }

.text-thin {
  font-weight: 100; }

.text-thick {
  font-weight: 500; }

.text-thicker {
  font-weight: 700; }

.text-low-opacity {
  opacity: 0.3; }

.text-high-opacity {
  opacity: 0.9; }

@font-face {
  font-family: 'fontello';
  src: url("../assets/fonts/fontello925f.eot?81936273");
  src: url("../assets/fonts/fontello925f.eot?81936273#iefix") format("embedded-opentype"), url("../assets/fonts/fontello925f.html?81936273") format("woff2"), url("../assets/fonts/fontello925f.woff?81936273") format("woff"), url("../assets/fonts/fontello925f.ttf?81936273") format("truetype"), url("../assets/fonts/fontello925f.svg?81936273#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?81936273#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-up-big:before {
  content: '\e800'; }

/* '' */
.icon-down-big:before {
  content: '\e801'; }

/* '' */
.icon-calendar:before {
  content: '\e802'; }

/* '' */
.icon-twitter:before {
  content: '\f099'; }

/* '' */
.icon-facebook:before {
  content: '\f09a'; }

/* '' */
.icon-linkedin:before {
  content: '\f0e1'; }

/* '' */
.icon-youtube-play:before {
  content: '\f16a'; }

/* '' */
.section {
  position: relative;
  width: 100vw;
  height: auto; }
  .section:after {
    content: '';
    display: block;
    clear: both; }
  .section__inner {
    float: none;
    position: relative;
    width: 85vw;
    max-width: 1400px;
    margin: 2rem auto; }
  .section__small {
    float: none;
    position: relative;
    width: 55vw;
    max-width: 960px;
    margin: 0 auto; }
    @media only screen and (max-width: 450px) {
      .section__small {
        width: 80%; } }
  .section__background {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: plum; }
  .section__full {
    height: 100vh;
    width: 100%; }
  .section__section85 {
    height: 85vh;
    width: 100%;
    margin-bottom: 5vh; }
  .section__short {
    height: 70vh;
    width: 100%; }

.navigation {
  height: 8rem;
  width: 100vw;
  position: fixed;
  z-index: 100;
  background-color: #FFFFFF;
  padding: 0 2rem;
  -webkit-transition: -webkit-box-shadow 600ms linear, -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: -webkit-box-shadow 600ms linear, -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: box-shadow 600ms linear, transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: box-shadow 600ms linear, transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-box-shadow 600ms linear, -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915); }
  @media only screen and (max-width: 768px) {
    .navigation {
      height: 4rem; } }
  .navigation::before {
    background-color: #FFFFFF;
    position: fixed;
    top: -250px;
    left: 0;
    height: 250px;
    width: 100vw;
    content: ''; }
  .navigation.scroll {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-4rem);
        -ms-transform: translateY(-4rem);
            transform: translateY(-4rem); }
    @media only screen and (max-width: 768px) {
      .navigation.scroll {
        -webkit-transform: translateY(0rem);
            -ms-transform: translateY(0rem);
                transform: translateY(0rem); } }
    .navigation.scroll .navigation--inner {
      -webkit-transform: translateY(0rem);
          -ms-transform: translateY(0rem);
              transform: translateY(0rem); }
    .navigation.scroll .navigation--list-item > a, .navigation.scroll .navigation--menu {
      display: inline-block;
      position: relative;
      -webkit-transform: scale(0.8);
          -ms-transform: scale(0.8);
              transform: scale(0.8); }
    .navigation.scroll .navigation--logo {
      -webkit-transform: scale(0.65);
          -ms-transform: scale(0.65);
              transform: scale(0.65); }
    .navigation.scroll .dropdown__body {
      top: 3rem; }
  .navigation--inner {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 4rem;
    padding: 0 2rem;
    -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
            transform: translateY(-1rem);
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915); }
    @media only screen and (max-width: 768px) {
      .navigation--inner {
        -webkit-transform: translateY(0rem);
            -ms-transform: translateY(0rem);
                transform: translateY(0rem); } }
  .navigation--contact-strip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-right: 2rem;
    height: 2em;
    background: #F7F7F7;
    color: #5772CB;
    text-align: right;
    line-height: 2; }
    .navigation--contact-strip span, .navigation--contact-strip b {
      margin-left: 1em; }
    @media only screen and (max-width: 768px) {
      .navigation--contact-strip {
        display: none; } }
  .navigation--menu {
    display: inline-block;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915); }
    .navigation--menu-burger {
      height: 32px;
      position: relative;
      top: 0;
      cursor: pointer; }
      .navigation--menu-burger .burger--line {
        position: absolute;
        right: 0;
        width: 20px;
        height: 2px;
        -webkit-transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        background: #5772CB;
        -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
                transform-origin: left center; }
        .navigation--menu-burger .burger--line:nth-child(2) {
          top: 8px; }
        .navigation--menu-burger .burger--line:nth-child(3) {
          top: -webkit-calc(50% - 1px);
          top: calc(50% - 1px);
          -webkit-transform: scaleX(0.75);
              -ms-transform: scaleX(0.75);
                  transform: scaleX(0.75); }
        .navigation--menu-burger .burger--line:nth-child(4) {
          bottom: 8px; }
      .navigation--menu-burger .burger--menu {
        color: #5772CB;
        display: inline-block;
        height: 100%;
        font-weight: 500;
        text-transform: uppercase;
        margin-right: 2rem; }
      .navigation--menu-burger:hover .burger--line:nth-child(3) {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
      .navigation--menu-burger.burger--open .burger--line:nth-child(2) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg); }
      .navigation--menu-burger.burger--open .burger--line:nth-child(3) {
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
      .navigation--menu-burger.burger--open .burger--line:nth-child(4) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .navigation--logo {
    position: absolute;
    top: 0;
    left: 2rem;
    width: 10rem;
    height: 4rem;
    z-index: 2;
    background-image: url(../images/aba-logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915); }
    @media only screen and (max-width: 768px) {
      .navigation--logo {
        -webkit-transform: scale(0.65);
            -ms-transform: scale(0.65);
                transform: scale(0.65); } }
  .navigation--quick {
    position: absolute;
    right: 2rem;
    top: 0;
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: right; }
    @media only screen and (max-width: 768px) {
      .navigation--quick {
        height: 50%;
        width: 100%;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 450px) {
      .navigation--quick {
        width: 25%; } }
    .navigation--quick-search {
      color: #5772CB;
      height: 25px;
      width: 25px;
      margin: .5rem 1rem .5rem 0;
      position: relative;
      cursor: pointer; }
      .navigation--quick-search img {
        max-width: 100%;
        height: auto; }
      .navigation--quick-search .icon-search {
        display: block; }
      .navigation--quick-search .icon-close {
        display: none; }
      .navigation--quick-search.qs-open .icon-search {
        display: none; }
      .navigation--quick-search.qs-open .icon-close {
        display: block; }
  .navigation--list {
    list-style: none;
    display: inline-block; }
    @media only screen and (max-width: 768px) {
      .navigation--list {
        display: none; } }
    .navigation--list-item {
      color: #5772CB;
      display: inline-block;
      height: 100%;
      margin-right: 2rem;
      -webkit-transition: all 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: all 330ms cubic-bezier(0.585, 0.2, 0.07, 1); }
      .navigation--list-item > a {
        margin: 0 auto;
        font-weight: 500;
        text-transform: uppercase;
        -webkit-transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        -webkit-transform-origin: center bottom;
            -ms-transform-origin: center bottom;
                transform-origin: center bottom;
        position: relative; }
        .navigation--list-item > a:after {
          content: '';
          position: absolute;
          left: -0.5rem;
          bottom: -0.25rem;
          height: 2px;
          width: -webkit-calc(100% + 1rem);
          width: calc(100% + 1rem);
          /* background: #5FD3B7; */
          background: #5772CB;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          -webkit-transform-origin: right center;
              -ms-transform-origin: right center;
                  transform-origin: right center;
          -webkit-transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
          transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
          transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
          transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms, -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms; }
      .navigation--list-item:hover > a:after, .navigation--list-item.selected > a:after, .navigation--list-item.ancestor > a:after {
        -webkit-transform-origin: left center;
            -ms-transform-origin: left center;
                transform-origin: left center;
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
      @media only screen and (max-width: 768px) {
        .navigation--list-item {
          margin: 0 5%;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center; } }
      @media only screen and (max-width: 450px) {
        .navigation--list-item {
          margin: auto; } }
      .navigation--list-item:hover {
        color: #5772CB; }
  .navigation--search {
    position: fixed;
    z-index: 4;
    top: 0;
    right: 0;
    height: 12.5vh;
    width: 100%;
    background-color: #FFFFFF;
    pointer-events: none;
    -webkit-transition: all 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: all 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05);
            box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.05); }
    .navigation--search #nav-search {
      border: 1px solid #5772CB;
      width: 40%;
      background-color: #FFFFFF;
      margin: 1.5rem 0; }
      @media only screen and (max-width: 450px) {
        .navigation--search #nav-search {
          width: 90%;
          height: 15vh;
          z-index: 99; } }
    .navigation--search #searchResultsIndex {
      width: 70%;
      height: 100%;
      -webkit-transition: opacity 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: opacity 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
      opacity: 1; }
      @media only screen and (max-width: 768px) {
        .navigation--search #searchResultsIndex {
          width: 90%; } }
      .navigation--search #searchResultsIndex.hidden {
        display: none;
        opacity: 0; }
    .navigation--search input:-webkit-autofill {
      -webkit-box-shadow: 0 0 0 30px white inset; }
    .navigation--search input {
      display: inline;
      outline: none !important;
      border: none;
      padding: 0.5rem 1rem;
      background-color: #FFFFFF; }
    .navigation--search__input {
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); }
    .navigation--search__button {
      background: url(../assets/search.png) center center no-repeat;
      background-size: contain;
      width: 25px;
      height: 25px; }
    .navigation--search.qs-search-open {
      pointer-events: auto;
      -webkit-transform: translateY(-webkit-calc(15vh - 1px));
          -ms-transform: translateY(calc(15vh - 1px));
              transform: translateY(calc(15vh - 1px));
      min-height: 90px; }
    .navigation--search.search-results-displayed {
      height: 85vh;
      padding-top: 2rem; }
  .navigation--hero {
    will-change: transform;
    z-index: 30;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none; }
    @media only screen and (max-width: 768px) {
      .navigation--hero {
        height: -webkit-calc(100vh - 4rem);
        height: calc(100vh - 4rem);
        top: 4rem; } }
    .navigation--hero-list {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      @media only screen and (max-width: 768px) {
        .navigation--hero-list {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    .navigation--hero__inner {
      pointer-events: none;
      will-change: transform;
      z-index: 7;
      width: 100%;
      height: 100%;
      position: relative;
      margin: 0; }
    .navigation--hero-segment {
      color: #FFFFFF;
      font-size: 1.414rem;
      will-change: transform;
      top: 0;
      margin: 0 -0.5rem;
      left: -webkit-calc(-100%/10);
      left: calc(-100%/10);
      background-color: #141f42;
      height: 100%;
      width: -webkit-calc(100%/10 + 1rem);
      width: calc(100%/10 + 1rem);
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-bottom: 5rem;
      pointer-events: auto;
      cursor: pointer;
      -webkit-transform: translateX(-102vw);
          -ms-transform: translateX(-102vw);
              transform: translateX(-102vw);
      -webkit-transition: width 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: width 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1), width 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1), width 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1); }
      @media only screen and (max-width: 768px) {
        .navigation--hero-segment {
          margin: 0; } }
      .navigation--hero-segment:nth-of-type(1) {
        z-index: 29;
        background-color: #141f42;
        -webkit-transition-delay: 297ms;
                transition-delay: 297ms; }
      .navigation--hero-segment:nth-of-type(2) {
        z-index: 28;
        background-color: #1e2e61;
        -webkit-transition-delay: 264ms;
                transition-delay: 264ms; }
      .navigation--hero-segment:nth-of-type(3) {
        z-index: 27;
        background-color: #263a7c;
        -webkit-transition-delay: 231ms;
                transition-delay: 231ms; }
      .navigation--hero-segment:nth-of-type(4) {
        z-index: 26;
        background-color: #2f4797;
        -webkit-transition-delay: 198ms;
                transition-delay: 198ms; }
      .navigation--hero-segment:nth-of-type(5) {
        z-index: 25;
        background-color: #3a58ba;
        -webkit-transition-delay: 165ms;
                transition-delay: 165ms; }
      .navigation--hero-segment:nth-of-type(6) {
        z-index: 24;
        background-color: #5772cb;
        -webkit-transition-delay: 132ms;
                transition-delay: 132ms; }
      .navigation--hero-segment:nth-of-type(7) {
        z-index: 23;
        background-color: #7a8fd6;
        -webkit-transition-delay: 99ms;
                transition-delay: 99ms; }
      .navigation--hero-segment:nth-of-type(8) {
        z-index: 22;
        background-color: #91a3dd;
        -webkit-transition-delay: 66ms;
                transition-delay: 66ms; }
      .navigation--hero-segment:nth-of-type(9) {
        z-index: 21;
        background-color: #adbae6;
        -webkit-transition-delay: 33ms;
                transition-delay: 33ms; }
      .navigation--hero-segment:nth-of-type(10) {
        z-index: 20;
        background-color: #ccd4ef;
        -webkit-transition-delay: 33ms;
                transition-delay: 33ms; }
      @media only screen and (max-width: 768px) {
        .navigation--hero-segment {
          width: 100%;
          height: -webkit-calc(100%/11);
          height: calc(100%/11);
          left: 0%;
          position: relative;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 0; }
          .navigation--hero-segment:nth-child(10) {
            height: -webkit-calc((100%/11)*2);
            height: calc((100%/11)*2); }
          .navigation--hero-segment:hover {
            width: 100%; } }
    .navigation--hero.hero-open .navigation--hero-segment {
      -webkit-transform: translateX(0) !important;
          -ms-transform: translateX(0) !important;
              transform: translateX(0) !important;
      -webkit-transition: width 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: width 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915), width 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915), width 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915); }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(1) {
        -webkit-transition-delay: 0ms;
                transition-delay: 0ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(2) {
        -webkit-transition-delay: 33ms;
                transition-delay: 33ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(3) {
        -webkit-transition-delay: 66ms;
                transition-delay: 66ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(4) {
        -webkit-transition-delay: 99ms;
                transition-delay: 99ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(5) {
        -webkit-transition-delay: 132ms;
                transition-delay: 132ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(6) {
        -webkit-transition-delay: 165ms;
                transition-delay: 165ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(7) {
        -webkit-transition-delay: 198ms;
                transition-delay: 198ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(8) {
        -webkit-transition-delay: 231ms;
                transition-delay: 231ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(9) {
        -webkit-transition-delay: 264ms;
                transition-delay: 264ms; }
      .navigation--hero.hero-open .navigation--hero-segment:nth-of-type(10) {
        -webkit-transition-delay: 297ms;
                transition-delay: 297ms; }
      .navigation--hero.hero-open .navigation--hero-segment:hover {
        -webkit-transition: width 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        transition: width 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        transition: transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915), width 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
        transition: transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915), width 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
        width: -webkit-calc(100%/6 + 2rem);
        width: calc(100%/6 + 2rem); }
        .navigation--hero.hero-open .navigation--hero-segment:hover:nth-child(10) {
          width: -webkit-calc(100%/9);
          width: calc(100%/9); }
        @media only screen and (max-width: 768px) {
          .navigation--hero.hero-open .navigation--hero-segment:hover {
            width: 100%; } }
  .navigation--subhero-list {
    display: none; }

.dropdown__trigger {
  position: relative; }
  .dropdown__trigger:before {
    content: '';
    position: absolute;
    left: -1rem;
    top: -2rem;
    width: -webkit-calc(100% + 2rem);
    width: calc(100% + 2rem);
    height: 6rem;
    cursor: default;
    z-index: -1; }

.dropdown__body {
  position: absolute;
  left: 2rem;
  top: 4rem;
  z-index: -1;
  width: 100%;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  pointer-events: none;
  overflow: hidden; }
  .dropdown__body--inline {
    left: 0; }
  @media only screen and (max-width: 768px) {
    .dropdown__body {
      display: none; } }

.dropdown__menu {
  background: #374997;
  line-height: 1.2;
  /* height: 26rem; */
  width: 100%;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
  transition: -webkit-transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
  transition: transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
  transition: transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485), -webkit-transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 2rem;
  color: white;
  text-align: left; }

.dropdown__inner {
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 330ms linear;
  transition: opacity 330ms linear; }

.dropdown__listItem {
  margin-bottom: 1rem;
  margin-right: 1rem; }
  .dropdown__listItem a {
    display: inline-block;
    position: relative; }
  .dropdown__listItem a:after {
    content: '';
    position: absolute;
    left: 0rem;
    bottom: -0.25rem;
    height: 2px;
    width: 100%;
    background: white;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms, -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms; }
  .dropdown__listItem:hover > a:after, .dropdown__listItem.selected > a:after, .dropdown__listItem.ancestor > a:after {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

.dropdown:hover > .dropdown__body {
  pointer-events: auto; }
  .dropdown:hover > .dropdown__body > .dropdown__menu {
    -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915); }
    .dropdown:hover > .dropdown__body > .dropdown__menu > .dropdown__inner {
      opacity: 1;
      -webkit-transition: opacity 330ms 120ms linear;
      transition: opacity 330ms 120ms linear; }

.dropdown__popular {
  height: 100%;
  position: relative; }

.dropdown__cards {
  position: relative;
  height: 20rem; }

.dropdown__card {
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 330ms linear, -webkit-transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
  transition: opacity 330ms linear, -webkit-transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
  transition: transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485), opacity 330ms linear;
  transition: transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485), opacity 330ms linear, -webkit-transform 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
  pointer-events: none; }
  .dropdown__card.is-active {
    opacity: 1;
    -webkit-transform: translateY(0rem);
        -ms-transform: translateY(0rem);
            transform: translateY(0rem);
    -webkit-transition: opacity 330ms 330ms linear, -webkit-transform 330ms 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: opacity 330ms 330ms linear, -webkit-transform 330ms 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: transform 330ms 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), opacity 330ms 330ms linear;
    transition: transform 330ms 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), opacity 330ms 330ms linear, -webkit-transform 330ms 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    pointer-events: auto; }

.dropdown__indicators {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2rem; }

.dropdown__indicator {
  counter-increment: indicator;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  position: relative;
  cursor: pointer; }
  .dropdown__indicator:after {
    content: counter(indicator);
    position: relative;
    z-index: 1; }
  .dropdown__indicator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: #5FD3B7; */
    background: #ffffff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms, -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms; }
  .dropdown__indicator.is-active:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms;
    transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms, -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms; }

.hero-open {
  left: 0; }
  @media only screen and (max-width: 768px) {
    .hero-open .navigation--subhero-list {
      display: block;
      max-height: 0;
      -webkit-transition: max-height 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: max-height 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
      background: #293772;
      background: -webkit-linear-gradient(top, #293772, #7e93d7);
      background: -webkit-gradient(linear, left top, left bottom, from(#293772), to(#7e93d7));
      background: linear-gradient(to bottom, #293772, #7e93d7); }
      .hero-open .navigation--subhero-list.subhero-open {
        height: auto;
        max-height: 50vh; }
        .hero-open .navigation--subhero-list.subhero-open .navigation--subhero-segment {
          -webkit-animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s 1;
                  animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s 1; }
    .hero-open .navigation--subhero-segment {
      color: #FFFFFF;
      font-size: 1.414rem;
      top: 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      pointer-events: auto;
      cursor: pointer;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      width: 100%;
      height: -webkit-calc(100%/9);
      height: calc(100%/9);
      position: relative;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 1rem 0; } }

.segment--open {
  left: 0; }

.fa-search, .fa-times {
  font-size: 1.5rem;
  text-align: center;
  line-height: 30px; }

.breadcrumbs {
  outline: 1px solid blue;
  list-style: none;
  margin-top: 2rem;
  color: #5772CB; }
  .breadcrumbs--item {
    display: inline-block; }
    .breadcrumbs--item:first-child {
      margin-left: 0.5rem; }
    .breadcrumbs--item:last-child {
      margin-right: 0.5rem;
      color: #A8A8A8; }
    .breadcrumbs--item:not(:last-child)::after {
      content: '>';
      margin: 0 0.5rem; }
  .breadcrumbs--wrap {
    padding: 2rem; }

/*search close lines*/
.close--line {
  display: none;
  width: 9.5%;
  margin-left: 0;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  opacity: 1;
  height: 20%;
  background-color: #5772CB; }
  .close--line:nth-child(1) {
    -webkit-transform: rotate(-41deg) translate(7px, 6px);
        -ms-transform: rotate(-41deg) translate(7px, 6px);
            transform: rotate(-41deg) translate(7px, 6px);
    height: 85%; }
  .close--line:nth-child(2) {
    -webkit-transform: rotate(41deg) translate(4px, -4px);
        -ms-transform: rotate(41deg) translate(4px, -4px);
            transform: rotate(41deg) translate(4px, -4px);
    height: 85%; }

/*Fix for firefox */
.navigation--dropdown__courses--content.firefox .course-widget--list-item {
  height: 50%; }

.navlist__header {
  border-bottom: 1px solid #9BB0F2;
  padding-bottom: 1rem;
  position: relative; }
  .navlist__header:after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -0.25rem;
    height: 0.5rem;
    width: 30%;
    /* background: #5FD3B7; */
    background: #ffffff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms, -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms; }
  .navlist__header:hover:after, .navlist__header.selected:after {
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

.navlist__logoBlock span {
  margin: 0 auto;
  font-weight: 500;
  -webkit-transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  position: relative;
  display: block; }
  .navlist__logoBlock span:after {
    content: '';
    position: absolute;
    left: 35%;
    bottom: -1rem;
    height: 0.5rem;
    width: 30%;
    /* background: #5FD3B7; */
    background: #ffffff;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
    transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms, -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms; }

.navlist__logoBlock:hover > span:after, .navlist__logoBlock.selected > span:after, .navlist__logoBlock.ancestor > span:after {
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1); }

.button {
  outline: none;
  border: none;
  text-align: center;
  cursor: pointer;
  position: relative;
  padding: 0.5rem 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  -webkit-transition: color 165ms linear, background 165ms;
  transition: color 165ms linear, background 165ms;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .button {
      padding: .5rem 1rem;
      font-size: 1em; } }
  @media only screen and (max-width: 450px) {
    .button {
      font-size: 1em; } }
  .button:before, .button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2; }
  .button:after {
    z-index: -1;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
        -ms-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1);
    transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1);
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), transform-origin 330ms steps(1);
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), transform-origin 330ms steps(1), -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1), -ms-transform-origin 330ms steps(1); }
  .button:hover:after {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1);
    transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1);
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), transform-origin 330ms steps(1);
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), transform-origin 330ms steps(1), -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1), -ms-transform-origin 330ms steps(1); }
  .button--header {
    padding: 15px 30px;
    font-size: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .button--header {
        padding: 8px 17px;
        font-size: 1.1em; } }
  @media only screen and (max-width: 450px) {
    .button--mobile {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  .button--disabled {
    color: #FFFFFF;
    opacity: 0.8;
    pointer-events: none; }
    .button--disabled:before {
      background-color: #A8A8A8; }
    .button--disabled:after {
      background-color: #FFFFFF; }
    .button--disabled:hover {
      color: #A8A8A8; }
    .button--disabled[type="submit"] {
      background: #A8A8A8; }
      .button--disabled[type="submit"]:hover {
        background: #FFFFFF; }
  .button--small {
    padding: .5rem; }
  .button--black {
    color: #626262; }
    .button--black:before {
      background-color: #FFFFFF; }
    .button--black:after {
      background-color: #626262; }
    .button--black:hover {
      color: #FFFFFF; }
    .button--black[type="submit"] {
      background: #FFFFFF; }
      .button--black[type="submit"]:hover {
        background: #626262; }
  .button--cta {
    color: #FFFFFF; }
    .button--cta:before {
      background-color: #5FD3B7; }
    .button--cta:after {
      background-color: #FFFFFF; }
    .button--cta:hover {
      color: #5FD3B7; }
    .button--cta[type="submit"] {
      background: #5FD3B7; }
      .button--cta[type="submit"]:hover {
        background: #FFFFFF; }
  .button--white-cta {
    color: #5FD3B7; }
    .button--white-cta:before {
      background-color: #FFFFFF; }
    .button--white-cta:after {
      background-color: #5FD3B7; }
    .button--white-cta:hover {
      color: #FFFFFF; }
    .button--white-cta[type="submit"] {
      background: #FFFFFF; }
      .button--white-cta[type="submit"]:hover {
        background: #5FD3B7; }
  .button--light {
    color: #FFFFFF; }
    .button--light:before {
      background-color: #9BB0F2; }
    .button--light:after {
      background-color: #FFFFFF; }
    .button--light:hover {
      color: #9BB0F2; }
    .button--light[type="submit"] {
      background: #9BB0F2; }
      .button--light[type="submit"]:hover {
        background: #FFFFFF; }
  .button--white {
    color: #5FD3B7; }
    .button--white:before {
      background-color: #FFFFFF; }
    .button--white:after {
      background-color: #5FD3B7; }
    .button--white:hover {
      color: #FFFFFF; }
    .button--white[type="submit"] {
      background: #FFFFFF; }
      .button--white[type="submit"]:hover {
        background: #5FD3B7; }
  .button--white-blue {
    color: #5772CB; }
    .button--white-blue:before {
      background-color: #FFFFFF; }
    .button--white-blue:after {
      background-color: #5772CB; }
    .button--white-blue:hover {
      color: #FFFFFF; }
    .button--white-blue[type="submit"] {
      background: #FFFFFF; }
      .button--white-blue[type="submit"]:hover {
        background: #5772CB; }
  .button--blue-white, .button--medium {
    color: #FFFFFF; }
    .button--blue-white:before, .button--medium:before {
      background-color: #5772CB; }
    .button--blue-white:after, .button--medium:after {
      background-color: #FFFFFF; }
    .button--blue-white:hover, .button--medium:hover {
      color: #5772CB; }
    .button--blue-white[type="submit"], .button--medium[type="submit"] {
      background: #5772CB; }
      .button--blue-white[type="submit"]:hover, .button--medium[type="submit"]:hover {
        background: #FFFFFF; }

.footer {
  background-color: #5772CB;
  color: #FFFFFF;
  overflow: auto;
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 1.5rem; }
  .footer__nav--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 4rem;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .footer__nav--container {
        margin-top: 2rem;
        margin-bottom: 2rem; } }
  .footer__nav--col-one {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 40%; }
    @media only screen and (max-width: 768px) {
      .footer__nav--col-one {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        text-align: center; } }
  .footer__nav--col-two {
    text-align: left;
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .footer__nav--col-two {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; } }
  .footer__nav--list {
    width: 50%; }
  .footer__nav--item {
    margin-bottom: 0.8rem;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .footer__nav--item {
        padding-left: 30%; } }
  .footer .footer__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding-top: 2rem; }
  .footer-logo {
    height: 70px;
    width: 226px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media only screen and (max-width: 768px) {
      .footer-logo {
        margin: auto;
        margin-bottom: 2rem; } }
  @media only screen and (max-width: 768px) {
    .footer .col-mobile {
      -webkit-box-flex: 0 !important;
      -webkit-flex: 0 0 100% !important;
          -ms-flex: 0 0 100% !important;
              flex: 0 0 100% !important;
      margin-top: 1.5rem; } }
  .footer .enter-email-text {
    padding: -webkit-calc(60px + 2rem) 0 1rem;
    padding: calc(60px + 2rem) 0 1rem; }
    @media only screen and (max-width: 450px) {
      .footer .enter-email-text {
        padding-top: 2rem; } }
  .footer__form--inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
        -ms-flex-pack: left;
            justify-content: left;
    margin-top: 1.5rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .footer__form--inner .button {
      display: inline-block;
      height: 41px;
      min-width: 41px; }
      .footer__form--inner .button .fa {
        font-size: 22px; }
    .footer__form--inner-input {
      background-color: rgba(155, 176, 242, 0.4);
      border: #9BB0F2;
      display: inline-block;
      padding: 0.5rem 1rem;
      width: -webkit-calc(50% - 0.5rem - 21px);
      width: calc(50% - 0.5rem - 21px);
      margin-right: 0.5rem; }
  @media only screen and (max-width: 450px) {
    .footer .footer__form--inner-input {
      width: 100%;
      margin-bottom: 1rem;
      margin-right: 0;
      text-align: center; }
    .footer .footer__form--inner .button {
      height: 34px;
      width: 100%;
      font-weight: 600; } }
  .footer input::-webkit-input-placeholder {
    color: #FFFFFF;
    font-size: 0.9em; }
  .footer input::-moz-placeholder {
    color: #FFFFFF;
    font-size: 0.9em; }
  .footer input:-ms-input-placeholder {
    color: #FFFFFF;
    font-size: 0.9em; }
  .footer input::placeholder {
    color: #FFFFFF;
    font-size: 0.9em; }
  .footer__legal-links {
    border-bottom: 2px solid #9BB0F2;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    color: #9BB0F2;
    font-size: 0.70721rem; }
    .footer__legal-links--list {
      display: inline-block; }
      @media only screen and (max-width: 768px) {
        .footer__legal-links--list {
          width: 100%;
          text-align: center; } }
      .footer__legal-links--list-item {
        display: inline-block;
        margin-right: 2rem; }
        @media only screen and (max-width: 768px) {
          .footer__legal-links--list-item {
            display: inline-block;
            margin: 0 1%;
            text-align: center;
            color: #9BB0F2;
            font-size: 13px; }
            .footer__legal-links--list-item:first-of-type {
              margin-left: 0; }
            .footer__legal-links--list-item:last-of-type {
              margin-right: 0; } }
  .footer__disclaimer {
    padding-bottom: 0.5rem;
    color: #9BB0F2;
    font-size: 0.70721rem; }
    .footer__disclaimer:last-child {
      margin-bottom: 2rem; }
    .footer__disclaimer .text-right {
      float: right; }
      @media only screen and (max-width: 768px) {
        .footer__disclaimer .text-right {
          display: block;
          float: none;
          text-align: center;
          padding-top: 10px; } }
      @media only screen and (max-width: 360px) {
        .footer__disclaimer .text-right {
          display: block;
          float: none;
          text-align: center;
          padding-top: 10px; } }
    @media only screen and (max-width: 768px) {
      .footer__disclaimer {
        text-align: center; } }

.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .social-media .social-icon {
    padding: 1rem 0.5rem 0; }
    @media only screen and (max-width: 768px) {
      .social-media .social-icon {
        font-size: 1.5em; } }
    @media only screen and (max-width: 450px) {
      .social-media .social-icon {
        font-size: 1em; } }
  @media only screen and (max-width: 768px) {
    .social-media {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.input__container {
  border: 1px solid #9BB0F2;
  height: 55px;
  width: 75%;
  position: relative; }
  .input__container--textarea {
    height: 200px;
    width: 100%; }
    .input__container--textarea textarea {
      border: none;
      height: 175px;
      width: 98%; }
  .input__container.error {
    border-color: red !important; }
    .input__container.error > .input__text-field {
      color: red; }

.input__text-label {
  background-color: #5772CB;
  left: 20px;
  padding: 0 10px;
  position: absolute;
  top: -11px; }

.input__text-field {
  width: 90%;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #FFFFFF;
  left: 1rem;
  outline: none;
  position: absolute;
  top: 20px; }

.input__radio-label {
  position: absolute;
  top: 55%;
  left: 0%;
  width: 50%;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 200;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .input__radio-label:nth-child(2) {
    left: 50%; }

.input__radio-field {
  width: 40%;
  float: left;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.input__date {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  text-align: center;
  border: none; }
  .input__date::-webkit-datetime-edit {
    padding: 0.5em;
    -webkit-transform: translateX(15%);
            transform: translateX(15%); }
  .input__date::-webkit-datetime-edit-text {
    font-size: 0.2rem;
    padding: 0 0.3em; }

.course-widget {
  height: 65vh;
  padding-bottom: 3rem; }
  @media only screen and (max-width: 450px) {
    .course-widget {
      height: auto;
      padding-bottom: 1rem;
      width: 100%; } }
  .course-widget__left {
    float: left;
    width: 160px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-right: 5rem;
    font-size: 1.5rem;
    height: 100%;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .course-widget__left {
        margin-right: 2rem; } }
    @media only screen and (max-width: 450px) {
      .course-widget__left {
        float: none;
        width: 100%;
        margin-right: 2rem; } }
    .course-widget__left .course-widget--list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      height: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media only screen and (max-width: 450px) {
        .course-widget__left .course-widget--list {
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 100%; } }
      .course-widget__left .course-widget--list-item {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 2rem;
        padding-left: 1.5rem;
        -webkit-transition: all 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
        transition: all 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
        width: auto;
        color: #626262;
        position: relative; }
        .course-widget__left .course-widget--list-item:hover {
          color: #5772CB; }
        .course-widget__left .course-widget--list-item:before {
          background-color: #5FD3B7;
          content: "";
          height: 0.5rem;
          width: 2rem;
          left: -1rem;
          position: absolute;
          top: 50%;
          -webkit-transform: translate3d(-2rem, -50%, 0) scaleX(1);
                  transform: translate3d(-2rem, -50%, 0) scaleX(1);
          opacity: 0;
          -webkit-transition: opacity 600ms linear, -webkit-transform cubic-bezier(0.785, 0.155, 0.91, 0.485) 600ms;
          transition: opacity 600ms linear, -webkit-transform cubic-bezier(0.785, 0.155, 0.91, 0.485) 600ms;
          transition: transform cubic-bezier(0.785, 0.155, 0.91, 0.485) 600ms, opacity 600ms linear;
          transition: transform cubic-bezier(0.785, 0.155, 0.91, 0.485) 600ms, opacity 600ms linear, -webkit-transform cubic-bezier(0.785, 0.155, 0.91, 0.485) 600ms; }
        @media only screen and (max-width: 450px) {
          .course-widget__left .course-widget--list-item {
            width: 50%;
            float: left;
            margin: 1rem 0;
            padding-left: 0;
            text-align: center; } }
        .course-widget__left .course-widget--list-item-inner {
          cursor: pointer;
          width: 50%; }
          @media only screen and (max-width: 450px) {
            .course-widget__left .course-widget--list-item-inner {
              border-bottom: 2px solid #5772CB;
              padding-bottom: 2px; } }
    .course-widget__left .active.course-widget--list-item {
      color: #5772CB; }
      .course-widget__left .active.course-widget--list-item:before {
        opacity: 1;
        -webkit-transform: translate3d(0rem, -50%, 0) scaleX(0.25);
                transform: translate3d(0rem, -50%, 0) scaleX(0.25);
        -webkit-transition: opacity 330ms linear, -webkit-transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms;
        transition: opacity 330ms linear, -webkit-transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms;
        transition: transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms, opacity 330ms linear;
        transition: transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms, opacity 330ms linear, -webkit-transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms; }
  .course-widget__right {
    position: relative;
    float: left;
    -webkit-transition: height 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    transition: height 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
    width: -webkit-calc(100% - 160px - 5rem);
    width: calc(100% - 160px - 5rem);
    max-width: 1100px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    padding: 3rem 3rem 5rem;
    margin-bottom: 7rem;
    height: auto;
    border: 3px solid #5772CB; }
    .course-widget__right::after {
      clear: both; }
    @media only screen and (max-width: 768px) {
      .course-widget__right {
        width: -webkit-calc(100% - 160px - 2rem);
        width: calc(100% - 160px - 2rem);
        padding: 2rem 2rem 4rem;
        height: auto; } }
    @media only screen and (max-width: 450px) {
      .course-widget__right {
        display: none; } }
    .course-widget__right__inner {
      padding-bottom: 1px; }
    .course-widget__right--content {
      -webkit-transition: opacity 330ms linear, -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: opacity 330ms linear, -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: opacity 330ms linear, transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: opacity 330ms linear, transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      -webkit-transition-delay: 120ms;
              transition-delay: 120ms;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 768px) {
        .course-widget__right--content {
          margin-bottom: 1rem; } }
    .course-widget__right--links {
      width: 100%;
      margin-bottom: 3rem;
      -webkit-transition: opacity 330ms linear, -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: opacity 330ms linear, -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: opacity 330ms linear, transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      transition: opacity 330ms linear, transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 600ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
      -webkit-transition-delay: 240ms;
              transition-delay: 240ms; }
      @media only screen and (max-width: 768px) {
        .course-widget__right--links {
          margin-bottom: 2rem; } }
      .course-widget__right--links .course-widget--list {
        width: 100%; }
        .course-widget__right--links .course-widget--list-item {
          display: inline-block;
          padding: .5rem 0;
          margin: 0 .5rem;
          color: #5772CB;
          opacity: .9; }
          .course-widget__right--links .course-widget--list-item a {
            border-bottom: 1px solid #5772CB;
            line-height: 1.4;
            padding-bottom: 4px; }
    .course-widget__right--calltoaction {
      position: absolute;
      bottom: 3rem; }
    .course-widget__right--exitContent .course-widget--heading {
      -webkit-transform: translateY(0.5em);
          -ms-transform: translateY(0.5em);
              transform: translateY(0.5em);
      -webkit-transition: color 330ms linear, -webkit-transform 330ms steps(1);
      transition: color 330ms linear, -webkit-transform 330ms steps(1);
      transition: transform 330ms steps(1), color 330ms linear;
      transition: transform 330ms steps(1), color 330ms linear, -webkit-transform 330ms steps(1);
      color: transparent; }
      .course-widget__right--exitContent .course-widget--heading:after {
        -webkit-transform-origin: bottom center;
            -ms-transform-origin: bottom center;
                transform-origin: bottom center;
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1); }
    .course-widget__right--exitContent .course-widget__right--content {
      opacity: 0;
      -webkit-transform: translateY(1rem);
          -ms-transform: translateY(1rem);
              transform: translateY(1rem);
      -webkit-transition: opacity 330ms linear, -webkit-transform 330ms steps(1);
      transition: opacity 330ms linear, -webkit-transform 330ms steps(1);
      transition: transform 330ms steps(1), opacity 330ms linear;
      transition: transform 330ms steps(1), opacity 330ms linear, -webkit-transform 330ms steps(1);
      -webkit-transition-delay: 0;
              transition-delay: 0; }
    .course-widget__right--exitContent .course-widget__right--links {
      opacity: 0;
      -webkit-transform: translateY(1rem);
          -ms-transform: translateY(1rem);
              transform: translateY(1rem);
      -webkit-transition: opacity 330ms linear, -webkit-transform 330ms steps(1);
      transition: opacity 330ms linear, -webkit-transform 330ms steps(1);
      transition: transform 330ms steps(1), opacity 330ms linear;
      transition: transform 330ms steps(1), opacity 330ms linear, -webkit-transform 330ms steps(1);
      -webkit-transition-delay: 0;
              transition-delay: 0; }
  .course-widget--heading {
    background-color: #FFFFFF;
    left: 2rem;
    width: 60%;
    -webkit-transition: color 330ms linear, -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: color 330ms linear, -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), color 330ms linear;
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), color 330ms linear, -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    position: absolute;
    top: -25px;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
    .course-widget--heading:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      width: 90%;
      left: 5%;
      background: white;
      -webkit-transform-origin: top center;
          -ms-transform-origin: top center;
              transform-origin: top center;
      -webkit-transition: -webkit-transform linear 330ms;
      transition: -webkit-transform linear 330ms;
      transition: transform linear 330ms;
      transition: transform linear 330ms, -webkit-transform linear 330ms;
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); }
    @media only screen and (max-width: 768px) {
      .course-widget--heading {
        top: -18px; } }

.upcomingCourses {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 4rem !important; }
  @media only screen and (max-width: 768px) {
    .upcomingCourses {
      padding-bottom: 2.5rem !important; } }
  @media only screen and (max-width: 450px) {
    .upcomingCourses__inner--title {
      padding-bottom: 0 !important; } }
  .upcomingCourses .section__inner {
    margin-top: 0 !important;
    padding-top: 0 !important; }
  .upcomingCourses--title {
    line-height: 1.5; }
    @media only screen and (max-width: 768px) {
      .upcomingCourses--title {
        line-height: 2.5; } }
    .upcomingCourses--title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -150px;
      left: -webkit-calc(-14vw);
      left: calc(-14vw);
      height: auto;
      white-space: nowrap;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .upcomingCourses--title:before {
          font-size: 150px;
          font-weight: 600;
          top: -100px;
          left: -webkit-calc(-14vw)-25px;
          left: calc(-14vw)-25px; } }
      @media only screen and (max-width: 450px) {
        .upcomingCourses--title:before {
          display: none; } }
  .upcomingCourses .heading__blurb {
    top: -35px; }
  .upcomingCourses .upcoming {
    -webkit-box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: left;
    height: 280px;
    padding: 1rem;
    position: relative;
    width: 23%;
    text-align: center;
    margin: 1.5rem 1%; }
    .upcomingCourses .upcoming:nth-child(0n) {
      margin-left: 0; }
    .upcomingCourses .upcoming:nth-child(4n) {
      margin-right: 0; }
    @media (min-width: 768px) and (max-width: 950px) {
      .upcomingCourses .upcoming {
        width: 47%;
        margin: 1.5rem 6%; }
        .upcomingCourses .upcoming:nth-child(1n) {
          margin-left: 0; }
        .upcomingCourses .upcoming:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 768px) {
      .upcomingCourses .upcoming {
        width: 47%;
        margin: 1.5rem 6%; }
        .upcomingCourses .upcoming:nth-child(1n) {
          margin-left: 0; }
        .upcomingCourses .upcoming:nth-child(2n) {
          margin-right: 0; } }
    @media only screen and (max-width: 450px) {
      .upcomingCourses .upcoming {
        margin: auto;
        margin-bottom: 3rem;
        width: 96%; } }
    .upcomingCourses .upcoming:hover {
      background-color: #5772CB; }
      .upcomingCourses .upcoming:hover .upcoming--date {
        color: #F7F7F7; }
      .upcomingCourses .upcoming:hover .upcoming--name p {
        color: #F7F7F7; }
    .upcomingCourses .upcoming--name {
      height: 65%;
      text-align: center; }
    .upcomingCourses .upcoming--date {
      color: #626262;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
          -ms-flex-flow: row;
              flex-flow: row;
      height: 25%; }
      .upcomingCourses .upcoming--date-monthdate {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
            -ms-flex-flow: row;
                flex-flow: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 0.5rem; }
        .upcomingCourses .upcoming--date-monthdate p {
          padding-right: 0.5rem; }
          .upcomingCourses .upcoming--date-monthdate p:last-child {
            padding-right: 0; }
    .upcomingCourses .upcoming--link {
      height: 22.5%;
      margin: 0 auto 1rem auto; }
      .upcomingCourses .upcoming--link a {
        display: block; }
      @media only screen and (min-width: 1500px) {
        .upcomingCourses .upcoming--link {
          height: 33%; } }

.image-strip {
  height: 50vh !important;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.carousel {
  overflow: hidden; }
  .carousel__inner-container {
    color: #FFFFFF;
    height: 15rem;
    width: 100%; }
    @media only screen and (max-width: 450px) {
      .carousel__inner-container {
        width: 85%; } }
  .carousel__inner {
    margin-left: 5px;
    width: 60%; }
    @media only screen and (max-width: 360px) {
      .carousel__inner {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .carousel__inner {
        width: 90%; } }
  .carousel__content {
    font-size: 1.5rem;
    font-weight: 300; }
    @media only screen and (max-width: 450px) {
      .carousel__content {
        font-size: 1.25rem; } }
  .carousel__author {
    padding-left: 1.5rem;
    position: relative;
    margin-top: 2rem;
    font-weight: 400; }
    .carousel__author:before {
      /* background-color: #5FD3B7; */
      background-color: #ffffff;
      content: "";
      height: 12px;
      left: 0;
      position: absolute;
      top: 8px;
      width: 12px; }
  .carousel__content, .carousel__author {
    opacity: 0;
    -webkit-transform: translateY(1rem);
        -ms-transform: translateY(1rem);
            transform: translateY(1rem);
    -webkit-transition: opacity 330ms linear, -webkit-transform steps(1) 330ms;
    transition: opacity 330ms linear, -webkit-transform steps(1) 330ms;
    transition: transform steps(1) 330ms, opacity 330ms linear;
    transition: transform steps(1) 330ms, opacity 330ms linear, -webkit-transform steps(1) 330ms; }
  .carousel__slide {
    position: absolute;
    width: 100%;
    top: 5rem; }
    .carousel__slide--active .carousel__content, .carousel__slide--active .carousel__author {
      opacity: 1;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: opacity 330ms linear, -webkit-transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms;
      transition: opacity 330ms linear, -webkit-transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms;
      transition: transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms, opacity 330ms linear;
      transition: transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms, opacity 330ms linear, -webkit-transform cubic-bezier(0.175, 0.745, 0.38, 0.915) 600ms; }
    .carousel__slide--active .carousel__content {
      -webkit-transition-delay: 330ms;
              transition-delay: 330ms; }
    .carousel__slide--active .carousel__author {
      -webkit-transition-delay: 660ms;
              transition-delay: 660ms; }
  .carousel__indicators {
    position: absolute;
    bottom: 0;
    right: 0; }
    @media only screen and (max-width: 450px) {
      .carousel__indicators {
        bottom: -3rem; } }
  .carousel__indicator {
    counter-increment: indicator;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    position: relative;
    cursor: pointer; }
    .carousel__indicator:after {
      content: counter(indicator);
      position: relative;
      z-index: 1; }
    .carousel__indicator:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      /* background: #5FD3B7; */
      background: #ffffff;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      -webkit-transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
      transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
      transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms;
      transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms, -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 330ms; }
    .carousel__indicator--active:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transform-origin: left center;
          -ms-transform-origin: left center;
              transform-origin: left center;
      -webkit-transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms;
      transition: -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms;
      transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms;
      transition: transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms, -webkit-transform cubic-bezier(0.585, 0.2, 0.07, 1) 600ms; }

.section__carousel {
  background-color: #374997;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: auto; }
  .section__carousel::before {
    background-color: #5772CB;
    opacity: 0.7;
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%; }

.section__carousel--inner {
  overflow: hidden;
  padding: 50px 0px 20px;
  position: relative; }
  @media only screen and (max-width: 360px) {
    .section__carousel--inner {
      padding: 40px 0px 55px;
      margin-top: 60px; } }
  @media only screen and (max-width: 450px) {
    .section__carousel--inner {
      padding: 40px 0px 45px;
      margin-top: 55px; } }

.course-description {
  width: 100vw;
  font-weight: 100; }
  .course-description .section__inner {
    margin: 0 auto 4rem;
    padding-left: 2rem; }
  .course-description__toggle {
    color: #9BB0F2;
    display: block;
    width: 100%; }
  .course-description__content {
    color: #626262;
    margin-top: 4rem;
    margin-bottom: 5rem;
    display: none; }
    .course-description__content h2, .course-description__content h3, .course-description__content h4, .course-description__content h5, .course-description__content h6 {
      font-weight: 800;
      letter-spacing: 1px; }
    .course-description__content h2 {
      font-size: 1.5em;
      margin: 1rem 0; }
    .course-description__content h3 {
      font-size: 1.1em;
      margin: 2rem 0 .5rem 0; }
    .course-description__content strong {
      font-weight: 500; }
    .course-description__content p {
      margin: .6em 0; }
    .course-description__content h2 + p, .course-description__content h3 + p, .course-description__content h4 + p, .course-description__content h5 + p, .course-description__content h6 + p {
      margin-top: 0; }

.course-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .course-nav--item {
    background-color: #FFFFFF;
    border: 1px solid #A8A8A8;
    -webkit-box-shadow: 0 0.5rem 0.75rem -0.5rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.5rem 0.75rem -0.5rem rgba(0, 0, 0, 0.1);
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: perspective(100px) translateY(0px);
            transform: perspective(100px) translateY(0px);
    -webkit-transition: border 120ms linear, -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-box-shadow 330ms linear;
    transition: border 120ms linear, -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-box-shadow 330ms linear;
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), box-shadow 330ms linear, border 120ms linear;
    transition: transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), box-shadow 330ms linear, border 120ms linear, -webkit-transform 330ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-box-shadow 330ms linear;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media only screen and (min-width: 769px) and (max-width: 1499px) {
      .course-nav--item {
        width: 32%;
        margin: 1%; }
        .course-nav--item:nth-of-type(3n) {
          margin-right: 0; }
        .course-nav--item:nth-of-type(3n+1) {
          margin-left: 0; } }
    @media only screen and (min-width: 1500px) {
      .course-nav--item {
        width: 23%;
        margin: 1%; }
        .course-nav--item:nth-of-type(4n) {
          margin-right: 0; }
        .course-nav--item:nth-of-type(4n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 768px) {
      .course-nav--item {
        width: 49%;
        margin: 1%; }
        .course-nav--item:nth-of-type(2n) {
          margin-right: 0; }
        .course-nav--item:nth-of-type(2n+1) {
          margin-left: 0; } }
    @media only screen and (max-width: 450px) {
      .course-nav--item {
        width: 100%;
        margin: 2rem 0; } }
    .course-nav--item__inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%;
      cursor: pointer;
      -webkit-perspective: 1000; }
    @media only screen and (max-width: 768px) {
      .course-nav--item .course-nav--top {
        width: 80%;
        margin: auto; }
      .course-nav--item .course-nav--button {
        opacity: 1;
        width: 80%;
        margin: auto; }
        .course-nav--item .course-nav--button > .button {
          display: block;
          margin: auto;
          margin-bottom: 1.25rem; } }
    .course-nav--item:hover {
      -webkit-box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
              box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
      -webkit-transform: perspective(100px) translateY(-0.5rem);
              transform: perspective(100px) translateY(-0.5rem); }
      .course-nav--item:hover .course-nav--title {
        color: #5772CB; }
      .course-nav--item:hover .course-nav--button > .button {
        color: #FFFFFF; }
        .course-nav--item:hover .course-nav--button > .button:after {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1);
          -webkit-transform-origin: right center;
              -ms-transform-origin: right center;
                  transform-origin: right center;
          -webkit-transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1);
          transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1);
          transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), transform-origin 330ms steps(1);
          transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), transform-origin 330ms steps(1), -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform-origin 330ms steps(1), -ms-transform-origin 330ms steps(1); }
  .course-nav--title {
    color: #626262;
    text-align: left;
    -webkit-transition: color 120ms linear;
    transition: color 120ms linear; }
    @media only screen and (max-width: 768px) {
      .course-nav--title {
        font-size: 18px;
        margin-bottom: 1rem;
        text-align: center; } }
    @media only screen and (max-width: 450px) {
      .course-nav--title {
        margin-bottom: 2rem; } }
  .course-nav--desc {
    margin: 1rem 0;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      .course-nav--desc {
        margin-top: 0;
        opacity: 1; } }
    @media only screen and (max-width: 450px) {
      .course-nav--desc {
        display: none; } }
  .course-nav--button {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
        -ms-flex: 0;
            flex: 0;
    justify-self: flex-end;
    text-align: center;
    margin: .5rem 1rem 1rem 1rem; }
    .course-nav--button > .button {
      width: 100%; }
  .course-nav--top {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    z-index: 1;
    margin: 0 1rem;
    height: auto;
    padding-top: 1rem; }

.course-nav--item__inner {
  height: -webkit-calc(100% - 40px);
  height: calc(100% - 40px);
  margin-top: 40px; }

.course-nav--item__inner.ie {
  display: inline-block;
  width: 100%; }

.popular-courses .course-nav--item__inner,
.meta-courses .course-nav--item__inner {
  margin-top: 0; }

.popular-courses__tag,
.meta-courses__tag {
  padding: 3px;
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-left: 1rem;
  letter-spacing: 0.1rem;
  font-size: 0.8rem;
  font-weight: 800; }
  @media only screen and (max-width: 768px) {
    .popular-courses__tag,
    .meta-courses__tag {
      padding: 3px;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.popular-courses__tag {
  /* background-color: #5FD3B7; */
  background-color: #5772CB;
  }

.meta-courses__tag {
  background-color: #5772CB; }

.course-bundle .breadcrumbs--wrap {
  padding-top: 0; }

.course-bundle--header {
  margin-top: 6rem;
  margin-bottom: 4rem; }
  @media only screen and (max-width: 450px) {
    .course-bundle--header {
      margin-top: inherit; } }
  .course-bundle--header .page-heading__title::before {
    content: attr(data-blurb);
    font-size: 16rem;
    font-weight: 600;
    line-height: 1.15;
    color: #5772CB;
    opacity: 0.1;
    position: absolute;
    top: -125px;
    left: -webkit-calc(-10%);
    left: calc(-10%);
    height: auto;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .course-bundle--header .page-heading__title::before {
        font-size: 150px;
        font-weight: 600;
        top: -75px;
        left: -webkit-calc(-10%)-25px;
        left: calc(-10%)-25px; } }
    @media only screen and (max-width: 450px) {
      .course-bundle--header .page-heading__title::before {
        display: none; } }

.certifications-list-section {
  margin-top: 6rem; }
  @media only screen and (max-width: 450px) {
    .certifications-list-section {
      margin-top: 4rem; } }

.course-switch {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative; }
  .course-switch--title {
    text-align: center; }
  .course-switch--item {
    position: relative;
    display: inline-block;
    font-weight: 200; }
    @media only screen and (max-width: 450px) {
      .course-switch--item {
        display: block;
        width: 100%; } }
    .course-switch--item:first-child:before {
      background-color: transparent; }
  .course-switch--wrap {
    height: 100%; }
    @media only screen and (max-width: 450px) {
      .course-switch--wrap {
        width: 100% !important;
        margin: 0 !important; } }
  .course-switch__subtext-container p {
    font-size: 1em;
    margin-left: 2%;
    width: 80%; }
    @media only screen and (max-width: 768px) {
      .course-switch__subtext-container p {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .course-switch__subtext-container p {
        margin-left: 0;
        padding-left: 2rem;
        padding-right: 2rem;
        width: 100%; } }

.course-switch--outer-container .heading__blurb {
  top: -120px; }

.course-switch-selected {
  font-weight: 500; }

.course-switch-selected + .dot-container .square {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  display: inline-block; }

.flicker {
  background-color: grey;
  height: 85vh;
  outline: 1px solid green;
  position: relative; }
  .flicker--heading {
    width: 100%;
    height: 15%;
    outline: 1px solid blue;
    background-color: #FFFFFF;
    z-index: 13; }
  .flicker--wrap {
    height: 85%;
    width: 100%;
    margin: 0 auto;
    outline: 1px solid white;
    z-index: 12;
    overflow: hidden; }
    .flicker--wrap-inner {
      height: 70%;
      width: 60%;
      position: relative;
      content: '';
      height: 200%; }
  .flicker--content {
    content: '';
    height: 50%;
    position: relative; }
    .flicker--content-left {
      width: 50%;
      height: 20%;
      background-color: #5772CB;
      float: left; }
      .flicker--content-left:nth-child(2n) {
        background-color: plum; }
    .flicker--content-right {
      width: 50%;
      height: 200%;
      background-color: #5772CB;
      float: left; }
      .flicker--content-right:nth-child(1n) {
        background-color: plum; }

.partners {
  margin-bottom: 0;
  padding-bottom: 0; }
  .partners .section__inner {
    margin-bottom: 0;
    padding-bottom: 0; }
  .partners__title {
    color: #626262;
    margin-left: 5%;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .partners__title {
        margin-left: 10%;
        font-size: 2em; } }
    @media only screen and (max-width: 450px) {
      .partners__title {
        font-size: 1.5em; } }
  .partners__icon {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    margin: auto;
    width: 150px; }
    @media only screen and (max-width: 768px) {
      .partners__icon {
        height: 90px;
        width: 100px; } }
    @media only screen and (max-width: 768px) {
      .partners__icon {
        height: 75px;
        width: 75px; } }

.textblurb__text {
  width: 80%; }
  @media only screen and (max-width: 450px) {
    .textblurb__text {
      width: 100%; } }
  .textblurb__text--subtext {
    color: #626262; }

.text-with-border__container {
  border: 1px solid #9BB0F2;
  height: 55px;
  width: 75%;
  position: relative;
  margin: auto; }
  @media only screen and (max-width: 768px) {
    .text-with-border__container {
      width: 100%; } }
  @media only screen and (max-width: 450px) {
    .text-with-border__container {
      height: 95px;
      width: 100%; } }
  .text-with-border__container--label {
    background-color: #FFFFFF;
    left: 20px;
    padding: 0 10px;
    position: absolute;
    top: -10px; }
  .text-with-border__container--text {
    width: 100%;
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #5772CB;
    left: 1rem;
    outline: none;
    position: absolute;
    top: 20px; }
    @media only screen and (max-width: 768px) {
      .text-with-border__container--text {
        font-size: 14px;
        left: 0px; } }
    @media only screen and (max-width: 450px) {
      .text-with-border__container--text {
        font-size: 14px;
        left: 0px;
        padding: 10px;
        padding-top: 0px; } }

.back-to-top {
  background-color: #374997;
  color: #FFFFFF;
  display: none;
  z-index: 999;
  position: fixed;
  padding: 8px 18px;
  right: 4%;
  bottom: 50px;
  width: auto;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .back-to-top .fa {
    font-size: 30px; }

.scroll-block-mobile {
  display: none;
  position: relative; }
  @media only screen and (max-width: 450px) {
    .scroll-block-mobile {
      display: block; } }
  .scroll-block-mobile .heading__blurb {
    content: attr(data-blurb);
    font-size: 16rem;
    font-weight: 600;
    line-height: 1.15;
    color: #5772CB;
    opacity: 0.1;
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    white-space: nowrap; }
    @media only screen and (max-width: 768px) {
      .scroll-block-mobile .heading__blurb {
        font-size: 150px;
        font-weight: 600;
        top: 50px;
        left: -25px; } }
    @media only screen and (max-width: 450px) {
      .scroll-block-mobile .heading__blurb {
        display: none; } }
  .scroll-block-mobile__container {
    padding-top: 4rem;
    position: relative; }
  .scroll-block-mobile__card {
    background-color: #5772CB;
    color: #FFFFFF;
    height: 520px;
    margin-bottom: 2rem; }
    .scroll-block-mobile__card--image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 40%;
      width: 100%; }
    .scroll-block-mobile__card--text-container {
      padding: 2rem; }
    @media only screen and (max-width: 450px) {
      .scroll-block-mobile__card .button--mobile {
        margin-top: 2rem; } }

.scroll-block {
  margin-bottom: 3.5rem;
  position: relative; }
  @media only screen and (max-width: 450px) {
    .scroll-block {
      display: none; } }
  .scroll-block__image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 60vh;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%; }
    .scroll-block__image:first-child {
      opacity: 1; }
  .scroll-block__image-container {
      
    display: block;
    position: relative;
    z-index: 2; 
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
          object-fit: cover;

      
  }
  .scroll-block__outer-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .scroll-block__outer-container .scroll-block__col {
      width: 50%; }
  .scroll-block__textcontainer {
    background-color: #5772CB; }
  .scroll-block__card {
    background-color: #5772CB;
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 15%;
    height: -webkit-calc(70vh - 6rem);
    height: calc(70vh - 6rem); }
    .scroll-block__card .inner {
      margin: auto;
      padding-right: 15%; }
    .scroll-block__card__button {
      padding-top: 1rem; }
    .scroll-block__card:last-child {
      padding-bottom: 6rem; }
  .scroll-block__heading-text {
    width: 80%; }
  .scroll-block__enroll-button {
    font-size: 18px;
    float: right;
    padding-top: 1.5rem; }

.scroll-block__heading-container {
  height: 15vh;
  z-index: 3;
  position: relative; }
  @media only screen and (max-width: 450px) {
    .scroll-block__heading-container {
      display: none; } }
  .scroll-block__heading-container .scrollmagic-pin-spacer {
    left: 0 !important;
    padding-bottom: 0 !important; }
  .scroll-block__heading-container .scroll-block__heading {
    background: #F7F7F7;
    color: #5772CB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15vh;
    margin: 0 !important;
    left: 0 !important;
    z-index: 10; }
    .scroll-block__heading-container .scroll-block__heading .heading__blurb {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -120px;
      left: -webkit-calc(-10%);
      left: calc(-10%);
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .scroll-block__heading-container .scroll-block__heading .heading__blurb {
          font-size: 150px;
          font-weight: 600;
          top: -70px;
          left: -webkit-calc(-10%)-25px;
          left: calc(-10%)-25px; } }
      @media only screen and (max-width: 450px) {
        .scroll-block__heading-container .scroll-block__heading .heading__blurb {
          display: none; } }

.text-bottom-fixed {
  position: absolute;
  top: 60vh;
  left: 0;
  width: 200%;
  height: -webkit-calc(15vh + 1.2rem);
  height: calc(15vh + 1.2rem);
  background-color: #FFFFFF;
  z-index: 5; }

.scroll-magic-button {
  margin-top: 1.5rem;
  z-index: 11; }

.index-page-scroll #scrollBlockDesktop {
  background: #F7F7F7; }

.index-page-scroll .scroll-block__heading {
  background: #F7F7F7; }

.scrollmagic-pin-spacer {
  pointer-events: none; }

.scrollBlockContainer.ie .scroll-block {
  display: none; }

.scrollBlockContainer.ie .scroll-block-mobile {
  display: block !important; }
  .scrollBlockContainer.ie .scroll-block-mobile .scroll-block-mobile__card {
    width: 45%;
    display: inline-block;
    margin: 2%;
    vertical-align: bottom; }
    .scrollBlockContainer.ie .scroll-block-mobile .scroll-block-mobile__card h2 {
      font-size: 2rem; }

.faq__top-heading {
  margin-top: 8rem; }
  @media only screen and (max-width: 450px) {
    .faq__top-heading {
      margin-top: 6rem; } }
  .faq__top-heading--title {
    position: relative;
    padding-left: 2rem; }
    .faq__top-heading--title:before {
      background-color: #5FD3B7;
      content: "";
      height: 12px;
      width: 12px;
      position: absolute;
      left: 0;
      top: 24px; }
      @media only screen and (max-width: 450px) {
        .faq__top-heading--title:before {
          top: 12px; } }

.faq--container {
  height: auto;
  width: 100%; }

.faq--heading {
  border-bottom: 2px solid #5FD3B7;
  color: #5772CB;
  display: inline-block;
  width: 100%;
  padding: 0 2rem 1.5rem;
  background-color: #FFFFFF; }

.faq--item {
  margin: 0 auto;
  border-bottom: 1px solid #A8A8A8;
  padding-bottom: 0.5rem; }
  .faq--item-question {
    position: relative;
    padding: 1rem 0 1rem 3rem;
    cursor: pointer; }
    .faq--item-question:after {
      content: '+';
      font-size: 1.5rem;
      font-weight: 100;
      color: #5772CB;
      position: absolute;
      height: 100%;
      width: 5%;
      top: 0%;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-transition: all 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: all 330ms cubic-bezier(0.585, 0.2, 0.07, 1); }
    .faq--item-question.faq--active:after {
      content: '-'; }
  .faq--item-answer {
    height: auto;
    display: none;
    padding: 1rem 0 2rem 4rem;
    width: 80%; }
    @media only screen and (max-width: 450px) {
      .faq--item-answer {
        width: 90%; } }
    .faq--item-answer a {
      color: #5772CB; }

.index-blog {
  padding-top: 4rem;
  padding-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .index-blog {
      padding-top: 0;
      padding-bottom: 0; } }
  .index-blog__border {
    border: 2px solid #5772CB;
    border-top: none; }
  .index-blog__border:before {
    background-color: #5772CB;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 5%; }
  .index-blog__border:after {
    background-color: #5772CB;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    top: 0;
    width: -webkit-calc(95% - 470px);
    width: calc(95% - 470px); }
    @media only screen and (max-width: 768px) {
      .index-blog__border:after {
        width: -webkit-calc(95% - 246px);
        width: calc(95% - 246px); } }
    @media only screen and (max-width: 450px) {
      .index-blog__border:after {
        width: -webkit-calc(95% - 204px);
        width: calc(95% - 204px); } }
  .index-blog--title {
    color: #5772CB;
    left: 5%;
    padding-left: 1rem;
    padding-right: 1rem;
    position: absolute;
    top: -52px; }
    @media only screen and (max-width: 768px) {
      .index-blog--title {
        top: -30px; } }
    @media only screen and (max-width: 450px) {
      .index-blog--title {
        top: -22px; } }
  @media only screen and (max-width: 768px) {
    .index-blog .miniblog--card {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media only screen and (max-width: 450px) {
    .index-blog .miniblog--card {
      display: block; } }

.miniblog {
  padding: 4rem 3rem 4rem 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .miniblog {
      min-height: 320px;
      padding: 2rem 2rem; } }
  @media only screen and (max-width: 450px) {
    .miniblog {
      padding: 2rem 1rem; } }
  .miniblog--cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto; }
    @media only screen and (max-width: 450px) {
      .miniblog--cards {
        display: block; } }
  .miniblog--card {
    position: relative;
    padding-bottom: 8rem;
    padding-left: 2rem;
    margin-right: 2rem;
    border-left: 1px solid rgba(168, 168, 168, 0.5);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    @media only screen and (max-width: 450px) {
      .miniblog--card {
        border-left: none; } }
    .miniblog--card:first-child {
      border-left: none;
      padding-left: 1rem; }
    .miniblog--card:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 450px) {
      .miniblog--card {
        margin: 0;
        padding: 1rem;
        padding-bottom: 8rem;
        margin-top: 1rem;
        border-left: none;
        border-bottom: 1px solid rgba(168, 168, 168, 0.5); }
        .miniblog--card:last-child {
          border-bottom: 0; } }
    .miniblog--card-title {
      max-width: 300px;
      margin: 0 auto; }
    .miniblog--card-author {
      color: #626262;
      position: absolute;
      bottom: 2.5rem; }
      @media only screen and (max-width: 450px) {
        .miniblog--card-author {
          bottom: 4.5rem; } }
    .miniblog--card-button {
      position: absolute;
      bottom: 0; }
      @media only screen and (max-width: 450px) {
        .miniblog--card-button {
          bottom: 2rem; } }
      .miniblog--card-button .button {
        border-width: 2px;
        height: 15%; }
        @media only screen and (max-width: 450px) {
          .miniblog--card-button .button {
            width: 100%; } }

.page-not-found .col-half {
  height: 65vh; }
  .page-not-found .col-half:first-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    width: 40%; }
    @media only screen and (max-width: 450px) {
      .page-not-found .col-half:first-child {
        width: 100%; } }
    .page-not-found .col-half:first-child a {
      border-bottom: 2px solid #5772CB; }
  .page-not-found .col-half:last-child {
    width: 60%; }
    @media only screen and (max-width: 450px) {
      .page-not-found .col-half:last-child {
        display: none; } }

.page-not-found__title {
  position: relative; }
  .page-not-found__title:before {
    content: attr(data-blurb);
    font-size: 16rem;
    font-weight: 600;
    line-height: 1.15;
    color: #5772CB;
    opacity: 0.1;
    position: absolute;
    top: -150px;
    left: -webkit-calc(-30%);
    left: calc(-30%);
    height: auto;
    white-space: nowrap;
    z-index: -1; }
    @media only screen and (max-width: 768px) {
      .page-not-found__title:before {
        font-size: 150px;
        font-weight: 600;
        top: -100px;
        left: -webkit-calc(-30%)-25px;
        left: calc(-30%)-25px; } }
    @media only screen and (max-width: 450px) {
      .page-not-found__title:before {
        display: none; } }

.page-not-found__image {
  height: 65vh;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 768px) {
    .page-not-found__image {
      background-size: contain; } }

.thankyou {
  margin-bottom: 4rem;
  margin-top: 4rem;
  padding-top: 6rem;
  padding-bottom: 4rem; }
  .thankyou__container {
    border-bottom: 2px solid #5FD3B7;
    border-right: 2px solid #5FD3B7;
    padding-top: 2rem;
    position: relative;
    text-align: center; }
    .thankyou__container:after {
      background-color: #5FD3B7;
      content: "";
      height: 90%;
      width: 2px;
      left: 0;
      position: absolute;
      bottom: 0; }
    .thankyou__container:before {
      background-color: #5FD3B7;
      content: "";
      height: 12px;
      left: -6px;
      position: absolute;
      top: 0;
      width: 12px; }
  .thankyou__title {
    left: 0;
    padding-left: 2rem;
    position: absolute;
    text-align: left;
    top: -2rem;
    width: 100%; }
    @media only screen and (max-width: 450px) {
      .thankyou__title {
        top: -1rem; } }
    .thankyou__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -130px;
      left: -6px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .thankyou__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -80px;
          left: -31px; } }
      @media only screen and (max-width: 450px) {
        .thankyou__title:before {
          display: none; } }
    .thankyou__title:after {
      background-color: #5FD3B7;
      content: "";
      height: 2px;
      width: 65%;
      right: 0;
      position: absolute;
      top: 2rem; }
      @media only screen and (max-width: 450px) {
        .thankyou__title:after {
          top: 1rem;
          width: 30%; } }
  .thankyou__icon {
    margin: 4rem auto 2rem;
    height: 80px;
    width: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
  .thankyou__subtext {
    margin: auto;
    margin-bottom: 2.5rem;
    width: 50%; }
    @media only screen and (max-width: 450px) {
      .thankyou__subtext {
        width: 80%; } }

.herobanner__inner-container {
  color: #FFFFFF;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .herobanner__inner-container.lazy {
    -webkit-transition: opacity 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
    transition: opacity 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
    opacity: 0; }
    .herobanner__inner-container.lazy::before {
      -webkit-transition: opacity 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
      transition: opacity 330ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
      background-color: #5772CB;
      opacity: 0;
      content: '';
      display: block;
      position: absolute;
      height: 100%;
      width: 100%; }
    .herobanner__inner-container.lazy .herobanner__text-container {
      display: none; }
    .herobanner__inner-container.lazy.loaded {
      opacity: 1; }
      .herobanner__inner-container.lazy.loaded::before {
        opacity: 0.5; }
      .herobanner__inner-container.lazy.loaded .herobanner__text-container {
        display: block;
        -webkit-animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 120ms 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 120ms 1;
                animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 120ms 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 120ms 1;
        -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards; }

.herobanner__text-container {
  /* border: 2px solid #5FD3B7; */
  border: 2px solid #9BB0F2;
  border-top: none;
  border-left: none;
  height: 65vh;
  margin: auto;
  margin-top: 25vh;
  position: relative;
  text-align: center;
  width: 85vw; }
  @media only screen and (max-width: 450px) {
    .herobanner__text-container {
      height: 55vh; } }
  @media only screen and (max-width: 360px) {
    .herobanner__text-container {
      margin-top: 20vh;
      height: 60vh; } }
  .herobanner__text-container--inner {
    height: 60vh;
    position: absolute;
    top: -52px;
    padding-left: 9%;
    width: 100%; }
    @media only screen and (max-width: 450px) {
      .herobanner__text-container--inner {
        height: -webkit-calc(50vh + 52px);
        height: calc(50vh + 52px); } }
    @media only screen and (max-width: 360px) {
      .herobanner__text-container--inner {
        height: -webkit-calc(60vh + 39px);
        height: calc(60vh + 39px); } }
  .herobanner__text-container--inner:before {
    -webkit-animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0.4s 1;
            animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0.4s 1;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    content: "";
    height: 15px;
    width: 15px;
    top: 52px;
    /* background-color: #5FD3B7; */
    background-color: #9BB0F2;
    position: absolute;
    left: 0px; }
  .herobanner__text-container--title {
    margin-bottom: 20px;
    text-align: left;
    padding-right: 25%; }
    @media only screen and (min-width: 1500px) {
      .herobanner__text-container--title {
        padding-right: 33%; } }
    @media only screen and (max-width: 768px) {
      .herobanner__text-container--title {
        padding-right: 30%; } }
    @media only screen and (max-width: 450px) {
      .herobanner__text-container--title {
        padding-right: 30%; } }
  .herobanner__text-container--title:after {
    content: "";
    position: absolute;
    height: 2px;
    width: -webkit-calc(25% - 1em);
    width: calc(25% - 1em);
    right: 0;
    top: 52px;
    /* background-color: #5FD3B7;  */
    background-color: #9BB0F2; 
	}
    @media only screen and (min-width: 1500px) {
      .herobanner__text-container--title:after {
        width: 30%; } }
    @media only screen and (max-width: 768px) {
      .herobanner__text-container--title:after {
        width: 25%; } }
    @media only screen and (max-width: 450px) {
      .herobanner__text-container--title:after {
        width: 30%; } }
  .herobanner__text-container--subtext {
    -webkit-animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0.5s 1;
            animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.5s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0.5s 1;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards;
    color: #F7F7F7;
    text-align: left;
    top: 80px;
    margin-top: 5vh;
    width: 80%; }
    @media only screen and (min-width: 1500px) {
      .herobanner__text-container--subtext {
        margin-top: 10vh;
        width: 60%; } }
    @media only screen and (max-width: 768px) {
      .herobanner__text-container--subtext {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .herobanner__text-container--subtext {
        margin-top: 3vh;
        width: 90%; } }
  .herobanner__text-container--button {
    -webkit-animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0.6s 1;
            animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0.6s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0.6s 1;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards; }
  .herobanner__text-container a {
    position: absolute;
    bottom: 0px;
    left: 9%; }
    @media only screen and (max-width: 450px) {
      .herobanner__text-container a {
        width: 80%; } }

.herobanner__text-container:before {
  -webkit-animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s 1;
          animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s 1;
  content: "";
  height: 80%;
  width: 2px;
  bottom: 0;
  /* background-color: #5FD3B7; */
  background-color: #9BB0F2;
  position: absolute;
  left: 0px; }

.herobanner__text-container:after {
  -webkit-animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s 1;
          animation: anim-transform 1.2s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1, anim-opacity 1s cubic-bezier(0.42, 0, 0.58, 1) 0s 1;
  color: #FFFFFF;
  content: attr(data-pagename);
  position: absolute;
  font-size: 1.5em;
  right: 0;
  top: -40px; }

.meet-the-team {
  background-color: #F7F7F7;
  padding-top: 10rem;
  padding-bottom: 8rem;
  position: relative; }
  @media only screen and (max-width: 450px) {
    .meet-the-team {
      padding-top: 6rem;
      padding-bottom: 6rem; } }
  .meet-the-team__title {
    position: relative; }
    .meet-the-team__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -125px;
      left: -20px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .meet-the-team__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -75px;
          left: -45px; } }
      @media only screen and (max-width: 450px) {
        .meet-the-team__title:before {
          display: none; } }
  .meet-the-team__links {
    overflow: auto;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    white-space: nowrap;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
    .meet-the-team__links__subtext {
      width: 80%; }
    .meet-the-team__links::after {
      content: "";
      width: 100%;
      height: 1px;
      border-bottom: 1px solid #5772CB;
      position: relative;
      top: 2.8em; }
      @media only screen and (max-width: 768px) {
        .meet-the-team__links::after {
          top: 2.6em; } }
    .meet-the-team__links--item {
      position: relative;
      z-index: 2; }
    .meet-the-team__links:hover {
      cursor: pointer; }
    .meet-the-team__links .member-name {
      padding: 0 1.5rem; }
      .meet-the-team__links .member-name:first-child {
        padding-left: 0; }
  .meet-the-team__subtext {
    width: 80%; }
    @media only screen and (max-width: 450px) {
      .meet-the-team__subtext {
        width: 100%; } }
  .meet-the-team__content {
    height: 0;
    visibility: hidden;
    -webkit-transform: translateX(60%);
        -ms-transform: translateX(60%);
            transform: translateX(60%);
    opacity: 0;
    -webkit-transition: opacity 1200ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: opacity 1200ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1), opacity 1200ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1), opacity 1200ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1); }
    .meet-the-team__content--title {
      display: inline-block;
      margin-right: 1rem; }
    .meet-the-team__content--linkedin {
      display: none; }
    .meet-the-team__content--linkedin-icon {
      background-image: url(../assets/linkedin.png);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 25px;
      width: 35px;
      background-size: contain; }
    .meet-the-team__content--inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
    .meet-the-team__content--left {
      width: 30%; }
      @media only screen and (max-width: 450px) {
        .meet-the-team__content--left {
          width: 100%; } }
    .meet-the-team__content--right {
      width: 70%; }
      @media only screen and (max-width: 450px) {
        .meet-the-team__content--right {
          width: 100%; } }
    .meet-the-team__content--image {
      height: 90%;
      width: 90%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: top; }
      @media only screen and (max-width: 450px) {
        .meet-the-team__content--image {
          min-height: 350px; } }
    .meet-the-team__content--subtext {
      color: #626262; }
    .meet-the-team__content--quotes {
      line-height: 1.5;
      border-left: 2px solid #5772CB;
      padding-left: 1rem; }
    .meet-the-team__content--list-top-text {
      color: #626262; }
    .meet-the-team__content--list {
      color: #626262; }
      .meet-the-team__content--list li {
        line-height: 1.9;
        padding-left: 1rem;
        position: relative; }
        .meet-the-team__content--list li:before {
          background-color: #5FD3B7;
          content: "";
          height: 8px;
          left: 0px;
          position: absolute;
          top: 10px;
          width: 8px; }

.active.meet-the-team__links--item .dot-container .square {
  display: inline-block;
  left: 35%; }

.active.meet-the-team__content {
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px); }

.image-text-block {
  color: #FFFFFF;
  height: 40vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .image-text-block__inner {
    border-bottom: 2px solid #FFFFFF;
    border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    margin: auto;
    padding: 1.5rem;
    position: relative;
    width: 60%; }
    @media only screen and (max-width: 450px) {
      .image-text-block__inner {
        width: inherit; } }
    .image-text-block__inner:before {
      background-color: #FFFFFF;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      top: 0;
      width: 6%; }
      @media only screen and (max-width: 768px) {
        .image-text-block__inner:before {
          width: 2%; } }
    .image-text-block__inner:after {
      background-color: #FFFFFF;
      content: "";
      height: 2px;
      right: 0;
      position: absolute;
      top: 0;
      width: -webkit-calc(91% - 377px);
      width: calc(91% - 377px); }
      @media only screen and (max-width: 768px) {
        .image-text-block__inner:after {
          width: 2%; } }
    .image-text-block__inner--label {
      left: 8%;
      position: absolute;
      top: -18px; }
      @media only screen and (max-width: 768px) {
        .image-text-block__inner--label {
          top: -14px;
          left: 5%; } }
    .image-text-block__inner--text {
      text-align: left;
      padding: 1.5rem 1rem; }
    .image-text-block__inner a {
      border-bottom: 2px solid #FFFFFF; }

.exam-center {
  margin-top: 10rem;
  margin-bottom: 10rem; }
  @media only screen and (max-width: 450px) {
    .exam-center {
      margin-top: 6rem;
      margin-bottom: 6rem; } }
  .exam-center__title {
    position: relative; }
    .exam-center__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -125px;
      left: -20px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .exam-center__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -75px;
          left: -45px; } }
      @media only screen and (max-width: 450px) {
        .exam-center__title:before {
          display: none; } }
  .exam-center__subtext {
    width: 80%; }
    @media only screen and (max-width: 450px) {
      .exam-center__subtext {
        width: 100%; } }
  .exam-center__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .exam-center__inner--center {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 2rem;
      position: relative;
      padding-left: 1.5rem;
      width: 50%; }
      .exam-center__inner--center:before {
        background-color: #5FD3B7;
        content: "";
        height: 12px;
        left: -4px;
        position: absolute;
        top: 15px;
        width: 12px; }
      @media only screen and (max-width: 450px) {
        .exam-center__inner--center {
          width: 100%; } }
      .exam-center__inner--center-name {
        width: 100%; }
      .exam-center__inner--center-subtext {
        color: #626262;
        padding-right: 2rem; }
        @media only screen and (max-width: 450px) {
          .exam-center__inner--center-subtext {
            width: 100%; } }

#search-results {
  width: 100%;
  margin: auto; }
  #search-results h1 {
    color: #5772CB;
    margin-top: 4rem;
    margin-bottom: 3rem;
    text-align: center;
    font-weight: 600;
    font-size: 2.25em;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      #search-results h1 {
        font-size: 24px; } }
    @media only screen and (max-width: 450px) {
      #search-results h1 {
        font-size: 22px;
        margin-top: 2rem;
        margin-bottom: 1rem; } }
    @media only screen and (max-width: 360px) {
      #search-results h1 {
        font-size: 18px;
        margin-top: 1rem;
        margin-bottom: 0.5rem; } }
  #search-results h1 + p {
    display: none; }
  #search-results .search-results--results li {
    width: 90%;
    margin: auto;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 450px) {
      #search-results .search-results--results li {
        margin-bottom: 1rem;
        width: 100%; } }
    #search-results .search-results--results li h2 {
      color: #5772CB;
      font-size: 1.25em;
      letter-spacing: 1.2px;
      line-height: 1.3;
      margin-bottom: 1rem;
      padding-left: 2rem;
      position: relative;
      width: inherit; }
      @media only screen and (max-width: 768px) {
        #search-results .search-results--results li h2 {
          font-size: 18px; } }
      @media only screen and (max-width: 450px) {
        #search-results .search-results--results li h2 {
          font-size: 18px; } }
      @media only screen and (max-width: 360px) {
        #search-results .search-results--results li h2 {
          font-size: 15px; } }
      #search-results .search-results--results li h2:before {
        background-color: #5FD3B7;
        content: "";
        height: 10px;
        width: 10px;
        position: absolute;
        top: 10px;
        left: 0; }
    #search-results .search-results--results li .result__excerpt,
    #search-results .search-results--results li .result__url {
      display: none; }
  #search-results .paging {
    color: #A8A8A8;
    text-align: center;
    margin-bottom: 2rem; }
    #search-results .paging a {
      color: #5772CB; }
  #search-results .close__container {
    text-align: center;
    color: #5772CB; }

.search--filter {
  color: #5772CB;
  width: 90%;
  margin: auto;
  margin-bottom: 2rem; }
  .search--filter-heading {
    margin-right: 1rem;
    font-weight: 600;
    display: inline; }
    .search--filter-heading::after {
      content: ":";
      position: relative;
      right: -2px; }
  .search--filter__inner {
    display: inline-block; }
  .search--filter-item {
    display: inline-block;
    margin-right: 1rem; }
    .search--filter-item.selected {
      font-weight: 600; }

.contact-wrap {
  position: fixed;
  bottom: 1.125rem;
  right: 4.5rem;
  z-index: 10;
  height: 2rem;
  width: 6.5rem;
  color: #374997;
  background-color: #F7F7F7;
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
  font-weight: 600;
  font-weight: 600;
  line-height: 0.9rem;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: -webkit-transform 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: transform 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915);
  transition: transform 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915), -webkit-transform 1200ms cubic-bezier(0.175, 0.745, 0.38, 0.915); }
  @media only screen and (max-width: 768px) {
    .contact-wrap {
      padding: .5rem 1rem;
      font-size: 1em;
      width: 5.8rem; } }
  @media only screen and (max-width: 450px) {
    .contact-wrap {
      font-size: 1em; } }
  .contact-wrap__text {
    display: block;
    position: relative;
    z-index: 1;
    -webkit-transition: color 165ms linear, -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: color 165ms linear, -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), color 165ms linear;
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), color 165ms linear, -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1); }
  .contact-wrap__dot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 1200ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: -webkit-transform 1200ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 1200ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 1200ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 1200ms cubic-bezier(0.585, 0.2, 0.07, 1); }
    .contact-wrap__dot:after {
      content: "";
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scaleX(0.333);
          -ms-transform: scaleX(0.333);
              transform: scaleX(0.333);
      right: -1.8rem !important;
      width: 6.3rem;
      background: #5FD3B7;
      -webkit-transform-origin: right center;
          -ms-transform-origin: right center;
              transform-origin: right center;
      -webkit-transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
      transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1); }
  .contact-wrap:hover {
    color: #FFFFFF; }
    .contact-wrap:hover .contact-wrap__text {
      -webkit-transform: translateX(1rem);
          -ms-transform: translateX(1rem);
              transform: translateX(1rem); }
    .contact-wrap:hover .contact-wrap__dot:after {
      -webkit-transform: scaleX(1.32);
          -ms-transform: scaleX(1.32);
              transform: scaleX(1.32); }
  .contact-wrap:not(.scrollin) {
    -webkit-transform: translateX(14rem) !important;
        -ms-transform: translateX(14rem) !important;
            transform: translateX(14rem) !important;
    -webkit-transition: -webkit-transform 600ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
    transition: -webkit-transform 600ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
    transition: transform 600ms cubic-bezier(0.785, 0.155, 0.91, 0.485);
    transition: transform 600ms cubic-bezier(0.785, 0.155, 0.91, 0.485), -webkit-transform 600ms cubic-bezier(0.785, 0.155, 0.91, 0.485); }
    .contact-wrap:not(.scrollin) .contact-wrap__dot {
      -webkit-transform: translateX(6rem);
          -ms-transform: translateX(6rem);
              transform: translateX(6rem); }

.spinner {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out; }

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s; }

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4); }
  20% {
    -webkit-transform: scaleY(1); } }

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4); }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1); } }

.ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999; }
  .ouibounce-modal .privacy-policy {
    font-size: 14px !important;
    margin-top: 10px; }
  .ouibounce-modal .input__container {
    border: 1px solid #A8A8A8;
    color: #626262;
    display: inline-block;
    margin-bottom: 1rem;
    width: 100%; }
  .ouibounce-modal .input__text-label {
    background-color: #FFFFFF;
    color: #5772CB; }
  .ouibounce-modal .input__text-field {
    color: #626262; }

.modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row;
  height: 100%; }

.modal__leftContainer {
  width: 50%;
  height: 100%; }
  @media only screen and (max-width: 450px) {
    .modal__leftContainer {
      display: none; } }
  .modal__leftContainer .modal__leftImage {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%; }

.modal__rightContainer {
  padding: 1.5rem 1rem;
  width: 50%; }
  @media only screen and (max-width: 450px) {
    .modal__rightContainer {
      width: 100%; } }

.modal__title {
  color: #5772CB;
  font-size: 1.8rem; }

.modal__subtext {
  color: #A8A8A8;
  line-height: 1.4;
  font-size: 0.8rem; }

.popupSubmit-container input {
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
  z-index: 5; }

.ouibounce-modal .modal {
  width: 650px;
  height: 440px;
  background-color: #FFFFFF;
  z-index: 10;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  -webkit-animation: popin 0.5s;
  animation: popin 0.5s; }
  @media only screen and (max-width: 450px) {
    .ouibounce-modal .modal {
      width: 90%; } }
  .ouibounce-modal .modal.display-as-mobile {
    width: 600px; }

.ouibounce-modal .modal-title {
  color: #374997;
  padding: 10px;
  margin: 0;
  -webkit-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
  text-align: center;
  font-size: 50px;
  font-weight: 800; }

.ouibounce-modal h3 {
  font-size: 1em;
  margin: 0.2em;
  text-transform: uppercase; }

.ouibounce-modal .modal-body {
  font-size: 0.9em; }

.ouibounce-modal form {
  margin-top: 2rem; }

.ouibounce-modal .modal-footer {
  position: absolute;
  bottom: 20px;
  padding-left: 1.5rem;
  width: 50%;
  margin-left: 50%; }

.ouibounce-modal .modal-footer p {
  color: #A8A8A8;
  cursor: pointer;
  display: inline;
  border-bottom: 1px solid #A8A8A8;
  font-size: 16px; }

@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes popin {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 0; }
  1% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

@keyframes popin {
  0% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 0; }
  1% {
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    opacity: 1; }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1; } }

.index--header {
  height: 60%;
  width: 70%; }

.page-heading {
  padding: 6rem 2rem 3rem 2rem; }
  @media only screen and (max-width: 450px) {
    .page-heading {
      border: none;
      padding-top: 4rem;
      padding-bottom: 2rem; } }
  .page-heading__title {
    margin-bottom: 3rem !important;
    padding-top: 10px; }
    @media only screen and (max-width: 768px) {
      .page-heading__title {
        padding-top: 0; } }
    @media only screen and (max-width: 450px) {
      .page-heading__title {
        padding-top: 20px; } }
    .page-heading__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      z-index: -1;
      top: 10px;
      left: -15px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .page-heading__title:before {
          font-size: 150px;
          font-weight: 600;
          top: 60px;
          left: -40px; } }
      @media only screen and (max-width: 450px) {
        .page-heading__title:before {
          display: none; } }
  .page-heading__subtext {
    color: #626262;
    margin-bottom: 2rem;
    width: 70%; }
    @media only screen and (max-width: 768px) {
      .page-heading__subtext {
        width: 100%; } }
  .page-heading__icon-outercontainer {
    background-color: #F7F7F7;
    padding: 2rem 0; }
  .page-heading__icon-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .page-heading__icon-container--item {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 2rem 0;
      text-align: center;
      width: 23%; }
      .page-heading__icon-container--item .fa {
        font-size: 28px; }
      @media only screen and (max-width: 768px) {
        .page-heading__icon-container--item {
          padding: 0 1rem;
          margin: 1rem 0;
          width: 48%; } }
  .page-heading__icon {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    margin: auto;
    width: 100px; }

.our-partners {
  padding-bottom: 2rem; }

.page-heading__icon-container--item.ie {
  display: inline-block; }

.blog {
  padding-top: 5vh; }
  .blog * > p {
    margin-bottom: 1rem; }
  .blog * > ol {
    list-style: decimal; }
  .blog__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 9rem;
    margin-bottom: 8rem; }
    @media only screen and (max-width: 450px) {
      .blog__inner {
        margin-top: 6rem; } }
  .blog__page-title {
    position: relative;
    padding-left: 2rem; }
    @media only screen and (max-width: 450px) {
      .blog__page-title {
        padding-left: 4rem; } }
    .blog__page-title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -150px;
      left: 0;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .blog__page-title:before {
          font-size: 150px;
          font-weight: 600;
          top: -100px;
          left: -25px; } }
      @media only screen and (max-width: 450px) {
        .blog__page-title:before {
          display: none; } }
    .blog__page-title:after {
      background-color: #5FD3B7;
      content: "";
      position: absolute;
      height: 12px;
      width: 12px;
      left: 0;
      top: 25px; }
      @media only screen and (max-width: 768px) {
        .blog__page-title:after {
          top: 15px; } }
      @media only screen and (max-width: 450px) {
        .blog__page-title:after {
          left: 2rem;
          top: 15px; } }
  .blog--categories {
    color: #5772CB;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 330ms cubic-bezier(0.585, 0.2, 0.07, 1); }
    @media only screen and (max-width: 450px) {
      .blog--categories {
        padding-right: 1rem; } }
    @media only screen and (max-width: 450px) {
      .blog--categories.active {
        -webkit-transform: translateY(-4rem);
            -ms-transform: translateY(-4rem);
                transform: translateY(-4rem); }
        .blog--categories.active .blog--categories-heading:after {
          content: "-"; }
        .blog--categories.active .blog--categories__inner {
          max-height: 120px !important; } }
    .blog--categories-heading {
      margin-right: 1rem;
      font-weight: 600;
      font-size: 18px;
      position: relative; }
      .blog--categories-heading:after {
        content: ":";
        position: absolute;
        right: -8px;
        top: 0; }
        @media only screen and (max-width: 450px) {
          .blog--categories-heading:after {
            content: "+";
            right: -1rem;
            top: 2px;
            -webkit-transition: all 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
            transition: all 600ms cubic-bezier(0.585, 0.2, 0.07, 1); } }
    .blog--categories .cat--selected {
      font-weight: 600; }
    .blog--categories__inner {
      font-size: 18px; }
      @media only screen and (max-width: 450px) {
        .blog--categories__inner {
          position: absolute;
          top: 100%;
          left: 0;
          white-space: nowrap;
          max-height: 0;
          overflow: hidden;
          -webkit-transition: all 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
          transition: all 600ms cubic-bezier(0.585, 0.2, 0.07, 1); } }
    .blog--categories-item {
      display: inline-block;
      margin-right: 1rem; }
      @media only screen and (max-width: 450px) {
        .blog--categories-item {
          display: block;
          margin-bottom: 0.5rem; } }
  .blog--list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .blog--card {
    position: relative;
    border: 2px solid #5772CB;
    color: #626262;
    height: 320px;
    width: 49%;
    margin: 0 auto;
    cursor: pointer;
    margin-bottom: 5rem;
    -webkit-transition: -webkit-box-shadow 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: -webkit-box-shadow 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: box-shadow 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: box-shadow 330ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-box-shadow 330ms cubic-bezier(0.585, 0.2, 0.07, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
    @media only screen and (max-width: 450px) {
      .blog--card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: column-reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse;
        height: 400px;
        width: 90%; } }
    .blog--card-content {
      position: relative;
      height: 100%;
      background-color: #FFFFFF;
      width: 50%; }
      @media only screen and (max-width: 450px) {
        .blog--card-content {
          height: 60%;
          width: 100%; } }
    .blog--card-top-content {
      height: 100%;
      position: relative;
      display: block;
      background-color: #FFFFFF;
      padding: 1rem; }
      @media only screen and (max-width: 450px) {
        .blog--card-top-content {
          padding: 1rem; } }
    .blog--card-heading {
      margin: 0 auto;
      margin-top: 2rem;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 768px) {
        .blog--card-heading {
          margin-top: 0px; } }
    .blog--card-summary {
      color: #626262;
      width: 80%;
      margin: 0 auto;
      opacity: 0; }
      @media only screen and (max-width: 768px) {
        .blog--card-summary {
          opacity: 1;
          width: 100%; } }
    .blog--card-button {
      position: relative;
      top: -60px;
      text-align: center;
      opacity: 0; }
      @media only screen and (max-width: 768px) {
        .blog--card-button {
          opacity: 1;
          width: 80%;
          left: 10%; } }
    .blog--card-image {
      background-size: cover;
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 50%; }
      @media only screen and (max-width: 450px) {
        .blog--card-image {
          height: 40%;
          width: 100%; } }
    .blog--card:hover {
      -webkit-box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
              box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.15); }
      .blog--card:hover .blog--card-summary {
        -webkit-animation: anim-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1, anim-opacity 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0s 1;
                animation: anim-transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) 0s 1, anim-opacity 0.25s cubic-bezier(0.42, 0, 0.58, 1) 0s 1;
        opacity: 1; }
      .blog--card:hover .blog--card-button {
        -webkit-animation: anim-opacity 0.5s ease-out 0s 1;
                animation: anim-opacity 0.5s ease-out 0s 1;
        opacity: 1;
        -webkit-animation-fill-mode: backwards;
                animation-fill-mode: backwards; }
    @media only screen and (max-width: 768px) {
      .blog--card {
        -webkit-transition: none;
        transition: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .blog--card:hover {
          -webkit-box-shadow: none;
                  box-shadow: none; }
          .blog--card:hover .blog--card-summary,
          .blog--card:hover .blog--card-button {
            -webkit-animation: none;
                    animation: none; } }
  .blog--post-footer {
    width: 650px;
    margin: 0 auto;
    margin-bottom: 10rem; }
    @media only screen and (max-width: 450px) {
      .blog--post-footer {
        width: 90%; } }
    @media only screen and (max-width: 450px) {
      .blog--post-footer__prev, .blog--post-footer__next {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 50%;
        float: left; } }
  .blog--article {
    padding-bottom: 4rem;
    position: relative; }
    @media only screen and (max-width: 450px) {
      .blog--article {
        padding-bottom: 0rem; } }
    .blog--article:after {
      background-color: #5772CB;
      content: "";
      height: 2px;
      width: 25%;
      left: 38%;
      bottom: 0;
      position: absolute; }
    .blog--article .heading__blurb {
      top: -100px;
      z-index: -2;
      left: 10%; }
      @media only screen and (max-width: 450px) {
        .blog--article .heading__blurb {
          top: -40px; } }
    .blog--article__header {
      position: relative;
      margin-top: 6rem; }
      @media only screen and (max-width: 450px) {
        .blog--article__header {
          margin-top: 4rem; } }
      .blog--article__header .p-category {
        margin-left: 5%;
        position: relative;
        z-index: 3;
        /* &--inner {
          margin-left: 1%;
          .fa-angle-left {
            padding-right: 0.5rem;
          }
        } */ }
        .blog--article__header .p-category .fa-angle-left {
          padding-right: 0.5rem; }
        .blog--article__header .p-category--text {
          border-bottom: 2px solid #9BB0F2; }
    .blog--article__header-title {
      color: #5FD3B7;
      margin-top: 2rem;
      line-height: 1.2;
      border-bottom: 2px solid #5FD3B7;
      border-right: 2px solid #5FD3B7;
      position: relative;
      padding-bottom: 4rem;
      background-color: #FFFFFF;
      z-index: 2; }
      @media only screen and (max-width: 450px) {
        .blog--article__header-title {
          margin-top: 4rem; } }
      .blog--article__header-title:before {
        background-color: #5FD3B7;
        height: 70%;
        width: 2px;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0; }
      .blog--article__header-title:after {
        background-color: #5FD3B7;
        content: "";
        position: absolute;
        height: 2px;
        width: 25%;
        right: 0;
        top: 0; }
      .blog--article__header-title .blog--article__title {
        position: absolute;
        top: -38px;
        padding-left: 3rem;
        width: 60%; }
        .blog--article__header-title .blog--article__title:before {
          background-color: #5FD3B7;
          content: "";
          height: 12px;
          width: 12px;
          position: absolute;
          left: 0;
          top: 30px; }
        .blog--article__header-title .blog--article__title:after {
          content: attr(data-blurb);
          font-size: 16rem;
          font-weight: 600;
          line-height: 1.15;
          color: #5772CB;
          opacity: 0.1;
          position: absolute;
          top: -125px;
          left: 20px;
          height: auto;
          white-space: nowrap; }
          @media only screen and (max-width: 768px) {
            .blog--article__header-title .blog--article__title:after {
              font-size: 150px;
              font-weight: 600;
              top: -75px;
              left: -5px; } }
          @media only screen and (max-width: 450px) {
            .blog--article__header-title .blog--article__title:after {
              display: none; } }
      .blog--article__header-title .blog--article__date {
        position: absolute;
        bottom: 3rem;
        left: 3rem; }
    .blog--article__header-image {
      height: -webkit-calc(60vh - 100px);
      height: calc(60vh - 100px);
      -webkit-transform: translateY(-3rem);
          -ms-transform: translateY(-3rem);
              transform: translateY(-3rem);
      width: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      z-index: -1; }
    .blog--article__description {
      position: relative; }
      @media only screen and (max-width: 768px) {
        .blog--article__description {
          margin-bottom: 0; } }
      @media only screen and (max-width: 450px) {
        .blog--article__description {
          margin-top: 1rem !important; } }
    .blog--article__description-inner {
      background-color: #FFFFFF;
      width: 66%;
      margin: auto; }
      @media only screen and (max-width: 450px) {
        .blog--article__description-inner {
          padding: 3rem 1rem;
          width: 90%; } }
      @media only screen and (max-width: 360px) {
        .blog--article__description-inner {
          width: 100%; } }
    .blog--article__description-topsection {
      color: #5772CB;
      margin-bottom: 4rem;
      text-align: center;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .blog--article__description-topsection {
          text-align: left; } }
      @media only screen and (max-width: 450px) {
        .blog--article__description-topsection {
          text-align: center; } }
      .blog--article__description-topsection .social-icons {
        display: inline-block;
        position: absolute;
        right: -1rem;
        text-align: right; }
        @media only screen and (max-width: 450px) {
          .blog--article__description-topsection .social-icons {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            padding: 1rem 1rem;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -webkit-flex-flow: row;
                -ms-flex-flow: row;
                    flex-flow: row;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            right: auto;
            width: 100%; } }
        .blog--article__description-topsection .social-icons .fa {
          color: #5772CB;
          font-size: 22px;
          padding-left: 1rem;
          padding-right: 0.5rem; }
    .blog--article__description-content {
      word-wrap: break-word;
      line-height: 1.5; }
      .blog--article__description-content h2, .blog--article__description-content h3 {
        font-weight: bold;
        margin-bottom: 0.75rem; }
      .blog--article__description-content h2 {
        color: #5772CB;
        font-size: 1.25em !important; }
      .blog--article__description-content h3 {
        color: #626262; }
      .blog--article__description-content ul, .blog--article__description-content ul > li, .blog--article__description-content ol > li > p, .blog--article__description-content ul > li > p {
        padding-bottom: 0.75rem; }
      .blog--article__description-content ul {
        padding-left: 2rem; }
      .blog--article__description-content ul > li {
        list-style-type: disc;
        color: #626262; }
      .blog--article__description-content p, .blog--article__description-content blockquote {
        color: #626262;
        padding-bottom: 2rem;
        margin-bottom: 0; }
      .blog--article__description-content blockquote {
        font-style: italic; }

.blog .paging {
  color: #A8A8A8;
  float: right;
  margin-bottom: 4rem; }
  .blog .paging a {
    color: #5772CB; }

.social-icons-list {
  text-align: center;
  padding-left: 2rem;
  position: relative;
  width: 100%;
  margin: auto;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 450px) {
    .social-icons-list {
      padding-left: 0; } }
  .social-icons-list:before {
    background-color: #5FD3B7;
    content: "";
    height: 10px;
    width: 10px;
    position: relative;
    display: inline-block;
    left: -2rem;
    top: -2px; }
    @media only screen and (max-width: 768px) {
      .social-icons-list:before {
        top: 6px; } }
    @media only screen and (max-width: 450px) {
      .social-icons-list:before {
        top: 0;
        margin-right: 1rem;
        display: none; } }
    @media only screen and (max-width: 360px) {
      .social-icons-list:before {
        top: 4px; } }
  .social-icons-list__text {
    display: inline-block;
    padding-right: 2rem; }
    @media only screen and (max-width: 450px) {
      .social-icons-list__text {
        padding-right: 1rem; } }
  .social-icons-list__item {
    display: inline-block;
    margin-right: 2rem; }
    @media only screen and (max-width: 450px) {
      .social-icons-list__item {
        margin-right: 1rem; } }
    .social-icons-list__item:last-child {
      margin-right: 0; }

.course-template__top-price {
  position: absolute;
  top: 5%;
  right: 2.5%; }

.course-template__top-text {
  background-color: #FFFFFF;
  border-bottom: 2px solid #9BB0F2;
  border-right: 2px solid #9BB0F2;
  padding-bottom: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 450px) {
    .course-template__top-text {
      padding-bottom: 4rem; } }
  .course-template__top-text:before {
    background-color: #9BB0F2;
    content: "";
    height: 90%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2px; }
  .course-template__top-text:after {
    background-color: #9BB0F2;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%; }
    @media only screen and (max-width: 768px) {
      .course-template__top-text:after {
        right: 0; } }
    @media only screen and (max-width: 450px) {
      .course-template__top-text:after {
        width: 0; } }
  .course-template__top-text--heading {
    position: absolute;
    top: -60px;
    width: 80%; }
    @media only screen and (max-width: 450px) {
      .course-template__top-text--heading {
        top: -45px; } }
    @media only screen and (max-width: 360px) {
      .course-template__top-text--heading {
        top: -60px; } }
    .course-template__top-text--heading:before {
      background-color: #9BB0F2;
      content: "";
      height: 12px;
      width: 12px;
      position: absolute;
      left: -32px;
      top: 26px; }
      @media only screen and (max-width: 450px) {
        .course-template__top-text--heading:before {
          top: 16px; } }
  .course-template__top-text--code {
    padding-top: 4rem; }
    @media only screen and (max-width: 450px) {
      .course-template__top-text--code {
        padding-top: 4rem; } }
  .course-template__top-text--description {
    width: 80%; }
    @media only screen and (max-width: 450px) {
      .course-template__top-text--description {
        width: 100%; } }
  .course-template__top-text--sub {
    padding-top: 2rem;
    padding-bottom: 1rem;
    -webkit-transform: translateY(60px);
        -ms-transform: translateY(60px);
            transform: translateY(60px); }

.course-template .col-left {
  display: inline-block;
  width: 56%;
  margin-right: 2%; }
  @media only screen and (max-width: 450px) {
    .course-template .col-left {
      width: 100%;
      margin-bottom: 2rem; } }

.course-template .col-right {
  display: inline-block;
  width: 40%; }
  @media only screen and (max-width: 450px) {
    .course-template .col-right {
      width: 100%; } }

.course--information {
  color: #5772CB;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateY(-8rem);
      -ms-transform: translateY(-8rem);
          transform: translateY(-8rem);
  z-index: -1;
  padding: 6rem 1rem 2rem 1rem; }
  .course--information--inner {
    height: 30vh;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 450px) {
      .course--information--inner {
        height: auto; } }
  .course--information-item {
    text-align: center;
    width: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 450px) {
      .course--information-item {
        margin-top: 3rem;
        width: 50%; } }
    .course--information-item-text {
      height: 60px; }
      .course--information-item-text p {
        padding: 0 1rem;
        height: 50%; }
    @media only screen and (max-width: 450px) {
      .course--information-item:last-child {
        margin-bottom: 2rem; } }
  .course--information__icon {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90px;
    width: 90px; }

.course__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem; }
  @media only screen and (max-width: 450px) {
    .course__tab {
      margin-top: 0;
      margin-bottom: 0;
      -webkit-transform: translateY(-4rem);
          -ms-transform: translateY(-4rem);
              transform: translateY(-4rem); } }
  .course__tab--link {
    color: #5772CB;
    position: relative;
    width: 20%;
    z-index: 1;
    text-align: center; }
    .course__tab--link.formsPage--link {
      width: 20%; }
      .course__tab--link.formsPage--link.active {
        font-weight: 500; }
    @media only screen and (max-width: 450px) {
      .course__tab--link {
        display: none;
        margin-bottom: 1rem;
        padding-left: 1rem;
        width: 100%; } }
    .course__tab--link:hover {
      cursor: pointer; }
    @media only screen and (max-width: 450px) {
      .course__tab--link:before {
        color: #5772CB;
        position: absolute;
        font-family: FontAwesome;
        font-size: 25px;
        top: 0px;
        left: -10px;
        padding-right: 10px;
        content: "\f105";
        margin-left: 0px; } }
  .course__tab--desc {
    color: #626262;
    height: 0;
    opacity: 0;
    z-index: -1; }
    @media only screen and (max-width: 450px) {
      .course__tab--desc {
        border: 2px solid #5772CB;
        margin-left: 5%; } }
    .course__tab--desc-inner {
      padding: 2rem 1rem; }
      .course__tab--desc-inner .col-right {
        vertical-align: top; }
        .course__tab--desc-inner .col-right .quote {
          width: 70%;
          margin: auto;
          background-color: #F7F7F7;
          color: #5772CB;
          padding: 2rem;
          font-size: 1.5em;
          font-weight: 100;
          line-height: 1.2; }
          @media only screen and (max-width: 768px) {
            .course__tab--desc-inner .col-right .quote {
              font-size: 20px; } }
          @media only screen and (max-width: 450px) {
            .course__tab--desc-inner .col-right .quote {
              font-size: 20px;
              width: 100%;
              margin-top: 2rem; } }
    .course__tab--desc h3 {
      font-weight: 600;
      margin-bottom: 1rem; }
    .course__tab--desc a {
      color: #5772CB; }
    .course__tab--desc p {
      margin-bottom: 2rem;
      font-size: 1.25em;
      letter-spacing: 1.2px;
      line-height: 1.3; }
      @media only screen and (max-width: 768px) {
        .course__tab--desc p {
          font-size: 18px; } }
      @media only screen and (max-width: 450px) {
        .course__tab--desc p {
          padding: 1rem; } }
    .course__tab--desc ul {
      margin-bottom: 2rem;
      text-align: left; }
      .course__tab--desc ul li {
        padding-left: 2rem;
        padding-bottom: 5px;
        position: relative;
        width: 48%;
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 768px) {
          .course__tab--desc ul li {
            width: 100%; } }
        .course__tab--desc ul li:before {
          background-color: #5FD3B7;
          content: "";
          height: 8px;
          width: 8px;
          position: absolute;
          left: 0;
          top: 8px; }
        .course__tab--desc ul li p {
          margin-bottom: 0;
          font-size: 1em; }
          @media only screen and (max-width: 768px) {
            .course__tab--desc ul li p {
              font-size: 14px; } }
          @media only screen and (max-width: 450px) {
            .course__tab--desc ul li p {
              font-size: 14px; } }
    .course__tab--desc .col-container {
      margin-top: 3rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .course__tab--desc .col-container__col {
        border-right: 1px solid #A8A8A8;
        padding-left: 2rem;
        width: 32%; }
        .course__tab--desc .col-container__col:last-child {
          border-right: none; }
        .course__tab--desc .col-container__col h2 {
          margin-bottom: 1rem !important; }
        @media only screen and (max-width: 450px) {
          .course__tab--desc .col-container__col {
            border-right: none;
            width: 100%; } }
        .course__tab--desc .col-container__col li {
          width: 100%; }
  @media only screen and (max-width: 450px) {
    .course__tab .link1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .course__tab .link2 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .course__tab .link3 {
      -webkit-box-ordinal-group: 6;
      -webkit-order: 5;
          -ms-flex-order: 5;
              order: 5; }
    .course__tab .link4 {
      -webkit-box-ordinal-group: 8;
      -webkit-order: 7;
          -ms-flex-order: 7;
              order: 7; }
    .course__tab .course-outline-desc {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .course__tab .pre-requisites-desc {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
    .course__tab .out-comes-desc {
      -webkit-box-ordinal-group: 7;
      -webkit-order: 6;
          -ms-flex-order: 6;
              order: 6; }
    .course__tab .exam-info-desc {
      -webkit-box-ordinal-group: 9;
      -webkit-order: 8;
          -ms-flex-order: 8;
              order: 8; } }
  .course__tab .course--exam-item {
    display: inline-block;
    min-width: 200px; }
    @media only screen and (max-width: 768px) {
      .course__tab .course--exam-item {
        width: 49%;
        min-width: 0; } }
    @media only screen and (max-width: 450px) {
      .course__tab .course--exam-item {
        width: 90%; } }
    .course__tab .course--exam-item p {
      letter-spacing: 0.5px; }

.active.course__tab--link .square {
  left: -webkit-calc(50% - 5px);
  left: calc(50% - 5px);
  display: inline-block; }

.course__tab--desc.open {
  height: auto;
  opacity: 1;
  max-height: inherit;
  padding: 1rem;
  z-index: 0; }
  .course__tab--desc.open .course__tab--desc-title {
    position: relative;
    -webkit-animation: slowlyComing 0.5s linear 1;
            animation: slowlyComing 0.5s linear 1; }
  .course__tab--desc.open .course__tab--desc-content {
    position: relative;
    -webkit-animation: slowlyComing 0.5s linear 0.33s 1;
            animation: slowlyComing 0.5s linear 0.33s 1;
    -webkit-animation-fill-mode: backwards;
            animation-fill-mode: backwards; }

@media only screen and (max-width: 450px) {
  .course__tab--desc {
    height: auto;
    opacity: 1;
    max-height: inherit;
    padding: 1rem;
    z-index: 0;
    margin: 1rem; }
    .course__tab--desc-inner {
      padding: 1rem; }
      .course__tab--desc-inner p {
        margin-bottom: 2rem;
        padding: 0; }
      .course__tab--desc-inner > *:last-child {
        margin-bottom: 0; } }

.course-enroll-button {
  margin: auto;
  margin-bottom: 4rem;
  text-align: center;
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10; }
  @media only screen and (max-width: 450px) {
    .course-enroll-button {
      margin: 4rem auto 0; } }
  .course-enroll-button .col-left {
    text-align: left; }
  .course-enroll-button .col-right {
    padding-right: 7%; }
    @media only screen and (max-width: 450px) {
      .course-enroll-button .col-right {
        padding-right: 0; } }

.course-details-page .breadcrumbs {
  margin-bottom: 6rem;
  margin-top: 0rem;
  padding: 2rem; }
  @media only screen and (max-width: 450px) {
    .course-details-page .breadcrumbs {
      margin-bottom: 4rem; } }

.course--information-item.ie {
  display: inline-block; }
  .course--information-item.ie .course--information__icon {
    margin: auto; }

@media only screen and (max-width: 450px) {
  #courseCodeText {
    padding-top: 4rem !important; } }

@media only screen and (max-width: 360px) {
  .student .herobanner__text-container--title {
    padding-right: 10%; }
    .student .herobanner__text-container--title:after {
      width: 10%; } }

.student .herobanner__text-container--subtext {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .student .herobanner__text-container--subtext {
      font-size: 20px; } }
  @media only screen and (max-width: 450px) {
    .student .herobanner__text-container--subtext {
      font-size: 18px;
      width: 90%; } }

.support-student {
  padding-top: 6rem;
  padding-bottom: 5rem; }
  .support-student__title {
    position: relative; }
    .support-student__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -150px;
      left: -20px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .support-student__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -100px;
          left: -45px; } }
      @media only screen and (max-width: 450px) {
        .support-student__title:before {
          display: none; } }
  .support-student__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .support-student__inner--col {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
          -ms-flex-flow: column;
              flex-flow: column;
      padding: 1rem 0;
      width: 30%; }
      .support-student__inner--col-image {
        margin: auto;
        height: 80px;
        width: 80px;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
      @media only screen and (max-width: 450px) {
        .support-student__inner--col {
          margin-bottom: 2rem;
          width: 100%; } }
  .support-student__link {
    text-align: center; }
    @media only screen and (max-width: 450px) {
      .support-student__link {
        margin-top: 2rem !important; } }

.student-signup {
  padding-top: 3rem;
  padding-bottom: 2rem; }
  .student-signup__title {
    position: relative; }
    .student-signup__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -150px;
      left: -20px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .student-signup__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -100px;
          left: -45px; } }
      @media only screen and (max-width: 450px) {
        .student-signup__title:before {
          display: none; } }
  .student-signup__inner {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .student-signup__inner--left {
      width: 66%; }
      @media only screen and (max-width: 450px) {
        .student-signup__inner--left {
          width: 100%; } }
    .student-signup__inner--right {
      width: 33%; }
      @media only screen and (max-width: 450px) {
        .student-signup__inner--right {
          margin-top: 3rem;
          margin-left: auto;
          margin-right: auto; } }
      .student-signup__inner--right .button {
        display: inline-block;
        padding: 0.5rem 3rem; }
        @media only screen and (max-width: 450px) {
          .student-signup__inner--right .button {
            display: block;
            width: 100%; } }

@media only screen and (max-width: 360px) {
  .corporate .herobanner__text-container--title {
    padding-right: 10%; } }

@media only screen and (max-width: 360px) {
  .corporate .herobanner__text-container--title:after {
    width: 10%; } }

.corporate .herobanner__text-container--subtext {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .corporate .herobanner__text-container--subtext {
      font-size: 20px; } }
  @media only screen and (max-width: 450px) {
    .corporate .herobanner__text-container--subtext {
      font-size: 18px; } }

.corporate .scroll-block-mobile__card--text-container {
  padding: 1rem; }

.corporate-heading {
  margin-top: 12rem; }
  @media only screen and (max-width: 450px) {
    .corporate-heading {
      margin-top: 6rem;
      margin-bottom: 4rem; } }
  .corporate-heading__title {
    position: relative; }
    .corporate-heading__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -150px;
      left: -20px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .corporate-heading__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -100px;
          left: -45px; } }
      @media only screen and (max-width: 450px) {
        .corporate-heading__title:before {
          display: none; } }
  .corporate-heading__subtext {
    width: 80%; }
    @media only screen and (max-width: 450px) {
      .corporate-heading__subtext {
        width: 100%; } }

.corporate-icons {
  padding: 15vh 0 0;
  z-index: 3; }
  @media only screen and (max-width: 450px) {
    .corporate-icons {
      padding: 4rem 0; } }
  .corporate-icons__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
    .corporate-icons__inner--item {
      width: 20%; }
      @media only screen and (max-width: 450px) {
        .corporate-icons__inner--item {
          margin-bottom: 2rem;
          width: 100%; } }
      .corporate-icons__inner--item .image-container {
        width: 80px;
        height: 80px;
        margin: auto;
        margin-bottom: 1.5rem;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
          object-fit: cover;

          
      }

.corporate-professionals {
  margin-top: 12rem;
  margin-bottom: 8rem; }
  @media only screen and (max-width: 450px) {
    .corporate-professionals {
      margin-top: 8rem;
      margin-bottom: 4rem; } }
  .corporate-professionals__title {
    position: relative; }
    .corporate-professionals__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -150px;
      left: -20px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .corporate-professionals__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -100px;
          left: -45px; } }
      @media only screen and (max-width: 450px) {
        .corporate-professionals__title:before {
          display: none; } }
  .corporate-professionals__subtext {
    width: 80%; }
    @media only screen and (max-width: 450px) {
      .corporate-professionals__subtext {
        width: 100%; } }
  .corporate-professionals__list--item {
    color: #626262;
    display: inline-block;
    width: 49%;
    padding-left: 2rem;
    margin-bottom: 1.5rem;
    position: relative; }
    @media only screen and (max-width: 450px) {
      .corporate-professionals__list--item {
        width: 100%; } }
    .corporate-professionals__list--item:before {
      background-color: #5772CB;
      content: "";
      height: 10px;
      width: 10px;
      position: absolute;
      top: 10px;
      left: 0; }

.corporate-form {
  border-top: 1px solid #A8A8A8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row;
      -ms-flex-flow: row;
          flex-flow: row; }
  .corporate-form__left {
    background-color: #5772CB;
    width: 50%; }
    .corporate-form__left--image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
    @media only screen and (max-width: 450px) {
      .corporate-form__left {
        display: none; } }
  .corporate-form__right {
    margin: 3rem 0;
    padding: 0 5rem;
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .corporate-form__right {
        padding: 0 2rem; } }
    @media only screen and (max-width: 450px) {
      .corporate-form__right {
        width: 100%;
        padding: 0 3rem; } }
    @media only screen and (max-width: 360px) {
      .corporate-form__right {
        padding: 0 1rem; } }
    .corporate-form__right #employerForm {
      color: #626262; }
    .corporate-form__right .input__container {
      border: 1px solid #A8A8A8;
      color: #626262;
      display: inline-block;
      margin-top: 2rem;
      width: 100%; }
      .corporate-form__right .input__container:nth-child(2n) {
        margin-right: 0; }
      @media only screen and (max-width: 450px) {
        .corporate-form__right .input__container {
          width: 100%; } }
      .corporate-form__right .input__container--textarea {
        border: 1px solid #A8A8A8;
        color: #626262;
        margin-top: 2rem;
        margin-bottom: 2rem;
        position: relative;
        width: 100%; }
        @media only screen and (max-width: 450px) {
          .corporate-form__right .input__container--textarea {
            width: 100%; } }
        .corporate-form__right .input__container--textarea textarea {
          width: 95%; }
          @media only screen and (max-width: 768px) {
            .corporate-form__right .input__container--textarea textarea {
              width: 93%; } }
          @media only screen and (max-width: 450px) {
            .corporate-form__right .input__container--textarea textarea {
              width: 94%; } }
    .corporate-form__right .input__text-label {
      background-color: #FFFFFF;
      color: #5772CB; }
    .corporate-form__right .input__text-field {
      color: #626262; }
    .corporate-form__right .employerSubmit-container input {
      background-color: transparent;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

@media only screen and (max-width: 360px) {
  .about .herobanner__text-container--title {
    padding-right: 10%; } }

@media only screen and (max-width: 360px) {
  .about .herobanner__text-container--title:after {
    width: 10%; } }

.about .herobanner__text-container--subtext {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2;
  width: 60%; }
  @media only screen and (max-width: 768px) {
    .about .herobanner__text-container--subtext {
      font-size: 20px; } }
  @media only screen and (max-width: 450px) {
    .about .herobanner__text-container--subtext {
      font-size: 18px;
      width: 95%; } }

.about .textblurb__text {
  margin-top: 10rem;
  margin-bottom: 8rem !important; }
  @media only screen and (max-width: 450px) {
    .about .textblurb__text {
      margin-top: 6rem;
      margin-bottom: 6rem !important; } }

.events-page .herobanner__text-container--subtext {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.2; }
  @media only screen and (max-width: 768px) {
    .events-page .herobanner__text-container--subtext {
      font-size: 20px; } }
  @media only screen and (max-width: 450px) {
    .events-page .herobanner__text-container--subtext {
      font-size: 18px; } }

/* Events Section */
.event-image {
  width: 220px;
  height: 220px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top center; }
  @media only screen and (max-width: 450px) {
    .event-image {
      width: 100%;
      height: 100%; } }

.event-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 0 3rem;
  border-bottom: 1px solid #5772CB; }
  @media only screen and (max-width: 450px) {
    .event-row {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .event-row:nth-of-type(3), .event-row:nth-of-type(4) {
    border-bottom: 1px solid #9BB0F2; }
  .event-row:nth-of-type(5) {
    padding-bottom: 5rem; }

.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: coloumn;
      -ms-flex-direction: coloumn;
          flex-direction: coloumn; }
  .col--1 {
    margin: 0 auto; }
    @media only screen and (max-width: 450px) {
      .col--1 {
        width: 100%;
        min-height: 150px; } }
  .col--2 {
    /* width: 50%;
    margin: 0 auto; */
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 768px) {
      .col--2 {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }

.sub-col-1 {
  padding: 0 2rem;
  width: 100%; }
  @media only screen and (max-width: 450px) {
    .sub-col-1 {
      padding: 2rem 0; } }

.sub-col-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
      -ms-flex: 0 33%;
          flex: 0 33%; }
  @media only screen and (max-width: 768px) {
    .sub-col-2 {
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-flex: 0;
      -webkit-flex: 0 100%;
          -ms-flex: 0 100%;
              flex: 0 100%; } }

@media only screen and (max-width: 768px) {
  .responsive-event-cta {
    padding: 1rem 2rem; } }

@media only screen and (max-width: 450px) {
  .responsive-event-cta {
    padding: 0;
    width: 100%;
    text-align: center; } }

.responsive-event-button {
  -webkit-transition: all 330ms;
  transition: all 330ms;
  border: 2px solid #5FD3B7;
  padding: 10px 30px;
  color: #5FD3B7; }
  .responsive-event-button:hover {
    color: #FFFFFF;
    background: #5FD3B7; }

.source {
  padding-top: 2rem; }

#eventContainerNew {
  margin-top: 4rem;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 450px) {
    #eventContainerNew {
      margin-top: 2rem;
      margin-bottom: 3rem; } }

@media only screen and (max-width: 450px) {
  .contact-heading {
    margin-bottom: 4rem !important; } }

.contact-heading .heading__blurb {
  top: -100px; }

.contact-heading__text {
  padding-top: 6rem;
  padding-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .contact-heading__text {
      padding-top: 1rem;
      padding-bottom: 1rem; } }

.contact-top-text {
  margin-top: 12rem;
  z-index: 1; }
  @media only screen and (max-width: 450px) {
    .contact-top-text {
      margin-top: 8rem; } }
  .contact-top-text__inner {
    background-color: #FFFFFF;
    /* border-bottom: 2px solid #5FD3B7;
    border-right: 2px solid #5FD3B7; */
    border-bottom: 2px solid #9BB0F2;
    border-right: 2px solid #9BB0F2;
    padding: 2rem;
    position: relative; }
    @media only screen and (max-width: 450px) {
      .contact-top-text__inner {
        padding-bottom: 0; } }
    .contact-top-text__inner:after {
      /* background-color: #5FD3B7; */
      background-color: #9BB0F2;
      content: "";
      right: 0;
      height: 2px;
      width: 45%;
      position: absolute;
      top: 0; }
      @media only screen and (max-width: 450px) {
        .contact-top-text__inner:after {
          width: 40%; } }
    .contact-top-text__inner:before {
      /* background-color: #5FD3B7; */
      background-color: #9BB0F2;
      content: "";
      left: 0;
      height: 90%;
      width: 2px;
      position: absolute;
      bottom: 0; }
  .contact-top-text__title {
    position: absolute;
    top: -3rem;
    width: 50%; }
    .contact-top-text__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -165px;
      left: -20px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .contact-top-text__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -115px;
          left: -45px; } }
      @media only screen and (max-width: 450px) {
        .contact-top-text__title:before {
          display: none; } }
    .contact-top-text__title:after {
      /* background-color: #5FD3B7; */
      background-color: #9BB0F2;
      position: absolute;
      height: 12px;
      width: 12px;
      left: -2rem;
      top: 50px;
      content: ""; }
  .contact-top-text__subtext {
    padding-top: 6rem; }
    @media only screen and (max-width: 450px) {
      .contact-top-text__subtext {
        padding-top: 4rem; } }
  .contact-top-text__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    @media only screen and (max-width: 450px) {
      .contact-top-text__contact {
        margin-bottom: .5rem !important; } }
    .contact-top-text__contact--col {
      width: 33%; }
      @media only screen and (max-width: 450px) {
        .contact-top-text__contact--col {
          margin-bottom: 2rem;
          width: 100%; } }
    @media only screen and (max-width: 450px) {
      .contact-top-text__contact .button {
        width: 100%; } }

.contact-form {
  margin-top: 6rem;
  width: 100%; }
  .contact-form select {
    height: 40px;
    width: 93.5%; }
    @media only screen and (max-width: 450px) {
      .contact-form select {
        width: 100%; } }
  .contact-form__left {
    display: inline-block;
    width: 49%;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 450px) {
      .contact-form__left {
        width: 100%; margin-bottom: 0; } }
  .contact-form__right {
    display: inline-block;
    width: 49%;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 450px) {
      .contact-form__right {
        width: 100%; } }
  .contact-form .input__container {
    border: 1px solid #A8A8A8;
    color: #626262;
    margin-top: 2rem;
    width: 90%; }
    @media only screen and (max-width: 450px) {
      .contact-form .input__container {
        width: 100%; } }
    .contact-form .input__container--textarea {
      width: 90%;
      margin-bottom: 0;
      height: 235px; }
      @media only screen and (max-width: 450px) {
        .contact-form .input__container--textarea {
          width: 100%; } }
      .contact-form .input__container--textarea textarea {
        width: 95%;
        height: 200px; }
        @media only screen and (max-width: 450px) {
          .contact-form .input__container--textarea textarea {
            width: 90%; } }
    .contact-form .input__container--button {
      margin-top: 1rem;
      border: none; }
      @media only screen and (max-width: 450px) {
        .contact-form .input__container--button .button {
          width: 100%; } }
  .contact-form .input__text-label {
    background-color: #FFFFFF;
    color: #5772CB; }
  .contact-form .input__text-field {
    color: #626262; }
  .contact-form .contactSubmit-container input {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .contact-form .g-recaptcha {
    width: 70%; }
    @media only screen and (max-width: 450px) {
      .contact-form .g-recaptcha {
        width: 90%; } }

.contact-textblock {
  margin-bottom: 5rem;
  margin-top: 8rem; }
  @media only screen and (max-width: 450px) {
    .contact-textblock {
      margin-top: 4rem; } }
  .contact-textblock__title {
    position: relative; }
    @media only screen and (max-width: 450px) {
      .contact-textblock__title {
        margin-bottom: 4rem !important; } }
    .contact-textblock__title:before {
      content: attr(data-blurb);
      font-size: 16rem;
      font-weight: 600;
      line-height: 1.15;
      color: #5772CB;
      opacity: 0.1;
      position: absolute;
      top: -125px;
      left: -20px;
      height: auto;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .contact-textblock__title:before {
          font-size: 150px;
          font-weight: 600;
          top: -75px;
          left: -45px; } }
      @media only screen and (max-width: 450px) {
        .contact-textblock__title:before {
          display: none; } }
  .contact-textblock__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
    @media only screen and (max-width: 450px) {
      .contact-textblock__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-flow: column;
            -ms-flex-flow: column;
                flex-flow: column; } }
    .contact-textblock__inner--col:first-child {
      padding-right: 2rem;
      width: 45%; }
      @media only screen and (max-width: 450px) {
        .contact-textblock__inner--col:first-child {
          padding-bottom: 2rem;
          padding-right: 0;
          width: 100%; } }
    .contact-textblock__inner--col:last-child {
      width: 55%; }
      @media only screen and (max-width: 450px) {
        .contact-textblock__inner--col:last-child {
          width: 100%; } }
    .contact-textblock__inner a {
      color: #5772CB; }

#map-canvas {
  height: 50vh;
  width: 100%;
  -webkit-transform: translateY(-4rem);
      -ms-transform: translateY(-4rem);
          transform: translateY(-4rem);
  z-index: 0; }
  @media only screen and (max-width: 450px) {
    #map-canvas {
      height: 60vh; } }

.cmsmap img {
  max-width: auto; }

#sendMessageContact {
  z-index: 3; }

.g-recaptcha {
  margin: auto;
  margin-bottom: 2rem; }

.legal-heading {
  margin-top: 8rem; }

.legal-description {
  font-size: 20px; }

.text-block {
  -webkit-box-shadow: 0 0.5rem 0.75rem -0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 0.75rem -0.5rem rgba(0, 0, 0, 0.1);
  margin: auto;
  padding: 4rem;
  width: 80%; }
  .text-block p {
    margin-bottom: 1rem; }
  .text-block h2 {
    margin-bottom: 1rem; }
  .text-block a {
    color: #5772CB; }
  .text-block ol {
    list-style-type: decimal !important; }
    .text-block ol li {
      list-style-type: decimal !important; }
  @media only screen and (max-width: 450px) {
    .text-block {
      padding: 2rem;
      width: 90%; } }

.upcoming-courses-page {
  margin-top: 8rem;
  margin-bottom: 6rem; }
  .upcoming-courses-page .upcoming-courses-page__title:before {
    content: attr(data-blurb);
    font-size: 16rem;
    font-weight: 600;
    line-height: 1.15;
    color: #5772CB;
    opacity: 0.1;
    position: absolute;
    top: -125px;
    left: -webkit-calc(-10%);
    left: calc(-10%);
    height: auto;
    white-space: nowrap; }
  .upcoming-courses-page__subtext {
    width: 70%; }
    @media only screen and (max-width: 450px) {
      .upcoming-courses-page__subtext {
        width: 100%; } }

.formsPage {
  position: relative; }
  .formsPage--wrap {
    position: absolute;
    top: 10%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
    height: auto; }
    @media only screen and (max-width: 450px) {
      .formsPage--wrap {
        width: 100%; } }
  .formsPage--link {
    height: 55px; }
  .formsPage__links {
    overflow: auto;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    white-space: nowrap;
    z-index: -1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
        -ms-flex-flow: row;
            flex-flow: row; }
    .formsPage__links__subtext {
      width: 80%; }
    .formsPage__links::after {
      content: "";
      width: 100%;
      height: 1px;
      border-bottom: 1px solid #5772CB;
      position: relative;
      top: 2.7em; }
      @media only screen and (max-width: 768px) {
        .formsPage__links::after {
          top: 2.6em; } }
    .formsPage__links--item {
      position: relative;
      z-index: 2; }
    .formsPage__links:hover {
      cursor: pointer; }
  .formsPage__examName {
    padding: 0 4rem; }
    .formsPage__examName:first-child {
      padding-left: 0; }
    @media only screen and (max-width: 768px) {
      .formsPage__examName {
        padding: 0 2rem; } }
  .formsPage .active.formsPage__links--item .dot-container .square {
    display: inline-block;
    left: 35% !important; }
  .formsPage__form {
    height: 0;
    width: 60%;
    margin: auto;
    visibility: hidden;
    -webkit-transform: translateX(60%);
        -ms-transform: translateX(60%);
            transform: translateX(60%);
    opacity: 0;
    -webkit-transition: opacity 1200ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: opacity 1200ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1), opacity 1200ms cubic-bezier(0.585, 0.2, 0.07, 1);
    transition: transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1), opacity 1200ms cubic-bezier(0.585, 0.2, 0.07, 1), -webkit-transform 600ms cubic-bezier(0.585, 0.2, 0.07, 1); }
    @media only screen and (max-width: 768px) {
      .formsPage__form {
        width: 80%; } }
    @media only screen and (max-width: 450px) {
      .formsPage__form {
        width: 100%; } }
  .formsPage .active.formsPage__form {
    height: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px); }
  .formsPage .input__container {
    border: 1px solid #A8A8A8;
    color: #626262;
    margin: auto;
    margin-top: 2rem;
    width: 100%; }
    .formsPage .input__container--textarea {
      margin-bottom: 2rem; }
    .formsPage .input__container--button {
      margin-top: 1rem;
      border: none; }
      @media only screen and (max-width: 450px) {
        .formsPage .input__container--button .button {
          width: 100%; } }
  .formsPage .input__text-label {
    background-color: #FFFFFF;
    color: #5772CB; }
  .formsPage .input__text-field {
    color: #626262; }
  @media only screen and (max-width: 768px) {
    .formsPage .input__radio-field {
      left: 33%; } }
  .formsPage .contactSubmit-container input {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }


/* .................*/
#FreeTrialForm{
  position:initial;
  width:auto;
  margin-top: 2rem;
}

#HideFormWrap{
  opacity: 0;
  max-height: 0;
  visibility: hidden;
  transition: all 1s linear;
}

#HideFormWrap.active{
  opacity: 1;
  max-height: 100%;
  visibility: visible;
}

.rt-block a{
  font-weight: bold;
  border-bottom: 1px solid currentColor;
  transition: color 500ms;
}

.rt-block a:hover{
  color: #5FD3B7;
}

.course__tab--link--third{
  width: 33.3333337% !important;
}

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

.pricing-intro {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 37em;
}

.price-list-item {
  box-shadow: 0 0.5rem 1rem -0.25rem rgba(0, 0, 0, 0.15);
  border: 1px solid #A8A8A8;
  font-size: 1.1rem;
  max-width: 20rem;
}

.text-larger-price {
  font-size: 3rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.price-list-item ul li {
  position: relative;
  margin-left: 1rem;
}

.price-list-item ul li::before {
  content: '';
  position: absolute;
  top: 0.6em;
  left: 0;
  width: 0.65em;
  height: 0.1em;
  background-color: #5772CB;
  margin-left: -1rem;
}

.price-ribbon {
  padding: 0.8rem;
  margin-top: -1rem;
  font-size: 1.2rem;
}

.try-buy {
  margin-top: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
  /* border: 1px dashed green; */
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

@media only screen and (min-width: 600px){
  .try-buy {
    
  }
}

.try-buy__btn-wrap {
  /* border: 1px dashed pink; */
  width: 7.5rem;
  flex: 0 0 7.5rem;
}

.ib-btn {
  display: inline-block;
  width: 7.5rem;
  padding: 0.5rem;
}

.try-small-print {
  display: block;
  font-size: 0.9rem;
  margin: 0;
  margin-bottom: 2rem;
}

.prices-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* border: 1px dashed orange; */
}

.price-list-item-wrap {
  margin-bottom: 4rem;
  /* background-color: #eeeeee; */
  flex: 1 1 auto;
  /* border: 1px dashed blue; */
}

.price-list-item-wrap .support-student__inner--col {
  width: 100%;
  margin: auto;
}