@charset "UTF-8";
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * Variables
 * Contains global variables available to the theme.
 */
/**
 * Mixins
 * Contains global SCSS mixins
 */
/**
 * Animations
 * Contains all keyframe animations in use on the site.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption, .vid-inline__caption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #FFFF00;
  color: #000000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: none;
  /* 2 */
  cursor: pointer;
}

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

/**
 * @file
 * Typography
 * Base typography for the theme
 */
h1 {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h1 {
    font-size: 3.125rem;
  }
}

@media (min-width: 1025px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  margin: 35px 0 4px;
  font-size: 1.857rem;
  font-weight: 900;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h2 {
    margin: 40px 0 10px;
    font-size: 2.25rem;
  }
}

@media (min-width: 1025px) {
  h2 {
    margin: 60px 0 15px;
    font-size: 2.5rem;
  }
}

h3 {
  margin: 35px 0 5px;
  font-size: 1.5rem;
  font-weight: 800;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h3 {
    margin: 40px 0 15px;
    font-size: 1.688rem;
  }
}

@media (min-width: 1025px) {
  h3 {
    margin: 60px 0 15px;
    font-size: 1.875rem;
  }
}

h4 {
  margin: 35px 0 6px;
  font-size: 1.286rem;
  font-weight: 800;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h4 {
    margin: 40px 0 11px;
    font-size: 1.313rem;
  }
}

@media (min-width: 1025px) {
  h4 {
    margin: 60px 0 15px;
    font-size: 1.313rem;
  }
}

