/****** Source file: styles.scss ******/
.standardLayout-innerContent {
  max-width: 1500px;
  margin: 0 auto; }

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * 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.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.cf:before,
.cf:after, .row:before, .row:after, .row__altlayout:before, .row__altlayout:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.cf:after, .row:after, .row__altlayout:after {
  clear: both; }

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf, .row, .row__altlayout {
  *zoom: 1; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  height: 100%; }

body {
  background: white;
  color: #666666;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 1.6em;
  height: 100%;
  line-height: 1.61803em;
  -webkit-font-smoothing: antialised; }
  body.active__navigation {
    overflow: hidden; }

::-moz-selection {
  background-color: #9b85c1;
  color: white; }

::selection {
  background-color: #9b85c1;
  color: white; }

::-moz-selection {
  background-color: #9b85c1;
  color: white; }

@font-face {
  font-family: 'HelveticaNeue';
  src: url("../fonts/HelveticaNeue");
  src: url("../fonts/HelveticaNeue/HelveticaNeue-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNeue/HelveticaNeue-Light.woff2") format("woff2"), url("../fonts/HelveticaNeue/HelveticaNeue-Light.woff") format("woff"), url("../fonts/HelveticaNeue/HelveticaNeue-Light.ttf") format("truetype"), url("../fonts/HelveticaNeue/HelveticaNeue-Light.svg#cronos_mmregular") format("svg");
  font-weight: normal;
  font-style: normal; }

h1, h2, h3, h4, h5, h6 {
  color: #666666;
  font-weight: 600;
  line-height: 1.257142857142857em;
  margin: 0 0 1em;
  width: 100%; }

h1 {
  font-size: 2.48832em; }

h2 {
  font-size: 2.0736em; }

h3 {
  font-size: 1.728em; }

h4 {
  font-size: 1.44em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1.0em; }

.hero p {
  color: white; }

.italic {
  font-style: italic; }

a {
  text-decoration: none;
  color: #9b85c1;
  -webkit-transition: all ease-in-out;
  -webkit-transition-delay: 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }
  a:hover, a:focus, a:active {
    color: #666666;
    outline: none; }
  a.block {
    display: block;
    margin-bottom: 20px; }

p {
  margin: 0 0 1.61803em 0; }

ul {
  margin: 0 0 1.61803em;
  padding: 0 0 0 1.875em;
  width: 100%; }
  ul li {
    padding: 0; }
  ul ul {
    margin-bottom: 0; }
  ul.inline__list {
    list-style: none;
    margin: 0;
    padding: 0; }
    ul.inline__list li {
      display: inline-block;
      margin: 0;
      padding: 0; }
  ul.no__list {
    list-style: none;
    margin: 0 0 1.61803em 0;
    padding: 0; }

ul.large li {
  padding: 10px 0px; }

ol {
  counter-reset: item;
  list-style: none;
  margin: 0 0 1.61803em;
  padding: 0 0 0 1.875em;
  width: 100%; }
  ol li {
    counter-increment: item;
    padding: 0;
    position: relative; }
    ol li::before {
      content: counters(item, ".") ". ";
      font-size: 11px;
      font-weight: 600;
      margin-right: 5px; }
  ol ol {
    margin-bottom: 0; }

nav {
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 60px;
  position: relative;
  z-index: 99 !important; }
  nav .dropdownParent {
    position: relative; }
  nav .dropdownList {
    display: none;
    position: absolute;
    background-color: #4e4377;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    -webkit-box-shadow: 4px 3px 11px -5px rgba(0, 0, 0, 0.75);
            box-shadow: 4px 3px 11px -5px rgba(0, 0, 0, 0.75); }
    nav .dropdownList li {
      white-space: nowrap; }
  nav ul {
    list-style: none;
    padding: 0 20px;
    margin: 0;
    height: 60px; }
    nav ul li {
      display: inline-block; }
      nav ul li a {
        display: block;
        padding: 0px 1em;
        text-decoration: none;
        float: left;
        height: 60px;
        line-height: 60px;
        position: relative; }
        nav ul li a.dropdown::after {
          content: url(../images/icons/dropdown.svg);
          right: 0px;
          height: 7px;
          position: absolute;
          width: 10px;
          top: -2px; }
        nav ul li a.dropdownLight::after {
          content: url(../images/icons/dropdown__light.svg);
          right: 0px;
          height: 7px;
          position: absolute;
          width: 10px;
          top: -2px; }
    nav ul li:hover > ul {
      display: block; }
    nav ul .dropdownParent:hover > .dropdownList {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    nav ul ul {
      background: #9b85c1;
      padding: 0;
      text-align: center;
      display: none;
      width: 100%;
      position: absolute;
      top: 60px;
      left: 0px; }
      nav ul ul a {
        color: white; }
  nav .search__icon img {
    width: 16px;
    height: 16px;
    vertical-align: middle; }

#breadcrumbs {
  width: 100%;
  background-color: #9b85c1;
  padding: 0.75em 50px; }
  #breadcrumbs ul li {
    padding-right: 0.8333333333333333em;
    position: relative; }
    #breadcrumbs ul li:last-child {
      padding-right: 0; }
      #breadcrumbs ul li:last-child::after {
        display: none; }
    #breadcrumbs ul li::after {
      color: white;
      opacity: 0.5;
      content: "/";
      position: absolute;
      right: 0;
      top: 0; }
  #breadcrumbs ul a {
    color: white;
    opacity: 0.5; }
  #breadcrumbs ul span {
    color: white; }

#search, .search__responsive {
  display: none; }

.search__wrapper {
  position: relative; }
  .search__wrapper .search__click {
    position: absolute;
    top: 10px;
    right: 15px;
    padding: 0 !important; }
    .search__wrapper .search__click img {
      width: 20px;
      height: 20px; }

img {
  display: inline-block;
  max-width: 100%;
  width: auto; }
  img.left {
    margin: 0.625em 0.625em 0 0; }
  img.right {
    margin: 0.625em 0 0 0.625em; }

