  @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,
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: 28px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
}

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

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

h2 {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 16px;
}

@media (min-width: 700px) {
  h2 {
    font-size: 30px;
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 11px;
}

@media (min-width: 700px) {
  h3 {
    font-size: 26px;
  }
}

@media (min-width: 1025px) {
  h3 {
    font-size: 30px;
    line-height: 1.3;
    margin: 0 0 17px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  h4 {
    font-size: 24px;
    margin: 0 0 16px;
  }
}

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

h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 17px;
}

@media (min-width: 1025px) {
  h5 {
    font-size: 22px;
  }
}

h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0 0 20px;
}

@media (min-width: 1025px) {
  h6 {
    font-size: 20px;
  }
}

p {
  margin: 0 0 16px;
}

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

p:empty {
  display: none;
}

strong {
  font-weight: 700;
}

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

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

@media (min-width: 1025px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  line-height: 1.69;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

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

body.js-fixed {
  overflow: hidden;
}

body span {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
}

* > 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;
}

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: #fff;
  padding: 3px 10px;
  position: absolute !important;
  z-index: 10000;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

a {
  color: #00857a;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

a:hover {
  color: #2b3990;
}

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

figure {
  margin: 0;
}

figcaption {
  margin: 0.5rem 0 0;
  font-style: italic;
  font-size: .75rem;
}

.img-inline {
  color: #fff;
}

.img-inline img {
  width: 100%;
}

.img-inline--full {
  margin: 0 -15px 46px;
}

@media (min-width: 700px) {
  .img-inline--full {
    margin: 0 -20px 58px;
  }
}

@media (min-width: 1025px) {
  .img-inline--full {
    margin: 0 -55px 75px -52px;
  }
}

.img-inline--float {
  margin: 0 0 25px;
  padding: 0 20px;
}

@media (min-width: 700px) {
  .img-inline--float {
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .img-inline--float {
    max-width: 300px;
  }
}

.img-inline--float.float-right figcaption, .img-inline--float.float-left figcaption {
  font: italic 15px/1.47 "Montserrat", Arial, Helvetica, sans-serif;
  padding: 19px 23px;
}

@media (min-width: 700px) {
  .img-inline--float.float-right figcaption, .img-inline--float.float-left figcaption {
    padding: 21px 24px 20px;
  }
}

@media (min-width: 700px) {
  .img-inline--float.float-right {
    margin: 0 -20px 20px 50px;
    width: 45.5%;
  }
}

@media (min-width: 1025px) {
  .img-inline--float.float-right {
    margin: 0 -27px 20px 50px;
  }
}

@media (min-width: 700px) {
  .img-inline--float.float-left {
    margin: 0 50px 20px -20px;
    width: 45.5%;
  }
}

@media (min-width: 1025px) {
  .img-inline--float.float-left {
    margin: 0 50px 20px -27px;
  }
}

.img-inline figcaption {
  font: italic 14px/1.43 "Montserrat", Arial, Helvetica, sans-serif;
  background-color: #2b3990;
  margin: 0;
  padding: 19px 15px;
}

@media (min-width: 700px) {
  .img-inline figcaption {
    font-size: 15px;
    padding: 20px 30px;
    line-height: 1.47;
  }
}

@media (min-width: 1025px) {
  .img-inline figcaption {
    padding: 28px 20px 27px 55px;
  }
}

table {
  clear: both;
}

button:active {
  border: none;
}

.cta--button {
  background-color: #00857a;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  padding: 9px 21px;
  border-radius: 20px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.cta--button:hover {
  background-color: #1d2974;
  color: #fff;
}

@media (min-width: 1025px) {
  .cta--button {
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 24px;
  }
}

.cta--link {
  display: inline-block;
  vertical-align: top;
  color: #000000;
  font: 800 18px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  position: relative;
}

.cta--link:after {
  content: "";
  position: absolute;
  top: -3px;
  right: -39px;
  background-image: url(/_resources/assets/icons/arrow-teal.svg);
  width: 26px;
  height: 26px;
  background-size: 100% 100%;
  -webkit-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
}

@media (min-width: 1025px) {
  .cta--link:after {
    top: 7px;
  }
}

.cta--link:hover {
  color: #000000;
}

.cta--link:hover:after {
  right: -44px;
}

@media (min-width: 1025px) {
  .cta--link {
    font-size: 30px;
  }
}

.quote--full {
  background-color: #2b3990;
  margin: 0 -15px 30px;
  color: #fff;
  padding: 64px 20px 49px 67px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .quote--full {
    margin: 0 -30px 30px;
    padding: 71px 160px 61px 101px;
  }
}

@media (min-width: 1025px) {
  .quote--full {
    margin: 0 -55px 30px -52px;
    padding: 91px 150px 96px 161px;
  }
}

.quote--full:before, .quote--full:after {
  content: "";
  position: absolute;
  top: -140px;
  left: -102px;
  background-image: url(/_resources/assets/img/blockquote-illustration.svg);
  background-size: 100% 100%;
  width: 300px;
  height: 340px;
}

@media (min-width: 700px) {
  .quote--full:before, .quote--full:after {
    width: 410px;
    height: 410px;
    top: -134px;
    left: -174px;
  }
}

@media (min-width: 1025px) {
  .quote--full:before, .quote--full:after {
    width: 500px;
    height: 500px;
    top: -63px;
    left: -266px;
  }
}

.quote--full:after {
  background-image: url(/_resources/assets/img/blockquote-illustration2.svg);
  width: 320px;
  height: 310px;
  top: auto;
  bottom: -190px;
  left: auto;
  right: -57px;
}

@media (min-width: 700px) {
  .quote--full:after {
    width: 400px;
    height: 400px;
    bottom: -152px;
    right: -79px;
  }
}

@media (min-width: 1025px) {
  .quote--full:after {
    width: 530px;
    height: 530px;
    bottom: -190px;
    right: -91px;
  }
}

.quote__copy {
  font: 800 22px/1.28 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 18px;
  position: relative;
  z-index: 1;
}

@media (min-width: 700px) {
  .quote__copy {
    margin: 0 0 24px;
  }
}

@media (min-width: 1025px) {
  .quote__copy {
    font-size: 36px;
    line-height: 1.28;
    margin: 0 0 33px;
  }
}

.quote__copy:before, .quote__copy:after {
  content: "”";
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  margin: 0 -10px 0 0;
}

@media (min-width: 1025px) {
  .quote__copy:before, .quote__copy:after {
    font-size: 36px;
  }
}

.quote__copy:before {
  content: "“";
  position: absolute;
  top: 1px;
  left: -14px;
  margin: 0;
}

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

.quote__footer {
  position: relative;
  z-index: 1;
}

.quote__attr {
  font: 700 14px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .quote__attr {
    margin: 0 0 7px;
  }
}

@media (min-width: 1025px) {
  .quote__attr {
    font-size: 18px;
    margin: 0 0 10px;
  }
}

.quote__attr a {
  display: inline-block;
  vertical-align: top;
  color: #fff200;
  position: relative;
}

.quote__attr a:after {
  content: "";
  position: absolute;
  top: 1px;
  right: -25px;
  background-image: url(/_resources/assets/icons/arrow-yellow.svg);
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  -webkit-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
}

@media (min-width: 700px) {
  .quote__attr a:after {
    right: -22px;
  }
}

@media (min-width: 1025px) {
  .quote__attr a:after {
    top: 4px;
  }
}

.quote__attr a:hover:after {
  right: -30px;
}

.quote__info {
  font-size: 14px;
  line-height: 1.1;
}

@media (min-width: 1025px) {
  .quote__info {
    font-size: 18px;
  }
}

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

@font-face {
  font-family: 'icomoon';
  src: url("/_resources/assets/fonts/icomoon/icomoon.woff?ixacuo") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-chevron-right-thin:before {
  content: "\e906";
}

.icon-chevron-down:before {
  content: "\e905";
}

.icon-yahoo:before {
  content: "\e904";
}

.icon-google-plus:before {
  content: "\e901";
}

.icon-windows8:before {
  content: "\e902";
}

.icon-apple:before {
  content: "\e903";
}

.icon-chevron-right:before {
  content: "\e900";
}

/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
.container {
  padding: 0;
}

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

@media screen and (min-width: 1025px) {
  .container--cols {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 3px;
  }
}

@media screen and (min-width: 1025px) {
  .container--cols .container__left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 26.8%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 26.8%;
            flex: 0 0 26.8%;
  }
}

@media screen and (min-width: 1025px) {
  .container--cols .container__right {
    width: calc(100% - 26.8%);
    padding: 0 55px;
  }
}

.container-holder {
  padding: 0 15px;
}

@media (min-width: 700px) {
  .container-holder {
    padding: 0 30px;
  }
}

@media (min-width: 1025px) {
  .container-holder {
    padding: 0 52px;
    max-width: 840px;
  }
}

@media (min-width: 1025px) {
  .content-holder {
    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;
  }
}

.sidebar .section-nav {
  margin: 0;
}

@media (min-width: 1025px) {
  .sidebar {
    width: 26.8%;
    padding: 0 0 3px;
  }
}

@media (min-width: 1025px) {
  .content {
    width: calc(100% - 26.8%);
    padding: 0 0 0 3px;
  }
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}

/**
 * @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 (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;
}

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

@media (min-width: 700px) {
  .column--two {
    -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) {
  .column--two .column__col {
    -webkit-flex-basis: calc(50% - 10px);
        -ms-flex-preferred-size: calc(50% - 10px);
            flex-basis: calc(50% - 10px);
  }
}

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

@media (min-width: 700px) {
  .column--three {
    -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) {
  .column--three .column__col {
    -webkit-flex-basis: calc((100% / 3) - (20px / 3));
        -ms-flex-preferred-size: calc((100% / 3) - (20px / 3));
            flex-basis: calc((100% / 3) - (20px / 3));
  }
}

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

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

/**
 * @file
 * Section
 *
 * Base styles for all section content.
 */
.section {
  margin: 2rem 0;
}

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

.section__header h2 {
  margin: 0;
}

.section__intro {
  margin: 1rem 0;
  font-size: 1.125rem;
}

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

.section__cta {
  margin: 1.5rem 0 0;
  text-align: center;
}

.section__cta a {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  background: #000000;
  color: #fff;
}

.section-nav {
  margin: 0;
}

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

@media screen and (min-width: 1025px) {
  .section-nav {
    height: 100%;
    margin: 0;
  }
}

.section-nav__inner {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .section-nav__inner {
    height: 100%;
  }
}

.section-nav__button {
  position: relative;
  width: 100%;
  padding: 0.95em 15px;
  text-align: left;
  color: #fff;
  background-color: transparent;
  border: 0;
  background-color: #00857a;
  -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__button {
    padding: 0.85em 30px;
  }
}

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

.section-nav__button:hover .plus-minus {
  background-color: #fff;
}

.section-nav__button[aria-expanded="true"] {
  background-color: #076058;
}

.section-nav__button[aria-expanded="true"] .plus-minus span:nth-child(2) {
  display: none;
}

.section-nav__button > span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  pointer-events: none;
}

.section-nav__button > span span {
  color: #fff;
  font-size: 0.87em;
  font-weight: 700;
}

@media screen and (min-width: 700px) {
  .section-nav__button > span span {
    font-size: 0.8em;
  }
}

.section-nav__button .plus-minus {
  position: absolute;
  top: 50%;
  right: -30px;
  background-color: #fff200;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 28px;
  height: 28px;
  pointer-events: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.section-nav__button .plus-minus span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: 2px;
  background-color: #000000;
}

.section-nav__button .plus-minus span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.section-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #00857a;
  padding: 2.3em 30px 0.9em;
  display: none;
  z-index: 1;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown {
    max-width: 322px;
    padding: 1.5em 10px 0.9em;
  }
}

@media screen and (min-width: 1025px) {
  .section-nav__dropdown {
    position: static;
    display: block !important;
    max-width: none;
    padding: 2em 20px 0.9em;
    width: 100%;
    height: 100%;
  }
}

.section-nav__dropdown a {
  color: #fff;
  font-weight: 300;
}

.section-nav__dropdown a:hover {
  color: #fff200;
}

.section-nav__dropdown .active > a {
  font-weight: 600;
}

.section-nav__dropdown ul {
  font-size: 0.94em;
  list-style: none;
  padding: 0px 0px 0px 10px;
  margin: 5px 0px 0px 0px;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown ul {
    font-size: 0.84em;
  }
}

.section-nav__dropdown li:not(:last-of-type) {
  margin-bottom: 1.2em;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown li:not(:last-of-type) {
    margin-bottom: 1.1em;
  }
}

.section-nav__dropdown .level-1 > li > a {
  font-weight: 600;
}

.section-nav__dropdown .level-2 {
  font-size: 1.46em;
}

.section-nav__dropdown .level-2 > li {
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}

.section-nav__dropdown .level-2 > li:first-child {
  border-bottom: 1px solid #fff;
}

.section-nav__dropdown .level-2 > li > a {
  font-weight: 600;
}

.section-nav__dropdown .level-3 {
  font-size: 0.69em;
  line-height: 1.6em;
  margin-bottom: 0.5em;
}

.section-nav__dropdown .level-3 > li {
  margin-bottom: 1em;
}

.section-nav__dropdown .level-4 {
  margin-bottom: 1.2em;
  padding: 0px 0px 0px 22px;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown .level-4 {
    font-size: 1em;
  }
}

/** Default

.section-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #00857a;
  padding: 2.3em 30px 0.9em;
  display: none;
  z-index: 1;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown {
    max-width: 322px;
    padding: 2.3em 30px 0.9em;
  }
}

@media screen and (min-width: 1025px) {
  .section-nav__dropdown {
    position: static;
    display: block !important;
    max-width: none;
    padding: 4em 35px 0.9em;
    width: 100%;
    height: 100%;
  }
}

.section-nav__dropdown a {
  color: #fff;
  font-weight: 300;
}

.section-nav__dropdown a:hover {
  color: #fff200;
}

.section-nav__dropdown .active > a {
  font-weight: 600;
}

.section-nav__dropdown ul {
  font-size: 0.94em;
  list-style: none;
  padding: 0px 0px 0px 10px;
  margin: 5px 0px 0px 0px;
}

.section-nav__dropdown ul {
  font-size: 0.94em;
  list-style: none;
  padding: 5px 0px 5px 10px;
  margin: 10px 0px 0px 0px;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown ul {
    font-size: 0.84em;
  }
}

.section-nav__dropdown li:not(:last-of-type) {
  margin-bottom: 1.2em;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown li:not(:last-of-type) {
    margin-bottom: 1.05em;
  }
}

.section-nav__dropdown .level-1 > li > a {
  font-weight: 600;
}

.section-nav__dropdown .level-2 {
  font-size: 1.46em;
}

.section-nav__dropdown .level-2 > li {
  padding-bottom: 0.3em;
  margin-bottom: 0.5em;
}

.section-nav__dropdown .level-2 > li:first-child {
  border-bottom: 1px solid #fff;
}

.section-nav__dropdown .level-2 > li > a {
  font-weight: 600;
}

.section-nav__dropdown .level-3 {
  font-size: 0.69em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.section-nav__dropdown .level-3 > li {
  margin-bottom: 1em;
}

.section-nav__dropdown .level-4 {
  margin-bottom: 1.2em;
  padding: 0 0 0 22px;
}

@media screen and (min-width: 700px) {
  .section-nav__dropdown .level-4 {
    font-size: 1em;
  }
}
*/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0.38em 1em;
  z-index: 30;
}

@media screen and (min-width: 700px) {
  header {
    padding: 1em 1.4em;
  }
}

@media screen and (min-width: 1025px) {
  header {
    padding: 1.35em 1.4em;
  }
}

header:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  z-index: -2;
  visibility: hidden;
}

header:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  height: 100%;
  background-color: #2b3990;
  z-index: -1;
  -webkit-transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
  visibility: hidden;
}

@media screen and (min-width: 700px) {
  header:after {
    width: 525px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease, visibility 0.3s ease 0s;
  visibility: visible;
  margin-right: auto;
}

@media screen and (min-width: 700px) {
  .header__logo {
    margin: 0 auto -50px 0.2em;
  }
}

@media screen and (min-width: 1025px) {
  .header__logo {
    margin: 0.2em auto -50px 0.5em;
  }
}

@media screen and (min-width: 700px) {
  .header__logo img {
    width: 133px;
  }
}

@media screen and (min-width: 1025px) {
  .header__logo img {
    width: 250px;
  }
}

.header__search {
  position: relative;
  right: 0;
  margin-top: 0.5em;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media screen and (min-width: 700px) {
  .header__search {
    margin-top: 0.2em;
  }
}

.header__search .search__button {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #fff200;
  border: none;
  border-radius: 100%;
  background-image: url("/_resources/assets/icons/search-black.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header__search .search__button:hover {
  background-color: #fff;
}

.header__search .search__button[aria-expanded="true"] {
  background-image: none;
}

.header__search .search__button[aria-expanded="true"] .close-icon {
  display: block;
}

.header__search .search__button .close-icon {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 26px;
  height: 26px;
  pointer-events: none;
}

.header__search .search__button .close-icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
  height: 3px;
  background-color: #000000;
}

.header__search .search__button .close-icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.header__search .search-form {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 17px 0 0;
  width: calc(100vw - 47px);
  -webkit-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  border-radius: 20px 0 0 20px;
  overflow: hidden;
  z-index: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
  transition: visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, visibility 0s ease 0.3s;
  transition: transform 0.3s ease, visibility 0s ease 0.3s;
  transition: transform 0.3s ease, visibility 0s ease 0.3s, -webkit-transform 0.3s ease;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .header__search .search-form {
    width: calc(100vw - 64px);
  }
}

@media screen and (min-width: 700px) {
  .header__search .search-form {
    width: 307px;
    margin: 0 18px 0 0;
  }
}

.header__search .search-form #nav-search {
  position: relative;
  border: 0;
  margin: 0;
  height: 40px;
  padding: 0 40px;
  width: 100%;
}

.header__search .search-form .search__button {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 100% 0 0 100%;
}

.header__menu {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease, visibility 0.3s ease 0s;
  visibility: visible;
  margin: 0.5em 0 0 1.1em;
}

@media screen and (min-width: 700px) {
  .header__menu {
    margin: 0.2em 0 0 1.1em;
  }
}

@media screen and (min-width: 1025px) {
  .header__menu {
    margin-left: 1.3em;
  }
}

.header__fab {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 0;
}

@media screen and (min-width: 700px) {
  .header__fab {
    top: calc(50% + 22vh);
    bottom: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 1900px) {
  .header__fab {
    right: calc((100vw - 1885px) / 2);
  }
}

.header__fab .fab__button {
  position: relative;
  top: 2px;
  left: 0;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 100%;
  background-color: #fff200;
  -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) {
  .header__fab .fab__button {
    display: none;
  }
}

.header__fab .fab__button[aria-expanded="true"] .plus-minus span:nth-child(2) {
  display: none;
}

.header__fab .fab__button .plus-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.header__fab .fab__button .plus-minus span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
  height: 2px;
  background-color: #000000;
}

.header__fab .fab__button .plus-minus span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.header__fab .fab__ctas {
  position: absolute;
  bottom: 54px;
  right: -300px;
  border-radius: 16px 0 0 16px;
  visibility: hidden;
  -webkit-transition: right 0.3s ease, visibility 0s ease 0.3s;
  -o-transition: right 0.3s ease, visibility 0s ease 0.3s;
  transition: right 0.3s ease, visibility 0s ease 0.3s;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .header__fab .fab__ctas {
    display: block !important;
    visibility: visible;
    bottom: 0;
    right: -15px;
  }
}

.header__fab .fab__ctas[aria-hidden="false"] {
  right: -15px;
  visibility: visible;
  -webkit-transition: right 0.3s ease, visibility 0s ease 0s;
  -o-transition: right 0.3s ease, visibility 0s ease 0s;
  transition: right 0.3s ease, visibility 0s ease 0s;
}

.header__fab .fab__ctas ul {
  padding: 0;
  margin: 0;
}

.header__fab .fab__ctas li {
  list-style: none;
}

.header__fab .fab__ctas li:not(:last-of-type) {
  border-bottom: 1px solid #979797;
}

.header__fab .fab__ctas a {
  display: block;
  color: #000000;
  text-align: center;
  font-size: 0.91em;
  padding: 0.45em 0.84em;
  background-color: #fff200;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.header__fab .fab__ctas a:hover {
  background-color: #fff;
}

.main-menu__button {
  position: relative;
  width: auto;
  height: 40px;
  background-color: #fff200;
  border: none;
  border-radius: 20px;
  padding: 0 1em;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.main-menu__button:hover {
  background-color: #fff;
}

.main-menu__button[aria-expanded="true"] .main-menu__button__icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.main-menu__button[aria-expanded="true"] .main-menu__button__icon span:nth-child(2) {
  display: none;
}

.main-menu__button[aria-expanded="true"] .main-menu__button__icon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.main-menu__button > span + span {
  padding-left: 2em;
  font-size: 0.9em;
  font-weight: 700;
  color: #000000;
  pointer-events: none;
}

.main-menu__button__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  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;
  width: 18px;
  height: 14px;
  pointer-events: none;
}

.main-menu__button__icon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #000000;
}

.main-menu__button__icon span:nth-child(2) {
  margin: 2px 0;
}

.main-menu__dropdown {
  position: absolute;
  right: -100vw;
  top: 94.16px;
  right: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  height: calc(100vh - 94.16px);
  background-color: #2b3990;
  overflow: hidden auto;
  visibility: hidden;
  -webkit-transition: right 0.3s ease, visibility 0s ease 0.3s, -webkit-transform .3s;
  transition: right 0.3s ease, visibility 0s ease 0.3s, -webkit-transform .3s;
  -o-transition: right 0.3s ease, visibility 0s ease 0.3s, transform .3s;
  transition: right 0.3s ease, visibility 0s ease 0.3s, transform .3s;
  transition: right 0.3s ease, visibility 0s ease 0.3s, transform .3s, -webkit-transform .3s;
  z-index: 1;
}

@media screen and (min-width: 700px) {
  .main-menu__dropdown {
    top: 86.59px;
    height: calc(100vh - 86.59px);
    width: 525px;
  }
}