h5 {
  margin: 35px 0 6px;
  font-size: 1.143rem;
  font-weight: 800;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h5 {
    margin: 40px 0 11px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1025px) {
  h5 {
    margin: 60px 0 15px;
    font-size: 1.125rem;
  }
}

h6 {
  margin: 35px 0 6px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.21;
}

@media (min-width: 700px) {
  h6 {
    margin: 40px 0 11px;
  }
}

@media (min-width: 1025px) {
  h6 {
    margin: 60px 0 15px;
  }
}

p {
  margin: 0 0 1em;
}

p:empty {
  display: none;
}

strong {
  font-weight: 700;
}

.c-purple {
  color: #5F3693;
}

.c-teal {
  color: #42D1AC;
}

.c-blue-light {
  color: #87C5F6;
}

.c-green {
  color: #90CD24;
}

.c-orange {
  color: #EB9D00;
}

.c-red {
  color: #FF7171;
}

/**
 * Base theme styles
 * This file contains theme base styles.
 *
 * For example:
 * - WYSIWYG styles and layouts
 * - Images and Videos
 * - Tables
 */
html {
  font-size: 14px;
  position: relative;
}

@media screen and (min-width: 700px) {
  html {
    font-size: 16px;
  }
}

html::before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #212121;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: '';
  height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (min-width: 2000px) {
  body::before {
    max-width: 2000px;
    margin: 0 calc((100% - 2000px) / 2);
  }
}

@media screen and (min-width: 700px) {
  body {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  body {
    line-height: 1.6;
  }
}

body.js-fixed {
  overflow: hidden;
}

@supports (-webkit-touch-callout: none) {
  body.js-fixed {
    position: fixed;
    max-width: 100%;
    width: 100%;
  }
}

#main {
  outline: none;
}

* > p:last-child,
* > ul:last-child,
* > ol:last-child {
  margin-bottom: 0;
}

.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link {
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  text-decoration: none;
}

a.skip-link.visually-hidden {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

a.skip-link.visually-hidden:active, a.skip-link.visually-hidden:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

a.skip-link.visually-hidden:focus {
  background-color: #FFFFFF;
  padding: 3px 10px;
  position: absolute !important;
  z-index: 99;
}

@media screen and (min-width: 700px) {
  .float-right {
    float: right;
  }
}

@media screen and (min-width: 700px) {
  .float-left {
    float: left;
  }
}

@media (min-width: 700px) {
  .float-right,
  .float-left {
    display: table;
  }
}

@media (min-width: 700px) {
  .float-right figcaption, .float-right .vid-inline__caption,
  .float-left figcaption,
  .float-left .vid-inline__caption {
    display: table-caption;
    caption-side: bottom;
  }
}

a {
  color: #5F3693;
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
  text-decoration: underline;
  -webkit-text-decoration-color: #949494;
     -moz-text-decoration-color: #949494;
          text-decoration-color: #949494;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-transition: -webkit-text-decoration-color 0.3s ease;
  transition: -webkit-text-decoration-color 0.3s ease;
  -o-transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease;
  transition: text-decoration-color 0.3s ease, -webkit-text-decoration-color 0.3s ease, -moz-text-decoration-color 0.3s ease;
  text-underline-offset: 2px;
}

a:hover, a:focus {
  -webkit-text-decoration-color: transparent;
     -moz-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

a:focus {
  outline: solid 2px #412565;
  outline-offset: 2px;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: solid 2px #412565;
  outline-offset: 2px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

figcaption, .vid-inline__caption {
  font-size: 0.875rem;
  line-height: 1.313rem;
  margin: 5px 0 0;
}

@media (min-width: 700px) {
  figcaption, .vid-inline__caption {
    margin-top: 9px;
  }
}

@media (min-width: 1025px) {
  figcaption, .vid-inline__caption {
    margin-top: 11px;
    font-size: 0.889rem;
    line-height: 1.333rem;
  }
}

.img-inline--full {
  margin: 1.5rem 0 1.45rem;
}

@media screen and (min-width: 1025px) {
  .img-inline--full {
    margin: 3.3rem ​0 3.15rem;
  }
}

.img-inline--float {
  margin: 1.5rem 0 1.45rem;
}

@media (min-width: 700px) {
  .img-inline--float.float-right {
    margin: 0.35rem 0 2rem 2.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .img-inline--float.float-right {
    margin-top: 0.4rem;
  }
}

@media (min-width: 700px) {
  .img-inline--float.float-left {
    margin: 0.35rem 2.7rem 2rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .img-inline--float.float-left {
    margin-top: 0.4rem;
  }
}

table {
  clear: both;
  max-width: 100%;
  display: block;
  margin: 20px 0 21px;
  border-collapse: collapse;
  table-layout: auto;
}

@media (min-width: 700px) {
  table {
    margin: 26px 0;
  }
}

@media (min-width: 1025px) {
  table {
    margin: 47px 0 50px;
  }
}

table td,
table th {
  text-align: left;
  min-width: 250px;
  padding: 0 20px 0 0;
  vertical-align: top;
  font-size: 0.875rem;
  line-height: 1.313rem;
}

@media (min-width: 700px) {
  table td,
  table th {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1025px) {
  table td,
  table th {
    min-width: 240px;
    max-width: 240px;
    font-size: 0.889rem;
    line-height: 1.333rem;
  }
}

table .table-scroller {
  overflow: auto;
  display: block;
  width: 100%;
}

table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-color: #FFFFFF;
  z-index: 90;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

table thead::-webkit-scrollbar {
  display: none;
}

table thead[tabindex="0"]:focus {
  outline: solid 2px #412565;
  outline-offset: 2px;
}

table thead tr {
  border-bottom: solid 2px #EB9D00;
}

table thead th {
  padding-bottom: 6px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 700px) {
  table thead th {
    padding-bottom: 7px;
  }
}

@media (min-width: 1025px) {
  table thead th {
    padding-bottom: 11px;
  }
}

table tbody tr {
  border-bottom: solid 1px #949494;
}

table tbody tr:last-of-type {
  border-bottom: none;
}

table tbody tr td,
table tbody tr th {
  padding-top: 7px;
  padding-bottom: 14px;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 700px) {
  table tbody tr td,
  table tbody tr th {
    padding-bottom: 8px;
  }
}

@media (min-width: 1025px) {
  table tbody tr td,
  table tbody tr th {
    padding-top: 11px;
    padding-bottom: 13px;
  }
}

.table-block__wrapper {
  position: relative;
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) {
  .table-block__wrapper {
    clear: both;
  }
}

.table-block__holder.js-scroll--right .table-block__next {
  display: block;
}

.table-block__holder.js-scroll--left .table-block__prev {
  display: block;
}

.table-block__prev, .table-block__next {
  display: none;
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border: none;
  background: none;
  padding: 0;
}

@media (min-width: 1025px) {
  .table-block__prev, .table-block__next {
    height: 54px;
    width: 54px;
  }
}

.table-block__prev svg, .table-block__next svg {
  height: 45px;
  width: 45px;
}

@media (min-width: 1025px) {
  .table-block__prev svg, .table-block__next svg {
    height: 54px;
    width: 54px;
  }
}

.table-block__prev svg > g > g, .table-block__next svg > g > g {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.table-block__prev:after, .table-block__next:after {
  content: '';
  display: inline-block;
  vertical-align: top;
  height: 20px;
  width: 20px;
  background: url("../assets/icons/chevron-right-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  -o-transition: filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

@media (min-width: 1025px) {
  .table-block__prev:after, .table-block__next:after {
    height: 24px;
    width: 24px;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
  }
}

.table-block__prev:hover:after, .table-block__prev:focus:after, .table-block__next:hover:after, .table-block__next:focus:after {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.table-block__prev:hover svg > g > g, .table-block__prev:focus svg > g > g, .table-block__next:hover svg > g > g, .table-block__next:focus svg > g > g {
  fill: #1D8C6E;
}

.table-block__next {
  left: auto;
  right: 10px;
}

@media (min-width: 1025px) {
  .table-block__next {
    right: -64px;
  }
}

.table-block__prev {
  left: 10px;
  right: auto;
}

@media (min-width: 1025px) {
  .table-block__prev {
    left: -64px;
  }
}

.table-block__prev:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.page-title {
  margin: 25px 0 27px;
  padding: 0 19px;
  line-height: 2.125rem;
}

@media (min-width: 700px) {
  .page-title {
    line-height: 3.5rem;
    margin: 27px 0 26px;
    padding: 0 48px;
  }
}

@media (min-width: 1025px) {
  .page-title {
    line-height: 3.667rem;
    margin: 32px 0 43px;
    padding: 0 92px;
  }
}

.page-title-container {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background: #FFFFFF;
  padding-bottom: 20px;
}

@media (min-width: 700px) {
  .page-title-container {
    padding-bottom: 26px;
  }
}

@media (min-width: 1025px) {
  .page-title-container {
    width: unset;
    position: unset;
    left: unset;
    margin-left: unset;
    position: relative;
    z-index: 1;
    margin: -132px 0 0;
    padding-bottom: 64px;
  }
}

.page-title-container__top {
  border: solid 1px #949494;
  border-bottom: none;
}

@media (min-width: 1025px) {
  .page-title-container__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.page-title-container__bottom {
  overflow: hidden;
  position: relative;
  border: solid 1px #949494;
}

.page-title-container__bottom::after {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23949494FF' stroke-width='3' stroke-dasharray='2%2c 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  opacity: 0.7;
  content: '';
  display: block;
  height: 2px;
  width: 116px;
  position: absolute;
  left: calc(100% - 88px);
  -webkit-transform: rotateZ(130deg);
      -ms-transform: rotate(130deg);
          transform: rotateZ(130deg);
  background-image: none;
  border-bottom: dotted 2px #949494;
}

@media (min-width: 700px) {
  .page-title-container__bottom::after {
    width: 264px;
    left: calc(100% - 200px);
  }
}

@media (min-width: 1025px) {
  .page-title-container__bottom::after {
    left: calc(100% - 210px);
  }
}

.cta {
  color: #000000;
}

.cta--button {
  display: inline-block;
  padding: 0.65rem 1.2rem;
  margin: 0 0 0.3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border: 2px solid #42D1AC;
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .cta--button {
    padding: 0.6rem 1.15rem;
    margin: 0 0 0.6rem;
  }
}

.cta--button:hover, .cta--button:focus {
  text-decoration: none;
  background-color: #42D1AC;
  color: #000000;
}

.cta--button:hover span, .cta--button:focus span {
  text-decoration: none;
}

.cta--button .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cta--button .last-word span {
  position: relative;
  left: 0;
  display: inline-block;
  width: calc(14px * 1.15);
  margin-left: calc(14px / 2);
  background-image: url("../assets/icons/arrow-right-black.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media screen and (min-width: 700px) {
  .cta--button {
    font-size: 14px;
  }
}

.cta--button-blue {
  display: inline-block;
  padding: 0.65rem 1.2rem;
  margin: 0 0 0.3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border: 2px solid #87C5F6;
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .cta--button-blue {
    padding: 0.6rem 1.15rem;
    margin: 0 0 0.6rem;
  }
}

.cta--button-blue:hover, .cta--button-blue:focus {
  text-decoration: none;
  background-color: #87C5F6;
  color: #000000;
}

.cta--button-blue:hover span, .cta--button-blue:focus span {
  text-decoration: none;
}

.cta--button-blue .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cta--button-blue .last-word span {
  position: relative;
  left: 0;
  display: inline-block;
  width: calc(14px * 1.15);
  margin-left: calc(14px / 2);
  background-image: url("../assets/icons/arrow-right-black.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

@media screen and (min-width: 700px) {
  .cta--button-blue {
    font-size: 14px;
  }
}

.cta--button-no-arrow {
  display: inline-block;
  padding: 0.65rem 1.2rem;
  margin: 0 0 0.3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border: 2px solid #42D1AC;
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .cta--button-no-arrow {
    padding: 0.6rem 1.15rem;
    margin: 0 0 0.6rem;
  }
}

.cta--button-no-arrow:hover, .cta--button-no-arrow:focus {
  text-decoration: none;
  background-color: #42D1AC;
  color: #000000;
}

.cta--button-no-arrow:hover span, .cta--button-no-arrow:focus span {
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .cta--button-no-arrow {
    font-size: 14px;
  }
}

.cta--link, .cta--link-red, .cta--link-green, .cta--link-orange {
  padding-bottom: 0.358rem;
  background-image: -webkit-gradient(linear, right top, left top, from(#87C5F6), to(#87C5F6));
  background-image: -o-linear-gradient(right, #87C5F6, #87C5F6);
  background-image: linear-gradient(to left, #87C5F6, #87C5F6);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: 0% 100%;
  -webkit-transition: padding-right 0.3s, color 0.3s ease;
  -o-transition: padding-right 0.3s, color 0.3s ease;
  transition: padding-right 0.3s, color 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.cta--link .last-word, .cta--link-red .last-word, .cta--link-green .last-word, .cta--link-orange .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cta--link .last-word span, .cta--link-red .last-word span, .cta--link-green .last-word span, .cta--link-orange .last-word span {
  position: relative;
  left: 0;
  display: inline-block;
  width: calc(1rem * 1.15);
  margin-left: calc(1rem / 2);
  background-image: url("../assets/icons/arrow-right-black.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.cta--link:hover .last-word span, .cta--link-red:hover .last-word span, .cta--link-green:hover .last-word span, .cta--link-orange:hover .last-word span, .cta--link:focus .last-word span, .cta--link-red:focus .last-word span, .cta--link-green:focus .last-word span, .cta--link-orange:focus .last-word span {
  left: 5px;
}

@media screen and (min-width: 700px) {
  .cta--link, .cta--link-red, .cta--link-green, .cta--link-orange {
    padding-bottom: 0.375rem;
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .cta--link, .cta--link-red, .cta--link-green, .cta--link-orange {
    padding-bottom: 0.289rem;
  }
}

.cta--link .last-word span, .cta--link-red .last-word span, .cta--link-green .last-word span, .cta--link-orange .last-word span {
  -webkit-transition: background-image 0.3s ease, left 0.3s ease;
  -o-transition: background-image 0.3s ease, left 0.3s ease;
  transition: background-image 0.3s ease, left 0.3s ease;
}

@supports (background: -webkit-named-image(i)) {
  .cta--link .last-word span, .cta--link-red .last-word span, .cta--link-green .last-word span, .cta--link-orange .last-word span {
    -webkit-transition: left 0.3s ease;
    -o-transition: left 0.3s ease;
    transition: left 0.3s ease;
  }
}

.cta--link:hover, .cta--link-red:hover, .cta--link-green:hover, .cta--link-orange:hover, .cta--link:focus, .cta--link-red:focus, .cta--link-green:focus, .cta--link-orange:focus {
  color: #5F3693;
  padding-right: 5px;
  text-decoration: none;
}

.cta--link:hover span, .cta--link-red:hover span, .cta--link-green:hover span, .cta--link-orange:hover span, .cta--link:focus span, .cta--link-red:focus span, .cta--link-green:focus span, .cta--link-orange:focus span {
  text-decoration: none;
}

.cta--link:hover .last-word span, .cta--link-red:hover .last-word span, .cta--link-green:hover .last-word span, .cta--link-orange:hover .last-word span, .cta--link:focus .last-word span, .cta--link-red:focus .last-word span, .cta--link-green:focus .last-word span, .cta--link-orange:focus .last-word span {
  background-image: url("../assets/icons/arrow-right-purple.svg");
}

.cta--link-red {
  background-image: -webkit-gradient(linear, right top, left top, from(#FF7171), to(#FF7171));
  background-image: -o-linear-gradient(right, #FF7171, #FF7171);
  background-image: linear-gradient(to left, #FF7171, #FF7171);
  color: #000000;
}

.cta--link-green {
  background-image: -webkit-gradient(linear, right top, left top, from(#90CD24), to(#90CD24));
  background-image: -o-linear-gradient(right, #90CD24, #90CD24);
  background-image: linear-gradient(to left, #90CD24, #90CD24);
  color: #000000;
}

.cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#EB9D00), to(#EB9D00));
  background-image: -o-linear-gradient(right, #EB9D00, #EB9D00);
  background-image: linear-gradient(to left, #EB9D00, #EB9D00);
  color: #000000;
}

.cta__link-vertical-border, .cta__link-vertical-border__red, .cta__link-vertical-border__orange, .cta__link-vertical-border__teal, .column__title a, .feature__title-secondary, .spotlight-item__header, .faculty .wrapper-table .link-name {
  font-weight: 800;
  color: #000000;
  text-decoration: none;
}

.cta__link-vertical-border .last-word, .cta__link-vertical-border__red .last-word, .cta__link-vertical-border__orange .last-word, .cta__link-vertical-border__teal .last-word, .column__title a .last-word, .feature__title-secondary .last-word, .spotlight-item__header .last-word, .faculty .wrapper-table .link-name .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cta__link-vertical-border .last-word span, .cta__link-vertical-border__red .last-word span, .cta__link-vertical-border__orange .last-word span, .cta__link-vertical-border__teal .last-word span, .column__title a .last-word span, .feature__title-secondary .last-word span, .spotlight-item__header .last-word span, .faculty .wrapper-table .link-name .last-word span {
  position: relative;
  left: 0;
  display: inline-block;
  width: calc(inherit * 1.15);
  margin-left: calc(inherit / 2);
  background-image: url("../assets/icons/arrow-right-black.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}

.cta__link-vertical-border:hover .last-word span, .cta__link-vertical-border__red:hover .last-word span, .cta__link-vertical-border__orange:hover .last-word span, .cta__link-vertical-border__teal:hover .last-word span, .column__title a:hover .last-word span, .feature__title-secondary:hover .last-word span, .spotlight-item__header:hover .last-word span, .faculty .wrapper-table .link-name:hover .last-word span, .cta__link-vertical-border:focus .last-word span, .cta__link-vertical-border__red:focus .last-word span, .cta__link-vertical-border__orange:focus .last-word span, .cta__link-vertical-border__teal:focus .last-word span, .column__title a:focus .last-word span, .feature__title-secondary:focus .last-word span, .spotlight-item__header:focus .last-word span, .faculty .wrapper-table .link-name:focus .last-word span {
  left: 5px;
}

@media (min-width: 700px) {
  .cta__link-vertical-border, .cta__link-vertical-border__red, .cta__link-vertical-border__orange, .cta__link-vertical-border__teal, .column__title a, .feature__title-secondary, .spotlight-item__header, .faculty .wrapper-table .link-name {
    line-height: 1.75rem;
  }
}

.cta__link-vertical-border .last-word, .cta__link-vertical-border__red .last-word, .cta__link-vertical-border__orange .last-word, .cta__link-vertical-border__teal .last-word, .column__title a .last-word, .feature__title-secondary .last-word, .spotlight-item__header .last-word, .faculty .wrapper-table .link-name .last-word {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cta__link-vertical-border .last-word span, .cta__link-vertical-border__red .last-word span, .cta__link-vertical-border__orange .last-word span, .cta__link-vertical-border__teal .last-word span, .column__title a .last-word span, .feature__title-secondary .last-word span, .spotlight-item__header .last-word span, .faculty .wrapper-table .link-name .last-word span {
  height: 17px;
  width: 31px;
  border-left: solid 2px #87C5F6;
  background-position: 6px center;
  background-size: 17px;
  margin-left: 10px;
}

@media (min-width: 700px) {
  .cta__link-vertical-border .last-word span, .cta__link-vertical-border__red .last-word span, .cta__link-vertical-border__orange .last-word span, .cta__link-vertical-border__teal .last-word span, .column__title a .last-word span, .feature__title-secondary .last-word span, .spotlight-item__header .last-word span, .faculty .wrapper-table .link-name .last-word span {
    height: 20px;
    background-size: 21px;
  }
}

.cta__link-vertical-border:hover, .cta__link-vertical-border__red:hover, .cta__link-vertical-border__orange:hover, .cta__link-vertical-border__teal:hover, .column__title a:hover, .feature__title-secondary:hover, .spotlight-item__header:hover, .faculty .wrapper-table .link-name:hover, .cta__link-vertical-border:focus, .cta__link-vertical-border__red:focus, .cta__link-vertical-border__orange:focus, .cta__link-vertical-border__teal:focus, .column__title a:focus, .feature__title-secondary:focus, .spotlight-item__header:focus, .faculty .wrapper-table .link-name:focus {
  color: #5F3693;
  text-decoration: none;
}

.cta__link-vertical-border:hover span, .cta__link-vertical-border__red:hover span, .cta__link-vertical-border__orange:hover span, .cta__link-vertical-border__teal:hover span, .column__title a:hover span, .feature__title-secondary:hover span, .spotlight-item__header:hover span, .faculty .wrapper-table .link-name:hover span, .cta__link-vertical-border:focus span, .cta__link-vertical-border__red:focus span, .cta__link-vertical-border__orange:focus span, .cta__link-vertical-border__teal:focus span, .column__title a:focus span, .feature__title-secondary:focus span, .spotlight-item__header:focus span, .faculty .wrapper-table .link-name:focus span {
  text-decoration: none;
}

.cta__link-vertical-border__red .last-word span {
  border-left-color: #FF7171;
}

.cta__link-vertical-border__orange .last-word span {
  border-left-color: #EB9D00;
}

.cta__link-vertical-border__teal:hover .last-word span, .cta__link-vertical-border__teal:focus .last-word span {
  margin-left: 12px;
}

.cta__link-vertical-border__teal .last-word span {
  border-left-color: #42D1AC;
  margin: 3px 0 0 7px;
  background-position-x: 5px;
  background-position-y: 2px;
}

@media (min-width: 700px) {
  .cta__link-vertical-border__teal .last-word span {
    margin: 8px 0 0 7px;
    background-position-x: 8px;
    background-position-y: 4px;
  }
}

ul {
  margin: 1.7rem 0;
  padding-left: 1.8rem;
}

@media screen and (min-width: 700px) {
  ul {
    padding-left: 1.95rem;
  }
}

ol {
  margin: 1.7rem 0;
  padding-left: 1.8rem;
}

@media screen and (min-width: 700px) {
  ol {
    padding-left: 1.95rem;
  }
}

ul ol,
ul ul,
ol ol,
ol ul {
  margin-top: 0.7rem;
}

@media screen and (min-width: 1025px) {
  ul ol,
  ul ul,
  ol ol,
  ol ul {
    margin-top: 0.4rem;
  }
}

li:not(:last-of-type) {
  margin-bottom: 0.7rem;
}

@media screen and (min-width: 1025px) {
  li:not(:last-of-type) {
    margin-bottom: 0.3rem;
  }
}

.quote, .pc-quote {
  position: relative;
  border: 1px solid #949494;
  margin: 0 0 1.5rem;
  padding: 1.6rem 2.5rem;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .quote, .pc-quote {
    padding: 1.5rem 2rem;
    margin: 1.6rem 0 1.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .quote, .pc-quote {
    padding: 2rem 2.8em;
    margin: 2.6rem 0 3.2rem;
  }
}

.quote:after, .pc-quote:after {
  content: '';
  position: absolute;
  bottom: -39px;
  right: -17px;
  width: 51px;
  height: 100px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-left: 2px dotted #949494;
}

@media screen and (min-width: 700px) {
  .quote:after, .pc-quote:after {
    bottom: -25px;
  }
}

@media screen and (min-width: 1025px) {
  .quote:after, .pc-quote:after {
    bottom: -35px;
    right: -13px;
    width: 51px;
    height: 160px;
  }
}

.quote__copy {
  position: relative;
  font-size: 1.286rem;
  line-height: 1.45;
  margin-bottom: 0.3rem;
}

@media screen and (min-width: 700px) {
  .quote__copy {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 0.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .quote__copy {
    font-size: 1.875rem;
    margin-bottom: 0.8rem;
  }
}

.quote__copy:before {
  content: '“';
  position: absolute;
  top: 0;
  left: -9px;
}

@media (min-width: 700px) {
  .quote__copy:before {
    top: -3px;
  }
}

@media screen and (min-width: 1025px) {
  .quote__copy:before {
    left: -12px;
  }
}

.quote__copy .last-word {
  position: relative;
}

.quote__copy .last-word::after {
  content: '”';
  font-weight: 400;
  font-style: normal;
  position: absolute;
  right: -12px;
}

@media (min-width: 700px) {
  .quote__copy .last-word::after {
    right: -15px;
  }
}

@media (min-width: 1025px) {
  .quote__copy .last-word::after {
    right: -16px;
  }
}

.quote__footer {
  font-weight: 700;
  font-style: italic;
}

@media screen and (min-width: 700px) {
  .quote__footer {
    font-size: 0.875rem;
  }
}

.quote__attr {
  display: inline-block;
}

.quote__attr:after {
  content: ', ';
}

.quote__info {
  display: inline-block;
}

.bc-purple {
  background-color: #5F3693;
}

.bc-teal {
  background-color: #42D1AC;
}

.bc-yellow {
  background-color: #F7FF7A;
}

.bc-blue-light {
  background-color: #87C5F6;
}

.bc-orange {
  background-color: #EB9D00;
}

.bc-red {
  background-color: #FF7171;
}

.bc-grey-dark {
  background-color: #212121;
}

hr {
  border-top: 1px solid #949494;
  margin: 27px 0;
}

@media (min-width: 1025px) {
  hr {
    margin: 24px 0;
  }
}

/**
 * @file
 * Print specific styliing
 */
@media print {
  .header,
  .footer {
    display: none;
  }
}

/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
.container {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 1px;
}

@media screen and (min-width: 700px) {
  .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .container {
    padding-left: 108px;
    padding-right: 108px;
  }
}

section.wysiwyg {
  max-width: 800px;
  margin: 0 auto 50px;
}

@media screen and (min-width: 1025px) {
  section.wysiwyg {
    margin: 0 auto 67px;
  }
}

section.wysiwyg > *:first-child {
  margin-top: 0;
}

.page__bg--inner {
  max-width: 2000px;
  margin: auto;
}

.page__bg--inner > .container:after {
  display: table;
  content: '';
  clear: both;
}

.page__bg--inner > .container > section.section:first-of-type, .page__bg--inner > .container > section.section-hr:first-of-type {
  margin-top: 0;
}

.page__bg--inner > .container > .wysiwyg:after {
  display: table;
  content: '';
  clear: both;
}

/**
 * @file
 * Columns
 *
 * Base styles for all column layouts.
 */
@media (min-width: 700px) {
  .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.column__col {
  margin: 0 0 1.5rem;
}

@media screen and (max-width: 699px) {
  .column__col:not(:last-of-type) {
    padding-bottom: 1.3rem;
    border-bottom: 2px dotted #949494;
  }
}

@media (min-width: 700px) {
  .column__col {
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
  }
}

.column__img {
  margin: 0 0 1rem;
}

@media (min-width: 1025px) {
  .column__img {
    margin: 0 0 1.5rem;
  }
}

.column__img img {
  width: 100%;
}

.column__title {
  margin: 0 0 0.75rem;
}

.column__title h3 {
  margin: 0;
  font-size: 1.2857rem;
}

@media screen and (min-width: 1025px) {
  .column__title h3 {
    font-size: 1.875rem;
  }
}

.column__title a {
  color: #000000;
}

.column__subtitle {
  margin: 0 0 0.7rem;
  font-weight: 800;
  line-height: 1.4;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .column--two {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column--two:after {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    width: 0;
    height: 100%;
    border-right: 2px dotted #949494;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 700px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
            flex-basis: calc(50% - 30px);
  }
}

@media (min-width: 1025px) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 56px);
        -ms-flex-preferred-size: calc(50% - 56px);
            flex-basis: calc(50% - 56px);
  }
}

.column--three .column__title h3 {
  font-size: 1.3125rem;
}

@media (min-width: 1025px) {
  .column--three .column__col {
    -webkit-flex-basis: calc((100% / 3) - (130px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (130px / 3));
            flex-basis: calc((100% / 3) - (130px / 3));
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .column--three .column__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
}

@media screen and (min-width: 1025px) {
  .column--three .column__img {
    margin-bottom: 1.1rem;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .column--three .column__img + .column__right {
    margin: -5px 0 0 31px;
  }
}

.column--three.slick-slider {
  display: block;
}

/**
 * @file
 * Section
 *
 * Base styles for all section content.
 */
.section, .section-hr {
  border: 0;
  margin: 50px 0;
}

@media (min-width: 700px) {
  .section, .section-hr {
    margin: 60px 0;
  }
}

@media (min-width: 1025px) {
  .section, .section-hr {
    margin: 74px 0;
  }
}

.section.home-section, .home-section.section-hr, .section.why-cwsl, .why-cwsl.section-hr, .section.basic-section, .basic-section.section-hr, .section.blog3up, .blog3up.section-hr, .section.events3up, .events3up.section-hr, .section.instafeed, .instafeed.section-hr, .section.twitter, .twitter.section-hr, .section.contact, .contact.section-hr {
  position: relative;
  padding-top: 33px;
}

@media (min-width: 700px) {
  .section.home-section, .home-section.section-hr, .section.why-cwsl, .why-cwsl.section-hr, .section.basic-section, .basic-section.section-hr, .section.blog3up, .blog3up.section-hr, .section.events3up, .events3up.section-hr, .section.instafeed, .instafeed.section-hr, .section.twitter, .twitter.section-hr, .section.contact, .contact.section-hr {
    padding-top: 57px;
  }
}

@media (min-width: 1025px) {
  .section.home-section, .home-section.section-hr, .section.why-cwsl, .why-cwsl.section-hr, .section.basic-section, .basic-section.section-hr, .section.blog3up, .blog3up.section-hr, .section.events3up, .events3up.section-hr, .section.instafeed, .instafeed.section-hr, .section.twitter, .twitter.section-hr, .section.contact, .contact.section-hr {
    padding-top: 108px;
  }
}

.section.home-section::before, .home-section.section-hr::before, .section.home-section::after, .home-section.section-hr::after, .section.why-cwsl::before, .why-cwsl.section-hr::before, .section.why-cwsl::after, .why-cwsl.section-hr::after, .section.basic-section::before, .basic-section.section-hr::before, .section.basic-section::after, .basic-section.section-hr::after, .section.blog3up::before, .blog3up.section-hr::before, .section.blog3up::after, .blog3up.section-hr::after, .section.events3up::before, .events3up.section-hr::before, .section.events3up::after, .events3up.section-hr::after, .section.instafeed::before, .instafeed.section-hr::before, .section.instafeed::after, .instafeed.section-hr::after, .section.twitter::before, .twitter.section-hr::before, .section.twitter::after, .twitter.section-hr::after, .section.contact::before, .contact.section-hr::before, .section.contact::after, .contact.section-hr::after {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  content: '';
  position: absolute;
  left: 50%;
  z-index: 0;
  overflow: hidden;
  margin-left: auto;
  max-width: 2000px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section.home-section::before, .home-section.section-hr::before, .section.why-cwsl::before, .why-cwsl.section-hr::before, .section.basic-section::before, .basic-section.section-hr::before, .section.blog3up::before, .blog3up.section-hr::before, .section.events3up::before, .events3up.section-hr::before, .section.instafeed::before, .instafeed.section-hr::before, .section.twitter::before, .twitter.section-hr::before, .section.contact::before, .contact.section-hr::before {
  background: #412565;
  height: 8px;
  top: 0;
}

@media (min-width: 700px) {
  .section.home-section::before, .home-section.section-hr::before, .section.why-cwsl::before, .why-cwsl.section-hr::before, .section.basic-section::before, .basic-section.section-hr::before, .section.blog3up::before, .blog3up.section-hr::before, .section.events3up::before, .events3up.section-hr::before, .section.instafeed::before, .instafeed.section-hr::before, .section.twitter::before, .twitter.section-hr::before, .section.contact::before, .contact.section-hr::before {
    height: 15px;
  }
}

@media (min-width: 1025px) {
  .section.home-section::before, .home-section.section-hr::before, .section.why-cwsl::before, .why-cwsl.section-hr::before, .section.basic-section::before, .basic-section.section-hr::before, .section.blog3up::before, .blog3up.section-hr::before, .section.events3up::before, .events3up.section-hr::before, .section.instafeed::before, .instafeed.section-hr::before, .section.twitter::before, .twitter.section-hr::before, .section.contact::before, .contact.section-hr::before {
    height: 25px;
  }
}

.section.home-section::after, .home-section.section-hr::after, .section.why-cwsl::after, .why-cwsl.section-hr::after, .section.basic-section::after, .basic-section.section-hr::after, .section.blog3up::after, .blog3up.section-hr::after, .section.events3up::after, .events3up.section-hr::after, .section.instafeed::after, .instafeed.section-hr::after, .section.twitter::after, .twitter.section-hr::after, .section.contact::after, .contact.section-hr::after {
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  height: 1px;
  top: 12px;
}

@media (min-width: 700px) {
  .section.home-section::after, .home-section.section-hr::after, .section.why-cwsl::after, .why-cwsl.section-hr::after, .section.basic-section::after, .basic-section.section-hr::after, .section.blog3up::after, .blog3up.section-hr::after, .section.events3up::after, .events3up.section-hr::after, .section.instafeed::after, .instafeed.section-hr::after, .section.twitter::after, .twitter.section-hr::after, .section.contact::after, .contact.section-hr::after {
    top: 23px;
  }
}

@media (min-width: 1025px) {
  .section.home-section::after, .home-section.section-hr::after, .section.why-cwsl::after, .why-cwsl.section-hr::after, .section.basic-section::after, .basic-section.section-hr::after, .section.blog3up::after, .blog3up.section-hr::after, .section.events3up::after, .events3up.section-hr::after, .section.instafeed::after, .instafeed.section-hr::after, .section.twitter::after, .twitter.section-hr::after, .section.contact::after, .contact.section-hr::after {
    top: 34px;
  }
}

.section__header h2 {
  margin: 0 0 10px;
  line-height: 2.429rem;
  font-weight: 900;
}

@media (min-width: 700px) {
  .section__header h2 {
    line-height: 2.75rem;
    margin: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .section__header h2 {
    line-height: 2.7778rem;
    margin: 0 0 15px;
  }
}

.section__intro {
  margin: 10px 0 20px;
  font-size: 1rem;
}

@media (min-width: 700px) {
  .section__intro {
    margin: 20px 0 34px;
  }
}

@media (min-width: 1025px) {
  .section__intro {
    margin: 17px 0 40px;
  }
}

.section__cta {
  display: inline-block;
  padding: 0.65rem 1.2rem;
  margin: 0 0 0.3rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  -webkit-transition: background 0.3s ease, color 0.3s ease;
  -o-transition: background 0.3s ease, color 0.3s ease;
  transition: background 0.3s ease, color 0.3s ease;
  border: 2px solid #42D1AC;
  background: #FFFFFF;
  color: #000000;
  text-decoration: none;
  text-align: center;
}

@media screen and (min-width: 700px) {
  .section__cta {
    padding: 0.6rem 1.15rem;
    margin: 0 0 0.6rem;
  }
}

.section__cta:hover, .section__cta:focus {
  text-decoration: none;
  background-color: #42D1AC;
  color: #000000;
}

.section__cta:hover span, .section__cta:focus span {
  text-decoration: none;
}

.container .section-hr {
  display: block;
  padding: 8px;
  margin: 17px 0;
}

@media screen and (min-width: 700px) {
  .container .section-hr {
    padding: 12px;
    margin: 29px 0;
  }
}

@media screen and (min-width: 1025px) {
  .container .section-hr {
    padding: 18px;
    margin: 70px 0;
  }
}

.section-hr {
  position: relative;
  padding-top: 33px;
}

@media (min-width: 700px) {
  .section-hr {
    padding-top: 57px;
  }
}

@media (min-width: 1025px) {
  .section-hr {
    padding-top: 108px;
  }
}

.section-hr::before, .section-hr::after {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  content: '';
  position: absolute;
  left: 50%;
  z-index: 0;
  overflow: hidden;
  margin-left: auto;
  max-width: 2000px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section-hr::before {
  background: #412565;
  height: 8px;
  top: 0;
}

@media (min-width: 700px) {
  .section-hr::before {
    height: 15px;
  }
}

@media (min-width: 1025px) {
  .section-hr::before {
    height: 25px;
  }
}

.section-hr::after {
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  height: 1px;
  top: 12px;
}

@media (min-width: 700px) {
  .section-hr::after {
    top: 23px;
  }
}

@media (min-width: 1025px) {
  .section-hr::after {
    top: 34px;
  }
}

.home-wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .home-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 2000px) {
  .home-wrapper {
    max-width: 2000px;
    margin: 0;
    left: -51.6%;
  }
}

.home-wrapper__left {
  padding: 0 20px;
  overflow: hidden;
  padding-bottom: 58px;
}

@media screen and (min-width: 700px) {
  .home-wrapper__left {
    padding: 0 50px;
    margin-bottom: 77px;
  }
}

@media (min-width: 1025px) {
  .home-wrapper__left {
    width: 100%;
  }
}

@media screen and (min-width: 700px) {
  .home-wrapper__right {
    position: relative;
    background-color: #000000;
    background-image: url("../assets/img/homepage-sidebar.png");
    background-size: cover;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 68px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 68px;
            flex: 0 0 68px;
  }
}

@media screen and (min-width: 1025px) {
  .home-wrapper__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 116px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 116px;
            flex: 0 0 116px;
  }
}

@media screen and (min-width: 700px) {
  .home-wrapper__right:after {
    content: '';
    position: absolute;
    display: block;
    left: calc(50%);
    top: 0;
    width: 0;
    height: 100%;
    border-right: 2px dotted rgba(151, 151, 151, 0.7);
    margin: auto;
    z-index: 0;
  }
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for accordion content object.
 */
.page-intro {
  max-width: 800px;
  margin: 1.2rem auto;
  font-size: 1.286rem;
  line-height: 1.45;
}

@media screen and (min-width: 700px) {
  .page-intro {
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 1.2rem auto 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .page-intro {
    font-size: 1.875rem;
    line-height: 1.33;
    margin: 1.2rem auto 3.2rem;
  }
}

.page-intro__wrapper {
  background-color: #FFFFFF;
  max-width: 2000px;
  margin: auto;
}

.page-intro__wrapper .page-intro {
  margin: 0 auto;
  padding: 1.2rem 0;
  padding: 3px 0 21px;
}

@media screen and (min-width: 700px) {
  .page-intro__wrapper .page-intro {
    padding: 1.2rem 0 1.8rem;
    padding: 0 0 26px;
  }
}

@media screen and (min-width: 1025px) {
  .page-intro__wrapper .page-intro {
    padding: 1.2rem 0 3.2rem;
    padding: 5px 0 61px;
  }
}

.alert {
  display: block;
  position: relative;
  width: 100vw;
  max-width: 2000px;
  top: 0;
  left: 50%;
  padding: 20px 20px 16px;
  z-index: 100;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 700px) {
  .alert {
    padding: 25px 26px 24px;
  }
}

@media (min-width: 1025px) {
  .alert {
    padding: 18px 80px 21px 34px;
  }
}

.alert-display {
  padding: 0;
}

.alert-display h1, .alert-display__content {
  padding: 0 15px;
}

@media (min-width: 700px) {
  .alert-display h1, .alert-display__content {
    padding: 0 20px;
  }
}

.alert-display__content {
  margin: 0 0 5rem 0;
}

.alert__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column nowrap;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 1025px) {
  .alert__content {
    position: relative;
  }
}

.alert__message {
  width: 100%;
}

@media (min-width: 1025px) {
  .alert__message {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.alert__icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.alert__icon svg {
  display: inline-block;
  width: 26px;
  height: 26px;
  min-width: 26px;
  min-height: 26px;
  margin: 0 14px 0 0;
}

@media (min-width: 700px) {
  .alert__icon svg {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    margin: 0 18px 0 0;
  }
}

.alert__title {
  position: relative;
  font-size: 1.1429rem;
  line-height: 1.7143rem;
  font-weight: 800;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 16px;
}

@media (min-width: 700px) {
  .alert__title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin: 0 0 14px;
  }
}

@media (min-width: 1025px) {
  .alert__title {
    position: unset;
    margin: 0 20px 0 0;
  }
}

.alert__close {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 700px) {
  .alert__close {
    top: 5px;
  }
}

@media (min-width: 1025px) {
  .alert__close {
    top: 15px;
    right: -47px;
  }
}

.alert__close:hover svg .close-x, .alert__close:focus svg .close-x {
  fill: #42D1AC;
}

.alert__close svg {
  height: 20px;
  width: 20px;
}

.alert__close svg .close-x {
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.alert__close:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.alert__description {
  margin: 0 0 11px 0;
  display: block;
}

@media (min-width: 700px) {
  .alert__description {
    margin: 0 20px 11px 0;
    display: inline-block;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    -webkit-flex-basis: 66%;
        -ms-flex-preferred-size: 66%;
            flex-basis: 66%;
  }
}

@media (min-width: 1025px) {
  .alert__description {
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .alert__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.alert .cta--button {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}

@media (min-width: 700px) {
  .alert .cta--button {
    margin: 3px 0 0;
  }
}

@media (min-width: 1025px) {
  .alert .cta--button {
    margin: 2px 0 0 16px;
    min-width: 138px;
  }
}

.alert .cta--button:hover, .alert .cta--button:focus {
  background-color: #000000;
  color: #FFFFFF;
}

.alert .cta--button:hover .last-word, .alert .cta--button:focus .last-word {
  text-decoration: none;
}

.alert .cta--button:hover .last-word span, .alert .cta--button:focus .last-word span {
  background-image: url("../assets/icons/arrow-right-white.svg");
}

.alert .cta--button .last-word span {
  -webkit-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

.alert .cta--button:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.alert--minor {
  background-color: #42D1AC;
  border: 1px solid #42D1AC;
}

.alert--minor .alert__close:hover svg .close-x,
.alert--minor .alert__close:focus svg .close-x {
  fill: #FFFFFF;
}

.alert--medium {
  background-color: #F7FF7A;
  border: 1px solid #F7FF7A;
}

.alert--major {
  background-color: #CA0000;
  border: 1px solid #CA0000;
  color: #FFFFFF;
}

.alert--major svg polygon {
  fill: #FFFFFF;
}

.alert--major svg path {
  fill: #000000;
}

.alert--major svg .close-x {
  fill: #FFFFFF;
}

.alert--major .alert__close:hover svg .close-x,
.alert--major .alert__close:focus svg .close-x {
  fill: #42D1AC;
}

.alert--major .cta--button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.alert--major .cta--button .last-word span {
  background-image: url("../assets/icons/arrow-right-white.svg");
}

.alert--major .cta--button:hover, .alert--major .cta--button:focus {
  background-color: #FFFFFF;
  color: #CA0000;
}

.alert--major .cta--button:hover .last-word span, .alert--major .cta--button:focus .last-word span {
  background-image: url("../assets/icons/arrow-right-error.svg");
}

body.has-alert.js-fixed .alert {
  z-index: 99;
}

body.has-alert.js-interior-active .alert {
  z-index: 0;
}

header {
  height: 50px;
  position: relative;
  z-index: 101;
}

@media (min-width: 700px) {
  header {
    height: unset;
  }
}

.header::before {
  content: '';
  display: block;
  height: 100vh;
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFFFFF;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  visibility: hidden;
}

@media (min-width: 2000px) {
  .header::before {
    max-width: 2000px;
    left: calc((100% - 2000px) / 2);
  }
}

.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 96;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  border-bottom: solid 1px #949494;
}

@media (min-width: 700px) {
  .header-container {
    height: 60px;
    width: 423px;
    -webkit-transition: width 0.3s, -webkit-transform 0.3s;
    transition: width 0.3s, -webkit-transform 0.3s;
    -o-transition: transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s;
    transition: transform 0.3s, width 0.3s, -webkit-transform 0.3s;
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .header-container {
    height: 80px;
    width: 581px;
  }
}

@media (min-width: 2000px) {
  .header-container {
    left: calc((100% - 2000px) / 2);
    max-width: 2000px;
  }
}

.header-container.js-hide {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media screen and (max-width: 699px) {
  .header-logo {
    width: 100%;
    max-width: 196.2px;
    height: auto;
    min-height: 22px;
  }
}

@media (min-width: 700px) {
  .header-logo {
    max-width: none;
    width: auto;
    height: 22px;
    height: 26px;
  }
}

@media (min-width: 1025px) {
  .header-logo {
    height: 36px;
  }
}

.header-logo__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  padding: 10px 12px;
  background: #412565;
}

@media (min-width: 700px) {
  .header-logo__container {
    height: unset;
    padding: 17px 26px;
  }
}

@media (min-width: 1025px) {
  .header-logo__container {
    padding: 22px 36px;
  }
}

.header-logo__link {
  display: block;
}

.header-logo__link:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.header-navigation-toggle, .header-search-toggle {
  border: none;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.3571rem;
  font-weight: 700;
  background: #FFFFFF;
  color: #000000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

@media (min-width: 700px) {
  .header-navigation-toggle, .header-search-toggle {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}

@media (min-width: 1025px) {
  .header-navigation-toggle, .header-search-toggle {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.header-navigation-toggle:hover, .header-navigation-toggle:focus, .header-search-toggle:hover, .header-search-toggle:focus {
  background: #5F3693;
  color: #FFFFFF;
}

.header-navigation-toggle:focus, .header-search-toggle:focus {
  outline: solid 2px #412565;
  outline-offset: -4px;
}

.header-navigation-toggle::before, .header-search-toggle::before {
  content: '';
  display: inline-block;
  height: 24px;
  width: 24px;
  min-height: 24px;
  min-width: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: background-image 0s;
  -o-transition: background-image 0s;
  transition: background-image 0s;
}

@media (min-width: 1025px) {
  .header-navigation-toggle::before, .header-search-toggle::before {
    height: 32px;
    width: 32px;
    min-height: 32px;
    min-width: 32px;
  }
}

.header-navigation-toggle {
  padding: 14px 11px 11px;
  border-bottom: solid 1px #949494;
}

@media (min-width: 700px) {
  .header-navigation-toggle {
    width: 110.71px;
    padding: 18px 19px 17px;
  }
}

@media (min-width: 1025px) {
  .header-navigation-toggle {
    width: 150.5px;
    padding: 24px 30px 23px;
  }
}

.header-navigation-toggle:hover::before, .header-navigation-toggle:focus::before {
  background-image: url("../assets/icons/menu-white.svg");
}

.header-navigation-toggle::before {
  background-size: 14px;
  background-image: url("../assets/icons/menu-purple.svg");
  margin-right: 2px;
}

@media (min-width: 700px) {
  .header-navigation-toggle::before {
    margin-right: 8px;
  }
}

@media (min-width: 1025px) {
  .header-navigation-toggle::before {
    background-size: 18px;
    margin-right: 5px;
  }
}

.header-search-toggle {
  padding: 13px 11px 12px;
  border: solid 1px #949494;
  border-top: none;
}

@media (min-width: 700px) {
  .header-search-toggle {
    width: 64.37px;
    padding: 18px 18px 17px;
  }
}

@media (min-width: 1025px) {
  .header-search-toggle {
    width: 87.5px;
    padding: 24px 25px 23px;
  }
}

.header-search-toggle:hover::before, .header-search-toggle:focus::before {
  background-image: url("../assets/icons/search-white.svg");
}

.header-search-toggle::before {
  content: '';
  display: inline-block;
  background-size: 18px;
  background-image: url("../assets/icons/search-purple.svg");
  position: relative;
  right: -2px;
  top: 1px;
}

@media (min-width: 1025px) {
  .header-search-toggle::before {
    background-size: 23px;
  }
}

@media (min-width: 700px) {
  .header-search-toggle__container {
    position: relative;
  }
}

.header-search {
  height: 50px;
  width: 100%;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1.1429rem;
  line-height: 1.7143rem;
  color: #000000;
  background: #FFFFFF;
  padding: 0 50px 0 15px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 700px) {
  .header-search {
    height: 60px;
    padding: 0 60px 0 15px;
  }
}

@media (min-width: 1025px) {
  .header-search {
    height: 80px;
    padding: 0 80px 0 15px;
  }
}

.header-search__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  width: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  border-bottom: solid 1px #949494;
  -webkit-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  overflow: hidden;
}

@media (min-width: 700px) {
  .header-search__form {
    height: 60px;
    left: 1px;
  }
}

@media (min-width: 1025px) {
  .header-search__form {
    height: 80px;
  }
}

.header-search__form label {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.header-search__submit {
  height: 50px;
  width: 50px;
  color: transparent;
  background-color: #FFFFFF;
  background-image: url("../assets/icons/search-purple.svg");
  background-repeat: no-repeat;
  background-position: 15px 17px;
  background-size: 18px;
  margin-left: -50px;
  padding: 0;
  border: none;
}

.header-search__submit:focus {
  outline: solid 2px #412565;
  outline-offset: -4px;
}

@media (min-width: 700px) {
  .header-search__submit {
    height: 60px;
    width: 60px;
    margin-left: -60px;
    background-position: 18px 22px;
  }
}

@media (min-width: 1025px) {
  .header-search__submit {
    height: 80px;
    width: 80px;
    margin-left: -80px;
    background-position: 25px 30px;
    background-size: 22px;
  }
}

.header-navigation {
  width: 100%;
  height: calc(100% - 50px);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: -1;
  background: white;
  overflow-y: scroll;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s ease, z-index 0s 0.3s;
  -o-transition: visibility 0s 0.3s, opacity 0.3s ease, z-index 0s 0.3s;
  transition: visibility 0s 0.3s, opacity 0.3s ease, z-index 0s 0.3s;
}

@media (min-width: 700px) {
  .header-navigation {
    height: calc(100% - 60px);
    top: 60px;
    padding: 54px 0 82px;
  }
}

@media (min-width: 1025px) {
  .header-navigation {
    height: calc(100% - 80px);
    top: 80px;
  }
}

@media (min-width: 2000px) {
  .header-navigation {
    max-width: 2000px;
    left: calc((100% - 2000px) / 2);
  }
}

.header-navigation ul {
  list-style-type: none;
}

.header-navigation__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 20px 38px;
}

@media (min-width: 700px) {
  .header-navigation__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .header-navigation__inner {
    padding: 51px 108px 0;
  }
}

@media (min-width: 700px) {
  .header-navigation__left {
    -webkit-flex-basis: calc(50% - 24px);
        -ms-flex-preferred-size: calc(50% - 24px);
            flex-basis: calc(50% - 24px);
  }
}

@media (min-width: 1025px) {
  .header-navigation__left {
    -webkit-flex-basis: 40.3%;
        -ms-flex-preferred-size: 40.3%;
            flex-basis: 40.3%;
  }
}

.header-navigation__right {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 700px) {
  .header-navigation__right {
    -webkit-flex-basis: calc(50% - 24px);
        -ms-flex-preferred-size: calc(50% - 24px);
            flex-basis: calc(50% - 24px);
  }
}

@media (min-width: 1025px) {
  .header-navigation__right {
    -webkit-flex-basis: 49%;
        -ms-flex-preferred-size: 49%;
            flex-basis: 49%;
    padding: 0;
  }
}

.header-navigation__main-list {
  padding: 0 0 0 1px;
}

@media (min-width: 700px) {
  .header-navigation__main-list {
    padding: 0;
  }
}

.header-navigation__main-list:last-child {
  margin: 31px 0 43px;
}

@media (min-width: 700px) {
  .header-navigation__main-list:last-child {
    margin: 0;
  }
}

.header-navigation__main-list-item {
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 0 0 15px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .header-navigation__main-list-item {
    padding: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .header-navigation__main-list-item {
    padding: 0 0 15px;
  }
}

.header-navigation__main-list-item:not(:last-of-type) {
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .header-navigation__main-list-item:not(:last-of-type) {
    margin: 0 0 13px;
  }
}

.header-navigation__main-list-item:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}

.header-navigation__main-list-item__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-navigation__main-list-item .cta__link-vertical-border__teal {
  font-size: 1.2857rem;
  line-height: 2rem;
  margin-right: 20px;
}

@media (min-width: 700px) {
  .header-navigation__main-list-item .cta__link-vertical-border__teal {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    padding-right: 20px;
  }
}

@media (min-width: 700px) {
  .header-navigation__main-list-item .cta__link-vertical-border__teal .last-word span {
    margin: 2px 0 0 7px;
  }
}

.header-navigation__main-list-item button {
  height: 36px;
  width: 36px;
  min-height: 36px;
  min-width: 36px;
  border: solid 2px #42D1AC;
  background: #FFFFFF;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media (min-width: 700px) {
  .header-navigation__main-list-item button {
    height: 44px;
    width: 44px;
    min-height: 44px;
    min-width: 44px;
    position: relative;
    top: 2px;
  }
}

@supports (-webkit-touch-callout: none) {
  .header-navigation__main-list-item button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}

.header-navigation__main-list-item button:hover, .header-navigation__main-list-item button:focus {
  background: #42D1AC;
}

.header-navigation__main-list-item button::before {
  content: '';
  display: block;
  height: 22px;
  width: 22px;
  background-image: url("../assets/icons/plus-black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 22px;
  position: relative;
  top: 1px;
  left: -1px;
}

@media (min-width: 700px) {
  .header-navigation__main-list-item button::before {
    height: 28px;
    width: 28px;
    background-size: 28px;
    top: 0;
  }
}

@supports (-webkit-touch-callout: none) {
  .header-navigation__main-list-item button::before {
    top: 0;
    left: 0;
  }
}

@supports (-moz-appearance: meterbar) {
  .header-navigation__main-list-item button::before {
    left: 2px;
  }
}

.header-navigation__sub-nav {
  margin: 7px 0 4px;
  display: none;
}

@media (min-width: 700px) {
  .header-navigation__sub-nav {
    margin: 17px 0 9px;
  }
}

@media (min-width: 1025px) {
  .header-navigation__sub-nav {
    margin: 10px 0 12px;
  }
}

.header-navigation__sub-nav ul {
  padding: 0;
  margin: 0;
}

.header-navigation__sub-nav ul li {
  margin: 0 0 6px;
}

.header-navigation__sub-nav ul li:last-child {
  margin: 0;
}

.header-navigation__sub-nav ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header-navigation__sub-nav ul li a:hover, .header-navigation__sub-nav ul li a:focus {
  color: #5F3693;
}

.header-navigation__ctas {
  margin: 0 -7.5px;
}

@media (min-width: 1025px) {
  .header-navigation__ctas {
    margin: 0 -6.5px;
  }
}

.header-navigation__ctas .cta {
  margin: 0 7.5px;
}

@media (min-width: 1025px) {
  .header-navigation__ctas .cta {
    margin: 0 6.5px;
  }
}

.header-navigation__ctas .cta:last-of-type {
  margin-top: 15px;
}

@media (min-width: 1025px) {
  .header-navigation__ctas .cta:last-of-type {
    margin-top: 0;
  }
}

.header-navigation__socials {
  margin: 41px 0 20px;
}

@media (min-width: 700px) {
  .header-navigation__socials {
    margin: 25px 0 19px;
  }
}

@media (min-width: 1025px) {
  .header-navigation__socials {
    margin: 26px 0 20px;
  }
}

.header-navigation__socials path {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.header-navigation__socials a {
  display: block;
}

.header-navigation__socials a:hover path, .header-navigation__socials a:focus path {
  fill: #5F3693;
}

.header-navigation__socials ul {
  margin: 0 -10px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 1025px) {
  .header-navigation__socials ul {
    margin: 0 -13.5px;
  }
}

.header-navigation__socials ul li {
  margin: 0 10px;
}

@media (min-width: 1025px) {
  .header-navigation__socials ul li {
    margin: 0 9.5px;
  }
}

.header-navigation__socials ul li span {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.header-navigation__divider {
  border: none;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  margin: 19px 0;
}

@media (min-width: 700px) {
  .header-navigation__divider {
    margin: 19px 0 23px;
  }
}

@media (min-width: 1025px) {
  .header-navigation__divider {
    margin: 20px 0 26px;
  }
}

@media (min-width: 1025px) {
  .header-navigation__secondary-menus {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header-navigation__secondary-menus-ancillary {
  margin: 25px 0 0;
}

@media (min-width: 1025px) {
  .header-navigation__secondary-menus-ancillary {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .header-navigation__secondary-menus nav {
    -webkit-flex-basis: calc(50% - 9px);
        -ms-flex-preferred-size: calc(50% - 9px);
            flex-basis: calc(50% - 9px);
  }
}

.header-navigation__secondary-menus p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 15px;
}

.header-navigation__secondary-menus ul {
  padding: 0;
  margin: 0;
}

.header-navigation__secondary-menus ul li:not(:last-of-type) {
  margin-bottom: 6px;
}

.header-navigation__secondary-menus ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header-navigation__secondary-menus ul li a:hover, .header-navigation__secondary-menus ul li a:focus {
  color: #5F3693;
}

.header.js-sticky .header-container {
  position: fixed;
  z-index: 97;
}

.header.js-active-nav::before {
  opacity: 1;
  z-index: 96;
  visibility: visible;
}

.header.js-active-nav .header-container {
  border: none;
  top: 0 !important;
}

@media (min-width: 700px) {
  .header.js-active-nav .header-container {
    z-index: 101;
    width: 100%;
  }
}

.header.js-active-nav .header-navigation-toggle {
  background: #42D1AC;
  color: #000000;
  border-bottom: none;
  padding-bottom: 14px;
}

@media (min-width: 700px) {
  .header.js-active-nav .header-navigation-toggle {
    padding-bottom: 18px;
  }
}

@media (min-width: 1025px) {
  .header.js-active-nav .header-navigation-toggle {
    padding-bottom: 24px;
  }
}

.header.js-active-nav .header-navigation-toggle::before {
  background-image: url("../assets/icons/close-black.svg");
}

.header.js-active-nav .header-search-toggle {
  border-bottom: none;
  padding-bottom: 13px;
}

@media (min-width: 700px) {
  .header.js-active-nav .header-search-toggle {
    padding-bottom: 18px;
  }
}

@media (min-width: 1025px) {
  .header.js-active-nav .header-search-toggle {
    padding-bottom: 24px;
  }
}

.header.js-active-nav .header-navigation {
  border-top: solid 1px #949494;
  z-index: 101;
}

@supports (-webkit-touch-callout: none) {
  .header.js-active-nav .header-navigation {
    position: fixed;
    right: 0;
    bottom: 0;
  }
}

.header.js-active-nav .header-navigation.fade-in {
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0s 0s, opacity 0.3s ease;
  -o-transition: visibility 0s 0s, opacity 0.3s ease;
  transition: visibility 0s 0s, opacity 0.3s ease;
}

.header.js-active-nav .header-navigation__sub-nav__toggle.js-active {
  background: #42D1AC;
}

.header.js-active-nav .header-navigation__sub-nav__toggle.js-active::before {
  background-image: url("../assets/icons/minus-black.svg");
}

@media (min-width: 700px) {
  .header.js-active-search .header-container {
    width: 545px;
  }
}

@media (min-width: 1025px) {
  .header.js-active-search .header-container {
    width: 735px;
  }
}

.header.js-active-search .header-search__form {
  z-index: 1;
  width: calc(100% - 48px);
}

@media screen and (min-width: 352px) {
  .header.js-active-search .header-search__form {
    width: 304px;
  }
}

@media (min-width: 700px) {
  .header.js-active-search .header-search__form {
    width: 224px;
    border-right: solid 1px #949494;
  }
}

@media (min-width: 1025px) {
  .header.js-active-search .header-search__form {
    width: 299px;
  }
}

.header.js-active-search .header-search__form + .header-search-toggle {
  background: #42D1AC;
}

.header.js-active-search .header-search__form + .header-search-toggle::before {
  background-image: url("../assets/icons/close-black.svg");
  background-size: 15px;
}

body {
  padding: 0;
}

@media (min-width: 700px) {
  body {
    padding: 0;
  }
}

.fade-in {
  opacity: 1;
}

body.js-interior-active header {
  display: none;
}

.footer {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  background-color: #FFFFFF;
}

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

.footer-backtotop {
  position: absolute;
  top: -28px;
  right: 20px;
  padding: 0;
  border: 0;
  background: transparent;
  z-index: 1;
}

@media screen and (min-width: 700px) {
  .footer-backtotop {
    right: 50px;
  }
}

@media screen and (min-width: 700px) {
  .footer-backtotop {
    top: -40px;
    right: 108px;
  }
}

.footer-backtotop span {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.footer-backtotop svg {
  width: 46px;
  height: 46px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (min-width: 700px) {
  .footer-backtotop svg {
    width: 56px;
    height: 56px;
  }
}

.footer-backtotop polygon {
  -webkit-transition: fill-opacity 0.3s ease;
  -o-transition: fill-opacity 0.3s ease;
  transition: fill-opacity 0.3s ease;
}

.footer-backtotop:hover polygon, .footer-backtotop:focus polygon {
  fill-opacity: 1;
}

.footer__top {
  position: relative;
  border-top: 8px solid #412565;
}

@media screen and (min-width: 700px) {
  .footer__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 5rem 50px 3.6rem;
    background-image: url("../assets/img/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-top: 16px solid #412565;
  }
}

@media screen and (min-width: 1025px) {
  .footer__top {
    border-top: 24px solid #412565;
    padding: 4.7rem 108px 4.6rem;
  }
}

@media screen and (min-width: 700px) {
  .footer__top__left {
    width: 330px;
  }
}

@media screen and (min-width: 1025px) {
  .footer__top__left {
    width: 515px;
  }
}

@media screen and (max-width: 699px) {
  .footer__top__right {
    background-image: url("../assets/img/footer-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4.36rem 0;
  }
}

@media screen and (min-width: 700px) {
  .footer__top__right {
    background: #FFFFFF;
  }
}

.footer__bottom {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  background-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .footer__bottom {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .footer__bottom {
    padding-left: 108px;
    padding-right: 108px;
  }
}

@media screen and (min-width: 700px) {
  .footer__bottom {
    padding: 1.3rem 1.1rem;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.6rem 1.9rem;
  }
}

.footer__bottom__left {
  margin-bottom: 0.75rem;
}

@media screen and (min-width: 700px) {
  .footer__bottom__left {
    margin-bottom: 0.55rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__bottom__left {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 700px) {
  .footer__bottom__left li {
    display: inline-block;
  }
}

.footer__bottom__left li:not(:last-of-type) {
  margin-bottom: 0.2rem;
}

@media screen and (min-width: 700px) {
  .footer__bottom__left li:not(:last-of-type) {
    margin-right: 0.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer__bottom__left li:not(:last-of-type) {
    margin-bottom: 0;
  }
}

.footer__bottom__right {
  line-height: 1.2;
}

@media screen and (max-width: 699px) {
  .footer .content-main {
    max-width: 320px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 700px) {
  .footer .content-main {
    background-color: #FFFFFF;
  }
}

@media screen and (min-width: 1025px) {
  .footer .content-main {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer .content-main__left {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
  position: relative;
}

@media screen and (min-width: 700px) {
  .footer .content-main__left {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .footer .content-main__left {
    padding-left: 108px;
    padding-right: 108px;
  }
}

@media screen and (min-width: 700px) {
  .footer .content-main__left {
    padding: 1.1rem 21px 0.7rem;
    border-bottom: 2px dotted #949494;
  }
}

@media screen and (min-width: 1025px) {
  .footer .content-main__left {
    padding: 1.9rem 43px 0.7rem;
    border-bottom: 0;
  }
}

.footer .content-main__left::after {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  content: '';
  display: block;
  border-bottom: dotted 2px #949494;
  bottom: -1.8rem;
}

@media (min-width: 700px) {
  .footer .content-main__left::after {
    content: none;
  }
}

.footer .content-main__right {
  padding: 0.8rem 2.1rem 0.5rem;
}

@media screen and (min-width: 700px) {
  .footer .content-main__right {
    padding: 0.6rem 1.2rem 0.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer .content-main__right {
    width: 150px;
    border-left: 2px dotted #949494;
    padding: 2.6rem 2.25em 1.8rem;
  }
}

.footer .content-main h2 {
  margin: 0 0 1rem;
  color: #5F3693;
  font-size: 2.5714rem;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  .footer .content-main h2 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer .content-main h2 {
    font-size: 3.75rem;
  }
}

.footer .content-main h2 span {
  color: #000000;
}

.footer .content-main .ctas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .content-main .ctas .cta {
  margin: 0;
  padding: 0.65rem 1.2rem;
}

@media screen and (min-width: 700px) {
  .footer .content-main .ctas .cta {
    padding: 0.6rem 1.15rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer .content-main .ctas .cta:nth-child(2) {
    margin: 0 14px;
  }
}

.footer .content-social ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 700px) {
  .footer .content-social ul {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media screen and (min-width: 1025px) {
  .footer .content-social ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.footer .content-social .social {
  margin: 0;
}

@media screen and (min-width: 700px) {
  .footer .content-social .social {
    margin-right: 0.88rem;
  }
}

@media screen and (min-width: 1025px) {
  .footer .content-social .social {
    margin-right: 0;
  }
}

.footer .content-social .social a {
  display: inline-block;
  width: 42px;
  height: 42px;
}

@media screen and (min-width: 700px) {
  .footer .content-social .social a {
    width: 36px;
    height: 36px;
  }
}

.footer .content-social .social a svg {
  width: 100%;
  height: 100%;
}

.footer .content-social .social a path {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.footer .content-social .social a:hover path, .footer .content-social .social a:focus path {
  fill: #5F3693;
}

.footer .content-social .social span {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.footer .content-info {
  background-color: #FFFFFF;
}

@media screen and (max-width: 699px) {
  .footer .content-info {
    margin: 0 auto;
    width: 213px;
  }
}

@media screen and (min-width: 700px) {
  .footer .content-info {
    width: 245px;
  }
}

.footer .content-info__top {
  padding: 1rem 0;
  background-color: #412565;
}

@media screen and (min-width: 700px) {
  .footer .content-info__top {
    padding: 1.14rem 0;
  }
}

.footer .content-info__top img {
  width: auto;
  height: 22px;
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  .footer .content-info__top img {
    height: 26px;
  }
}

.footer .content-info__bottom {
  padding: 1.3rem 1.71rem;
}

@media screen and (min-width: 700px) {
  .footer .content-info__bottom {
    padding: 1.2rem 1.6em;
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.footer .content-info__bottom address {
  font-style: initial;
  margin-bottom: 0.6rem;
  line-height: 1.4;
}

.footer .content-info__bottom a {
  display: block;
}

.footer a {
  -webkit-text-decoration-color: transparent;
     -moz-text-decoration-color: transparent;
          text-decoration-color: transparent;
}

.footer a:hover, .footer a:focus {
  -webkit-text-decoration-color: #949494;
     -moz-text-decoration-color: #949494;
          text-decoration-color: #949494;
}

@media (min-width: 2000px) {
  .footer__wrapper footer.footer {
    max-width: 2000px;
    left: calc((100% - 2000px) / 2);
    margin: 0;
  }
}

.nav-secondary {
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1025px) {
  .nav-secondary__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.section-nav {
  position: relative;
  z-index: 1;
}

.section-nav__list {
  position: relative;
}

@media screen and (max-width: 699px) {
  .section-nav__list {
    margin-top: -0.85rem !important;
  }
}

.section-nav__list::before {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  width: calc(100% + 3rem);
  top: 0;
  left: -1.5rem;
  background: white;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 700px) {
  .section-nav__list::before {
    width: calc(100% + 2.46rem);
    left: -1.23rem;
  }
}

.section-nav__list.js-fade::before {
  opacity: 1;
}

.section-nav__list.js-z-index::before {
  z-index: 2;
}

.section-nav__bttn {
  background: #42D1AC;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.188rem;
  text-transform: uppercase;
  padding: 12px 20px;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  height: 100%;
  background-color: #42D1AC;
  border: none;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  font-size: 1.0714rem;
  line-height: 1.4286rem;
  font-weight: 800;
  text-align: left;
  padding-left: 3.1rem;
}

.section-nav__bttn:hover, .section-nav__bttn:focus {
  background-color: #1D8C6E;
}

@media screen and (min-width: 700px) {
  .section-nav__bttn {
    font-size: 0.9375rem;
    line-height: 1.25rem;
    padding: 11px 1.25rem 11px 2.7rem;
    white-space: nowrap;
  }
}

@media screen and (min-width: 1025px) {
  .section-nav__bttn {
    padding-left: 2.75rem;
  }
}

.section-nav__bttn span {
  pointer-events: none;
}

.section-nav__bttn:before, .section-nav__bttn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 14px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.section-nav__bttn:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.section-nav__bttn[aria-expanded="true"]:after {
  display: none;
}

.section-nav__dropdown {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100vh;
  padding: 1.15rem 1.5rem 1rem;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 20px 24px 0px rgba(0, 0, 0, 0.16);
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100vh - 50px);
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 287px;
    min-height: auto;
    max-height: 360px;
    padding: 0.7rem 1.23rem 1rem;
    border: 1px solid #949494;
  }
}

.section-nav__dropdown ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (max-width: 699px) {
  .section-nav__dropdown ul {
    margin: 21px 0 0;
  }
}

.section-nav__dropdown a {
  display: block;
  font-size: 1rem;
  color: #000000;
  padding: 1rem 0;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
  text-decoration: none;
}

.section-nav__dropdown a:hover, .section-nav__dropdown a:focus {
  color: #5F3693;
}

@media screen and (max-width: 699px) {
  .section-nav__dropdown a {
    width: calc(100% - 50px);
  }
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown a {
    padding: 0.75rem 0;
  }
}

@media screen and (min-width: 1025px) {
  .section-nav__dropdown a {
    padding: 0.65rem 0;
  }
}

.section-nav__dropdown li {
  position: relative;
  line-height: 1.1;
}

.section-nav__dropdown li:before {
  content: none;
}

.section-nav__dropdown li:not(.active) > a {
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.section-nav__dropdown li:not(.active) > a:hover, .section-nav__dropdown li:not(.active) > a:focus {
  color: #5F3693;
}

.section-nav__dropdown .active-parent,
.section-nav__dropdown .active ul {
  padding: 0;
  margin: 0 -1.5rem;
}

.section-nav__dropdown .active-parent li,
.section-nav__dropdown .active ul li {
  padding: 0 2.7rem;
  border-top: 1px dotted #949494;
}

.section-nav__dropdown .active-parent li:last-of-type,
.section-nav__dropdown .active ul li:last-of-type {
  border-bottom: 1px dotted #949494;
}

.section-nav__dropdown .active-parent li a,
.section-nav__dropdown .active ul li a {
  font-weight: 400;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown .active-parent .active > a::after {
    width: 280px;
  }
}

.section-nav__dropdown .active ul li:not(:last-of-type),
.section-nav__dropdown .current-page ul li:not(:last-of-type) {
  margin-bottom: 0;
}

.section-nav__dropdown .active ul .current-page > a,
.section-nav__dropdown .current-page ul .current-page > a {
  font-weight: 700;
}

.section-nav__dropdown .active ul ul,
.section-nav__dropdown .current-page ul ul {
  display: none;
}

.section-nav__dropdown .active > .list__bttn,
.section-nav__dropdown .current-page > .list__bttn {
  display: none;
}

.section-nav__dropdown .current-page > a,
.section-nav__dropdown .path:not(.active) > a {
  position: relative;
  z-index: 1;
}

.section-nav__dropdown .current-page > a:after,
.section-nav__dropdown .path:not(.active) > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: -2.7rem;
  width: 100vw;
  height: 100%;
  border-left: 3px solid #42D1AC;
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown .current-page > a:after,
  .section-nav__dropdown .path:not(.active) > a:after {
    left: -2.4rem;
    width: 299px;
  }
}

.section-nav__dropdown .current-page a:after {
  border-left: 8px solid #42D1AC;
}

.section-nav__dropdown .list__bttn {
  z-index: 1;
  font-size: 0px;
  position: absolute;
  top: 5px;
  right: 7px;
  width: 32px;
  height: 32px;
  border: 2px solid #42D1AC;
  background: transparent;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown .list__bttn {
    right: 9px;
  }
}

@media screen and (min-width: 1025px) {
  .section-nav__dropdown .list__bttn {
    top: 7px;
    right: 12px;
    width: 24px;
    height: 24px;
  }
}

.section-nav__dropdown .list__bttn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 44%;
  width: 30%;
  height: 30%;
  border-top: 1px solid;
  border-right: 1px solid;
  border-color: #000000;
  background: transparent;
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.section-nav__dropdown .list__bttn:hover, .section-nav__dropdown .list__bttn:focus {
  background-color: #42D1AC;
}

.section-nav__dropdown .list__bttn:hover:after, .section-nav__dropdown .list__bttn:focus:after {
  border-color: #FFFFFF;
}

.section-nav__back {
  position: relative;
  top: -1px;
  left: 9px;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: "Nunito Sans", sans-serif;
  color: #000000;
  border: 0;
  background: none;
}

@media screen and (min-width: 700px) {
  .section-nav__back {
    margin-bottom: 0;
  }
}

.section-nav__back:after {
  content: '';
  position: absolute;
  top: 9px;
  left: -7px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: translateY(-50%) rotate(225deg);
      -ms-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.section-nav__close {
  position: absolute;
  top: 0.7rem;
  right: 0.6rem;
  display: block;
  width: 30px;
  height: 30px;
  border: 0;
  background: none;
  z-index: 1;
}

.section-nav__close:before, .section-nav__close:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 1px;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.section-nav__close:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 700px) {
  .section-nav__close {
    display: none;
  }
}

.section-nav__close span {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.breadcrumbs {
  display: none;
}

@media (min-width: 1025px) {
  .breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 20px;
  }
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 13px 0 0;
}

.breadcrumbs li {
  margin: 0 0 13px;
  line-height: 1;
}

.breadcrumbs a {
  font-size: 0.875rem;
  font-weight: 400;
  color: #212121;
  margin-right: 9px;
  text-decoration: none;
  white-space: nowrap;
}

.breadcrumbs a .last-word {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrumbs a .last-word span:after {
  content: '';
  position: relative;
  top: -1px;
  display: block;
  height: 5px;
  width: 5px;
  margin-left: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
  color: #5F3693;
  text-decoration: none;
}

.breadcrumbs a:hover .last-word span:after, .breadcrumbs a:focus .last-word span:after {
  border-color: #5F3693;
}

.home-nav {
  position: absolute;
  top: -300px;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 100;
}

@media screen and (min-width: 700px) {
  .home-nav {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.home-nav__items {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 699px) {
  .home-nav__items {
    width: 196px;
    height: 180px;
    background-image: url("../assets/img/home-hero-dots.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}

@media screen and (min-width: 700px) {
  .home-nav__items {
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    width: 40px;
    height: 264px;
    opacity: 0;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav__items {
    width: 70px;
    height: 446px;
  }
}

.home-nav__items:after {
  content: '';
  opacity: 0;
}

@media screen and (min-width: 700px) {
  .home-nav.js-hero .home-nav__items:after {
    content: '';
    position: absolute;
    top: -55vw;
    right: 12vw;
    width: calc(70.5vw * 0.58);
    height: calc(70.5vw * 0.58);
    background-image: url("../assets/img/home-hero-dots.svg");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    opacity: 1;
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    z-index: -1;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav.js-hero .home-nav__items:after {
    width: calc(100vw * 0.41);
    height: calc(100vw * 0.41);
    top: -50vw;
    right: calc(6vw + 21px);
  }
}

@media screen and (min-width: 1125px) {
  .home-nav.js-hero .home-nav__items:after {
    right: calc(6vw + 72px);
  }
}

@media screen and (min-width: 1201px) {
  .home-nav.js-hero .home-nav__items:after {
    top: -599px;
    width: 492px;
    height: 492px;
    right: calc(((100vw - 1201px) / 2) + 150px);
  }
}

@media screen and (min-width: 2000px) {
  .home-nav.js-hero .home-nav__items:after {
    left: -925.5px;
  }
}

.home-nav.js-hero .home-nav-item .home-nav-item__bttn {
  top: 0;
}

@media screen and (min-width: 700px) {
  .home-nav.js-hero .home-nav-item .home-nav-item__bttn {
    width: 80px;
    height: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav.js-hero .home-nav-item .home-nav-item__bttn {
    width: 138px;
    height: 138px;
  }
}

.home-nav.js-hero .home-nav-item .home-nav-item__bttn:hover .home-nav-item__poly, .home-nav.js-hero .home-nav-item .home-nav-item__bttn:focus .home-nav-item__poly, .home-nav.js-hero .home-nav-item .home-nav-item__bttn.js-active .home-nav-item__poly {
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%) rotateZ(360deg);
      -ms-transform: translate(-50%, -50%) rotate(360deg);
          transform: translate(-50%, -50%) rotateZ(360deg);
}

.home-nav.js-hero .home-nav-item .home-nav-item__text {
  top: 105%;
  right: 0;
  white-space: initial;
  text-align: center;
  padding: 0;
  display: block;
  background-color: transparent;
  color: #FFFFFF;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  text-transform: none;
  font-size: 1.2857rem;
  line-height: 1.7143rem;
  font-weight: 400;
}

@media (min-width: 700px) {
  .home-nav.js-hero .home-nav-item .home-nav-item__text {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav.js-hero .home-nav-item .home-nav-item__text {
    top: 90%;
  }
}

.home-nav.js-hero .home-nav-item .home-nav-item__text--bold {
  font-weight: 900;
}

@media screen and (min-width: 700px) {
  .home-nav.js-hero .home-nav-item:nth-child(1) .home-nav-item__bttn {
    top: calc(((-100vh + 224px) / 2) - (70.5vw *  0.79));
    left: -53.7vw;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav.js-hero .home-nav-item:nth-child(1) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - (100vw * 0.535));
    left: calc((-1 * (116px - 70px) / 2) - (100vw - 10rem - 364px - 4vw));
  }
}

@media (min-width: 1201px) {
  .home-nav.js-hero .home-nav-item:nth-child(1) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - (774px * 0.83));
    left: calc(-1 * (((100vw - 1201px) / 2) + 620px));
  }
}

@media screen and (min-width: 2000px) {
  .home-nav.js-hero .home-nav-item:nth-child(1) .home-nav-item__bttn {
    left: -1019.5px;
  }
}

@media screen and (min-width: 700px) {
  .home-nav.js-hero .home-nav-item:nth-child(2) .home-nav-item__bttn {
    top: calc(((-100vh + 224px) / 2) - ((40px + 1rem) * 2) - (70.5vw * 0.42));
    left: -44vw;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav.js-hero .home-nav-item:nth-child(2) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - ((70px + 1rem) * 2) - (100vw * 0.287));
    left: calc((-1 * (116px - 70px) / 2) - (100vw - 10rem - 364px - 14vw));
  }
}

@media (min-width: 1201px) {
  .home-nav.js-hero .home-nav-item:nth-child(2) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - ((70px + 1rem) * 2) - (774px * 0.45));
    left: calc(-1 * (((100vw - 1201px) / 2) + 580px));
  }
}

@media screen and (min-width: 2000px) {
  .home-nav.js-hero .home-nav-item:nth-child(2) .home-nav-item__bttn {
    left: -979.5px;
  }
}

@media screen and (min-width: 700px) {
  .home-nav.js-hero .home-nav-item:nth-child(3) .home-nav-item__bttn {
    position: absolute;
    top: calc(((-100vh + 224px) / 2) - ((40px + 1rem) * 3) - (70.5vw * 0.64));
    left: -12.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav.js-hero .home-nav-item:nth-child(3) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - ((70px + 1rem) * 3) - (100vw * 0.449));
    left: calc((-1 * (116px - 70px) / 2) - (100vw - 10rem - 364px - 45vw));
  }
}

@media (min-width: 1201px) {
  .home-nav.js-hero .home-nav-item:nth-child(3) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - ((70px + 1rem) * 3) - (774px * 0.7));
    left: calc(-1 * (((100vw - 1201px) / 2) + 165px));
  }
}

@media screen and (min-width: 2000px) {
  .home-nav.js-hero .home-nav-item:nth-child(3) .home-nav-item__bttn {
    left: -564.5px;
  }
}

@media screen and (min-width: 700px) {
  .home-nav.js-hero .home-nav-item:nth-child(4) .home-nav-item__bttn {
    position: absolute;
    top: calc(((-100vh + 224px) / 2) - ((40px + 1rem) * 4) - (70.5vw * 0.255));
    left: -7.9vw;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav.js-hero .home-nav-item:nth-child(4) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - ((70px + 1rem) * 4) - (100vw * 0.185));
    left: calc((-1 * (116px - 70px) / 2) - (100vw - 10rem - 309px - 49.5vw));
  }
}

@media (min-width: 1201px) {
  .home-nav.js-hero .home-nav-item:nth-child(4) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - ((70px + 1rem) * 4) - (774px * 0.29));
    left: calc(-1 * (((100vw - 1201px) / 2) + 112px));
  }
}

@media screen and (min-width: 2000px) {
  .home-nav.js-hero .home-nav-item:nth-child(4) .home-nav-item__bttn {
    left: -511.5px;
  }
}

@media screen and (min-width: 700px) {
  .home-nav.js-hero .home-nav-item:nth-child(5) .home-nav-item__bttn {
    position: absolute;
    top: calc(((-100vh + 224px) / 2) - ((40px + 1rem) * 5) - (70.5vw * 0.155));
    left: -51.6vw;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav.js-hero .home-nav-item:nth-child(5) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - ((70px + 1rem) * 4) - (100vw * 0.22));
    left: calc((-1 * (116px - 70px) / 2) - (100vw - 10rem - 364px - 6.1vw));
  }
}

@media (min-width: 1201px) {
  .home-nav.js-hero .home-nav-item:nth-child(5) .home-nav-item__bttn {
    top: calc(((-100vh + 446px) / 2) - ((70px + 1rem) * 4) - (774px * 0.3));
    left: calc(-1 * (((100vw - 1201px) / 2) + 578px));
  }
}

@media screen and (min-width: 2000px) {
  .home-nav.js-hero .home-nav-item:nth-child(5) .home-nav-item__bttn {
    left: -977.5px;
  }
}

@media screen and (min-width: 700px) {
  .home-nav-item {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav-item {
    width: 70px;
    height: 70px;
  }
}

.home-nav-item:not(:last-of-type) {
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .home-nav-item:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav-item:not(:last-of-type) {
    margin-bottom: 1.5rem;
  }
}

.home-nav-item__bttn {
  position: relative;
  display: block;
  width: 54px;
  height: 54px;
}

@media screen and (min-width: 700px) {
  .home-nav-item__bttn {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    -webkit-transition: top 0.5s ease, left 0.5s ease;
    -o-transition: top 0.5s ease, left 0.5s ease;
    transition: top 0.5s ease, left 0.5s ease;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav-item__bttn {
    width: 70px;
    height: 70px;
  }
}

.home-nav-item__bttn:hover .home-nav-item__poly, .home-nav-item__bttn:focus .home-nav-item__poly, .home-nav-item__bttn.js-active .home-nav-item__poly {
  width: 100%;
  height: 100%;
}

.home-nav-item__bttn:hover .home-nav-item__poly polygon,
.home-nav-item__bttn:hover .home-nav-item__poly g, .home-nav-item__bttn:focus .home-nav-item__poly polygon,
.home-nav-item__bttn:focus .home-nav-item__poly g, .home-nav-item__bttn.js-active .home-nav-item__poly polygon,
.home-nav-item__bttn.js-active .home-nav-item__poly g {
  stroke: #42D1AC;
  fill: #42D1AC;
}

.home-nav-item__bttn:hover .home-nav-item__icon svg path, .home-nav-item__bttn:focus .home-nav-item__icon svg path, .home-nav-item__bttn.js-active .home-nav-item__icon svg path {
  fill: #FFFFFF;
}

@media (min-width: 1025px) {
  .home-nav-item__bttn:hover .home-nav-item__text, .home-nav-item__bttn:focus .home-nav-item__text {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease, visibility 0s;
    -o-transition: opacity 0.3s ease, visibility 0s;
    transition: opacity 0.3s ease, visibility 0s;
  }
}

.home-nav-item__bttn:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.home-nav-item__text {
  position: absolute;
  top: 50%;
  right: calc(100% + 7px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  white-space: nowrap;
  padding: 12px 20px;
  background-color: #42D1AC;
  font-size: 1.0714rem;
  line-height: 1.4286rem;
  text-transform: uppercase;
  font-weight: 900;
  color: #000000;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  pointer-events: none;
}

@media screen and (max-width: 699px) {
  .home-nav-item__text {
    opacity: 0 !important;
  }
}

@media (min-width: 700px) {
  .home-nav-item__text {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-nav-item__text {
    right: calc(100% + 12px);
  }
}

.home-nav-item__poly {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotateZ(0deg);
  -webkit-transition: width 0.3s, height 0.3s, -webkit-transform 0.3s;
  transition: width 0.3s, height 0.3s, -webkit-transform 0.3s;
  -o-transition: width 0.3s, height 0.3s, transform 0.3s;
  transition: width 0.3s, height 0.3s, transform 0.3s;
  transition: width 0.3s, height 0.3s, transform 0.3s, -webkit-transform 0.3s;
  pointer-events: none;
}

.home-nav-item__poly svg {
  width: 100%;
  height: 100%;
}

.home-nav-item__poly polygon,
.home-nav-item__poly g {
  stroke-width: 2px;
  stroke: #F7FF7A;
  fill: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-nav-item__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s, height 0.3s;
  -o-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
  pointer-events: none;
}

.home-nav-item__icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.home-nav-item__icon svg path {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #42D1AC;
}

@media screen and (max-width: 699px) {
  .home-nav-item:nth-child(1) {
    position: absolute;
    top: -23px;
    left: -38px;
  }
}

@media screen and (max-width: 699px) {
  .home-nav-item:nth-child(2) {
    position: absolute;
    top: 64px;
    left: 9px;
  }
}

.home-nav-item:nth-child(2) .home-nav-item__text {
  background-color: #87C5F6;
}

.home-nav-item:nth-child(2) .home-nav-item__icon path {
  fill: #87C5F6;
}

.home-nav-item:nth-child(2) .home-nav-item__bttn:hover .home-nav-item__poly polygon,
.home-nav-item:nth-child(2) .home-nav-item__bttn:hover .home-nav-item__poly g,
.home-nav-item:nth-child(2) .home-nav-item__bttn:focus .home-nav-item__poly polygon,
.home-nav-item:nth-child(2) .home-nav-item__bttn:focus .home-nav-item__poly g,
.home-nav-item:nth-child(2) .home-nav-item__bttn.js-active .home-nav-item__poly polygon,
.home-nav-item:nth-child(2) .home-nav-item__bttn.js-active .home-nav-item__poly g {
  stroke: #87C5F6;
  fill: #87C5F6;
}

@media screen and (max-width: 699px) {
  .home-nav-item:nth-child(3) {
    position: absolute;
    top: -10px;
    right: -16px;
  }
}

.home-nav-item:nth-child(3) .home-nav-item__text {
  background-color: #90CD24;
}

.home-nav-item:nth-child(3) .home-nav-item__icon path {
  fill: #90CD24;
}

.home-nav-item:nth-child(3) .home-nav-item__bttn:hover .home-nav-item__poly polygon,
.home-nav-item:nth-child(3) .home-nav-item__bttn:hover .home-nav-item__poly g,
.home-nav-item:nth-child(3) .home-nav-item__bttn:focus .home-nav-item__poly polygon,
.home-nav-item:nth-child(3) .home-nav-item__bttn:focus .home-nav-item__poly g,
.home-nav-item:nth-child(3) .home-nav-item__bttn.js-active .home-nav-item__poly polygon,
.home-nav-item:nth-child(3) .home-nav-item__bttn.js-active .home-nav-item__poly g {
  stroke: #90CD24;
  fill: #90CD24;
}

@media screen and (max-width: 699px) {
  .home-nav-item:nth-child(4) {
    position: absolute;
    bottom: 7px;
    right: -38px;
  }
}

.home-nav-item:nth-child(4) .home-nav-item__text {
  background-color: #EB9D00;
}

.home-nav-item:nth-child(4) .home-nav-item__icon path {
  fill: #EB9D00;
}

.home-nav-item:nth-child(4) .home-nav-item__bttn:hover .home-nav-item__poly polygon,
.home-nav-item:nth-child(4) .home-nav-item__bttn:hover .home-nav-item__poly g,
.home-nav-item:nth-child(4) .home-nav-item__bttn:focus .home-nav-item__poly polygon,
.home-nav-item:nth-child(4) .home-nav-item__bttn:focus .home-nav-item__poly g,
.home-nav-item:nth-child(4) .home-nav-item__bttn.js-active .home-nav-item__poly polygon,
.home-nav-item:nth-child(4) .home-nav-item__bttn.js-active .home-nav-item__poly g {
  stroke: #EB9D00;
  fill: #EB9D00;
}

@media screen and (max-width: 699px) {
  .home-nav-item:nth-child(5) {
    position: absolute;
    bottom: -29px;
    left: -28px;
  }
}

.home-nav-item:nth-child(5) .home-nav-item__text {
  background-color: #FF7171;
}

.home-nav-item:nth-child(5) .home-nav-item__icon path {
  fill: #FF7171;
}

.home-nav-item:nth-child(5) .home-nav-item__bttn:hover .home-nav-item__poly polygon,
.home-nav-item:nth-child(5) .home-nav-item__bttn:hover .home-nav-item__poly g,
.home-nav-item:nth-child(5) .home-nav-item__bttn:focus .home-nav-item__poly polygon,
.home-nav-item:nth-child(5) .home-nav-item__bttn:focus .home-nav-item__poly g,
.home-nav-item:nth-child(5) .home-nav-item__bttn.js-active .home-nav-item__poly polygon,
.home-nav-item:nth-child(5) .home-nav-item__bttn.js-active .home-nav-item__poly g {
  stroke: #FF7171;
  fill: #FF7171;
}

@media screen and (min-width: 700px) {
  .home-nav-item:nth-child(1) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 0.9s;
    -o-transition: all 0.3s ease 0.9s;
    transition: all 0.3s ease 0.9s;
  }
}

@media screen and (min-width: 700px) {
  .home-nav-item:nth-child(3) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 1.05s;
    -o-transition: all 0.3s ease 1.05s;
    transition: all 0.3s ease 1.05s;
  }
}

@media screen and (min-width: 700px) {
  .home-nav-item:nth-child(4) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 1.2s;
    -o-transition: all 0.3s ease 1.2s;
    transition: all 0.3s ease 1.2s;
  }
}

@media screen and (min-width: 700px) {
  .home-nav-item:nth-child(5) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 1.35s;
    -o-transition: all 0.3s ease 1.35s;
    transition: all 0.3s ease 1.35s;
  }
}

@media screen and (min-width: 700px) {
  .home-nav-item:nth-child(2) {
    opacity: 0;
    -webkit-transition: all 0.3s ease 1.5s;
    -o-transition: all 0.3s ease 1.5s;
    transition: all 0.3s ease 1.5s;
  }
}

body.js-home-loaded .home-nav__items,
body.js-home-loaded .home-nav-item {
  opacity: 1;
}

body.js-home-loaded .home-nav__items .home-nav-item__bttn,
body.js-home-loaded .home-nav-item .home-nav-item__bttn {
  -webkit-transform: rotateZ(720deg);
      -ms-transform: rotate(720deg);
          transform: rotateZ(720deg);
}

.table {
  position: relative;
  margin: 2em 0;
  clear: both;
}

.table--scroll {
  overflow-x: auto;
  margin-right: -15px;
  margin-bottom: 4.8em;
}

@media screen and (min-width: 700px) {
  .table--scroll {
    margin: 2em 0 4.2em;
  }
}

@media screen and (min-width: 1025px) {
  .table--scroll {
    margin: 1.2em 0 3.6em;
  }
}

.table--scroll__btn {
  position: absolute;
  -webkit-appearance: none;
  background: none;
  border: 0;
  bottom: -33px;
  z-index: 1;
}

.table--scroll__btn > span {
  color: #EB9D00;
  font-weight: 700;
}

.table--scroll__btn > span:after {
  display: inline-block;
  margin-left: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.75px;
  border-color: transparent transparent transparent #000000;
  content: '';
}

.table--scroll__btn.right {
  right: 0;
}

.table--scroll__btn.left {
  left: 0;
  display: none;
}

.table--scroll__btn.left > span:before {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  margin-right: 5px;
  border-width: 5px 8.7px 5px 0;
  border-color: transparent #000000 transparent transparent;
  content: '';
}

.table--scroll__btn.left > span:after {
  content: none;
}

.table--scroll__btn:hover, .table--scroll__btn:focus {
  cursor: pointer;
}

@media (min-width: 700px) {
  .table--scroll__btn {
    display: none;
  }
}

.table--scroll.js-scroll-left {
  margin-right: -20px;
}

.table--scroll.js-scroll-left .left {
  display: none;
}

.table--scroll.js-scroll-left .right {
  display: block;
}

.table--scroll.js-scroll-right {
  margin-left: -20px;
}

.table--scroll.js-scroll-right .right {
  display: none;
}

.table--scroll.js-scroll-right .left {
  display: block;
}

@media (min-width: 700px) {
  .table--scroll.js-scroll-right .right,
  .table--scroll.js-scroll-right .left, .table--scroll.js-scroll-left .right,
  .table--scroll.js-scroll-left .left {
    display: none;
  }
}

.table table tr,
.table table th {
  min-width: 200px;
}

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

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
.accordion__all {
  padding: 0 1em 0 0;
  margin: 1.3em 0;
  text-align: left;
}

@media (min-width: 700px) {
  .accordion__all {
    margin: 1.3em 0.7rem 0.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .accordion__all {
    margin: 2.4em 0.7rem 0.9rem;
  }
}

.accordion__all button {
  position: relative;
  padding: 0 0 0 30px;
  background-color: transparent;
  border: 0;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 0.8571rem;
  text-transform: uppercase;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

@media screen and (min-width: 700px) {
  .accordion__all button {
    padding: 0 0 0 35px;
    font-size: 0.9375rem;
  }
}

.accordion__all button.js-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.accordion__all button:hover, .accordion__all button:focus {
  color: #5F3693;
}

.accordion__all button:hover:before, .accordion__all button:hover:after, .accordion__all button:focus:before, .accordion__all button:focus:after {
  background-color: #5F3693;
}

.accordion__expand-all {
  margin-right: 1.8em;
  cursor: pointer;
}

@media screen and (min-width: 700px) {
  .accordion__expand-all {
    margin-right: 2.5em;
  }
}

.accordion__expand-all:before, .accordion__expand-all:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__expand-all:before {
  left: 10px;
  height: 15px;
  width: 2px;
}

.accordion__expand-all:after {
  left: 3px;
  height: 2px;
  width: 15px;
}

.accordion__collapse-all {
  cursor: pointer;
}

.accordion__collapse-all:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.accordion__collapse-all:after {
  left: 0;
  height: 3px;
  width: 15px;
}

.accordion__items {
  border-top: 2px solid #42D1AC;
}

.accordion__item {
  margin: 0 0 0.25em;
  border-bottom: 1px solid #949494;
}

.accordion__item:last-child {
  margin: 0;
}

.accordion__toggle {
  display: block;
  position: relative;
  padding: 1.35em 0 1.35em 3.0em;
  width: 100%;
  background: transparent;
  border: 0;
  color: #000000;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  font-size: 1.2857rem;
  line-height: 1.2;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out outline none;
  -o-transition: 0.3s ease-in-out outline none;
  transition: 0.3s ease-in-out outline none;
}

@media screen and (min-width: 700px) {
  .accordion__toggle {
    padding: 1.4em 0 1.4em 4em;
  }
}

@media screen and (min-width: 1025px) {
  .accordion__toggle {
    padding: 1.6em 0 1.6em 4.5em;
  }
}

.accordion__toggle:focus {
  outline-width: 2px;
}

.accordion__toggle.js-expanded .accordion__icon {
  background-color: #42D1AC;
}

.accordion__toggle.js-expanded .accordion__icon:after {
  height: 0;
}

.accordion__icon {
  position: absolute;
  display: block;
  height: 1.8em;
  width: 1.8em;
  left: 0.1rem;
  top: 50%;
  padding: 0.5rem;
  border: 2px solid #42D1AC;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 700px) {
  .accordion__icon {
    height: 2.1em;
    width: 2.1em;
  }
}

.accordion__icon:before, .accordion__icon:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accordion__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.accordion__content {
  display: none;
  padding: 0 0 3em;
}

@media screen and (min-width: 700px) {
  .accordion__content {
    padding-left: 5.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .accordion__content {
    padding-left: 5.8rem;
  }
}

.accordion__content .views-element-container {
  width: 100%;
}

.accordion__copy {
  width: 100%;
}

.accordion__copy .table--wysiwyg {
  margin: 0;
  width: 100%;
}

@media (max-width: 699px) {
  .accordion__copy .table--wysiwyg {
    margin: 0 1em;
    width: calc(100% + 2em);
  }
}

.accordion__top {
  position: relative;
  margin: 0.9rem 0 0;
  padding: 0 0 0 2.3em;
  background: transparent;
  border: 0;
  font-size: 0.8571rem;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}

.accordion__top:before {
  position: absolute;
  left: 0;
  top: 50%;
  height: 7px;
  width: 7px;
  content: '';
  border-color: #000000;
  border-style: solid;
  border-width: 2px 0 0 2px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}

/**
 * @file
 * Award
 *
 * Contains styles for Awards in WYSIWYG region.
 */
.award {
  clear: both;
}

.award__item {
  margin: 0 0 1em;
}

.award__title {
  font-weight: 700;
  margin: 0;
}

/**
 * @file
 * Form
 *
 * Contains styles for forms in main content region.
 */
.main .form {
  margin: 2rem 0 3.4rem;
}

@media screen and (min-width: 700px) {
  .main .form {
    margin: 2rem 0 2.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .main .form {
    margin: 2rem 0 4.2rem;
  }
}

.main .form__item:not(.form--fieldset) label {
  display: block;
  font-weight: 700;
}

.form__item {
  margin-bottom: 1.45rem;
}

@media (min-width: 700px) {
  .form__item {
    margin-bottom: 2.2rem;
  }
}

.form__item label,
.form__item legend {
  margin-bottom: 0.7rem;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.19;
  font-size: 1rem;
  font-weight: 700;
}

.form__checkbox, .form__radio {
  position: relative;
  margin: 0 0 0.9rem;
}

@media screen and (min-width: 700px) {
  .form__checkbox, .form__radio {
    margin: 0 0 0.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .form__checkbox, .form__radio {
    margin: 0 0 0.3rem;
  }
}

.form__checkbox input, .form__radio input {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 4px;
  left: 1px;
  cursor: pointer;
  z-index: 1;
  border: 0;
  background: transparent;
}

@media (min-width: 700px) {
  .form__checkbox input, .form__radio input {
    top: 4px;
  }
}

@media screen and (min-width: 1025px) {
  .form__checkbox input, .form__radio input {
    top: 6px;
  }
}

.form__checkbox input:checked + label:before, .form__radio input:checked + label:before {
  background-color: #42D1AC;
  border-color: #42D1AC;
}

.form__checkbox input:checked + label:after, .form__radio input:checked + label:after {
  display: block;
}

.form__checkbox input::-ms-check, .form__radio input::-ms-check {
  display: none;
}

.form__radio input:focus {
  border-radius: 100%;
}

.form--text input,
.form--text select,
.form--text textarea, .form--email input,
.form--email select,
.form--email textarea, .form--tel input,
.form--tel select,
.form--tel textarea, .form--select input, .faculty .heading-table .filter-box input,
.form--select select,
.faculty .heading-table .filter-box select,
.form--select textarea,
.faculty .heading-table .filter-box textarea, .form--textarea input,
.form--textarea select,
.form--textarea textarea {
  font-family: inherit;
  width: 100%;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  padding: 13px 12px;
  border: 1px solid #949494;
}

@media (min-width: 700px) {
  .form--text input,
  .form--text select,
  .form--text textarea, .form--email input,
  .form--email select,
  .form--email textarea, .form--tel input,
  .form--tel select,
  .form--tel textarea, .form--select input, .faculty .heading-table .filter-box input,
  .form--select select,
  .faculty .heading-table .filter-box select,
  .form--select textarea,
  .faculty .heading-table .filter-box textarea, .form--textarea input,
  .form--textarea select,
  .form--textarea textarea {
    width: auto;
    min-width: 281px;
    padding: 11px 13px;
  }
}

.form--text input::-webkit-input-placeholder,
.form--text select::-webkit-input-placeholder,
.form--text textarea::-webkit-input-placeholder, .form--email input::-webkit-input-placeholder,
.form--email select::-webkit-input-placeholder,
.form--email textarea::-webkit-input-placeholder, .form--tel input::-webkit-input-placeholder,
.form--tel select::-webkit-input-placeholder,
.form--tel textarea::-webkit-input-placeholder, .form--select input::-webkit-input-placeholder, .faculty .heading-table .filter-box input::-webkit-input-placeholder,
.form--select select::-webkit-input-placeholder,
.faculty .heading-table .filter-box select::-webkit-input-placeholder,
.form--select textarea::-webkit-input-placeholder,
.faculty .heading-table .filter-box textarea::-webkit-input-placeholder, .form--textarea input::-webkit-input-placeholder,
.form--textarea select::-webkit-input-placeholder,
.form--textarea textarea::-webkit-input-placeholder {
  color: #767676;
}

.form--text input:-moz-placeholder,
.form--text select:-moz-placeholder,
.form--text textarea:-moz-placeholder, .form--email input:-moz-placeholder,
.form--email select:-moz-placeholder,
.form--email textarea:-moz-placeholder, .form--tel input:-moz-placeholder,
.form--tel select:-moz-placeholder,
.form--tel textarea:-moz-placeholder, .form--select input:-moz-placeholder, .faculty .heading-table .filter-box input:-moz-placeholder,
.form--select select:-moz-placeholder,
.faculty .heading-table .filter-box select:-moz-placeholder,
.form--select textarea:-moz-placeholder,
.faculty .heading-table .filter-box textarea:-moz-placeholder, .form--textarea input:-moz-placeholder,
.form--textarea select:-moz-placeholder,
.form--textarea textarea:-moz-placeholder {
  color: #767676;
}

.form--text input::-moz-placeholder,
.form--text select::-moz-placeholder,
.form--text textarea::-moz-placeholder, .form--email input::-moz-placeholder,
.form--email select::-moz-placeholder,
.form--email textarea::-moz-placeholder, .form--tel input::-moz-placeholder,
.form--tel select::-moz-placeholder,
.form--tel textarea::-moz-placeholder, .form--select input::-moz-placeholder, .faculty .heading-table .filter-box input::-moz-placeholder,
.form--select select::-moz-placeholder,
.faculty .heading-table .filter-box select::-moz-placeholder,
.form--select textarea::-moz-placeholder,
.faculty .heading-table .filter-box textarea::-moz-placeholder, .form--textarea input::-moz-placeholder,
.form--textarea select::-moz-placeholder,
.form--textarea textarea::-moz-placeholder {
  color: #767676;
}

.form--text input:-ms-input-placeholder,
.form--text select:-ms-input-placeholder,
.form--text textarea:-ms-input-placeholder, .form--email input:-ms-input-placeholder,
.form--email select:-ms-input-placeholder,
.form--email textarea:-ms-input-placeholder, .form--tel input:-ms-input-placeholder,
.form--tel select:-ms-input-placeholder,
.form--tel textarea:-ms-input-placeholder, .form--select input:-ms-input-placeholder, .faculty .heading-table .filter-box input:-ms-input-placeholder,
.form--select select:-ms-input-placeholder,
.faculty .heading-table .filter-box select:-ms-input-placeholder,
.form--select textarea:-ms-input-placeholder,
.faculty .heading-table .filter-box textarea:-ms-input-placeholder, .form--textarea input:-ms-input-placeholder,
.form--textarea select:-ms-input-placeholder,
.form--textarea textarea:-ms-input-placeholder {
  color: #767676;
}

.form--textarea textarea {
  width: 100%;
  min-height: 187px;
}

.form--fieldset {
  margin-left: 0;
  padding: 0;
  border: 0;
}

.form--fieldset .form__checkbox label,
.form--fieldset .form__radio label {
  position: relative;
  padding-left: 1.7rem;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

.form--fieldset .form__checkbox label:before,
.form--fieldset .form__radio label:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid #949494;
}

.form--fieldset .form__checkbox label:after,
.form--fieldset .form__radio label:after {
  content: '';
  display: none;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 3px;
  height: 6px;
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form--fieldset .form__radio label:before {
  border-radius: 100%;
}

.form--fieldset .form__radio label:after {
  top: 6px;
  left: 3.5px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 0;
  background-color: #000000;
}

.form--select, .faculty .heading-table .filter-box {
  position: relative;
}

@media (min-width: 700px) {
  .form--select, .faculty .heading-table .filter-box {
    display: inline-block;
  }
}


.form--select select,
.faculty .heading-table .filter-box select {
  background-color: #FFFFFF;
}

.form--select:after, .faculty .heading-table .filter-box:after {
  content: '';
  pointer-events: none;
  position: absolute;
  bottom: 19px;
  right: 17px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 700px) {
  .form--select:after, .faculty .heading-table .filter-box:after {
    right: 16px;
  }
}

.form--actions input[type="submit"] {
  background: #42D1AC;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.188rem;
  text-transform: uppercase;
  padding: 12px 20px;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 0.895rem;
  padding: 14px 20px;
}

.form--actions input[type="submit"]:hover, .form--actions input[type="submit"]:focus {
  background-color: #1D8C6E;
}

/**
 * @file
 * Generic Block: 2 Column
 *
 * Styles for Generic Block: 2 Column object.
 */
.gen2col .column__img a {
  display: block;
}

.gen2col .column__img a:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: -4px;
}

/**
 * @file
 * Generic Block: 3 Column
 *
 * Styles for Generic Block: 3 Column object.
 */
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .gen3col .column--three {
    display: block;
  }
}

@media (min-width: 1025px) {
  .gen3col .column--three {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .gen3col .column--three:before, .gen3col .column--three:after {
    content: '';
    position: absolute;
    top: 0;
    left: calc((((100% / 3) - (130px / 3))) + 33px);
    width: 0;
    height: 100%;
    border-right: 2px dotted #949494;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.gen3col .column--three:after {
  left: auto;
  right: calc((((100% / 3) - (130px / 3))) + 31px);
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .gen3col .column__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .gen3col .column__col:not(:last-of-type) {
    margin-bottom: 1.1rem;
    padding-bottom: 1.7rem;
    border-bottom: 2px dotted #949494;
  }
}

.gen3col .column__img a {
  display: block;
}

.gen3col .column__img a:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: -4px;
}

/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
.genimglist__item {
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  padding: 0 0 18px;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .genimglist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 29px;
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  .genimglist__item {
    padding: 0 0 48px;
    margin: 0 0 50px;
  }
}

.genimglist__item:last-of-type {
  border-bottom: none;
  padding: 0;
  margin: 0;
}

.genimglist__img {
  margin: 0 0 11px;
}

@media (min-width: 700px) {
  .genimglist__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin: 5px 0 0;
    padding-right: 12px;
  }
}

@media (min-width: 1025px) {
  .genimglist__img {
    -webkit-flex-basis: 37.4%;
        -ms-flex-preferred-size: 37.4%;
            flex-basis: 37.4%;
    margin: 0;
  }
}

.genimglist__img a {
  display: block;
}

.genimglist__img a:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: -4px;
}

.genimglist__img img {
  width: 100%;
}

@media (min-width: 700px) {
  .genimglist__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding-left: 19px;
  }
}

@media (min-width: 1025px) {
  .genimglist__content {
    -webkit-flex-basis: 62.6%;
        -ms-flex-preferred-size: 62.6%;
            flex-basis: 62.6%;
    padding-left: 46px;
  }
}

.genimglist__title {
  margin: 0 0 10px;
}

@media (min-width: 1025px) {
  .genimglist__title {
    margin: 0 0 15px;
  }
}

.genimglist__title h3 {
  margin: 0;
}

@media (min-width: 700px) {
  .genimglist__title h3 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__title h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__title h3 a {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.genimglist__subtitle {
  margin: 0 0 10px;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .genimglist__subtitle {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__subtitle {
    margin: -5px 0 10px;
  }
}

@media (min-width: 700px) {
  .genimglist__body {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero object.
 */
.hero {
  display: block;
  position: relative;
  width: 100%;
  height: 300px;
}

.hero__title {
  margin: 0 -15px;
  padding: 0 0 0 15px;
  line-height: 300px;
}

@media (min-width: 700px) {
  .hero__title {
    margin: 0 -20px;
    padding: 0 0 0 20px;
  }
}

@media (min-width: 2000px) {
  .hero img {
    max-width: 2000px;
    margin: 0 calc((100% - 2000px) / 2);
  }
}

.hero:not(.no-image) {
  height: unset;
  padding-bottom: 32.19%;
}

@media (min-width: 700px) {
  .hero:not(.no-image) {
    padding-bottom: 28.145%;
  }
}

@media (min-width: 1025px) {
  .hero:not(.no-image) {
    padding-bottom: 39.75%;
  }
}

@media screen and (min-width: 1600px) {
  .hero:not(.no-image) {
    padding-bottom: 636px;
  }
}

.hero:not(.no-image) img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero.no-image {
  height: auto;
}

.hero.no-image img {
  height: 70px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 700px) {
  .hero.no-image img {
    height: 112px;
  }
}

@media (min-width: 1025px) {
  .hero.no-image img {
    height: 262px;
  }
}

@media (min-width: 1201px) {
  .hero.no-image img {
    max-width: 2000px;
    margin: auto;
  }
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
.instagram__link {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.instagram__link:hover::after, .instagram__link:focus::after {
  opacity: 0.77;
}

.instagram__link::after {
  content: '';
  height: 100%;
  width: 100%;
  background: #412565;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 1025px) {
  .instafeed {
    padding-top: 110px;
  }
}

.instafeed__header {
  margin-bottom: 22px;
}

@media (min-width: 700px) {
  .instafeed__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
  }
}

@media (min-width: 1025px) {
  .instafeed__header {
    margin-bottom: 36px;
  }
}

.instafeed__header h2 {
  margin-bottom: 9px;
}

@media (min-width: 700px) {
  .instafeed__header h2 {
    margin: 4px 0 0;
  }
}

@media (min-width: 1025px) {
  .instafeed__header h2 {
    margin: 0;
  }
}

.instafeed__section-cta {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .instafeed__section-cta {
    margin-bottom: 4px;
  }
}

@media (min-width: 1025px) {
  .instafeed__section-cta {
    margin: -2px 0 4px;
  }
}

.instafeed__section-cta .last-word span {
  background-image: url("../assets/icons/social-instagram.svg");
  background-size: 26px;
  width: 17px;
  margin-left: 7px;
  background-position-x: -4px;
}

.instafeed .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (min-width: 700px) {
  .instafeed .column {
    margin: 0 -21px;
  }
}

@media (min-width: 1025px) {
  .instafeed .column {
    margin: 0 -34px;
  }
}

.instafeed .column__col {
  width: 50%;
  margin-bottom: 20px;
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 700px) {
  .instafeed .column__col {
    width: 33.33333%;
    margin-bottom: 0;
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
    padding: 0 21px;
  }
}

@media (min-width: 700px) {
  .instafeed .column__col {
    padding: 0 34px;
  }
}

.instafeed .column__col:nth-child(odd) {
  padding-right: 19px;
  border-right: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .instafeed .column__col:nth-child(odd) {
    border: none;
    padding: 0 21px;
  }
}

@media (min-width: 1025px) {
  .instafeed .column__col:nth-child(odd) {
    padding: 0 34px;
  }
}

.instafeed .column__col:nth-child(even) {
  padding-left: 19px;
}

@media (min-width: 700px) {
  .instafeed .column__col:nth-child(even) {
    padding: 0 19px;
    border-left: dotted 2px rgba(148, 148, 148, 0.7);
    border-right: dotted 2px rgba(148, 148, 148, 0.7);
  }
}

@media (min-width: 1025px) {
  .instafeed .column__col:nth-child(even) {
    padding: 0 32px;
  }
}

.instafeed .column__col:last-child {
  border: none;
}

.instafeed .column__col-container {
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistick: 3 up feature object.
 */
@media (min-width: 700px) {
  .stat3up .column {
    position: relative;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .stat3up .column .column__col {
    -webkit-flex-basis: 30%;
        -ms-flex-preferred-size: 30%;
            flex-basis: 30%;
  }
}

@media screen and (min-width: 1025px) {
  .stat3up .column .column__col {
    -webkit-flex-basis: 27%;
        -ms-flex-preferred-size: 27%;
            flex-basis: 27%;
  }
}

@media screen and (min-width: 700px) {
  .stat3up .column:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(33% - 4px);
    height: 100%;
    border-left: dotted 2px rgba(148, 148, 148, 0.7);
  }
}

@media screen and (min-width: 1025px) {
  .stat3up .column:before {
    left: calc(32% - 2px);
  }
}

@media screen and (min-width: 700px) {
  .stat3up .column:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(33% - 4px);
    height: 100%;
    border-right: dotted 2px rgba(148, 148, 148, 0.7);
  }
}

@media screen and (min-width: 1025px) {
  .stat3up .column:after {
    right: calc(32% - 2px);
  }
}

.stat3up__item {
  text-align: left;
  margin: 0 0 22px;
  padding: 0 0 19px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .stat3up__item {
    margin: 0;
    border-bottom: none;
  }
}

.stat3up__item:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.stat3up__number {
  font-size: 2.5714rem;
  line-height: 3.6193rem;
  font-weight: 900;
  color: #000000;
}

@media (min-width: 700px) {
  .stat3up__number {
    font-size: 3.75rem;
    line-height: 3.1669rem;
    margin: 0 0 21px;
  }
}

@media (min-width: 1025px) {
  .stat3up__number {
    font-size: 5vw;
  }
}

@media (min-width: 1201px) {
  .stat3up__number {
    font-size: 3.75rem;
  }
}

.stat3up__number-percent {
  color: #5F3693;
}

.stat3up__caption {
  margin: -2px 0 0;
}

@media (min-width: 700px) {
  .stat3up__caption {
    font-size: 14px;
    line-height: 21px;
  }
}

@media (min-width: 1025px) {
  .stat3up__caption {
    margin: -3px 0 0;
    padding: 0 2px;
  }
}

.stat3up__cta {
  margin: 19px 0 0;
}

@media (min-width: 1025px) {
  .stat3up__cta {
    margin: 16px 0 0;
  }
}

.stat3up__section-cta {
  margin: 40px 0 0;
  padding: 0;
  border: none;
  background: #FFFFFF;
}

@media (min-width: 700px) {
  .stat3up__section-cta {
    margin: 55px 0 0;
  }
}

@media (min-width: 1025px) {
  .stat3up__section-cta {
    margin: 66px 0 0;
  }
}

.stat3up__section-cta .cta--button-blue {
  margin: 0;
}

/**
 * @file
 * Events 3 Up Feature
 *
 * Contains styles for Events 3 Up content object.
 */
@media (min-width: 700px) {
  .events3up__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.events3up__header h2 {
  margin: -1px 0 10px;
}

@media (min-width: 700px) {
  .events3up__header h2 {
    width: 75%;
  }
}

@media (min-width: 700px) {
  .events3up__section-cta {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.events3up__intro {
  margin: 16px 0 20px;
}

@media (min-width: 700px) {
  .events3up__intro {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin: 9px 0 19px;
  }
}

@media (min-width: 1025px) {
  .events3up__intro {
    margin: 5px 0 52px;
  }
}

.events3up .column {
  position: relative;
}

@media (min-width: 700px) {
  .events3up .column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.events3up .column::before {
  content: '';
  display: block;
  height: calc(100% - 4px);
  border-left: dotted 2px rgba(148, 148, 148, 0.7);
  position: absolute;
  top: 1px;
  left: 30px;
}

@media (min-width: 700px) {
  .events3up .column::before {
    height: unset;
    width: 100vw;
    border-left: none;
    border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
    top: 57px;
    left: -50px;
  }
}

@media (min-width: 1025px) {
  .events3up .column::before {
    top: 59px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 2000px;
    overflow: hidden;
  }
}

@media (min-width: 700px) {
  .events3up .column .column__col {
    -webkit-flex-basis: calc((100% / 3) - (42px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (42px / 3));
            flex-basis: calc((100% / 3) - (42px / 3));
  }
}

@media (min-width: 1025px) {
  .events3up .column .column__col {
    -webkit-flex-basis: calc((100% / 3) - (128px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (128px / 3));
            flex-basis: calc((100% / 3) - (128px / 3));
  }
}

.events3up .column .column__col:not(:last-of-type) {
  padding: 0;
  border: none;
}

.events3up__item {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 39px;
}

@media (min-width: 700px) {
  .events3up__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.events3up__item.js-animate .events3up__date {
  opacity: 1;
  -webkit-transform: rotateZ(720deg);
      -ms-transform: rotate(720deg);
          transform: rotateZ(720deg);
}

.events3up__item.js-animate .events3up__date--inner {
  opacity: 1;
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.events3up__date {
  width: 65px;
  min-width: 65px;
  height: 65px;
  background-size: 65px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out;
  transition: opacity 1s ease-out, transform 1s ease-out, -webkit-transform 1s ease-out;
  position: relative;
}

@media (min-width: 700px) {
  .events3up__date {
    width: 111px;
    height: 111px;
    background-size: 111px;
    margin: 0 0 15px;
  }
}

@media (min-width: 1025px) {
  .events3up__date {
    width: 110px;
    height: 110px;
    background-size: 110px;
    margin: 0 0 42px;
  }
}

.events3up__date--inner {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
  z-index: 2;
}

.events3up__date--poly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 65px;
  height: 65px;
}

@media (min-width: 700px) {
  .events3up__date--poly {
    width: 111px;
    height: 111px;
  }
}

@media (min-width: 1025px) {
  .events3up__date--poly {
    width: 110px;
    height: 110px;
  }
}

.events3up__date--poly svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 699px) {
  .events3up__date--poly svg > g {
    stroke-width: 2px;
  }
}

@media (min-width: 700px) {
  .events3up__date--poly svg > g {
    stroke-width: 1px;
  }
}

.events3up__month {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  position: relative;
  bottom: -4px;
}

@media (min-width: 700px) {
  .events3up__month {
    font-size: 1rem;
    line-height: 1.5rem;
    bottom: 0;
  }
}

.events3up__day {
  font-size: 1.8571rem;
  line-height: 2.4286rem;
  font-weight: 900;
}

@media (min-width: 700px) {
  .events3up__day {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.events3up__info {
  text-align: left;
  padding-left: 20px;
}

@media (min-width: 700px) {
  .events3up__info {
    padding: 0;
  }
}

.events3up h3 {
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .events3up h3 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    margin: 0 0 7px;
  }
}

@media (min-width: 1025px) {
  .events3up h3 {
    margin: 0 0 22px;
  }
}

.events3up__time {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  margin: 0 0 3px;
}

@media (min-width: 700px) {
  .events3up__time {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0;
  }
}

@media (min-width: 700px) {
  .events3up__location {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.story-display__wrap {
  border: solid 1px #949494;
  padding: 31px 0 26px 34px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .story-display__wrap {
    padding: 26px 0 11px 37px;
  }
}

@media (min-width: 1025px) {
  .story-display__wrap {
    padding: 33px 0 20px 44px;
  }
}

.story-display__wrap::after {
  content: '';
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  display: block;
  height: 2px;
  width: 260px;
  position: absolute;
  left: calc(100% - 206px);
  bottom: 0;
  -webkit-transform: rotateZ(130deg);
      -ms-transform: rotate(130deg);
          transform: rotateZ(130deg);
}

@media (min-width: 700px) {
  .story-display__wrap::after {
    width: 300px;
    left: calc(100% - 241px);
  }
}

@media (min-width: 1025px) {
  .story-display__wrap::after {
    width: 500px;
    left: calc(100% - 404px);
  }
}

.story-display__wrap-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.story-display__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 77px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 77px;
          flex: 0 0 77px;
  margin: 0 0 16px;
  padding: 3px 0 0 3px;
}

@media (min-width: 700px) {
  .story-display__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 150px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    margin: 0 0 0 auto;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .story-display__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 202px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 202px;
            flex: 0 0 202px;
    margin: 6px 0 0 auto;
  }
}

.story-display__img a {
  display: block;
}

.story-display__img a:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: -4px;
}

.story-display__img img {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}

.story-display__content {
  font-size: 1rem;
  line-height: 1.5rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.667%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 66.667%;
          flex: 0 0 66.667%;
}

@media (min-width: 700px) {
  .story-display__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 74%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 74%;
            flex: 0 0 74%;
  }
}

@media (min-width: 1025px) {
  .story-display__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 78.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 78.5%;
            flex: 0 0 78.5%;
  }
}

.story-display__quote {
  font-size: 1.2857rem;
  line-height: 1.8571rem;
  margin: 0 0 9px;
  padding: 0 26px 0 0;
  position: relative;
}

@media (min-width: 700px) {
  .story-display__quote {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin: 0 0 8px;
  }
}

@media (min-width: 1025px) {
  .story-display__quote {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 13px;
  }
}

.story-display__quote::before {
  content: '“';
  display: block;
  position: absolute;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  top: 0;
  left: -6px;
}

@media (min-width: 700px) {
  .story-display__quote::before {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    top: -3px;
    left: -7px;
  }
}

@media (min-width: 1025px) {
  .story-display__quote::before {
    font-size: 1.875rem;
    line-height: 2.5rem;
    left: -12px;
  }
}

.story-display__quote .last-word {
  position: relative;
}

.story-display__quote .last-word::after {
  content: '”';
  display: block;
  position: absolute;
  font-family: "Nunito Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5rem;
  top: 0;
  right: -9px;
}

@media (min-width: 700px) {
  .story-display__quote .last-word::after {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    right: -11px;
  }
}

@media (min-width: 1025px) {
  .story-display__quote .last-word::after {
    font-size: 1.875rem;
    line-height: 2.5rem;
    right: -16px;
  }
}

.story-display__title {
  font-size: 1.1429rem;
  line-height: 1.7143rem;
  font-weight: 700;
  color: #000000;
  margin: 0;
}

@media (min-width: 700px) {
  .story-display__title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.story-display__subtitle {
  font-size: 1rem;
  line-height: 2.1429rem;
  font-style: italic;
  margin: 0 0 8px;
}

@media (min-width: 700px) {
  .story-display__subtitle {
    font-size: 0.875rem;
    line-height: 1.875rem;
    margin: 1px 0 7px;
  }
}

@media (min-width: 1025px) {
  .story-display__subtitle {
    line-height: 1.5rem;
    margin: 1px 0 13px;
  }
}

.story-display__caption {
  margin: 0 0 18px;
  padding-right: 40px;
}

@media (min-width: 700px) {
  .story-display__caption {
    margin: 0 0 13px;
  }
}

@media (min-width: 1025px) {
  .story-display__caption {
    margin: 0 0 22px;
  }
}

@media (min-width: 700px) {
  .story-display__mobile {
    display: none;
  }
}

.story-display__desktop {
  display: none;
}

@media (min-width: 700px) {
  .story-display__desktop {
    display: block;
  }
}

/**
 * @file
 * Twitter
 *
 * Contains styles for twitter object.
 */
@media (min-width: 700px) {
  .twitter {
    padding-top: 58px;
  }
}

@media (min-width: 1025px) {
  .twitter {
    padding-top: 109px;
  }
}

.twitter__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 17px;
}

@media (min-width: 700px) {
  .twitter__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
       -moz-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    margin: 0 0 29px;
  }
}

@media (min-width: 1025px) {
  .twitter__header {
    margin: 0 0 31px;
  }
}

.twitter__header h2 {
  margin: 0 0 8px;
}

.twitter__section-cta .last-word span {
  background-image: url("../assets/icons/social-twitter.svg");
  background-size: 26px;
}

@media (min-width: 1025px) {
  .twitter__section-cta {
    margin-top: -3px;
  }
}

@media (min-width: 700px) {
  .twitter__feed {
    margin: 0 -20px;
  }
}

@media (min-width: 1025px) {
  .twitter__feed {
    margin: 0 -34px;
  }
}

@media (min-width: 700px) {
  .twitter__feed .twitter__item {
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
  }
}

.twitter__item {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .twitter__item {
    padding: 0 20px;
    margin: 0;
    border-bottom: none;
    width: 33.33333%;
  }
}

@media (min-width: 1025px) {
  .twitter__item {
    padding: 0 34px;
  }
}

@media (min-width: 700px) {
  .twitter__item:nth-child(even) {
    border-left: dotted 2px rgba(148, 148, 148, 0.7);
    border-right: dotted 2px rgba(148, 148, 148, 0.7);
    padding: 0 18px;
  }
}

@media (min-width: 1025px) {
  .twitter__item:nth-child(even) {
    padding: 0 32px;
  }
}

.twitter__item:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

@media (min-width: 700px) {
  .twitter__item:last-child {
    padding: 0 20px;
  }
}

@media (min-width: 1025px) {
  .twitter__item:last-child {
    padding: 0 34px;
  }
}

.twitter__retweeted {
  display: none;
}

.twitter__retweeted[data-retweeted="true"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.8571rem;
  margin-bottom: 11px;
}

@media (min-width: 700px) {
  .twitter__retweeted[data-retweeted="true"] {
    font-size: 0.75rem;
  }
}

@media (min-width: 1025px) {
  .twitter__retweeted[data-retweeted="true"] {
    margin-bottom: 15px;
  }
}

.twitter__retweeted[data-retweeted="true"]::before {
  content: '';
  display: inline-block;
  background-image: url("../assets/icons/reblog-black.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 12px;
  width: 12px;
  margin-right: 3px;
}

@media (min-width: 1025px) {
  .twitter__retweeted[data-retweeted="true"]::before {
    background-size: 12px;
    margin-right: 9px;
  }
}

.twitter__body {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .twitter__body {
    margin: 0 0 11px;
  }
}

.twitter__time {
  font-weight: 700;
}

.twitter__body, .twitter__time {
  font-size: 1.1429rem;
  line-height: 1.7143rem;
}

@media (min-width: 700px) {
  .twitter__body, .twitter__time {
    font-size: 1rem;
    line-height: 1.5rem;
    word-break: break-word;
  }
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  overflow: hidden;
  margin: 20px 0;
}

@media (min-width: 700px) {
  .vid-inline {
    margin: 26px 0;
  }
}

@media (min-width: 1025px) {
  .vid-inline {
    margin: 54px 0 39px;
  }
}

.vid-inline__container {
  position: relative;
}

.vid-inline__cover {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s ease outline none;
  -o-transition: 0.3s ease outline none;
  transition: 0.3s ease outline none;
}

.vid-inline__cover:focus {
  outline-offset: -4px;
}

.vid-inline__cover:hover:before, .vid-inline__cover:focus:before {
  opacity: 1;
}

.vid-inline__cover:hover svg > g, .vid-inline__cover:focus svg > g {
  fill-opacity: 1;
}

.vid-inline__cover:before {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6.9px;
  border-color: transparent transparent transparent #FFFFFF;
  margin-top: -5px;
  margin-left: -1px;
  z-index: 2;
  -webkit-transform: scale(2.1);
      -ms-transform: scale(2.1);
          transform: scale(2.1);
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media screen and (min-width: 700px) {
  .vid-inline__cover:before {
    border-width: 6px 0 6px 10.4px;
    margin-top: -5px;
    margin-left: 0;
    -webkit-transform: scale(3.1);
        -ms-transform: scale(3.1);
            transform: scale(3.1);
  }
}

@media screen and (min-width: 1025px) {
  .vid-inline__cover:before {
    border-width: 8px 0 8px 13.9px;
    margin-top: -8px;
    margin-left: 1px;
  }
}

.vid-inline__cover svg {
  height: 54px;
  width: 54px;
  position: absolute;
  top: calc(50% - 27px);
  left: calc(50% - 27px);
}

@media (min-width: 700px) {
  .vid-inline__cover svg {
    height: 121px;
    width: 121px;
    top: calc(50% - 60.5px);
    left: calc(50% - 60.5px);
  }
}

@media (min-width: 1025px) {
  .vid-inline__cover svg {
    height: 160px;
    width: 160px;
    top: calc(50% - 80px);
    left: calc(50% - 80px);
  }
}

.vid-inline__cover svg > g {
  fill-opacity: 0.75;
  -webkit-transition: fill-opacity 0.3s;
  -o-transition: fill-opacity 0.3s;
  transition: fill-opacity 0.3s;
}

.vid-inline__cover.js-loading:hover:before, .vid-inline__cover.js-loading:focus:before {
  opacity: 1;
}

.vid-inline__cover.js-loading:before {
  margin: 0;
  height: 60px;
  width: 60px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.0' width='60px' height='60px' viewBox='0 0 128 128' xml:space='preserve'%3e%3cg%3e%3cpath d='M78.75 16.18V1.56a64.1 64.1 0 0 1 47.7 47.7H111.8a49.98 49.98 0 0 0-33.07-33.08zM16.43 49.25H1.8a64.1 64.1 0 0 1 47.7-47.7V16.2a49.98 49.98 0 0 0-33.07 33.07zm33.07 62.32v14.62A64.1 64.1 0 0 1 1.8 78.5h14.63a49.98 49.98 0 0 0 33.07 33.07zm62.32-33.07h14.62a64.1 64.1 0 0 1-47.7 47.7v-14.63a49.98 49.98 0 0 0 33.08-33.07z' fill='%23000000' fill-opacity='1'/%3e%3canimateTransform attributeName='transform' type='rotate' from='0 64 64' to='-90 64 64' dur='800ms' repeatCount='indefinite'%3e%3c/animateTransform%3e%3c/g%3e%3c/svg%3e");
  background-position: center;
  background-size: contain;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vid-inline__cover.js-loading svg {
  display: none;
}

.vid-inline__cover.js-hide {
  display: block;
  z-index: 1;
  opacity: 0;
}

.vid-inline__embed {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.vid-inline__embed.js-show {
  z-index: 2;
  opacity: 1;
}

.vid-inline__embed.js-show iframe {
  visibility: visible;
}

.vid-inline iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
  visibility: hidden;
}

/**
 * @file
 * Pager
 *
 * Contains styles for the pager on listing pages.
 */
.pager {
  margin: 34px 0 79px;
}

@media (min-width: 700px) {
  .pager {
    margin: 40px 82px 67px;
  }
}

@media (min-width: 1025px) {
  .pager {
    margin: 50px 100px 71px;
  }
}

@media (min-width: 1201px) {
  .pager {
    margin: 50px 148px 71px;
  }
}

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

@media (min-width: 700px) {
  .pager__items {
    margin: 0 -5px;
  }
}

@media (min-width: 1025px) {
  .pager__items {
    margin: 0 -4.5px;
  }
}

.pager__item {
  height: 36px;
  width: 36px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
}

@media (min-width: 700px) {
  .pager__item {
    height: 40px;
    width: 40px;
    margin: 0 5px;
  }
}

@media (min-width: 1025px) {
  .pager__item {
    margin: 0 4.5px;
  }
}

.pager__item:hover, .pager__item:focus {
  color: #5F3693;
}

.pager__item--active {
  font-weight: 700;
  color: #FFFFFF;
  background-image: url("../assets/polygon/polygon_6sides-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.pager__item--active:hover, .pager__item--active:focus {
  color: #FFFFFF;
}

.pager__item--previous, .pager__item--next {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 10px;
  height: 20px;
}

.pager__item--previous:before, .pager__item--next:before {
  position: absolute;
  left: 1px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #5F3693;
  border-left: 2px solid #5F3693;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

@media screen and (min-width: 700px) {
  .pager__item--previous:before, .pager__item--next:before {
    top: 3px;
    width: 11px;
    height: 11px;
  }
}

.pager__item--previous {
  margin: 0 11px 0 0;
}

@media (min-width: 700px) {
  .pager__item--previous {
    margin: 0 20px 0 0;
  }
}

.pager__item--next {
  margin: 0 0 0 11px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 700px) {
  .pager__item--next {
    margin: 0 0 0 20px;
  }
}

.pager__item--disabled {
  opacity: 0.3;
  pointer-events: none;
}

/**
 * @file
 * Carousel
 *
 * Contains styles for carousel object.
 */
.carousel__wrapper {
  border: solid 1px #949494;
}

@media (min-width: 700px) {
  .carousel__wrapper {
    border: none;
  }
}

.carousel__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: row-reverse;
  -webkit-justify-content: row-reverse;
     -moz-box-pack: row-reverse;
      -ms-flex-pack: row-reverse;
          justify-content: row-reverse;
  position: relative;
  width: 100%;
}

.carousel__caption {
  position: relative;
  width: 100%;
  bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 18px;
}

@media (min-width: 700px) {
  .carousel__caption {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    border: solid 1px #949494;
    width: calc(100% - 76px);
    margin: -21px auto 0;
    padding: 19px 18px 21px;
    background: #FFFFFF;
    overflow: hidden;
  }
}

@media (min-width: 1025px) {
  .carousel__caption {
    width: calc(100% - 184px);
    margin: -43px auto 0;
    padding: 19px 24px 21px;
  }
}

.carousel__caption::after {
  content: none;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  display: block;
  height: 2px;
  width: 160px;
  position: absolute;
  left: calc(100% - 122px);
  bottom: 0;
  -webkit-transform: rotateZ(130deg);
      -ms-transform: rotate(130deg);
          transform: rotateZ(130deg);
}

@media (min-width: 700px) {
  .carousel__caption::after {
    content: '';
  }
}

@media (min-width: 1025px) {
  .carousel__caption::after {
    left: calc(100% - 124px);
  }
}

.carousel__caption a {
  -webkit-text-decoration-line: underline;
     -moz-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: dotted;
     -moz-text-decoration-style: dotted;
          text-decoration-style: dotted;
  -webkit-text-decoration-color: #949494;
     -moz-text-decoration-color: #949494;
          text-decoration-color: #949494;
}

.carousel__img {
  position: relative;
}

.carousel__img a {
  display: block;
  height: 100%;
}

.carousel__img a:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: -4px;
}

.carousel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel .slick-prev {
  left: -16px;
}

@media (min-width: 700px) {
  .carousel .slick-prev {
    left: 11px;
  }
}

@media (min-width: 1025px) {
  .carousel .slick-prev {
    left: 25px;
  }
}

.carousel .slick-prev:hover::after, .carousel .slick-prev:focus::after {
  background-image: url("../assets/icons/chevron-left-white.svg");
}

.carousel .slick-prev::after {
  background: url("../assets/icons/chevron-left-black.svg");
}

.carousel .slick-next {
  right: -16px;
}

@media (min-width: 700px) {
  .carousel .slick-next {
    right: 11px;
  }
}

@media (min-width: 1025px) {
  .carousel .slick-next {
    right: 25px;
  }
}

.carousel .slick-next:hover::after, .carousel .slick-next:focus::after {
  background-image: url("../assets/icons/chevron-right-white.svg");
}

.carousel .slick-next::after {
  background: url("../assets/icons/chevron-right-black.svg");
}

.carousel .slick-arrow {
  height: 44px;
  width: 44px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='54px' height='55px' viewBox='0 0 54 55' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPolygon%3C/title%3E%3Cg id='Pattern' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Pattern-Page-LG' transform='translate(-1013.000000, -4006.000000)' fill='%2342D1AC'%3E%3Cg id='Carousel' transform='translate(0.000000, 3603.500000)'%3E%3Cg id='Group-9-Copy' transform='translate(108.000000, 0.000000)'%3E%3Cg id='block-copy' transform='translate(0.000000, 153.000000)'%3E%3Cg id='Polygon' transform='translate(932.000000, 277.000000) rotate(-90.000000) translate(-932.000000, -277.000000) translate(905.000000, 250.000000)'%3E%3Cpolygon points='27 0 37.9818894 2.33427264 47.0649103 8.93347363 52.6785259 18.6565412 53.8520912 29.8222685 50.3826859 40.5 42.8702018 48.8434588 32.6136157 53.4099852 21.3863843 53.4099852 11.1297982 48.8434588 3.6173141 40.5 0.147908825 29.8222685 1.32147406 18.6565412 6.93508971 8.93347363 16.0181106 2.33427264'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: center center;
  top: calc(66% - 128px);
  -webkit-transition: background-image 0.3s;
  -o-transition: background-image 0.3s;
  transition: background-image 0.3s;
}

@media (min-width: 700px) {
  .carousel .slick-arrow {
    height: 54px;
    width: 54px;
    background-size: 54px;
    top: calc(66% - 114px);
  }
}

@media (min-width: 1025px) {
  .carousel .slick-arrow {
    top: calc(66% - 120px);
  }
}

.carousel .slick-arrow:hover, .carousel .slick-arrow:focus {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8'?%3E%3Csvg width='54px' height='55px' viewBox='0 0 54 55' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Ctitle%3EPolygon%3C/title%3E%3Cg id='Pattern' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Pattern-Page-LG' transform='translate(-1013.000000, -4006.000000)' fill='%231D8C6E'%3E%3Cg id='Carousel' transform='translate(0.000000, 3603.500000)'%3E%3Cg id='Group-9-Copy' transform='translate(108.000000, 0.000000)'%3E%3Cg id='block-copy' transform='translate(0.000000, 153.000000)'%3E%3Cg id='Polygon' transform='translate(932.000000, 277.000000) rotate(-90.000000) translate(-932.000000, -277.000000) translate(905.000000, 250.000000)'%3E%3Cpolygon points='27 0 37.9818894 2.33427264 47.0649103 8.93347363 52.6785259 18.6565412 53.8520912 29.8222685 50.3826859 40.5 42.8702018 48.8434588 32.6136157 53.4099852 21.3863843 53.4099852 11.1297982 48.8434588 3.6173141 40.5 0.147908825 29.8222685 1.32147406 18.6565412 6.93508971 8.93347363 16.0181106 2.33427264'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.carousel .slick-arrow:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.carousel .slick-arrow::after {
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  background-size: 7px;
  background-position: center center;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.carousel .slick-list::after {
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  content: '';
  display: block;
  height: 2px;
  width: 160px;
  position: absolute;
  left: calc(100% - 124px);
  bottom: 0;
  -webkit-transform: rotateZ(-51deg);
      -ms-transform: rotate(-51deg);
          transform: rotateZ(-51deg);
}

@media (min-width: 700px) {
  .carousel .slick-list::after {
    content: none;
  }
}

.carousel .slick-slide {
  padding-bottom: 18px;
}

@media (min-width: 700px) {
  .carousel .slick-slide {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) {
  @supports (background: -webkit-named-image(i)) {
    .carousel .slick-slide {
      padding-bottom: 21px;
    }
  }
}

.para-container {
  margin: 50px 0;
}

@media (min-width: 700px) {
  .para-container {
    margin: 60px 0;
  }
}

@media (min-width: 1025px) {
  .para-container {
    margin: 74px 0;
  }
}

.para-container:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .para-container:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

@media (min-width: 1025px) {
  .para-container:not(:last-of-type) {
    margin-bottom: 74px;
  }
}

.para-container:not(:last-of-type) + .para-container {
  margin-top: 20px;
}

@media (min-width: 700px) {
  .para-container:not(:last-of-type) + .para-container {
    margin-top: 30px;
  }
}

@media (min-width: 1025px) {
  .para-container:not(:last-of-type) + .para-container {
    margin-top: 74px;
  }
}

.para-container:last-of-type .para-container-item:last-of-type > div:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .para-container__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  .para-container-item:not(:last-of-type):not(:empty) {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .para-container-item:not(:last-of-type):not(:empty) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .para-container-item {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  .para-container-item--40 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36.2%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 36.2%;
            flex: 0 0 36.2%;
    width: 36.2%;
  }
}

@media (min-width: 1025px) {
  .para-container-item--60 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 57.5%;
            flex: 0 0 57.5%;
    width: 57.5%;
  }
}

.para-container-item > div:not(:last-of-type) {
  margin-bottom: 20px;
}

@media (min-width: 700px) {
  .para-container-item > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}

#main .para-container.bottom-overlap {
  margin-bottom: -40px;
}

@media (min-width: 700px) {
  #main .para-container.bottom-overlap {
    margin-bottom: -65px;
  }
}

@media (min-width: 1025px) {
  #main .para-container.bottom-overlap {
    margin-bottom: 0;
  }
}

@media (min-width: 1025px) {
  #main .para-container.bottom-overlap .para-container__inner > .para-container-item {
    position: relative;
  }
}

#main .para-container.bottom-overlap .para-container__inner > .para-container-item:last-child > div:not(.pc-quote):not(.feature.feature--box) {
  margin-bottom: 60px;
}

@media (min-width: 700px) {
  #main .para-container.bottom-overlap .para-container__inner > .para-container-item:last-child > div:not(.pc-quote):not(.feature.feature--box) {
    margin-bottom: 105px;
  }
}

@media (min-width: 1025px) {
  #main .para-container.bottom-overlap .para-container__inner > .para-container-item:last-child > div:not(.pc-quote):not(.feature.feature--box) {
    margin-bottom: 60px;
  }
}

@media (min-width: 1025px) {
  #main .para-container.bottom-overlap .para-container__inner > .para-container-item > .pc-quote, #main .para-container.bottom-overlap .para-container__inner > .para-container-item > .feature.feature--box {
    position: absolute;
    width: 100%;
  }
}

@media (min-width: 1025px) {
  #main .para-container.bottom-overlap .para-container__inner > .para-container-item > div:not(.pc-quote):not(.feature.feature--box) {
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 700px) {
  .special-cols__inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 60px;
  }
}

@media screen and (min-width: 700px) {
  .special-cols__inner:after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% - 1px);
    width: 0;
    height: 100%;
    border-right: 2px dotted #949494;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 699px) {
  .special-cols__col {
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 700px) {
  .special-cols__col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
  @supports (-webkit-touch-callout: none) {
    .special-cols__col {
      -webkit-flex-basis: calc(50% - 30px);
          -ms-flex-preferred-size: calc(50% - 30px);
              flex-basis: calc(50% - 30px);
    }
  }
}

@media screen and (max-width: 699px) {
  .special-cols__col:first-of-type {
    padding-bottom: 20px;
    border-bottom: 2px dotted #949494;
  }
}

.special-cols__col:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.special-cols__img {
  margin-bottom: 1rem;
}

.special-cols__img img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .special-cols__img img {
    width: auto;
  }
}

.special-cols__title {
  font-size: 1.2857rem;
  line-height: 1.3;
  margin: 0 0 0.9rem;
}

.special-cols__desc {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 700px) {
  .special-cols__desc {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.special-cols__icons {
  margin-bottom: 1rem;
}

.special-cols__icons-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.special-cols__icons-wrapper:not(:last-of-type) {
  margin-bottom: 0.9rem;
}

.special-cols__icons-wrapper p {
  padding: 0.2rem 0 0 0.3rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 700px) {
  .special-cols__icons-wrapper p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.special-cols.single-col .special-cols__title {
  font-size: 1.9286rem;
  line-height: 2.5714rem;
}

@media (min-width: 700px) {
  .special-cols.single-col .special-cols__title {
    font-size: 1.6875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1025px) {
  .special-cols.single-col .special-cols__title {
    font-size: 1.875rem;
  }
}

/**
 * @file
 * Large Image
 *
 * Contains styles for Large Image object.
 */
.large-image {
  padding: 0;
  position: relative;
}

.large-image::before, .large-image::after {
  content: none;
}

.large-image-img {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 2000px;
}

@media (min-width: 2000px) {
  .large-image-img {
    width: 2000px;
    margin-left: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.large-image-img-container {
  position: relative;
}

.large-image.ribbon .large-image-img-container {
  padding-bottom: 51.43%;
}

@media (min-width: 700px) {
  .large-image.ribbon .large-image-img-container {
    padding-bottom: 52.334%;
  }
}

@media (min-width: 1025px) {
  .large-image.ribbon .large-image-img-container {
    padding-bottom: 44.834vw;
  }
}

.large-image.ribbon .ribbon-box {
  width: 135px;
  margin: -73px 0 0;
  padding: 14px 12px 29px;
  background-color: #412565;
  text-align: center;
  position: relative;
}

@media (min-width: 700px) {
  .large-image.ribbon .ribbon-box {
    width: 169px;
    margin: -45px -3px 0;
    padding: 17px 16px 36px;
  }
}

@media (min-width: 1025px) {
  .large-image.ribbon .ribbon-box {
    margin: 0;
    padding: 17px 16px 32px;
    position: absolute;
    left: 0;
    bottom: -33px;
  }
}

.large-image.ribbon .ribbon-box::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(135px - 130px);
  border-left: 65px solid transparent;
  border-right: 65px solid transparent;
  border-bottom: 15px solid #FFFFFF;
}

@media (min-width: 700px) {
  .large-image.ribbon .ribbon-box::after {
    width: calc(169px - 166px);
    border-right-width: 83px;
    border-left-width: 83px;
  }
}

.large-image.ribbon svg {
  width: 36px;
  height: 36px;
  margin: 0 auto 3px;
}

@media (min-width: 700px) {
  .large-image.ribbon svg {
    width: 46px;
    height: 47px;
    margin: -1px auto 3px;
  }
}

@media (min-width: 1025px) {
  .large-image.ribbon svg {
    margin: 0 auto -1px;
  }
}

.large-image.ribbon p {
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1.2rem;
}

@media (min-width: 700px) {
  .large-image.ribbon p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

@media (min-width: 700px) {
  .large-image.cta {
    position: relative;
  }
}

.large-image.cta .large-image-img-container {
  padding-bottom: 85.36%;
}

@media (min-width: 700px) {
  .large-image.cta .large-image-img-container {
    padding-bottom: 46.5%;
  }
}

@media (min-width: 1025px) {
  .large-image.cta .large-image-img-container {
    padding-bottom: 39.917vw;
  }
}

.large-image.cta .large-image-img-container img {
  -o-object-fit: cover;
     object-fit: cover;
}

.large-image.cta .cta-box {
  margin: -22px 0 0;
  padding: 30px 30px 37px;
  background-color: #FFFFFF;
  border: solid 1px #949494;
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .large-image.cta .cta-box {
    width: 233px;
    margin: 0;
    padding: 20px 30px 25px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

@media (min-width: 1025px) {
  .large-image.cta .cta-box {
    height: unset;
    width: 327px;
    padding: 31px 40px 45px;
  }
}

.large-image.cta .cta-box::after {
  content: '';
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  display: block;
  height: 2px;
  width: 260px;
  position: absolute;
  left: calc(100% - 206px);
  bottom: 0;
  -webkit-transform: rotateZ(130deg);
      -ms-transform: rotate(130deg);
          transform: rotateZ(130deg);
  z-index: -1;
}

@media (min-width: 700px) {
  .large-image.cta .cta-box::after {
    width: 300px;
    left: calc(100% - 208px);
  }
}

@media (min-width: 1025px) {
  .large-image.cta .cta-box::after {
    width: 500px;
    left: calc(100% - 330px);
  }
}

.large-image.cta .cta-box__heading {
  font-size: 1.5rem;
  line-height: 2.1429rem;
  font-weight: 800;
  margin: 0 0 9px;
}

@media (min-width: 700px) {
  .large-image.cta .cta-box__heading {
    font-size: 1.6875rem;
    line-height: 2.25rem;
    margin-bottom: 8px;
  }
}

@media (min-width: 1025px) {
  .large-image.cta .cta-box__heading {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin-bottom: 13px;
  }
}

.large-image.cta .cta-box__content {
  margin-bottom: 15px;
}

@media (min-width: 700px) {
  .large-image.cta .cta-box__content {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin-bottom: 13px;
  }
}

@media (min-width: 1025px) {
  .large-image.cta .cta-box__content {
    margin-bottom: 14px;
  }
}

.large-image.cta .cta-box .cta--link, .large-image.cta .cta-box .cta--link-red, .large-image.cta .cta-box .cta--link-green, .large-image.cta .cta-box .cta--link-orange {
  color: #000000;
}

.large-image.cta .cta-box .cta--link:hover, .large-image.cta .cta-box .cta--link-red:hover, .large-image.cta .cta-box .cta--link-green:hover, .large-image.cta .cta-box .cta--link-orange:hover, .large-image.cta .cta-box .cta--link:focus, .large-image.cta .cta-box .cta--link-red:focus, .large-image.cta .cta-box .cta--link-green:focus, .large-image.cta .cta-box .cta--link-orange:focus {
  color: #5F3693;
}

.large-image.cta-play-btn .cta--link .last-word span, .large-image.cta-play-btn .cta--link-red .last-word span, .large-image.cta-play-btn .cta--link-green .last-word span, .large-image.cta-play-btn .cta--link-orange .last-word span {
  background-image: url("../assets/icons/play.svg");
}

/**
 * @file
 * Basic Section
 *
 * Contains styles for Basic Section object.
 */
@media (min-width: 700px) {
  .basic-section__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .basic-section__header h2 {
    margin: 0;
  }
}

.basic-section__section-cta {
  margin: 0;
}

@media (min-width: 700px) {
  .basic-section__section-cta {
    margin: 0 0 0 20px;
  }
}

.basic-section__intro {
  margin: 20px 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 700px) {
  .basic-section__intro {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 1025px) {
  .basic-section__intro {
    margin: 15px 0 0;
  }
}

@media screen and (min-width: 700px) {
  .feature__inner:after {
    display: table;
    content: '';
    clear: both;
  }
}

.feature__gutter {
  padding: 1.55rem 2.1429rem;
}

@media screen and (min-width: 700px) {
  .feature__gutter {
    padding: 1.4rem 1.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .feature__gutter {
    padding: 2rem 2.5rem;
  }
}

.feature__img {
  width: 100%;
  margin: 0 0 1.0rem;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature__img {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .feature__img {
    margin: 0 0 1.8rem;
    width: auto;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature__img + .feature__gutter {
    width: 100%;
    float: right;
  }
}

@media screen and (min-width: 1025px) {
  .feature__img + .feature__gutter {
    padding-top: 0;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature__img + .feature__gutter .feature__statistics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature__img + .feature__gutter .feature__statistics .feature-stat:not(:last-of-type) {
    padding-bottom: 1.5rem;
    margin-bottom: 1.8rem;
    border-bottom: 2px dotted #949494;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature__img + .feature__gutter .feature__statistics .feature-stat::after {
    content: none;
  }
}

.feature__title {
  text-transform: uppercase;
  font-weight: 900;
  margin: 0 0 1.1rem;
}

@media screen and (min-width: 700px) {
  .feature__title {
    font-size: 1.5rem;
    margin: 0 0 0.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .feature__title {
    font-size: 1.625rem;
  }
}

.feature__title-secondary {
  margin: 0 0 0.6rem;
  font-size: 1.2857rem;
  line-height: 1.4;
  font-weight: 900;
}

@media screen and (min-width: 1025px) {
  .feature__title-secondary {
    margin: 0 0 0.2rem;
  }
}

.feature__title-secondary a {
  color: #000000;
  text-decoration: none;
  font-weight: 800;
}

.feature__title-secondary a:hover, .feature__title-secondary a:focus {
  color: #5F3693;
}

.feature__body, .feature__body-secondary {
  margin: 10px 0 20px;
}

@media screen and (min-width: 1025px) {
  .feature__body, .feature__body-secondary {
    line-height: 1.5;
    margin: 15px 0 30px;
  }
}

.feature__body-secondary {
  margin: 10px 0 20px;
}

@media screen and (min-width: 700px) {
  .feature__body-secondary {
    font-size: 0.875rem;
    margin: 15px 0 30px;
  }
}

.feature__statistics {
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature__statistics {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature-stat {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 45.5%;
            flex: 0 0 45.5%;
  }
}

.feature-stat:first-of-type:last-of-type {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature-stat:first-of-type:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 0;
    right: calc(50% - 2px);
    width: 0;
    height: 100%;
    border-right: 2px dotted #949494;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.feature-stat:not(:last-of-type) {
  padding-bottom: 1.5rem;
  margin-bottom: 1.8rem;
  border-bottom: 2px dotted #949494;
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .feature-stat:not(:last-of-type) {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .feature-stat:not(:last-of-type) {
    margin-bottom: 0.8rem;
  }
}

.feature-stat__num {
  font-size: 2.5714rem;
  font-weight: 900;
  margin-bottom: 0.4rem;
}

@media screen and (min-width: 700px) {
  .feature-stat__num {
    font-size: 3.75rem;
    line-height: 1.1;
  }
}

@media screen and (min-width: 1025px) {
  .feature-stat__num {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 0.1rem;
  }
}

@media (min-width: 1201px) {
  .feature-stat__num {
    font-size: 3.75rem;
  }
}

.feature-stat__num-symbol {
  color: #5F3693;
}

.feature-stat__num-symbol:nth-child(1) {
  margin: 0 -0.8rem 0 0;
}

.feature-stat__num-symbol:nth-child(2) {
  margin: 0 0 0 -0.8rem;
}

@media screen and (min-width: 700px) {
  .feature-stat__info {
    font-size: 14px;
  }
}

@media screen and (min-width: 1025px) {
  .feature-stat__info {
    line-height: 1.55;
  }
}

.feature-stat__cta {
  margin: 1rem 0 0;
}

.feature hr {
  margin: 20px 0;
  padding: 0;
  border: 0;
  border-top: 2px dotted #949494;
}

@media (min-width: 700px) {
  .feature hr {
    margin: 21.5px 0;
  }
}

@media (min-width: 1025px) {
  .feature hr {
    margin: 26px 0 23px;
  }
}

.feature hr::before, .feature hr::after {
  content: none;
}

.feature--box {
  position: relative;
  overflow: hidden;
  border: 1px solid #949494;
  z-index: 1;
  background-color: #FFFFFF;
}

.feature--box:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -20px;
  height: 2px;
  width: 116px;
  -webkit-transform: rotate(130deg);
      -ms-transform: rotate(130deg);
          transform: rotate(130deg);
  border-bottom: 2px dotted #949494;
}

@media screen and (min-width: 700px) {
  .feature--box:after {
    bottom: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .feature--box:after {
    bottom: 10px;
    right: -60px;
    height: 51px;
    width: 142px;
  }
}

@media (min-width: 700px) {
  .feature-secondary__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .feature-secondary__wrapper {
    display: block;
  }
}

@media (min-width: 700px) {
  .feature-secondary__left {
    -webkit-flex-basis: calc(55% - 17px);
        -ms-flex-preferred-size: calc(55% - 17px);
            flex-basis: calc(55% - 17px);
  }
}

@media (min-width: 1025px) {
  .feature-secondary__left {
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
  }
}

@media (min-width: 700px) {
  .feature-secondary__right {
    -webkit-flex-basis: calc(45% - 17px);
        -ms-flex-preferred-size: calc(45% - 17px);
            flex-basis: calc(45% - 17px);
  }
}

@media (min-width: 1025px) {
  .feature-secondary__right {
    -webkit-flex-basis: unset;
        -ms-flex-preferred-size: unset;
            flex-basis: unset;
  }
}

/**
 * @file
 * Contact
 *
 * Contains styles for Contact object.
 */
.contact {
  padding: 44px 0 0;
}

@media (min-width: 700px) {
  .contact {
    padding: 57px 0 0;
  }
}

@media (min-width: 1025px) {
  .contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 106px 0 0;
  }
}

@media (min-width: 1025px) {
  .contact__left, .contact__right {
    -webkit-flex-basis: calc(50% - 47px);
        -ms-flex-preferred-size: calc(50% - 47px);
            flex-basis: calc(50% - 47px);
  }
}

.contact__header h2 {
  margin: 0;
}

@media (min-width: 1025px) {
  .contact__header h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
  }
}

.contact__intro {
  margin: 19px 0 15px;
}

@media (min-width: 700px) {
  .contact__intro {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 1025px) {
  .contact__intro {
    margin: 15px 0 14px;
  }
}

.contact__cta a {
  color: #000000;
}

.contact__box {
  margin: 15px 0 0;
  padding: 29px 19px;
  border: solid 1px #979797;
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .contact__box {
    margin: 30px 0 0;
    padding: 29px 29px;
  }
}

@media (min-width: 1025px) {
  .contact__box {
    margin: 10px 0 0;
    padding: 29px 39px 33px;
  }
}

.contact__box::after {
  content: '';
  display: block;
  position: absolute;
  right: -6px;
  bottom: -56px;
  height: 130px;
  width: 51px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-left: 2px dotted #949494;
}

@media (min-width: 700px) {
  .contact__box::after {
    height: 200px;
    width: 200px;
    right: -124px;
    bottom: -95px;
  }
}

@media (min-width: 1025px) {
  .contact__box::after {
    right: -166px;
  }
}

.contact__box strong {
  text-transform: uppercase;
  display: inline-block;
  margin: 0 4px 25px;
}

@media (min-width: 700px) {
  .contact__box strong {
    margin: 0 0 32px;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1025px) {
  .contact__box strong {
    margin: 0 0 25px;
  }
}

.contact__box-item {
  margin: 0 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 1025px) {
  .contact__box-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.contact__box-item:last-of-type {
  margin: 0;
}

.contact__box-item__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-basis: 115px;
      -ms-flex-preferred-size: 115px;
          flex-basis: 115px;
  font-size: 0.8571rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 17px;
}

@media screen and (max-width: 699px) {
  .contact__box-item__left {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 700px) {
  .contact__box-item__left {
    font-size: 0.75rem;
    line-height: 1.3125rem;
  }
}

.contact__box-item__left svg {
  height: 32px;
  width: 32px;
  margin: 0 10px 0 0;
}

@media (min-width: 700px) {
  .contact__box-item__left svg {
    position: relative;
    top: -3px;
  }
}

.contact__box-item__right {
  -webkit-flex-basis: 45%;
      -ms-flex-preferred-size: 45%;
          flex-basis: 45%;
  word-break: break-word;
}

@media screen and (max-width: 699px) {
  .contact__box-item__right {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 700px) {
  .contact__box-item__right {
    -webkit-flex-basis: 70%;
        -ms-flex-preferred-size: 70%;
            flex-basis: 70%;
    margin: -4px 0 0;
  }
}

@media (min-width: 1025px) {
  .contact__box-item__right {
    -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
            flex-basis: 55%;
    margin: 0;
  }
}

@media (min-width: 700px) {
  .contact__box-item__right a {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.contact__box-item__right p,
.contact__box-item__right address {
  font-style: normal;
}

@media (min-width: 700px) {
  .contact__box-item__right p,
  .contact__box-item__right address {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

@media (min-width: 1025px) {
  .contact__box-item__right p,
  .contact__box-item__right address {
    line-height: 1.5rem;
  }
}

.contact__box-item__right p {
  margin: 0;
}

.contact__box-item__right address {
  margin: 6px 0 0;
}

@media (min-width: 1025px) {
  .contact__box-item__right address {
    margin: 0;
  }
}

.steps__header {
  margin: 0 0 10px;
}

@media screen and (min-width: 700px) {
  .steps__header {
    margin: 0 0 14px;
  }
}

@media screen and (min-width: 1025px) {
  .steps__header {
    letter-spacing: 0.02rem;
  }
}

@media screen and (min-width: 700px) {
  .steps__intro {
    font-size: 18px;
    line-height: 1.4;
  }
}

.steps__list {
  padding: 0;
  margin-top: 32px;
}

@media screen and (min-width: 700px) {
  .steps__list {
    margin-top: 47px;
  }
}

@media screen and (min-width: 1025px) {
  .steps__list {
    margin-top: 55px;
  }
}

.steps .step {
  position: relative;
  list-style-type: none;
}

@media screen and (min-width: 700px) {
  .steps .step {
    padding-left: 93px;
  }
}

.steps .step:not(:last-of-type) {
  margin-bottom: 3.15rem;
}

@media screen and (min-width: 1025px) {
  .steps .step:not(:last-of-type) {
    margin-bottom: 3.7rem;
  }
}

.steps .step.js-animate .step__icon svg {
  -webkit-transform: rotateZ(720deg);
      -ms-transform: rotate(720deg);
          transform: rotateZ(720deg);
  opacity: 1;
}

.steps .step__header {
  padding-left: 57px;
  margin: 0 0 11px;
  line-height: 1.35;
}

@media screen and (min-width: 700px) {
  .steps .step__header {
    padding-left: 0;
    margin: 0 0 14px;
  }
}

@media screen and (min-width: 1025px) {
  .steps .step__header {
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 700px) {
  .steps .step__body {
    margin: 0 0 17px;
  }
}

@media screen and (min-width: 1025px) {
  .steps .step__body {
    line-height: 1.5;
  }
}

.steps .step__icon {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 1.4629rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  left: 0;
  width: 45px;
  height: 45px;
}

@media screen and (min-width: 700px) {
  .steps .step__icon {
    top: -18px;
    width: 68px;
    height: 68px;
    font-size: 1.875rem;
  }
}

.steps .step__icon span:last-of-type {
  margin-right: -4px;
}

@media screen and (min-width: 1025px) {
  .steps .step__icon span:last-of-type {
    margin-right: -8px;
  }
}

.steps .step__icon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: rotateZ(0deg);
      -ms-transform: rotate(0deg);
          transform: rotateZ(0deg);
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  transition: opacity 1s ease-out, -webkit-transform 1s ease-out;
  -o-transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out;
  transition: transform 1s ease-out, opacity 1s ease-out, -webkit-transform 1s ease-out;
}

.steps .step__icon svg g {
  stroke-width: 2px;
}

@media (min-width: 700px) {
  .steps .step__icon svg g {
    stroke-width: 1.5px;
  }
}

.steps .step__icon--number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}

.steps .step__body {
  margin: 0 0 25px;
}

.steps .step::marker {
  content: '';
}

.steps .step:nth-child(3n+1) .step__icon span:last-of-type {
  color: #42D1AC;
}

.steps .step:nth-child(3n+1) .cta--link, .steps .step:nth-child(3n+1) .cta--link-red, .steps .step:nth-child(3n+1) .cta--link-green, .steps .step:nth-child(3n+1) .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#42D1AC), to(#42D1AC));
  background-image: -o-linear-gradient(right, #42D1AC, #42D1AC);
  background-image: linear-gradient(to left, #42D1AC, #42D1AC);
}

.steps .step:nth-child(3n+2) .step__icon span:last-of-type {
  color: #87C5F6;
}

.steps .step:nth-child(3n+3) .step__icon span:last-of-type {
  color: #90CD24;
}

.steps .step:nth-child(3n+3) .cta--link, .steps .step:nth-child(3n+3) .cta--link-red, .steps .step:nth-child(3n+3) .cta--link-green, .steps .step:nth-child(3n+3) .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#90CD24), to(#90CD24));
  background-image: -o-linear-gradient(right, #90CD24, #90CD24);
  background-image: linear-gradient(to left, #90CD24, #90CD24);
}

.home-hero {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

@media (min-width: 2000px) {
  .home-hero {
    max-width: 2000px;
    margin: 0;
    left: -51.6%;
  }
}

.home-hero__inner {
  position: relative;
  background-color: #000000;
}

@media screen and (min-width: 700px) {
  .home-hero__inner {
    padding: 0 3.1rem;
    height: calc(70.5vw * 0.95);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero__inner {
    padding: 0 5.0rem;
    height: calc(100vw * 0.62);
    min-height: auto;
    max-height: 744px;
  }
}

.home-hero__content {
  position: relative;
  max-width: 2000px;
  margin: 0 auto;
  z-index: 3;
}

@media screen and (min-width: 700px) {
  .home-hero__content {
    top: 50px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.3s, top 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s, top 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s, top 0.3s ease 0.3s;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .home-hero__content {
    max-width: 1200px;
  }
}

.home-hero__content--wrapper {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

@media (min-width: 700px) {
  .home-hero__content--wrapper {
    padding: 60px 0 0;
  }
}

@media (min-width: 1025px) {
  .home-hero__content--wrapper {
    padding: 80px 0 0;
  }
}

.home-hero__box {
  position: relative;
  padding: 3.2rem 5.5rem 2.5rem 2.7rem;
  overflow: hidden;
  background-color: #FFFFFF;
}

@media screen and (min-width: 700px) {
  .home-hero__box {
    background-color: #FFFFFF;
    padding: 1.4rem 1.4rem 1.2rem;
    width: 212px;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero__box {
    width: 364px;
    padding: 2.3rem 2.85rem 2.8rem;
  }
}

.home-hero__box:after {
  content: '';
  position: absolute;
  bottom: -57px;
  right: 19px;
  width: 51px;
  height: 206px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-left: 2px dotted #949494;
}

@media screen and (min-width: 700px) {
  .home-hero__box:after {
    bottom: -117px;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero__box:after {
    bottom: -57px;
    right: 0px;
    width: 51px;
    height: 244px;
  }
}

.home-hero__headings {
  margin: 0 0 6px;
}

@media screen and (min-width: 700px) {
  .home-hero__headings {
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero__headings {
    margin: 0 0 6px;
  }
}

.home-hero__heading {
  display: block;
}

@media screen and (min-width: 700px) {
  .home-hero__heading {
    line-height: 1.14;
  }
}

.home-hero__heading--1 {
  font-size: 1.2857rem;
  font-weight: 400;
}

@media screen and (min-width: 700px) {
  .home-hero__heading--1 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero__heading--1 {
    font-size: 1.875rem;
  }
}

.home-hero__heading--2, .home-hero__heading--3 {
  font-size: 2.5714rem;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  .home-hero__heading--2, .home-hero__heading--3 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero__heading--2, .home-hero__heading--3 {
    font-size: 60px;
  }
}

.home-hero__heading--2 {
  color: #5F3693;
}

@media screen and (min-width: 700px) {
  .home-hero__intro {
    font-size: 18px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 1025px) {
  .home-hero__intro {
    margin-right: 60px;
  }
}

.home-hero__imgs {
  position: relative;
  min-height: 300px;
  background-image: url("../assets/img/home-hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 700px) {
  .home-hero__imgs {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: unset;
  }
}

@media screen and (min-width: 700px) {
  .home-hero__imgs {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.6s;
    -o-transition: opacity 0.3s ease 0.6s;
    transition: opacity 0.3s ease 0.6s;
  }
}

.home-hero__img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (min-width: 700px) {
  .home-hero__img {
    display: block;
  }
}

@media (min-width: 1025px) {
  .home-hero__img {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .home-hero__img {
    left: unset;
    right: 15vw;
  }
}

.home-hero__img.js-active {
  opacity: 1;
}

.home-hero__img.mobile {
  display: block;
  bottom: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}

@media (max-width: 350px) {
  .home-hero__img.mobile {
    -o-object-fit: cover;
       object-fit: cover;
    left: -10px;
  }
}

@media (min-width: 700px) {
  .home-hero__img.mobile {
    display: none;
  }
}

.home-hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media (min-width: 700px) {
  body.js-home-loaded .home-hero__bg {
    opacity: 1;
  }
}

body.js-home-loaded .home-hero__content,
body.js-home-loaded .home-hero__imgs {
  opacity: 1;
}

body.js-home-loaded .home-hero__content {
  top: 0;
}

.home-section {
  margin: 34px 0;
  outline: none;
}

@media screen and (min-width: 1025px) {
  .home-section {
    margin: 62px 0;
  }
}

.home-section__inner {
  max-width: 1100px;
  margin: auto;
}

.home-section__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 1025px) {
  .home-section__top {
    margin-bottom: 2rem;
  }
}

.home-section__icon {
  position: relative;
  display: inline-block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 45px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  height: 45px;
  margin-right: 10px;
  opacity: 0;
}

@media screen and (min-width: 700px) {
  .home-section__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 65px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 65px;
            flex: 0 0 65px;
    height: 65px;
    margin-right: 16px;
  }
}

@media screen and (min-width: 1025px) {
  .home-section__icon {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 108px;
       -moz-box-flex: 0;
        -ms-flex: 0 0 108px;
            flex: 0 0 108px;
    height: 108px;
  }
}

.home-section__icon svg:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .home-section__icon svg:nth-child(1) g {
    stroke-width: 2px;
  }
}

.home-section__icon svg:nth-child(2) {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
}

.home-section__headings {
  margin: 0;
}

@media (min-width: 1025px) {
  .home-section__headings {
    margin: 0 44px 0 0;
  }
}

.home-section__heading {
  display: block;
}

@media screen and (min-width: 700px) {
  .home-section__heading {
    line-height: 1.34;
  }
}

@media screen and (min-width: 1025px) {
  .home-section__heading {
    line-height: 1.2;
  }
}

.home-section__heading--1 {
  font-size: 1.1429rem;
  font-weight: 400;
}

@media screen and (min-width: 700px) {
  .home-section__heading--1 {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-section__heading--1 {
    font-size: 1.875rem;
  }
}

.home-section__heading--2, .home-section__heading--3 {
  display: inline-block;
  font-size: 2.5714rem;
  text-transform: uppercase;
}

@media screen and (min-width: 700px) {
  .home-section__heading--2, .home-section__heading--3 {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-section__heading--2, .home-section__heading--3 {
    font-size: 60px;
  }
}

.home-section__heading--3 {
  color: #5F3693;
}

.home-section__bg {
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -34px;
}

@media screen and (min-width: 700px) {
  .home-section__bg {
    width: calc(100% + 100px);
    margin-left: -50px;
    margin-right: -50px;
  }
}

@media screen and (min-width: 1025px) {
  .home-section__bg {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: -62px;
    max-width: calc(100vw - 116px);
  }
}

.home-section__bg img {
  width: 100%;
  height: 100%;
  max-height: 656px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 1025px) {
  .home-section__bg img {
    position: relative;
    left: 58px;
  }
}

@media (min-width: 2000px) {
  .home-section__bg img {
    max-width: calc(2000px - 116px);
    margin: auto;
  }
}

.home-section__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.home-section .para-container {
  margin: 0 0 34px;
}

@media screen and (min-width: 1025px) {
  .home-section .pc-quote.negative-margin {
    margin-bottom: -88px;
  }
}

.home-section:nth-of-type(1) {
  padding-top: 22px;
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .home-section:nth-of-type(1) {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1025px) {
  .home-section:nth-of-type(1) {
    padding-top: 70px;
  }
}

.home-section:nth-of-type(1):before, .home-section:nth-of-type(1):after {
  content: none;
}

.home-section--lg-content-right .home-section__inner {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .home-section--lg-content-right .home-section__top {
    width: 63.8%;
  }
}

@media screen and (min-width: 1025px) {
  .home-section--lg-content-right .para-container {
    position: absolute;
    top: 18px;
    right: 0;
    width: 100%;
  }
}

.home-section.js-active .home-section__icon {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.home-section.js-active .home-section__icon svg:nth-child(1) {
  -webkit-transform: rotateZ(720deg);
      -ms-transform: rotate(720deg);
          transform: rotateZ(720deg);
  -webkit-transition: -webkit-transform 1s ease-out 0.3s;
  transition: -webkit-transform 1s ease-out 0.3s;
  -o-transition: transform 1s ease-out 0.3s;
  transition: transform 1s ease-out 0.3s;
  transition: transform 1s ease-out 0.3s, -webkit-transform 1s ease-out 0.3s;
}

.home-section.js-active .home-section__icon svg:nth-child(2) {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease 1.3s;
  -o-transition: opacity 0.3s ease 1.3s;
  transition: opacity 0.3s ease 1.3s;
}

.home-section:nth-of-type(1) .home-section__icon svg:nth-child(2) path {
  fill: #42D1AC;
}

.home-section:nth-of-type(1) .cta--link, .home-section:nth-of-type(1) .cta--link-red, .home-section:nth-of-type(1) .cta--link-green, .home-section:nth-of-type(1) .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#42D1AC), to(#42D1AC));
  background-image: -o-linear-gradient(right, #42D1AC, #42D1AC);
  background-image: linear-gradient(to left, #42D1AC, #42D1AC);
}

.home-section:nth-of-type(1) .cta--button {
  border: 2px solid #42D1AC;
}

.home-section:nth-of-type(1) .cta--button:hover, .home-section:nth-of-type(1) .cta--button:focus {
  background-color: #42D1AC;
}

.home-section:nth-of-type(2) .home-section__icon svg:nth-child(2) path {
  fill: #87C5F6;
}

.home-section:nth-of-type(2) .cta--link, .home-section:nth-of-type(2) .cta--link-red, .home-section:nth-of-type(2) .cta--link-green, .home-section:nth-of-type(2) .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#87C5F6), to(#87C5F6));
  background-image: -o-linear-gradient(right, #87C5F6, #87C5F6);
  background-image: linear-gradient(to left, #87C5F6, #87C5F6);
}

.home-section:nth-of-type(2) .cta--button {
  border: 2px solid #87C5F6;
}

.home-section:nth-of-type(2) .cta--button:hover, .home-section:nth-of-type(2) .cta--button:focus {
  background-color: #87C5F6;
}

.home-section:nth-of-type(2) .negative-margin {
  margin-bottom: -64px;
}

.home-section:nth-of-type(3) .home-section__icon svg:nth-child(2) path {
  fill: #90CD24;
}

.home-section:nth-of-type(3) .cta--link, .home-section:nth-of-type(3) .cta--link-red, .home-section:nth-of-type(3) .cta--link-green, .home-section:nth-of-type(3) .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#90CD24), to(#90CD24));
  background-image: -o-linear-gradient(right, #90CD24, #90CD24);
  background-image: linear-gradient(to left, #90CD24, #90CD24);
}

.home-section:nth-of-type(3) .cta--button {
  border: 2px solid #90CD24;
}

.home-section:nth-of-type(3) .cta--button:hover, .home-section:nth-of-type(3) .cta--button:focus {
  background-color: #90CD24;
}

.home-section:nth-of-type(4) .home-section__icon svg:nth-child(2) path {
  fill: #EB9D00;
}

.home-section:nth-of-type(4) .cta--link, .home-section:nth-of-type(4) .cta--link-red, .home-section:nth-of-type(4) .cta--link-green, .home-section:nth-of-type(4) .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#EB9D00), to(#EB9D00));
  background-image: -o-linear-gradient(right, #EB9D00, #EB9D00);
  background-image: linear-gradient(to left, #EB9D00, #EB9D00);
}

.home-section:nth-of-type(4) .cta--button {
  border: 2px solid #EB9D00;
}

.home-section:nth-of-type(4) .cta--button:hover, .home-section:nth-of-type(4) .cta--button:focus {
  background-color: #EB9D00;
}

.home-section:nth-of-type(5) .home-section__icon svg:nth-child(2) path {
  fill: #FF7171;
}

.home-section:nth-of-type(5) .cta--link, .home-section:nth-of-type(5) .cta--link-red, .home-section:nth-of-type(5) .cta--link-green, .home-section:nth-of-type(5) .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#FF7171), to(#FF7171));
  background-image: -o-linear-gradient(right, #FF7171, #FF7171);
  background-image: linear-gradient(to left, #FF7171, #FF7171);
}

.home-section:nth-of-type(5) .cta--button {
  border: 2px solid #FF7171;
}

.home-section:nth-of-type(5) .cta--button:hover, .home-section:nth-of-type(5) .cta--button:focus {
  background-color: #FF7171;
}

.spotlight {
  border: 1px solid #949494;
}

.spotlight__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.2rem 1.35rem;
  border-bottom: 1px solid #949494;
}

@media screen and (min-width: 700px) {
  .spotlight__top {
    padding: 0.94rem 1.0rem 0.94rem 1.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .spotlight__top {
    padding: 0.96rem 1.0rem 0.96rem 1.4rem;
  }
}

.spotlight__header {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.spotlight__controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.spotlight__controller .slick-arrow {
  position: relative;
  top: 0;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  width: 30px;
  height: 30px;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.spotlight__controller .slick-arrow svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spotlight__controller .slick-arrow svg g {
  stroke: #87C5F6;
  stroke-width: 5px;
}

.spotlight__controller .slick-arrow svg polygon {
  fill: #FFFFFF;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.spotlight__controller .slick-arrow:after {
  left: calc(50% - 1px);
  width: 20%;
  height: 20%;
  background: none;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.spotlight__controller .slick-arrow:not(:last-of-type) {
  margin-right: 0.5rem;
}

.spotlight__controller .slick-arrow.slick-disabled {
  opacity: 0.5;
}

.spotlight__controller .slick-arrow.slick-disabled:after {
  background: none;
}

.spotlight__controller .slick-arrow:not(:disabled):hover svg polygon {
  fill: #87C5F6;
}

.spotlight__controller .slick-prev:after {
  left: calc(50% + 1px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.spotlight-item {
  position: relative;
  padding: 2.15rem 2.15rem 2.7rem 1.35rem;
  height: 100%;
}

@media screen and (min-width: 700px) {
  .spotlight-item {
    padding: 1.9rem 1.9rem 1.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .spotlight-item {
    padding: 1.9rem 2.6rem 1.9rem;
  }
}

.spotlight-item:after {
  content: '';
  position: absolute;
  bottom: -56px;
  right: -3px;
  width: 51px;
  height: 130px;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
  border-left: 2px dotted #949494;
}

@media screen and (min-width: 700px) {
  .spotlight-item:after {
    bottom: -64px;
  }
}

@media screen and (min-width: 1025px) {
  .spotlight-item:after {
    content: none;
    bottom: -35px;
    right: 0px;
    width: 51px;
    height: 142px;
    -webkit-transform: rotate(38deg);
        -ms-transform: rotate(38deg);
            transform: rotate(38deg);
  }
}

.spotlight-item__header {
  display: inline;
  margin: 0 10px 0 0;
  font-size: 1.2857rem;
  line-height: 1.4;
  font-weight: 900;
}

@media (min-width: 700px) {
  .spotlight-item__header {
    font-size: 1.3125rem;
  }
}

.spotlight-item__header:hover, .spotlight-item__header:focus {
  color: #000000;
}

.spotlight-item__header a {
  color: #000000;
  text-decoration: none;
  font-weight: 800;
}

.spotlight-item__header a .last-word span {
  -webkit-transition: left 0.3s ease, background-image 0.3s ease;
  -o-transition: left 0.3s ease, background-image 0.3s ease;
  transition: left 0.3s ease, background-image 0.3s ease;
}

.spotlight-item__header a:hover, .spotlight-item__header a:focus {
  color: #5F3693;
}

.spotlight-item__img {
  float: right;
  width: 78px;
  margin: 0 -2.15rem 0.9rem 0.9rem;
}

@media screen and (min-width: 700px) {
  .spotlight-item__img {
    width: 120px;
    margin: 0 -1.9rem 0.9rem 0.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .spotlight-item__img {
    width: 100px;
    margin: 0 -2.55rem 0.9rem 0.9rem;
  }
}

.spotlight-item__subtitle {
  font-style: italic;
  font-size: 1rem;
  margin: 0.6rem 0 1rem;
}

@media (min-width: 700px) {
  .spotlight-item__subtitle {
    font-size: 0.875rem;
  }
}

@media (min-width: 1025px) {
  .spotlight-item__subtitle {
    margin: 0.2rem 0 1rem;
  }
}

.spotlight-item__body {
  font-size: 1rem;
  margin: 0.6rem 0 0.9rem;
}

@media (min-width: 700px) {
  .spotlight-item__body {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 1025px) {
  .spotlight-item__body {
    line-height: 1.5;
    margin: 0.2rem 0 0.9rem;
  }
}

.spotlight-item__body ul {
  padding-left: 12px;
}

.spotlight-item__body ul:first-of-type {
  margin-top: 0;
}

.spotlight-item__pub-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.4rem;
}

.spotlight-item__pub-top span {
  font-size: 0.8571rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.055rem;
  margin-left: 0.75rem;
}

@media screen and (min-width: 700px) {
  .spotlight-item__pub-top span {
    font-size: 0.75rem;
    margin-left: 0.45rem;
  }
}

.spotlight-item__pub-icon {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 30px;
     -moz-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}

.spotlight-item__pub-icon svg:nth-of-type(1) {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.spotlight-item__pub-icon svg:nth-of-type(1) path {
  fill: #87C5F6;
}

.spotlight-item__pub-icon svg:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spotlight-item__pub-icon svg:nth-of-type(2) g {
  stroke: #000000;
  stroke-width: 2px;
}

.spotlight-item__pub-title {
  font-style: italic;
  font-size: 1rem;
}

@media (min-width: 700px) {
  .spotlight-item__pub-title {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.spotlight .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spotlight .slick-slide {
  height: inherit !important;
}

@media screen and (min-width: 1025px) {
  .spotlight .slick-slide:nth-child(3n+3) .spotlight-item:after {
    content: '';
  }
}

.spotlight .slick-slide > div {
  height: 100%;
}

@media screen and (min-width: 700px) {
  .spotlight .slick-slide:not(:first-of-type):after {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: 1px;
    height: 100%;
    border-left: 1px solid #949494;
  }
}

@media screen and (min-width: 700px) {
  .para-container-item--40 .spotlight-item:after {
    bottom: -58px;
    width: 51px;
    height: 130px;
  }
}

@media screen and (min-width: 1025px) {
  .para-container-item--40 .spotlight-item:after {
    content: '';
    bottom: -54px;
    right: -4px;
  }
}

/**
 * @file
 * Basic Section
 *
 * Contains styles for Basic Section object.
 */
.special-highlights__header {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .special-highlights__header {
    margin: 0 0 30px;
  }
}

@media (min-width: 1025px) {
  .special-highlights__header {
    margin: 0 0 22px;
  }
}

.special-highlights__header h3 {
  font-size: 1.5rem;
  line-height: 2.1429rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .special-highlights__header h3 {
    margin: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .special-highlights__header h3 {
    font-size: 1.625rem;
    line-height: 1.625rem;
    margin: 0 0 14px;
  }
}

.special-highlights__header p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.special-highlights__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 700px) {
  .special-highlights__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
}

.special-highlights__row::after {
  display: block;
  position: absolute;
  top: 0;
  right: calc(50% - 2px);
  width: 0;
  height: 100%;
  border-right: 2px dotted rgba(148, 148, 148, 0.7);
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 700px) {
  .special-highlights__row::after {
    content: '';
  }
}

@media (min-width: 700px) {
  .special-highlights__item {
    -webkit-flex-basis: calc(50% - 32px);
        -ms-flex-preferred-size: calc(50% - 32px);
            flex-basis: calc(50% - 32px);
  }
}

@media (min-width: 1025px) {
  .special-highlights__item {
    -webkit-flex-basis: calc(50% - 33px);
        -ms-flex-preferred-size: calc(50% - 33px);
            flex-basis: calc(50% - 33px);
  }
}

.special-highlights__item:first-of-type {
  margin: 0 0 18px;
  padding: 0 0 21px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .special-highlights__item:first-of-type {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}

.special-highlights__item--img-wrapper {
  display: block;
}

.special-highlights__item--img-wrapper:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: -4px;
}

.special-highlights__item-img {
  display: block;
  width: 100%;
  margin: 0 0 9px;
}

@media (min-width: 700px) {
  .special-highlights__item-img {
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .special-highlights__item-img {
    margin: 0 0 10px;
  }
}

.special-highlights__item-identifier {
  display: inline-block;
  font-size: 0.8571rem;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: solid 1px #949494;
  padding: 2px 6.5px;
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .special-highlights__item-identifier {
    font-size: 0.75rem;
    margin: 0 0 14px;
  }
}

@media (min-width: 1025px) {
  .special-highlights__item-identifier {
    margin: 0 0 5px;
  }
}

.special-highlights__item-title {
  display: inline-block;
  font-size: 1.2857rem;
  line-height: 1.8571rem;
}

@media (min-width: 700px) {
  .special-highlights__item-title {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

.special-highlights__item-publication {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.8571rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 5px;
}

@media (min-width: 700px) {
  .special-highlights__item-publication {
    margin: 0 0 15px;
    font-size: 0.75rem;
  }
}

@media (min-width: 1025px) {
  .special-highlights__item-publication {
    margin: 0 0 5px;
  }
}

.special-highlights__item-publication svg {
  height: 32px;
  width: 32px;
  margin: 0 12px 0 0;
}

@media (min-width: 700px) {
  .special-highlights__item-publication svg {
    margin: 0 10px 0 0;
  }
}

.special-highlights__item-publication strong {
  font-weight: 800;
}

/**
 * @file
 * Special List
 *
 * Contains styles for Special List object.
 */
.special-list__header {
  margin: 0 0 9px;
  padding: 0 0 9px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .special-list__header {
    margin: 0 0 18px;
    padding: 0 0 11px;
  }
}

@media (min-width: 1025px) {
  .special-list__header {
    margin: 0 0 17px;
    padding: 0 0 10px;
  }
}

.special-list__header h3 {
  margin: 0;
  font-size: 1.2857rem;
  line-height: 1.8571rem;
}

.special-list__header h3 a {
  font-size: 1.2857rem;
  line-height: 1.8571rem;
}

@media (min-width: 700px) {
  .special-list__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.special-list__content {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .special-list__content {
    font-size: 0.875rem;
    line-height: 1.3125rem;
    margin: 0;
    -webkit-flex-basis: calc(55% - 15px);
        -ms-flex-preferred-size: calc(55% - 15px);
            flex-basis: calc(55% - 15px);
  }
}

@media (min-width: 1025px) {
  .special-list__content {
    -webkit-flex-basis: calc(((4 / 7) * 100%) - 5px);
        -ms-flex-preferred-size: calc(((4 / 7) * 100%) - 5px);
            flex-basis: calc(((4 / 7) * 100%) - 5px);
  }
}

.special-list__unordered {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 700px) {
  .special-list__unordered {
    -webkit-flex-basis: calc(45% - 3px);
        -ms-flex-preferred-size: calc(45% - 3px);
            flex-basis: calc(45% - 3px);
  }
}

@media (min-width: 1025px) {
  .special-list__unordered {
    -webkit-flex-basis: calc(((3 / 7) * 100%) - 17px);
        -ms-flex-preferred-size: calc(((3 / 7) * 100%) - 17px);
            flex-basis: calc(((3 / 7) * 100%) - 17px);
  }
}

.special-list__item {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
}

@media (min-width: 700px) {
  .special-list__item {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.special-list__item:not(:last-of-type) {
  margin: 0 0 10px;
}

.special-list__item a {
  display: inline-block;
  margin: 5px 0 0;
}

@media (min-width: 700px) {
  .special-list__item a {
    margin: 0 0 4px;
  }
}

@media (min-width: 1025px) {
  .special-list__item a {
    margin: 0 0 5px;
  }
}

/**
 * @file
 * Special Statistics
 *
 * Contains styles for Special Statistics object.
 */
@media screen and (max-width: 699px) {
  .special-stats:last-of-type .special-stats__col:last-of-type {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}

@media (min-width: 700px) {
  .special-stats__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    padding: 21px 0 18px;
  }
}

@media (min-width: 1025px) {
  .special-stats__inner {
    padding: 21px 0 0;
  }
}

.special-stats__inner::before {
  display: block;
  border-right: dotted 2px rgba(148, 148, 148, 0.7);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

@media (min-width: 700px) {
  .special-stats__inner::before {
    content: '';
  }
}

@media (min-width: 1025px) {
  .special-stats__inner::before {
    min-height: 125px;
    height: 100%;
  }
}

.special-stats__col {
  margin: 0 0 20px;
  padding: 0 0 18px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .special-stats__col {
    margin: 0;
    padding: 0;
    border-bottom: none;
    -webkit-flex-basis: calc(50% - 30px);
        -ms-flex-preferred-size: calc(50% - 30px);
            flex-basis: calc(50% - 30px);
  }
}

.special-stats__number {
  font-size: 2.5714rem;
  line-height: 3.6193rem;
  font-weight: 900;
}

@media (min-width: 700px) {
  .special-stats__number {
    font-size: 3.75rem;
    line-height: 4.125rem;
    margin: 0 0 9px;
  }
}

@media (min-width: 1025px) {
  .special-stats__number {
    font-size: 5vw;
    margin: 0 0 6px;
  }
}

@media (min-width: 1201px) {
  .special-stats__number {
    font-size: 3.75rem;
  }
}

.special-stats__caption {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
}

@media (min-width: 700px) {
  .special-stats__caption {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.special-stats__cta {
  margin: 24px 0 0;
}

@media (min-width: 700px) {
  .special-stats__cta {
    margin: 26px 0 0;
  }
}

@media (min-width: 1025px) {
  .special-stats__cta {
    margin: 25px 0 0;
  }
}

/**
 * @file
 * Special News
 *
 * Contains styles for Special News object.
 */
@media (min-width: 700px) {
  .special-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .special-news__left .special-news__item:first-of-type {
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
}

@media (min-width: 1025px) {
  .special-news__left .special-news__item:first-of-type {
    font-size: 1.3125rem;
    line-height: 1.5rem;
  }
}

.special-news__left .special-news__item:first-of-type a {
  font-size: 1.2857rem;
  line-height: 1.8571rem;
}

@media (min-width: 700px) {
  .special-news__left .special-news__item:first-of-type a {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 700px) {
  .special-news__left, .special-news__right {
    -webkit-flex-basis: calc(50% - 27.15px);
        -ms-flex-preferred-size: calc(50% - 27.15px);
            flex-basis: calc(50% - 27.15px);
  }
}

@media (min-width: 1025px) {
  .special-news__left, .special-news__right {
    -webkit-flex-basis: calc(50% - 28.5px);
        -ms-flex-preferred-size: calc(50% - 28.5px);
            flex-basis: calc(50% - 28.5px);
  }
}

@media (min-width: 1025px) {
  .special-news__item {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.special-news__item--img-wrapper {
  display: block;
}

.special-news__item--img-wrapper:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: -4px;
}

.special-news__item:first-of-type {
  margin: 0 0 10px;
  padding: 0 0 17px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .special-news__item:first-of-type {
    margin: 0 0 16px;
    padding: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .special-news__item:first-of-type {
    margin: 0 0 23px;
    padding: 0 0 23px;
  }
}

.special-news__item-img {
  display: block;
  width: 100%;
  margin: 0 0 18px;
}

@media (min-width: 700px) {
  .special-news__item-img {
    margin: 0 0 15px;
  }
}

.special-news__item a {
  font-size: 1.1429rem;
  line-height: 1.7143rem;
}

@media (min-width: 700px) {
  .special-news__item a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}

.special-news__cta {
  margin: 22px 0 0;
}

@media (min-width: 700px) {
  .special-news__cta {
    margin: 26px 0 0;
  }
}

@media (min-width: 1025px) {
  .special-news__cta {
    margin: 31px 0 0;
  }
}

/**
 * @file
 * Special News
 *
 * Contains styles for Special News object.
 */
@media (min-width: 700px) {
  .special-graphic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (min-width: 1025px) {
  .special-graphic {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.special-graphic__legend {
  padding: 0 13px;
}

@media (min-width: 700px) {
  .special-graphic__legend {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .special-graphic__legend {
    -webkit-flex-basis: calc(51% - 31px);
        -ms-flex-preferred-size: calc(51% - 31px);
            flex-basis: calc(51% - 31px);
  }
}

.special-graphic__legend h3 {
  font-size: 1.9286rem;
  line-height: 2.5714rem;
  margin: 0 0 23px;
}

@media (min-width: 700px) {
  .special-graphic__legend h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 0 0 22px;
  }
}

.special-graphic__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.special-graphic__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 700px) {
  .special-graphic__list-item {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.special-graphic__list-item:not(:last-of-type) {
  padding: 0 0 5px;
  border-bottom: solid 1px #949494;
  margin: 0 0 5px;
}

.special-graphic__list-item__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFFFFF;
}

.special-graphic__list-item__left span {
  display: inline-block;
  height: 15px;
  min-height: 15px;
  width: 15px;
  min-width: 15px;
  border-radius: 100%;
  margin: 0 11px 0 0;
  position: relative;
  top: 3px;
}

.special-graphic__list-item__right {
  font-weight: 700;
  margin: 0 4px 0 2rem;
}

@media (min-width: 700px) {
  .special-graphic__list-item__right {
    margin: 0 6px 0 2rem;
  }
}

.special-graphic__img {
  margin: 49px 0 0;
}

@media (min-width: 700px) {
  .special-graphic__img {
    margin: 0;
    padding: 4px 37px 0;
  }
}

@media (min-width: 1025px) {
  .special-graphic__img {
    padding: 0;
    -webkit-flex-basis: calc(49% - 31px);
        -ms-flex-preferred-size: calc(49% - 31px);
            flex-basis: calc(49% - 31px);
  }
}

.special-graphic__img svg {
  width: 245px;
  height: 245px;
  display: block;
  margin: auto;
}

/**
 * @file
 * Quote (Para Container variant)
 *
 * Contains styles for Quote object.
 */
.pc-quote {
  padding: 30px 0 30px 34px;
  margin: 0;
  z-index: 1;
  background-color: #FFFFFF;
}

@media (min-width: 700px) {
  .pc-quote {
    padding: 26px 0 23px 35px;
  }
}

@media (min-width: 1025px) {
  .pc-quote {
    padding: 40px 0 37px 44px;
  }
}

.pc-quote::after {
  right: -21px;
  bottom: -28px;
}

@media (min-width: 700px) {
  .pc-quote::after {
    height: 200px;
    width: 200px;
    right: -135px;
    bottom: -105px;
    height: 200px;
    -webkit-transform: rotate(46deg);
        -ms-transform: rotate(46deg);
            transform: rotate(46deg);
  }
}

@media (min-width: 1025px) {
  .pc-quote::after {
    right: -141px;
    -webkit-transform: rotate(40deg);
        -ms-transform: rotate(40deg);
            transform: rotate(40deg);
  }
}

.pc-quote__img {
  float: right;
  width: 76px;
  margin: 0 0 15px 15px;
  position: relative;
  z-index: 1;
}

@media (min-width: 700px) {
  .pc-quote__img {
    width: 100px;
  }
}

@media (min-width: 1025px) {
  .pc-quote__img {
    margin: 0 0 25px 25px;
  }
}

.pc-quote__img img {
  margin: 0 0 0 auto;
}

.pc-quote__container {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 700px) {
  .pc-quote__container {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.pc-quote__container blockquote {
  margin: 0;
  position: relative;
  padding: 0 34px 0 0;
}

@media (min-width: 700px) {
  .pc-quote__container blockquote {
    padding: 0 35px 0 0;
  }
}

@media (min-width: 1025px) {
  .pc-quote__container blockquote {
    padding: 0 44px 0 0;
  }
}

.pc-quote__container blockquote::before {
  content: '“';
  display: block;
  font-size: 1.2857rem;
  line-height: 1.7857rem;
  position: absolute;
  top: -1px;
  left: -8px;
}

@media (min-width: 700px) {
  .pc-quote__container blockquote::before {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    left: -6px;
  }
}

@media (min-width: 1025px) {
  .pc-quote__container blockquote::before {
    left: -8px;
  }
}

.pc-quote__container blockquote .last-word {
  position: relative;
}

.pc-quote__container blockquote .last-word::after {
  content: '”';
  display: block;
  font-size: 1.2857rem;
  font-weight: 400;
  font-style: normal;
  line-height: 1.7857rem;
  position: absolute;
  top: -2px;
  right: -9px;
}

@media (min-width: 700px) {
  .pc-quote__container blockquote .last-word::after {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    top: -1px;
    right: -11px;
  }
}

.pc-quote__container figcaption, .pc-quote__container .vid-inline__caption {
  font-size: 1rem;
  line-height: 1.5rem;
  font-style: italic;
  font-weight: 700;
  margin: 6px 0 0;
}

@media (min-width: 700px) {
  .pc-quote__container figcaption, .pc-quote__container .vid-inline__caption {
    font-size: 0.875rem;
    line-height: 1.875rem;
    margin: 6px 0 0;
  }
}

@media (min-width: 1025px) {
  .pc-quote__container figcaption, .pc-quote__container .vid-inline__caption {
    margin: 10px 0 0;
  }
}

.pc-quote__container figcaption span, .pc-quote__container .vid-inline__caption span {
  display: block;
  font-weight: 300;
}

@media (min-width: 700px) {
  .pc-quote__container figcaption span, .pc-quote__container .vid-inline__caption span {
    margin: -9px 0 0;
  }
}

.pc-quote__cta {
  margin: 11px 0 0;
}

@media (min-width: 700px) {
  .pc-quote__cta {
    margin: 14px 0 0;
  }
}

@media (min-width: 1025px) {
  .pc-quote__cta {
    margin: 17px 0 0;
  }
}

.pc-quote__cta a {
  margin: 0;
}

/**
 * @file
 * Blog
 *
 * Contains styles for blog detail and view modes.
 */
.blog-detail .page-title {
  margin: 31px 0 5px;
}

@media (min-width: 700px) {
  .blog-detail .page-title {
    margin: 25px 0 10px;
  }
}

@media (min-width: 1025px) {
  .blog-detail .page-title {
    margin: 33px 0 18px;
  }
}

.blog-detail .page-title-container__top {
  display: none;
}

@media (min-width: 1025px) {
  .blog-detail .page-title-container__top {
    display: block;
  }
}

@media (min-width: 1025px) {
  .blog-detail .page-title-container__top .section-nav {
    width: 0;
    overflow: hidden;
  }
}

@media (min-width: 1025px) {
  .blog-detail .page-title-container__bottom::after {
    width: 352px;
    left: calc(100% - 278px);
  }
}

.blog-detail__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 19px 29px;
}

@media (min-width: 700px) {
  .blog-detail__info {
    padding: 0 48px 26px;
  }
}

@media (min-width: 1025px) {
  .blog-detail__info {
    padding: 0 92px 29px;
  }
}

.blog-detail__date {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
}

.blog-detail__date + .blog-detail__author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.blog-detail__date + .blog-detail__author::before {
  content: '';
  border-left: solid 1px #949494;
  height: 16px;
  display: block;
  margin: 3px 9px 0;
}

@media (min-width: 700px) {
  .blog-detail__date + .blog-detail__author::before {
    margin: 4px 9px 0;
  }
}

@media (min-width: 700px) {
  .blog-detail__full {
    max-width: 800px;
    margin: auto;
  }
}

.blog-detail__figure {
  margin: 28px 0;
}

@media (min-width: 700px) {
  .blog-detail__figure {
    margin: 25px 0;
  }
}

@media (min-width: 1025px) {
  .blog-detail__figure {
    margin: 49px 0;
  }
}

.blog-detail__figure:first-child {
  margin-top: 0;
  padding-top: 6px;
}

@media (min-width: 700px) {
  .blog-detail__figure:first-child {
    padding-top: 24px;
  }
}

@media (min-width: 1025px) {
  .blog-detail__figure:first-child {
    padding-top: 9px;
  }
}

.blog-detail__figure--image {
  position: relative;
  padding-bottom: 55.36%;
}

@media (min-width: 700px) {
  .blog-detail__figure--image {
    padding-bottom: 56.5%;
  }
}

.blog-detail__figure--image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.blog-detail__figure figcaption, .blog-detail__figure .vid-inline__caption {
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 700px) {
  .blog-detail__figure figcaption, .blog-detail__figure .vid-inline__caption {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.blog-detail__content {
  margin: 0 0 28px;
}

@media (min-width: 700px) {
  .blog-detail__content {
    margin: 0 0 43px;
  }
}

@media (min-width: 1025px) {
  .blog-detail__content {
    font-size: 1rem;
    line-height: 1.5rem;
    margin: 0 0 50px;
  }
}

.blog-detail__content p {
  margin: 0 0 10px;
}

.blog-detail__content p:last-child {
  margin: 0;
}

.blog-detail__tags {
  clear: both;
}

.blog-detail__tags--label {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 15px;
}

@media (min-width: 700px) {
  .blog-detail__tags--label {
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .blog-detail__tags--label {
    margin: 0 0 15px;
  }
}

.blog-detail__tags--list {
  margin: 0 0 42px;
}

@media (min-width: 700px) {
  .blog-detail__tags--list {
    margin: 0 0 55px;
  }
}

@media (min-width: 1025px) {
  .blog-detail__tags--list {
    margin: 0 0 72px;
  }
}

.blog-detail__tags--list a {
  display: inline-block;
  margin: 0 24px 15px 0;
  color: #000000;
}

.blog-detail__tags--list a:hover, .blog-detail__tags--list a:focus {
  color: #5F3693;
}

@media (min-width: 700px) {
  .blog-detail__tags--list a {
    margin: 0 32px 15px 0;
  }
}

.blog-detail .page-title-container {
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .blog-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.blog-list__items {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}

@media (min-width: 1025px) {
  .blog-list__items {
    margin: 13px 0 0;
  }
}

.blog-list__item, .blog-list__item:not(:last-of-type) {
  margin: 0 0 21px;
}

@media (min-width: 700px) {
  .blog-list__item, .blog-list__item:not(:last-of-type) {
    margin: 0 0 32px;
  }
}

@media (min-width: 1025px) {
  .blog-list__item, .blog-list__item:not(:last-of-type) {
    margin: 0 0 50px;
  }
}

.blog-list__item {
  padding: 0 0 18px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media (min-width: 700px) {
  .blog-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 0 26px;
  }
}

@media (min-width: 1025px) {
  .blog-list__item {
    padding: 0 0 49px;
  }
}

@media (min-width: 700px) {
  .blog-list__item > .blog-list__image {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
}

@media (min-width: 1025px) {
  .blog-list__item > .blog-list__image {
    -webkit-flex-basis: 43%;
        -ms-flex-preferred-size: 43%;
            flex-basis: 43%;
  }
}

@media (min-width: 700px) {
  .blog-list__item > .blog-list__image + .blog-list__text {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
}

@media (min-width: 1025px) {
  .blog-list__item > .blog-list__image + .blog-list__text {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media (min-width: 700px) {
  .blog-list__item > .blog-list__text {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.blog-list__title {
  font-size: 1.2857rem;
  line-height: 1.8571rem;
  margin: 12px 0 0;
}

@media (min-width: 700px) {
  .blog-list__title {
    font-size: 1.3125rem;
    line-height: 1.75rem;
    margin: -6px 0 0;
  }
}

@media (min-width: 1025px) {
  .blog-list__title {
    font-size: 1.875rem;
    line-height: 2.25rem;
    margin: 1px 0 0;
  }
}

.blog-list__image a {
  display: block;
}

.blog-list__image img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .blog-list__image img {
    width: auto;
  }
}

.blog-list__text {
  overflow: hidden;
}

@media (min-width: 700px) {
  .blog-list__text {
    padding: 0 0 0 9px;
  }
}

@media (min-width: 1025px) {
  .blog-list__text {
    padding: 0;
  }
}

.blog-list__info {
  margin: 9px 0 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

@media (min-width: 1025px) {
  .blog-list__info {
    margin: 14px 0 0;
  }
}

.blog-list__date, .blog-list__author {
  display: inline-block;
}

.blog-list__date {
  font-weight: 800;
  text-transform: uppercase;
}

.blog-list__date:after {
  display: inline-block;
  vertical-align: middle;
  margin: -3px 4px 0 9px;
  color: #949494;
  font-weight: 300;
}

@media (min-width: 700px) {
  .blog-list__date:after {
    margin: -3px 1px 0 5px;
  }
}

.blog-list__date + .blog-list__author::before {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: -3px 9px 0 4px;
  color: #949494;
  font-weight: 300;
}

@media (min-width: 700px) {
  .blog-list__date + .blog-list__author::before {
    margin: -3px 5px 0 1px;
  }
}

.blog-list__summary {
  margin: 12px 0 0;
}

@media (min-width: 1025px) {
  .blog-list__summary {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.blog-list__pager {
  clear: both;
}

@media (min-width: 1025px) {
  .blog-list__pager {
    -webkit-flex-basis: 74.35%;
        -ms-flex-preferred-size: 74.35%;
            flex-basis: 74.35%;
  }
}

.blog-list__page .filters-sm {
  display: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 12px;
}

@media (min-width: 700px) {
  .blog-list__page .filters-sm {
    padding: 22px 44px 20px;
  }
}

.blog-list__page .filters-sm__container {
  margin: 0 0 36px;
}

@media (min-width: 700px) {
  .blog-list__page .filters-sm__container {
    margin: 0 0 32px;
  }
}

@media (min-width: 1025px) {
  .blog-list__page .filters-sm__container {
    display: none;
  }
}

.blog-list__page .filters-sm__container.js-expanded .filters-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border: solid 1px #979797;
  border-top: none;
}

.blog-list__page .filters-sm__container.js-expanded .filters-sm__btn::before {
  background-image: url("../assets/icons/minus-black.svg");
}

.blog-list__page .filters-sm__btn {
  background: #42D1AC;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.188rem;
  text-transform: uppercase;
  padding: 12px 20px;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 100%;
  font-size: 1.0714rem;
  line-height: 1.4286rem;
  font-weight: 800;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px 12px 45px;
  position: relative;
}

.blog-list__page .filters-sm__btn:hover, .blog-list__page .filters-sm__btn:focus {
  background-color: #1D8C6E;
}

@media (min-width: 700px) {
  .blog-list__page .filters-sm__btn {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

.blog-list__page .filters-sm__btn:hover, .blog-list__page .filters-sm__btn:focus {
  background-color: #1D8C6E;
}

.blog-list__page .filters-sm__btn:focus {
  outline: solid 2px #412565;
  outline-offset: 2px;
}

.blog-list__page .filters-sm__btn::before {
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  background-image: url("../assets/icons/plus-black.svg");
  background-size: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
}

.blog-list__page .filters-sm__categories, .blog-list__page .filters-sm__archives {
  -webkit-flex-basis: calc(50% - 7px);
      -ms-flex-preferred-size: calc(50% - 7px);
          flex-basis: calc(50% - 7px);
}

@media (min-width: 700px) {
  .blog-list__page .filters-sm__categories, .blog-list__page .filters-sm__archives {
    -webkit-flex-basis: calc(50% - 19px);
        -ms-flex-preferred-size: calc(50% - 19px);
            flex-basis: calc(50% - 19px);
  }
}

.blog-list__page .filters-sm__categories p, .blog-list__page .filters-sm__archives p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .blog-list__page .filters-sm__categories p, .blog-list__page .filters-sm__archives p {
    margin: 0 0 15px;
  }
}

.blog-list__page .filters-sm__categories ul, .blog-list__page .filters-sm__archives ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.blog-list__page .filters-sm__categories ul li, .blog-list__page .filters-sm__archives ul li {
  margin: 0 0 4px;
}

.blog-list__page .page-title-container {
  margin-bottom: 0;
}

.blog-list__page .page-title-container__top {
  display: none;
}

@media (min-width: 1025px) {
  .blog-list__page .page-title-container__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .blog-list__page .page-title-container__top .section-nav {
    width: 0;
    overflow: hidden;
  }
}

.blog__filters {
  display: none;
}

@media (min-width: 1025px) {
  .blog__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 19.9%;
        -ms-flex-preferred-size: 19.9%;
            flex-basis: 19.9%;
    border-left: solid 1px #949494;
    margin: 13px 0 0;
    padding: 4px 0 78px 40px;
  }
}

.blog__filters h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 13px;
}

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

.blog__filters ul li {
  margin: 0 0 0.5px;
}

.blog__filters .blog__categories,
.blog__filters .blog__archive {
  display: none;
}

@media (min-width: 1025px) {
  .blog__filters .blog__categories,
  .blog__filters .blog__archive {
    display: block;
  }
}

.blog__filters .blog__archive {
  margin: 42px 0 0;
}

.blog3up__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .blog3up__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 12px;
  }
}

.blog3up__header h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 0 8px;
}

.blog3up__section-cta {
  margin: 0;
}

@media (min-width: 700px) {
  .blog3up__section-cta {
    margin-top: -8px;
  }
}

@media (min-width: 700px) {
  .blog3up__intro {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin: 12px 0 29px;
  }
}

@media (min-width: 1025px) {
  .blog3up__intro {
    margin: 12px 0 37px;
  }
}

.blog3up__date, .blog3up__author {
  display: inline-block;
}

.blog3up__date {
  font-weight: 800;
  text-transform: uppercase;
}

.blog3up__author:before {
  font-size: inherit;
  margin: 0 6px 0 3.5px;
  content: '|';
}

@media (min-width: 700px) {
  .blog3up__author:before {
    margin: 0 1px 0 1.5px;
  }
}

@media (min-width: 700px) {
  .blog3up .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 1025px) {
  .blog3up .column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.blog3up .column__col {
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  padding: 0 0 19px;
  margin: 0 0 19px;
}

@media (min-width: 700px) {
  .blog3up .column__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    padding: 0 0 18px;
    margin: 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .blog3up .column__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: unset;
    border-bottom: none;
    padding: 0 0 0;
    margin: 0;
    position: relative;
  }
}

@media (min-width: 1025px) {
  .blog3up .column__col:first-of-type::after {
    content: '';
    display: block;
    border-left: dotted 2px rgba(148, 148, 148, 0.7);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 100;
    right: -32px;
  }
}

.blog3up .column__col:last-of-type {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media (min-width: 1025px) {
  .blog3up .column__col:last-of-type::before {
    content: '';
    display: block;
    border-left: dotted 2px rgba(148, 148, 148, 0.7);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 100;
    left: -32px;
  }
}

@media (min-width: 700px) {
  .blog3up .column__col-left, .blog3up .column__col-right {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .blog3up .column__col-left, .blog3up .column__col-right {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .blog3up .column__col-left {
    padding-right: 18px;
  }
}

@media (min-width: 1025px) {
  .blog3up .column__col-left {
    padding-right: 0;
  }
}

@media (min-width: 700px) {
  .blog3up .column__col-right {
    padding-left: 18px;
  }
}

@media (min-width: 1025px) {
  .blog3up .column__col-right {
    padding-left: 0;
  }
}

.blog3up .column__img {
  margin-bottom: 11px;
}

@media (min-width: 700px) {
  .blog3up .column__img {
    margin: 0;
  }
}

.blog3up .column__img a {
  display: block;
}

.blog3up .column__img a:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: -4px;
}

.blog3up .column__title {
  margin-bottom: 8px;
}

@media (min-width: 700px) {
  .blog3up .column__title {
    margin: -7px 0 12px;
  }
}

@media (min-width: 1025px) {
  .blog3up .column__title {
    margin: 17px 0 12px;
  }
}

.blog3up .column__title h3 {
  font-size: 1.2857rem;
  line-height: 1.8571rem;
}

@media (min-width: 700px) {
  .blog3up .column__title h3 {
    font-size: 1.3125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 700px) {
  .blog__filters {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 1025px) {
  .blog__filters {
    display: block;
  }
}

/**
 * @file
 * Catalog
 *
 * Contains styles for catalog program detail and view modes.
 */
@media (min-width: 700px) {
  .catalog__faculty-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.catalog__faculty-info img {
  margin: 0 0 1rem 0;
}

@media (min-width: 700px) {
  .catalog__faculty-info img {
    margin: 0 1rem 2rem 0;
  }
}

.catalog .faculty-info__title {
  font-weight: 700;
  margin: 0 0 0.5rem 0;
}

.catalog .faculty-info__email {
  margin: 0 0 0.5rem 0;
}

.catalog .faculty-info__office {
  margin: 0 0 1rem 0;
}

.catalog-course-list__table,
.catalog-program-list__table {
  border-collapse: collapse;
  width: 100%;
}

.catalog-course-list__table thead,
.catalog-program-list__table thead {
  display: none;
}

.catalog-course-list__table tr,
.catalog-program-list__table tr {
  border-bottom: 1px solid;
}

.catalog-course-list__table th,
.catalog-course-list__table td,
.catalog-program-list__table th,
.catalog-program-list__table td {
  text-align: left;
  padding: 20px 10px;
}

.catalog-course-list__table h2,
.catalog-program-list__table h2 {
  margin-top: 0;
}

.catalog-course-list__credit,
.catalog-program-list__credit {
  font-weight: 700;
}

.catalog-course-list__select,
.catalog-program-list__select {
  margin-right: 20px;
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

.catalog-course-list .dataTables_filter,
.catalog-program-list .dataTables_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.catalog-course-list .dataTables_filter label,
.catalog-program-list .dataTables_filter label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-course-list .dataTables_filter input[type='search'],
.catalog-program-list .dataTables_filter input[type='search'] {
  display: block;
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

/**
 * @file
 * Faculty
 *
 * Contains styles for faculty detail and view modes.
 */
.faculty__content {
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 4.7rem;
}

.faculty__content h2 {
  margin-top: 0;
  font-size: 1.8571rem;
  line-height: 2.4286rem;
}

@media (min-width: 700px) {
  .faculty__content h2 {
    font-size: 2.5714rem;
    line-height: 3.1429rem;
  }
}

@media (min-width: 1025px) {
  .faculty__content h2 {
    font-size: 2.8571rem;
    line-height: 3.5714rem;
  }
}

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

.faculty__contact-cont {
  padding: 0 20px 14px;
}

@media screen and (min-width: 700px) {
  .faculty__contact-cont {
    padding: 0 50px 14px;
  }
}

@media screen and (min-width: 1025px) {
  .faculty__contact-cont {
    padding: 0 90px 42px;
  }
}

.faculty__title {
  margin: 0 0 5px;
  font-size: 1.2857rem;
  font-weight: 400;
}

@media screen and (min-width: 700px) {
  .faculty__title {
    margin: 0 0 7.5px;
    font-size: 1.125rem;
  }
}

@media (min-width: 1025px) {
  .faculty__title {
    margin: 0 0 10px;
  }
}

.faculty__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 136px;
      -ms-flex-preferred-size: 136px;
          flex-basis: 136px;
}

.faculty__left span {
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08rem;
}

.faculty__right {
  word-break: break-word;
}

@media (max-width: 350px) {
  .faculty__right {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
  }
}

.faculty__right .department {
  display: block;
  margin: 0 0 5px;
}

.faculty__right .department:last-of-type {
  margin: 0;
}

.faculty__name {
  margin: 0 0 0.4rem;
}

@media screen and (min-width: 700px) {
  .faculty__name {
    margin: 0 0 0.2rem;
  }
}

.faculty__email, .faculty__phone, .faculty__office, .faculty__department {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  margin-bottom: 1.3rem;
}

@media screen and (min-width: 700px) {
  .faculty__email, .faculty__phone, .faculty__office, .faculty__department {
    gap: 43px;
  }
}

@media (max-width: 350px) {
  .faculty__email, .faculty__phone, .faculty__office, .faculty__department {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.faculty__department {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.faculty__department .department:first-of-type {
  margin-top: 6px;
}

@media (min-width: 700px) {
  .faculty__department .department:first-of-type {
    margin-top: 5px;
  }
}

@media (min-width: 1025px) {
  .faculty__department .department:first-of-type {
    margin-top: 4px;
  }
}

.faculty__icon {
  position: relative;
  width: 33px;
  height: 33px;
}

.faculty__icon svg:first-of-type {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/polygon/polygon_events-variant-1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.faculty__icon svg:first-of-type g {
  stroke-width: 3px;
}

.faculty__icon svg:last-of-type {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 22px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faculty__icon svg:last-of-type path {
  fill: #87C5F6;
}

.faculty__info {
  margin: 0 0 1em;
  padding: 28px 10px 0 20px;
}

@media screen and (min-width: 700px) {
  .faculty__info {
    padding: 22px 50px 0 50px;
    margin: 0 0 1.2em;
  }
}

@media screen and (min-width: 1025px) {
  .faculty__info {
    padding: 29px 90px 0 90px;
  }
}

.faculty__image {
  width: 111px;
}

@media screen and (max-width: 699px) {
  .faculty__image {
    margin-bottom: 0.8rem;
  }
}

@media screen and (min-width: 700px) {
  .faculty__image {
    position: relative;
    float: right;
    top: 2px;
    width: 170px;
    margin: 0 0 0 40px;
  }
}

@media screen and (min-width: 1025px) {
  .faculty__image {
    width: 200px;
  }
}

.faculty__image img {
  width: auto;
}

.faculty.faculty--listing .faculty__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2em;
}

.faculty.faculty--listing .faculty__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2em;
}

.faculty.faculty--directory .faculty__list {
  padding: 0 0 2.5em;
}

@media (min-width: 700px) {
  .faculty.faculty--directory .faculty__list {
    padding: 0 0 0.4em;
  }
}

@media screen and (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list {
    padding-top: 0.8rem;
  }
}

.faculty.faculty--directory .faculty__list .filter-btn-drop {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #42D1AC;
  padding: 14px 44px;
  margin: 0;
  border: none;
  width: 100%;
  text-align: left;
  color: #000000;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

@media (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list .filter-btn-drop {
    display: none;
  }
}

.faculty.faculty--directory .faculty__list .filter-btn-drop:hover {
  background: #1D8C6E;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop.expanded span:after {
  display: none;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop span {
  position: relative;
  display: block;
  font-weight: 800;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop span:before, .faculty.faculty--directory .faculty__list .filter-btn-drop span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: -21px;
  width: 15px;
  height: 2px;
  background-color: #000000;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.faculty.faculty--directory .faculty__list .filter-btn-drop span:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.faculty .heading-table {
  margin: 0 0 1.4rem;
}

@media (min-width: 700px) {
  .faculty .heading-table {
    margin: 0 0 25px;
  }
}

@media screen and (min-width: 1025px) {
  .faculty .heading-table {
    margin: 0 0 48px;
  }
}

.faculty .heading-table .toolbar {
  position: relative;
  padding: 38px 20px 2px;
}

@media screen and (min-width: 700px) {
  .faculty .heading-table .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 46px 44px 16px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    position: relative;
    padding: 0;
  }
}

.faculty .heading-table .clear-table {
  position: absolute;
  top: 9px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: none;
  border: none;
  padding: 0;
}

@media screen and (min-width: 700px) {
  .faculty .heading-table .clear-table {
    right: 45px;
  }
}

@media screen and (min-width: 1025px) {
  .faculty .heading-table .clear-table {
    position: relative;
    top: -5px;
    right: 2px;
  }
}

.faculty .heading-table .clear-table:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../assets/icons/faculty-reset.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

.faculty .heading-table .clear-table span {
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.faculty .heading-table .filter-box {
  line-height: 1;
  position: relative;
  margin: 0 0 24px;
}

@media screen and (min-width: 700px) {
  .faculty .heading-table .filter-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 47.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 47.5%;
            flex: 0 1 47.5%;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .filter-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 18.7%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 18.7%;
            flex: 0 1 18.7%;
    margin: 0;
  }
}

.faculty .heading-table .filter-box:nth-child(3), .faculty .heading-table .filter-box:nth-child(4) {
  display: none;
}

.faculty .heading-table .filter-box select {
  min-width: unset;
  width: 100%;
}

.faculty .heading-table .form__label {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 12px;
}

.faculty .heading-table .search-title {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 12px;
}

@media (min-width: 1025px) {
  .faculty .heading-table .search-title {
    line-height: 1;
  }
}

.faculty .heading-table select {
  font-family: "Nunito Sans", sans-serif;
  width: 100%;
  border: 1px solid #949494;
  padding: 10px 32px 10px 13px;
  background-color: #FFFFFF;
}

.faculty .heading-table .dataTables_filter {
  position: relative;
  margin: 1px 0 19px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (min-width: 700px) {
  .faculty .heading-table .dataTables_filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 47.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 47.5%;
            flex: 0 1 47.5%;
    margin-top: -8px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .dataTables_filter {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 32%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 32%;
            flex: 0 1 32%;
    max-width: 441.5px;
    margin: -12px 0 0 0;
  }
}

.faculty .heading-table input[type="search"] {
  font-family: "Nunito Sans", sans-serif;
  border: 1px solid #949494;
  border-radius: 0px;
  padding: 10px 13px;
  margin: 10px 0 0;
  display: block;
  width: 100%;
  -webkit-appearance: none;
}

@media (min-width: 1025px) {
  .faculty .heading-table input[type="search"] {
    margin: 0;
  }
}

.faculty .heading-table input[type="search"]::-webkit-input-placeholder {
  color: #767676;
}

.faculty .heading-table input[type="search"]:-moz-placeholder {
  color: #767676;
}

.faculty .heading-table input[type="search"]::-moz-placeholder {
  color: #767676;
}

.faculty .heading-table input[type="search"]:-ms-input-placeholder {
  color: #767676;
}

@supports (-webkit-touch-callout: none) {
  .faculty .heading-table input[type="search"] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #FFFFFF;
  }
}

.faculty .wrapper-table {
  border-top: 2px solid #EB9D00;
  line-height: 1.2;
  margin: 0 0 18px;
}

@media (min-width: 1025px) {
  .faculty .wrapper-table {
    margin: 0 0 16px;
    border-top: none;
  }
  .faculty .wrapper-table:after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table .table-holder {
    margin-right: 0;
  }
}

.faculty .wrapper-table table {
  margin: 25px 0 21px;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}

@media (min-width: 700px) {
  .faculty .wrapper-table table {
    margin: 6px 0 21px;
    display: table;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table table {
    max-width: 100%;
    word-break: break-word;
    min-width: 0;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table th {
    padding: 0 0 18px;
    text-align: left;
  }
}

@media screen and (min-width: 1025px) {
  .faculty .wrapper-table th {
    padding: 0 0 12px;
    min-width: auto;
  }
}

.faculty .wrapper-table td {
  padding: 0;
  margin: 0 0 17px;
}

@media screen and (max-width: 1024px) {
  .faculty .wrapper-table td {
    display: block;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table td {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-width: auto;
    max-width: 25%;
    margin: 0;
    padding: 10px 10px 10px 0;
  }
}

@media screen and (min-width: 1025px) {
  .faculty .wrapper-table td {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    padding: 22px 14px 17px 0;
    word-wrap: break-all;
    min-width: auto;
    width: 19%;
  }
}

.faculty .wrapper-table td:nth-child(1) {
  margin-bottom: 24px;
}

@media screen and (min-width: 700px) {
  .faculty .wrapper-table td:nth-child(1) {
    max-width: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .faculty .wrapper-table td:nth-child(1) {
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 24%;
  }
}

.faculty .wrapper-table td:nth-child(1) .row-label {
  display: none;
}

.faculty .wrapper-table td:last-child {
  margin: 0;
}

.faculty .wrapper-table td .row-label + .department {
  margin: 0;
}

.faculty .wrapper-table td .department {
  display: block;
  margin: 5px 0 0;
}

.faculty .wrapper-table td .department .delimiter {
  display: none;
}

@media screen and (max-width: 699px) {
  .faculty .wrapper-table tbody {
    display: block;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  .faculty .wrapper-table tbody {
    display: table-row-group;
  }
}

@media screen and (max-width: 1024px) {
  .faculty .wrapper-table thead {
    display: none;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table thead {
    -webkit-box-shadow: inset 0 -2px 0 #EB9D00;
            box-shadow: inset 0 -2px 0 #EB9D00;
    z-index: 1;
  }
}

.faculty .wrapper-table thead tr {
  border-bottom: 0;
}

@media screen and (min-width: 1025px) {
  .faculty .wrapper-table thead th {
    font-size: 1rem;
  }
}

.faculty .wrapper-table tr {
  border-bottom: 1px solid #949494;
  padding: 0 0 22px;
  margin: 0 0 32px;
}

@media screen and (max-width: 699px) {
  .faculty .wrapper-table tr {
    display: block;
  }
}

@media (min-width: 700px) and (max-width: 1024px) {
  .faculty .wrapper-table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 14px 0 24px;
    margin: 0 0 0.5rem;
  }
}

.faculty .wrapper-table tr:last-child {
  margin: 0;
}

.faculty .wrapper-table .row-section {
  font-size: 1rem;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .row-section {
    display: block;
  }
}

.faculty .wrapper-table .row-label {
  display: block;
  font-weight: 700;
  margin: 0 0 3px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 41%;
      -ms-flex-preferred-size: 41%;
          flex-basis: 41%;
  max-width: 120px;
}

@media screen and (min-width: 1025px) {
  .faculty .wrapper-table .row-label {
    display: none;
  }
}

.faculty .wrapper-table .email {
  word-break: break-all;
}

.faculty .wrapper-table .email,
.faculty .wrapper-table .link-name {
  display: block;
  vertical-align: top;
}

.faculty .wrapper-table .link-name {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 800;
  position: relative;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .link-name {
    font-size: 1.6875rem;
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 1025px) {
  .faculty .wrapper-table .link-name {
    font-size: 1.3125rem;
  }
}

.faculty .wrapper-table .link-name .last-word span {
  border-color: #EB9D00;
}

.faculty .wrapper-table span.link-name:hover {
  color: #000000;
}

.faculty .wrapper-table .type {
  display: none;
}

.faculty .wrapper-table .title {
  display: block;
  padding-top: 10px;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .title {
    padding: 0;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table .title:first-of-type {
    padding: 0;
  }
}

.faculty .wrapper-table .title:not(:first-of-type) {
  padding-top: 5px;
}

.faculty .footer-table {
  margin: 34px 0 79px;
}

@media (min-width: 700px) {
  .faculty .footer-table {
    margin: 40px 82px 67px;
  }
}

@media (min-width: 1025px) {
  .faculty .footer-table {
    margin: 50px 148px 71px;
  }
}

.faculty .footer-table .table-info {
  display: none;
}

.faculty .footer-table select {
  background-color: #949494;
}

.faculty .footer-table .dataTables_length {
  position: relative;
}

.faculty .heading-table-filter {
  display: none;
  border: 1px solid #949494;
  border-top: 0px;
}

@media (min-width: 1025px) {
  .faculty .heading-table-filter {
    display: block !important;
    padding: 0;
    border: none;
  }
}

.faculty .heading-table-filter[aria-hidden="false"] .clear-table {
  opacity: 1;
}

.faculty .paginate_button.disabled {
  opacity: 0.3;
  pointer-events: none;
}

.faculty .dataTables_paginate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 700px) {
  .faculty .dataTables_paginate {
    margin: 0 -5px;
  }
}

@media (min-width: 1025px) {
  .faculty .dataTables_paginate {
    margin: auto;
    max-width: 435px;
  }
}

.faculty .dataTables_paginate .ellipsis {
  margin: 8px 9px 4px 5px;
}

.faculty .dataTables_paginate > span a {
  height: 36px;
  width: 36px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #000000;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 800;
}

@media (min-width: 700px) {
  .faculty .dataTables_paginate > span a {
    height: 40px;
    width: 40px;
    margin: 0 5px;
  }
}

@media (min-width: 1025px) {
  .faculty .dataTables_paginate > span a {
    margin: 0 4.5px;
  }
}

.faculty .dataTables_paginate > span a:hover {
  color: #5F3693;
}

.faculty .dataTables_paginate > span a.current {
  font-weight: 700;
  color: #FFFFFF;
  background-image: url("../assets/polygon/polygon_6sides-purple.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.faculty .dataTables_paginate > span a.current:hover {
  color: #FFFFFF;
}

.faculty .dataTables_paginate .previous,
.faculty .dataTables_paginate .next {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 10px;
  height: 20px;
}

.faculty .dataTables_paginate .previous:before,
.faculty .dataTables_paginate .next:before {
  position: absolute;
  left: 1px;
  top: 5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #5F3693;
  border-left: 2px solid #5F3693;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

@media screen and (min-width: 700px) {
  .faculty .dataTables_paginate .previous:before,
  .faculty .dataTables_paginate .next:before {
    top: 3px;
    width: 11px;
    height: 11px;
  }
}

.faculty .dataTables_paginate .previous.previous,
.faculty .dataTables_paginate .next.previous {
  margin: 0 11px 0 0;
}

@media screen and (min-width: 700px) {
  .faculty .dataTables_paginate .previous.previous,
  .faculty .dataTables_paginate .next.previous {
    margin: 0 20px 0 0;
  }
}

.faculty .dataTables_paginate .previous.next,
.faculty .dataTables_paginate .next.next {
  margin: 0 0 0 5px;
}

@media screen and (min-width: 700px) {
  .faculty .dataTables_paginate .previous.next,
  .faculty .dataTables_paginate .next.next {
    margin: 0 0 0 20px;
  }
}

.faculty .dataTables_paginate .previous.next:before,
.faculty .dataTables_paginate .next.next:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media (min-width: 700px) {
  .faculty .dataTables_paginate .previous.next:before,
  .faculty .dataTables_paginate .next.next:before {
    left: -2px;
  }
}

.faculty .dataTables_paginate .previous:hover, .faculty .dataTables_paginate .previous:focus,
.faculty .dataTables_paginate .next:hover,
.faculty .dataTables_paginate .next:focus {
  cursor: pointer;
}

@media (min-width: 1025px) {
  body.js-interior-z-index .faculty .wrapper-table thead {
    z-index: 0;
  }
}

/**
 * @file
 * News
 *
 * Contains styles for news and news view modes.
 */
.news__image {
  margin: 2rem 0 1rem;
}

.news__date {
  font-weight: 700;
}

.news--listing .news__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news--listing .news__image {
  margin: 0 2em 2em 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 30%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
@media (min-width: 700px) {
  .program-finder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.program__filters {
  display: none;
  border: 1px solid;
  padding: 1rem;
  margin-right: 20px;
}

@media (min-width: 700px) {
  .program__filters {
    display: block;
  }
}

@media (min-width: 700px) {
  .program__filters__open {
    display: none;
  }
}

.program__filters__fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 2rem;
}

.program__filters__fieldset legend {
  font-weight: 700;
}

.program__filters__field {
  padding: 0 0 0 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.program__filters__field label:before {
  content: "";
  width: 15px;
  height: 15px;
  border: 1px solid;
  border-radius: 100px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
}

@media (min-width: 1025px) {
  .program__filters__field label:before {
    top: 7px;
  }
}

.program__filters__field input[type="radio"]:checked + label:after {
  content: "";
  width: 7px;
  height: 7px;
  background: #000000;
  position: absolute;
  left: 5px;
  top: 8px;
  border-radius: 100px;
}

@media (min-width: 1025px) {
  .program__filters__field input[type="radio"]:checked + label:after {
    top: 12px;
  }
}

.program__filters__field input[type="radio"]:focus + label {
  outline: 1px solid;
}

.program--list {
  margin-top: 2rem;
}

@media (min-width: 1025px) {
  .program--list__sort {
    float: right;
  }
}

.program--list h2 {
  margin: 0;
}

.program--list__block {
  margin-bottom: 3rem;
}

/**
 * @file
 * Calendar
 *
 * Contains styles for the Calendar Detail Page
 */
.event-detail__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2rem;
}

.event-detail__data {
  width: 100%;
}

.event-detail__tags {
  margin-top: 35px;
}

@media (min-width: 700px) {
  .event-detail__tags {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .event-detail__tags {
    margin-top: 60px;
  }
}

.event-detail__tags-label, .event-detail__save-label {
  font-weight: 700;
}

.event-detail__date {
  text-align: center;
  width: 61px;
  height: 61px;
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 700px) {
  .event-detail__date {
    width: 86px;
    height: 86px;
  }
}

@media (min-width: 1025px) {
  .event-detail__date {
    width: 129px;
    height: 129px;
  }
}

.event-detail__reg-meter {
  background-color: #949494;
  width: 100%;
}

.event-detail__reg-fill {
  background-color: #EB9D00;
  height: 15px;
}

.event-detail__body:after {
  display: table;
  content: '';
  clear: both;
}

.event-detail__body figure.align-right {
  margin: 2rem -15px;
}

@media (min-width: 700px) {
  .event-detail__body figure.align-right {
    float: right;
    margin: 0 0 2rem 2rem;
  }
}

.event-detail__body figure.align-right img {
  width: 100%;
}

.event-detail__month {
  text-transform: uppercase;
}

/**
 * @file
 * Blog
 *
 * Contains styles for Event list.
 */
.event-list__items {
  padding: 0;
  list-style: none;
}

.event-list__item {
  margin: 0 0 2rem;
}

.event-list__date {
  width: 80px;
  height: 80px;
  border: 1px solid;
  float: left;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-list__data {
  overflow: hidden;
}

.event-list__time {
  font-weight: 700;
}

.event-list__title {
  margin-top: 0;
}

.event-list__location {
  font-style: italic;
}

/**
 * @file
 * Calendar List
 *
 * Contains styles for the Calendar List
 */
@media (min-width: 700px) {
  .calendar h1 {
    float: left;
  }
}

@media (min-width: 1025px) {
  .calendar h1 {
    float: none;
  }
}

@media (min-width: 700px) {
  .calendar__expand-filters {
    float: right;
    clear: right;
    margin-top: 2rem;
  }
}

@media (min-width: 1025px) {
  .calendar__expand-filters {
    display: none;
  }
}

.calendar__left-col {
  clear: left;
}

.calendar__pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}

.calendar__pagination__list li:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: -0.3rem 10px 0;
}

.calendar__pagination__list li:last-child:after {
  content: none;
}

.calendar__pagination {
  margin-bottom: 2rem;
}

.calendar__pagination__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -13.5px;
}

.calendar__event__date {
  text-align: center;
  width: 61px;
  height: 61px;
  float: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #000000;
  margin-right: 15px;
}

@media (min-width: 700px) {
  .calendar__event__date {
    width: 86px;
    height: 86px;
  }
}

.calendar__event__text {
  overflow: hidden;
}

.calendar__event__text h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.calendar__category-dates {
  display: none;
}

@media (min-width: 700px) {
  .calendar__category-dates {
    float: right;
    clear: right;
  }
}

@media (min-width: 1025px) {
  .calendar__category-dates {
    display: block !important;
  }
}

.calendar__event {
  margin-bottom: 2rem;
}

.calendar .mini-cal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar .mini-cal__dates td {
  padding: 0 0.25em;
}

.calendar .mini-cal .current {
  background: #000000;
}

.calendar .mini-cal .current a {
  color: #FFFFFF;
}

.calendar .icon-arrow-left,
.calendar .icon-arrow-right {
  position: relative;
  width: 40px;
}

.calendar .icon-arrow-left:after,
.calendar .icon-arrow-right:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.calendar .control-wrap label {
  display: block;
  position: relative;
  padding-left: 30px;
}

.calendar .control-wrap label input[type="checkbox"] {
  display: inline;
}

.calendar .control-wrap label input[type="checkbox"]:checked + .control-text:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 12px;
  background: #000000;
  width: 8px;
  height: 8px;
  display: block;
}

.calendar .control-wrap label .control-text:before {
  content: "";
  border: 1px solid #000000;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 6px;
}

.calendar .category__drop fieldset {
  border: 0;
  padding: 0;
}

.calendar__loc-description {
  margin: 0 0 1em;
}

.calendar__loc-description img {
  float: right;
}

.calendar__loc-tools a {
  display: block;
}

.calendar__loc-tools img, .calendar__loc-tools span {
  display: inline;
}

.calendar__loc-list .results__header {
  font-weight: 700;
  border-bottom: 1px solid #000000;
}

.calendar__loc-list .results ul {
  padding: 0;
}

.calendar__loc-list .results li {
  list-style: none;
}

.calendar__loc-list .results time {
  display: block;
}

/**
 * @file
 * Calendar
 *
 * Contains styles for the Calendar search Page
 */
.calendar-search__picker {
  display: inline-block;
  background-image: url("../../assets/icons/calendar.png");
  width: 16px;
  height: 16px;
}

.calendar-search__col {
  margin-left: 20px;
}

.calendar-search label {
  display: block;
}

.calendar-search-results .results__header {
  font-weight: 700;
  border-bottom: 1px solid #000000;
}

.calendar-search-results .results ul {
  padding: 0;
}

.calendar-search-results .results li {
  list-style: none;
}

.calendar-search-results .results time {
  display: block;
}

/**
 * @file
 * Calendar Submit
 *
 * Contains styles for the Calendar Submit Event page
 */
.calendar-submit textarea {
  width: 100%;
  margin: 0.625em 0;
}

.calendar-submit input[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  margin: 0 5px 0 0;
}

.calendar-submit input[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  margin: 0 5px 0 0;
}

.calendar-submit select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.calendar-submit label {
  display: block;
}

.calendar-submit label[for="eventDate"] {
  display: inline-block;
}

.calendar-submit .onote {
  display: block;
}

.calendar-submit .catCol .sub {
  margin-left: 1rem;
}

/**
 * @file
 * Calendar Email Event
 *
 * Contains styles for the Calendar email an event page.
 */
.calendar-email textarea {
  width: calc(100% - 100px);
  margin-left: 100px;
  float: left;
}

.calendar-email .output {
  display: block;
}

.calendar-email label,
.calendar-email .label {
  clear: both;
  float: left;
  padding: 0 5px 0 0;
  width: 100px;
  text-align: right;
}

.calendar-email input, .calendar-email select, .calendar-email textarea {
  float: left;
  margin: 3px 0 5px 3px;
}

.calendar-email #capChk {
  display: block;
  float: left;
  margin: 0 0 0 5px;
}

/**
 * @file
 * Your Journey
 *
 * Contains styles for Your Journey section and page
 */
.your-journey-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #FFFFFF;
}

@media (min-width: 700px) {
  .your-journey-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
}

@media (min-width: 1201px) {
  .your-journey-container {
    max-width: 2000px;
    margin: auto;
  }
}

@media (min-width: 700px) {
  .your-journey-container::before {
    content: '';
    display: block;
    border-left: solid 1px #949494;
    height: calc(100% - 15px);
    position: absolute;
    z-index: 2;
    top: 15px;
    left: calc(50% - 34px);
  }
}

@media (min-width: 1025px) {
  .your-journey-container::before {
    height: calc(100% - 25px);
    top: 25px;
    left: calc(50% - 58px);
  }
}

.your-journey-content {
  position: relative;
}

@media (min-width: 700px) {
  .your-journey-content {
    width: calc(100% - 67.67px);
    position: unset;
  }
}

@media (min-width: 1025px) {
  .your-journey-content {
    width: calc(100% - 116px);
  }
}

@media (min-width: 1201px) {
  .your-journey-content {
    overflow: hidden;
  }
}

.your-journey-content::before {
  content: '';
  display: block;
  border-left: solid 1px #949494;
  position: absolute;
  height: calc(100% - 8px);
  top: 8px;
  left: 20px;
}

@media (min-width: 700px) {
  .your-journey-content::before {
    content: none;
  }
}

.your-journey-section {
  margin-bottom: 20px;
  outline: none;
}

.your-journey-section:nth-of-type(even) .your-journey-section__title-container {
  right: 20px;
}

@media (min-width: 700px) {
  .your-journey-section:nth-of-type(even) .your-journey-section__title-container {
    left: unset;
    right: 50px;
  }
}

@media (min-width: 1025px) {
  .your-journey-section:nth-of-type(even) .your-journey-section__title-container {
    right: 80px;
  }
}

@media (min-width: 1400px) {
  .your-journey-section:nth-of-type(even) .your-journey-section__title-container {
    right: 0;
  }
}

.your-journey-section::before {
  content: '';
  display: block;
  height: 8px;
  background: #412565;
}

@media (min-width: 700px) {
  .your-journey-section::before {
    height: 15px;
  }
}

@media (min-width: 1025px) {
  .your-journey-section::before {
    height: 25px;
  }
}

.your-journey-section__intro {
  position: relative;
}

.your-journey-section__title {
  font-size: 1.8571rem;
  line-height: 2.4286rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

@media (min-width: 700px) {
  .your-journey-section__title {
    font-size: 2.25rem;
    line-height: 2.75rem;
    margin: 1px 0 3px;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__title {
    font-size: 2.8125rem;
    line-height: 2.8125rem;
    margin: 5px 0 0;
  }
}

.your-journey-section__title-before {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 -2px;
}

@media (min-width: 700px) {
  .your-journey-section__title-before {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    margin: 0;
  }
}

.your-journey-section__title--wrapper {
  max-width: 1200px;
  margin: auto;
  z-index: 3;
  position: relative;
  bottom: 28px;
}

@media (min-width: 700px) {
  .your-journey-section__title--wrapper {
    bottom: 36px;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__title--wrapper {
    bottom: 80px;
  }
}

.your-journey-section__title-container {
  width: 73.44%;
  position: absolute;
  left: 20px;
  background: #FFFFFF;
  padding: 22px 60px 26px 24px;
  overflow: hidden;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}

@media (min-width: 700px) {
  .your-journey-section__title-container {
    width: unset;
    left: 50px;
    padding: 25px 81px 26px 24px;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__title-container {
    left: 80px;
    padding: 32px 41px 34px;
    width: 422px;
  }
}

@media (min-width: 1400px) {
  .your-journey-section__title-container {
    left: 0;
  }
}

.your-journey-section__title-container::after {
  content: '';
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  display: block;
  height: 2px;
  width: 260px;
  position: absolute;
  left: calc(100% - 181px);
  bottom: 0;
  -webkit-transform: rotateZ(130deg);
      -ms-transform: rotate(130deg);
          transform: rotateZ(130deg);
  z-index: -1;
}

@media (min-width: 700px) {
  .your-journey-section__title-container::after {
    left: calc(100% - 188px);
  }
}

@media (min-width: 1025px) {
  .your-journey-section__title-container::after {
    left: calc(100% - 204px);
  }
}

.your-journey-section__img {
  height: 100%;
  width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.your-journey-section__img-container {
  position: relative;
  padding-bottom: 70.94%;
}

@media (min-width: 700px) {
  .your-journey-section__img-container {
    padding-bottom: 43.965%;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__img-container {
    padding-bottom: 44.005%;
  }
}

.your-journey-section__item {
  margin: 30px 0;
  padding: 0 20px 0 55px;
}

@media (min-width: 700px) {
  .your-journey-section__item {
    margin: 50px 0;
    padding: 0 50px;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__item {
    margin: 73px 0;
    padding: 0 89px 0 80px;
  }
}

@media (min-width: 700px) {
  .your-journey-section__item:nth-of-type(odd) .your-journey-section__item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (min-width: 700px) {
  .your-journey-section__item:nth-of-type(odd) .your-journey-section__item-content .your-journey__icon {
    right: unset;
    left: -45px;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__item:nth-of-type(odd) .your-journey-section__item-content .your-journey__icon {
    left: -103px;
  }
}

.your-journey-section__item:nth-of-type(odd)::after {
  -webkit-transform: rotateZ(6deg);
      -ms-transform: rotate(6deg);
          transform: rotateZ(6deg);
}

.your-journey-section__item:last-of-type::after {
  content: none;
}

.your-journey-section__item::after {
  content: '';
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
  display: block;
  width: 100vw;
  margin: 48px 0;
  position: relative;
  top: -5px;
  left: -55px;
  z-index: 0;
  -webkit-transform: rotateZ(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotateZ(-6deg);
}

@media (min-width: 700px) {
  .your-journey-section__item::after {
    margin: 57px 0;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__item::after {
    left: -80px;
  }
}

.your-journey-section__item.js-show .your-journey-section__item-content--inner {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 700px) {
  .your-journey-section__item.js-show .your-journey-section__item-content--inner {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
}

.your-journey-section__item.js-show .your-journey-section__item-img {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

@media screen and (min-width: 700px) {
  .your-journey-section__item.js-show .your-journey-section__item-img {
    -webkit-transition-delay: 0.3s;
         -o-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.your-journey-section__item.js-show .your-journey__icon {
  opacity: 1;
}

@media (min-width: 700px) {
  .your-journey-section__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: calc(100vw * 0.45);
  }
  .your-journey-section__item-inner > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 35px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 35px);
            flex: 0 0 calc(50% - 35px);
  }
}

@media screen and (min-width: 1025px) {
  .your-journey-section__item-inner {
    min-height: calc(100vw * 0.3);
  }
  .your-journey-section__item-inner > div {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 calc(50% - 97px);
       -moz-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 97px);
            flex: 0 0 calc(50% - 97px);
  }
}

@media (min-width: 1201px) {
  .your-journey-section__item-inner {
    max-width: 1040px;
    margin: auto;
    min-height: calc(1200px * 0.3);
  }
}

.your-journey-section__item-category {
  font-size: 0.8571rem;
  line-height: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
}

@media (min-width: 700px) {
  .your-journey-section__item-category {
    font-size: 0.75rem;
    line-height: 1.3125rem;
  }
}

.your-journey-section__item-title {
  font-size: 1.5rem;
  line-height: 2.1429rem;
  font-weight: 800;
  margin: 0 0 10px;
}

@media (min-width: 700px) {
  .your-journey-section__item-title {
    font-size: 1.6875rem;
    line-height: 2.25rem;
    margin: 11px 0 13px;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__item-title {
    font-size: 1.875rem;
    margin: 13px 0;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__item-body {
    line-height: 1.5rem;
  }
}

.your-journey-section__item-cta {
  margin: 20px 0 0;
}

.your-journey-section__item-img {
  margin: 20px 0 0;
  padding: 0 17px 0 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 700px) {
  .your-journey-section__item-img {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 365px;
  }
}

@media (min-width: 1201px) {
  .your-journey-section__item-img {
    position: relative;
    z-index: 2;
  }
}

.your-journey-section__item-img img {
  width: 100%;
}

@media (min-width: 1025px) {
  .your-journey-section__item-img .your-journey-section__item-cta {
    display: none;
  }
}

.your-journey-section__item-content {
  position: relative;
}

@media (min-width: 700px) {
  .your-journey-section__item-content {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .your-journey-section__item-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.your-journey-section__item-content::before {
  content: none;
}

.your-journey-section__item-content--inner {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.your-journey-section__item-content .your-journey-section__item-cta {
  display: none;
}

@media (min-width: 1025px) {
  .your-journey-section__item-content .your-journey-section__item-cta {
    display: block;
  }
}

.your-journey__icon {
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  z-index: 4;
  top: 27px;
  left: -44px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 700px) {
  .your-journey__icon {
    top: calc(50% - 10px);
    right: -45px;
    left: unset;
  }
}

@media (min-width: 1025px) {
  .your-journey__icon {
    right: -113px;
  }
}

.your-journey-section__item[data-category="preparation"] .cta--button, .your-journey-section__item[data-category="experience"] .cta--button {
  border-color: #90CD24;
}

.your-journey-section__item[data-category="preparation"] .cta--button:hover, .your-journey-section__item[data-category="preparation"] .cta--button:focus, .your-journey-section__item[data-category="experience"] .cta--button:hover, .your-journey-section__item[data-category="experience"] .cta--button:focus {
  background-color: #90CD24;
}

.your-journey-section__item[data-category="preparation"] .your-journey__icon-polygon, .your-journey-section__item[data-category="experience"] .your-journey__icon-polygon {
  fill: #90CD24;
}

.your-journey-section__item[data-category="academics"] .cta--button {
  border-color: #EB9D00;
}

.your-journey-section__item[data-category="academics"] .cta--button:hover, .your-journey-section__item[data-category="academics"] .cta--button:focus {
  background-color: #EB9D00;
}

.your-journey-section__item[data-category="academics"] .your-journey__icon-polygon {
  fill: #EB9D00;
}

.your-journey-section__item[data-category="support"] .cta--button {
  border-color: #87C5F6;
}

.your-journey-section__item[data-category="support"] .cta--button:hover, .your-journey-section__item[data-category="support"] .cta--button:focus {
  background-color: #87C5F6;
}

.your-journey-section__item[data-category="support"] .your-journey__icon-polygon {
  fill: #87C5F6;
}

.your-journey-section__item[data-category="career"] .cta--button {
  border-color: #42D1AC;
}

.your-journey-section__item[data-category="career"] .cta--button:hover, .your-journey-section__item[data-category="career"] .cta--button:focus {
  background-color: #42D1AC;
}

.your-journey-section__item[data-category="career"] .your-journey__icon-polygon {
  fill: #42D1AC;
}

.your-journey-section__item[data-category="alumni"] .cta--button {
  border-color: #FF7171;
}

.your-journey-section__item[data-category="alumni"] .cta--button:hover, .your-journey-section__item[data-category="alumni"] .cta--button:focus {
  background-color: #FF7171;
}

.your-journey-section__item[data-category="alumni"] .your-journey__icon-polygon {
  fill: #FF7171;
}

.your-journey-navigation {
  margin: 0 0 20px;
  padding: 17px 15px;
  background-color: #000000;
  background-image: url("../assets/img/sidebar-bg.png");
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 700px) {
  .your-journey-navigation {
    top: 0;
    width: 67.67px;
    border-top: solid 15px #412565;
    margin: 0;
    padding: 139px 7px 17px;
    position: relative;
  }
}

@media (min-width: 1025px) {
  .your-journey-navigation {
    width: 116px;
    border-top-width: 25px;
    padding: 137px 30px 17px;
    z-index: 1;
  }
}

@media screen and (max-width: 699px) {
  .your-journey-navigation.js-hide {
    top: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.your-journey-navigation::before {
  content: '';
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  border-bottom: dashed 1px rgba(255, 255, 255, 0.5);
  width: 100%;
}

@media (min-width: 700px) {
  .your-journey-navigation::before {
    top: 0;
    left: 34px;
    height: 100%;
    width: unset;
    border-bottom: none;
    border-left: dashed 1px rgba(255, 255, 255, 0.5);
  }
}

@media (min-width: 1025px) {
  .your-journey-navigation::before {
    content: none;
  }
}

.your-journey-navigation__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 700px) {
  .your-journey-navigation__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
  }
}

@media (min-width: 1025px) {
  .your-journey-navigation__inner::before {
    content: '';
    display: block;
    position: absolute;
    border-left: dashed 1px rgba(255, 255, 255, 0.5);
    top: 5px;
    left: 27px;
    height: calc(100% - 30px);
  }
}

.your-journey-navigation-btn {
  font-family: "Nunito Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  color: #FFFFFF;
  border: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

@media (min-width: 700px) {
  .your-journey-navigation-btn {
    margin: 0 0 28px;
  }
}

@media (min-width: 1025px) {
  .your-journey-navigation-btn:last-of-type {
    margin: 0;
  }
}

.your-journey-navigation-btn:hover .polygon, .your-journey-navigation-btn:focus .polygon {
  fill-opacity: 1;
}

.your-journey-navigation-btn:hover .polygon > g, .your-journey-navigation-btn:focus .polygon > g {
  fill: #42D1AC;
  stroke: #42D1AC;
}

.your-journey-navigation-btn:focus {
  outline: solid 2px #FFFFFF;
  outline-offset: 2px;
}

.your-journey-navigation-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.your-journey-navigation-btn.js-highlighted .polygon {
  fill-opacity: 1;
}

.your-journey-navigation-btn.js-highlighted .polygon > g {
  fill: #42D1AC;
  stroke: #42D1AC;
}

.your-journey-navigation-btn svg {
  margin: 0 0 7px;
}

@media (min-width: 700px) {
  .your-journey-navigation-btn svg {
    margin: 0 0 3px;
  }
}

.your-journey-navigation-btn svg .polygon {
  fill-opacity: 0.3;
  -webkit-transition: fill-opacity 0.3s;
  -o-transition: fill-opacity 0.3s;
  transition: fill-opacity 0.3s;
}

.your-journey-navigation-btn svg .polygon > g {
  fill: #000000;
  stroke: #F7FF7A;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.your-journey-navigation-btn span {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

@media (min-width: 700px) {
  .your-journey-navigation-btn span {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.your-journey .page__bg--inner {
  overflow: unset;
}

#before .your-journey-section__intro {
  z-index: 2;
}

body.js-available .your-journey-section__item-content--inner,
body.js-available .your-journey-section__item-img {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

/**
 * @file
 * Why CWSL
 *
 * Contains styles for Why CWSL section and page
 */
@media (min-width: 1025px) {
  .why-cwsl {
    padding-top: 76px;
  }
}

.why-cwsl::before, .why-cwsl::after {
  z-index: 0;
}

.why-cwsl__heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 19px;
}

@media (min-width: 700px) {
  .why-cwsl__heading {
    margin: 0 0 30px;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__heading {
    margin: 0 0 40px;
  }
}

.why-cwsl__heading-number {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 900;
  font-size: 1.4629rem;
  line-height: 2rem;
  height: 45px;
  width: 45px;
  min-height: 45px;
  min-width: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -2px 10px 0 0;
  position: relative;
}

@media (min-width: 700px) {
  .why-cwsl__heading-number {
    font-size: 2rem;
    line-height: 2.6875rem;
    height: 88px;
    width: 88px;
    min-height: 88px;
    min-width: 88px;
    margin: -2px 25px 0 -22px;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__heading-number {
    font-size: 2.5rem;
    line-height: 3.375rem;
    height: 110px;
    width: 110px;
    min-height: 110px;
    min-width: 110px;
    margin: -2px 18px 0 -36px;
  }
}

.why-cwsl__heading-number--wrapper {
  position: relative;
  z-index: 2;
}

.why-cwsl__heading-number--dot {
  color: #42D1AC;
}

.why-cwsl__heading-number--poly {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 45px;
  width: 45px;
  opacity: 0;
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  -o-transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}

@media (min-width: 700px) {
  .why-cwsl__heading-number--poly {
    height: 88px;
    width: 88px;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__heading-number--poly {
    height: 110px;
    width: 110px;
  }
}

.why-cwsl__heading-number--poly svg {
  width: 100%;
  height: 100%;
}

@media (max-width: 699px) {
  .why-cwsl__heading-number--poly svg polygon {
    stroke-width: 2px;
  }
}

@media (min-width: 700px) {
  .why-cwsl__heading-number--poly svg polygon {
    stroke-width: 1px;
  }
}

.why-cwsl__heading h2 {
  font-size: 1.8571rem;
  line-height: 2.4286rem;
  margin: 0;
  padding: 0 0 3px;
  border-bottom: dotted 2px rgba(148, 148, 148, 0.7);
}

@media screen and (max-width: 699px) {
  .why-cwsl__heading h2 {
    display: block;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .why-cwsl__heading h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__heading h2 {
    font-size: 2.5rem;
    line-height: 3.125rem;
    margin: 12px 0 0;
    padding: 0 0 8px;
  }
}

.why-cwsl__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
     -moz-box-orient: vertical;
     -moz-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media (min-width: 700px) {
  .why-cwsl__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 700px) {
  .why-cwsl__content {
    -webkit-flex-basis: 54%;
        -ms-flex-preferred-size: 54%;
            flex-basis: 54%;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__content {
    -webkit-flex-basis: 58.5%;
        -ms-flex-preferred-size: 58.5%;
            flex-basis: 58.5%;
  }
}

.why-cwsl__image {
  margin: 0 0 21px;
}

@media (min-width: 700px) {
  .why-cwsl__image {
    margin: 0;
    padding: 0 0 0 20px;
    -webkit-flex-basis: 42.5%;
        -ms-flex-preferred-size: 42.5%;
            flex-basis: 42.5%;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__image {
    padding: 0 0 0 60px;
  }
}

.why-cwsl__image img {
  width: 100%;
}

@media (min-width: 700px) {
  .why-cwsl__image img {
    width: auto;
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__image img {
    margin: 5px 0 0 auto;
  }
}

.why-cwsl__intro {
  font-size: 1.2857rem;
  line-height: 1.8571rem;
  margin: 0 0 29px;
}

@media (min-width: 700px) {
  .why-cwsl__intro {
    font-size: 1.5rem;
    line-height: 2.0625rem;
    padding: 0 5px 0 0;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__intro {
    font-size: 1.875rem;
    line-height: 2.5rem;
    margin: 0 0 37px;
    padding: 0;
  }
}

.why-cwsl__toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .why-cwsl__toggle {
    margin: 0 0 31px;
  }
}

.why-cwsl__toggle--wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.why-cwsl__toggle button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 36px;
  min-height: 36px;
  min-width: 36px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border: solid 2px #42D1AC;
  margin: 0 15.5px 0 0;
  padding: 0;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.why-cwsl__toggle button:hover, .why-cwsl__toggle button:focus {
  background-color: #42D1AC;
}

@media (min-width: 700px) {
  .why-cwsl__toggle button {
    height: 44px;
    width: 44px;
    min-height: 44px;
    min-width: 44px;
    margin: 0 18px 0 0;
  }
}

.why-cwsl__toggle button::before {
  content: '';
  display: block;
  height: 17.5px;
  width: 17.5px;
  background-image: url("../assets/icons/plus-black.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}

@media (min-width: 700px) {
  .why-cwsl__toggle button::before {
    height: 28px;
    width: 28px;
  }
}

.why-cwsl__toggle button::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.why-cwsl__toggle span {
  font-size: 1rem;
  line-height: 1.3571rem;
  font-weight: 800;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .why-cwsl__toggle span {
    font-size: 0.9375rem;
    line-height: 1.25rem;
  }
}

.why-cwsl__toggle hr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 14.5px;
  padding: 0;
}

.why-cwsl__toggle hr::before, .why-cwsl__toggle hr::after {
  content: none;
}

.why-cwsl__outer {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 700px) {
  .why-cwsl__body {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__body {
    width: 58.5%;
  }
}

.why-cwsl__cta {
  margin: 20px 0 20px;
}

@media (min-width: 700px) {
  .why-cwsl__cta {
    margin: 14px 0 30px;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__cta {
    margin: 20px 0 60px;
  }
}

.why-cwsl__cta + .para-container {
  margin-top: 20px;
}

@media (min-width: 700px) {
  .why-cwsl__cta + .para-container {
    margin-top: 30px;
  }
}

@media (min-width: 1025px) {
  .why-cwsl__cta + .para-container {
    margin-top: 60px;
  }
}

.why-cwsl.js-expanded .why-cwsl__toggle-btn {
  background-color: #42D1AC;
}

.why-cwsl.js-expanded .why-cwsl__toggle-btn::before {
  background-image: url("../assets/icons/minus-black.svg");
}

.why-cwsl.js-expanded .why-cwsl__outer {
  display: block;
}

.why-cwsl.js-animate .why-cwsl__heading-number--poly {
  opacity: 1;
  -webkit-transform: rotateZ(720deg);
      -ms-transform: rotate(720deg);
          transform: rotateZ(720deg);
}

.why-cwsl.teal .why-cwsl__heading-number--dot {
  color: #42D1AC;
}

.why-cwsl.teal .why-cwsl__toggle-btn {
  border-color: #42D1AC;
}

.why-cwsl.teal .why-cwsl__toggle-btn:hover, .why-cwsl.teal .why-cwsl__toggle-btn:focus {
  background-color: #42D1AC;
}

.why-cwsl.teal .cta--button {
  border-color: #42D1AC;
}

.why-cwsl.teal .cta--button:hover, .why-cwsl.teal .cta--button:focus {
  background-color: #42D1AC;
}

.why-cwsl.teal .cta--link, .why-cwsl.teal .cta--link-red, .why-cwsl.teal .cta--link-green, .why-cwsl.teal .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#42D1AC), to(#42D1AC));
  background-image: -o-linear-gradient(right, #42D1AC, #42D1AC);
  background-image: linear-gradient(to left, #42D1AC, #42D1AC);
}

.why-cwsl.teal a > .last-word > span,
.why-cwsl.teal .cta__link-vertical-border__red > .last-word > span {
  border-left-color: #42D1AC;
}

.why-cwsl.teal .spotlight__controller .slick-arrow svg g {
  stroke: #42D1AC;
}

.why-cwsl.teal .spotlight__controller .slick-arrow:not(:disabled):hover svg polygon {
  fill: #42D1AC;
}

.why-cwsl.teal .spotlight-item__pub-icon svg:nth-of-type(1) path {
  fill: #42D1AC;
}

.why-cwsl.teal.js-expanded .why-cwsl__toggle-btn {
  background-color: #42D1AC;
}

.why-cwsl.blue-light .why-cwsl__heading-number--dot {
  color: #87C5F6;
}

.why-cwsl.blue-light .why-cwsl__toggle-btn {
  border-color: #87C5F6;
}

.why-cwsl.blue-light .why-cwsl__toggle-btn:hover, .why-cwsl.blue-light .why-cwsl__toggle-btn:focus {
  background-color: #87C5F6;
}

.why-cwsl.blue-light .cta--button {
  border-color: #87C5F6;
}

.why-cwsl.blue-light .cta--button:hover, .why-cwsl.blue-light .cta--button:focus {
  background-color: #87C5F6;
}

.why-cwsl.blue-light .cta--link, .why-cwsl.blue-light .cta--link-red, .why-cwsl.blue-light .cta--link-green, .why-cwsl.blue-light .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#87C5F6), to(#87C5F6));
  background-image: -o-linear-gradient(right, #87C5F6, #87C5F6);
  background-image: linear-gradient(to left, #87C5F6, #87C5F6);
}

.why-cwsl.blue-light a > .last-word > span,
.why-cwsl.blue-light .cta__link-vertical-border__red > .last-word > span {
  border-left-color: #87C5F6;
}

.why-cwsl.blue-light .spotlight__controller .slick-arrow svg g {
  stroke: #87C5F6;
}

.why-cwsl.blue-light .spotlight__controller .slick-arrow:not(:disabled):hover svg polygon {
  fill: #87C5F6;
}

.why-cwsl.blue-light .spotlight-item__pub-icon svg:nth-of-type(1) path {
  fill: #87C5F6;
}

.why-cwsl.blue-light.js-expanded .why-cwsl__toggle-btn {
  background-color: #87C5F6;
}

.why-cwsl.green .why-cwsl__heading-number--dot {
  color: #90CD24;
}

.why-cwsl.green .why-cwsl__toggle-btn {
  border-color: #90CD24;
}

.why-cwsl.green .why-cwsl__toggle-btn:hover, .why-cwsl.green .why-cwsl__toggle-btn:focus {
  background-color: #90CD24;
}

.why-cwsl.green .cta--button {
  border-color: #90CD24;
}

.why-cwsl.green .cta--button:hover, .why-cwsl.green .cta--button:focus {
  background-color: #90CD24;
}

.why-cwsl.green .cta--link, .why-cwsl.green .cta--link-red, .why-cwsl.green .cta--link-green, .why-cwsl.green .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#90CD24), to(#90CD24));
  background-image: -o-linear-gradient(right, #90CD24, #90CD24);
  background-image: linear-gradient(to left, #90CD24, #90CD24);
}

.why-cwsl.green a > .last-word > span,
.why-cwsl.green .cta__link-vertical-border__red > .last-word > span {
  border-left-color: #90CD24;
}

.why-cwsl.green .spotlight__controller .slick-arrow svg g {
  stroke: #90CD24;
}

.why-cwsl.green .spotlight__controller .slick-arrow:not(:disabled):hover svg polygon {
  fill: #90CD24;
}

.why-cwsl.green .spotlight-item__pub-icon svg:nth-of-type(1) path {
  fill: #90CD24;
}

.why-cwsl.green.js-expanded .why-cwsl__toggle-btn {
  background-color: #90CD24;
}

.why-cwsl.orange .why-cwsl__heading-number--dot {
  color: #EB9D00;
}

.why-cwsl.orange .why-cwsl__toggle-btn {
  border-color: #EB9D00;
}

.why-cwsl.orange .why-cwsl__toggle-btn:hover, .why-cwsl.orange .why-cwsl__toggle-btn:focus {
  background-color: #EB9D00;
}

.why-cwsl.orange .cta--button {
  border-color: #EB9D00;
}

.why-cwsl.orange .cta--button:hover, .why-cwsl.orange .cta--button:focus {
  background-color: #EB9D00;
}

.why-cwsl.orange .cta--link, .why-cwsl.orange .cta--link-red, .why-cwsl.orange .cta--link-green, .why-cwsl.orange .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#EB9D00), to(#EB9D00));
  background-image: -o-linear-gradient(right, #EB9D00, #EB9D00);
  background-image: linear-gradient(to left, #EB9D00, #EB9D00);
}

.why-cwsl.orange a > .last-word > span,
.why-cwsl.orange .cta__link-vertical-border__red > .last-word > span {
  border-left-color: #EB9D00;
}

.why-cwsl.orange .spotlight__controller .slick-arrow svg g {
  stroke: #EB9D00;
}

.why-cwsl.orange .spotlight__controller .slick-arrow:not(:disabled):hover svg polygon {
  fill: #EB9D00;
}

.why-cwsl.orange .spotlight-item__pub-icon svg:nth-of-type(1) path {
  fill: #EB9D00;
}

.why-cwsl.orange.js-expanded .why-cwsl__toggle-btn {
  background-color: #EB9D00;
}

.why-cwsl.red .why-cwsl__heading-number--dot {
  color: #FF7171;
}

.why-cwsl.red .why-cwsl__toggle-btn {
  border-color: #FF7171;
}

.why-cwsl.red .why-cwsl__toggle-btn:hover, .why-cwsl.red .why-cwsl__toggle-btn:focus {
  background-color: #FF7171;
}

.why-cwsl.red .cta--button {
  border-color: #FF7171;
}

.why-cwsl.red .cta--button:hover, .why-cwsl.red .cta--button:focus {
  background-color: #FF7171;
}

.why-cwsl.red .cta--link, .why-cwsl.red .cta--link-red, .why-cwsl.red .cta--link-green, .why-cwsl.red .cta--link-orange {
  background-image: -webkit-gradient(linear, right top, left top, from(#FF7171), to(#FF7171));
  background-image: -o-linear-gradient(right, #FF7171, #FF7171);
  background-image: linear-gradient(to left, #FF7171, #FF7171);
}

.why-cwsl.red a > .last-word > span,
.why-cwsl.red .cta__link-vertical-border__red > .last-word > span {
  border-left-color: #FF7171;
}

.why-cwsl.red .spotlight__controller .slick-arrow svg g {
  stroke: #FF7171;
}

.why-cwsl.red .spotlight__controller .slick-arrow:not(:disabled):hover svg polygon {
  fill: #FF7171;
}

.why-cwsl.red .spotlight-item__pub-icon svg:nth-of-type(1) path {
  fill: #FF7171;
}

.why-cwsl.red.js-expanded .why-cwsl__toggle-btn {
  background-color: #FF7171;
}

.js-fade {
  opacity: 1;
}

/**
 * @file
 * Slick
 *
 * Slick carousel styles.
 */
.slick {
  position: relative;
}

.slick-slide {
  position: relative;
}

.slick-dots {
  list-style: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

.slick-dots li {
  display: inline-block;
}

.slick-dots button {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
}

.slick-dots button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.5rem;
  width: 0.5rem;
  background: #000000;
  border: 0;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

li:not(.slick-active) button:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 40px;
  width: 40px;
  padding: 0;
  z-index: 5;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.75rem;
  width: 0.75rem;
  background: #000000;
  border: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-arrow.slick-disabled:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-next {
  right: 0;
}

/*# sourceMappingURL=maps/main.css.map */