blockquote {
  border-left: 1px solid #9b85c1;
  color: #9b85c1;
  font-size: 1.733333333333333em;
  font-style: normal;
  line-height: 1.2em;
  margin: 1.923076923076923em 0;
  padding: 0.5769230769230769em; }

hr {
  background-color: #b3b3b3;
  border: 0;
  height: 1px;
  margin: 1.125em 0;
  opacity: 0.25; }
  hr.subsplit {
    height: 1px;
    margin: 1.5625em auto;
    width: 50%; }

em {
  color: #9b85c1;
  padding: 0 0.3125em;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

fieldset {
  border: 0; }

legend {
  display: none; }

.btn.btn__small {
  min-width: 0 !important; }

.btn.btn__standard {
  background: #9b85c1;
  color: white;
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
  min-width: 250px;
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 820px) {
    .btn.btn__standard {
      min-width: 0; } }
  .btn.btn__standard:hover {
    background-color: #7f63b0; }
  .btn.btn__standard.blue {
    background-color: #299dbc; }
    .btn.btn__standard.blue:hover {
      background-color: #207a92; }
  .btn.btn__standard.turquoise {
    background-color: #289786; }
    .btn.btn__standard.turquoise:hover {
      background-color: #1d6f62; }
  .btn.btn__standard.gold {
    background-color: #ad9a4c; }
    .btn.btn__standard.gold:hover {
      background-color: #8a7a3c; }
  .btn.btn__standard.green {
    background-color: #71a100; }
    .btn.btn__standard.green:hover {
      background-color: #4d6e00; }
  .btn.btn__standard.red {
    background-color: #ae0d6a; }
    .btn.btn__standard.red:hover {
      background-color: #7f094d; }
  .btn.btn__standard.purple {
    background-color: #34004a; }
    .btn.btn__standard.purple:hover {
      background-color: #100017; }
  .btn.btn__standard.yellow {
    background-color: #e4af06; }
    .btn.btn__standard.yellow:hover {
      background-color: #b28905; }
  .btn.btn__standard.full {
    width: 100%;
    text-align: center; }
  .btn.btn__standard::after {
    content: url("../images/icons/button__arrow.svg");
    right: 20px;
    height: 10px;
    position: absolute;
    width: 5px;
    top: 15px; }

.btn.btn__faq__more {
  background: #9b85c1;
  color: white;
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
  min-width: 250px;
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 820px) {
    .btn.btn__faq__more {
      min-width: 0; } }
  .btn.btn__faq__more::after {
    content: url("../images/icons/faq__more.svg");
    right: 15px;
    height: 10px;
    position: absolute;
    width: 12px;
    top: 14px; }

.btn.btn__faq__less {
  background: #9b85c1;
  color: white;
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
  min-width: 250px;
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 820px) {
    .btn.btn__faq__less {
      min-width: 0; } }
  .btn.btn__faq__less::after {
    content: url("../images/icons/faq__less.svg");
    right: 15px;
    height: 10px;
    position: absolute;
    width: 12px;
    top: 14px; }

.btn.btn__print {
  background: #9b85c1;
  color: white;
  display: inline-block;
  font-weight: 500;
  line-height: 1em;
  min-width: 250px;
  padding: 15px 20px;
  border-radius: 4px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #299dbc;
  padding: 1em 4.666667em 1em 2.666667em; }
  @media screen and (max-width: 820px) {
    .btn.btn__print {
      min-width: 0; } }
  .btn.btn__print::after {
    content: url("../images/icons/print.svg");
    right: 17px;
    height: 15px;
    position: absolute;
    width: 20px;
    top: 15px; }
  .btn.btn__print:hover {
    background-color: #207a92; }

.btn:hover {
  text-decoration: none; }

input, label, textarea, select {
  display: block;
  width: 100%; }

label {
  font-size: 0.8125em;
  font-weight: 600; }

input, textarea, select {
  border: 1px solid #e5e5ff;
  border-radius: 0;
  margin: 0;
  padding: 0.625em;
  height: 40px; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #9b85c1; }
  input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
    color: #9b85c1; }
  input::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
    color: #9b85c1; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
    color: #9b85c1; }
  input:active, input:focus, textarea:active, textarea:focus, select:active, select:focus {
    outline: none; }

textarea {
  height: 100px;
  resize: vertical; }

select {
  -webkit-appearance: menu-item;
  -moz-appearance: menu-item;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url(../images/icons/select__arrow.svg);
  background-repeat: no-repeat;
  background-position: 97% 50%;
  cursor: pointer;
  background-color: white; }

select::-ms-expand {
  display: none; }

input[type='checkbox'], input[type='radio'] {
  border-radius: 0;
  display: inline-block;
  height: 15px;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px; }

.radio__button {
  position: relative;
  width: 100%; }
  .radio__button label {
    cursor: pointer;
    font-weight: normal;
    font-size: unset; }
  .radio__button .position {
    color: #34004a;
    font-weight: bold; }
  .radio__button h4 {
    color: #999999;
    font-weight: normal; }
  .radio__button p {
    display: block !important; }
  .radio__button label:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    position: absolute;
    right: 0px;
    top: 0px;
    border: 1px solid #cccccc; }

input[type='checkbox'] {
  display: none; }

input[type='checkbox']:checked + label:before {
  background-color: #299dbc; }

button {
  border: none;
  border-radius: 0;
  margin: 0; }

input[type="submit"] {
  border: 0;
  padding: inherit;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
  width: auto; }

.formrow {
  margin-bottom: 1.61803em;
  position: relative; }

.validate-error-row {
  background-color: #e6332a;
  color: white;
  font-size: 0.8125em;
  font-weight: 600;
  left: 0;
  line-height: 1em;
  padding: 0.3846153846153846em;
  position: absolute;
  top: 100%;
  z-index: 1; }
  .validate-error-row::before {
    border-bottom: 5px solid #e6332a;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    content: "";
    left: 5px;
    position: absolute;
    top: -5px; }

input[type=range] {
  height: 34px;
  -webkit-appearance: none;
  width: 100%;
  border: none;
  padding: 0px 2.625em;
  cursor: pointer; }

input[type=range]:focus {
  outline: none; }

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  background: #299dbc;
  border-radius: 15px; }

input[type=range]::-webkit-slider-thumb {
  border: 1px solid #999999;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  background: white;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  background: #299dbc; }

input[type=range]::-moz-range-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  background: #299dbc;
  border-radius: 15px; }

input[type=range]::-moz-range-thumb {
  border: 1px solid #999999;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  background: white;
  cursor: pointer; }

input[type=range]::-ms-track {
  width: 100%;
  height: 11px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #299dbc;
  border: 0px solid #999999;
  border-radius: 2px; }

input[type=range]::-ms-fill-upper {
  background: #cfcfcf;
  border: 0px solid #999999;
  border-radius: 2px; }

input[type=range]::-ms-thumb {
  margin-top: 1px;
  border: 1px solid #999999;
  height: 25px;
  width: 25px;
  border-radius: 15px;
  background: white;
  cursor: pointer; }

input[type=range]:focus::-ms-fill-lower {
  background: #299dbc; }

input[type=range]:focus::-ms-fill-upper {
  background: #cfcfcf; }

.alert {
  position: relative;
  padding: 1.2rem 1.4rem;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 3.8rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.2rem 1.4rem;
    color: inherit; }

.alert-success {
  color: #28a745;
  background-color: #d8f6df; }

.alert-info {
  color: #17a2b8;
  background-color: #d4f5fa; }

.alert-warning {
  color: #ffc107;
  background-color: #fff4d3; }

.alert-danger {
  color: #dc3545;
  background-color: #fae3e5; }

.left {
  float: left; }

.right {
  float: right; }

.error {
  color: #e6332a; }

.success {
  color: #9b85c1; }

.align__center {
  text-align: center; }

.align__left {
  text-align: left; }

.align__right {
  text-align: right; }

.primary {
  color: #666666; }

.secondary {
  color: white; }

.tertiary {
  color: #9b85c1; }

.bold {
  font-weight: bold;
  letter-spacing: 1px; }

.italic {
  font-style: italic; }

.margin__top {
  margin-top: 50px; }

.margin__bottom {
  margin-bottom: 50px; }

.no__margin {
  margin-bottom: 0; }

.blue {
  color: #299dbc; }

.green {
  color: #71a100; }

.red {
  color: #ae0d6a; }

.purple {
  color: #34004a; }

.yellow {
  color: #e4af06; }

.white {
  color: white; }

.gold {
  color: #ad9a4c; }

.underline {
  text-decoration: underline !important; }

.backgroundColors-white {
  background-color: white; }

.backgroundColors-lightBlack {
  background-color: #333333; }

.backgroundColors-lightGrey {
  background-color: #ececec; }

.backgroundColors-lightPurple {
  background-color: #9b85c1; }

.backgroundColors-purple {
  background-color: #34004a; }

.backgroundColors-red {
  background-color: #ae0d6a; }

.backgroundColors-turquoise {
  background-color: #289786; }

.backgroundColors-blue {
  background-color: #299dbc; }

.backgroundColors-green {
  background-color: #71a100; }

.tooltip .tooltiptext {
  visibility: hidden;
  background-color: black;
  color: #fff;
  text-align: center;
  font-style: normal;
  border-radius: 4px;
  padding: 5px;
  position: absolute;
  z-index: 99;
  top: 50%; }

.tooltip:hover .tooltiptext {
  visibility: visible; }

.info {
  background: url("../images/info-icon.png") no-repeat right 5px;
  display: inline-block;
  padding-right: 20px;
  position: relative; }
  .info:hover {
    text-decoration: none; }
    .info:hover .tooltip {
      display: block; }
  .info .tooltip {
    background: #eaeaea;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    display: none;
    padding: 10px;
    position: absolute;
    right: -10px;
    width: 280px;
    z-index: 2; }
  .info.tool-bottom .tooltip:after {
    border-bottom: 10px solid #eaeaea;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 6px;
    top: -10px;
    width: 0; }
  .info.tool-right .tooltip {
    right: -294px;
    top: -5px; }
    .info.tool-right .tooltip:after {
      border-right: 10px solid #eaeaea;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      left: -10px;
      top: 6px;
      width: 0; }
  .info.tool-left .tooltip {
    -webkit-box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 2px 2px rgba(0, 0, 0, 0.4);
    left: -294px;
    top: -4px; }
    .info.tool-left .tooltip:after {
      border-left: 10px solid #eaeaea;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      content: "";
      height: 0;
      position: absolute;
      right: -10px;
      top: 6px;
      width: 0; }
  .info.tool-top .tooltip {
    bottom: 38px;
    -webkit-box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 0 2px rgba(0, 0, 0, 0.4), 0 -2px 2px rgba(0, 0, 0, 0.4);
    left: 0;
    right: auto; }
    .info.tool-top .tooltip:after {
      border-top: 10px solid #eaeaea;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      bottom: -10px;
      content: "";
      height: 0;
      left: 7px;
      position: absolute;
      width: 0; }

.content__contain {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px; }

.divider__block {
  padding: 50px 0; }

.gutter__large {
  padding-left: 26.66666666666667em;
  padding-right: 26.66666666666667em; }

.gutter__medium {
  padding-left: 13.33333333333333em;
  padding-right: 13.33333333333333em; }

.gutter__small {
  padding-left: 6.666666666666667em;
  padding-right: 6.666666666666667em; }

.pushtop {
  padding-top: 7.5em; }

.flexcenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.abcenter {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.row {
  clear: both; }
  .row.row__negative10 {
    margin: 0 -10px; }
    .row.row__negative10 .col__evenpad {
      margin: 0 10px; }
  .row.row__negative20 {
    margin: 0 -20px; }
    .row.row__negative20 .col__evenpad {
      margin: 0 20px; }
  .row.row__negative30 {
    margin: 0 -30px; }
    .row.row__negative30 .col__evenpad {
      margin: 0 30px; }

.col__evenpad {
  margin: 0 10px; }

.col__five,
.col__spanone,
.col__spantwo,
.col__spanthree,
.col__spanfour,
.col__spanfive,
.col__spansix,
.col__spanseven,
.col__spaneight,
.col__spannine,
.col__spanten,
.col__spaneleven,
.col__spantwelve {
  float: left; }

.row__altlayout > [class*="col"] {
  float: right; }

.col__five {
  width: 20%; }

.col__spanone {
  width: 8.33333%; }

.col__spantwo {
  width: 16.66667%; }

.col__spanthree {
  width: 25%; }

.col__spanfour {
  width: 33.33333%; }

.col__spanfive {
  width: 41.66667%; }

.col__spansix {
  width: 50%; }

.col__spanseven {
  width: 58.33333%; }

.col__spaneight {
  width: 66.66667%; }

.col__spannine {
  width: 75%; }

.col__spanten {
  width: 83.33333%; }

.col__spaneleven {
  width: 91.66667%; }

.col__spantwelve {
  width: 100%; }

.col__offbyone {
  margin-left: 8.33333%; }

.col__offbytwo {
  margin-left: 16.66667%; }

.col__offbythree {
  margin-left: 25%; }

.col__offbyfour {
  margin-left: 33.33333%; }

.col__offbyfive {
  margin-left: 41.66667%; }

.col__offbysix {
  margin-left: 50%; }

.col__offbyseven {
  margin-left: 58.33333%; }

.col__offbyeight {
  margin-left: 66.66667%; }

.col__offbynine {
  margin-left: 75%; }

.col__offbyten {
  margin-left: 83.33333%; }

.col__offbyeleven {
  margin-left: 91.66667%; }

.col__offbytwelve {
  margin-left: 100%; }

.row__altlayout .col__offbyone {
  margin-right: 8.33333%; }

.row__altlayout .col__offbytwo {
  margin-right: 16.66667%; }

.row__altlayout .col__offbythree {
  margin-right: 25%; }

.row__altlayout .col__offbyfour {
  margin-right: 33.33333%; }

.row__altlayout .col__offbyfive {
  margin-right: 41.66667%; }

.row__altlayout .col__offbysix {
  margin-right: 50%; }

.row__altlayout .col__offbyseven {
  margin-right: 58.33333%; }

.row__altlayout .col__offbyeight {
  margin-right: 66.66667%; }

.row__altlayout .col__offbynine {
  margin-right: 75%; }

.row__altlayout .col__offbyten {
  margin-right: 83.33333%; }

.row__altlayout .col__offbyeleven {
  margin-right: 91.66667%; }

.row__altlayout .col__offbytwelve {
  margin-right: 100%; }

.block__thing {
  padding: 50px 0; }

@media all and (min-height: 650px) and (min-width: 1024px) {
  .anim__fadeIn, .anim__fadeScale, .anim__fadeBounce, .anim__slideUp, .anim__slideDown, .anim__slideLeft, .anim__slideRight, .anim__shake {
    opacity: 0; }
  body:not(.loading) .animate {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    body:not(.loading) .animate.anim__fadeIn {
      -webkit-animation-name: fadeIn;
      animation-name: fadeIn; }
    body:not(.loading) .animate.anim__fadeScale {
      -webkit-animation-name: fadeScale;
      animation-name: fadeScale; }
    body:not(.loading) .animate.anim__fadeBounce {
      -webkit-animation-name: fadeBounce;
      animation-name: fadeBounce; }
    body:not(.loading) .animate.anim__slideUp {
      -webkit-animation-name: slideUp;
      animation-name: slideUp; }
    body:not(.loading) .animate.anim__slideDown {
      -webkit-animation-name: slideDown;
      animation-name: slideDown; }
    body:not(.loading) .animate.anim__slideLeft {
      -webkit-animation-name: slideLeft;
      animation-name: slideLeft; }
    body:not(.loading) .animate.anim__slideRight {
      -webkit-animation-name: slideRight;
      animation-name: slideRight; }
    body:not(.loading) .animate.anim__shake {
      -webkit-animation-name: shake;
      animation-name: shake; } }

.animate.anim__delay1 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.animate.anim__duration1 {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s; }

.animate.anim__delay2 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.animate.anim__duration2 {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s; }

.animate.anim__delay3 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.animate.anim__duration3 {
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s; }

.animate.anim__delay4 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.animate.anim__duration4 {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s; }

.animate.anim__delay5 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animate.anim__duration5 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animate.anim__delay6 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s; }

.animate.anim__duration6 {
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s; }

.animate.anim__delay7 {
  -webkit-animation-delay: 2.8s;
  animation-delay: 2.8s; }

.animate.anim__duration7 {
  -webkit-animation-duration: 2.8s;
  animation-duration: 2.8s; }

.animate.anim__delay8 {
  -webkit-animation-delay: 3.2s;
  animation-delay: 3.2s; }

.animate.anim__duration8 {
  -webkit-animation-duration: 3.2s;
  animation-duration: 3.2s; }

.animate.anim__delay9 {
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s; }

.animate.anim__duration9 {
  -webkit-animation-duration: 3.6s;
  animation-duration: 3.6s; }

.animate.anim__delay10 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animate.anim__duration10 {
  -webkit-animation-duration: 4s;
  animation-duration: 4s; }

.animate.anim__delay11 {
  -webkit-animation-delay: 4.4s;
  animation-delay: 4.4s; }

.animate.anim__duration11 {
  -webkit-animation-duration: 4.4s;
  animation-duration: 4.4s; }

.animate.anim__delay12 {
  -webkit-animation-delay: 4.8s;
  animation-delay: 4.8s; }

.animate.anim__duration12 {
  -webkit-animation-duration: 4.8s;
  animation-duration: 4.8s; }

.animate.anim__delay13 {
  -webkit-animation-delay: 5.2s;
  animation-delay: 5.2s; }

.animate.anim__duration13 {
  -webkit-animation-duration: 5.2s;
  animation-duration: 5.2s; }

.animate.anim__delay14 {
  -webkit-animation-delay: 5.6s;
  animation-delay: 5.6s; }

.animate.anim__duration14 {
  -webkit-animation-duration: 5.6s;
  animation-duration: 5.6s; }

.animate.anim__delay15 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s; }

.animate.anim__duration15 {
  -webkit-animation-duration: 6s;
  animation-duration: 6s; }

.animate.anim__delay16 {
  -webkit-animation-delay: 6.4s;
  animation-delay: 6.4s; }

.animate.anim__duration16 {
  -webkit-animation-duration: 6.4s;
  animation-duration: 6.4s; }

.animate.anim__delay17 {
  -webkit-animation-delay: 6.8s;
  animation-delay: 6.8s; }

.animate.anim__duration17 {
  -webkit-animation-duration: 6.8s;
  animation-duration: 6.8s; }

.animate.anim__delay18 {
  -webkit-animation-delay: 7.2s;
  animation-delay: 7.2s; }

.animate.anim__duration18 {
  -webkit-animation-duration: 7.2s;
  animation-duration: 7.2s; }

.animate.anim__delay19 {
  -webkit-animation-delay: 7.6s;
  animation-delay: 7.6s; }

.animate.anim__duration19 {
  -webkit-animation-duration: 7.6s;
  animation-duration: 7.6s; }

.animate.anim__delay20 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s; }

.animate.anim__duration20 {
  -webkit-animation-duration: 8s;
  animation-duration: 8s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes fadeScale {
  0% {
    opacity: 0; }
  75% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@keyframes fadeBounce {
  0% {
    opacity: 0; }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }
  95% {
    -webkit-transform: scale(1.025);
            transform: scale(1.025); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
            transform: translate3d(0, 30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0); } }

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@-webkit-keyframes shake {
  0% {
    opacity: 0; }
  10%, 90% {
    opacity: 1;
    -webkit-transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0); }
  100% {
    opacity: 1; } }

@keyframes shake {
  0% {
    opacity: 0; }
  10%, 90% {
    opacity: 1;
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0); }
  100% {
    opacity: 1; } }

.spinner {
  width: 40px;
  height: 40px;
  background-color: #9b85c1;
  margin: 100px auto;
  -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
  animation: sk-rotateplane 1.2s infinite ease-in-out; }
  .spinner.small {
    margin: 20px 0 0 0; }

@-webkit-keyframes sk-rotateplane {
  0% {
    -webkit-transform: perspective(120px); }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg); } }

@keyframes sk-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  background-color: white; }
  header #header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5em 0em; }
    header #header__top .main__logo {
      width: 20em; }
    header #header__top .header__left, header #header__top .header__right {
      width: 14em; }
    header #header__top .header__left {
      padding-left: 50px; }
    header #header__top .header__right {
      padding-right: 25px;
      text-align: right; }
    header #header__top .social__media {
      margin: 0px; }
      header #header__top .social__media li {
        background-color: #9b85c1;
        border-radius: 50%;
        padding: 8px 4px 4px 4px;
        margin-right: 0.5em; }
        header #header__top .social__media li i {
          font-size: 20px;
          color: white;
          width: 1.5em;
          text-align: center; }
          header #header__top .social__media li i:hover {
            color: #666666; }

footer {
  background-color: #333333;
  padding: 2.5em 0;
  text-align: center; }
  footer a {
    color: white; }
    footer a:hover, footer a.active {
      color: #666666;
      text-decoration: none; }
  footer ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  footer li {
    margin: 0 0 1.61803em 0;
    padding: 0; }
  footer .social__media {
    margin: 0 0 1.61803em 0; }
    footer .social__media li {
      background-color: #9b85c1;
      border-radius: 50%;
      padding: 9px 4px 4px 4px;
      margin-right: 0.5em; }
      footer .social__media li i {
        font-size: 20px;
        color: white;
        width: 1.5em;
        text-align: center; }
        footer .social__media li i:hover {
          color: #666666; }

.push__top {
  padding-top: 225px; }

.alt__background {
  background-color: #f2f2f2; }

.purple__background {
  background-color: #34004a;
  color: white; }
  .purple__background h2 {
    margin: 0 0 20px 0; }
  .purple__background a {
    color: #e4af06; }
    .purple__background a:hover {
      color: white; }

.hero {
  background-color: #9b85c1;
  color: white;
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .hero .hero__content {
    width: 100%; }
  .hero-hero__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .hero-strictHeight {
    min-height: 28em; }
  .hero.image1 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero1.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero1.png) center/cover no-repeat; }
  .hero.image2 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero2.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero2.png) center/cover no-repeat; }
  .hero.image3 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero3.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero3.png) center/cover no-repeat; }
  .hero.image4 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero4.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero4.png) center/cover no-repeat; }
  .hero.image5 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero5.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero5.png) center/cover no-repeat; }
  .hero.image6 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero6.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero6.png) center/cover no-repeat; }
  .hero.image7 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero7.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero7.png) center/cover no-repeat; }
  .hero.image8 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero8.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero8.png) center/cover no-repeat; }
  .hero.image9 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero9.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero9.png) center/cover no-repeat; }
  .hero.image10 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero10.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero10.png) center/cover no-repeat; }
  .hero.image11 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero11.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero11.png) center/cover no-repeat; }
  .hero.image12 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/pictures/hero12.png) center/cover no-repeat;
    background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/pictures/hero12.png) center/cover no-repeat; }

.listing {
  border: 1px solid #e5e5ff;
  padding: 20px;
  text-align: center;
  margin-bottom: 25px;
  max-height: 500px; }
  .listing.search, .listing.faq, .listing.library {
    text-align: left; }
  .listing .position {
    display: block;
    color: #b3b3b3;
    font-weight: lighter; }
  .listing img {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    background-color: #ececec; }
    .listing img.img-cirle {
      -o-object-fit: cover;
         object-fit: cover;
      border-radius: 5px; }
  .listing .training__wrapper, .listing .stories__wrapper {
    margin: 0 0 1.61803em; }

.paddedIcon {
  padding: 20px; }

#pagination {
  padding: 25px 0px; }
  #pagination li {
    padding: 0px 10px; }
    #pagination li a {
      color: #666666;
      opacity: 0.5; }
      #pagination li a.direction {
        opacity: 1; }
      #pagination li a i {
        font-size: 20px;
        color: #34004a; }
    #pagination li.active a, #pagination li:hover a {
      font-weight: bold;
      opacity: 1; }

.tile__image__wrapper {
  height: 100%;
  width: 100%; }
  .tile__image__wrapper img {
    height: auto; }

.faq__content {
  display: none; }

.contact__details {
  width: 100%; }
  .contact__details span {
    display: block;
    opacity: 0.75; }

.slick-arrow {
  cursor: pointer;
  position: absolute;
  width: 35px;
  height: 35px; }

.prev__arrow {
  left: -100px;
  top: 40%; }

.next__arrow {
  right: -100px;
  top: 40%; }

.slick-dots {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
  margin-top: 1em; }
  .slick-dots li {
    display: inline-block;
    padding: 0px 5px; }
    .slick-dots li button {
      font-size: 0;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      padding: 5px 0;
      outline: none;
      background-color: #b3b3b3;
      opacity: 0.5; }
    .slick-dots li.slick-active button {
      opacity: 1; }

.carousel-items__container {
  max-width: 100%;
  padding: 0 140px; }
  @media screen and (max-width: 820px) {
    .carousel-items__container {
      width: 100%;
      padding: 20px; } }

.carousel-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  height: 350px;
  width: 100%;
  background-color: white;
  border-radius: 10px;
  padding: 30px; }
  .carousel-card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .carousel-card-header * {
      margin: 0;
      padding: 0;
      text-align: center; }
  .carousel-card img {
    height: 80px;
    width: 80px;
    border: 1px solid #ad9a4c;
    border-radius: 5px; }
  .carousel-card p {
    color: black;
    text-align: center;
    padding: 0;
    font-size: 13px; }
  .carousel-card-summary {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    color: black;
    font-style: italic;
    font-size: 14px;
    line-height: 16px; }

.progress__bar ul li {
  width: 24%; }
  .progress__bar ul li span {
    border: 1px solid #666666;
    border-radius: 50%;
    display: block;
    margin: 5px auto;
    width: 30px;
    padding: 1px; }
  .progress__bar ul li.active {
    color: #299dbc;
    font-weight: bold; }
    .progress__bar ul li.active span {
      border: 2px solid #299dbc; }

.question {
  padding: 25px 0px; }
  .question h4, .question p {
    display: inline; }
  .question .block {
    display: block; }
  .question.sub {
    padding: 10px 0px; }
  .question .qualifications, .question .qualifications__sub {
    position: relative;
    cursor: pointer; }
    .question .qualifications::after, .question .qualifications__sub::after {
      content: url("../images/icons/select__arrow.svg");
      right: 19px;
      position: absolute;
      padding-top: 5px; }
  .question .qualifications__dropdown, .question .qualifications__sub__dropdown {
    display: none; }
  .question .qualifications__sub__dropdown {
    margin-top: 25px; }
    .question .qualifications__sub__dropdown span {
      display: block;
      padding: 10px 0px;
      border-bottom: 1px solid rgba(179, 179, 179, 0.25);
      position: relative;
      cursor: pointer; }
      .question .qualifications__sub__dropdown span::after {
        content: url("../images/icons/add__qualification.svg");
        right: 19px;
        width: 20px;
        position: absolute;
        padding-top: 5px; }
  .question .my__list {
    background-color: #f5f7f7;
    padding: 25px;
    margin: 25px 0px; }
    .question .my__list .empty {
      display: block; }
    .question .my__list .add {
      display: block;
      padding: 10px 0px;
      border-bottom: 1px solid rgba(179, 179, 179, 0.6);
      position: relative;
      cursor: pointer; }
      .question .my__list .add::after {
        content: url("../images/icons/minus__qualification.svg");
        right: 19px;
        width: 20px;
        position: absolute;
        padding-top: 5px; }
  .question .next__step {
    padding: 25px 0px; }
    .question .next__step:last-child {
      border-bottom: none;
      padding-bottom: 0px; }
  .question .next__step__role {
    padding-bottom: 25px; }
  .question .next__step, .question .next__step__role {
    border-bottom: 1px dashed rgba(179, 179, 179, 0.4); }
    .question .next__step h4, .question .next__step p, .question .next__step__role h4, .question .next__step__role p {
      display: block; }
  .question .skills__rating li {
    width: 19%; }
    .question .skills__rating li span {
      display: block; }

.content {
  height: 100%;
  width: 100%; }
  .content-alignText {
    text-align: center;
    margin-left: auto;
    margin-right: auto; }
  .content-paddedText {
    padding: 0 60px; }

.admin_dashboard__wrapper {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  border-left: 5px solid #9b85c1;
  background-color: white;
  padding: 0.923423234em;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 125px;
  height: 125px; }
  .admin_dashboard__wrapper img {
    height: 60px;
    width: 60px;
    margin-bottom: 15px; }
  .admin_dashboard__wrapper:hover h6 {
    color: #9b85c1; }

.candidate_item {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  border-left: 5px solid #9b85c1;
  background-color: white;
  padding: 10px 10px 8px 10px;
  margin-bottom: 15px; }
  .candidate_item .type {
    border: 1px solid #9b85c1;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    color: #9b85c1; }
  .candidate_item .date {
    color: #666666;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: lighter; }
  .candidate_item .btn__standard {
    width: 100%;
    text-align: center;
    padding: 0.4em;
    margin-top: -5px; }

.job_item {
  -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.5);
  border-left: 5px solid #9b85c1;
  background-color: white;
  padding: 10px 10px 8px 10px;
  margin-bottom: 15px; }
  .job_item .type {
    border: 1px solid #9b85c1;
    padding: 5px;
    margin-top: 10px;
    text-align: center;
    color: #9b85c1; }
  .job_item .date {
    color: #666666;
    font-size: 15px;
    font-family: "Roboto";
    font-weight: lighter; }
  .job_item .btn__standard {
    width: 100%;
    text-align: center;
    margin-top: -5px; }

#create__item__link {
  position: absolute;
  top: 0;
  right: 10%; }

.admin-radio-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.admin-radio-button {
  margin: 5px; }

.admin-selected-value {
  margin: 15px 0; }

@media (max-width: 1500px) {
  .gutter__large {
    padding-left: 13.33333333333333em;
    padding-right: 13.33333333333333em; }
  .gutter__medium {
    padding-left: 6.666666666666667em;
    padding-right: 6.666666666666667em; }
  .gutter__small {
    padding-left: 3.333333333333333em;
    padding-right: 3.333333333333333em; } }

@media (max-width: 1024px) {
  .content__contain {
    padding: 0 10px; }
  .row.row__negative20, .row.row__negative30 {
    margin: 0 -10px; }
    .row.row__negative20 .col__evenpad, .row.row__negative30 .col__evenpad {
      margin: 0 10px; }
  .gutter__large {
    padding-left: 10em;
    padding-right: 10em; }
  .gutter__medium {
    padding-left: 6.666666666666667em;
    padding-right: 6.666666666666667em; }
  .gutter__small {
    padding-left: 3.333333333333333em;
    padding-right: 3.333333333333333em; } }

@media (max-width: 1000px) {
  #navigation__wrapper {
    background-color: #9b85c1;
    bottom: 0;
    position: fixed;
    overflow: hidden;
    right: 0;
    top: 0;
    width: 0; }
  #menu__trigger {
    display: block;
    padding: 0;
    position: relative;
    float: right;
    width: 20px;
    position: fixed;
    right: 0px;
    z-index: 100;
    right: 20px; }
    #menu__trigger span {
      background-color: #9b85c1;
      height: 2px;
      left: 0;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-transition: all ease-in-out;
      -webkit-transition-delay: 0.2s;
      -webkit-transition: all ease-in-out 0.2s;
      transition: all ease-in-out 0.2s; }
      #menu__trigger span::before {
        background-color: #9b85c1;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        top: -7px;
        -webkit-transition: all ease-in-out;
        -webkit-transition-delay: 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s; }
      #menu__trigger span::after {
        background-color: #9b85c1;
        bottom: -7px;
        content: "";
        height: 2px;
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transition: all ease-in-out;
        -webkit-transition-delay: 0.2s;
        -webkit-transition: all ease-in-out 0.2s;
        transition: all ease-in-out 0.2s; }
    #menu__trigger.active span {
      background: transparent; }
      #menu__trigger.active span::before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
        background-color: white; }
      #menu__trigger.active span::after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
        background-color: white; }
    #menu__trigger:active, #menu__trigger:focus {
      outline: none; }
  #navigation__wrapper.active {
    overflow-y: auto;
    width: 100%;
    z-index: 15;
    height: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0; }
    #navigation__wrapper.active::-webkit-scrollbar {
      background: white;
      border-radius: 10px;
      -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
              box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
      height: 5px;
      -webkit-appearance: none;
      width: 5px; }
    #navigation__wrapper.active ::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
              box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2); }
    #navigation__wrapper.active::-webkit-scrollbar-thumb {
      background: #9b85c1;
      border-radius: 10px; }
    #navigation__wrapper.active nav {
      margin-top: 75px;
      padding-bottom: 100px;
      z-index: 1;
      height: 100%; }
      #navigation__wrapper.active nav a {
        color: white;
        width: 100%; }
        #navigation__wrapper.active nav a:hover {
          color: #666666; }
      #navigation__wrapper.active nav li {
        display: block;
        text-align: left; }
      #navigation__wrapper.active nav .search__responsive {
        display: block; }
      #navigation__wrapper.active nav .search__icon {
        display: none; }
      #navigation__wrapper.active nav .search__click {
        width: auto;
        height: auto;
        line-height: unset; }
  header #header__top {
    padding: 0.5em 0em; }
    header #header__top .header__left {
      display: none; }
    header #header__top .main__logo {
      width: 7em;
      margin-left: 15px; }
  header .social__media, header .unison {
    display: none; }
  .push__top {
    padding-top: 60px; }
  nav li a.dropdown::after {
    display: none; }
  nav ul li:hover > ul {
    display: none; }
  nav ul ul {
    margin-left: 25px;
    position: relative;
    top: 0px; } }