.main-menu__dropdown[aria-hidden="false"] {
  -webkit-transition: right 0.3s ease, visibility 0s ease 0s, -webkit-transform .3s;
  transition: right 0.3s ease, visibility 0s ease 0s, -webkit-transform .3s;
  -o-transition: right 0.3s ease, visibility 0s ease 0s, transform .3s;
  transition: right 0.3s ease, visibility 0s ease 0s, transform .3s;
  transition: right 0.3s ease, visibility 0s ease 0s, transform .3s, -webkit-transform .3s;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.main-menu__dropdown a {
  color: #fff;
  font-size: 1.14em;
}

@media screen and (min-width: 1025px) {
  .main-menu__dropdown a {
    font-size: 1.22em;
  }
}

.main-menu__dropdown li {
  list-style: none;
}

.main-menu__inner {
  padding: 1.4em 28px;
}

@media screen and (min-width: 1025px) {
  .main-menu__inner {
    padding: 0.6em 50px;
  }
}

.main-menu__ancillary {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  .main-menu__ancillary {
    padding: 0 54px;
  }
}

.main-menu__ancillary li:not(:last-of-type) {
  margin-bottom: 0.45em;
}

@media screen and (min-width: 1025px) {
  .main-menu__ancillary li:not(:last-of-type) {
    margin-bottom: 0.75em;
  }
}

.main-menu__ancillary a {
  font-size: 0.88em;
}

@media screen and (min-width: 1025px) {
  .main-menu__ancillary a {
    font-size: 1em;
  }
}

.inner-nav {
  position: relative;
  margin: 0 0 1.6em;
  padding: 0 0 2.2em;
}

@media screen and (min-width: 1025px) {
  .inner-nav {
    padding: 0 0 2em;
    margin: 0 0 1.27em;
  }
}

.inner-nav:after {
  content: '';
  position: absolute;
  left: -30px;
  bottom: 0;
  width: calc(100% + 60px);
  border: 1px solid #6B7AD6;
}

@media screen and (min-width: 1025px) {
  .inner-nav:after {
    left: -50px;
    width: calc(100% + 100px);
  }
}

.inner-nav__button {
  position: absolute;
  top: 2px;
  left: 0;
  width: 28px;
  height: 28px;
  border: none;
  border-radius: 100%;
  background-color: #fff200;
  -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: 1025px) {
  .inner-nav__button {
    top: 0;
    width: 36px;
    height: 36px;
  }
}

.inner-nav__button:hover {
  background-color: #fff;
}

.inner-nav__button[aria-expanded="true"] .plus-minus span:nth-child(2) {
  display: none;
}

.inner-nav__button .plus-minus {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
}

.inner-nav__button .plus-minus span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 65%;
  height: 2px;
  background-color: #000000;
}

.inner-nav__button .plus-minus span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.inner-nav__dropdown {
  display: none;
  padding: 0 0 0 7px;
  font-size: 0.84em;
}

.inner-nav__dropdown li:first-of-type {
  padding-top: 0.95em;
}

.inner-nav__dropdown li:last-of-type {
  padding-bottom: 0.2em;
}

@media screen and (min-width: 1025px) {
  .inner-nav__dropdown li:last-of-type {
    padding-bottom: 0;
  }
}

.inner-nav__dropdown li:not(:last-of-type) {
  margin-bottom: 0.28em;
}

@media screen and (min-width: 1025px) {
  .inner-nav__dropdown li:not(:last-of-type) {
    margin-bottom: 0.36em;
  }
}

.inner-nav__dropdown a {
  font-weight: 300;
  margin-left: 0;
}

.inner-nav > li {
  position: relative;
}

.inner-nav > li:not(:last-of-type) {
  margin-bottom: 1.22em;
}

@media screen and (min-width: 1025px) {
  .inner-nav > li:not(:last-of-type) {
    margin-bottom: 1.44em;
  }
}

.inner-nav > li a {
  margin-left: 2.3em;
}

@media screen and (min-width: 1025px) {
  .inner-nav > li a {
    margin-left: 2.5em;
  }
}

.inner-nav .i-am a {
  font-weight: 400;
}

body.js-open-main header:after {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  visibility: visible;
  -webkit-transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  transition: visibility 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease;
  transition: transform 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
}

body.js-open-main header:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0s ease 0s;
  -o-transition: opacity 0.3s ease, visibility 0s ease 0s;
  transition: opacity 0.3s ease, visibility 0s ease 0s;
}

@media screen and (max-width: 699px) {
  body.js-open-search header .header__menu, body.js-open-search header .header__logo {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    -o-transition: opacity 0.3s ease, visibility 0s ease 0.3s;
    transition: opacity 0.3s ease, visibility 0s ease 0.3s;
  }
}

@media screen and (max-width: 699px) {
  body.js-open-search header .header__search {
    right: -121px;
  }
}

body.js-open-search header .header__search .search-form {
  -webkit-transition: visibility 0s ease 0s, -webkit-transform 0.3s ease;
  transition: visibility 0s ease 0s, -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease, visibility 0s ease 0s;
  transition: transform 0.3s ease, visibility 0s ease 0s;
  transition: transform 0.3s ease, visibility 0s ease 0s, -webkit-transform 0.3s ease;
  visibility: visible;
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1);
}

.footer {
  max-width: 1900px;
  margin: 0 auto;
  border-top: 33px solid #00857a;
}

@media screen and (min-width: 700px) {
  .footer {
    border-top: 51px solid #00857a;
  }
}

.footer__inner {
  padding: 1em 0;
}

@media screen and (min-width: 700px) {
  .footer__inner {
    padding: 1.3em 0;
  }
}

.footer__top {
  padding: 0 15px 2.8em;
}

@media screen and (min-width: 700px) {
  .footer__top {
    padding: 0 30px 2.3em;
  }
}

@media screen and (min-width: 1025px) {
  .footer__top {
    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;
    padding: 0 35px 1.2em;
  }
}

@media screen and (min-width: 700px) {
  .footer__top__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.8em;
  }
}

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

.footer__bottom {
  border-top: 1px solid #A9A9A9;
  padding: 1em 15px 0;
}

@media screen and (min-width: 700px) {
  .footer__bottom {
    padding: 1em 30px 0;
  }
}

@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;
  }
}

.footer__logo {
  width: 108px;
  margin-bottom: 1.2em;
}

@media screen and (min-width: 700px) {
  .footer__logo {
    width: 154px;
    margin: 0 0 0 1.3em;
  }
}

@media screen and (min-width: 1025px) {
  .footer__logo {
    margin: 0 0 0 1.6em;
  }
}

.footer__logo img {
  width: 100%;
}

.footer__location {
  font-size: 0.87em;
  line-height: 2.2;
  margin-bottom: 2em;
}

@media screen and (min-width: 700px) {
  .footer__location {
    margin: 1.9em 0 0 3.5em;
    font-size: 1em;
    line-height: 1.7;
  }
}

.footer__location .contact a {
  margin-left: 0.65em;
}

.footer__social .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

@media screen and (min-width: 1025px) {
  .footer__social .social {
    margin: 0 0 0.7em;
  }
}

.footer__social .social li {
  list-style: none;
}

.footer__social .social li:not(:last-of-type) {
  margin-right: 1.45em;
}

@media screen and (min-width: 700px) {
  .footer__social .social li:not(:last-of-type) {
    margin-right: 1.9em;
  }
}

.footer__social .social a {
  position: relative;
  display: block;
  width: 25px;
  height: 25px;
}

.footer__social .social a:before, .footer__social .social a:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer__social .social a:after {
  opacity: 0;
}

.footer__social .social a:hover:before {
  opacity: 0;
}

.footer__social .social a:hover:after {
  opacity: 1;
}

@media screen and (min-width: 700px) {
  .footer__social .social a {
    width: 40px;
    height: 40px;
  }
}

.footer__social .facebook:before {
  background: url("/_resources/assets/icons/facebook.svg") no-repeat center;
}

.footer__social .facebook:after {
  background: url("/_resources/assets/icons/facebook-blue.svg") no-repeat center;
}

.footer__social .instagram:before {
  background: url("/_resources/assets/icons/instagram.svg") no-repeat center;
}

.footer__social .instagram:after {
  background: url("/_resources/assets/icons/instagram-blue.svg") no-repeat center;
}

.footer__social .tweet:before {
  background: url("/_resources/assets/icons/twitter.svg") no-repeat center;
}

.footer__social .tweet:after {
  background: url("/_resources/assets/icons/twitter-blue.svg") no-repeat center;
}

.footer__social .youtube:before {
  background: url("/_resources/assets/icons/youtube.svg") no-repeat center;
}

.footer__social .youtube:after {
  background: url("/_resources/assets/icons/youtube-blue.svg") no-repeat center;
}

.footer__social .pinterest:before {
  background: url("/_resources/assets/icons/pinterest.svg") no-repeat center;
}

.footer__social .pinterest:after {
  background: url("/_resources/assets/icons/pinterest-blue.svg") no-repeat center;
}

.footer__social .flickr:before {
  background: url("/_resources/assets/icons/flickr.svg") no-repeat center;
}

.footer__social .flickr:after {
  background: url("/_resources/assets/icons/flickr-blue.svg") no-repeat center;
}

.footer__ancillary {
  margin-bottom: 1.34em;
}

@media screen and (min-width: 700px) {
  .footer__ancillary {
    margin-bottom: 0.4em;
  }
}

.footer__ancillary 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;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.88em;
  line-height: 1.6;
}

@media screen and (min-width: 700px) {
  .footer__ancillary ul {
    font-size: 0.78em;
  }
}

@media screen and (min-width: 1025px) {
  .footer__ancillary ul {
    font-size: 0.786em;
  }
}

.footer__ancillary li:not(:last-of-type) {
  margin-right: 1.4em;
}

@media screen and (min-width: 700px) {
  .footer__ancillary li:not(:last-of-type) {
    margin-right: 0.97em;
  }
}

@media screen and (min-width: 1025px) {
  .footer__ancillary li:not(:last-of-type) {
    margin-right: 1.46em;
  }
}

.footer__copyright {
  font-size: 0.88em;
  margin-bottom: 1.1em;
}