@media (min-width: 821px) {
  .anim__fadein, .anim__fadescale, .fadebounce {
    opacity: 0; } }

@media (max-width: 820px) {
  .col {
    float: none;
    width: 100%; }
  div[class*="offby"] {
    margin-left: 0; }
  .row.row__negative10, .row.row__negative20, .row.row__negative30 {
    margin: 0; }
    .row.row__negative10 .col__evenpad, .row.row__negative20 .col__evenpad, .row.row__negative30 .col__evenpad {
      margin: 0; }
  .row .col__evenpad {
    margin: 0; }
  .gutter__large {
    padding-left: 3.846153846153846em;
    padding-right: 3.846153846153846em; }
  .gutter__medium {
    padding-left: 1.923076923076923em;
    padding-right: 1.923076923076923em; }
  .gutter__small {
    padding-left: 5px;
    padding-right: 5px; }
  .align__left, .align__right {
    text-align: center; }
  .hero, .hero.homepage {
    background-attachment: scroll !important;
    padding: 6.218539073046348em 0; }
  .hero {
    min-height: 15em; }
  .hero.homepage {
    min-height: 20em; }
  .tile__image__wrapper img {
    height: auto; }
  .prev__arrow, .next__arrow {
    display: none !important; }
  input[type=range] {
    padding: 0px 0.625em; } }