@media screen and (min-width: 700px) {
  .footer__copyright {
    font-size: 0.78em;
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .footer__copyright {
    font-size: 0.786em;
  }
}

.footer__ifactory {
  font-size: 0.88em;
}

@media screen and (min-width: 700px) {
  .footer__ifactory {
    font-size: 0.78em;
  }
}

@media screen and (min-width: 1025px) {
  .footer__ifactory {
    font-size: 0.78em;
    margin: 0.5em 0.5em 0 0;
  }
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for page intro content object.
 */
.page-intro {
  padding: 35px 0;
  font: 300 24px/1.46 "Montserrat", Arial, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .page-intro {
    font-size: 28px;
    line-height: 1.4;
    padding: 41px 0 60px;
  }
}

@media (min-width: 1025px) {
  .page-intro {
    font-size: 33px;
    padding: 57px 0 60px;
  }
}

.alert {
  display: block;
  top: 0;
  padding: 80px 15px 30px;
  background-color: #F34D3D;
  border: 1px solid #CC0000;
}

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

@media (min-width: 1025px) {
  .alert {
    padding: 38px 50px 8px;
  }
}

.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-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -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;
  margin: 0 auto;
  max-width: 964px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 700px) {
  .alert__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.alert__message {
  position: relative;
  margin: 0 0 20px;
}

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

.alert__icon {
  display: block;
  position: relative;
}

.alert__icon:before {
  content: '';
  position: absolute;
  top: -65px;
  left: 0;
  width: 60px;
  height: 60px;
  background-image: url(/_resources/assets/icons/alert-icon.svg);
  background-size: 100% 100%;
}

@media screen and (min-width: 700px) {
  .alert__icon:before {
    width: 94px;
    height: 94px;
    top: 6px;
    left: -130px;
  }
}

@media (min-width: 1025px) {
  .alert__icon:before {
    top: -13px;
  }
}

.alert__title {
  line-height: 1.2;
  font-size: 2.02rem;
  font-weight: 700;
  margin-bottom: 0.15em;
}

.alert__description {
  font-size: 1em;
}

.alert__cta {
  color: #000000;
  background-color: #fff200;
  border-radius: 25px;
  font-size: 0.9em;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (min-width: 700px) {
  .alert__cta {
    margin: auto 0 0 1rem;
  }
}

.alert__cta:hover {
  color: #000000;
  background-color: #fff;
}

.breadcrumbs {
  border-bottom: 3px solid #fff;
}

@media screen and (max-width: 1024px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__inner {
  background-color: #1d2974;
  padding: 0.5em 35px;
}

.breadcrumbs-green .breadcrumbs__inner {
  background-color: #076058;
}

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

.breadcrumbs__list li {
  position: relative;
}

.breadcrumbs__list li:after {
  content: '';
  position: absolute;
  top: calc(50% + 2px);
  right: -0.5em;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff200;
  border-right: 1px solid #fff200;
  -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
}

.breadcrumbs__list li:not(:last-of-type) {
  margin-right: 1.05em;
}

.breadcrumbs__list a {
  color: #fff;
  font-size: 0.8em;
  font-weight: 300;
}

/**
 * @file
 * Accordion
 *
 * Contains styles for accordion content object.
 */
.accordion {
  background-color: #2b3990;
  color: #fff;
  margin: 0 -15px 50px;
  padding: 42px 15px;
}

@media (min-width: 700px) {
  .accordion {
    margin: 0 -30px 64px;
    padding: 56px 30px 20px;
  }
}

@media (min-width: 1025px) {
  .accordion {
    margin: 0 -55px 58px -52px;
    padding: 59px 40px 57px 52px;
  }
}

.accordion__header {
  margin-bottom: 0.75em;
}

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

.accordion__intro {
  font-size: 1rem;
  margin: 0 0 24px;
}

@media (min-width: 1025px) {
  .accordion__intro {
    font-size: 18px;
    line-height: 1.67;
  }
}

.accordion__intro a {
  color: #fff200;
}

.accordion__all {
  margin: 0 0 28px;
}

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

.accordion__all button {
  position: relative;
  padding: 0 0 0 20px;
  background: none;
  border: 0;
  color: #fff;
  font: 700 18px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

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

.accordion__expand-all {
  margin: 0 20px 0 0;
  cursor: pointer;
}

.accordion__expand-all:before {
  content: "\e905";
  font-family: 'icomoon';
  position: absolute;
  top: 7px;
  left: 0;
  font-size: 8px;
  line-height: 1;
}

.accordion__collapse-all {
  cursor: pointer;
}

.accordion__collapse-all:before {
  content: "\e905";
  font-family: 'icomoon';
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 8px;
  line-height: 1;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion__items {
  margin: 0 -15px;
}

@media (min-width: 700px) {
  .accordion__items {
    margin: 0 -30px;
  }
}

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

.accordion__item {
  border-top: 1px solid #fff;
}

.accordion__item:last-child {
  border-bottom: 1px solid #fff;
}

.accordion__toggle {
  display: block;
  color: #fff;
  line-height: 1.44;
  position: relative;
  padding: 20px 20px 20px 57px;
  width: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: 18px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  text-align: left;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

@media screen and (min-width: 700px) {
  .accordion__toggle {
    padding: 20px 20px 20px 85px;
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .accordion__toggle {
    padding: 23px 20px 36px 103px;
    font-size: 22px;
  }
}

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

.accordion__toggle.js-expanded {
  background-color: #1d2974;
}

.accordion__toggle.js-expanded + .accordion__content {
  background-color: #1d2974;
}

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

.accordion__toggle.js-expanded .accordion__icon:after {
  opacity: 0;
  visibility: hidden;
}

.accordion__icon {
  position: absolute;
  top: 32px;
  left: 15px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff200;
  color: #000000;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  margin: -17px 0 0;
}

@media screen and (min-width: 700px) {
  .accordion__icon {
    top: 33px;
    left: 30px;
    width: 34px;
    height: 34px;
  }
}

@media (min-width: 1025px) {
  .accordion__icon {
    top: 42px;
    left: 52px;
    margin: -24px 0 0;
  }
}

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

@media screen and (min-width: 700px) {
  .accordion__icon:before, .accordion__icon:after {
    width: 16px;
  }
}

.accordion__icon:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.accordion__content {
  display: none;
  padding: 0 15px 27px 57px;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

@media (min-width: 1025px) {
  .accordion__content {
    padding: 0 60px 19px 104px;
  }
}

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

.accordion__content p {
  margin: 0 0 17px;
}

.accordion__content a {
  color: #fff200;
}

.accordion__content a:hover {
  color: #fff;
}

.accordion__content ul:first-child {
  margin-top: 0;
}

.accordion table {
  font-weight: 700;
  color: #fff200;
  margin: 0 0 16px;
}

.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: 9px 0 0;
  padding: 0 0 0 23px;
  background: none;
  border: 0;
  font: 700 18px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.accordion__top:before {
  position: absolute;
  left: -4px;
  top: 50%;
  height: 7px;
  width: 7px;
  content: '';
  border-style: solid;
  border-width: 3px 0 0 3px;
  -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 {
  padding: 10px 0 0;
}

@media (min-width: 700px) {
  .main .form {
    padding: 14px 0 0;
  }
}

@media (min-width: 1025px) {
  .main .form {
    padding: 16px 0 0;
  }
}

.main .form__item:not(.form--fieldset) label {
  display: block;
  font: 700 20px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
/*   margin: 0 0 5px; */
}

.main .form__item {
  margin: 0 0 45px;
}

.main .form__item input[type="text"], .main .form__item input[type="email"], .main .form__item input[type="tel"], .main .form__item input[name="select"],
.main .form__item select[type="text"],
.main .form__item select[type="email"],
.main .form__item select[type="tel"],
.main .form__item select[name="select"] {
  width: 225px;
  height: 31px;
  border: 0;
  background: transparent;
  border-bottom: 1px solid #000000;
}

.main .form__item textarea {
  width: 225px;
  min-height: 100px;
  border: 0;
  border: 1px solid #000000;
}

.main .form__checkbox, .main .form__radio {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 22px;
  font-size: 15px;
  line-height: 1.2;
}

.main .form__checkbox:last-child, .main .form__radio:last-child {
  margin: 0;
}

.main .form__checkbox label, .main .form__radio label {
  margin: 0 0 0 13px;
  position: relative;
}

.main .form__checkbox label:before, .main .form__radio label:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 6px;
  left: -28px;
  cursor: pointer;
  border: 1px solid #fff200;
  border-width: 0 0 2px 2px;
  width: 8px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  z-index: 1;
}

.main .form__checkbox {
  padding: 0 0 0 4px;
}

.main .form__checkbox label:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -34px;
  width: 19px;
  height: 19px;
  border: 1px solid #000000;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.main .form__radio {
  padding: 0 0 0 3px;
}

.main .form__radio label {
  position: relative;
}

.main .form__radio label:before {
  left: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  width: 10px;
  height: 10px;
  background-color: #fff200;
  border-radius: 50%;
}

.main .form--fieldset {
  padding: 0;
  margin: 0 0 48px;
  border: 0;
}

.main .form--fieldset legend {
  font: 700 20px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}

@media screen and (min-width: 700px) {
  .main .form--fieldset legend {
    font-size: 1.11em;
  }
}

.main .form--select {
  position: relative;
  display: inline-block;
  margin-right: auto;
}

.main .form--select:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 2px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #2b3990;
  border-right: 2px solid #2b3990;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.main .form--actions input {
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  padding: 0.75em 2.5em;
  border-radius: 20px;
  background-color: #00857a;
  color: #fff;
  font-size: 0.87em;
  font-weight: 700;
  border: 0;
  -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) {
  .main .form--actions input {
    padding: 0.8em 2.2em;
    font-size: 0.7em;
  }
}

@media screen and (min-width: 1025px) {
  .main .form--actions input {
    padding: 0.7em 2.3em;
    font-size: 0.9em;
  }
}

.main .form--actions input:hover {
  background-color: #2b3990;
}

input[type="search"] {
  -webkit-appearance: none;
  border-radius: 0;
}

input[type="search"]::-webkit-input-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="search"]:-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="search"]::-moz-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="search"]:-ms-input-placeholder {
  color: #000000;
  opacity: 1;
}

input[type="checkbox"] {
  width: 21px;
  height: 21px;
  opacity: 0;
}

input[type="checkbox"]:checked + label:before {
  opacity: 1;
}

input[type="checkbox"]:checked + label:after {
  background-color: #2b3990;
}

[type='radio'] {
  width: 20px;
  height: 20px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

[type='radio']:checked {
  background-color: #2b3990;
}

[type='radio']:checked + label:before {
  opacity: 1;
}

/**
 * @file
 * Generic Block: 2 Column
 *
 * Styles for Generic Block: 2 Column object.
 */
.gen2col {
  background-color: #00857a;
  color: #fff;
  padding: 3.2em 15px 4em;
  margin: 0 -15px;
  border-bottom: 3px solid white;
}

@media screen and (min-width: 700px) {
  .gen2col {
    padding: 2.6em 30px 4.3em;
    margin-bottom: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col {
    padding: 3.3em 50px 4.3em;
    margin-left: -52px;
    margin-right: -55px;
  }
}

.gen2col__intro {
  font-size: 1rem;
}

@media screen and (min-width: 1025px) {
  .gen2col__intro {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 699px) {
  .gen2col__intro {
    margin-top: 1.2em;
  }
}

.gen2col .column {
  margin-top: 3.35em;
}

@media screen and (min-width: 700px) {
  .gen2col .column {
    margin: 3.4em -30px 0;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col .column {
    margin: 3.4em -50px 0;
  }
}

.gen2col .column__col {
  margin: 0;
}

@media screen and (min-width: 700px) {
  .gen2col .column__col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

.gen2col .column__col:not(:last-of-type) {
  margin: 0 0 3.1rem;
}

.gen2col .column__img {
  margin: 0 -15px 2.1em;
}

@media screen and (min-width: 700px) {
  .gen2col .column__img {
    margin: 0 0 1.6em;
  }
}

@media screen and (min-width: 700px) {
  .gen2col .column__title {
    margin: 0 0 0.95rem;
    padding: 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col .column__title {
    padding: 0 50px;
  }
}

.gen2col .column__title h3 {
  font-size: 1.275em;
}

@media screen and (min-width: 700px) {
  .gen2col .column__title h3 {
    font-size: 1.465em;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col .column__title h3 {
    font-size: 1.685em;
    line-height: 1.36;
  }
}

.gen2col .column__title h3 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 1.55em;
}

@media screen and (min-width: 1025px) {
  .gen2col .column__title h3 a .last-word {
    padding-right: 1.05em;
  }
}

.gen2col .column__title h3 a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff200;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  -o-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
}

.gen2col .column__title h3 a .last-word .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 5px;
  height: 5px;
  right: calc(50% - 3px);
}

.gen2col .column__title h3 a:hover .arrow {
  right: -12px;
  background-color: #fff;
}

.gen2col .column__title a {
  color: #fff;
}

@media screen and (min-width: 700px) {
  .gen2col .column__body {
    padding: 0 30px;
  }
}

@media screen and (min-width: 1025px) {
  .gen2col .column__body {
    padding: 0 50px;
  }
}

.gen2col .column__body a {
  color: #fff;
}

.gen2col .column__body a:hover {
  color: #2b3990;
}

.gen2col .column__body ul,
.gen2col .column__body ol {
  margin: 0.8em 0 0;
  padding: 0 0 0 1.9em;
}

/**
 * @file
 * Generic Block: 3 Column
 *
 * Styles for Generic Block: 3 Column object.
 */
.gen3col {
  background-color: #00857a;
  color: #fff;
  padding: 3.2em 15px 4em;
  margin: 0 -15px;
  border-bottom: 3px solid white;
}

@media screen and (min-width: 700px) {
  .gen3col {
    padding: 4.1em 30px 2.4em;
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col {
    padding: 3.3em 50px 55px;
    margin-left: -52px;
    margin-right: -55px;
  }
}

.gen3col__intro {
  font-size: 1rem;
}

@media screen and (min-width: 1025px) {
  .gen3col__intro {
    margin: 1rem 0;
  }
}

@media screen and (max-width: 699px) {
  .gen3col__intro {
    margin-top: 1.2em;
  }
}

.gen3col .column {
  margin-top: 3.35em;
}

@media screen and (min-width: 700px) {
  .gen3col .column {
    margin: 2em -30px 0;
  }
}

@media screen and (min-width: 700px) and (max-width: 1024px) {
  .gen3col .column {
    display: block;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col .column {
    margin: 3.4em -50px 0;
  }
}

.gen3col .column__col {
  margin: 0;
}

@media screen and (min-width: 700px) {
  .gen3col .column__col {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col .column__col {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@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;
  }
}

.gen3col .column__col:not(:last-of-type) {
  margin: 0 0 3.1rem;
}

@media screen and (min-width: 700px) {
  .gen3col .column__col:not(:last-of-type) {
    margin: 0 0 1.65rem;
  }
}

@media (min-width: 1025px) {
  .gen3col .column__col:not(:last-of-type) {
    margin: 0;
  }
}

.gen3col .column__subtitle {
  text-transform: none;
  margin: 0 0 1.05rem;
}

@media screen and (min-width: 700px) {
  .gen3col .column__subtitle {
    margin: 0 0 0.8rem;
  }
}

.gen3col .column__img {
  margin: 0 -15px 2.1em;
}

@media screen and (min-width: 700px) {
  .gen3col .column__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.7%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 41.7%;
            flex: 0 0 41.7%;
    margin: 0;
  }
}

@media screen and (min-width: 700px) {
  .gen3col .column__content {
    padding: 0 20px;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col .column__content {
    padding: 20px 30px 0;
  }
}

@media screen and (min-width: 700px) {
  .gen3col .column__title {
    margin: 0 0 0.95rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col .column__title {
    margin: 0 0 20px;
  }
}

.gen3col .column__title h3 {
  font-size: 1.275em;
}

@media screen and (min-width: 700px) {
  .gen3col .column__title h3 {
    font-size: 1.465em;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col .column__title h3 {
    font-size: 21px;
    line-height: 1.43;
  }
}

.gen3col .column__title h3 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 1.55em;
}

@media screen and (min-width: 1025px) {
  .gen3col .column__title h3 a .last-word {
    padding-right: 1.05em;
  }
}

.gen3col .column__title h3 a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff200;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  -o-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
}

.gen3col .column__title h3 a .last-word .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 5px;
  height: 5px;
  right: calc(50% - 3px);
}

.gen3col .column__title h3 a:hover .arrow {
  right: -12px;
  background-color: #fff;
}

@media screen and (min-width: 1025px) {
  .gen3col .column__title h3 a .last-word {
    padding-right: 1.55em;
  }
}

.gen3col .column__title a {
  color: #fff;
}

.gen3col .column__body a {
  color: #fff;
}

.gen3col .column__body a:hover {
  color: #2b3990;
}

.gen3col .column__body ul,
.gen3col .column__body ol {
  margin: 0.8em 0 0;
  padding: 0 0 0 1.9em;
}

/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
.genimglist {
  margin: 3.1em 0;
}

.genimglist__item {
  margin: 0 0 1.5rem;
}

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

.genimglist__img {
  margin: 0 0 1rem;
}

@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: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .genimglist__img {
    -webkit-flex-basis: 33%;
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
  }
}

.genimglist__img img {
  width: 100%;
}

.genimglist__intro {
  font-size: 1rem;
}

@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: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    padding-left: 1.5rem;
  }
}

.genimglist__title {
  margin: 0 0 0.75rem;
}

@media screen and (min-width: 1025px) {
  .genimglist__title {
    font-size: 31px;
    margin: 0 0 0.45rem;
  }
}

.genimglist__title h3 {
  margin: 0;
}

.genimglist__title h3 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 1.55em;
}

@media screen and (min-width: 1025px) {
  .genimglist__title h3 a .last-word {
    padding-right: 1.05em;
  }
}

.genimglist__title h3 a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #00857a;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  -o-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
}

.genimglist__title h3 a .last-word .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  right: calc(50% - 3px);
}

.genimglist__title h3 a:hover .arrow {
  right: -12px;
  background-color: #2b3990;
}

.genimglist__wrap {
  margin-top: 1.9em;
}

.genimglist__subtitle {
  margin: 0 0 0.7rem;
  font-weight: 700;
}

@media screen and (min-width: 700px) {
  .genimglist__subtitle {
    margin: 0 0 0.95rem;
  }
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero object.
 */
.hero {
  display: block;
  position: relative;
  width: 100vw;
  height: 300px;
  background: url("https://picsum.photos/1280/520?random=70") no-repeat center center;
  background-size: cover;
}

.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;
  }
}

.hero-home {
  margin: 0 -15px;
  max-width: 1900px;
}

@media screen and (min-width: 700px) {
  .hero-home {
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-home {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media screen and (min-width: 1900px) {
  .hero-home {
    position: relative;
    left: calc((100vw - 1900px) / 2);
  }
}

.hero-home__inner {
  position: relative;
  background-color: #000000;
  border-bottom: 3px solid #fff;
  z-index: -2;
}

.hero-home__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.hero-home__img:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background: -o-linear-gradient(right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  background: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.hero-home__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.35)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.35));
}

.hero-home__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-home__content {
  color: #fff;
  padding: 52.5% 22px 0.5em;
}

@media screen and (min-width: 700px) {
  .hero-home__content {
    padding: 25.5% 54px 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .hero-home__content {
    padding: 22.0% 100px 3.5em;
  }
}

.hero-home__content h1 {
  font-size: 35px;
  font-size: 10.9vw;
  line-height: 0.9;
}

@media screen and (min-width: 700px) {
  .hero-home__content h1 {
    font-size: 7.1vw;
  }
}

@media screen and (min-width: 1025px) {
  .hero-home__content h1 {
    font-size: 8.3vw;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
}

@media screen and (min-width: 1900px) {
  .hero-home__content h1 {
    font-size: 157.7px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-home.js-active, .hero-home.js-active h1 {
    opacity: 1;
  }
}

.pathways {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  color: #fff;
  text-align: center;
}

.pathways__top {
  margin-bottom: 2em;
}

@media screen and (min-width: 700px) {
  .pathways__top {
    margin-bottom: 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .pathways__top {
    opacity: 0;
    margin-bottom: 2.3em;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

@media screen and (min-width: 1025px) {
  .pathways__top h2 {
    font-size: 2.77em;
  }
}

.pathways__inner {
  padding: 1.7em 15px 1.4em;
  background-color: #00857a;
  border-bottom: 3px solid #fff;
  max-width: 1900px;
  margin: 0 auto;
}

@media screen and (min-width: 700px) {
  .pathways__inner {
    padding: 1.7em 30px 2.3em;
  }
}

@media screen and (min-width: 1025px) {
  .pathways__inner {
    padding: 3.3em 70px 3.9em;
  }
}

@media screen and (min-width: 700px) {
  .pathways__columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}

@media screen and (min-width: 700px) {
  .pathways .col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 23%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 23%;
            flex: 0 0 23%;
  }
}

@media screen and (min-width: 1025px) {
  .pathways .col {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
  .pathways .col:nth-child(2) {
    -webkit-transition-delay: 0.6s;
         -o-transition-delay: 0.6s;
            transition-delay: 0.6s;
  }
  .pathways .col:nth-child(3) {
    -webkit-transition-delay: 0.9s;
         -o-transition-delay: 0.9s;
            transition-delay: 0.9s;
  }
}

@media screen and (max-width: 699px) {
  .pathways .col:not(:last-of-type) {
    margin-bottom: 2.6em;
  }
}

.pathways .col__img {
  width: 31%;
  margin: 0 auto 1em;
}

@media screen and (min-width: 700px) {
  .pathways .col__img {
    width: 75%;
    margin: 0 auto 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .pathways .col__img {
    margin-bottom: 1.9em;
  }
}

.pathways .col__title {
  font-size: 1.13em;
}

@media screen and (min-width: 700px) {
  .pathways .col__title {
    font-size: 1em;
  }
}

@media screen and (min-width: 1025px) {
  .pathways .col__title {
    font-size: 1.7em;
    line-height: 1.2;
  }
}

.pathways .col__title a {
  position: relative;
  display: block;
  padding-bottom: 1.4em;
  color: #fff;
}

.pathways .col__title a:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #fff200;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

@media screen and (min-width: 700px) {
  .pathways .col__title a:before {
    width: 16px;
    height: 16px;
    border: 2px solid #fff200;
  }
}

@media screen and (min-width: 1025px) {
  .pathways .col__title a:before {
    width: 28px;
    height: 28px;
    border: 3px solid #fff200;
  }
}

.pathways .col__title a:after {
  content: '';
  position: absolute;
  left: calc(50% - 1px);
  bottom: 5px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff200;
  border-right: 1px solid #fff200;
  -webkit-transform: translateX(-50%) rotate(45deg);
      -ms-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-transition: border-color 0.3s ease;
  -o-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}

@media screen and (min-width: 700px) {
  .pathways .col__title a:after {
    border-top: 2px solid #fff200;
    border-right: 2px solid #fff200;
    bottom: 7px;
  }
}

@media screen and (min-width: 1025px) {
  .pathways .col__title a:after {
    width: 6px;
    height: 6px;
    border-top: 3px solid #fff200;
    border-right: 3px solid #fff200;
    bottom: 12px;
  }
}

.pathways .col__title a:hover:before, .pathways .col__title a:hover:after {
  border-color: #fff;
}

.pathways.js-active .pathways__top,
.pathways.js-active .col {
  opacity: 1;
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
.instafeed {
  margin: 3.1em 0 3.5em;
}

@media screen and (min-width: 700px) {
  .instafeed {
    margin: 4.8em 0 3em;
  }
}

@media screen and (min-width: 1025px) {
  .instafeed {
    margin: 3.2em 0 3.5em;
  }
}

.instagram__tile {
  position: relative;
  padding-top: 100%;
  margin-bottom: 0;
}

@media screen and (min-width: 700px) {
  .instagram__tile {
    padding-top: 50%;
  }
}

@media (min-width: 1025px) {
  .instagram__tile {
    padding-top: calc((100% / 3) - (50px / 3));
  }
}

@media screen and (max-width: 699px) {
  .instagram__tile:not(:first-of-type) {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .instagram__tile {
    -webkit-flex-basis: calc(100% / 3) !important;
        -ms-flex-preferred-size: calc(100% / 3) !important;
            flex-basis: calc(100% / 3) !important;
  }
}

@media screen and (max-width: 1024px) {
  .instagram__tile {
    -webkit-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
  .instagram__tile:last-of-type {
    display: none;
  }
}

.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;
}

.instagram__feed {
  margin: 0 -15px;
}

@media screen and (min-width: 700px) {
  .instagram__feed {
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1025px) {
  .instagram__feed {
    margin: 0 -55px 0 -52px;
  }
}

.instagram__account {
  margin-bottom: 1.3em;
}

@media screen and (min-width: 700px) {
  .instagram__account {
    margin-bottom: 2em;
    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;
  }
}

@media screen and (min-width: 1025px) {
  .instagram__account {
    margin-bottom: 1.4em;
  }
}

@media screen and (min-width: 700px) {
  .instagram__account h2 {
    margin: 0;
  }
}

.instagram__account .cta {
  position: relative;
  padding-left: 43px;
}

@media screen and (min-width: 700px) {
  .instagram__account .cta {
    padding: 13px 26px 13px 48px;
  }
}

@media screen and (min-width: 1025px) {
  .instagram__account .cta {
    padding: 13px 65px 13px 96px;
  }
}

.instagram__account .cta:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 20px;
  height: 20px;
  background-image: url("/_resources/assets/icons/instagram-white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1025px) {
  .instagram__account .cta:before {
    left: 65px;
  }
}

/**
 * @file
 * Program List
 *
 * Styles for Program List display object.
 */
.program-list {
  background-color: #2b3990;
  color: #fff;
  margin: 0 -15px;
  padding: 3.0em 15px 45px;
  border-bottom: 2px solid #fff;
}

@media (min-width: 700px) {
  .program-list {
    margin: 0 -30px;
    padding: 2.6em 30px 3.4em;
    border-bottom: 4px solid #fff;
  }
}

@media (min-width: 1025px) {
  .program-list {
    margin: 0 -55px 0 -52px;
    padding: 59px 40px 65px 52px;
  }
}

.program-list__intro {
  font-size: 1em;
  margin: 1em 0 1.2em;
}

@media screen and (min-width: 700px) {
  .program-list__intro {
    margin-bottom: 2.2em;
  }
}

@media screen and (min-width: 1025px) {
  .program-list__intro {
    margin-bottom: 2.9em;
  }
}

.program-list__item {
  padding: .57rem 15px;
  border-top: 1px solid #6B7AD6;
}

@media screen and (min-width: 700px) {
  .program-list__item {
    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: .73rem 30px;
  }
}

@media screen and (min-width: 1025px) {
  .program-list__item {
    padding: .6rem 50px;
  }
}

.program-list__item:last-child {
  border-bottom: 1px solid #6B7AD6;
}

.program-list__content {
  margin: 0 -15px;
}

@media screen and (min-width: 700px) {
  .program-list__content {
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1025px) {
  .program-list__content {
    margin: 0 -40px 0 -52px;
  }
}

.program-list__program {
  -webkit-flex-basis: 53.7%;
      -ms-flex-preferred-size: 53.7%;
          flex-basis: 53.7%;
}

@media screen and (min-width: 1025px) {
  .program-list__program {
    -webkit-flex-basis: 50.4%;
        -ms-flex-preferred-size: 50.4%;
            flex-basis: 50.4%;
  }
}

.program-list__program a {
  font-size: 1.25em;
  color: #fff;
}

.program-list__program a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 1.7em;
}

@media screen and (min-width: 1025px) {
  .program-list__program a .last-word {
    padding-right: 1.2em;
  }
}

.program-list__program a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff200;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  -o-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.program-list__program a .last-word .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 4px;
  height: 4px;
  right: calc(50% - 2px);
}

.program-list__program a:hover .arrow {
  right: -12px;
  background-color: #fff;
}

@media screen and (min-width: 700px) {
  .program-list__program a {
    font-size: 1.1em;
  }
}

@media screen and (min-width: 1025px) {
  .program-list__program a {
    font-size: 1.24em;
  }
}

.program-list__type {
  font-size: 0.9em;
}

@media screen and (min-width: 1025px) {
  .program-list__type {
    font-size: 1em;
  }
}

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistick: 3 up feature object.
 */
.stat3up {
  margin: 0 -15px;
  padding: 3em 15px 4.1em;
  border-bottom: 3px solid #fff;
  color: #fff;
  background-color: #2b3990;
}

@media screen and (min-width: 700px) {
  .stat3up {
    margin: 0 -30px;
    padding: 3em 30px 2.6em;
  }
}

@media screen and (min-width: 1025px) {
  .stat3up {
    margin: 0 -55px 0 -50px;
    padding: 3.2em 50px 3.4em;
  }
}

.stat3up__item {
  text-align: center;
}

.stat3up__item:not(:last-of-type) {
  margin: 0 0 3.6rem;
}

.stat3up__intro {
  font-size: 1rem;
  margin: 1rem 0 3rem;
}

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

@media screen and (min-width: 1025px) {
  .stat3up__intro {
    margin: 0.5rem 0 0.7rem;
  }
}

.stat3up__number {
  position: relative;
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 0.6em;
}

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

@media screen and (min-width: 1025px) {
  .stat3up__number {
    font-size: 3.4rem;
    margin-bottom: 0.65em;
  }
}

.stat3up__number:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.3em;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 13.5px;
  background-image: url("/_resources/assets/icons/stat-line.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1025px) {
  .stat3up__number:after {
    height: 17px;
  }
}

.stat3up__caption {
  margin: 0 0 0.8rem;
}

@media screen and (min-width: 700px) {
  .stat3up__caption {
    font-size: 0.9em;
    margin: 0 0 0.55rem;
  }
}

@media screen and (min-width: 1025px) {
  .stat3up__caption {
    font-size: 1em;
    margin: 0 0 0.75rem;
  }
}

.stat3up__cta a {
  color: #fff200;
}

.stat3up__cta a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 1.7em;
}

@media screen and (min-width: 1025px) {
  .stat3up__cta a .last-word {
    padding-right: 1.2em;
  }
}

.stat3up__cta a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff200;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  -o-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.stat3up__cta a .last-word .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 4px;
  height: 4px;
  right: calc(50% - 2px);
}

.stat3up__cta a:hover .arrow {
  right: -12px;
  background-color: #fff;
}

@media screen and (min-width: 700px) {
  .stat3up__cta a {
    font-size: 0.9em;
  }
}

@media screen and (min-width: 1025px) {
  .stat3up__cta a {
    font-size: 1em;
  }
}

.stat3up .column {
  margin-bottom: 2.6em;
}

@media screen and (min-width: 700px) {
  .stat3up .column {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.1em;
  }
}

@media screen and (min-width: 1025px) {
  .stat3up .column {
    margin-bottom: 1.6em;
  }
}

@media screen and (min-width: 700px) {
  .stat3up .column__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 30.5%;
            flex: 0 0 30.5%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1025px) {
  .stat3up .column__col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 29.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 29.5%;
            flex: 0 0 29.5%;
  }
}

.stat3up__section-cta a {
  background-color: #fff200;
  color: #000000;
  padding: 0.55rem 1.2rem;
}

@media screen and (min-width: 700px) {
  .stat3up__section-cta a {
    padding: 0.7rem 1.1rem;
    font-size: 16px;
  }
}

.stat3up__section-cta a:hover {
  color: #000000;
  background-color: #fff;
}

/**
 * @file
 * Events 3 Up Feature
 *
 * Contains styles for Events 3 Up content object.
 */
.events3up__header {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .events3up__header {
    margin: 0 0 16px;
  }
}

.events3up__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;
}

.events3up__intro {
  font-size: 1rem;
  margin: 0 0 40px;
}

@media (min-width: 700px) {
  .events3up__intro {
    margin: 0 0 42px;
  }
}

@media (min-width: 1025px) {
  .events3up__intro {
    margin: 0 0 25px;
  }
}

.events3up__date {
  text-align: center;
  color: #fff;
  background-color: #00857a;
  border-radius: 6px;
  width: 78px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding: 11px 5px 9px;
  font-size: 16px;
  line-height: 1;
  margin: 2px 0 0;
}

@media (min-width: 1025px) {
  .events3up__date {
    width: 115px;
    margin: 0;
    font-size: 24px;
    padding: 11px 5px 15px;
  }
}

.events3up__right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 20px;
}

@media (min-width: 1025px) {
  .events3up__right {
    padding: 17px 0 0 42px;
  }
}

.events3up__month {
  margin: 0 0 2px;
}

@media (min-width: 1025px) {
  .events3up__month {
    margin: 0 0 5px;
  }
}

.events3up__day {
  font: 500 34px/1 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 1px;
}

@media (min-width: 1025px) {
  .events3up__day {
    font-size: 50px;
    margin: 0 0 5px;
  }
}

.events3up__time {
  font-weight: 700;
  margin: 0 0 3px;
}

@media (min-width: 700px) {
  .events3up__time {
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 7px;
  }
}

@media (min-width: 1025px) {
  .events3up__time {
    font-size: 18px;
    margin: 0 0 6px;
  }
}

@media (min-width: 1025px) {
  .events3up__year {
    font-size: 18px;
  }
}

.events3up__location {
  line-height: 1.5;
}

@media screen and (min-width: 700px) {
  .events3up__location {
    font-size: 0.86em;
  }
}

@media screen and (min-width: 1025px) {
  .events3up__location {
    font-size: 0.99em;
  }
}

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

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

@media screen and (min-width: 1025px) {
  .events3up__section-cta {
    margin: 2.0rem 0 0;
  }
}

.events3up__section-cta a {
  background-color: #00857a;
  padding: 9px 21px;
}

@media screen and (min-width: 700px) {
  .events3up__section-cta a {
    padding: 14px 36px;
  }
}

@media screen and (min-width: 1025px) {
  .events3up__section-cta a {
    padding: 11px 27px;
  }
}

.events3up h3 {
  font-size: 22px;
  line-height: 1;
  margin: 0 0 13px;
}

@media (min-width: 700px) {
  .events3up h3 {
    margin: 0 0 17px;
  }
}

@media (min-width: 1025px) {
  .events3up h3 {
    font-size: 30px;
    margin: 0 0 15px;
  }
}

.events3up h3 a {
  font-weight: 800;
}

.events3up h3 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 1.55em;
}

@media screen and (min-width: 1025px) {
  .events3up h3 a .last-word {
    padding-right: 1.05em;
  }
}

.events3up h3 a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #00857a;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  -o-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
}

.events3up h3 a .last-word .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  right: calc(50% - 3px);
}

.events3up h3 a:hover .arrow {
  right: -12px;
  background-color: #2b3990;
}

@media (min-width: 700px) {
  .events3up .column {
    display: block;
  }
}

.events3up .column__col {
  margin: 0 0 40px;
}

@media (min-width: 1025px) {
  .events3up .column__col {
    margin: 0 0 30px;
  }
}

.events3up .column__col:last-child {
  margin: 0;
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.story-display {
  background-color: #2b3990;
  color: #fff;
  padding: 2.7em 15px 3em;
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  border-bottom: 5px solid white;
}

@media screen and (min-width: 700px) {
  .story-display {
    padding: 2.9em 30px 0;
    margin-top: 0;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 1025px) {
  .story-display {
    padding: 3.3em 50px 0;
    margin-left: -52px;
    margin-right: -55px;
  }
}

.story-display__intro {
  font-size: 1em;
}

@media screen and (min-width: 1025px) {
  .story-display__intro {
    margin: 1rem 0;
  }
}

.story-display__wrap {
  margin-top: 2.6em;
}

@media (min-width: 700px) {
  .story-display__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.6em -30px 0;
    border-top: 1px solid #6B7AD6;
  }
}

@media screen and (min-width: 1025px) {
  .story-display__wrap {
    margin: 3.4em -50px 0;
  }
}

.story-display__img {
  position: relative;
  padding-bottom: 93.2%;
  margin: 0 -15px 1rem;
}

@media (min-width: 700px) {
  .story-display__img {
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1025px) {
  .story-display__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.4%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 42.4%;
            flex: 0 0 42.4%;
  }
}

.story-display__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-display__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-display__content {
  position: relative;
  padding: 3.2em 15px 0;
}

@media (min-width: 700px) {
  .story-display__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 52%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 52%;
            flex: 0 0 52%;
    padding: 3.7em 25px 3.2em 44px;
  }
}

@media screen and (min-width: 1025px) {
  .story-display__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57.6%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 57.6%;
            flex: 0 0 57.6%;
    padding: 4.72em 40px 4.5em 73px;
  }
}

.story-display__content:before {
  content: '';
  position: absolute;
  top: -1rem;
  left: -15px;
  width: 80px;
  height: 80px;
  background-image: url("/_resources/assets/icons/story-inner-line-1.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 700px) {
  .story-display__content:before {
    top: 0;
    left: 0;
    width: 83px;
    height: 83px;
  }
}

@media screen and (min-width: 1025px) {
  .story-display__content:before {
    width: 130px;
    height: 130px;
  }
}

.story-display__content:after {
  content: '';
  position: absolute;
  bottom: -3em;
  right: -15px;
  width: 80px;
  height: 80px;
  background-image: url("/_resources/assets/icons/story-inner-line-2.svg");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media screen and (min-width: 700px) {
  .story-display__content:after {
    bottom: 0;
    right: 0;
    width: 88px;
    height: 88px;
  }
}

@media screen and (min-width: 1025px) {
  .story-display__content:after {
    width: 148px;
    height: 148px;
  }
}

.story-display__quote {
  position: relative;
  font-size: 1.262em;
  font-weight: 700;
  margin: 0 0 0.3rem;
  line-height: 1.5;
}

@media screen and (min-width: 700px) {
  .story-display__quote {
    line-height: 1.2;
    margin: 0 0 0.7rem;
  }
}

@media screen and (min-width: 1025px) {
  .story-display__quote {
    font-size: 1.7em;
    line-height: 1.3;
  }
}

.story-display__quote:before {
  content: '“';
  position: absolute;
  top: 0;
  left: -13px;
}

@media screen and (min-width: 1025px) {
  .story-display__quote:before {
    top: 4px;
    left: -17px;
  }
}

.story-display__quote .last-word:after {
  content: '”';
}

.story-display__title {
  margin: 0 0 0.325rem;
  font-size: 1.125rem;
}

@media screen and (min-width: 700px) {
  .story-display__title {
    font-size: 1rem;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .story-display__title {
    font-size: 1.28rem;
  }
}

.story-display__title a {
  color: #fff200;
  font-size: 0.78em;
}

.story-display__title a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 1.7em;
}

@media screen and (min-width: 1025px) {
  .story-display__title a .last-word {
    padding-right: 1.2em;
  }
}

.story-display__title a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff200;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  -o-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.story-display__title a .last-word .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 4px;
  height: 4px;
  right: calc(50% - 2px);
}

.story-display__title a:hover .arrow {
  right: -12px;
  background-color: #fff;
}

.story-display__subtitle {
  margin: 0 0 1rem;
  font-size: 0.875rem;
}

@media screen and (min-width: 700px) {
  .story-display__subtitle {
    font-size: 0.775rem;
    margin: 0 0 0.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .story-display__subtitle {
    font-size: 1rem;
    margin: 0 0 1.45rem;
  }
}

.story-display__caption a {
  color: #fff200;
}

.story-display__caption a:hover {
  color: #fff;
}

/**
 * @file
 * Story Home
 *
 * Contains styles for Story Home object.
 */
.story-home {
  background-color: #2b3990;
  color: #fff;
  padding: 0 15px 4.3em;
  margin: 0 -15px;
  border-bottom: 5px solid white;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .story-home {
    padding: 0 30px;
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1025px) {
  .story-home {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1900px) {
  .story-home {
    margin: 0 auto;
    max-width: 1900px;
  }
}

.story-home__intro {
  font-size: 1em;
}

@media screen and (min-width: 1025px) {
  .story-home__intro {
    margin: 1rem 0;
  }
}

.story-home__wrap {
  max-width: 1900px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .story-home__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    border-top: 1px solid #6B7AD6;
  }
}

@media screen and (min-width: 1025px) {
  .story-home__wrap {
    margin: 0 -50px;
  }
}

.story-home__img {
  position: relative;
  padding-bottom: 93.2%;
  margin: 0 -15px 1rem;
  z-index: 1;
}

@media (min-width: 700px) {
  .story-home__img {
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 59.5%;
            flex: 0 0 59.5%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1025px) {
  .story-home__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57.7%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 57.7%;
            flex: 0 0 57.7%;
  }
}

.story-home__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.story-home__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-home__content {
  position: relative;
  padding: 3.2em 45px 0;
}

@media (min-width: 700px) {
  .story-home__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40.5%;
            flex: 0 0 40.5%;
    padding: 3.7em 25px 3.7em 44px;
  }
}

@media screen and (min-width: 1025px) {
  .story-home__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.3%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 42.3%;
            flex: 0 0 42.3%;
    padding: 7em 50px 7.8em 100px;
  }
}

.story-home__content:before {
  content: '';
  position: absolute;
  top: -136px;
  left: -116px;
  width: 300px;
  height: 300px;
  background-image: url("/_resources/assets/img/illustration-help-block.svg");
  background-size: 100% 100%;
}

@media (min-width: 700px) {
  .story-home__content:before {
    top: -121px;
    left: -100px;
  }
}

@media (min-width: 1025px) {
  .story-home__content:before {
    top: -197px;
    left: -182px;
    width: 540px;
    height: 540px;
  }
}

.story-home__content:after {
  content: '';
  position: absolute;
  bottom: -250px;
  right: -45px;
  width: 330px;
  height: 330px;
  background-image: url("/_resources/assets/img/illustration-help-block2.svg");
  background-size: 100% 100%;
}

@media (min-width: 700px) {
  .story-home__content:after {
    bottom: -179px;
    right: -58px;
  }
}

@media (min-width: 1025px) {
  .story-home__content:after {
    bottom: -356px;
    right: -48px;
    width: 600px;
    height: 600px;
  }
}

@media screen and (min-width: 1025px) {
  .story-home__content > div {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
}

.story-home__quote {
  position: relative;
  font-size: 1.406em;
  font-weight: 700;
  margin: 0 0 0.8rem;
  line-height: 1.2;
}

@media screen and (min-width: 700px) {
  .story-home__quote {
    line-height: 1.3;
    font-size: 1.24em;
    margin: 0 0 0.5rem;
  }
}

@media screen and (min-width: 1025px) {
  .story-home__quote {
    font-size: 2.028em;
    line-height: 1.3;
    margin-bottom: 1.5rem;
  }
}

.story-home__quote:before {
  content: '“';
  position: absolute;
  top: 0;
  left: -13px;
}

@media screen and (min-width: 1025px) {
  .story-home__quote:before {
    top: 4px;
    left: -22px;
  }
}

.story-home__quote .last-word:after {
  content: '”';
}

.story-home__title {
  margin: 0 0 0.2rem;
  font-size: 1.125rem;
}

@media screen and (min-width: 700px) {
  .story-home__title {
    font-size: 1rem;
    margin: 0;
  }
}

@media screen and (min-width: 1025px) {
  .story-home__title {
    font-size: 1.28rem;
  }
}

.story-home__title a {
  color: #fff200;
  font-size: 0.78em;
}

.story-home__title a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 1.7em;
}

@media screen and (min-width: 1025px) {
  .story-home__title a .last-word {
    padding-right: 1.2em;
  }
}

.story-home__title a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  background-color: #fff200;
  border-radius: 100%;
  -webkit-transition: right 0.3s ease, background-color 0.3s ease;
  -o-transition: right 0.3s ease, background-color 0.3s ease;
  transition: right 0.3s ease, background-color 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
}

.story-home__title a .last-word .arrow:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  width: 4px;
  height: 4px;
  right: calc(50% - 2px);
}

.story-home__title a:hover .arrow {
  right: -12px;
  background-color: #fff;
}

.story-home__subtitle {
  margin: 0 0 1rem;
  font-size: 0.875rem;
  line-height: 1.4;
}

@media screen and (min-width: 700px) {
  .story-home__subtitle {
    font-size: 0.775rem;
    margin: 0 0 1.1rem;
    line-height: 1.5;
  }
}

@media screen and (min-width: 1025px) {
  .story-home__subtitle {
    font-size: 1rem;
    margin: 0 0 2.35rem;
  }
}

.story-home__caption a {
  color: #fff200;
}

.story-home__caption a:hover {
  color: #fff;
}

.story-home .cta {
  background-color: #fff200;
  color: #000000;
  padding: 0.6em 1.28em;
}

.story-home .cta:hover {
  background-color: #fff;
  color: #000000;
}

.story-home.js-active .story-home__content > div {
  opacity: 1;
}

/**
 * @file
 * Twitter
 *
 * Contains styles for twitter object.
 */
.twitter {
  margin: 2rem 0 3.1em;
}

.twitter__account {
  margin-bottom: 1.9em;
}

@media screen and (min-width: 700px) {
  .twitter__account {
    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;
    margin-bottom: 2.6em;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__account {
    margin-bottom: 1.45em;
  }
}

@media screen and (min-width: 700px) {
  .twitter__account h2 {
    margin: 0 1em 0 0;
  }
}

.twitter__account .cta {
  position: relative;
  padding-left: 3.3em;
}

@media screen and (min-width: 700px) {
  .twitter__account .cta {
    font-size: 16px;
    padding: 12px 65px 12px 95px;
  }
}

.twitter__account .cta:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 1.3em;
  width: 18px;
  height: 18px;
  background-image: url("/_resources/assets/icons/twitter-white.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 700px) {
  .twitter__account .cta:before {
    left: 3.9em;
    width: 20px;
    height: 20px;
  }
}

.twitter__item:last-of-type {
  display: none;
}

@media screen and (max-width: 699px) {
  .twitter__item:not(:first-of-type) {
    display: none;
  }
  .twitter__item:nth-child(2) {
    padding-left: 18px;
  }
}

@media screen and (min-width: 700px) {
  .twitter__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-flex-basis: 50% !important;
        -ms-flex-preferred-size: 50% !important;
            flex-basis: 50% !important;
  }
  .twitter__item:nth-child(1) {
    padding-right: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .twitter__item {
    padding-right: 60px;
  }
}

.twitter__title {
  display: none;
}

.twitter__body {
  line-height: 1.9;
  margin-bottom: 1.95em;
}

@media screen and (min-width: 700px) {
  .twitter__body {
    line-height: 1.75;
    margin-bottom: 0;
  }
}

.twitter__time {
  font-weight: 700;
  margin-top: auto;
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  overflow: hidden;
  color: #fff;
}

.vid-inline--full {
  margin: 0 -15px 45px;
}

@media (min-width: 700px) {
  .vid-inline--full {
    margin: 0 -30px 60px;
  }
}

@media (min-width: 1025px) {
  .vid-inline--full {
    margin: 0 -55px 58px -52px;
  }
}

.vid-inline--full img {
  width: 100%;
}

.vid-inline__container {
  position: relative;
}

.vid-inline__cover {
  position: relative;
  z-index: 2;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.vid-inline__cover:focus {
  outline-offset: -4px;
}

.vid-inline__cover:hover:before, .vid-inline__cover:hover:after {
  opacity: 1;
}

.vid-inline__cover:before, .vid-inline__cover:after {
  display: block;
  position: absolute;
  content: '';
}

.vid-inline__cover:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent #000000;
  bottom: -10px;
  right: 38px;
  z-index: 2;
}

@media screen and (min-width: 700px) {
  .vid-inline__cover:before {
    border-width: 15px 0 15px 24px;
    right: 58px;
    bottom: -14px;
  }
}

@media screen and (min-width: 1025px) {
  .vid-inline__cover:before {
    right: 77px;
    bottom: -15px;
    border-width: 18px 0 18px 28px;
  }
}

.vid-inline__cover:after {
  width: 70px;
  height: 69px;
  border-radius: 50%;
  background: #fff200;
  bottom: -32px;
  right: 15px;
}

@media screen and (min-width: 700px) {
  .vid-inline__cover:after {
    width: 87px;
    height: 86px;
    bottom: -42px;
    right: 31px;
  }
}

@media screen and (min-width: 1025px) {
  .vid-inline__cover:after {
    width: 109px;
    height: 108px;
    bottom: -51px;
    right: 41px;
  }
}

.vid-inline__cover.js-loading:hover: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:after {
  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 iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.vid-inline__caption {
  font: italic 14px/1.43 "Montserrat", Arial, Helvetica, sans-serif;
  background-color: #2b3990;
  margin: 0;
  padding: 19px 75px 20px 15px;
}

@media (min-width: 700px) {
  .vid-inline__caption {
    font-size: 15px;
    padding: 20px 135px 20px 30px;
    line-height: 1.47;
  }
}

@media (min-width: 1025px) {
  .vid-inline__caption {
    padding: 29px 135px 26px 54px;
  }
}

/**
 * @file
 * Pager
 *
 * Contains styles for the pager on listing pages.
 */
.pager__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.pager__list .pager__item {
  margin: 0 5px;
}

.pager__list .icon-arrow-left,
.pager__list .icon-arrow-right {
  display: block;
  position: relative;
  width: 40px;
  top: 50%;
}

.pager__list .icon-arrow-left:after,
.pager__list .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%);
}

/**
 * @file
 * Carousel
 *
 * Contains styles for carousel object.
 */
.carousel {
  background-color: #2b3990;
  color: #fff;
  margin: 0 -15px 30px;
  padding: 2.1em 15px 32px;
}

@media (min-width: 700px) {
  .carousel {
    margin: 0 -30px 40px;
    padding: 2.8em 30px 38px;
  }
}

@media (min-width: 1025px) {
  .carousel {
    margin: 0 -55px 52px -52px;
    padding: 59px 40px 57px 52px;
  }
}

.carousel__intro {
  margin: 0.6rem 0;
  font-size: 1rem;
}

@media screen and (min-width: 700px) {
  .carousel__intro {
    margin: 0.9rem 0;
  }
}

.carousel__wrapper {
  margin: 1.8em -15px 0;
}

@media screen and (min-width: 700px) {
  .carousel__wrapper {
    margin: 2.6em -30px 0;
  }
}

@media screen and (min-width: 1025px) {
  .carousel__wrapper {
    margin: 3.5em -40px 0 -52px;
  }
}

.carousel__item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 58%;
}

.carousel__caption {
  position: relative;
  width: 100%;
  bottom: 0;
  font-size: 0.94rem;
  line-height: 1.6;
  margin: 0;
  padding: 1.6rem 1rem;
  font-style: italic;
}

@media screen and (min-width: 700px) {
  .carousel__caption {
    font-size: 0.84rem;
    padding: 1.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .carousel__caption {
    font-size: 0.835rem;
    padding: 1.6rem 3.6em;
  }
}

.carousel__img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.carousel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.carousel .slick-arrow {
  position: absolute;
  top: 26%;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #fff200;
}

@media screen and (min-width: 700px) {
  .carousel .slick-arrow {
    width: 42px;
    height: 42px;
  }
}

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

.carousel .slick-arrow:after {
  left: calc(50% - 2px);
  height: 0.55rem;
  width: 0.55rem;
  background: none;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.carousel .slick-arrow.slick-next {
  right: 5px;
}

@media screen and (min-width: 700px) {
  .carousel .slick-arrow.slick-next {
    right: 8px;
  }
}

@media (min-width: 1025px) {
  .carousel .slick-arrow.slick-next {
    right: 31px;
  }
}

.carousel .slick-arrow.slick-prev {
  left: 5px;
}

@media screen and (min-width: 700px) {
  .carousel .slick-arrow.slick-prev {
    left: 8px;
  }
}

@media (min-width: 1025px) {
  .carousel .slick-arrow.slick-prev {
    left: 31px;
  }
}

.carousel .slick-arrow.slick-prev:after {
  left: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.carousel .slick-dots {
  display: none !important;
}

.hero-inner {
  position: relative;
  min-height: auto;
  color: #fff;
  background-color: #2b3990;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-inner__calendar {
  min-height: 169px;
}

@media (min-width: 700px) {
  .hero-inner__calendar {
    min-height: 241px;
  }
}

@media (min-width: 1025px) {
  .hero-inner__calendar {
    min-height: 332px;
  }
}

.hero-inner__calendar .hero-inner__container {
  padding: 9em 15px 2em;
}

@media screen and (min-width: 700px) {
  .hero-inner__calendar .hero-inner__container {
    padding: 9.3em 78px 1.8em;
  }
}

@media screen and (min-width: 1025px) {
  .hero-inner__calendar .hero-inner__container {
    padding: 12.8em 114px 2.3em;
  }
}

.hero-inner__calendar-detail {
  padding: 0;
  min-height: 160px;
}

@media (min-width: 700px) {
  .hero-inner__calendar-detail {
    min-height: 200px;
  }
}

@media (min-width: 1025px) {
  .hero-inner__calendar-detail {
    min-height: 195px;
  }
}

.hero-inner__news-detail h1 {
  font-size: 28px;
  line-height: 1.1;
}

@media (min-width: 700px) {
  .hero-inner__news-detail h1 {
    font-size: 34px;
  }
}

@media (min-width: 1025px) {
  .hero-inner__news-detail h1 {
    font-size: 40px;
  }
}

.hero-inner > .container {
  width: 100%;
  position: relative;
  z-index: 1;
  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;
}

.hero-inner__text-block {
  font: 500 20px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
}

.hero-inner h1 {
  margin: 0 0 14px;
}

.hero-inner h1:only-child {
  margin: 0;
}

.hero-inner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.hero-inner__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

@media screen and (min-width: 1025px) {
  .hero-inner__img:after {
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(right, transparent, rgba(0, 0, 0, 0.6));
    background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.6));
  }
}

.hero-inner__img img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover; object-position: bottom;';
}

.hero-inner__lines {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-inner__lines span:nth-child(1) {
  position: absolute;
  right: -117px;
  bottom: -120px;
  background-image: url("/_resources/assets/icons/hero-inner-line-1.svg");
  background-size: 100% 100%;
  width: 320px;
  height: 320px;
}

@media screen and (min-width: 700px) {
  .hero-inner__lines span:nth-child(1) {
    right: -62px;
    bottom: -107px;
  }
}

@media screen and (min-width: 1025px) {
  .hero-inner__lines span:nth-child(1) {
    right: -97px;
    bottom: -226px;
    width: 540px;
    height: 540px;
  }
}

@media screen and (min-width: 700px) {
  .hero-inner__lines span:nth-child(2) {
    position: absolute;
    right: -36px;
    bottom: -72px;
    background-image: url("/_resources/assets/icons/hero-inner-line-2.svg");
    background-size: 100% 100%;
    width: 330px;
    height: 330px;
    opacity: 0.95;
  }
}

@media screen and (min-width: 1025px) {
  .hero-inner__lines span:nth-child(2) {
    right: -64px;
    bottom: -129px;
    width: 530px;
    height: 530px;
  }
}

@media screen and (min-width: 700px) {
  .hero-inner__lines span:nth-child(3) {
    position: absolute;
    left: -123px;
    bottom: -146px;
    background-image: url("/_resources/assets/icons/hero-inner-line-3.svg");
    background-size: 100% 100%;
    width: 350px;
    height: 350px;
    opacity: 0.95;
  }
}

@media screen and (min-width: 1025px) {
  .hero-inner__lines span:nth-child(3) {
    left: -168px;
    bottom: -239px;
    width: 550px;
    height: 550px;
  }
}

.hero-inner__container {
  position: relative;
  padding: 11.6em 15px 2em;
  z-index: 1;
}

@media screen and (min-width: 700px) {
  .hero-inner__container {
    padding: 9.3em 78px 1.8em;
  }
}

@media screen and (min-width: 1025px) {
  .hero-inner__container {
    padding: 12.8em 114px 2.3em;
  }
}

.hero-inner--no-img .hero-inner__container {
  padding: 7em 15px 2em;
}

@media screen and (min-width: 700px) {
  .hero-inner--no-img .hero-inner__container {
    padding: 9.3em 78px 1.8em;
  }
}

@media screen and (min-width: 1025px) {
  .hero-inner--no-img .hero-inner__container {
    padding: 12.8em 150px 2.2em;
  }
}

.wysiwyg {
  margin: 0;
}

@media only screen and (max-width: 700px) {
	.wysiwyg {
		margin: 15px;
	}
}

.wysiwyg ol {
  margin: 0 0 18px;
  padding: 0;
  list-style-position: inside;
  line-height: 1.38;
}

@media (min-width: 700px) {
  .wysiwyg ol {
    margin: 0 0 32px;
    padding: 0 0 0 40px;
  }
}

.wysiwyg ol li {
  margin: 0 0 14px;
}

@media (min-width: 700px) {
  .wysiwyg ol li {
    margin: 0 0 12px;
  }
}

.wysiwyg ol li:last-child {
  margin: 0;
}

.wysiwyg .cta--button {
  margin: 0 0 37px;
}

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

.wysiwyg .cta--link {
  margin: 0 0 31px;
}

@media (min-width: 700px) {
  .wysiwyg .cta--link {
    margin: 0 0 39px;
  }
}

.wysiwyg ul {
  padding: 0;
  margin: 0 0 31px;
  list-style: none;
  line-height: 1.38;
}

@media (min-width: 700px) {
  .wysiwyg ul {
    margin: 0 0 39px;
    padding: 0 0 0 52px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg ul {
    padding: 0 0 0 41px;
  }
}

.wysiwyg ul li {
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 0 12px;
}

.wysiwyg ul li:last-child {
  margin: 0;
}

.wysiwyg ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: teal;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .wysiwyg ul li:before {
    top: 9px;
  }
}

.wysiwyg ul li li {
  padding: 0 0 0 25px;
}

@media (min-width: 700px) {
  .wysiwyg ul li li {
    padding: 0 0 0 16px;
  }
}

.wysiwyg ul li li:before {
  width: 5px;
  height: 5px;
  top: 11px;
}

@media (min-width: 700px) {
  .wysiwyg ul li li:before {
    top: 9px;
  }
}

.wysiwyg ul ul {
  padding: 14px 0 0;
  margin: 0;
}

@media (min-width: 700px) {
  .wysiwyg ul ul {
    padding: 12px 0 0 24px;
  }
}

.wysiwyg .table-block {
  margin: 0 -15px 25px;
  overflow: hidden;
  clear: both;
}

@media (min-width: 700px) {
  .wysiwyg .table-block {
    margin: 0 -30px 25px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg .table-block {
    margin: 0 -55px 25px -52px;
  }
}

.wysiwyg .table-block__holder {
  overflow: auto;
  margin: 0 0 14px;
}

@media (min-width: 700px) {
  .wysiwyg .table-block__holder {
    overflow: visible;
  }
}

.wysiwyg .table-block__notification {
  display: block;
  position: relative;
  text-align: right;
  font: italic 14px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  padding: 0 45px 0 30px;
}

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

.wysiwyg .table-block__notification:after {
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  top: 5px;
  right: 30px;
  font-size: 8px;
  line-height: 1;
  font-style: normal;
}

.wysiwyg .table-block h2 {
  margin: 0 0 23px;
  padding: 0 15px;
}

@media (min-width: 700px) {
  .wysiwyg .table-block h2 {
    margin: 0 0 19px;
    padding: 0 30px;
  }
}

.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  line-height: 1.2;
  min-width: 640px;
  background-color: #2b3990;
  color: #fff;
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .wysiwyg table {
    min-width: 0;
  }
}

@media (min-width: 1025px) {
  .wysiwyg table {
    font-size: 17px;
  }
}


.wysiwyg table:before {
  content: "";
  position: absolute;
  top: 60px;
  left: -10px;
  width: 700px;
  height: 10px;
  background-image: none; <!-- url(/_resources/assets/img/table-line.svg); -->
  background-size: 100% 100%;
}

@media (min-width: 700px) {
  .wysiwyg table:before {
    left: -300px;
    width: 1200px;
    height: 40px;
    top: 44px;
  }
}

@media (min-width: 890px) {
  .wysiwyg table:before {
    left: -170px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg table:before {
    left: -280px;
    top: 61px;
  }
}

@media (min-width: 1201px) {
  .wysiwyg table:before {
    left: -10px;
    width: 1410px;
  }
}


.wysiwyg table a {
  color: #fff;
  font-weight: normal;
  text-decoration: none;
}

.wysiwyg table a:hover {
  text-decoration: underline;
}

.wysiwyg table td {
  padding: 14px 0 16px;
}

@media (min-width: 1025px) {
  .wysiwyg table td {
    padding: 10px 0 13px;
  }
}

.wysiwyg table td:first-child {
  padding: 14px 0 16px 15px;
}

@media (min-width: 700px) {
  .wysiwyg table td:first-child {
    padding: 14px 0 16px 30px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg table td:first-child {
    padding: 10px 0 13px 51px;
  }
}

.wysiwyg table tbody tr {
  border-bottom: 1px solid #6B7AD6;
}

.wysiwyg table tbody tr:first-child td {
  padding: 24px 0 10px;
}

@media (min-width: 1025px) {
  .wysiwyg table tbody tr:first-child td {
    padding: 20px 0 14px;
  }
}

.wysiwyg table tbody tr:first-child td:first-child {
  padding: 24px 0 10px 15px;
}

@media (min-width: 700px) {
  .wysiwyg table tbody tr:first-child td:first-child {
    padding: 24px 0 10px 30px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg table tbody tr:first-child td:first-child {
    padding: 20px 0 14px 51px;
  }
}

.wysiwyg table tbody tr:last-child td {
  padding: 10px 0 23px;
}

@media (min-width: 1025px) {
  .wysiwyg table tbody tr:last-child td {
    padding: 11px 0 33px;
  }
}

.wysiwyg table tbody tr:last-child td:first-child {
  padding: 10px 0 23px 15px;
}

@media (min-width: 700px) {
  .wysiwyg table tbody tr:last-child td:first-child {
    padding: 10px 0 23px 30px;
  }
}

@media (min-width: 1025px) {
  .wysiwyg table tbody tr:last-child td:first-child {
    padding: 11px 0 33px 51px;
  }
}

.wysiwyg .email {
  color: #fff200;
  font-weight: 700;
}

.wysiwyg th {
  font-size: 22px;
  text-align: left;
  padding: 16px 0 26px;
  width: auto;
}

@media (min-width: 1025px) {
  .wysiwyg th {
    padding: 29px 0 35px;
  }
}

.wysiwyg th:first-child {
  width: 25%;
  padding: 16px 0 26px 15px;
}

@media (min-width: 700px) {
  .wysiwyg th:first-child {
    padding: 16px 0 26px 30px;
    width: 34%;
  }
}

@media (min-width: 1025px) {
  .wysiwyg th:first-child {
    padding: 29px 0 35px 51px;
  }
}

.wysiwyg th:last-child {
  width: 40%;
}

@media (min-width: 700px) {
  .wysiwyg th:last-child {
    width: 31%;
  }
}

@media (min-width: 1025px) {
  .wysiwyg th:last-child {
    width: 34.6%;
  }
}

input[type="text"],
input[type="email"],
select {
  display: block;
  width: 222px;
  border: solid #000000;
  border-width: 0 0 1px;
  height: 30px;
  margin: 0;
  padding: 2px 0;
  background: none;
  font: 15px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000000;
}

input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
select:-moz-placeholder {
  color: #000000;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder {
  color: #000000;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000000;
}

.bg-cta-home {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  color: #fff;
  text-align: center;
}

.bg-cta-home__inner {
  position: relative;
  background-color: #000000;
  border-bottom: 3px solid #fff;
}

.bg-cta-home__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media screen and (min-width: 1025px) {
  .bg-cta-home__img {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}

.bg-cta-home__img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.6));
  background: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.6));
}

.bg-cta-home__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-cta-home__content {
  position: relative;
  padding: 8.7em 15px 1.7em;
  z-index: 2;
}

@media screen and (min-width: 700px) {
  .bg-cta-home__content {
    padding: 11em 30px 2.5em;
  }
}

@media screen and (min-width: 1025px) {
  .bg-cta-home__content {
    padding: 20em 50px 4.5em;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
  }
}

.bg-cta-home__content h2 {
  font-size: 1.31em;
  margin-bottom: 1.1em;
}

@media screen and (min-width: 700px) {
  .bg-cta-home__content h2 {
    font-size: 1.66em;
    margin-bottom: 0.85em;
  }
}

@media screen and (min-width: 1025px) {
  .bg-cta-home__content h2 {
    font-size: 2.76em;
    margin-bottom: 0.75em;
  }
}

.bg-cta-home__ctas {
  margin: 0 auto;
}

@media screen and (max-width: 699px) {
  .bg-cta-home__ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    max-width: 216px;
    -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) {
  .bg-cta-home__ctas {
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bg-cta-home__ctas a {
  color: #000000;
  background-color: #fff200;
}

@media (min-width: 700px) {
  .bg-cta-home__ctas a {
    margin: 0 5px;
  }
}

@media (min-width: 1025px) {
  .bg-cta-home__ctas a {
    margin: 0 14px;
  }
}

@media screen and (max-width: 699px) {
  .bg-cta-home__ctas a:not(:last-of-type) {
    margin-bottom: 0.9em;
  }
}

.bg-cta-home__ctas a:hover {
  color: #000000;
  background-color: #fff;
}

.bg-cta-home.js-active .bg-cta-home__img,
.bg-cta-home.js-active .bg-cta-home__content {
  opacity: 1;
}

/**
 * @file
 * Story Home
 *
 * Contains styles for Story Home object.
 */
.side-img-cta {
  background-color: #2b3990;
  color: #fff;
  padding: 0 15px 4.3em;
  margin: 0 -15px;
  border-bottom: 5px solid white;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .side-img-cta {
    padding: 0 30px;
    margin: 0 -30px;
  }
}

@media screen and (min-width: 1025px) {
  .side-img-cta {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1900px) {
  .side-img-cta {
    margin: 0 auto;
    max-width: 1900px;
  }
}

.side-img-cta__intro {
  font-size: 1em;
}

@media screen and (min-width: 1025px) {
  .side-img-cta__intro {
    margin: 1rem 0;
  }
}

.side-img-cta__wrap {
  max-width: 1900px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .side-img-cta__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    border-top: 1px solid #6B7AD6;
  }
}

@media screen and (min-width: 1025px) {
  .side-img-cta__wrap {
    margin: 0 -50px;
  }
}

.side-img-cta__img {
  position: relative;
  padding-bottom: 93.2%;
  margin: 0 -15px 1rem;
  z-index: 1;
}

@media (min-width: 700px) {
  .side-img-cta__img {
    padding-bottom: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 59.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 59.5%;
            flex: 0 0 59.5%;
    margin: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1025px) {
  .side-img-cta__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 57.7%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 57.7%;
            flex: 0 0 57.7%;
  }
}

.side-img-cta__img a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.side-img-cta__content {
  position: relative;
  padding: 2.8em 38px 0;
}

@media (min-width: 700px) {
  .side-img-cta__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40.5%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40.5%;
            flex: 0 0 40.5%;
    padding: 3.7em 19px 3.7em 52px;
  }
}

@media screen and (min-width: 1025px) {
  .side-img-cta__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 42.4%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 42.4%;
            flex: 0 0 42.4%;
    padding: 6.5em 50px 6.5em 100px;
  }
}

.side-img-cta__content:before {
  content: '';
  position: absolute;
  top: -136px;
  left: -116px;
  width: 300px;
  height: 300px;
  background-image: url("/_resources/assets/img/illustration-help-block.svg");
  background-size: 100% 100%;
}

@media (min-width: 700px) {
  .side-img-cta__content:before {
    top: -121px;
    left: -100px;
  }
}

@media (min-width: 1025px) {
  .side-img-cta__content:before {
    top: -197px;
    left: -182px;
    width: 540px;
    height: 540px;
  }
}

.side-img-cta__content:after {
  content: '';
  position: absolute;
  bottom: -247px;
  right: -59px;
  width: 330px;
  height: 330px;
  background-image: url("/_resources/assets/img/illustration-help-block2.svg");
  background-size: 100% 100%;
}

@media (min-width: 700px) {
  .side-img-cta__content:after {
    bottom: -176px;
    right: -48px;
  }
}

@media (min-width: 1025px) {
  .side-img-cta__content:after {
    bottom: -356px;
    right: -48px;
    width: 600px;
    height: 600px;
  }
}

@media screen and (min-width: 1025px) {
  .side-img-cta__content > div {
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
}

.side-img-cta__body {
  position: relative;
  font-size: 1.9em;
  font-weight: 700;
  margin: 0 0 1.6rem;
  line-height: 1.2;
}

@media screen and (min-width: 700px) {
  .side-img-cta__body {
    line-height: 1.3;
    font-size: 1.68em;
    margin: 0 0 0.89rem;
  }
}

@media screen and (min-width: 1025px) {
  .side-img-cta__body {
    font-size: 2.82em;
    line-height: 1.2;
    margin-bottom: 2.9rem;
  }
}

.side-img-cta__ctas {
  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;
  width: 214px;
}

@media screen and (min-width: 700px) {
  .side-img-cta__ctas {
    width: 188px;
  }
}

@media screen and (min-width: 1025px) {
  .side-img-cta__ctas {
    width: 240px;
  }
}

.side-img-cta .cta {
  background-color: #fff200;
  color: #000000;
  padding: 0.6em 1.28em;
}

@media screen and (min-width: 1025px) {
  .side-img-cta .cta {
    padding: 0.7em 1.28em;
  }
}

.side-img-cta .cta:not(:last-of-type) {
  margin-bottom: 0.95em;
}

@media screen and (min-width: 1025px) {
  .side-img-cta .cta:not(:last-of-type) {
    margin-bottom: 1.55em;
  }
}

.side-img-cta .cta:hover {
  background-color: #fff;
  color: #000000;
}

.side-img-cta.js-active .side-img-cta__content > div {
  opacity: 1;
}

.img-grid-home {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 33px 0 44px;
  background-color: #2b3990;
  color: #fff;
  z-index: 5;
}

@media (min-width: 700px) {
  .img-grid-home {
    padding: 44px 0 50px;
  }
}

@media (min-width: 1025px) {
  .img-grid-home {
    padding: 75px 0 70px;
  }
}

.img-grid-home_teal {
  background-color: #00857a;
}

@media (min-width: 700px) {
  .img-grid-home_teal .img-grid-home__list {
    background-color: #076058;
  }
}

.img-grid-home__heading {
  margin: 0 0 30px;
}

@media (min-width: 700px) {
  .img-grid-home__heading {
    margin: 0 0 40px;
  }
}

@media (min-width: 1025px) {
  .img-grid-home__heading {
    margin: 0 0 72px;
  }
}

@media screen and (min-width: 1025px) {
  .img-grid-home__heading h2 {
    font-size: 50px;
  }
}

.img-grid-home__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 700px) {
  .img-grid-home__list {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #1d2974;
  }
}

@media (min-width: 700px) {
  .img-grid-home__list li {
    width: 50%;
  }
}

.img-grid-home__list a {
  display: block;
  padding: 50% 0 0;
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.img-grid-home__list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.65) 100%);
}