@media (max-width: 480px) {
  .content__contain {
    padding: 0 10px; }
  .gutter__large, .gutter__medium {
    padding-left: 5px;
    padding-right: 5px; }
  .progress__bar ul li {
    width: 23%; }
    .progress__bar ul li p {
      display: none; }
  .question .skills__rating li {
    width: 18%; } }

.hero.lg-home {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, 0.8)), to(rgba(65, 65, 65, 0.7))), url(../images/heros/home.jpg) center top/cover no-repeat;
  background: linear-gradient(rgba(32, 32, 32, 0.8), rgba(65, 65, 65, 0.7)), url(../images/heros/home.jpg) center top/cover no-repeat; }

.hero.lg-about {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/heros/about.jpg) center top/cover no-repeat;
  background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/heros/about.jpg) center top/cover no-repeat; }

.hero.lg-contact {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/heros/contactus.jpg) center top/cover no-repeat;
  background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/heros/contactus.jpg) center top/cover no-repeat; }

.hero.lg-stories {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.9)), to(rgba(65, 65, 65, 0.8))), url(../images/heros/stories.png) center top/cover no-repeat;
  background: linear-gradient(rgba(65, 65, 65, 0.9), rgba(65, 65, 65, 0.8)), url(../images/heros/stories.png) center top/cover no-repeat; }