.img-grid-home__list a:hover h3:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

@media (min-width: 700px) {
  .img-grid-home h2 {
    margin: 0 0 11px;
  }
}

.img-grid-home h3 {
  position: absolute;
  bottom: 10px;
  right: 16px;
  text-align: right;
  display: inline-block;
  font-size: 18px;
  margin: 0;
  z-index: 1;
}

@media (min-width: 700px) {
  .img-grid-home h3 {
    right: 17px;
    bottom: 12px;
  }
}

@media (min-width: 1025px) {
  .img-grid-home h3 {
    font-size: 30px;
    right: 28px;
    bottom: 22px;
  }
}

.img-grid-home h3:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-image: url(/_resources/assets/icons/arrow-yellow.svg);
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  margin: 3px 0 0 6px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 700px) {
  .img-grid-home h3:after {
    width: 15px;
    height: 15px;
    margin: 2px 0 0 8px;
  }
}

@media (min-width: 1025px) {
  .img-grid-home h3:after {
    width: 26px;
    height: 26px;
    margin: 7px 0 0 14px;
  }
}

@media screen and (min-width: 700px) {
  .img-grid-home .container-holder {
    padding: 0 50px;
  }
}

@media screen and (min-width: 1025px) {
  .img-grid-home .container-holder {
    margin: 0 auto;
    width: 1090px;
    max-width: none;
  }
}

.happening-hudson {
  padding: 2.5em 0 0.6em;
}

@media screen and (min-width: 700px) {
  .happening-hudson {
    padding: 3.4em 0 0.6em;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson {
    padding: 3.4em 0 2.6em;
  }
}

@media screen and (min-width: 700px) {
  .happening-hudson__inner {
    padding: 0 22px;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson__inner {
    padding: 0 50px;
    max-width: 1100px;
    margin: 0 auto;
  }
}

.happening-hudson__top {
  margin-bottom: 2.4em;
}

@media screen and (min-width: 700px) {
  .happening-hudson__top {
    margin-bottom: 2.4em;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson__top h2 {
    font-size: 50px;
  }
}

@media screen and (min-width: 700px) {
  .happening-hudson__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.happening-hudson__left {
  padding-bottom: 2.1em;
}

@media screen and (max-width: 699px) {
  .happening-hudson__left {
    border-bottom: 1px solid #000000;
  }
}

@media screen and (min-width: 700px) {
  .happening-hudson__left {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    margin-top: 0.5em;
    padding-right: 24px;
  }
}

@media screen and (min-width: 700px) {
  .happening-hudson__left:after {
    content: '';
    position: absolute;
    top: -14px;
    right: 0;
    width: 1px;
    height: calc(100% - 100px);
    background-color: #000000;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson__left:after {
    top: 0;
  }
}

.happening-hudson__right {
  padding: 35px 0 0;
}

@media screen and (min-width: 700px) {
  .happening-hudson__right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 0 0 24px;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson__right {
    padding: 7px 0 0 100px;
  }
}

@media screen and (min-width: 700px) {
  .happening-hudson .column {
    display: block;
  }
}

@media (min-width: 700px) {
  .happening-hudson .column--three {
    margin: 0 0 50px;
  }
}

@media (min-width: 1025px) {
  .happening-hudson .column--three {
    margin: 0 0 20px;
  }
}

@media screen and (min-width: 700px) {
  .happening-hudson .events3up__right {
    margin-top: -0.39em;
    padding-left: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson .events3up__right {
    padding-left: 43px;
  }
}

@media screen and (min-width: 700px) {
  .happening-hudson .events3up__right a {
    font-size: 0.87em;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson .events3up__right a {
    font-size: 31px;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson .events3up__right h3 {
    margin: 0 0 8px;
  }
}

.happening-hudson .events3up__item:not(:last-of-type) {
  margin-bottom: 2.8em;
}

@media screen and (min-width: 700px) {
  .happening-hudson .events3up__item:not(:last-of-type) {
    margin-bottom: 1.9em;
  }
}

.happening-hudson .twitter {
  margin: 0;
}

.happening-hudson .twitter__item {
  margin: 0 0 2.0rem;
}

@media screen and (min-width: 700px) {
  .happening-hudson .twitter__item {
    margin: 0 0 2.6rem;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson .twitter__item {
    margin: 0 0 1.4rem;
  }
}

.happening-hudson .twitter__item:nth-child(2) {
  display: block;
  padding-left: 0;
}

@media screen and (min-width: 700px) {
  .happening-hudson .twitter__body {
    font-size: 0.9em;
    line-height: 1.49;
  }
}

@media screen and (min-width: 1025px) {
  .happening-hudson .twitter__body {
    font-size: 1em;
    line-height: 1.6;
  }
}

/**
 * @file
 * Blog
 *
 * Contains styles for blog detail and view modes.
 */
.blog__image {
  margin: 2rem 0 1rem;
}

.blog__publish-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 1rem;
}

.blog__date {
  font-weight: 700;
}

.blog__author:before {
  content: '|';
  font-size: inherit;
  padding: 0 0.5rem;
}

.blog__tags {
  margin: 1rem 0;
}

.blog__tag-label {
  font-weight: 700;
  margin: 0 0 1rem;
}

.blog__tag-list a {
  margin: 0 .25rem 0 0;
  padding: 0.125rem 0.5rem;
  border: 1px solid #000000;
  border-radius: 3px;
}

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

.blog-list__items {
  list-style: none;
  display: block;
  padding: 0;
}

.blog-list__item {
  margin: 2rem 0;
  display: table;
}

.blog-list__title {
  margin-top: 0.5rem;
}

@media (min-width: 700px) {
  .blog-list__title {
    margin-top: -0.3rem;
  }
}

@media (min-width: 700px) {
  .blog-list__image {
    float: left;
    margin: 0 30px 0 0;
  }
}

.blog-list__text {
  overflow: hidden;
}

.blog-list__date, .blog-list__author {
  display: inline-block;
}

.blog-list__date {
  font-weight: 700;
}

.blog-list__date:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: -0.3rem 2px 0 6px;
}

.blog-list__pager {
  clear: both;
}

.blog3up__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;
}

.blog3up__header h2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog3up__date, .blog3up__author {
  display: inline-block;
}

.blog3up__date {
  font-weight: 700;
  text-transform: uppercase;
}

.blog3up__author a {
  font-style: italic;
}

.blog3up__author:before {
  font-size: inherit;
  margin: 0 0.25em;
  content: '|';
}

.blog3up__section-cta {
  margin-top: 0;
}

@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.
 */
.catalog--full {
  padding: 30px 0;
}

@media (min-width: 700px) {
  .catalog--full {
    padding: 40px 0;
  }
}

@media (min-width: 1025px) {
  .catalog--full {
    padding: 56px 0 25px;
  }
}

@media (min-width: 1025px) {
  .catalog__content {
    padding: 0 60px 5px 0;
  }
}

.catalog__content ul {
  padding: 0;
  margin: 0 0 31px;
  list-style: none;
  line-height: 1.38;
}

@media (min-width: 700px) {
  .catalog__content ul {
    margin: 0 0 39px;
    padding: 0 0 0 52px;
  }
}

@media (min-width: 1025px) {
  .catalog__content ul {
    padding: 0 0 0 41px;
  }
}

.catalog__content ul li {
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 0 12px;
}

.catalog__content ul li:last-child {
  margin: 0;
}

.catalog__content ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #2b3990;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .catalog__content ul li:before {
    top: 9px;
  }
}

.catalog__content ul li li {
  padding: 0 0 0 25px;
}

@media (min-width: 700px) {
  .catalog__content ul li li {
    padding: 0 0 0 16px;
  }
}

.catalog__content ul li li:before {
  width: 5px;
  height: 5px;
  top: 11px;
}

@media (min-width: 700px) {
  .catalog__content ul li li:before {
    top: 9px;
  }
}

.catalog__content ul ul {
  padding: 14px 0 0;
  margin: 0;
}

@media (min-width: 700px) {
  .catalog__content ul ul {
    padding: 12px 0 0 24px;
  }
}

@media (min-width: 1025px) {
  .catalog__faculty {
    padding: 0 60px 0 0;
  }
}

.catalog__faculty-info {
  margin: 0 0 33px;
}

.catalog__faculty-info:last-child {
  margin: 0;
}

@media (min-width: 700px) {
  .catalog__faculty-info {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.catalog__faculty-info img {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .catalog__faculty-info img {
    margin: 0 29px 0 0;
    width: 35.8%;
  }
}

.catalog .faculty-info__name {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 9px;
}

@media (min-width: 1025px) {
  .catalog .faculty-info__name {
    font-size: 30px;
  }
}

.catalog .faculty-info__name a {
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
}

.catalog .faculty-info__title {
  font: 700 16px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}

@media (min-width: 1025px) {
  .catalog .faculty-info__title {
    margin: 0 0 19px;
  }
}

.catalog .faculty-info__email {
  margin: 0 0 12px;
}

.catalog .faculty-info__office {
  line-height: 1.34;
}

.catalog-course-list,
.catalog-program-list {
  padding: 0 0 45px;
  margin: 0 -15px;
  background-color: #2b3990;
}

@media (min-width: 700px) {
  .catalog-course-list,
  .catalog-program-list {
    margin: 0 -30px;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list,
  .catalog-program-list {
    margin: 0 -55px 0 -52px;
  }
}

.catalog-course-list .dataTables_wrapper,
.catalog-program-list .dataTables_wrapper {
  margin: 0 0 20px;
}

.catalog-course-list select,
.catalog-program-list select {
  width: 100%;
  padding: 0 0 11px;
  height: 26px;
}

.catalog-course-list input[type="search"],
.catalog-program-list input[type="search"] {
  padding: 0 0 7px;
  margin: 10px 0 0;
  display: block;
  width: 100%;
  border: solid #000000;
  border-width: 0 0 1px;
  font: 15px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
}

.catalog-course-list input[type="search"]::-webkit-input-placeholder,
.catalog-program-list input[type="search"]::-webkit-input-placeholder {
  color: #000000;
}

.catalog-course-list input[type="search"]:-moz-placeholder,
.catalog-program-list input[type="search"]:-moz-placeholder {
  color: #000000;
}

.catalog-course-list input[type="search"]::-moz-placeholder,
.catalog-program-list input[type="search"]::-moz-placeholder {
  color: #000000;
}

.catalog-course-list input[type="search"]:-ms-input-placeholder,
.catalog-program-list input[type="search"]:-ms-input-placeholder {
  color: #000000;
}

.catalog-course-list__top,
.catalog-program-list__top {
  color: #fff;
  margin: 0 0 0 15px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 1025px) {
  .catalog-course-list__top,
  .catalog-program-list__top {
    margin: 0 0 0 40px;
  }
}

.catalog-course-list__top:hover,
.catalog-program-list__top:hover {
  color: #00857a;
}

.catalog-course-list__top:before,
.catalog-program-list__top:before {
  content: "\e905";
  font-family: 'icomoon';
  display: inline-block;
  vertical-align: top;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 8px;
  line-height: 1;
  margin: 10px 8px 0 0;
}

.catalog-course-list__table,
.catalog-program-list__table {
  border-collapse: collapse;
  width: 100%;
  color: #fff;
  font-size: 15px;
  line-height: 1.67;
}

.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 #6B7AD6;
}

.catalog-course-list__table th,
.catalog-course-list__table td,
.catalog-program-list__table th,
.catalog-program-list__table td {
  text-align: left;
  padding: 22px 15px 20px;
}

@media (min-width: 700px) {
  .catalog-course-list__table th,
  .catalog-course-list__table td,
  .catalog-program-list__table th,
  .catalog-program-list__table td {
    padding: 19px 30px 22px;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__table th,
  .catalog-course-list__table td,
  .catalog-program-list__table th,
  .catalog-program-list__table td {
    padding: 18px 40px 24px;
  }
}

.catalog-course-list__table h2,
.catalog-program-list__table h2 {
  margin: 0;
  font-size: 18px;
  line-height: 1.2;
}

@media (min-width: 700px) {
  .catalog-course-list__table h2,
  .catalog-program-list__table h2 {
    margin: 0 20px 0 0;
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__table h2,
  .catalog-program-list__table h2 {
    font-size: 22px;
  }
}

.catalog-course-list__table h2 a,
.catalog-program-list__table h2 a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 0 0;
}

.catalog-course-list__table h2 a:hover:after,
.catalog-program-list__table h2 a:hover:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.catalog-course-list__table h2 a:after,
.catalog-program-list__table h2 a:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-image: url(/_resources/assets/icons/arrow-yellow.svg);
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  margin: 2px 0 0 11px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 700px) {
  .catalog-course-list__table h2 a:after,
  .catalog-program-list__table h2 a:after {
    margin: 5px 0 0 13px;
  }
}

.catalog-course-list__heading,
.catalog-program-list__heading {
  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 15px;
}

@media (min-width: 700px) {
  .catalog-course-list__heading,
  .catalog-program-list__heading {
    margin: 0;
  }
}

@media (min-width: 700px) {
  .catalog-course-list__heading-block,
  .catalog-program-list__heading-block {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__heading-block,
  .catalog-program-list__heading-block {
    margin: 0 0 17px;
  }
}

.catalog-course-list__credit,
.catalog-program-list__credit {
  display: inline-block;
  font: italic 15px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 0 5px;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 700px) {
  .catalog-course-list__credit,
  .catalog-program-list__credit {
    margin: 0 0 0 20px;
  }
}

.catalog-course-list__reset,
.catalog-program-list__reset {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 18px;
  right: 13px;
  padding: 0;
  border: none;
  background-image: url(/_resources/assets/icons/refresh.svg);
  background-color: transparent;
  width: 35px;
  height: 35px;
  background-size: 100% 100%;
}

@media (min-width: 700px) {
  .catalog-course-list__reset,
  .catalog-program-list__reset {
    width: 42px;
    height: 42px;
    top: 66px;
    right: 26px;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__reset,
  .catalog-program-list__reset {
    top: 86px;
    right: 70px;
  }
}

.catalog-course-list__select,
.catalog-program-list__select {
  position: relative;
  margin: 0 0 35px;
}

@media (min-width: 700px) {
  .catalog-course-list__select,
  .catalog-program-list__select {
    margin: 0 22px 0 0;
    width: 35%;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__select,
  .catalog-program-list__select {
    width: 27.4%;
    margin: 0 48px 0 0;
  }
}

.catalog-course-list__select:after,
.catalog-program-list__select:after {
  content: "\e905";
  font-family: 'icomoon';
  position: absolute;
  bottom: 9px;
  right: 0;
  font-size: 7px;
  line-height: 1;
}

.catalog-course-list__select label,
.catalog-program-list__select label {
  margin: 0 0 10px;
}

@media (min-width: 1025px) {
  .catalog-course-list__select label,
  .catalog-program-list__select label {
    margin: 0 0 11px;
  }
}

.catalog-course-list__number,
.catalog-program-list__number {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 11px 0 0;
}

@media (min-width: 700px) {
  .catalog-course-list__number,
  .catalog-program-list__number {
    font-size: 20px;
    margin: 0 22px 0 0;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__number,
  .catalog-program-list__number {
    font-size: 22px;
    margin: 0 31px 0 0;
  }
}

.catalog-course-list__number a,
.catalog-program-list__number a {
  display: block;
  color: #fff;
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

.catalog-course-list .dataTables_filter,
.catalog-program-list .dataTables_filter {
  position: relative;
  padding: 52px 15px 43px;
  background-color: #fff;
}

@media (min-width: 700px) {
  .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-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 38px 30px 45px;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list .dataTables_filter,
  .catalog-program-list .dataTables_filter {
    padding: 56px 26px 62px 38px;
  }
}

.catalog-course-list .dataTables_filter label,
.catalog-program-list .dataTables_filter label {
  display: block;
  font: 700 20px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter > label,
  .catalog-program-list .dataTables_filter > label {
    width: 53%;
  }
}

.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;
}

@media (min-width: 700px) {
  .catalog-course-list__table h2 {
    margin: 0;
  }
}

.catalog-course-list__table h2 a {
  display: inline;
}

@media (min-width: 700px) {
  .catalog-course-list__table h2 a {
    display: inline-block;
  }
}

.catalog-program-list__table {
  font-size: 16px;
}

@media (min-width: 1025px) {
  .catalog-program-list__table {
    font-size: 18px;
  }
}

.catalog-program-list__table tr {
  padding: 17px 15px 11px;
  display: block;
}

@media (min-width: 700px) {
  .catalog-program-list__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;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 19px 30px 17px;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list__table tr {
    padding: 18px 52px 12px;
  }
}

.catalog-program-list__table td {
  display: block;
  padding: 0;
}

@media (min-width: 700px) {
  .catalog-program-list__table td {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list__table td {
    width: 45%;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list__table td:first-child {
    width: 55%;
  }
}

.catalog-program-list__table .sorting_1 {
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 1px;
}

@media (min-width: 700px) {
  .catalog-program-list__table .sorting_1 {
    font-size: 20px;
    margin: 0;
    padding: 0 10px 0 0;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list__table .sorting_1 {
    font-size: 22px;
  }
}

.catalog-program-list__table .sorting_1 a {
  color: #fff;
  display: inline-block;
  vertical-align: top;
}

.catalog-program-list__table .sorting_1 a:hover:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.catalog-program-list__table .sorting_1 a:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-image: url(/_resources/assets/icons/arrow-yellow.svg);
  width: 15px;
  height: 15px;
  background-size: 100% 100%;
  margin: 2px 0 0 11px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 700px) {
  .catalog-program-list__table .sorting_1 a:after {
    margin: 5px 0 0 8px;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list__table .sorting_1 a:after {
    margin: 5px 0 0 13px;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list .dataTables_filter {
    padding: 56px 26px 62px 52px;
  }
}

@media (min-width: 700px) {
  .catalog-program-list .dataTables_filter > label {
    width: 340px;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list .dataTables_filter > label {
    width: 574px;
  }
}

@media (min-width: 700px) {
  .catalog-program-list__reset {
    right: auto;
    left: 387px;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list__reset {
    top: 84px;
    left: 650px;
  }
}

/**
 * @file
 * Faculty
 *
 * Contains styles for faculty detail and view modes.
 */
.faculty {
  padding: 3px 0 0;
}

@media (min-width: 1025px) {
  .faculty {
    padding: 0;
  }
}

.faculty img {
/*   width: 100%; */
}

.faculty__resume-cta {
  font-size: 14px;
  line-height: 1.2;
}

.faculty__resume-cta a {
  padding: 9px 18px;
  background-color: #fff200;
  color: #000000;
  border-radius: 24px;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

@media (min-width: 700px) {
  .faculty__resume-cta a {
    padding: 13px 18px;
  }
}

.faculty__resume-cta a:hover {
  background-color: #fff;
}

.faculty__content {
  padding: 37px 0;
}

@media (min-width: 700px) {
  .faculty__content {
    padding: 43px 0;
  }
}

@media (min-width: 1025px) {
  .faculty__content {
    padding: 46px 0;
  }
}

.faculty__info {
  margin: 0 -15px;
  background-color: #2b3990;
  color: #fff;
}

@media (min-width: 700px) {
  .faculty__info {
    margin: 0 -30px;
    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;
    -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) {
  .faculty__info {
    margin: 0 -55px 0 -52px;
  }
}

@media (min-width: 700px) {
  .faculty__image {
    width: 46%;
  }
}

@media (min-width: 1025px) {
  .faculty__image {
    width: 51.5%;
  }
}

.faculty__contact {
  padding: 39px 15px 35px;
}

@media (min-width: 700px) {
  .faculty__contact {
    width: 54%;
    padding: 52px 30px 20px 48px;
  }
}

@media (min-width: 1025px) {
  .faculty__contact {
    width: 48.5%;
    padding: 131px 30px 20px 55px;
  }
}

.faculty__contact-info {
  margin: 0 0 11px;
  font-size: 0;
  line-height: 0;
}

@media (min-width: 700px) {
  .faculty__contact-info {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .faculty__contact-info {
    margin: 0 0 14px;
  }
}

.faculty__contact-info a {
  color: #fff200;
}

.faculty__contact-info dt,
.faculty__contact-info dd {
  font-size: 16px;
  line-height: 1.2;
  display: inline-block;
  vertical-align: top;
}

@media (min-width: 700px) {
  .faculty__contact-info dt,
  .faculty__contact-info dd {
    font-size: 18px;
  }
}

.faculty__contact-info dt {
  width: 55px;
  font-weight: 700;
}

.faculty__contact-info dd {
  margin: 0 0 26px;
  width: calc(100% - 55px);
  padding: 0 0 0 26px;
}

@media (min-width: 700px) {
  .faculty__contact-info dd {
    margin: 0 0 24px;
    padding: 0 0 0 35px;
  }
}

.faculty.faculty--listing {
  padding: 30px 0;
}

@media (min-width: 700px) {
  .faculty.faculty--listing {
    line-height: 1.34;
  }
}

@media (min-width: 1025px) {
  .faculty.faculty--listing {
    padding: 59px 0;
  }
}

.faculty.faculty--listing .faculty__item {
  margin: 0 0 33px;
}

.faculty.faculty--listing .faculty__item:last-child {
  margin: 0;
}

@media (min-width: 700px) {
  .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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.faculty.faculty--listing .faculty__image {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .faculty.faculty--listing .faculty__image {
    width: 40%;
    padding: 0 29px 0 0;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .faculty.faculty--listing .faculty__image {
    width: 37%;
  }
}

.faculty.faculty--listing .faculty__contact {
  padding: 0;
}

@media (min-width: 700px) {
  .faculty.faculty--listing .faculty__contact {
    width: 60%;
  }
}

@media (min-width: 1025px) {
  .faculty.faculty--listing .faculty__contact {
    width: 63%;
  }
}

.faculty.faculty--listing .faculty__name {
  font: 800 24px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 9px;
}

@media (min-width: 1025px) {
  .faculty.faculty--listing .faculty__name {
    font-size: 30px;
    margin: 0 0 16px;
  }
}

.faculty.faculty--listing .faculty__name a {
  font-weight: 800;
}

.faculty.faculty--listing .faculty__name a:after {
  content: "";
  background-image: url(/_resources/assets/icons/arrow-teal.svg);
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 1025px) {
  .faculty.faculty--listing .faculty__name a:after {
    margin: 7px 0 0 10px;
  }
}

.faculty.faculty--listing .faculty__name a:hover:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.faculty.faculty--listing .faculty__title {
  font: 700 16px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 10px;
}

@media (min-width: 1025px) {
  .faculty.faculty--listing .faculty__title {
    font-size: 18px;
    margin: 0 0 26px;
  }
}

.faculty.faculty--listing .faculty__email {
  margin: 0 0 12px;
}

@media (min-width: 1025px) {
  .faculty.faculty--listing .faculty__email {
    margin: 0 0 15px;
  }
}

/**
 * @file
 * News
 *
 * Contains styles for news and news view modes.
 */
.news--full {
  padding: 30px 0;
}

.news--full ul {
  padding: 0;
  margin: 0 0 31px;
  list-style: none;
  line-height: 1.38;
}

@media (min-width: 700px) {
  .news--full ul {
    margin: 0 0 39px;
    padding: 0 0 0 52px;
  }
}

@media (min-width: 1025px) {
  .news--full ul {
    padding: 0 0 0 41px;
  }
}

.news--full ul li {
  position: relative;
  padding: 0 0 0 27px;
  margin: 0 0 12px;
}

.news--full ul li:last-child {
  margin: 0;
}

.news--full ul li:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #2b3990;
  border-radius: 50%;
}

@media (min-width: 700px) {
  .news--full ul li:before {
    top: 9px;
  }
}

.news--full ul li li {
  padding: 0 0 0 25px;
}

@media (min-width: 700px) {
  .news--full ul li li {
    padding: 0 0 0 16px;
  }
}

.news--full ul li li:before {
  width: 5px;
  height: 5px;
  top: 11px;
}

@media (min-width: 700px) {
  .news--full ul li li:before {
    top: 9px;
  }
}

.news--full ul ul {
  padding: 14px 0 0;
  margin: 0;
}

@media (min-width: 700px) {
  .news--full ul ul {
    padding: 12px 0 0 24px;
  }
}

.news--listing {
  padding: 20px 0 3px;
}

@media (min-width: 700px) {
  .news--listing {
    padding: 38px 0 3px;
  }
}

@media (min-width: 1025px) {
  .news--listing {
    padding: 48px 0 0;
  }
}

.news--listing h2 {
  font-size: 20px;
  line-height: 1.1;
  margin: 0 0 14px;
}

@media (min-width: 700px) {
  .news--listing h2 {
    font-size: 26px;
    line-height: 1.31;
    margin: 0 0 23px;
  }
}

@media (min-width: 1025px) {
  .news--listing h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}

.news--listing h2 a {
  font-weight: 800;
}

.news--listing h2 a:after {
  content: "";
  background-image: url(/_resources/assets/icons/arrow-teal.svg);
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 700px) {
  .news--listing h2 a:after {
    margin: 6px 0 0 10px;
  }
}

@media (min-width: 1025px) {
  .news--listing h2 a:after {
    margin: 9px 0 0 10px;
  }
}

.news--listing h2 a:hover:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.news--listing .news__item {
  margin: 0 0 50px;
}

@media (min-width: 700px) {
  .news--listing .news__item {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.news--listing .news__item:last-child {
  margin: 0;
}

.news--listing .news__image {
  margin: 0 0 25px;
}

@media (min-width: 700px) {
  .news--listing .news__image {
    width: 31.7%;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .news--listing .news__image {
    width: 33%;
  }
}

.news--listing .news__image img {
  width: 100%;
}

.news--listing .news__date {
  margin: 0 0 12px;
  font: 700 16px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .news--listing .news__body {
    width: 68.3%;
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .news--listing .news__body {
    width: 67%;
  }
}

.news__pagination {
  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;
  -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;
  font-size: 14px;
  line-height: 1;
  background-color: #2b3990;
  margin: 0 -15px;
  padding: 18px 15px 19px;
}

@media (min-width: 700px) {
  .news__pagination {
    margin: 0 -30px;
  }
}

@media (min-width: 1025px) {
  .news__pagination {
    margin: 0 -55px 0 -52px;
  }
}

.news__pagination a {
  font-weight: normal;
  text-decoration: none;
}

.news__pagination .ellipsis {
  margin: 0 9px;
}

.news__pagination > span {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news .paginate_button {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  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;
}

.news .paginate_button:hover {
  text-decoration: none;
  color: #fff200;
}

.news .paginate_button.current {
  font-weight: 700;
  background-color: #1d2974;
}

.news .paginate_button.previous, .news .paginate_button.next {
  font-size: 0;
  line-height: 0;
  color: #fff200;
  width: auto;
  height: auto;
  margin: 2px 0 0 5px;
}

.news .paginate_button.previous:before, .news .paginate_button.next:before {
  font-family: 'icomoon';
  content: "\e906";
  position: relative;
  display: block;
  font-size: 9px;
  line-height: 1;
}

.news .paginate_button.previous {
  margin: 2px 5px 0 0;
}

.news .paginate_button.previous:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
@media (min-width: 1025px) {
  .program-finder {
    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: 0 0 3px;
  }
}

.program__filters {
  display: none;
  background-color: #00857a;
  color: #fff;
  padding: 20px 15px;
}

@media (min-width: 1025px) {
  .program__filters {
    display: block !important;
    padding: 75px 35px 20px;
    width: 26.8%;
  }
}

.program__filters__open {
  cursor: pointer;
  padding: 16px 20px 12px 15px;
  border: none;
  background-color: #00857a;
  display: block;
  width: 100%;
  color: #fff;
  font: 700 14px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  text-align: left;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.program__filters__open.active {
  background-color: #076058;
}

.program__filters__open.active .program__filters__open-icon {
  background-color: #fff;
}

.program__filters__open.active .program__filters__open-icon:after {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 700px) {
  .program__filters__open {
    padding: 16px 20px 12px 30px;
  }
}

@media (min-width: 1025px) {
  .program__filters__open {
    display: none;
  }
}

.program__filters__open-icon {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff200;
  display: inline-block;
  vertical-align: top;
  margin: -5px 0 0 9px;
  position: relative;
  color: #000000;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.program__filters__open-icon:before, .program__filters__open-icon:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  width: 14px;
  height: 2px;
  background-color: #000000;
}

.program__filters__open-icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.program__filters__fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 41px;
}

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

.program__filters__fieldset legend {
  font: 700 20px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 15px;
}

.program__filters__field {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.33;
  margin: 0 0 22px;
}

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

.program__filters__field label {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 14px;
}

.program__filters__field label:before {
  content: "";
  opacity: 0;
  position: absolute;
  left: -29px;
  top: 50%;
  cursor: pointer;
  border: 1px solid #fff200;
  border-width: 0 0 2px 2px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  width: 10px;
  height: 10px;
  background-color: #fff200;
  border-radius: 50%;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}

.program__filters input[type="radio"] {
  border-color: #fff;
}

.program__filters input[type="radio"]:checked + label {
  font-weight: 700;
}

.program--list {
  padding: 31px 15px;
}

@media (min-width: 700px) {
  .program--list {
    padding: 38px 30px;
  }
}

@media (min-width: 1025px) {
  .program--list {
    padding: 65px 55px 30px;
    width: 73.2%;
  }
}

.program--list__sort {
  position: relative;
  margin: 0 0 39px;
}

@media (min-width: 700px) {
  .program--list__sort {
    max-width: 222px;
    margin: 0 0 45px;
  }
}

.program--list__sort:after {
  content: "\e905";
  font-family: 'icomoon';
  position: absolute;
  bottom: 9px;
  right: 0;
  font-size: 7px;
  line-height: 1;
}

.program--list__sort select {
  width: 100%;
  height: 34px;
  margin: -1px 0 0;
}

@media (min-width: 700px) {
  .program--list__sort select {
    width: 222px;
  }
}

.program--list__sort label {
  font: 700 20px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
}

@media (min-width: 1025px) {
  .program--list__sort {
    float: right;
  }
}

.program--list h2 {
  margin: 0 0 15px;
}

@media (min-width: 700px) {
  .program--list h2 {
    margin: 0 0 20px;
  }
}

.program--list h3 {
  line-height: 1.3;
  margin: 0;
}

.program--list__block {
  margin: 0 0 41px;
}

@media (min-width: 700px) {
  .program--list__block {
    margin: 0 0 48px;
  }
}

.program--list__block:last-child {
  margin: 0;
}

.program--list__item {
  margin: 0 0 18px;
}

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

.program--list__item:last-child {
  margin: 0;
}

.program--list__items {
  list-style: none;
  padding: 0;
  margin: 0;
}

/**
 * @file
 * Calendar
 *
 * Contains styles for the Calendar Detail Page
 */
.event-detail {
  padding: 30px 0 0;
}

@media (min-width: 1025px) {
  .event-detail {
    padding: 53px 0 3px;
  }
}

.event-detail h1 {
  margin: 0 0 12px;
  line-height: 1.2;
}

@media (min-width: 1025px) {
  .event-detail h1 {
    font-size: 30px;
  }
}

.event-detail__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;
  margin: 0 0 30px;
}

@media (min-width: 1025px) {
  .event-detail__header {
    margin: 0 0 42px;
  }
}

.event-detail__data {
  width: 100%;
}

.event-detail__time {
  font: 700 18px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
}

@media (min-width: 1025px) {
  .event-detail__time {
    margin: 0 0 4px;
  }
}

.event-detail__tags-label, .event-detail__save-label {
  font: 700 18px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .event-detail__tags-label, .event-detail__save-label {
    margin: 0 30px 0 0;
    font-size: 20px;
  }
}

@media (min-width: 1025px) {
  .event-detail__tags-label, .event-detail__save-label {
    font-size: 22px;
    margin: 0 0 18px;
  }
}

@media (min-width: 1025px) {
  .event-detail__tags-label {
    margin: 0 0 23px;
  }
}

.event-detail__tags {
  margin: 0 0 30px;
}

@media (min-width: 1025px) {
  .event-detail__tags {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 0;
  }
}

.event-detail__tags a {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff200;
  border-radius: 20px;
  color: #fff200;
  padding: 3px 20px 4px;
  margin: 0 8px 0 0;
  -webkit-transition: background-color .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.event-detail__tags a:hover {
  background-color: #fff200;
  color: #2b3990;
}

.event-detail__tags a:last-child {
  margin: 0;
}

.event-detail__date {
  text-align: center;
  width: 78px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  background-color: #00857a;
  margin: 2px 0 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  padding: 11px 10px 9px;
}

@media (min-width: 1025px) {
  .event-detail__date {
    width: 115px;
    font-size: 24px;
    padding: 11px 10px 15px;
  }
}

.event-detail__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 22px;
}

@media (min-width: 1025px) {
  .event-detail__content {
    padding: 14px 0 0 43px;
  }
}

.event-detail__day {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 1px;
}

@media (min-width: 1025px) {
  .event-detail__day {
    font-size: 50px;
    margin: 0 0 5px;
  }
}

.event-detail__month {
  margin: 0 0 2px;
}

@media (min-width: 1025px) {
  .event-detail__month {
    margin: 0 0 5px;
  }
}

.event-detail__year {
  font-size: 14px;
}

@media (min-width: 1025px) {
  .event-detail__year {
    font-size: 18px;
  }
}

.event-detail__body {
  margin: 0 0 30px;
}

@media (min-width: 1025px) {
  .event-detail__body {
    margin: 0 0 51px;
  }
}

.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 .container {
  max-width: 720px;
  margin: 0 auto;
}

.event-detail__event-info {
  background-color: #2b3990;
  color: #fff;
  padding: 30px 0;
}

@media (min-width: 1025px) {
  .event-detail__event-info {
    padding: 49px 0 51px;
  }
}

@media (min-width: 1025px) {
  .event-detail__event-info .container {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.event-detail__save-icon {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  color: #2b3990;
  margin: 0 18px 0 0;
  text-decoration: none;
  width: 30px;
  height: 30px;
  background-color: #fff200;
  border-radius: 50%;
  position: relative;
}

.event-detail__save-icon:last-child {
  margin: 0;
}

@media (min-width: 1025px) {
  .event-detail__save-icon {
    width: 49px;
    height: 49px;
    margin: 0 14px 0 0;
  }
}

.event-detail__save-icon:before {
  content: "\e903";
  font-family: 'icomoon';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  line-height: 1;
}

@media (min-width: 1025px) {
  .event-detail__save-icon:before {
    font-size: 28px;
  }
}

.event-detail .icon--windows:before {
  content: "\e902";
}

.event-detail .icon--google:before {
  content: "\e901";
}

.event-detail .icon--yahoo:before {
  content: "\e904";
}

@media (min-width: 700px) {
  .event-detail__save .item {
    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;
  }
}

@media (min-width: 1025px) {
  .event-detail__save .item {
    display: block;
  }
}

@media (min-width: 700px) {
  .event-detail__tags-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;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 1025px) {
  .event-detail__tags-wrapper {
    display: block;
  }
}

/**
 * @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: 1190px) {
  .calendar .container {
    padding: 3px 0;
    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;
  }
}

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

@media (min-width: 1025px) {
  .calendar h1 {
    float: none;
  }
}

.calendar__expand-filters {
  cursor: pointer;
  padding: 16px 20px 12px 15px;
  border: none;
  background-color: #00857a;
  display: block;
  width: 100%;
  color: #fff;
  font: 700 14px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  text-align: left;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

@media (min-width: 700px) {
  .calendar__expand-filters {
    padding: 16px 20px 12px 29px;
  }
}

@media (min-width: 1190px) {
  .calendar__expand-filters {
    display: none;
  }
}

.calendar__expand-filters.expanded {
  background-color: #076058;
}

.calendar__expand-filters.expanded .calendar__expand-filters-icon {
  background-color: #fff;
}

.calendar__expand-filters.expanded .calendar__expand-filters-icon:after {
  opacity: 0;
  visibility: hidden;
}

.calendar__expand-filters-icon {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #fff200;
  display: inline-block;
  vertical-align: top;
  margin: -5px 0 0 9px;
  position: relative;
  color: #000000;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.calendar__expand-filters-icon:before, .calendar__expand-filters-icon:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 6px;
  width: 14px;
  height: 2px;
  background-color: #000000;
}

.calendar__expand-filters-icon:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: opacity .3s, visibility .3s;
  -o-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

@media (min-width: 1190px) {
  .calendar__left-col {
    width: 73.2%;
    padding: 0 54px;
  }
}

.calendar__pagination__list {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 3px -15px 0;
  background-color: #2b3990;
  font-size: 18px;
  line-height: 1.2;
  border-bottom: 1px solid #6B7AD6;
}

@media (min-width: 700px) {
  .calendar__pagination__list {
    margin: 0;
    background: none;
    border: none;
    font-size: 24px;
    width: 49%;
  }
}

.calendar__pagination__list li {
  width: 33.333333%;
  text-align: center;
  border-left: 1px solid #6B7AD6;
}

.calendar__pagination__list li:first-child {
  border: none;
}

.calendar__pagination__list li.active a {
  font-weight: 700;
}

.calendar__pagination__list a {
  color: #fff;
  font-weight: normal;
  display: block;
  padding: 23px 10px 22px;
}

@media (min-width: 700px) {
  .calendar__pagination__list a {
    padding: 38px 10px;
  }
}

.calendar__pagination {
  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) {
  .calendar__pagination {
    margin: 3px -30px 0;
    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-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;
    background-color: #2b3990;
    padding: 0 0 0 50px;
  }
}

@media (min-width: 1025px) {
  .calendar__pagination {
    margin: 0 -54px 0 -51px;
  }
}

.calendar__pagination .icon-arrow-left,
.calendar__pagination .icon-arrow-right {
  color: #fff200;
}

.calendar__pagination .icon-arrow-left:before,
.calendar__pagination .icon-arrow-right:before {
  content: "\e900";
  font-family: 'icomoon';
  font-size: 14px;
  line-height: 1;
  display: block;
}

@media (min-width: 700px) {
  .calendar__pagination .icon-arrow-left:before,
  .calendar__pagination .icon-arrow-right:before {
    font-size: 20px;
  }
}

.calendar__pagination strong {
  margin: 0 13px;
}

.calendar__pagination .icon-arrow-left:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.calendar__pagination__date {
  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;
  -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: 0 -15px;
  background-color: #2b3990;
  color: #fff;
  font: 800 24px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  padding: 23px 10px 26px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media (min-width: 700px) {
  .calendar__pagination__date {
    margin: 0;
    background: none;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding: 0;
    font-size: 30px;
  }
}

@media (min-width: 1025px) {
  .calendar__pagination__date {
    font-size: 36px;
  }
}

.calendar__event__date {
  text-align: center;
  width: 78px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  color: #fff;
  background-color: #00857a;
  margin: 2px 0 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1;
  padding: 11px 10px 9px;
}

@media (min-width: 1025px) {
  .calendar__event__date {
    width: 115px;
    font-size: 24px;
    padding: 11px 10px 15px;
  }
}

.calendar__date {
  font-size: 34px;
  font-weight: 500;
  margin: 0 0 1px;
}

@media (min-width: 1025px) {
  .calendar__date {
    font-size: 50px;
    margin: 0 0 5px;
  }
}

.calendar__month {
  margin: 0 0 2px;
}

@media (min-width: 1025px) {
  .calendar__month {
    margin: 0 0 5px;
  }
}

.calendar__year {
  font-size: 14px;
}

@media (min-width: 1025px) {
  .calendar__year {
    font-size: 18px;
  }
}

.calendar__event__text {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 0 0 22px;
}

@media (min-width: 700px) {
  .calendar__event__text {
    font-size: 16px;
  }
}

@media (min-width: 1025px) {
  .calendar__event__text {
    font-size: 18px;
    padding: 19px 0 0 45px;
  }
}

.calendar__event__text h2 {
  margin: 0 0 13px;
  font: 800 22px/1 "Montserrat", Arial, Helvetica, sans-serif;
}

@media (min-width: 1025px) {
  .calendar__event__text h2 {
    font-size: 30px;
    margin: 0 0 10px;
  }
}

.calendar__event__text h2 a {
  font-weight: inherit;
}

.calendar__event__text h2 a:after {
  content: "";
  background-image: url(/_resources/assets/icons/arrow-teal.svg);
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: 1px 0 0 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 1025px) {
  .calendar__event__text h2 a:after {
    margin: 4px 0 0 10px;
  }
}

.calendar__event__text h2 a:hover {
  color: #2b3990;
}

.calendar__event__text h2 a:hover:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.calendar__event__time {
  font-weight: 700;
  margin: 0 0 3px;
}

@media (min-width: 1025px) {
  .calendar__event__time {
    margin: 0 0 2px;
  }
}

.calendar__events-list {
  padding: 42px 0 44px;
}

@media (min-width: 700px) {
  .calendar__events-list {
    padding: 50px 0 47px;
  }
}

@media (min-width: 700px) {
  .calendar__events-list {
    padding: 77px 0 50px;
  }
}

.calendar__event__location {
  line-height: 1.5;
}

.calendar__category-dates {
  display: none;
  margin: 0 -15px;
  background-color: #00857a;
  color: #fff;
}

@media (min-width: 700px) {
  .calendar__category-dates {
    margin: 0 -30px;
  }
}

@media (min-width: 1190px) {
  .calendar__category-dates {
    display: block !important;
    width: 26.8%;
    margin: 0;
  }
}

.calendar__event {
  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 37px;
}

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

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

.calendar .datepicker-holder {
  padding: 0 15px 8px;
  position: relative;
}

.calendar .datepicker-holder:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  opacity: .5;
}

.calendar .mini-cal__month {
  font: 700 20px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
}

.calendar .mini-cal__header {
  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;
  -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: 26px 13px 16px;
  margin: 0 0 29px;
  position: relative;
}

@media (min-width: 1025px) {
  .calendar .mini-cal__header {
    padding: 41px 13px 16px;
  }
}

.calendar .mini-cal__header:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -15px;
  right: -15px;
  height: 1px;
  background-color: #fff;
  opacity: .5;
}

.calendar .mini-cal__dates {
  width: 100%;
  font-size: 18px;
  line-height: 1.2;
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 290px;
  margin: 0 auto;
}

.calendar .mini-cal__dates td {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 50%;
  padding: 8px 0 6px;
  margin: 0 3px;
}

.calendar .mini-cal__dates th {
  font: 10px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: inline-block;
  vertical-align: top;
  padding: 0;
}

.calendar .mini-cal__dates tr {
  margin: 0 0 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.calendar .mini-cal__dates tr:first-child {
  margin: 0 0 7px;
}

.calendar .mini-cal__dates a {
  color: #fff;
  font-weight: normal;
}

.calendar .mini-cal .current {
  background: #000000;
}

.calendar .mini-cal .current a {
  color: #fff;
}

.calendar .mini-cal .events {
  background-color: #000000;
}

.calendar .mini-cal .events.current {
  background-color: #fff200;
}

.calendar .mini-cal .events.current a {
  color: #000000;
}

.calendar .mini-cal .icon-arrow-left,
.calendar .mini-cal .icon-arrow-right {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff200;
  color: #000000;
}

.calendar .mini-cal .icon-arrow-left:before,
.calendar .mini-cal .icon-arrow-right:before {
  content: "\e900";
  font-family: 'icomoon';
  position: absolute;
  top: 7px;
  left: 9px;
  font-size: 10px;
  line-height: 1;
}

.calendar .mini-cal .icon-arrow-left:before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 6px;
  left: 7px;
}

.calendar .category-calendar {
  padding: 24px 34px 59px;
  font-size: 15px;
  line-height: 1.2;
}

.calendar .category-calendar h2 {
  font: 700 22px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 20px;
}

.calendar .control-wrap label {
  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 22px;
  position: relative;
}

.calendar .control-wrap label input[type="checkbox"] {
  width: 21px;
  height: 21px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border: 1px solid #fff;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
  outline: none;
}

.calendar .control-wrap label input[type="checkbox"]:checked + span {
  font-weight: 700;
}

.calendar .control-wrap label input[type="checkbox"]:checked + span:before {
  opacity: 1;
}

.calendar .control-wrap label input[type="checkbox"]:checked + span:after {
  background-color: #2b3990;
}

.calendar .control-wrap label:last-child {
  margin: 0;
}

.calendar .control-text {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 1px 0 0 13px;
}

.calendar .control-text:before {
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  content: '';
  opacity: 0;
  position: absolute;
  top: 6px;
  left: -28px;
  cursor: pointer;
  border: 1px solid #fff200;
  border-width: 0 0 2px 2px;
  width: 8px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  z-index: 1;
}

.calendar .control-text:after {
  content: "";
  position: absolute;
  top: -1px;
  left: -34px;
  width: 19px;
  height: 19px;
  border: 1px solid #fff;
  -webkit-transition: background-color .3s;
  -o-transition: background-color .3s;
  transition: background-color .3s;
}

.calendar .category__drop fieldset {
  border: 0;
  padding: 0;
}

@media (min-width: 1025px) {
  .students-success {
    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;
  }
}

.students-success__stories-block {
  position: relative;
  color: #fff;
  overflow: hidden;
  background: #333;
}

.students-success__stories-block:not(.block-stories-active) .students-success__stories-box.stories-active ~ .pagination {
  top: auto;
  bottom: 50vh;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

@media (min-width: 700px) {
  .students-success__stories-block.block-stories-active .students-success__stories-visual {
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    width: auto;
  }
}

@media (min-width: 700px) {
  .students-success__stories-block.block-stories-active .students-success__stories-visual-holder {
    max-width: 1900px;
    margin: 0 auto;
    position: relative;
  }
}

@media (min-width: 700px) {
  .students-success__stories-block.block-stories-active .students-success__stories-visual-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}

@media (min-width: 1025px) {
  .students-success__stories-block.block-stories-active .students-success__stories-visual-wrapper {
    left: calc(26.8% + 3px);
  }
}

@media (min-width: 700px) {
  .students-success__stories-block.block-stories-active .stories-active .students-success__stories-visual {
    opacity: 1;
  }
}

.students-success__stories-block.block-stories-active .pagination {
  position: fixed;
}

@media (min-width: 1025px) {
  .students-success__stories-block.block-stories-active .pagination {
    left: calc(26.8% + 36px);
  }
}

.students-success__stories-block .stories-active:nth-child(3) .students-success__stories-visual-wrapper:after {
  opacity: 1 !important;
}

.students-success__stories-block cite {
  display: block;
  font: 700 14px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 16px;
}

@media (min-width: 700px) {
  .students-success__stories-block cite {
    font-size: 18px;
  }
}

@media (min-width: 1025px) {
  .students-success__stories-block cite {
    margin: 0 0 36px;
  }
}

.students-success__stories-block q {
  display: block;
  quotes: none;
  position: relative;
}

.students-success__stories-block q:before, .students-success__stories-block q:after {
  content: "”";
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  margin: 0 -10px 0 0;
}

@media (min-width: 1025px) {
  .students-success__stories-block q:before, .students-success__stories-block q:after {
    font-size: 30px;
  }
}

.students-success__stories-block q:before {
  content: "“";
  position: absolute;
  top: 0;
  left: -17px;
  margin: 0;
}

@media (min-width: 1025px) {
  .students-success__stories-block q:before {
    left: -22px;
  }
}

.students-success__stories-block blockquote {
  margin: 0;
  font: 800 21px/1.24 "Montserrat", Arial, Helvetica, sans-serif;
  position: relative;
  z-index: 1;
  padding: 0 30px 0 7px;
}

@media (min-width: 700px) {
  .students-success__stories-block blockquote {
    font-size: 22px;
    line-height: 1.25;
    padding: 0 50px 0 15px;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
  }
}

@media (min-width: 1025px) {
  .students-success__stories-block blockquote {
    font-size: 30px;
    line-height: 1.3;
    padding: 0;
  }
}

.students-success__stories-box {
  background-color: #2b3990;
}

@media (min-width: 700px) {
  .students-success__stories-box {
    height: 100vh;
    position: relative;
    background: none;
  }
}

.students-success__stories-box:nth-child(2) {
  background-color: #00857a;
}

@media (min-width: 700px) {
  .students-success__stories-box:nth-child(2) {
    background: none;
  }
}

.students-success__stories-box:nth-child(2) .students-success__stories-visual {
  z-index: 2;
}

.students-success__stories-box:nth-child(2) .students-success__stories-visual .students-success__stories-visual-wrapper {
  background-color: #00857a;
}

@media (min-width: 700px) {
  .students-success__stories-box:nth-child(2) .students-success__stories-visual-wrapper:after {
    width: 279px;
    height: 186px;
    bottom: -60px;
    left: 13px;
    background-image: url(/_resources/assets/img/illustration2.svg);
  }
}

@media (min-width: 1025px) {
  .students-success__stories-box:nth-child(2) .students-success__stories-visual-wrapper:after {
    width: 449px;
    height: 294px;
    bottom: -106px;
    right: -24px;
  }
}

.students-success__stories-box:nth-child(2) .students-success__content:after {
  background-image: url(/_resources/assets/img/illustration2.svg);
  width: 232px;
  height: 155px;
  bottom: -56px;
}

.students-success__stories-box:nth-child(3) {
  background-color: #fff200;
  color: #000000;
}

@media (min-width: 700px) {
  .students-success__stories-box:nth-child(3) {
    background: none;
    color: #fff;
  }
  .students-success__stories-box:nth-child(3).stories-active {
    color: #000000;
  }
  .students-success__stories-box:nth-child(3).stories-active .cta--button {
    background-color: #00857a;
    color: #fff;
  }
  .students-success__stories-box:nth-child(3).stories-active .cta--button:hover {
    background-color: #2b3990;
  }
}

.students-success__stories-box:nth-child(3) .students-success__stories-visual {
  z-index: 1;
  opacity: 1 !important;
}

.students-success__stories-box:nth-child(3) .students-success__stories-visual .students-success__stories-visual-wrapper {
  background-color: #fff200;
}

@media (min-width: 700px) {
  .students-success__stories-box:nth-child(3) .students-success__stories-visual-wrapper:after {
    opacity: 0;
    width: 512px;
    height: 605px;
    left: -176px;
    top: -240px;
    background-image: url(/_resources/assets/img/illustration3-1.svg);
  }
}

@media (min-width: 700px) {
  .students-success__stories-box:nth-child(3) .students-success__stories-visual-wrapper:before {
    content: "";
    position: absolute;
    z-index: 1;
    background-image: url(/_resources/assets/img/illustration3-2.svg);
    background-size: 100% 100%;
    bottom: -104px;
    right: -217px;
    width: 526px;
    height: 540px;
  }
}

.students-success__stories-box:nth-child(3) .students-success__content:after {
  background-image: url(/_resources/assets/img/illustration3-1.svg);
  width: 260px;
  height: 315px;
  bottom: auto;
  top: -130px;
  right: auto;
  left: -71px;
}

.students-success__stories-box:nth-child(3) .students-success__content:before {
  content: "";
  position: absolute;
  bottom: -115px;
  right: -10px;
  background-image: url(/_resources/assets/img/illustration3-2.svg);
  width: 260px;
  height: 315px;
  background-size: 100% 100%;
}

@media (min-width: 700px) {
  .students-success__stories-box:nth-child(3) .students-success__content:before {
    display: none;
  }
}

.students-success__stories-visual {
  position: relative;
}

@media (max-width: 699px) {
  .students-success__stories-visual {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}

@media (min-width: 700px) {
  .students-success__stories-visual {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    pointer-events: none;
  }
}

.students-success__stories-visual img {
  width: 100%;
}

@media (min-width: 700px) {
  .students-success__stories-visual img {
    width: 59.5%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 1025px) {
  .students-success__stories-visual img {
    width: 49.9%;
  }
}

@media (min-width: 700px) {
  .students-success__stories-visual-holder {
    width: 100%;
  }
}

@media (min-width: 700px) {
  .students-success__stories-visual-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100vh;
    background-color: #2b3990;
    position: relative;
    overflow: hidden;
  }
}

@media (min-width: 700px) {
  .students-success__stories-visual-wrapper:after {
    content: "";
    position: absolute;
    background-image: url(/_resources/assets/img/illustration1.svg);
    background-size: 100% 100%;
    bottom: -68px;
    left: 54px;
    width: 186px;
    height: 186px;
  }
}

@media (min-width: 1025px) {
  .students-success__stories-visual-wrapper:after {
    bottom: -104px;
    left: 89px;
    width: 271px;
    height: 271px;
  }
}

.students-success__content {
  padding: 44px 30px 72px 50px;
  position: relative;
  overflow: hidden;
}

@media (min-width: 700px) {
  .students-success__content {
    position: relative;
    z-index: 4;
    padding: 51px 0 20px 30px;
    width: 40.5%;
    min-height: 350px;
  }
}

@media (min-width: 1025px) {
  .students-success__content {
    width: 50.1%;
    padding: 75px 80px 20px 84px;
    min-height: 502px;
  }
}

.students-success__content:after {
  content: "";
  position: absolute;
  bottom: -36px;
  right: -1px;
  background-image: url(/_resources/assets/img/illustration1.svg);
  background-size: 100% 100%;
  width: 143px;
  height: 143px;
}

@media (min-width: 700px) {
  .students-success__content:after {
    display: none;
    bottom: -68px;
    right: 44px;
    width: 186px;
    height: 186px;
  }
}

@media (min-width: 1025px) {
  .students-success__content:after {
    bottom: -104px;
    right: 89px;
    width: 271px;
    height: 271px;
  }
}

.students-success__content .cta {
  position: relative;
  z-index: 1;
}

.students-success__content .cta--button {
  margin: 24px 0 0;
  padding: 11px 20px;
}

@media (min-width: 700px) {
  .students-success__content .cta--button {
    padding: 12px 20px;
    font-size: 16px;
    margin: 26px 0 0;
    background-color: #fff200;
    color: #000000;
    -webkit-transition: color .3s, background-color .3s;
    -o-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
  }
  .students-success__content .cta--button:hover {
    background-color: #fff;
  }
}

@media (min-width: 1025px) {
  .students-success .content {
    width: calc(100% - 26.8%);
    padding: 0 0 0 3px;
  }
}

.students-success .sidebar .section-nav {
  margin: 0;
}

@media (min-width: 1025px) {
  .students-success .sidebar {
    width: 26.8%;
    padding: 0 0 3px;
  }
}

.students-success .pagination {
  position: absolute;
  width: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
  left: 26px;
  top: 50vh;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: -33px 0;
}

@media (min-width: 700px) {
  .students-success .pagination {
    width: 18px;
    left: 14px;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .students-success .pagination {
    left: 33px;
  }
}

.students-success .pagination li {
  width: 10px;
  height: 10px;
  margin: 0 0 18px;
  position: relative;
}

@media (min-width: 700px) {
  .students-success .pagination li {
    width: 18px;
    height: 18px;
    margin: 0 0 35px;
  }
}

.students-success .pagination li.active span {
  border-color: #f47000;
  opacity: 1;
}

.students-success .pagination li.active:before {
  background-color: #000 !important;
}

.students-success .pagination li:last-child {
  margin: 0;
}

.students-success .pagination li span {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: .5;
  border-radius: 50%;
  border: 2px solid #fff;
  cursor: pointer;
}

@media (min-width: 700px) {
  .students-success .pagination li span {
    border-width: 4px;
  }
}

.students-success .pagination li:first-child ~ li:before {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 0;
  right: 0;
  height: 37px;
  border-radius: 9px;
  background-color: rgba(0, 0, 0, 0.4);
}

@media (min-width: 700px) {
  .students-success .pagination li:first-child ~ li:before {
    height: 69px;
  }
}

.stories-section {
  padding: 47px 0 63px;
  background-color: #2b3990;
  margin: 0 0 3px;
  color: #fff;
  position: relative;
  z-index: 5;
}

@media (min-width: 700px) {
  .stories-section {
    padding: 44px 0 50px;
  }
}

@media (min-width: 1025px) {
  .stories-section {
    padding: 59px 0 50px;
  }
}

.stories-section_teal {
  background-color: #00857a;
}

@media (min-width: 700px) {
  .stories-section_teal .stories-section__list {
    background-color: #076058;
  }
}

.stories-section__heading {
  margin: 0 0 30px;
}

@media (min-width: 700px) {
  .stories-section__heading {
    margin: 0 0 57px;
  }
}

@media (min-width: 1025px) {
  .stories-section__heading {
    margin: 0 0 68px;
  }
}

.stories-section__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (min-width: 700px) {
  .stories-section__list {
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-color: #1d2974;
  }
}

@media (min-width: 700px) {
  .stories-section__list li {
    width: 50%;
  }
}

.stories-section__list a {
  display: block;
  padding: 50% 0 0;
  position: relative;
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.stories-section__list a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(38%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 38%, rgba(0, 0, 0, 0.65) 100%);
}

.stories-section__list a:hover h3:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

@media (min-width: 700px) {
  .stories-section h2 {
    margin: 0 0 11px;
  }
}

.stories-section h3 {
  position: absolute;
  bottom: 10px;
  right: 16px;
  left: 15px;
  font-size: 18px;
  margin: 0;
  z-index: 1;
}

@media (min-width: 700px) {
  .stories-section h3 {
    right: 17px;
    bottom: 12px;
  }
}

@media (min-width: 1025px) {
  .stories-section h3 {
    font-size: 24px;
    right: 24px;
    bottom: 22px;
  }
}

.stories-section h3:after {
  content: "";
  display: inline-block;
  vertical-align: top;
  background-image: url(/_resources/assets/icons/arrow-yellow.svg);
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  margin: 3px 0 0 6px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media (min-width: 700px) {
  .stories-section h3:after {
    width: 15px;
    height: 15px;
    margin: 2px 0 0 8px;
  }
}

@media (min-width: 1025px) {
  .stories-section h3:after {
    width: 21px;
    height: 21px;
    margin: 7px 0 0 11px;
  }
}

@media (min-width: 1025px) {
  .focus-page {
    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;
  }
}

.focus-page .cta--button {
  background-color: #fff200;
  min-width: 129px;
  color: #000000;
  padding: 9px 10px;
}

@media (min-width: 1025px) {
  .focus-page .cta--button {
    padding: 12px 32px;
  }
}

.focus-page .cta--button:hover {
  background-color: #fff;
}

.apply-section {
  text-align: center;
  height: 341px;
  margin: -28px 0 3px;
  color: #fff;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 15px 27px;
}

@media (min-width: 700px) {
  .apply-section {
    margin: -69px 0 3px;
    padding: 20px 15px 46px;
  }
}

@media (min-width: 1025px) {
  .apply-section {
    height: 427px;
    margin: -75px 0 3px;
    padding: 20px 15px 61px;
  }
}

.apply-section:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(99%, rgba(0, 0, 0, 0.64)), to(rgba(0, 0, 0, 0.65)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.64) 99%, rgba(0, 0, 0, 0.65) 100%);
}

.apply-section__content {
  position: relative;
  z-index: 1;
}

.apply-section .cta--button {
  background-color: #fff200;
  color: #000000;
}

.apply-section .cta--button:hover {
  background-color: #fff;
}

.apply-section h2 {
  font-size: 21px;
  line-height: 1.2;
  margin: 0 0 23px;
}

@media (min-width: 700px) {
  .apply-section h2 {
    font-size: 30px;
    margin: 0 0 27px;
  }
}

@media (min-width: 1025px) {
  .apply-section h2 {
    font-size: 36px;
  }
}

.apply-section ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 214px;
}

@media (min-width: 700px) {
  .apply-section 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: none;
  }
}

.apply-section li {
  margin: 0 0 12px;
}

@media (min-width: 700px) {
  .apply-section li {
    margin: 0 6px;
  }
}

@media (min-width: 1025px) {
  .apply-section li {
    margin: 0 10px;
  }
}

.apply-section li:last-child {
  margin: 0;
}

@media (min-width: 700px) {
  .apply-section li:last-child {
    margin: 0 6px;
  }
}

@media (min-width: 1025px) {
  .apply-section li:last-child {
    margin: 0 10px;
  }
}

.apply-section li a {
  display: block;
}

@media (min-width: 700px) {
  .apply-section li a {
    min-width: 196px;
  }
}

.focus-section {
  margin: 0 0 31px;
}

@media (min-width: 700px) {
  .focus-section {
    margin: 0 0 72px;
    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: 1025px) {
  .focus-section {
    margin: 0 0 78px;
  }
}

.focus-section h2 {
  line-height: 1.25;
  position: relative;
  padding: 0 15px 0 70px;
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .focus-section h2 {
    padding: 0 30px 0 108px;
    margin: 0 0 34px;
  }
}

@media (min-width: 1025px) {
  .focus-section h2 {
    margin: 0 0 31px;
    padding: 0 30px 0 123px;
    line-height: 1.1;
  }
}

.focus-section h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  background-color: #f47000;
}

@media (min-width: 700px) {
  .focus-section h2:before {
    width: 55px;
    height: 55px;
    top: -9px;
    left: 30px;
  }
}

@media (min-width: 1025px) {
  .focus-section h2:before {
    width: 62px;
    height: 62px;
    left: 44px;
    top: 50%;
    margin: -31px 0 0;
  }
}

.focus-section h2:after {
  content: "f";
  position: absolute;
  top: 4px;
  left: 25px;
  text-transform: uppercase;
  color: #fff;
  font: 800 36px/1 "Montserrat", Arial, Helvetica, sans-serif;
}

@media (min-width: 700px) {
  .focus-section h2:after {
    font-size: 45px;
    top: -3px;
    left: 44px;
  }
}

@media (min-width: 1025px) {
  .focus-section h2:after {
    font-size: 50px;
    top: 50%;
    margin: -23px 0 0;
    left: 60px;
  }
}

.focus-section:nth-child(3) h2:after {
  content: "o";
  left: 22px;
}

@media (min-width: 700px) {
  .focus-section:nth-child(3) h2:after {
    left: 39px;
    top: -5px;
  }
}

@media (min-width: 1025px) {
  .focus-section:nth-child(3) h2:after {
    left: 55px;
    margin: -23px 0 0;
    top: 50%;
  }
}

.focus-section:nth-child(4) h2:after {
  content: "c";
  left: 22px;
}

@media (min-width: 700px) {
  .focus-section:nth-child(4) h2:after {
    left: 40px;
  }
}

@media (min-width: 1025px) {
  .focus-section:nth-child(4) h2:after {
    margin: -23px 0 0;
    left: 56px;
  }
}

.focus-section:nth-child(5) h2:after {
  content: "u";
  left: 22px;
}

@media (min-width: 700px) {
  .focus-section:nth-child(5) h2:after {
    left: 40px;
  }
}

@media (min-width: 1025px) {
  .focus-section:nth-child(5) h2:after {
    left: 56px;
  }
}

.focus-section:nth-child(6) h2:after {
  content: "s";
  left: 25px;
}

@media (min-width: 700px) {
  .focus-section:nth-child(6) h2:after {
    left: 44px;
  }
}

@media (min-width: 1025px) {
  .focus-section:nth-child(6) h2:after {
    margin: -23px 0 0;
    left: 60px;
  }
}

.focus-section__intro {
  color: #fff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 45px 30px 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 259px;
}

@media (min-width: 700px) {
  .focus-section__intro {
    min-height: 394px;
    padding: 20px 30px 20px 64px;
    font-size: 20px;
    line-height: 1.65;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1025px) {
  .focus-section__intro {
    min-height: 492px;
    font-size: 24px;
    line-height: 1.38;
    padding: 20px 30px 20px 86px;
  }
}

.focus-section__intro:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.65)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
}

.focus-section__intro p {
  margin: 0 0 33px;
}

.focus-section__intro.numbers {
  text-align: center;
  padding: 25px 30px 20px;
}

@media (min-width: 700px) {
  .focus-section__intro.numbers {
    padding: 20px 60px;
  }
}

@media (min-width: 1025px) {
  .focus-section__intro.numbers {
    padding: 20px 88px;
  }
}

.focus-section__intro.numbers p {
  margin: 0 0 16px;
}

@media (min-width: 700px) {
  .focus-section__intro.numbers p {
    margin: 0 0 31px;
  }
}

@media (min-width: 1025px) {
  .focus-section__intro.numbers p {
    margin: 0 0 46px;
  }
}

.focus-section__intro.numbers .text-holder {
  max-width: 172px;
}

@media (min-width: 700px) {
  .focus-section__intro.numbers .text-holder {
    max-width: 220px;
  }
}

@media (min-width: 1025px) {
  .focus-section__intro.numbers .text-holder {
    max-width: 331px;
  }
}

.focus-section__intro.numbers .focus-section__number {
  margin: 0 auto 7px;
  width: 120px;
  height: 103px;
  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;
}

@media (min-width: 700px) {
  .focus-section__intro.numbers .focus-section__number {
    margin: 0 auto 30px;
    width: 152px;
    height: 133px;
  }
}

@media (min-width: 1025px) {
  .focus-section__intro.numbers .focus-section__number {
    margin: 0 auto 18px;
    height: 226px;
    width: 253px;
  }
}

.focus-section__intro.numbers .focus-section__number:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/_resources/assets/img/triangle.svg);
  background-size: 100% 100%;
  width: 120px;
  height: 103px;
}

@media (min-width: 700px) {
  .focus-section__intro.numbers .focus-section__number:before {
    width: 152px;
    height: 133px;
  }
}

@media (min-width: 1025px) {
  .focus-section__intro.numbers .focus-section__number:before {
    width: 253px;
    height: 226px;
    top: 0;
    left: 0;
  }
}

.focus-section__intro.numbers .focus-section__number span {
  margin: 22px 0 0;
}

@media (min-width: 700px) {
  .focus-section__intro.numbers .focus-section__number span {
    margin: 41px 0 0;
  }
}

@media (min-width: 1025px) {
  .focus-section__intro.numbers .focus-section__number span {
    margin: 58px 0 0;
  }
}

.focus-section__intro .text-holder {
  position: relative;
  z-index: 1;
}

@media (min-width: 700px) {
  .focus-section__intro .text-holder {
    max-width: 220px;
    text-align: center;
  }
}

.focus-section p:last-child {
  margin: 0;
}

.focus-section__number {
  font: 800 48px/1 "Montserrat", Arial, Helvetica, sans-serif;
  margin: 0 0 25px;
  display: block;
  position: relative;
}

@media (min-width: 700px) {
  .focus-section__number {
    font-size: 60px;
  }
}

@media (min-width: 1025px) {
  .focus-section__number {
    font-size: 80px;
  }
}

.focus-section__visual {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 100% 0 0;
}

@media (min-width: 700px) {
  .focus-section__visual {
    width: 50%;
    padding: 56.3% 0 0;
  }
}

.focus-section__info {
  color: #fff;
  padding: 53px 50px 55px;
  text-align: center;
  font-size: 20px;
  line-height: 1.45;
  background-color: #2b3990;
}

@media (min-width: 700px) {
  .focus-section__info {
    width: 50%;
    padding: 20px 64px;
    min-height: 394px;
    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;
  }
}

@media (min-width: 1025px) {
  .focus-section__info {
    font-size: 24px;
    line-height: 1.38;
    min-height: 492px;
  }
}

.focus-section__info .focus-section__number {
  margin: 0 0 50px;
}

@media (min-width: 700px) {
  .focus-section__info .focus-section__number {
    margin: 0 0 53px;
  }
}

@media (min-width: 1025px) {
  .focus-section__info .focus-section__number {
    margin: 0 0 62px;
  }
}

.focus-section__info .focus-section__number:before {
  display: none;
}

.focus-section__info .focus-section__number:after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/_resources/assets/img/focus-line.svg);
  background-size: 100% 100%;
  width: 168px;
  height: 10px;
}

@media (min-width: 1025px) {
  .focus-section__info .focus-section__number:after {
    width: 217px;
    height: 17px;
    bottom: -36px;
  }
}

.focus-section__info p {
  margin: 0 0 20px;
}

@media (min-width: 700px) {
  .focus-section__info p {
    margin: 0 0 29px;
  }
}

@media (min-width: 700px) {
  .focus-section__holder {
    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;
  }
}

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

.focus-section__row-block .focus-section__info {
  background-color: #00857a;
  padding: 45px 20px 39px;
}

@media (min-width: 700px) {
  .focus-section__row-block .focus-section__info {
    padding: 20px;
  }
}

.focus-section__row-block .focus-section__info .focus-section__number {
  margin: 0 0 59px;
}

@media (min-width: 700px) {
  .focus-section__row-block .focus-section__info .focus-section__number {
    margin: 0 0 50px;
  }
}

@media (min-width: 1025px) {
  .focus-section__row-block .focus-section__info .focus-section__number {
    margin: 0 0 62px;
  }
}

.focus-section__row-block .focus-section__info .focus-section__number:after {
  background-image: url(/_resources/assets/img/focus-line2.svg);
  bottom: -37px;
}

@media (min-width: 700px) {
  .focus-section__row-block .focus-section__info .focus-section__number:after {
    bottom: -30px;
  }
}

@media (min-width: 1025px) {
  .focus-section__row-block .focus-section__info .focus-section__number:after {
    bottom: -36px;
  }
}

.pathway-block .apply-section {
  margin: 0 0 3px;
  background-color: #000000;
}

.pathway-block .stories-section {
  margin: 0 0 3px;
}

.pathway-list {
  list-style: none;
  margin: 0;
  padding: 11px 0 0;
  font: italic 12px/1.33 "Montserrat", Arial, Helvetica, sans-serif;
  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;
}

@media (min-width: 700px) {
  .pathway-list {
    padding: 0;
    font-size: 15px;
    line-height: 1.2;
  }
}

.pathway-list:last-child {
  margin: 0 -5px 25px;
}

@media (min-width: 700px) {
  .pathway-list:last-child {
    margin: -5px -5px 43px;
  }
}

@media (min-width: 1025px) {
  .pathway-list:last-child {
    margin: -29px -5px 19px;
  }
}

.pathway-list li {
  width: 50%;
  padding: 0 5px;
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.pathway-list li:nth-child(4) img {
  width: 32px;
  height: 27px;
}

@media (min-width: 700px) {
  .pathway-list li:nth-child(4) img {
    width: 35px;
    height: 29px;
  }
}

.pathway-list li:nth-child(6) img {
  width: 30px;
  height: 30px;
}

@media (min-width: 700px) {
  .pathway-list li:nth-child(6) img {
    width: 33px;
    height: 33px;
  }
}

@media (min-width: 700px) {
  .pathway-list li {
    margin: 0 0 28px;
  }
}

.pathway-list li span {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 11px 0 0 11px;
}

@media (min-width: 700px) {
  .pathway-list li span {
    padding: 10px 0 0 14px;
  }
}

.pathway-list img {
  width: 36px;
  height: 36px;
  -webkit-flex-shrink: 1;
      -ms-flex-negative: 1;
          flex-shrink: 1;
}

@media (min-width: 700px) {
  .pathway-list img {
    width: 40px;
    height: 40px;
  }
}

.pathway-grid {
  list-style: none;
  padding: 0;
  margin: 0 0 34px;
  border-bottom: 1px solid #6B7AD6;
  background-color: #2b3990;
}

@media (min-width: 700px) {
  .pathway-grid {
    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;
    margin: 0 0 60px;
  }
}

.pathway-grid a {
  display: block;
  padding: 48% 0 0;
  background-color: #2b3990;
  position: relative;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 501px) {
  .pathway-grid a {
    padding: 0;
    height: 240px;
  }
}

@media (min-width: 700px) {
  .pathway-grid a {
    padding: 50% 0 0;
    height: auto;
  }
}

@media (min-width: 1025px) {
  .pathway-grid a {
    padding: 59% 0 0;
  }
}

.pathway-grid a:hover h2:after {
  -webkit-transform: translateX(4px);
      -ms-transform: translateX(4px);
          transform: translateX(4px);
}

.pathway-grid h2 {
  position: absolute;
  top: 14px;
  left: 17px;
  right: 10px;
  font-size: 19px;
  line-height: 1.37;
  margin: 0;
}

@media (min-width: 700px) {
  .pathway-grid h2 {
    font-size: 21px;
    top: 23px;
    left: 29px;
  }
}

.pathway-grid h2:after {
  content: "";
  background-image: url(/_resources/assets/icons/arrow-yellow.svg);
  width: 22px;
  height: 22px;
  background-size: 100% 100%;
  display: inline-block;
  vertical-align: top;
  margin: 4px 0 0 10px;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.pathway-grid > li {
  border: solid #6B7AD6;
  border-width: 1px 0 0;
}

@media (min-width: 700px) {
  .pathway-grid > li {
    width: 50%;
    border-width: 1px 0 0 1px;
  }
}

@media (min-width: 1025px) {
  .pathway-grid > li {
    width: 33.3333333%;
    position: relative;
  }
  .pathway-grid > li:last-child:after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: -9999px;
    height: 1px;
    background-color: #6B7AD6;
  }
  .pathway-grid > li:last-child:before {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 1px;
    background-color: #6B7AD6;
    z-index: 1;
  }
}

.pathway-grid .icons {
  list-style: none;
  margin: 0;
  padding: 0;
  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;
  position: absolute;
  bottom: 34px;
  left: 14px;
  right: 10px;
}

@media (min-width: 700px) {
  .pathway-grid .icons {
    bottom: 23px;
    left: 27px;
  }
}

.pathway-grid .icons li {
  margin: 0 0 0 23px;
  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;
}

@media (min-width: 700px) {
  .pathway-grid .icons li {
    margin: 0 0 0 13px;
  }
}

@media (min-width: 1025px) {
  .pathway-grid .icons li {
    margin: 0 0 0 18px;
  }
}

.pathway-grid .icons li:first-child {
  margin: 0;
}

.cta-list {
  list-style: none;
  padding: 12px 0 0;
}

@media (min-width: 700px) {
  .cta-list {
    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;
  }
}

@media (min-width: 1025px) {
  .cta-list {
    padding: 0;
  }
}

.cta-list:last-child {
  margin: 0 0 34px;
}

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

@media (min-width: 1025px) {
  .cta-list:last-child {
    margin: 0 0 60px;
  }
}

.cta-list a {
  display: inline-block;
  vertical-align: top;
  min-width: 199px;
}

@media (min-width: 700px) {
  .cta-list a {
    padding: 13px 21px 14px;
    min-width: 217px;
  }
}

@media (min-width: 1025px) {
  .cta-list a {
    padding: 12px 20px;
  }
}

.cta-list li {
  margin: 0 0 16px;
}

@media (min-width: 700px) {
  .cta-list li {
    margin: 0 0 0 30px;
  }
}

@media (min-width: 700px) {
  .cta-list li:first-child {
    margin: 0;
  }
}

.cta-list li:last-child {
  margin: 0;
}

@media (min-width: 700px) {
  .cta-list li:last-child {
    margin: 0 0 0 30px;
  }
}

.stats-section {
  background-color: #2b3990;
  color: #fff;
  padding: 46px 15px 74px;
  margin: 0 0 3px;
}

@media (min-width: 700px) {
  .stats-section {
    padding: 55px 30px 70px;
  }
}

@media (min-width: 1025px) {
  .stats-section {
    padding: 61px 52px 68px;
  }
}

@media (min-width: 700px) {
  .stats-section h2 {
    margin: 0 0 8px;
  }
}

.stats-section__heading {
  margin: 0 0 36px;
}

@media (min-width: 700px) {
  .stats-section__heading {
    margin: 0 0 49px;
  }
}

@media (min-width: 1025px) {
  .stats-section__heading {
    margin: 0 0 27px;
  }
}

.stats-section__list {
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 700px) {
  .stats-section__list {
    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;
    margin: 0 -20px;
    font-size: 16px;
    line-height: 1.2;
  }
}

@media (min-width: 1025px) {
  .stats-section__list {
    font-size: 18px;
  }
}

.stats-section__list li {
  margin: 0 0 50px;
}

@media (min-width: 700px) {
  .stats-section__list li {
    width: 33.33333%;
    padding: 0 20px;
    margin: 0;
  }
}

.stats-section__list li:last-child {
  margin: 0;
}

.stats-section__number {
  display: block;
  font: 800 48px/1.2 "Montserrat", Arial, Helvetica, sans-serif;
  position: relative;
  margin: 0 0 41px;
}

@media (min-width: 700px) {
  .stats-section__number {
    margin: 0 0 45px;
  }
}

@media (min-width: 1025px) {
  .stats-section__number {
    font-size: 60px;
    margin: 0 0 58px;
  }
}

.stats-section__number:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url(/_resources/assets/img/focus-line.svg);
  background-size: 100% 100%;
  width: 168px;
  height: 10px;
}

@media (min-width: 1025px) {
  .stats-section__number:after {
    bottom: -30px;
  }
}

/**
 * @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;
}

.side-img-cta .cta {
 z-index: 1;
}

/*# sourceMappingURL=maps/main.css.map */