.hero.lg-roles {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/heros/roles.jpg) center top/cover no-repeat;
  background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/heros/roles.jpg) center top/cover no-repeat; }

.hero.lg-faq {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/heros/faq.jpg) center top/cover no-repeat;
  background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/heros/faq.jpg) center top/cover no-repeat; }

.hero.lg-training {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 0, 74, 0.8)), to(rgba(52, 0, 74, 0.7))), url(../images/heros/training.png) center top/cover no-repeat;
  background: linear-gradient(rgba(52, 0, 74, 0.8), rgba(52, 0, 74, 0.7)), url(../images/heros/training.png) center top/cover no-repeat; }

.hero.lg-training-web {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.7)), to(rgba(65, 65, 65, 0.7))), url(../images/heros/training_web.jpg) center top/cover no-repeat;
  background: linear-gradient(rgba(65, 65, 65, 0.7), rgba(65, 65, 65, 0.7)), url(../images/heros/training_web.jpg) center top/cover no-repeat; }

.placeholder_3.small {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 0, 74, 0)), to(rgba(52, 0, 74, 0))), url(../images/pictures/placeholder3.png) center top/cover no-repeat;
  background: linear-gradient(rgba(52, 0, 74, 0), rgba(52, 0, 74, 0)), url(../images/pictures/placeholder3.png) center top/cover no-repeat; }

.placeholder_4.small {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(52, 0, 74, 0)), to(rgba(52, 0, 74, 0))), url(../images/pictures/placeholder4.png) center top/cover no-repeat;
  background: linear-gradient(rgba(52, 0, 74, 0), rgba(52, 0, 74, 0)), url(../images/pictures/placeholder4.png) center top/cover no-repeat; }

.tile-alignHorizontal {
  width: 100%;
  display: block; }

.tile-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  @media screen and (min-width: 820px) {
    .tile-container {
      padding: 20px;
      gap: 20px; } }
  @media screen and (max-width: 820px) {
    .tile-container {
      padding: 0;
      gap: 0; } }

.tile-alignStart {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.tile-flexStart {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.tile-hero {
  height: 100%;
  width: 100%;
  position: absolute;
  display: inline-block;
  z-index: -1; }
  .tile-hero img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .tile-hero-tint:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(65, 65, 65, 0.6)), to(rgba(65, 65, 65, 0.8)));
    background: linear-gradient(rgba(65, 65, 65, 0.6), rgba(65, 65, 65, 0.8)); }

.tile-section {
  gap: 20px;
  width: 100%; }
  .tile-section-span {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
    @media screen and (min-width: 820px) {
      .tile-section-span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 2;
            -ms-flex: 2;
                flex: 2; } }
    @media screen and (max-width: 820px) {
      .tile-section-span {
        display: block; } }
  .tile-section-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .tile-section-content-underline {
      min-height: 4px;
      max-width: 70px;
      margin: 0 auto;
      margin-bottom: 20px; }
    .tile-section-content-headerUnderlineContainer {
      width: 100%; }
    .tile-section-content-spacing-small {
      padding: 50px 0; }
    .tile-section-content-spacing-medium {
      padding: 100px 0; }
    .tile-section-content-spacing-pushFromTop {
      margin-top: auto; }
    .tile-section-content-portraitContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 40px;
      padding-bottom: 50px; }
      @media screen and (max-width: 820px) {
        .tile-section-content-portraitContainer {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: start; } }
    .tile-section-content-cms {
      width: 100%;
      padding: 50px;
      margin: 0; }
      .tile-section-content-cms-textColor-white * {
        color: white; }
    .tile-section-content-imageContainer {
      height: 180px;
      width: 180px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .tile-section-content-imageContainer img {
        background-color: #b3b3b3;
        -o-object-fit: cover;
           object-fit: cover;
        height: 100%;
        width: 100%;
        border-radius: 5px; }
    .tile-section-content-feed {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media screen and (min-width: 820px) {
        .tile-section-content-feed {
          padding: 0 50px; } }
      @media screen and (max-width: 820px) {
        .tile-section-content-feed {
          padding: 0; } }
      .tile-section-content-feed-container {
        position: relative;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        @media screen and (max-width: 820px) {
          .tile-section-content-feed-container {
            padding: 0 30px; } }
      .tile-section-content-feed .twitter-timeline {
        width: 100vw !important;
        overflow: hidden; }
    @media screen and (min-width: 820px) {
      .tile-section-content-header {
        max-width: 50%; } }
    @media screen and (max-width: 820px) {
      .tile-section-content-header {
        max-width: 80%; } }
    @media screen and (max-width: 480px) {
      .tile-section-content-header {
        max-width: 80%; } }
    .tile-section-content-para-tight {
      max-width: 40%; }
    .tile-section-content-para-medium {
      max-width: 80%; }
    @media screen and (min-width: 820px) {
      .tile-section-content-hideForTablet {
        display: block; } }
    @media screen and (max-width: 820px) {
      .tile-section-content-hideForTablet {
        display: none; } }
    .tile-section-content-spannedItems {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 20px; }
      .tile-section-content-spannedItems h4 {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
      @media screen and (min-width: 820px) {
        .tile-section-content-spannedItems {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media screen and (max-width: 820px) {
        .tile-section-content-spannedItems {
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .tile-section-content-spannedItems h4 {
            font-size: 16px; } }
    @media screen and (min-width: 820px) {
      .tile-section-content {
        min-height: 400px; } }
    @media screen and (max-width: 820px) {
      .tile-section-content {
        height: 0%; } }

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block; }

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden; }

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: 0; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  top: 0;
  left: 0; }

.slick-track:after, .slick-track:before {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir=rtl] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*# sourceMappingURL=App.css.map */
