@charset "UTF-8";
/**
 * @file
 * CSS output file
 *
 * Combine all theme scss into a single CSS file
 */
/**
 * Variables
 * Contains global variables available to the theme.
 */
@font-face {
  font-family: font-commissioner-black;
/*   src: url(/_resources/assets/fonts/Commissioner-Black.ttf); */
  src: url(/_resources/assets/fonts/commissioner-black-webfont.woff2)format('woff2');
}

@font-face {
  font-family: font-commissioner-bold;
/*   src: url(/_resources/assets/fonts/Commissioner-Bold.ttf); */
  src: url(/_resources/assets/fonts/commissioner-bold-webfont.woff2)format('woff2');
}

@font-face {
  font-family: font-commissioner-extrabold;
/*   src: url(/_resources/assets/fonts/Commissioner-ExtraBold.ttf); */
  src: url(/_resources/assets/fonts/commissioner-extrabold-webfont.woff2)format('woff2');
}

@font-face {
  font-family: font-commissioner-semibold;
/*   src: url(/_resources/assets/fonts/Commissioner-SemiBold.ttf); */
  src: url(/_resources/assets/fonts/commissioner-semibold-webfont.woff2)format('woff2');
}
}

@font-face {
  font-family: font-commissioner-extralight;
/*   src: url(/_resources/assets/fonts/Commissioner-ExtraLight.ttf); */
  src: url(/_resources/assets/fonts/commissioner-extralight-webfont.woff2)format('woff2');
}

@font-face {
  font-family: font-commissioner-light;
/*   src: url(/_resources/assets/fonts/Commissioner-Light.ttf); */
  src: url(/_resources/assets/fonts/commissioner-light-webfont.woff2)format('woff2');
}

@font-face {
  font-family: font-commissioner-medium;
/*   src: url(/_resources/assets/fonts/Commissioner-Medium.ttf); */
  src: url(/_resources/assets/fonts/commissioner-medium-webfont.woff2)format('woff2');
}

@font-face {
  font-family: font-commissioner-regular;
/*   src: url(/_resources/assets/fonts/Commissioner-Regular.ttf); */
  src: url(/_resources/assets/fonts/commissioner-regular-webfont.woff2)format('woff2');
}

@font-face {
  font-family: font-commissioner-thin;
/*   src: url(/_resources/assets/fonts/Commissioner-Thin.ttf); */
  src: url(/_resources/assets/fonts/commissioner-thin-webfont.woff2)format('woff2');
}

/**
 * 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-family: font-commissioner-extrabold, sans-serif;
  color: #002D69;
  font-size: 1.889rem;
  font-weight: 700;
  line-height: 1.21;
}

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

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

h2 {
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  margin: 35px 0 19px;
  font-size: 1.667rem;
  font-weight: 700;
  line-height: 1.21;
}

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

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

h3 {
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  margin: 35px 0 5px;
  font-size: 1.389rem;
  font-weight: 700;
  line-height: 1.21;
}

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

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

h4 {
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  margin: 35px 0 22px;
  font-size: 1.222rem;
  font-weight: 700;
  line-height: 1.21;
}

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

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

h5 {
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  margin: 35px 0 18px;
  font-size: 1.111rem;
  font-weight: 700;
  line-height: 1.21;
}

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

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

h6 {
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  margin: 35px 0 18px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.21;
}

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

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

p {
  margin: 0 0 1em;
}

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: 1025px) {
  html {
    font-size: 18px;
  }
}

hr {
  border: 1px solid #5DD0DA;
  margin: 1.5rem 0;
}

@media screen and (min-width: 700px) {
  hr {
    margin: 2.7rem 0;
  }
}

@media screen and (min-width: 1025px) {
  hr {
    margin: 2.55rem 0;
  }
}

body,
html {
  font-family: font-commissioner-regular, sans-serif;
  line-height: 1.5;
  font-size: 18px;
  overflow-x: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

body.js-fixed,
html.js-fixed {
  overflow: hidden;
}

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

a {
  color: #002D69;
  cursor: pointer;
  font-weight: 700;
  font-family: font-commissioner-bold, sans-serif;
  text-decoration: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}

a:hover {
  color: #000000;
}

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 figcaption {
  font-family: font-commissioner-regular, sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
  padding: 0.5rem;
  font-style: normal;
  background-color: #F0F6F7;
  margin: 0;
}

.img-inline--full {
  position: relative;
  margin: 2rem 0;
}

@media screen and (min-width: 700px) {
  .img-inline--full {
    margin: 2rem 0 5rem;
  }
}

.img-inline--full:before {
  content: '';
  position: absolute;
  top: -30%;
  left: -50%;
  width: 100%;
  height: 100%;
  background-image: url(/_resources/assets/img/brush-left.png);
  background-size: contain;
  z-index: -2;
}

@media screen and (min-width: 1025px) {
  .img-inline--full:before {
    top: -50%;
    width: 140%;
    height: 140%;
  }
}

@media screen and (min-width: 700px) {
  .img-inline--full figcaption {
    padding: 0.72rem;
  }
}

@media screen and (min-width: 1025px) {
  .img-inline--full figcaption {
    padding: 1rem 0.95rem;
  }
}

.img-inline--float {
  margin-top: 0.7rem;
  margin-bottom: 3.7em;
}

@media (max-width: 699px) {
  .img-inline--float {
    width: 100%;
  }
}

@media (max-width: 699px) {
  .img-inline--float img {
    width: 100%;
  }
}

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

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

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

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

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

@media (min-width: 700px) {
  .img-inline--float figcaption {
    padding: 0.8rem 0.5rem;
  }
}

ul {
  font-size: 0.98rem;
  line-height: 1.8;
  padding: 0.25em 0 0 1.6em;
  margin: 0 0 1.9em;
  list-style: none;
}

@media screen and (min-width: 700px) {
  ul {
    padding: 0.4em 0 0 2.6em;
  }
}

@media screen and (min-width: 1025px) {
  ul {
    padding: 0.35em 0 0 2.7em;
  }
}

ul li {
  position: relative;
}

ul li:before {
  content: '';
  position: absolute;
  top: 15px;
  left: -26px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #002D69;
}

ul li:not(:last-of-type) {
  margin-bottom: 0.5em;
}

ol {
  font-size: 1rem;
  line-height: 1.8;
  padding: 0.25em 0 0 2.1em;
  margin: 0 0 1.9em;
  list-style: none;
  counter-reset: my-awesome-counter;
}

@media screen and (min-width: 700px) {
  ol {
    padding: 0.4em 0 0 2.6em;
  }
}

@media screen and (min-width: 1025px) {
  ol {
    padding: 0.2em 0 0 2.6em;
  }
}

ol li {
  margin: 0 0 9px;
  counter-increment: my-awesome-counter;
  position: relative;
}

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

@media screen and (min-width: 1025px) {
  ol li {
    margin: 0 0 8px;
  }
}

ol li:before {
  color: #002D69;
  font-size: 0.93rem;
  content: counter(my-awesome-counter);
  position: absolute;
  top: 0;
  right: calc(100% + 31px);
}

@media screen and (min-width: 1025px) {
  ol li:before {
    font-size: 0.9rem;
  }
}

ol li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: -21px;
  width: 2px;
  height: 23px;
  background-color: #5DD0DA;
}

ol li:last-child {
  margin: 0;
}

table {
  clear: both;
  max-width: 100%;
  display: block;
  border-spacing: 0px;
  border-collapse: collapse;
}

table td,
table th {
  text-align: left;
  min-width: 250px;
}

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

table tbody tr {
  display: block;
}

table tbody td {
  padding: 1.05rem 0;
  border-bottom: 1px solid #666666;
}

table tbody th {
  padding: 1.05rem 0;
  border-bottom: 1px solid #666666;
}

table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  font-size: 1.1rem;
  font-family: font-commissioner-bold, sans-serif;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  background-color: #FFFFFF;
  z-index: 100;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

@media screen and (min-width: 1025px) {
  table thead {
    top: 45px;
  }
}

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

table thead th {
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #5DD0DA;
}

.table-block__wrapper {
  position: relative;
  padding: 0;
  margin: 0 -20px 5.4rem 0;
}

@media (min-width: 700px) {
  .table-block__wrapper {
    margin: 30px 0 4.8rem;
    clear: both;
  }
}

@media (min-width: 1025px) {
  .table-block__wrapper {
    margin: 30px 0 7rem;
  }
}

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

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

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

.table-block__prev:after, .table-block__next:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  vertical-align: top;
  color: #000000;
  width: 10px;
  height: 10px;
  margin-left: -2px;
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
  background-size: contain;
  font-size: 26px;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.table-block__next {
  left: auto;
  right: 0;
}

.table-block__prev {
  border-radius: 0 4px 4px 0;
}

.table-block__prev:after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 2px;
}

.cta--aqua {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #5DD0DA;
  color: #002D69;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .cta--aqua {
    padding: 0.55rem 1.8rem;
  }
}

@media (min-width: 700px) {
  .cta--aqua {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}

.cta--aqua:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-blue.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.cta--aqua:hover, .cta--aqua:focus {
  color: #FFFFFF;
}

.cta--aqua:hover:after, .cta--aqua:focus:after {
  opacity: 1;
}

.cta--aqua span {
  position: relative;
  z-index: 2;
}

.cta--green {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #D6E53F;
  color: #002D69;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .cta--green {
    padding: 0.55rem 1.8rem;
  }
}

@media (min-width: 700px) {
  .cta--green {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}

.cta--green:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-white.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.cta--green:hover, .cta--green:focus {
  color: #002D69;
}

.cta--green:hover:after, .cta--green:focus:after {
  opacity: 1;
}

.cta--green span {
  position: relative;
  z-index: 2;
}

.cta--blue-dark {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #002D69;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .cta--blue-dark {
    padding: 0.55rem 1.8rem;
  }
}

@media (min-width: 700px) {
  .cta--blue-dark {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}

.cta--blue-dark:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-white.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.cta--blue-dark:hover, .cta--blue-dark:focus {
  color: #002D69;
}

.cta--blue-dark:hover:after, .cta--blue-dark:focus:after {
  opacity: 1;
}

.cta--blue-dark span {
  position: relative;
  z-index: 2;
}

.cta--orange {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #FF9E39;
  color: #002D69;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .cta--orange {
    padding: 0.55rem 1.8rem;
  }
}

@media (min-width: 700px) {
  .cta--orange {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}

.cta--orange:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-white.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.cta--orange:hover, .cta--orange:focus {
  color: #002D69;
}

.cta--orange:hover:after, .cta--orange:focus:after {
  opacity: 1;
}

.cta--orange span {
  position: relative;
  z-index: 2;
}

.cta--white {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #FFFFFF;
  color: #002D69;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
}

@media screen and (min-width: 700px) {
  .cta--white {
    padding: 0.55rem 1.8rem;
  }
}

@media (min-width: 700px) {
  .cta--white {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}

.cta--white:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-blue.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.cta--white:hover, .cta--white:focus {
  color: #FFFFFF;
}

.cta--white:hover:after, .cta--white:focus:after {
  opacity: 1;
}

.cta--white span {
  position: relative;
  z-index: 2;
}

.cta--link {
  position: relative;
  font-family: font-commissioner-black, sans-serif;
  font-size: 1.12rem;
  text-transform: uppercase;
}

.cta--link:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: -35px;
  width: 28px;
  height: 19px;
  background-image: url("/_resources/assets/icons/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: right 0.3s ease, background-image 0.3s ease;
  -o-transition: right 0.3s ease, background-image 0.3s ease;
  transition: right 0.3s ease, background-image 0.3s ease;
}

.cta--link:hover:after {
  right: -40px;
  background-image: url("/_resources/assets/icons/arrowblack.svg");
}

.form__item {
  margin-bottom: 2.75rem;
}

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

.form__item label,
.form__item legend {
  margin-bottom: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  line-height: 1.19;
  font-size: 0.888rem;
}

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

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

@media (min-width: 700px) {
  .form__checkbox input, .form__radio input {
    top: 8px;
  }
}

.form__checkbox input:checked + label:before, .form__radio input:checked + label:before {
  background-color: #002D69;
}

.form__checkbox input:checked + label:after, .form__radio input:checked + label:after {
  display: block;
}

.form__checkbox input::-ms-check, .form__radio input::-ms-check {
  display: none;
}

.form__radio input:focus {
  border-radius: 100%;
}

.form--text input,
.form--text select,
.form--text textarea, .form--email input,
.form--email select,
.form--email textarea, .form--tel input,
.form--tel select,
.form--tel textarea, .form--select input,
.form--select select,
.form--select textarea, .form--textarea input,
.form--textarea select,
.form--textarea textarea {
  font-family: inherit;
  width: 100%;
  color: rgba(0, 45, 105, 0.5);
  font-weight: 400;
  font-size: 0.888rem;
  font-style: italic;
  padding: 9px 12px;
  border: 1px solid #002D69;
}

@media (min-width: 700px) {
  .form--text input,
  .form--text select,
  .form--text textarea, .form--email input,
  .form--email select,
  .form--email textarea, .form--tel input,
  .form--tel select,
  .form--tel textarea, .form--select input,
  .form--select select,
  .form--select textarea, .form--textarea input,
  .form--textarea select,
  .form--textarea textarea {
    width: auto;
    min-width: 242px;
    padding: 16px 12px;
  }
}

.form--text input::-webkit-input-placeholder, .form--text select::-webkit-input-placeholder, .form--text textarea::-webkit-input-placeholder, .form--email input::-webkit-input-placeholder, .form--email select::-webkit-input-placeholder, .form--email textarea::-webkit-input-placeholder, .form--tel input::-webkit-input-placeholder, .form--tel select::-webkit-input-placeholder, .form--tel textarea::-webkit-input-placeholder, .form--select input::-webkit-input-placeholder, .form--select select::-webkit-input-placeholder, .form--select textarea::-webkit-input-placeholder, .form--textarea input::-webkit-input-placeholder, .form--textarea select::-webkit-input-placeholder, .form--textarea textarea::-webkit-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.form--text input::-moz-placeholder, .form--text select::-moz-placeholder, .form--text textarea::-moz-placeholder, .form--email input::-moz-placeholder, .form--email select::-moz-placeholder, .form--email textarea::-moz-placeholder, .form--tel input::-moz-placeholder, .form--tel select::-moz-placeholder, .form--tel textarea::-moz-placeholder, .form--select input::-moz-placeholder, .form--select select::-moz-placeholder, .form--select textarea::-moz-placeholder, .form--textarea input::-moz-placeholder, .form--textarea select::-moz-placeholder, .form--textarea textarea::-moz-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.form--text input:-ms-input-placeholder, .form--text select:-ms-input-placeholder, .form--text textarea:-ms-input-placeholder, .form--email input:-ms-input-placeholder, .form--email select:-ms-input-placeholder, .form--email textarea:-ms-input-placeholder, .form--tel input:-ms-input-placeholder, .form--tel select:-ms-input-placeholder, .form--tel textarea:-ms-input-placeholder, .form--select input:-ms-input-placeholder, .form--select select:-ms-input-placeholder, .form--select textarea:-ms-input-placeholder, .form--textarea input:-ms-input-placeholder, .form--textarea select:-ms-input-placeholder, .form--textarea textarea:-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.form--text input::-ms-input-placeholder, .form--text select::-ms-input-placeholder, .form--text textarea::-ms-input-placeholder, .form--email input::-ms-input-placeholder, .form--email select::-ms-input-placeholder, .form--email textarea::-ms-input-placeholder, .form--tel input::-ms-input-placeholder, .form--tel select::-ms-input-placeholder, .form--tel textarea::-ms-input-placeholder, .form--select input::-ms-input-placeholder, .form--select select::-ms-input-placeholder, .form--select textarea::-ms-input-placeholder, .form--textarea input::-ms-input-placeholder, .form--textarea select::-ms-input-placeholder, .form--textarea textarea::-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.form--text input::placeholder,
.form--text select::placeholder,
.form--text textarea::placeholder, .form--email input::placeholder,
.form--email select::placeholder,
.form--email textarea::placeholder, .form--tel input::placeholder,
.form--tel select::placeholder,
.form--tel textarea::placeholder, .form--select input::placeholder,
.form--select select::placeholder,
.form--select textarea::placeholder, .form--textarea input::placeholder,
.form--textarea select::placeholder,
.form--textarea textarea::placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.form--textarea textarea {
  width: 100%;
  min-height: 187px;
}

@media (min-width: 700px) {
  .form--textarea textarea {
    max-width: 80%;
  }
}

@media (min-width: 1025px) {
  .form--textarea textarea {
    max-width: 62%;
  }
}

.form--fieldset {
  padding: 0;
  border: 0;
}

.form--fieldset .form__checkbox label,
.form--fieldset .form__radio label {
  position: relative;
  padding-left: 1.2rem;
  font-family: font-commissioner-regular, sans-serif;
}

.form--fieldset .form__checkbox label:before,
.form--fieldset .form__radio label:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #002D69;
}

.form--fieldset .form__checkbox label:after,
.form--fieldset .form__radio label:after {
  content: '';
  display: none;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 3px;
  height: 6px;
  border-bottom: 2px solid #D6E53F;
  border-right: 2px solid #D6E53F;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.form--fieldset .form__radio label:before {
  border-radius: 100%;
}

.form--fieldset .form__radio label:after {
  top: 7px;
  left: 3px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  border: 0;
  background-color: #D6E53F;
}

.form--select {
  position: relative;
}

@media (min-width: 700px) {
  .form--select {
    display: inline-block;
  }
}

.form--select select {
  background-color: #FFFFFF;
}

.form--select:after {
  content: '';
  pointer-events: none;
  position: absolute;
  bottom: 15px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #002D69;
  border-bottom: 3px solid #002D69;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 700px) {
  .form--select:after {
    bottom: 21px;
    right: 12px;
  }
}

.form--actions .form__submit {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #5DD0DA;
  color: #002D69;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  border: 0;
  margin: 0;
  padding: 0 !important;
  z-index: 1;
}

@media screen and (min-width: 700px) {
  .form--actions .form__submit {
    padding: 0.55rem 1.8rem;
  }
}

@media (min-width: 700px) {
  .form--actions .form__submit {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}

.form--actions .form__submit:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-blue.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.form--actions .form__submit:hover, .form--actions .form__submit:focus {
  color: #FFFFFF;
}

.form--actions .form__submit:hover:after, .form--actions .form__submit:focus:after {
  opacity: 1;
}

.form--actions .form__submit span {
  position: relative;
  z-index: 2;
}

.form--actions .form__submit:hover input {
  color: #FFFFFF;
}

.form--actions .form__submit input {
  font-size: 1rem;
  font-family: font-commissioner-bold, sans-serif;
  position: relative;
  color: #002D69;
  padding: 0.55rem 1.8rem;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  z-index: 2;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

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

/**
 * @file
 * Page
 *
 * Contains styles for page wrapper layout.
 */
.container {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 3rem;
}

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

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

@media screen and (min-width: 1025px) {
  .container {
    max-width: 900px;
    margin: 0 auto 6rem;
  }
}

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

@media (min-width: 1025px) {
  .column {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 50px;
    max-width: 1141px;
  }
}

.column__col {
  margin: 0 0 2.25rem;
}

@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.15rem;
  }
}

.column__img img {
  width: 100%;
}

.column__title {
  margin: 0 0 0.75rem;
}

.column__title .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.column__title .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.column__title .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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.column__title:hover .arrow {
  right: -12px;
}

.column__title:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

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

@media (min-width: 700px) {
  .column__title h3 {
    font-size: 1.44rem;
  }
}

.column__subtitle {
  margin: 0 0 0.9rem;
  font-family: font-commissioner-bold, sans-serif;
  line-height: 1.4;
  text-transform: none;
}

@media (min-width: 700px) {
  .column__subtitle {
    font-size: 1.11rem;
  }
}

.column__body {
  padding-top: 0;
}

@media (min-width: 700px) {
  .column__body ul {
    padding: 0.9em 0 0 1.5em;
  }
}

@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% - 13px);
        -ms-flex-preferred-size: calc(50% - 13px);
            flex-basis: calc(50% - 13px);
  }
}

@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;
    width: calc(100% + 10px);
  }
}

@media (min-width: 1025px) {
  .column--three {
    width: 100vw;
  }
}

.column--three .column__col {
  border-bottom: 2px solid #5DD0DA;
  padding: 0 0 40px;
}

@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));
    padding: 0 10px 0 0;
    border-bottom: 0;
    border-right: 2px solid #5DD0DA;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 700px) {
  .column--three .column__col {
    -webkit-flex-basis: 31%;
        -ms-flex-preferred-size: 31%;
            flex-basis: 31%;
  }
}

@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));
    padding: 0 47px 0 0;
  }
}

.column--three .column__col:last-child {
  border: none;
  padding: 0;
}

@media (min-width: 700px) {
  .column--three .column__col:last-child {
    padding-right: 10px;
  }
}

@media (min-width: 1025px) {
  .column--three .column__col:nth-child(2), .column--three .column__col:nth-child(3) {
    padding-left: 40px;
  }
}

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

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

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

.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: #FFFFFF;
}

.nav-secondary__inner {
  background-color: #002D69;
}

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

.nav-secondary.js-top {
  height: 50px;
}

@media screen and (min-width: 700px) {
  .nav-secondary.js-top {
    height: 45px;
  }
}

.nav-secondary.js-top .nav-secondary__inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 101;
}

.header__inner {
  background-color: #FFFFFF;
  position: relative;
  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: 5px 15px;
}

@media screen and (min-width: 700px) {
  .header__inner {
    height: 87px;
    padding: 18px 25px;
  }
}

@media screen and (min-width: 1025px) {
  .header__inner {
    padding: 18px 50px 18px 25px;
  }
}

.header__logo {
  margin-right: auto;
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 700px) {
  .header__logo {
    width: 295px;
    height: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .header__logo {
    position: relative;
    top: -5px;
    width: 365px;
  }
}

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

.header .logo__lg {
  display: none;
}

@media screen and (min-width: 700px) {
  .header .logo__lg {
    display: block;
  }
}

.header-give {
  position: relative;
  height: 42px;
  font-size: 0.79rem;
  margin-right: 0.5rem;
  padding-right: 0.7rem;
}

@media screen and (min-width: 700px) {
  .header-give {
    margin-right: 0.8rem;
    font-size: 0.85rem;
  }
}

.header-give span {
  font-family: font-commissioner-bold, sans-serif;
  position: relative;
  top: 10px;
}

@media screen and (min-width: 700px) {
  .header-give span {
    top: 8px;
  }
}

/**
 * @file
 * Page introduction
 *
 * Contains styles for accordion content object.
 */
.page-intro {
  margin: 2rem 0 1.95em;
  font-size: 1.111rem;
  padding-bottom: 1.36em;
  border-bottom: 2px solid #5DD0DA;
}

@media screen and (min-width: 700px) {
  .page-intro {
    font-size: 1.333rem;
    padding-bottom: 1.76em;
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 1025px) {
  .page-intro {
    line-height: 1.58;
    margin: 3.25rem 0 0;
    padding-bottom: 1.46em;
  }
}

@media screen and (min-width: 1025px) {
  .page-intro--large-margin {
    margin: 3.25rem 0 0;
    padding-bottom: 3.75rem;
  }
}

.alert {
  display: block;
  top: 0;
  padding: 1.3rem 1rem 0.6rem;
}

@media screen and (min-width: 700px) {
  .alert {
    padding: 1.9rem 2.7rem 1.8rem;
  }
}

@media screen and (min-width: 1025px) {
  .alert {
    padding: 2.2rem 4.4rem 2.2rem;
  }
}

@media screen and (min-width: 1025px) {
  .alert__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

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

@media (min-width: 700px) {
  .alert__message {
    padding-right: 2rem;
  }
}

.alert__title {
  font-family: font-commissioner-bold, sans-serif;
  position: relative;
  line-height: 1.2;
  color: #002D69;
  font-size: 1.41rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 700px) {
  .alert__title {
    font-size: 1.9rem;
    margin-bottom: 0.45rem;
  }
}

@media screen and (min-width: 1025px) {
  .alert__title {
    font-size: 2rem;
  }
}

.alert__description {
  font-size: 1.05rem;
  letter-spacing: -0.02rem;
}

@media screen and (min-width: 1025px) {
  .alert__description {
    line-height: 1.55;
  }
}

.alert__cta {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #002D69;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  background-color: #002D69;
  display: inline-block;
  margin: 0.9rem 0;
  font-size: 0.8rem;
  padding: 0.6rem 1.4rem;
  white-space: nowrap;
  position: relative;
  z-index: 10;
}

@media screen and (min-width: 700px) {
  .alert__cta {
    padding: 0.55rem 1.8rem;
  }
}

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

.alert__cta:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-white.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.alert__cta:hover, .alert__cta:focus {
  color: #002D69;
}

.alert__cta:hover:after, .alert__cta:focus:after {
  opacity: 1;
}

.alert__cta span {
  position: relative;
  z-index: 2;
}

@media (min-width: 700px) {
  .alert__cta {
    margin: 0.8rem 0 0;
    font-size: 1rem;
    padding-left: 1.7rem;
    padding-right: 1.7rem;
  }
}

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

.alert__cta:after {
  z-index: -1;
}

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

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

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

.alert--major .alert__title {
  color: #FFFFFF;
}

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

/**
 * @file
 * Page Footer
 *
 * Contains styles for the footer object.
 */
.footer-sock__inner {
  position: relative;
  background-color: #000000;
}

.footer-sock__content {
  position: relative;
  padding: 19% 24px 3.8%;
  z-index: 1;
}

@media (min-width: 700px) {
  .footer-sock__content {
    padding: 11% 48px 6%;
  }
}

@media (min-width: 1025px) {
  .footer-sock__content {
    padding: 13% 77px 4.5%;
  }
}

.footer-sock__content h2 {
  color: #FFFFFF;
  font-family: font-commissioner-extrabold, sans-serif;
  font-size: 1.667rem;
  line-height: 1.06;
  max-width: 50%;
  margin: 0;
}

@media (min-width: 700px) {
  .footer-sock__content h2 {
    font-size: 2.778rem;
    line-height: 1.2;
    margin: 0 0 0.7rem;
  }
}

@media (min-width: 1025px) {
  .footer-sock__content h2 {
    font-size: 3.889rem;
    line-height: 1.1;
    padding-right: 500px;
    margin: 0 auto 2.7rem;
    max-width: 1045px;
  }
}

.footer-sock__ctas {
  background-color: #002D69;
  padding: 26px;
  display: none;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media (min-width: 700px) {
  .footer-sock__ctas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
    padding: 0;
    margin: 0 auto;
    max-width: 1045px;
  }
}

.footer-sock__ctas a {
  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;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 calc(100% / 3);
     -moz-box-flex: 0;
      -ms-flex: 0 1 calc(100% / 3);
          flex: 0 1 calc(100% / 3);
  -webkit-flex-basis: calc(100% / 3);
      -ms-flex-preferred-size: calc(100% / 3);
          flex-basis: calc(100% / 3);
  margin: 0 auto;
}

@media (min-width: 700px) {
  .footer-sock__ctas a {
    font-size: 0.889rem;
    padding: 1rem;
  }
}

.footer-sock__ctas a:first-child {
  background-color: #FFFFFF;
  color: #002D69;
}

@media (min-width: 700px) {
  .footer-sock__ctas a:first-child {
    background-color: #002D69;
    color: #FFFFFF;
  }
}

.footer-sock__ctas a:first-child:hover, .footer-sock__ctas a:first-child:focus {
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .footer-sock__ctas a:first-child:hover, .footer-sock__ctas a:first-child:focus {
    color: #002D69;
  }
}

.footer-sock__ctas a:first-child:hover:after, .footer-sock__ctas a:first-child:focus:after {
  background-image: url("/_resources/assets/img/button-hover-blue.svg");
}

@media (min-width: 700px) {
  .footer-sock__ctas a:first-child:hover:after, .footer-sock__ctas a:first-child:focus:after {
    background-image: url("/_resources/assets/img/button-hover-white.svg");
  }
}

.footer-sock__ctas.mobile-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 700px) {
  .footer-sock__ctas.mobile-only {
    display: none;
  }
}

.footer-sock__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer-sock__img:before {
  position: absolute;
  mix-blend-mode: multiply;
  background: -webkit-gradient(linear, left top, right top, from(rgba(93, 208, 218, 0.43)), to(transparent));
  background: -o-linear-gradient(left, rgba(93, 208, 218, 0.43), transparent 100%);
  background: linear-gradient(to right, rgba(93, 208, 218, 0.43), transparent 100%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: '';
}

.footer-sock__img:after {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 105, 0)), to(rgba(0, 0, 0, 0.77)));
  background: -o-linear-gradient(top, rgba(0, 45, 105, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
  background: linear-gradient(to bottom, rgba(0, 45, 105, 0) 0%, rgba(0, 0, 0, 0.77) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  content: '';
}

.footer-sock__img img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
  width: 100%;
  height: 100%;
}

.footer__inner {
  position: relative;
  background-color: #002D69;
  color: #FFFFFF;
  border-top: 1px solid #FFFFFF;
  padding: 37px 20px;
}

@media (min-width: 700px) {
  .footer__inner {
    border: 0;
    padding: 75px 50px 37px;
  }
}

@media (min-width: 1025px) {
  .footer__inner {
    padding: 64px 70px 37px;
  }
}

.footer__inner li,
.footer__inner span,
.footer__inner a {
  color: #FFFFFF;
}

.footer__inner .footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #FFFFFF;
}

@media (min-width: 1025px) {
  .footer__inner .footer__top {
    -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;
    max-width: 1045px;
    margin: 0 auto;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__inner .footer__info {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 100%;
     -moz-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  margin: 0 0 1.25rem;
}

@media (min-width: 700px) {
  .footer__inner .footer__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    margin: 0 0 1rem;
    padding: 0 20px 0 0;
  }
}

@media (min-width: 1025px) {
  .footer__inner .footer__info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 3 - (50px / 2));
       -moz-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3 - (50px / 2));
            flex: 0 1 calc(100% / 3 - (50px / 2));
    -webkit-flex-basis: calc(100% / 3 - (50px / 2));
        -ms-flex-preferred-size: calc(100% / 3 - (50px / 2));
            flex-basis: calc(100% / 3 - (50px / 2));
  }
}

@media (min-width: 700px) {
  .footer__inner .footer__info:first-child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin: 0 0 2.55rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
}

@media (min-width: 1025px) {
  .footer__inner .footer__info:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(100% / 3);
       -moz-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 3);
            flex: 0 1 calc(100% / 3);
    -webkit-flex-basis: calc(100% / 3);
        -ms-flex-preferred-size: calc(100% / 3);
            flex-basis: calc(100% / 3);
  }
}

@media (min-width: 1025px) {
  .footer__inner .footer__info:first-child {
    margin: 0 0 2rem;
  }
}

.footer__inner .footer__info address {
  padding: 0 0 0 20px;
}

.footer__inner .footer__info address span,
.footer__inner .footer__info address a {
  font-style: normal;
  display: block;
  font-size: 0.889rem;
  line-height: 1.2;
  margin: 0 0 0.4rem;
}

.footer__inner .footer__info address .location {
  position: relative;
  font-family: font-commissioner-bold, sans-serif;
  margin: 0 0 0.6rem;
}

.footer__inner .footer__info address .location:before {
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: -22px;
  top: -2px;
  background: url("/_resources/assets/icons/marker-grn.svg") no-repeat center bottom;
  background-size: contain;
  content: '';
}

@media (min-width: 1025px) {
  .footer__inner .footer__info address .location:before {
    left: -24px;
    top: -1px;
  }
}

.footer__inner .footer__bottom {
  margin: 0.8rem 0 0;
  font-size: 0.778rem;
}

@media (min-width: 700px) {
  .footer__inner .footer__bottom {
    margin: 1.2rem 0 0;
  }
}

@media (min-width: 1025px) {
  .footer__inner .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: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1045px;
    margin: 1.5rem auto 0;
  }
}

.footer__inner .footer__bottom a {
  font-size: 0.778rem;
}

@media (min-width: 1025px) {
  .footer__inner .footer__bottom .copyright {
    line-height: 1.8;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

.footer__inner .footer__bottom .info-block {
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .footer__inner .footer__bottom .info-block {
    margin: 0 0 0.3rem;
  }
}

@media (min-width: 1025px) {
  .footer__inner .footer__bottom .info-block {
    margin: 0;
    padding: 0 20px 0 0;
  }
}

.footer__inner .footer__bottom .info-block ul {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

@media (min-width: 1025px) {
  .footer__inner .footer__bottom .info-block ul {
    font-size: 0.778rem;
    line-height: 1.8;
  }
}

.footer__inner .footer__bottom .info-block li {
  display: inline;
}

.footer__inner .footer__bottom .info-block li:before {
  content: none;
}

.footer__inner .footer__bottom .info-block li a {
  font-family: font-commissioner-regular, sans-serif;
  font-weight: 400;
}

.footer__inner .footer__bottom .info-block li a:hover, .footer__inner .footer__bottom .info-block li a:focus {
  text-decoration: underline;
}

.footer__inner .footer__bottom .info-block li a:before {
  content: "|";
  margin: 0 5px 0 -1px;
}

.footer__inner .footer__bottom .info-block li:first-child a:before {
  content: none;
}

.footer__inner .footer__logo {
  margin: 0 auto 1.25rem;
}

@media (min-width: 700px) {
  .footer__inner .footer__logo {
    margin: 0 0 1.25rem;
  }
}

@media (min-width: 1025px) {
  .footer__inner .footer__logo {
    margin: -4px 0 2.5rem -5px;
  }
}

.footer__inner .footer__logo img {
  max-width: 249px;
}

@media (min-width: 700px) {
  .footer__inner .footer__logo img {
    max-width: 313px;
  }
}

@media (min-width: 700px) {
  .footer__inner .footer__social {
    margin-left: auto;
  }
}

@media (min-width: 1025px) {
  .footer__inner .footer__social {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.footer__inner .footer__social ul {
  margin: 0;
  padding: 0;
}

.footer__inner .footer__social ul li {
  display: inline-block;
  margin: 0 13px 0 0;
}

.footer__inner .footer__social ul li:last-child {
  margin: 0;
}

.footer__inner .footer__social ul li:before {
  content: none;
}

.footer__inner .footer__social ul a {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
}

@media (min-width: 700px) {
  .footer__inner .footer__social ul a {
    width: 25px;
    height: 25px;
  }
}

.footer__inner .footer__social ul a:before, .footer__inner .footer__social ul a:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__inner .footer__social ul a.footer-facebook:before {
  background: url("/_resources/assets/icons/fb-aqua.svg") no-repeat center bottom;
  background-size: contain;
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-facebook:after {
  opacity: 0;
  background: url("/_resources/assets/icons/fb-green.svg") no-repeat center bottom;
  background-size: contain;
}

.footer__inner .footer__social ul a.footer-facebook:hover:before, .footer__inner .footer__social ul a.footer-facebook:focus:before {
  opacity: 0;
}

.footer__inner .footer__social ul a.footer-facebook:hover:after, .footer__inner .footer__social ul a.footer-facebook:focus:after {
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-instagram {
  margin: 0 8px 0 0;
}

.footer__inner .footer__social ul a.footer-instagram:before {
  background: url("/_resources/assets/icons/insta-aqua.svg") no-repeat center bottom;
  background-size: contain;
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-instagram:after {
  opacity: 0;
  background: url("/_resources/assets/icons/insta-green.svg") no-repeat center bottom;
  background-size: contain;
}

.footer__inner .footer__social ul a.footer-instagram:hover:before, .footer__inner .footer__social ul a.footer-instagram:focus:before {
  opacity: 0;
}

.footer__inner .footer__social ul a.footer-instagram:hover:after, .footer__inner .footer__social ul a.footer-instagram:focus:after {
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-twitter {
  margin: 0 8px 0 0;
}

.footer__inner .footer__social ul a.footer-twitter:before {
  background: url("/_resources/assets/icons/twitter-aqua.svg") no-repeat center bottom;
  background-size: contain;
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-twitter:after {
  opacity: 0;
  background: url("/_resources/assets/icons/twitter-green.svg") no-repeat center bottom;
  background-size: contain;
}

.footer__inner .footer__social ul a.footer-twitter:hover:before, .footer__inner .footer__social ul a.footer-twitter:focus:before {
  opacity: 0;
}

.footer__inner .footer__social ul a.footer-twitter:hover:after, .footer__inner .footer__social ul a.footer-twitter:focus:after {
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-linkedin {
  margin: 0 8px 0 0;
}

.footer__inner .footer__social ul a.footer-linkedin:before {
  background: url("/_resources/assets/icons/li-aqua.svg") no-repeat center bottom;
  background-size: contain;
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-linkedin:after {
  opacity: 0;
  background: url("/_resources/assets/icons/li-green.svg") no-repeat center bottom;
  background-size: contain;
}

.footer__inner .footer__social ul a.footer-linkedin:hover:before, .footer__inner .footer__social ul a.footer-linkedin:focus:before {
  opacity: 0;
}

.footer__inner .footer__social ul a.footer-linkedin:hover:after, .footer__inner .footer__social ul a.footer-linkedin:focus:after {
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-youtube:before {
  background: url("/_resources/assets/icons/yt-aqua.svg") no-repeat center bottom;
  background-size: contain;
  opacity: 1;
}

.footer__inner .footer__social ul a.footer-youtube:after {
  opacity: 0;
  background: url("/_resources/assets/icons/yt-green.svg") no-repeat center bottom;
  background-size: contain;
}

.footer__inner .footer__social ul a.footer-youtube:hover:before, .footer__inner .footer__social ul a.footer-youtube:focus:before {
  opacity: 0;
}

.footer__inner .footer__social ul a.footer-youtube:hover:after, .footer__inner .footer__social ul a.footer-youtube:focus:after {
  opacity: 1;
}

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

.footer__inner .back-to-top {
  position: absolute;
  top: -11px;
  right: 20px;
  -webkit-appearance: none;
  background-color: #D6E53F;
  text-indent: -9999px;
  border: 0;
  width: 37px;
  height: 37px;
}

@media (min-width: 700px) {
  .footer__inner .back-to-top {
    width: 46px;
    height: 46px;
    top: -18px;
    right: 50px;
  }
}

@media (min-width: 1025px) {
  .footer__inner .back-to-top {
    top: -12px;
    right: 60px;
  }
}

.footer__inner .back-to-top:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 1px;
  content: '';
  height: 9px;
  width: 9px;
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer__inner .back-to-top:hover, .footer__inner .back-to-top:focus {
  background-color: #002D69;
}

.footer__inner .back-to-top:hover:after, .footer__inner .back-to-top:focus:after {
  border-color: #FFFFFF;
}

.breadcrumbs {
  height: 50px;
}

@media screen and (min-width: 700px) {
  .breadcrumbs {
    height: 45px;
  }
}

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

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

.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  list-style: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}

.breadcrumbs ul li {
  position: relative;
  font-size: 0.775rem;
  margin: 0 1.38rem 0 0;
}

.breadcrumbs ul li:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -14px;
  width: 5px;
  height: 5px;
  -webkit-transform: translateY(-35%) rotate(45deg);
      -ms-transform: translateY(-35%) rotate(45deg);
          transform: translateY(-35%) rotate(45deg);
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.breadcrumbs ul li:before {
  content: none;
}

.breadcrumbs a {
  font-family: font-commissioner-thin, sans-serif;
  color: #FFFFFF;
}

.breadcrumbs a:hover {
  color: #5DD0DA;
}

@media screen and (min-width: 1025px) {
  .section-nav + .breadcrumbs {
    padding-left: 1.2rem;
  }
}

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

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

@media screen and (min-width: 1025px) {
  .section-nav {
    width: 235px;
  }
}

.section-nav__bttn {
  width: 100%;
  height: 100%;
  background-color: #D6E53F;
  border: none;
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  text-transform: uppercase;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-size: 0.878rem;
  text-align: left;
  padding-left: 2.6rem;
}

@media screen and (min-width: 700px) {
  .section-nav__bttn {
    width: 100vw;
    max-width: 234px;
    padding-right: 20px;
  }
}

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

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

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

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

.section-nav__bttn:hover {
  background-color: #5DD0DA;
}

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

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

@media screen and (min-width: 700px) {
  .section-nav__dropdown {
    width: 300px;
    max-height: calc(100vh - 45px);
    padding: 0.1rem 2.8rem 1rem 1.4rem;
  }
}

.section-nav__dropdown ul {
  padding: 0;
}

.section-nav__dropdown a {
  font-size: 0.79rem;
}

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

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

.section-nav__dropdown li:not(.active) > a {
  color: #000000;
  font-family: font-commissioner-thin, sans-serif;
}

.section-nav__dropdown li:not(.active) > a:hover {
  text-decoration: underline;
}

.section-nav__dropdown .active-parent,
.section-nav__dropdown .active ul {
  padding: 0.5rem 0 0 0.8rem;
}

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

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

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

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

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

.section-nav__dropdown .current-page > a:after,
.section-nav__dropdown .path:not(.active) > a:after {
  content: '';
  position: absolute;
  top: -5px;
  left: -1.3rem;
  width: 100vw;
  height: calc(100% + 10px);
  background-color: #D5F3F6;
  border-left: 3px solid #002D69;
  z-index: -1;
}

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

.section-nav__dropdown .current-page a:after {
  border-left: 12px solid #002D69;
}

.section-nav__dropdown .list__bttn {
  z-index: 1;
  font-size: 0px;
  position: absolute;
  top: 1px;
  right: -30px;
  width: 20px;
  height: 20px;
  border: none;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #D6E53F;
}

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

.section-nav__dropdown .list__bttn:hover {
  background-color: #002D69;
}

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

.section-nav__back {
  position: relative;
  top: -1px;
  left: 9px;
  margin-bottom: 0.5rem;
  font-size: 0.65rem;
  color: #002D69;
  border: 0;
  background: none;
}

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

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

.header-search {
  margin-right: 0.5rem;
  padding-left: 0.5rem;
  border-left: 2px solid #5DD0DA;
  z-index: 100;
}

@media screen and (min-width: 700px) {
  .header-search {
    margin-right: 0.75rem;
    padding-left: 0.75rem;
  }
}

.header-search__bttn {
  position: relative;
  width: 34px;
  height: 42px;
  border: none;
  background: none;
}

.header-search__bttn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.header-search__bttn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 92%;
  height: 75%;
  background-color: rgba(93, 208, 218, 0.3);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

@media screen and (min-width: 700px) {
  .header-search__bttn:before {
    height: 85%;
  }
}

@media screen and (min-width: 1025px) {
  .header-search__bttn:before {
    right: -1px;
    width: 34px;
    height: 34px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.header-search__bttn[aria-expanded="true"]:before {
  opacity: 1;
}

.header-search__bttn[aria-expanded="true"] svg {
  opacity: 0;
}

.header-search__bttn[aria-expanded="true"] .close {
  opacity: 1;
}

.header-search__bttn .close {
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}

.header-search__bttn .close span {
  display: block;
  position: absolute;
  top: 7px;
  left: -8px;
  width: 100%;
  height: 2px;
  background-color: #002D69;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-search__bttn .close span:nth-child(1) {
  -webkit-transform: translate(50%, 50%) rotate(45deg);
      -ms-transform: translate(50%, 50%) rotate(45deg);
          transform: translate(50%, 50%) rotate(45deg);
}

.header-search__bttn .close span:nth-child(2) {
  -webkit-transform: translate(50%, 50%) rotate(-45deg);
      -ms-transform: translate(50%, 50%) rotate(-45deg);
          transform: translate(50%, 50%) rotate(-45deg);
}

.header-search__dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.16);
}

@media screen and (min-width: 700px) {
  .header-search__dropdown {
    width: 282px;
  }
}

@media screen and (min-width: 1025px) {
  .header-search__dropdown {
    right: 28px;
    width: 352px;
  }
}

.header-search__dropdown[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  -o-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s;
}

.header-search__form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.header-search__form:after {
  content: '';
  position: absolute;
  left: 1.35rem;
  bottom: 14px;
  width: calc(100% - 2.7rem - 48px);
  height: 1px;
  background-color: #d7d7d7;
}

@media screen and (min-width: 1025px) {
  .header-search__form:after {
    left: 1rem;
    width: calc(100% - 2rem - 59px);
    bottom: 22px;
  }
}

.header-search__form input {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border: 0;
  font-size: 0.7rem;
  font-style: italic;
  padding: 0 1.35rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media screen and (min-width: 1025px) {
  .header-search__form input {
    font-size: 0.85rem;
    padding: 0 1rem 0.4rem;
  }
}

.header-search__form button {
  position: relative;
  width: 48px;
  height: 60px;
  border: none;
  background-color: #5DD0DA;
}

@media screen and (min-width: 1025px) {
  .header-search__form button {
    width: 59px;
    height: 78px;
  }
}

.header-search__form button:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("/_resources/assets/icons/search-blue.svg");
  background-position: center;
  background-size: contain;
}

@media screen and (min-width: 1025px) {
  .header-search__form button:after {
    width: 18px;
    height: 18px;
  }
}

.header-nav li:before {
  content: none;
}

.header-nav__bttn {
  position: relative;
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  font-size: 0.8rem;
  text-transform: uppercase;
  height: 42px;
  border: none;
  background: none;
  border-left: 2px solid #5DD0DA;
  position: relative;
  padding: 0.5rem 1.45rem 0.5rem 0.7rem;
}

@media screen and (min-width: 700px) {
  .header-nav__bttn {
    padding: 0.4rem 1.45rem 0.4rem 0.75rem;
    font-size: 0.95rem;
  }
}

@media screen and (min-width: 1150px) {
  .header-nav__bttn {
    font-size: 0.96rem;
  }
}

.header-nav__bttn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 56%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 97%;
  height: 75%;
  background-color: rgba(93, 208, 218, 0.3);
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 700px) {
  .header-nav__bttn:after {
    height: 85%;
  }
}

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

.header-nav__bttn .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  width: 15px;
  height: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (min-width: 700px) {
  .header-nav__bttn .icon {
    width: 17px;
    height: 12px;
    right: 0;
  }
}

.header-nav__bttn .icon span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #002D69;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-nav__bttn .icon span:nth-child(1) {
  top: 0;
}

.header-nav__bttn .icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-nav__bttn .icon span:nth-child(3) {
  bottom: 0;
}

.header-nav__bttn[aria-expanded="true"]:after {
  opacity: 1;
}

.header-nav__bttn[aria-expanded="true"] .icon span:nth-child(1), .header-nav__bttn[aria-expanded="true"] .icon span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header-nav__bttn[aria-expanded="true"] .icon span:nth-child(3) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.header-nav__bttn[aria-expanded="true"] .icon span:nth-child(2) {
  opacity: 0;
}

.header-nav__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  height: calc(100vh - 100%);
  padding: 0 20px 5rem;
  overflow: auto;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0.3s;
  -o-transition: opacity 0.3s ease, visibility 0s 0.3s;
  transition: opacity 0.3s ease, visibility 0s 0.3s;
  z-index: 20;
}

@media screen and (min-width: 700px) {
  .header-nav__dropdown {
    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-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 1.4rem 45px;
  }
}

@media screen and (min-width: 1150px) {
  .header-nav__dropdown {
    padding: 3.3rem 83px;
  }
}

.header-nav__dropdown[aria-hidden="false"] {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease, visibility 0s 0s;
  -o-transition: opacity 0.3s ease, visibility 0s 0s;
  transition: opacity 0.3s ease, visibility 0s 0s;
}

.header-nav__dropdown[aria-hidden="false"] .main-nav,
.header-nav__dropdown[aria-hidden="false"] .ancillary,
.header-nav__dropdown[aria-hidden="false"] .social {
  opacity: 1;
}

.header-nav__dropdown:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 105, 0.2)), to(transparent));
  background: -o-linear-gradient(rgba(0, 45, 105, 0.2), transparent);
  background: linear-gradient(rgba(0, 45, 105, 0.2), transparent);
}

.header-nav .main-nav {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  padding: 1.4rem 0;
  margin-bottom: 1.3rem;
  border-bottom: 1px solid #D7D7D7;
}

@media screen and (min-width: 700px) {
  .header-nav .main-nav {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
       -moz-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    padding: 0 0 0 3.05rem;
    border-bottom: none;
    border-left: 1px solid #D7D7D7;
    margin-bottom: 0;
  }
}

.header-nav .main-nav ul {
  padding: 0;
}

.header-nav .main-nav .lvl-1 {
  position: relative;
  font-family: font-commissioner-bold, sans-serif;
  margin-left: 2.5rem;
}

@media screen and (min-width: 700px) {
  .header-nav .main-nav .lvl-1 {
    margin-bottom: 0.25rem;
    margin-left: 3.9rem;
  }
}

.header-nav .main-nav .lvl-1 > a {
  font-size: 1.25rem;
}

@media screen and (min-width: 700px) {
  .header-nav .main-nav .lvl-1 > a {
    font-size: 1.52rem;
  }
}

.header-nav .main-nav .lvl-sub__bttn {
  position: absolute;
  top: 0.5rem;
  left: -2.5rem;
  width: 26px;
  height: 26px;
  background-color: #5DD0DA;
  border: 0;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media not all and (min-resolution: 0.001dpcm) {
  .header-nav .main-nav .lvl-sub__bttn {
    top: 0.35rem;
    height: 32px;
  }
}

@media screen and (min-width: 700px) {
  .header-nav .main-nav .lvl-sub__bttn {
    top: 0.55rem;
    left: -4rem;
    width: 33px;
    height: 33px;
  }
}

.header-nav .main-nav .lvl-sub__bttn:before, .header-nav .main-nav .lvl-sub__bttn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #000000;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-nav .main-nav .lvl-sub__bttn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.header-nav .main-nav .lvl-sub__bttn[aria-expanded="true"] {
  background-color: #002D69;
}

.header-nav .main-nav .lvl-sub__bttn[aria-expanded="true"]:before, .header-nav .main-nav .lvl-sub__bttn[aria-expanded="true"]:after {
  background-color: #FFFFFF;
}

.header-nav .main-nav .lvl-sub__bttn[aria-expanded="true"]:after {
  display: none;
}

.header-nav .main-nav .lvl-sub__dropdown {
  padding-top: 0.4rem;
  font-size: 1rem;
  margin-bottom: 1.1rem;
}

.header-nav .main-nav .lvl-sub__dropdown a {
  color: #000000;
  font-family: font-commissioner-regular, sans-serif;
  font-weight: 400;
}

.header-nav .main-nav .lvl-sub__dropdown a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 700px) {
  .header-nav .main-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 45%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
    padding-right: 30px;
  }
}

@media screen and (min-width: 1150px) {
  .header-nav .main-left {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50.8%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 50.8%;
            flex: 0 0 50.8%;
  }
}

.header-nav .ancillary {
  position: relative;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
  padding: 0;
}

@media screen and (min-width: 1150px) {
  .header-nav .ancillary > li {
    width: 50%;
  }
}

@media screen and (min-width: 1150px) {
  .header-nav .ancillary > li:nth-child(2) {
    position: absolute;
    top: 0;
    left: 53%;
    width: 47%;
  }
}

.header-nav .ancillary__bttn {
  position: relative;
  font-size: 1rem;
  color: #002D69;
  font-family: font-commissioner-semibold, sans-serif;
  text-transform: uppercase;
  padding: 0;
  border: none;
  background: none;
}

@media screen and (min-width: 1150px) {
  .header-nav .ancillary__bttn {
    pointer-events: none;
  }
}

.header-nav .ancillary__bttn span {
  position: absolute;
  top: 1px;
  right: -28px;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  margin: 0;
  background-color: #D6E53F;
}

@media screen and (min-width: 1150px) {
  .header-nav .ancillary__bttn span {
    display: none;
  }
}

.header-nav .ancillary__bttn span:after {
  content: '';
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 30%;
  height: 30%;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header-nav .ancillary__bttn[aria-expanded="true"] span:after {
  top: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header-nav .ancillary__dropdown {
  padding: 0.7rem 0 0 0;
}

@media screen and (min-width: 700px) {
  .header-nav .ancillary__dropdown {
    padding: 1.2rem 0 0 0;
  }
}

@media screen and (min-width: 1150px) {
  .header-nav .ancillary__dropdown {
    display: block !important;
  }
}

.header-nav .ancillary__dropdown li {
  line-height: 1.3;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1150px) {
  .header-nav .ancillary__dropdown li {
    margin-bottom: 1.05rem;
  }
}

.header-nav .ancillary__dropdown a {
  font-family: font-commissioner-regular, sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
}

.header-nav .ancillary__dropdown a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1149px) {
  .header-nav .ancillary__dropdown[aria-hidden="true"] {
    display: none;
  }
}

.header-nav .social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s;
  transition: opacity 0.3s 0.3s;
}

@media screen and (min-width: 1150px) {
  .header-nav .social {
    width: 50%;
    margin-left: -0.5rem;
  }
}

.header-nav .social li {
  margin: 0;
}

.header-nav .social li:not(:last-of-type) {
  margin-right: 1.3rem;
}

.header-nav .social li a {
  display: block;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center;
}

.header-nav .social--facebook {
  background-image: url("/_resources/assets/icons/social-fb-blue.svg");
  background-size: 9px 20px;
}

.header-nav .social--facebook:hover {
  background-image: url("/_resources/assets/icons/fb-aqua.svg");
}

.header-nav .social--instagram {
  background-image: url("/_resources/assets/icons/social-insta-blue.svg");
  background-size: 25px 25px;
}

.header-nav .social--instagram:hover {
  background-image: url("/_resources/assets/icons/insta-aqua.svg");
}

.header-nav .social--twitter {
  background-image: url("/_resources/assets/icons/social-twitter-blue.svg");
  background-size: 23px 19px;
}

.header-nav .social--twitter:hover {
  background-image: url("/_resources/assets/icons/twitter-aqua.svg");
}

.header-nav .social--linkedin {
  background-image: url("/_resources/assets/icons/social-linkedin-blue.svg");
  background-size: 24px 23px;
}

.header-nav .social--linkedin:hover {
  background-image: url("/_resources/assets/icons/li-aqua.svg");
}

.header-nav .social--youtube {
  background-image: url("/_resources/assets/icons/social-youtube-blue.svg");
  background-size: 27px 19px;
}

.header-nav .social--youtube:hover {
  background-image: url("/_resources/assets/icons/yt-aqua.svg");
}

.sticky-nav {
  position: fixed;
  bottom: 0;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 30;
}

@media screen and (min-width: 1025px) {
  .sticky-nav {
    bottom: auto;
    top: 50%;
  }
}

.sticky-nav__bttn {
  position: relative;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background-color: #D6E53F;
  border: none;
}

@media screen and (min-width: 700px) {
  .sticky-nav__bttn {
    width: 42px;
    height: 42px;
  }
}

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

.sticky-nav__bttn:before, .sticky-nav__bttn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50%;
  height: 2px;
  background-color: #002D69;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

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

.sticky-nav__bttn[aria-expanded="true"]:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.sticky-nav__bttn[aria-expanded="true"]:after {
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
      -ms-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}

.sticky-nav__dropdown {
  position: absolute;
  right: -20px;
  bottom: calc(100% + 10px);
}

@media screen and (min-width: 700px) {
  .sticky-nav__dropdown {
    bottom: calc(100% + 18px);
  }
}

@media screen and (min-width: 1025px) {
  .sticky-nav__dropdown {
    display: block !important;
  }
}

.sticky-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.sticky-nav__cta {
  position: relative;
  display: block;
  padding: 0.2rem 0;
}

@media screen and (min-width: 1025px) {
  .sticky-nav__cta {
    padding: 0.08rem 0;
  }
}

.sticky-nav__cta span {
  display: block;
  text-align: center;
  width: 87px;
}

@media screen and (min-width: 700px) {
  .sticky-nav__cta span {
    font-size: 0.9rem;
    padding: 0.22rem 0;
    width: 98px;
  }
}

.sticky-nav__cta:hover, .sticky-nav__cta:focus {
  padding-left: 30px;
}

.sticky-nav__cta:hover:after, .sticky-nav__cta:focus:after {
  opacity: 1;
}

.sticky-nav__cta:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.sticky-nav__cta--apply {
  background-color: #002D69;
  color: #FFFFFF !important;
}

.sticky-nav__cta--apply:after {
  background-image: url("/_resources/assets/icons/sticky-cta-apply.svg");
}

.sticky-nav__cta--visit {
  background-color: #5DD0DA;
  color: #002D69 !important;
}

.sticky-nav__cta--visit:after {
  background-image: url("/_resources/assets/icons/sticky-cta-visit.svg");
}

.sticky-nav__cta--info {
  background-color: #FF9E39;
  color: #002D69 !important;
}

.sticky-nav__cta--info:after {
  background-image: url("/_resources/assets/icons/sticky-cta-info.svg");
}

.pager ul {
  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: 0;
  margin-bottom: 50px;
}

@media (min-width: 700px) {
  .pager ul {
    margin-bottom: 60px;
  }
}

@media (min-width: 1025px) {
  .pager ul {
    margin-bottom: 70px;
  }
}

.pager a {
  color: #000000;
  font-family: font-commissioner-light, sans-serif;
}

.pager li {
  margin: 0 12px;
  line-height: 1.6;
}

.pager li:not(:last-of-type) {
  margin-bottom: 0;
}

.pager li:first-child {
  margin-left: 0;
  margin-top: 1px;
}

.pager li:first-child a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 20px;
  width: 20px;
  display: block;
  position: relative;
  background-color: #D6E53F;
  padding: 0;
  z-index: 5;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pager li:first-child a:hover {
  background-color: #002D69;
}

.pager li:first-child a:hover:after {
  border-color: #FFFFFF;
}

.pager li:first-child a:after {
  position: absolute;
  top: 50%;
  left: 55%;
  content: '';
  height: 5px;
  width: 5px;
  border-top: 2px solid #002D69;
  border-right: 2px solid #002D69;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

.pager li:last-child {
  margin-right: 0;
  margin-top: 1px;
}

.pager li:last-child a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 20px;
  width: 20px;
  display: block;
  position: relative;
  background-color: #D6E53F;
  padding: 0;
  z-index: 5;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.pager li:last-child a:hover {
  background-color: #002D69;
}

.pager li:last-child a:hover:after {
  border-color: #FFFFFF;
}

.pager li:last-child a:after {
  position: absolute;
  top: 50%;
  left: 45%;
  content: '';
  height: 5px;
  width: 5px;
  border-top: 2px solid #002D69;
  border-right: 2px solid #002D69;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.pager li.active a {
  color: #002D69;
  font-family: font-commissioner-bold, sans-serif;
}

.pager li:before {
  content: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion__all button {
  display: inline-block;
  position: relative;
  padding: 0 0 0 22px;
  background-color: transparent;
  border: 0;
  color: #000000;
  font-weight: 700;
  font-size: 0.8rem;
  color: #002D69;
  text-transform: uppercase;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (min-width: 700px) {
  .accordion__all button {
    font-size: 1em;
    padding: 0 0 0 27px;
  }
}

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

.accordion__all button:hover .accordion__all__icon {
  background-color: #002D69;
}

.accordion__all button:hover .accordion__all__icon:before, .accordion__all button:hover .accordion__all__icon:after {
  background-color: #FFFFFF;
}

.accordion__all__icon {
  position: absolute;
  display: block;
  width: 1.1em;
  height: 1.1em;
  left: 0;
  top: 50%;
  background-color: #D6E53F;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

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

.accordion__all__icon:before {
  left: 50%;
  height: 50%;
  width: 1px;
}

.accordion__all__icon:after {
  height: 1px;
  width: 50%;
}

.accordion__expand-all {
  position: relative;
  margin-right: 1.6em;
  cursor: pointer;
}

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

.accordion__collapse-all {
  position: relative;
  cursor: pointer;
}

@media (max-width: 699px) {
  .accordion__items {
    margin: 0 -20px;
  }
}

.accordion__item {
  margin: 0 0 0.55em;
}

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

.accordion__toggle {
  display: block;
  position: relative;
  border: none;
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  background-color: #E3F0F2;
  padding: 1em 4em 1em 1em;
  width: 100%;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 1025px) {
  .accordion__toggle {
    padding: 1.45em 4em 1.45em 1em;
  }
}

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

.accordion__toggle:hover .accordion__icon {
  background-color: #002D69;
}

.accordion__toggle:hover .accordion__icon:before, .accordion__toggle:hover .accordion__icon:after {
  background-color: #FFFFFF;
}

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

.accordion__toggle.js-expanded .accordion__icon:after {
  background-color: #5DD0DA;
}

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

.accordion__toggle.js-expanded:hover .accordion__icon {
  background-color: #5DD0DA;
}

.accordion__toggle.js-expanded:hover .accordion__icon:before, .accordion__toggle.js-expanded:hover .accordion__icon:after {
  background-color: #002D69;
}

.accordion__icon {
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  right: 1.1em;
  top: 50%;
  background-color: #5DD0DA;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

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

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

.accordion__icon:before {
  left: 50%;
  height: 50%;
  width: 2px;
}

@media screen and (min-width: 1025px) {
  .accordion__icon:before {
    height: 40%;
  }
}

.accordion__icon:after {
  height: 2px;
  width: 50%;
}

@media screen and (min-width: 1025px) {
  .accordion__icon:after {
    width: 40%;
  }
}

.accordion__content {
  position: relative;
  display: none;
  padding: 1.5em 1em 2.0em;
}

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

.accordion__content:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: calc(100% - 40px);
  height: 2px;
  background-color: #5DD0DA;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 700px) {
  .accordion__content:after {
    width: 100%;
  }
}

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

.accordion__copy {
  width: 100%;
}

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

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

.accordion__top {
  position: relative;
  margin: 0;
  padding: 0 0 0 1.6em;
  font-size: 0.8rem;
  color: #002D69;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  font-weight: 600;
}

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

.accordion__top:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 0;
  height: 16px;
  width: 16px;
  background-color: #D6E53F;
  z-index: -1;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media screen and (min-width: 700px) {
  .accordion__top:after {
    height: 20px;
    width: 20px;
  }
}

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

.accordion__top:hover:after {
  background-color: #002D69;
}

.accordion__top:hover:before {
  border-color: #FFFFFF;
}

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

.award__item {
  margin: 0 0 3em;
}

.award__title {
  font-weight: 700;
}

.award__content {
  margin-bottom: 1.5em;
}

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

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

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

/**
 * @file
 * Generic Block: 2 Column
 *
 * Styles for Generic Block: 2 Column object.
 */
.gen2col__intro {
  font-size: 1rem;
}

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

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

@media (min-width: 1025px) {
  .gen2col .column__body {
    max-width: 80%;
  }
}

.gen2col .column__title {
  margin: 0 0 0.75rem;
}

.gen2col .column__title .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.gen2col .column__title .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.gen2col .column__title .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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.gen2col .column__title:hover .arrow {
  right: -12px;
}

.gen2col .column__title:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media (min-width: 1025px) {
  .gen2col .column__title .last-word .arrow:before {
    width: 11px;
    height: 11px;
    right: calc(50% - 7px);
    top: 2px;
    border-top: 4px solid #002D69;
    border-right: 4px solid #002D69;
  }
}

@media (min-width: 1025px) {
  .gen2col .column__title h3 {
    font-size: 2rem;
  }
}

/**
 * @file
 * Generic Block: 3 Column
 *
 * Styles for Generic Block: 3 Column object.
 */
.gen3col__intro {
  font-size: 1rem;
}

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

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

@media (min-width: 700px) {
  .gen3col .column__title h3 {
    font-size: 1.22rem;
  }
}

@media (min-width: 1025px) {
  .gen3col .column__title h3 {
    font-size: 1.44rem;
  }
}

@media screen and (min-width: 1025px) {
  .gen3col .column__title .arrow {
    top: calc(50% + 2px);
  }
}

@media (min-width: 700px) {
  .gen3col .column__subtitle {
    font-size: 1rem;
  }
}

@media (min-width: 1025px) {
  .gen3col .column__subtitle {
    font-size: 1.11rem;
  }
}

/**
 * @file
 * Generic Block: Image list
 *
 * Styles for Generic Block: Image list object.
 */
.genimglist__item {
  margin: 0 0 2.2rem;
  padding: 0 0 2rem;
  border-bottom: 2px solid #5DD0DA;
}

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

.genimglist__item:last-child {
  border-bottom: 0;
  padding: 0;
}

.genimglist__intro {
  font-size: 1rem;
}

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

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

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

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

.genimglist__img img {
  width: 100%;
}

@media (min-width: 700px) {
  .genimglist__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    -webkit-flex-basis: 63%;
        -ms-flex-preferred-size: 63%;
            flex-basis: 63%;
    padding-left: 1rem;
  }
}

@media (min-width: 1025px) {
  .genimglist__content {
    padding-left: 1.5rem;
  }
}

.genimglist__title {
  margin: 0 0 0.75rem;
}

@media (min-width: 700px) {
  .genimglist__title {
    margin: 0 0 0.5rem;
  }
}

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

.genimglist__title .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.genimglist__title .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.genimglist__title .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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.genimglist__title:hover .arrow {
  right: -12px;
}

.genimglist__title:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media (min-width: 1025px) {
  .genimglist__title .last-word .arrow:before {
    width: 11px;
    height: 11px;
    right: calc(50% - 7px);
    top: 2px;
    border-top: 4px solid #002D69;
    border-right: 4px solid #002D69;
  }
}

.genimglist__title h3 {
  margin: 0;
  font-size: 1.22rem;
}

@media (min-width: 1025px) {
  .genimglist__title h3 {
    font-size: 1.44rem;
  }
}

.genimglist__subtitle {
  margin: 0 0 0.9rem;
  font-family: font-commissioner-bold, sans-serif;
  line-height: 1.4;
  text-transform: none;
}

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

@media (min-width: 1025px) {
  .genimglist__subtitle {
    font-size: 1.11rem;
    margin: 0 0 0.55rem;
  }
}

/**
 * @file
 * Hero
 *
 * Contains styles for hero object.
 */
.hero {
  display: block;
  position: relative;
  background-color: #E8F2F4;
}

.hero__title {
  position: relative;
  font-family: font-commissioner-extrabold, sans-serif;
  font-size: 1.889rem;
  line-height: 1.23;
  color: #002D69;
  margin: 0;
  padding: 24px 21px 16px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

@media (min-width: 700px) {
  .hero__title {
    font-size: 2.78rem;
    padding: 28px 35px 35px;
  }
}

@media (min-width: 1025px) {
  .hero__title {
    font-size: 3.89rem;
    padding: 38px 60px;
  }
}

.hero.hero--img {
  background: #000000;
  position: relative;
}

.hero.hero--img .hero__content {
  padding: 23.5vw 20px 4.5vw;
}

@media (min-width: 700px) {
  .hero.hero--img .hero__content {
    padding: 11.5vw 35px 5vw;
  }
}

@media (min-width: 1025px) {
  .hero.hero--img .hero__content {
    padding: 14.5vw 61px 2vw;
  }
}

.hero.hero--img .hero__title {
  color: #FFFFFF;
  padding: 0;
}

.hero.hero--img .hero__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero.hero--img .hero__inner:after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -o-linear-gradient(226deg, rgba(0, 45, 105, 0), rgba(0, 0, 0, 0.43));
  background: linear-gradient(224deg, rgba(0, 45, 105, 0), rgba(0, 0, 0, 0.43));
}

.hero.js-loaded .hero__title,
.hero.js-loaded .hero__img {
  opacity: 1;
}

.hero.hero--home {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-left: 50%;
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 700px) {
  .hero.hero--home {
    margin-bottom: 80px;
  }
}

@media (min-width: 1025px) {
  .hero.hero--home {
    margin-bottom: 100px;
  }
}

.hero.hero--home:after {
  position: absolute;
  display: block;
  background: url("/_resources/assets/img/brush-hero.png") no-repeat right 0;
  background-size: contain;
  width: 330px;
  height: 230px;
  bottom: -210px;
  right: -87px;
  z-index: 0;
  content: '';
}

@media (min-width: 700px) {
  .hero.hero--home:after {
    width: 710px;
    height: 726px;
    right: -136px;
    bottom: -672px;
  }
}

@media screen and (min-width: 1025px) {
  .hero.hero--home:after {
    width: 1000px;
    height: 926px;
    right: -175px;
    bottom: -887px;
  }
}

@media screen and (min-width: 1200px) {
  .hero.hero--home:after {
    right: calc((100% - 1200px) / 2 - 175px);
  }
}

.hero.hero--home .hero__inner:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 105, 0)), to(rgba(0, 0, 0, 0.6)));
  background: -o-linear-gradient(top, rgba(0, 45, 105, 0), rgba(0, 0, 0, 0.6));
  background: linear-gradient(to bottom, rgba(0, 45, 105, 0), rgba(0, 0, 0, 0.6));
}

.hero.hero--home .hero__title {
  font-size: 2.77rem;
  line-height: 1.2;
}

@media (min-width: 700px) {
  .hero.hero--home .hero__title {
    font-size: 4.88rem;
  }
}

@media (min-width: 1025px) {
  .hero.hero--home .hero__title {
    font-size: 6.94rem;
  }
}

.hero.hero--home .hero__img {
  z-index: -1;
  opacity: 0;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

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

.hero.hero--home .hero__content {
  padding: 20vw 20px 14vw;
}

@media (min-width: 700px) {
  .hero.hero--home .hero__content {
    padding: 21vw 52px 11vw;
  }
}

@media (min-width: 1025px) {
  .hero.hero--home .hero__content {
    padding: 24vw 82px 9vw;
  }
}

@media (max-width: 699px) {
  .hero.hero--home .hero__video {
    display: none;
  }
}

.hero.hero--home .hero__video video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.hero.hero--home .hero__video button {
  position: absolute;
  bottom: 84px;
  right: 20px;
  width: 42px;
  height: 42px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-size: contain;
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}

.hero.hero--home .hero__video button:after, .hero.hero--home .hero__video button:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "||";
  font-weight: 700;
  font-size: 1.25rem;
  color: #FFFFFF;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.hero.hero--home .hero__video button:before {
  content: none;
  width: 0;
  height: 0;
  left: calc(50% + 1px);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #FFFFFF;
  -webkit-transition: border-left 0.3s ease;
  -o-transition: border-left 0.3s ease;
  transition: border-left 0.3s ease;
}

.hero.hero--home .hero__video button.paused {
  background-size: contain;
}

.hero.hero--home .hero__video button.paused:after {
  content: none;
}

.hero.hero--home .hero__video button.paused:before {
  content: "";
}

@media (min-width: 1025px) {
  .hero.hero--home .hero__video button {
    bottom: 77px;
    right: 40px;
    width: 52px;
    height: 52px;
  }
}

.hero.hero--home .hero__video button:hover, .hero.hero--home .hero__video button:focus {
  border-color: #D6E53F;
}

.hero.hero--home .hero__video button:hover:after, .hero.hero--home .hero__video button:focus:after {
  color: #D6E53F;
}

.hero.hero--home .hero__video button:hover:before, .hero.hero--home .hero__video button:focus:before {
  border-left: 12px solid #D6E53F;
}

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

.hero.hero--home.js-loaded .hero__img {
  opacity: 1;
}

.hero.hero--faculty .hero__title {
  font-size: 1.44rem;
  padding: 29px 21px 11px;
}

@media (min-width: 700px) {
  .hero.hero--faculty .hero__title {
    font-size: 2.22rem;
    padding: 0;
  }
}

@media (min-width: 1025px) {
  .hero.hero--faculty .hero__title {
    font-size: 3.05rem;
  }
}

.hero.hero--faculty .hero__subtitle {
  color: #002D69;
  font-size: 1.11rem;
  line-height: 1.2;
  padding: 0 21px 31px;
}

@media (min-width: 700px) {
  .hero.hero--faculty .hero__subtitle {
    font-size: 1.66rem;
    margin-top: 0.6rem;
    padding: 0 0 0 20px;
  }
}

@media (min-width: 1025px) {
  .hero.hero--faculty .hero__subtitle {
    font-size: 1.94rem;
    margin-top: 1.2rem;
    padding: 0 0 0 26px;
  }
}

@media (min-width: 700px) {
  .hero.hero--faculty .hero__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 37px 45px;
  }
}

@media (min-width: 1025px) {
  .hero.hero--faculty .hero__content {
    padding: 48px 62px;
  }
}

@media screen and (min-width: 1025px) {
  .hero--news {
    padding: 38px 60px 43px;
  }
}

@media screen and (min-width: 1025px) {
  .hero--news h1 {
    display: inline;
    padding: 0;
    margin-right: 35px;
  }
}

@media screen and (min-width: 1025px) {
  .hero--news .news__date {
    display: block;
    margin-top: 0;
  }
}

.hero.hero--event .hero__title {
  font-size: 1.44rem;
}

@media (min-width: 700px) {
  .hero.hero--event .hero__title {
    font-size: 2.22rem;
    padding: 35px 53px 18px;
  }
}

@media (min-width: 1025px) {
  .hero.hero--event .hero__title {
    font-size: 3.05rem;
    padding: 44px 63px 18px;
  }
}

.hero.hero--event .hero__event-detail {
  margin: 0 20px;
  padding: 0 0 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media (min-width: 700px) {
  .hero.hero--event .hero__event-detail {
    margin: 0 52px;
    padding: 0 0 45px;
  }
}

@media (min-width: 1025px) {
  .hero.hero--event .hero__event-detail {
    margin: 0 61px;
  }
}

.hero.hero--event .event-detail__month {
  font-size: 0.66rem;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .hero.hero--event .event-detail__month {
    position: relative;
    font-size: 0.71rem;
    top: 5px;
  }
}

@media (min-width: 1025px) {
  .hero.hero--event .event-detail__month {
    font-size: 0.88rem;
    top: 12px;
  }
}

.hero.hero--event .event-detail__day {
  font-family: font-commissioner-bold, sans-serif;
  font-size: 1.11rem;
}

@media (min-width: 700px) {
  .hero.hero--event .event-detail__day {
    font-size: 1.77rem;
  }
}

@media (min-width: 1025px) {
  .hero.hero--event .event-detail__day {
    font-size: 2.22rem;
  }
}

.hero.hero--event .event-detail__data {
  color: #002D69;
  font-size: 1.11rem;
}

@media (min-width: 700px) {
  .hero.hero--event .event-detail__data {
    font-size: 1.66rem;
  }
}

@media (min-width: 1025px) {
  .hero.hero--event .event-detail__data {
    font-size: 1.94rem;
  }
}

/**
 * @file
 * Instagram
 *
 * Contains styles for instagram object.
 */
@media (min-width: 700px) {
  .instagram__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: 0 0 1rem;
  }
}

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

.instagram__account h2 {
  margin: 0;
}

.instagram__cta {
  margin: 1.15rem 0;
}

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

.instagram__cta .cta--button {
  margin-top: 0;
}

.instagram__cta .cta--button a {
  font-size: 0.888rem;
  text-transform: uppercase;
  font-family: font-commissioner-extrabold, sans-serif;
}

@media (min-width: 1025px) {
  .instagram__cta .cta--button a {
    font-size: 1.11rem;
  }
}

.instagram__cta .cta--button a .last-word .arrow {
  position: relative;
  background: url("/_resources/assets/icons/arrowblack.svg") no-repeat center center;
  background: url("/_resources/assets/icons/arrow.svg") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 10px;
  margin-left: 3px;
  right: 0;
  display: inline-block;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media (min-width: 1025px) {
  .instagram__cta .cta--button a .last-word .arrow {
    width: 30px;
    height: 14px;
  }
}

.instagram__cta .cta--button a:hover .last-word .arrow, .instagram__cta .cta--button a:focus .last-word .arrow {
  right: -12px;
  background: url("/_resources/assets/icons/arrowblack.svg") no-repeat center center;
  background-size: contain;
}

.instagram__feed {
  overflow: hidden;
}

@media (min-width: 700px) {
  .instagram__feed {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1141px;
  }
}

.instagram__tile {
  position: relative;
  min-width: 280px;
  min-height: 280px;
}

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

.instagram__tile.column__col, .instagram__tile.column__col:last-child, .instagram__tile.column__col:nth-child(2) {
  margin: 0 auto;
  padding: 100% 0 2px;
  border-bottom: 2px solid #FFFFFF;
}

@media (min-width: 700px) {
  .instagram__tile.column__col, .instagram__tile.column__col:last-child, .instagram__tile.column__col:nth-child(2) {
    -webkit-flex-basis: calc(100%/3);
        -ms-flex-preferred-size: calc(100%/3);
            flex-basis: calc(100%/3);
    padding: calc(100%/3) 0 0;
    min-width: 0;
    min-height: 0;
    border: 0;
  }
}

.instagram__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.instagram__link:before {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  background-color: rgba(93, 208, 218, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.instagram__link:after {
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  background: url("/_resources/assets/img/insta-brush.svg") no-repeat center bottom;
  background-size: contain;
  content: "";
  width: 100%;
  height: 70%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.instagram__link .sr-only {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.instagram__link .cta--link {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: auto;
  margin-bottom: 1.8rem;
  z-index: 2;
  font-size: 1.44rem;
  font-family: font-commissioner-bold, sans-serif;
  color: #FFFFFF;
  text-transform: none;
}

.instagram__link .cta--link:after {
  content: '';
  position: absolute;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  width: 9px;
  height: 9px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  top: calc(50% + 2px);
  line-height: 1;
  right: -18px;
}

.instagram__link:hover .cta--link, .instagram__link:focus .cta--link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.instagram__link:hover:before, .instagram__link:hover:after, .instagram__link:focus:before, .instagram__link:focus:after {
  opacity: 1;
}

/**
 * @file
 * Program List
 *
 * Styles for Program List display object.
 */
.program-list__item {
  padding: .5rem 0 0.9rem;
  border-top: 2px solid #5DD0DA;
}

@media (min-width: 700px) {
  .program-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0 0.8rem;
  }
}

@media (min-width: 1025px) {
  .program-list__item {
    padding: 0.6rem 0 0.7rem;
  }
}

.program-list__program a {
  font-size: 1.22rem;
  font-family: font-commissioner-bold, sans-serif;
}

@media (min-width: 700px) {
  .program-list__program a {
    font-size: 1.44rem;
  }
}

.program-list__program .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.program-list__program .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.program-list__program .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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.program-list__program:hover .arrow {
  right: -12px;
}

.program-list__program:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media (min-width: 1025px) {
  .program-list__program .last-word .arrow:before {
    width: 9px;
    height: 9px;
    right: calc(50% - 7px);
    top: 2px;
    border-top: 3px solid #002D69;
    border-right: 3px solid #002D69;
  }
}

.program-list__type {
  font-size: 0.888rem;
  font-family: font-commissioner-bold, sans-serif;
}

@media (min-width: 700px) {
  .program-list__type {
    font-size: 1rem;
    margin: 3px 0 0;
  }
}

@media (min-width: 1025px) {
  .program-list__type {
    font-size: 1.11rem;
  }
}

.program-list__intro {
  font-size: 1rem;
  margin: 1rem 0 0.7rem;
}

@media (min-width: 700px) {
  .program-list__intro {
    margin: 1rem 0 1.9rem;
  }
}

@media (min-width: 1025px) {
  .program-list__intro {
    margin: 1.4rem 0 1.9rem;
  }
}

.program-list__content {
  border-bottom: 2px solid #5DD0DA;
}

.program-list__program {
  -webkit-flex-basis: 62%;
      -ms-flex-preferred-size: 62%;
          flex-basis: 62%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}

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

/**
 * @file
 * Statistic: 3 up feature
 *
 * Styles for Statistick: 3 up feature object.
 */
.stat3up__wrapper {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 22px 20px 26px;
  background: #002D69;
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .stat3up__wrapper {
    padding: 38px 50px 46px;
  }
}

@media (min-width: 1025px) {
  .stat3up__wrapper {
    width: 100%;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 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-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    padding: 66px 0 46px;
  }
}

@media (min-width: 1025px) {
  .stat3up__wrapper:after {
    display: block;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    position: absolute;
    z-index: -1;
    background-color: #002D69;
    margin-left: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    content: '';
    height: calc(100% + 120px);
  }
}

.stat3up__header {
  max-width: 786px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .stat3up__header {
    margin: 0;
    -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%;
    max-width: 68%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0 20px 0 0;
  }
}

.stat3up__header h2 {
  color: #FFFFFF;
}

.stat3up__intro {
  max-width: 786px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1rem;
  font-size: 1rem;
}

@media (min-width: 1025px) {
  .stat3up__intro {
    -webkit-flex-basis: 68%;
        -ms-flex-preferred-size: 68%;
            flex-basis: 68%;
    margin: 1rem 0 0;
    padding: 0;
    line-height: 1.6;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.stat3up__intro a {
  color: #FFFFFF;
}

.stat3up__intro a:hover, .stat3up__intro a:focus {
  text-decoration: underline;
}

.stat3up__section-cta {
  max-width: 786px;
  margin: 0 auto;
}

@media (min-width: 1025px) {
  .stat3up__section-cta {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    -webkit-flex-basis: 32%;
        -ms-flex-preferred-size: 32%;
            flex-basis: 32%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.stat3up__cta a {
  font-size: 0.888rem;
  text-transform: uppercase;
  font-family: font-commissioner-extrabold, sans-serif;
}

@media (min-width: 1025px) {
  .stat3up__cta a {
    font-size: 1.11rem;
  }
}

.stat3up__cta a .last-word .arrow {
  position: relative;
  background: url("/_resources/assets/icons/arrowblack.svg") no-repeat center center;
  background: url("/_resources/assets/icons/arrow.svg") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 10px;
  margin-left: 3px;
  right: 0;
  display: inline-block;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media (min-width: 1025px) {
  .stat3up__cta a .last-word .arrow {
    width: 30px;
    height: 14px;
  }
}

.stat3up__cta a:hover .last-word .arrow, .stat3up__cta a:focus .last-word .arrow {
  right: -12px;
  background: url("/_resources/assets/icons/arrowblack.svg") no-repeat center center;
  background-size: contain;
}

.stat3up .cta--button {
  margin-top: 0;
}

.stat3up .column {
  position: relative;
  background: #5DD0DA url("/_resources/assets/img/stats-bg-mb.png") no-repeat -2px -2px;
  background-size: 103% auto;
  padding: 24px 0 0;
  width: 100%;
}

@media (min-width: 700px) {
  .stat3up .column {
    background: #5DD0DA url("/_resources/assets/img/stats-bg.png") no-repeat -4px -4px;
    background-size: 103% auto;
    display: block;
  }
}

@media (min-width: 1025px) {
  .stat3up .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1041px;
    padding: 54px 0;
    width: calc(100vw - 100px);
  }
}

.stat3up .column:before {
  display: block;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  z-index: -1;
  margin-left: 50%;
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 120px;
  background-color: #002D69;
  content: '';
}

@media (min-width: 1025px) {
  .stat3up .column:before {
    content: none;
  }
}

.stat3up .column__col {
  border: 0;
  margin: 0 0 0.65rem;
}

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

@media (min-width: 1025px) {
  .stat3up .column__col {
    margin: 0;
    -webkit-flex-basis: calc((100% / 3) + 25px);
        -ms-flex-preferred-size: calc((100% / 3) + 25px);
            flex-basis: calc((100% / 3) + 25px);
  }
}

.stat3up .column__col:last-child {
  padding: 0 0 40px;
}

@media (min-width: 1025px) {
  .stat3up .column__col:last-child {
    margin-right: 23px;
    padding: 0 0 40px;
    -webkit-flex-basis: calc((100% / 3));
        -ms-flex-preferred-size: calc((100% / 3));
            flex-basis: calc((100% / 3));
  }
}

.stat3up .column__col:last-child:after {
  content: none;
}

@media (min-width: 1025px) {
  .stat3up .column__col:nth-child(2), .stat3up .column__col:nth-child(3) {
    padding-left: 0;
  }
}

.stat3up__item {
  position: relative;
  text-align: center;
}

@media (min-width: 700px) {
  .stat3up__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row 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;
  }
}

@media (min-width: 1025px) {
  .stat3up__item {
    display: block;
  }
}

.stat3up__item:after {
  content: '';
  position: absolute;
  display: block;
  width: 83%;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 5px;
  bottom: 12px;
  background: url("/_resources/assets/img/statsseparatorbrush.svg") no-repeat center center;
  background-size: cover;
}

@media all and (-ms-high-contrast: none) {
  .stat3up__item:after {
    content: none;
  }
}

@media (min-width: 700px) {
  .stat3up__item:after {
    bottom: 3px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    margin-left: 0;
  }
}

@media (min-width: 1025px) {
  .stat3up__item:after {
    top: 0;
    bottom: auto;
    width: 6px;
    height: 100%;
    margin-left: 100%;
    background: url("/_resources/assets/img/statsseparatorbrushvert.svg") no-repeat center center;
    background-size: contain;
  }
}

@media (min-width: 700px) {
  .stat3up__content-wrap {
    padding-left: 20px;
  }
}

@media (min-width: 1025px) {
  .stat3up__content-wrap {
    padding: 0 30px;
  }
}

.stat3up__number {
  font-size: 2.77rem;
  line-height: 1.4;
  font-family: font-commissioner-extrabold, sans-serif;
  color: #002D69;
}

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

@media (min-width: 1025px) {
  .stat3up__number {
    padding: 20px 0 0;
    line-height: 1.2;
  }
}

.stat3up__caption {
  margin: 0 0 0.3rem;
  color: #002D69;
}

@media (min-width: 700px) {
  .stat3up__caption {
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .stat3up__caption {
    text-align: center;
  }
}

.stat3up__icon {
  margin-top: 20px;
}

.stat3up__icon img {
  max-width: 50px;
  margin: 0 auto;
}

@media (min-width: 700px) {
  .stat3up__icon img {
    max-width: 70px;
  }
}

.stat3up--home {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  padding: 0 20px;
  z-index: 10;
  margin-top: 0;
}

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

@media (min-width: 1025px) {
  .stat3up--home .stat3up__wrapper {
    width: calc(100vw - 100px);
    left: 50%;
    max-width: 1041px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    position: relative;
  }
  .stat3up--home .stat3up__wrapper:after {
    height: calc(100% + 200px);
  }
}

@media (min-width: 700px) {
  .stat3up--home .stat3up__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9px;
  }
}

@media (min-width: 1025px) {
  .stat3up--home .stat3up__content-wrap {
    margin: 0;
    display: block;
  }
}

@media (min-width: 1025px) {
  .stat3up--home .stat3up__section-cta {
    margin-top: 1em;
  }
}

@media (min-width: 1025px) {
  .stat3up--home .cta--button {
    float: right;
  }
}

@media (min-width: 700px) {
  .stat3up--home .stat3up__caption,
  .stat3up--home .stat3up__icon {
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .stat3up--home .stat3up__icon {
    margin-top: 30px;
  }
}

.stat3up--home .stat3up__caption {
  font-weight: 700;
  margin-right: 20px;
}

@media (min-width: 1025px) {
  .stat3up--home .stat3up__caption {
    margin-right: 0;
  }
}

.stat3up--home .home-feature__quote {
  position: relative;
}

@media (min-width: 700px) {
  .stat3up--home .home-feature__quote {
    padding: 40px 35px 30px 260px;
  }
}

@media (min-width: 1025px) {
  .stat3up--home .home-feature__quote {
    padding: 45px 70px 70px 395px;
    max-width: 1041px;
  }
}

.stat3up--home .home-feature__quote:before {
  content: "";
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: -200px;
  z-index: -1;
  height: 200px;
  background: #F0F6F7;
}

@media screen and (min-width: 1025px) {
  .stat3up--home .home-feature__quote:before {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, #F0F6F7), color-stop(90%, #F0F6F7), to(white));
    background-image: -o-linear-gradient(left, white 0%, #F0F6F7 10%, #F0F6F7 90%, white 100%);
    background-image: linear-gradient(to right, white 0%, #F0F6F7 10%, #F0F6F7 90%, white 100%);
    width: 1900px;
    margin-left: -950px;
  }
}

.stat3up--home .home-feature__quote img {
  top: -55px;
}

@media (min-width: 700px) {
  .stat3up--home .home-feature__quote img {
    left: 0;
    right: auto;
    top: -40px;
  }
}

@media (min-width: 1025px) {
  .stat3up--home .home-feature__quote img {
    left: 60px;
  }
}

.stat3up--home .column {
  padding-bottom: 45px;
}

@media (min-width: 700px) {
  .stat3up--home .column {
    padding-bottom: 20px;
  }
}

@media (min-width: 1025px) {
  .stat3up--home .column {
    padding-bottom: 50px;
  }
}

@media (min-width: 700px) {
  .stat3up--home .column__col {
    padding: 0 0 35px;
  }
}

/**
 * @file
 * Events 3 Up Feature
 *
 * Contains styles for Events 3 Up content object.
 */
@media (min-width: 700px) {
  .events3up__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row 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: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 0 0 1rem;
  }
}

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

.events3up__header {
  -webkit-flex-basis: 60%;
      -ms-flex-preferred-size: 60%;
          flex-basis: 60%;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.events3up__intro {
  font-size: 1rem;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
}

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

@media (min-width: 1025px) {
  .events3up__intro {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    margin: 0.4rem 0 0;
    line-height: 1.55rem;
  }
}

.events3up__item {
  text-align: center;
}

@media (min-width: 1025px) {
  .events3up__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

.events3up__section-cta {
  margin: 1.15rem 0;
}

@media (min-width: 700px) {
  .events3up__section-cta {
    margin: 1.5rem 0 0 auto;
  }
}

@media (min-width: 1025px) {
  .events3up__section-cta {
    margin: 1rem 0 0 auto;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}

.events3up__section-cta .cta--button {
  margin-top: 0;
}

.events3up__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px 0 0;
  background-color: #002D69;
  color: #FFFFFF;
}

@media (min-width: 1025px) {
  .events3up__date {
    -webkit-flex-basis: 28.4%;
        -ms-flex-preferred-size: 28.4%;
            flex-basis: 28.4%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 28px;
  }
}

.events3up__month {
  font-size: 0.88rem;
  text-transform: uppercase;
}

.events3up__day {
  font-family: font-commissioner-bold, sans-serif;
  font-size: 2.22rem;
}

.events3up__location {
  font-style: italic;
}

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

.events3up__content {
  background-color: #E3F0F2;
  color: #002D69;
  font-size: 0.88rem;
  padding: 16px 20px;
  text-align: left;
}

@media (min-width: 700px) {
  .events3up__content {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            align-self: stretch;
    height: 100%;
  }
}

@media (min-width: 1025px) {
  .events3up__content {
    padding: 22px 18px 35px;
    width: 100%;
  }
}

.events3up h3 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.225;
}

@media (min-width: 1025px) {
  .events3up h3 {
    font-size: 1.11rem;
  }
}

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

.events3up h3 a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.events3up h3 a:hover .arrow {
  right: -12px;
}

.events3up h3 a:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

.events3up h3 a .last-word .arrow:before {
  width: 7px;
  height: 7px;
  border-width: 2px;
}

@media (min-width: 1025px) {
  .events3up h3 a .last-word .arrow:before {
    top: 2px;
  }
}

.events3up .column {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 1025px) {
  .events3up .column {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1141px;
  }
}

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

.events3up .column__col, .events3up .column__col:nth-child(2), .events3up .column__col:last-child {
  padding: 0;
  border: 0;
  margin: 0 0 1.15rem;
}

@media (min-width: 1025px) {
  .events3up .column__col, .events3up .column__col:nth-child(2), .events3up .column__col:last-child {
    -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) {
  .events3up--home .events3up__inner {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    left: 0;
    padding: 0 50px;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1140px;
  }
}

/**
 * @file
 * Story Display
 *
 * Contains styles for Story Display object.
 */
.story-display__wrap {
  position: relative;
  background-color: #F0F6F7;
  margin: 3.3rem 0 0;
  padding: 0 0 3.7rem;
}

@media (min-width: 700px) {
  .story-display__wrap {
    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) {
  .story-display__wrap {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-left: 50%;
    left: 0;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    max-width: 1141px;
    padding: 0 50px 3.7rem;
  }
}

.story-display__wrap:before {
  content: '';
  display: block;
  background-color: #F0F6F7;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .story-display__wrap:before {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, #F0F6F7), color-stop(90%, #F0F6F7), to(white));
    background-image: -o-linear-gradient(left, white 0%, #F0F6F7 10%, #F0F6F7 90%, white 100%);
    background-image: linear-gradient(to right, white 0%, #F0F6F7 10%, #F0F6F7 90%, white 100%);
    width: 1900px;
  }
}

.story-display__wrap:after {
  content: '';
  display: block;
  background: url("/_resources/assets/img/brushbtmstory.svg") no-repeat center bottom;
  background-size: cover;
  width: 100vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  height: 400px;
  bottom: -20px;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .story-display__wrap:after {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(255, 255, 255, 0)), to(white)), url(/_resources/assets/img/brushbtmstory.svg);
    background-image: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 10%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 90%, white 100%), url(/_resources/assets/img/brushbtmstory.svg);
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 10%), linear-gradient(to right, rgba(255, 255, 255, 0) 90%, white 100%), url(/_resources/assets/img/brushbtmstory.svg);
    width: 1900px;
    left: 0;
  }
}

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

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

.story-display__img {
  display: block;
  position: relative;
  margin: 0 auto 0.5rem;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  border-radius: 100%;
}

@media (min-width: 700px) {
  .story-display__img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    max-width: 330px;
    max-height: 330px;
  }
}

@media (min-width: 1025px) {
  .story-display__img {
    max-width: 330px;
    max-height: 330px;
    margin: -16px auto 0.5rem 0;
  }
}

.story-display__img:before {
  content: '';
  display: block;
  background-color: #F0F6F7;
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  border-radius: 100%;
  z-index: -1;
}

@media (min-width: 700px) {
  .story-display__img:before {
    max-width: 330px;
    max-height: 330px;
  }
}

@media (min-width: 1025px) {
  .story-display__img:before {
    max-width: 330px;
    max-height: 330px;
  }
}

.story-display__img a {
  display: block;
  height: 100%;
  width: 100%;
  max-width: 250px;
  max-height: 250px;
  border-radius: 100%;
  overflow: hidden;
}

@media (min-width: 700px) {
  .story-display__img a {
    max-width: 330px;
    max-height: 330px;
  }
}

@media (min-width: 1025px) {
  .story-display__img a {
    max-width: 330px;
    max-height: 330px;
  }
}

.story-display__img img {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.story-display__content {
  padding: 0 0 0 2.6rem;
}

@media (min-width: 700px) {
  .story-display__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
       -moz-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
    margin: 4rem 0 0;
    padding-left: 2.9rem;
  }
}

@media (min-width: 1025px) {
  .story-display__content {
    margin: 4.5rem 0 0;
    padding: 0;
  }
}

.story-display__quote {
  position: relative;
  margin: 0 0 1rem 0;
  font-family: font-commissioner-bold, sans-serif;
  font-style: italic;
  font-size: 1.11rem;
  color: #002D69;
  line-height: 1.4;
}

@media (min-width: 1025px) {
  .story-display__quote {
    font-size: 1.667rem;
    line-height: 1.2;
  }
}

.story-display__quote:before, .story-display__quote:after {
  color: #FF9E39;
  display: inline;
  position: absolute;
  font-size: 2.7rem;
  line-height: 0;
  font-family: inherit;
}

@media (min-width: 1025px) {
  .story-display__quote:before, .story-display__quote:after {
    font-size: 4.4rem;
  }
}

.story-display__quote:before {
  top: 20px;
  left: -24px;
  content: '\201C';
  margin-left: -10px;
}

@media (min-width: 1025px) {
  .story-display__quote:before {
    top: 30px;
    left: -43px;
  }
}

.story-display__quote:after {
  bottom: 2px;
  padding-left: 11px;
  content: '\201D';
}

@media (min-width: 700px) {
  .story-display__quote:after {
    padding-left: 0;
  }
}

.story-display__title {
  display: inline;
  font-family: font-commissioner-bold, sans-serif;
  font-size: 0.889rem;
  margin: 0 0 0.125rem 0;
}

.story-display__subtitle {
  margin: 0 0 1rem 0;
  font-size: 0.889rem;
  display: inline;
}

.story-display__subtitle:before {
  display: inline;
  content: '|';
  margin: 0 2px;
  color: #5DD0DA;
  font-family: font-commissioner-bold, sans-serif;
}

.story-display__caption {
  margin: 2rem 0 0 0;
}

@media (min-width: 700px) {
  .story-display__caption {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media (min-width: 1025px) {
  .story-display__caption {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    padding-right: 15%;
    margin: 1rem 0 0 auto;
    line-height: 1.6;
  }
}

/**
 * @file
 * Twitter
 *
 * Contains styles for twitter object.
 */
@media (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: 0 0 1rem;
  }
}

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

.twitter__account h2 {
  margin: 0;
}

.twitter__cta {
  margin: 1.15rem 0;
}

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

.twitter__cta .cta--button {
  margin-top: 0;
}

.twitter__cta .cta--button a {
  font-size: 0.888rem;
  text-transform: uppercase;
  font-family: font-commissioner-extrabold, sans-serif;
}

@media (min-width: 1025px) {
  .twitter__cta .cta--button a {
    font-size: 1.11rem;
  }
}

.twitter__cta .cta--button a .last-word .arrow {
  position: relative;
  background: url("/_resources/assets/icons/arrowblack.svg") no-repeat center center;
  background: url("/_resources/assets/icons/arrow.svg") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 10px;
  margin-left: 3px;
  right: 0;
  display: inline-block;
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

@media (min-width: 1025px) {
  .twitter__cta .cta--button a .last-word .arrow {
    width: 30px;
    height: 14px;
  }
}

.twitter__cta .cta--button a:hover .last-word .arrow, .twitter__cta .cta--button a:focus .last-word .arrow {
  right: -12px;
  background: url("/_resources/assets/icons/arrowblack.svg") no-repeat center center;
  background-size: contain;
}

.twitter__time {
  display: block;
  margin: 1rem 0 0;
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
}

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

.twitter__feed {
  margin: 0;
  width: 100%;
}

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

.twitter__feed .column__col {
  margin: 0 0 1.5rem;
  padding: 0 0 28px 10px;
}

@media (min-width: 700px) {
  .twitter__feed .column__col {
    -webkit-flex-basis: calc((100% / 3) - 10px);
        -ms-flex-preferred-size: calc((100% / 3) - 10px);
            flex-basis: calc((100% / 3) - 10px);
  }
}

.twitter__feed .column__col:nth-child(2), .twitter__feed .column__col:last-child {
  padding: 0 0 28px 10px;
  -webkit-flex-basis: calc((100% / 3) - 10px);
      -ms-flex-preferred-size: calc((100% / 3) - 10px);
          flex-basis: calc((100% / 3) - 10px);
}

/**
 * @file
 * Video
 *
 * Contains styles for inline video objects.
 */
.vid-inline {
  margin-bottom: 3.5em;
  position: relative;
  cursor: pointer;
}

.vid-inline:hover .vid-inline__bttn:before {
  background-color: #D6E53F;
}

.vid-inline:after {
  content: '';
  position: absolute;
  top: -70px;
  right: -50%;
  width: 100%;
  height: 100%;
  background-image: url(/_resources/assets/img/brush-left.png);
  background-size: contain;
  z-index: -1;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media (min-width: 700px) {
  .vid-inline:after {
    top: -130px;
    right: -30%;
  }
}

@media (min-width: 700px) {
  .vid-inline {
    margin-bottom: 5.5em;
  }
}

@media (min-width: 1025px) {
  .vid-inline {
    margin-top: 6.1rem;
    margin-bottom: 4.2em;
  }
}

.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.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-size: 0.9rem;
  line-height: 1.2;
  padding: 0.5rem 5em 0.5em 0.5em;
  background-color: #F0F6F7;
}

@media (min-width: 700px) {
  .vid-inline__caption {
    padding: 0.65rem 10em 0.65em 0.8em;
  }
}

@media (min-width: 1025px) {
  .vid-inline__caption {
    padding: 1rem 15em 1em 1em;
  }
}

.vid-inline__bttn {
  position: absolute;
  right: 12px;
  bottom: -29px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #F0F6F7;
  z-index: 3;
}

@media screen and (min-width: 700px) {
  .vid-inline__bttn {
    right: 34px;
    bottom: -60px;
    width: 78px;
    height: 78px;
  }
}

@media screen and (min-width: 1025px) {
  .vid-inline__bttn {
    right: 47px;
    bottom: -80px;
    width: 100px;
    height: 100px;
  }
}

.vid-inline__bttn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #002D69;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

@media screen and (min-width: 700px) {
  .vid-inline__bttn:before {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .vid-inline__bttn:before {
    width: 82px;
    height: 82px;
  }
}

.vid-inline__bttn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 1px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #002D69;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 700px) {
  .vid-inline__bttn:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 18px solid #002D69;
  }
}

@media screen and (min-width: 1025px) {
  .vid-inline__bttn:after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 23px solid #002D69;
  }
}

.vid-inline__bttn.js-hide {
  opacity: 0;
}

/**
 * @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 {
  padding: 0 0 27px;
  border-bottom: 2px solid #5DD0DA;
}

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

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

.carousel__caption {
  position: relative;
  width: 100%;
  bottom: 0;
  font-size: 0.888rem;
  line-height: 1.36;
  margin: 0.5rem auto 0;
  padding: 1rem 0;
}

@media (min-width: 1025px) {
  .carousel__caption {
    margin: 0.9rem 0 0;
    max-width: 60%;
  }
}

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

@media (min-width: 1025px) {
  .carousel__intro {
    margin: 1.5rem 0 2.2rem;
    line-height: 1.6;
  }
}

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

.quote.quote--full {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  font-size: 1.1rem;
  line-height: 1.4;
  margin-top: 2.2em;
  margin-bottom: 3.7rem;
  color: #002D69;
}

@media screen and (min-width: 700px) {
  .quote.quote--full {
    margin-top: 3.7em;
    margin-bottom: 6.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .quote.quote--full {
    font-size: 1.665rem;
    line-height: 1.25;
    margin-top: 2.5em;
    margin-bottom: 7.3rem;
  }
}

.quote.quote--full:after {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background-image: url("/_resources/assets/img/splash-bg.png");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.quote.quote--full .quote__inner {
  padding: 1.8em 24px 2em 24px;
}

@media screen and (min-width: 700px) {
  .quote.quote--full .quote__inner {
    padding: 2.9em 50px 2em 50px;
  }
}

@media screen and (min-width: 1025px) {
  .quote.quote--full .quote__inner {
    max-width: 966px;
    margin: 0 auto;
    padding: 2.4em 50px 2.4em 50px;
  }
}

.quote.quote--full .quote__copy {
  position: relative;
  font-family: font-commissioner-bold, sans-serif;
  padding-left: 2.4rem;
  margin-bottom: 0.6em;
  font-style: italic;
}

@media screen and (min-width: 700px) {
  .quote.quote--full .quote__copy {
    padding-left: 1.7rem;
    margin-bottom: 1.3em;
  }
}

@media screen and (min-width: 1025px) {
  .quote.quote--full .quote__copy {
    margin-bottom: 1em;
  }
}

.quote.quote--full .quote__copy:before {
  content: '“';
  position: absolute;
  top: -13px;
  left: 5px;
  font-size: 2.8rem;
}

@media screen and (min-width: 700px) {
  .quote.quote--full .quote__copy:before {
    left: -5px;
  }
}

@media screen and (min-width: 1025px) {
  .quote.quote--full .quote__copy:before {
    left: -20px;
    font-size: 4.2rem;
  }
}

.quote.quote--full .quote__copy:after {
  content: '”';
  position: relative;
  top: 26px;
  line-height: 0;
  font-size: 2.8rem;
}

@media screen and (min-width: 700px) {
  .quote.quote--full .quote__copy:after {
    top: 23px;
  }
}

@media screen and (min-width: 1025px) {
  .quote.quote--full .quote__copy:after {
    font-size: 4.2rem;
    top: 37px;
  }
}

.quote.quote--full .quote__attr {
  display: inline-block;
}

.quote.quote--full .quote__info {
  display: inline-block;
}

.quote.quote--full .quote__footer {
  position: relative;
  font-family: font-commissioner-regular, sans-serif;
  padding: 1em 0 0 2.4rem;
  font-size: 0.89rem;
}

.quote.quote--full .quote__footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url("/_resources/assets/img/brush-divider-hor.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 700px) {
  .quote.quote--full .quote__footer {
    padding: 1.4em 0 0 0;
    margin-right: 15%;
  }
}

@media screen and (min-width: 1025px) {
  .quote.quote--full .quote__footer {
    padding: 1.4em 0 0 1.8rem;
    margin-right: 37%;
  }
}

.quote-grid__header {
  background: #002D69;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  left: 0;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 28px 20px 30px;
}

@media (min-width: 700px) {
  .quote-grid__header {
    padding: 44px 50px 48px;
  }
}

@media (min-width: 1025px) {
  .quote-grid__header {
    padding: 73px 50px 58px;
  }
}

.quote-grid__header h2 {
  color: #FFFFFF;
  margin: 0;
}

@media (min-width: 1025px) {
  .quote-grid__header h2 {
    max-width: 1040px;
    margin: 0 auto;
  }
}

.quote-grid .grid {
  width: 100%;
}

@media (min-width: 700px) {
  .quote-grid .grid {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (min-width: 1025px) {
  .quote-grid .grid {
    max-width: 1178px;
    padding-left: 70px;
    padding-right: 50px;
  }
}

.quote-grid .grid:after {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: absolute;
  display: block;
  background-color: #002D69;
  height: 255px;
  content: '';
  left: 0;
  top: -1px;
  z-index: -1;
}

@media (min-width: 700px) {
  .quote-grid .grid:after {
    height: 218px;
  }
}

@media (min-width: 700px) {
  .quote-grid .grid-item, .quote-grid .grid-sizer {
    width: calc(50% - 20px);
  }
}

@media (min-width: 1025px) {
  .quote-grid .grid-item, .quote-grid .grid-sizer {
    width: calc((50% - 50px) - 40px);
  }
}

.quote-grid .grid-item {
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .quote-grid .grid-item {
    margin: 0 0 2rem;
  }
}

@media (min-width: 1025px) {
  .quote-grid .grid-item {
    margin: 0 0 2.5rem;
  }
}

.quote-grid .grid .quote__item {
  position: relative;
  text-align: center;
  background: #F0F6F7;
  padding: 0 0 1.3rem;
}

@media (min-width: 1025px) {
  .quote-grid .grid .quote__item {
    padding: 0 0 1.8rem;
  }
}

.quote-grid .grid .quote__item:after {
  content: '';
  display: block;
  position: absolute;
  background: url(/_resources/assets/img/brushbtmstory.svg) no-repeat center bottom;
  background-size: cover;
  width: 100%;
  height: 400px;
  bottom: 0px;
  z-index: -1;
}

.quote-grid .grid .quote__item .cta {
  margin: 0.8rem auto 0;
}

.quote-grid .grid .quote__img {
  position: relative;
  height: 100%;
  width: 80%;
  margin: -1.6rem auto 0;
}

@media (min-width: 700px) {
  .quote-grid .grid .quote__img {
    width: 58%;
  }
}

@media (min-width: 1025px) {
  .quote-grid .grid .quote__img {
    margin: -3.9rem auto 0;
  }
}

.quote-grid .grid .quote__img img {
  border-radius: 100%;
  z-index: 1;
  margin: auto;
  border: 10px solid #F0F6F7;
}

@media (min-width: 1025px) {
  .quote-grid .grid .quote__img img {
    border: 18px solid #F0F6F7;
  }
}

.quote-grid .grid .quote__content {
  padding: 34px 40px 60px;
  font-style: italic;
  background: #5DD0DA url("/_resources/assets/img/quotes-brush.png") no-repeat left bottom;
  background-size: cover;
  text-align: left;
}

@media (min-width: 700px) {
  .quote-grid .grid .quote__content {
    padding: 44px 52px 60px;
  }
}

@media (min-width: 1025px) {
  .quote-grid .grid .quote__content {
    padding: 60px 75px 90px;
  }
}

.quote-grid .grid .quote__content:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("/_resources/assets/img/statsseparatorbrush.svg") no-repeat center center;
  background-size: cover;
}

.quote-grid .grid .quote__text {
  position: relative;
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  line-height: 1.38;
  margin: 0 0 1rem;
  padding: 0 0 1.5rem;
}

@media (min-width: 700px) {
  .quote-grid .grid .quote__text {
    font-size: 1.11rem;
  }
}

@media (min-width: 1025px) {
  .quote-grid .grid .quote__text {
    margin: 0 0 1.7rem;
    padding: 0 0 1.85rem;
    line-height: 1.25;
    font-size: 1.66rem;
  }
}

.quote-grid .grid .quote__text:before, .quote-grid .grid .quote__text:after {
  color: #002D69;
  display: inline;
  position: absolute;
  font-size: 2.7rem;
  line-height: 0;
  font-family: inherit;
}

@media (min-width: 1025px) {
  .quote-grid .grid .quote__text:before, .quote-grid .grid .quote__text:after {
    font-size: 4.4rem;
  }
}

.quote-grid .grid .quote__text:before {
  top: 20px;
  left: -24px;
  content: '\201C';
  margin-left: -10px;
}

@media (min-width: 1025px) {
  .quote-grid .grid .quote__text:before {
    top: 30px;
    left: -43px;
  }
}

.quote-grid .grid .quote__text:after {
  bottom: 28px;
  content: '\201D';
}

@media (min-width: 1025px) {
  .quote-grid .grid .quote__text:after {
    bottom: 36px;
  }
}

.quote-grid .grid .quote__name {
  position: relative;
  color: #002D69;
  font-style: normal;
  font-size: 0.889rem;
}

.quote-grid .grid .quote__name:before {
  content: '';
  position: absolute;
  top: -1.2rem;
  left: 0;
  width: 100%;
  height: 4px;
  background-image: url("/_resources/assets/img/brush-divider-hor.svg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (min-width: 1025px) {
  .quote-grid .grid .quote__name:before {
    top: -1.7rem;
  }
}

.quote-grid .grid__show-bttn {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 20px;
  font-family: font-commissioner-bold, sans-serif;
  border: none;
  background-color: transparent;
  padding: 1rem 1rem 1rem 2rem;
}

.quote-grid .grid__show-bttn span {
  pointer-events: none;
}

.quote-grid .grid__show-bttn .open {
  display: none;
}

.quote-grid .grid__show-bttn .icon {
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  background-color: #5DD0DA;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.quote-grid .grid__show-bttn .icon:before, .quote-grid .grid__show-bttn .icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000000;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.quote-grid .grid__show-bttn .icon:before {
  left: 50%;
  height: 50%;
  width: 1px;
}

.quote-grid .grid__show-bttn .icon:after {
  height: 1px;
  width: 50%;
}

.quote-grid .grid__show-bttn[aria-expanded="true"] .closed {
  display: none;
}

.quote-grid .grid__show-bttn[aria-expanded="true"] .open {
  display: block;
}

.quote-grid .grid__show-bttn[aria-expanded="true"] .icon:before {
  display: none;
}

.quote-grid .grid__show-dropdown {
  display: none;
}

.quote-grid .grid--mobile {
  position: relative;
  padding-bottom: 4rem;
}

@media screen and (min-width: 700px) {
  .quote-grid .grid--mobile {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .quote-grid .grid--tab-desk {
    display: none;
  }
}

.home-news-3up {
  position: relative;
  margin-bottom: 4.1rem;
}

@media screen and (min-width: 700px) {
  .home-news-3up {
    margin-bottom: 3.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-news-3up {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    margin-bottom: 4.4rem;
  }
}

.home-news-3up:after {
  content: '';
  position: absolute;
  top: 0;
  left: -20px;
  width: calc(100% + 40px);
  height: 0;
  padding-bottom: 206px;
  background-image: url("/_resources/assets/img/home-news-3up-bg.png");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .home-news-3up:after {
    left: -50px;
    padding-bottom: 37.5%;
    width: calc(100% + 100px);
  }
}

@media screen and (min-width: 1025px) {
  .home-news-3up:after {
    left: 0;
    padding-bottom: 354px;
  }
}

.home-news-3up__inner {
  padding-top: 25px;
}

@media screen and (min-width: 700px) {
  .home-news-3up__inner {
    padding-top: 2.1rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-news-3up__inner {
    padding: 3.3rem 50px 0;
    max-width: 1144px;
    margin: 0 auto;
  }
}

.home-news-3up__top {
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .home-news-3up__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: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.9rem;
  }
}

@media screen and (min-width: 1025px) {
  .home-news-3up__top {
    margin-bottom: 2.3rem;
  }
}

.home-news-3up__header {
  margin-top: 0;
}

@media screen and (min-width: 700px) {
  .home-news-3up__header {
    margin: 0;
  }
}

@media screen and (min-width: 700px) {
  .home-news-3up__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 700px) {
  .home-news-3up__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 33.3%;
       -moz-box-flex: 1;
        -ms-flex: 1 0 33.3%;
            flex: 1 0 33.3%;
  }
}

@media screen and (max-width: 699px) {
  .home-news-3up__item:not(:last-of-type) {
    margin-bottom: 1.6rem;
  }
}

.home-news-3up .news__img {
  width: 48%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 700px) {
  .home-news-3up .news__img {
    width: 100%;
  }
}

.home-news-3up .news__header {
  font-size: 1rem;
  margin: 0 0 0.7rem;
}

.home-news-3up .news__header .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.home-news-3up .news__header .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.home-news-3up .news__header .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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.home-news-3up .news__header:hover .arrow {
  right: -12px;
}

.home-news-3up .news__header:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media screen and (min-width: 700px) {
  .home-news-3up .news__header {
    padding-right: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .home-news-3up .news__header {
    font-size: 1.1rem;
  }
}

.home-news-3up .news__header .last-word .arrow {
  top: 55%;
}

.home-news-3up .news__header .last-word .arrow:before {
  width: 7px;
  height: 7px;
  border-width: 2px;
  top: 55%;
}

@media (min-width: 1025px) {
  .home-news-3up .news__header .last-word .arrow:before {
    top: 2px;
  }
}

.home-news-3up .news__info {
  font-size: 0.889rem;
  color: #000000;
}

.home-news-3up .news__date {
  color: #000000;
  font-family: font-commissioner-semibold, sans-serif;
  font-size: 0.9rem;
  padding: 0;
}

.home-news-3up .news__author {
  font-family: font-commissioner-regular, sans-serif;
}

.home-news-3up .news__author:before {
  content: '|';
  margin: 0 4px;
  color: #5DD0DA;
}

.home-feature {
  margin: 70px -20px 30px;
  position: relative;
}

@media screen and (min-width: 700px) {
  .home-feature {
    margin: 80px -50px;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature {
    margin: 100px 0;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}

.home-feature__image-text {
  padding: 0 20px 60px;
}

@media screen and (min-width: 700px) {
  .home-feature__image-text {
    padding: 0 35px;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature__image-text {
    padding-bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 700px) {
  .home-feature__image-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home-feature__image-text h2 {
  line-height: 1;
  margin-top: 25px;
  margin-bottom: 25px;
}

.home-feature--white .home-feature__image-text {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.home-feature--white .home-feature__text {
  padding-bottom: 0;
}

@media screen and (min-width: 700px) {
  .home-feature--white .home-feature__text {
    margin-left: -35px;
    margin-right: 0;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature--white .home-feature__text {
    padding: 30px 80px 0;
  }
}

.home-feature--white .home-feature__image {
  margin: 0;
}

@media screen and (min-width: 700px) {
  .home-feature--white .home-feature__image {
    margin-right: -35px;
    margin-left: 0;
  }
}

.home-feature--white .home-feature__cta {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #5DD0DA;
  color: #002D69;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  margin-top: 2em;
  z-index: 10;
}

@media screen and (min-width: 700px) {
  .home-feature--white .home-feature__cta {
    padding: 0.55rem 1.8rem;
  }
}

@media (min-width: 700px) {
  .home-feature--white .home-feature__cta {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}

.home-feature--white .home-feature__cta:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-blue.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.home-feature--white .home-feature__cta:hover, .home-feature--white .home-feature__cta:focus {
  color: #FFFFFF;
}

.home-feature--white .home-feature__cta:hover:after, .home-feature--white .home-feature__cta:focus:after {
  opacity: 1;
}

.home-feature--white .home-feature__cta span {
  position: relative;
  z-index: 2;
}

.home-feature--white .home-feature__cta:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .home-feature--white .home-feature__cta {
    margin-top: 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature--white .home-feature__cta {
    margin-top: 2em;
  }
}

.home-feature--brushstroke {
  margin-top: 100px;
  position: relative;
  z-index: 0;
}

.home-feature--brushstroke:after {
  content: '';
  position: absolute;
  top: -60px;
  right: -50px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  width: 100%;
  height: 400px;
  background: url(/_resources/assets/img/brush-left.png) no-repeat;
  background-size: contain;
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .home-feature--brushstroke:after {
    top: 50px;
    right: -150px;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature--brushstroke:after {
    bottom: -300px;
    height: 600px;
    top: auto;
    right: -55px;
    background-size: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .home-feature--brushstroke:after {
    width: 1200px;
    right: calc((100% - 1200px) / 2 - 55px);
  }
}

.home-feature--orange .home-feature__image-text {
  background-color: #FF9E39;
}

.home-feature--orange .home-feature__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover';
}

.home-feature--orange .home-feature__cta {
  position: relative;
  display: inline-block;
  padding: 0.55rem 1.4rem;
  margin: 0.6rem 0 0;
  background: #002D69;
  color: #FFFFFF;
  font-size: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  margin-top: 2em;
  z-index: 10;
}

@media screen and (min-width: 700px) {
  .home-feature--orange .home-feature__cta {
    padding: 0.55rem 1.8rem;
  }
}

@media (min-width: 700px) {
  .home-feature--orange .home-feature__cta {
    font-size: 1rem;
    margin: 0.2rem 0 0;
  }
}

.home-feature--orange .home-feature__cta:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -30%;
  width: 120%;
  height: 120%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("/_resources/assets/img/button-hover-white.svg");
  background-size: cover;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.home-feature--orange .home-feature__cta:hover, .home-feature--orange .home-feature__cta:focus {
  color: #002D69;
}

.home-feature--orange .home-feature__cta:hover:after, .home-feature--orange .home-feature__cta:focus:after {
  opacity: 1;
}

.home-feature--orange .home-feature__cta span {
  position: relative;
  z-index: 2;
}

.home-feature--orange .home-feature__cta:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .home-feature--orange .home-feature__cta {
    margin-top: 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature--orange .home-feature__cta {
    margin-top: 2em;
  }
}

.home-feature__image {
  margin: 0 -20px;
}

@media screen and (min-width: 700px) {
  .home-feature__image {
    width: calc(50% + 35px);
    margin: 0 0 0 -35px;
  }
}

.home-feature__image img {
  width: 100%;
}

@media screen and (min-width: 700px) {
  .home-feature__text {
    width: calc(50% + 35px);
    margin: 0 -35px 0 0;
    padding: 0 35px 60px;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature__text {
    padding: 30px 75px 80px;
  }
}

.home-feature__cta {
  margin-top: 2em;
  z-index: 10;
}

.home-feature__cta:after {
  z-index: -1;
}

@media screen and (min-width: 700px) {
  .home-feature__cta {
    margin-top: 1.5em;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature__cta {
    margin-top: 2em;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature__body {
    font-size: 1.1rem;
    line-height: 1.4;
  }
}

.home-feature__quote {
  padding: 115px 50px 30px;
  position: relative;
}

.home-feature__quote:after {
  content: '';
  display: block;
  background: url(/_resources/assets/img/brushbtmstory.svg) no-repeat center bottom;
  background-size: cover;
  width: 100vw;
  left: 50%;
  height: 100%;
  margin-left: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -20px;
  top: 0;
  z-index: -1;
}

@media screen and (min-width: 1025px) {
  .home-feature__quote:after {
    background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(10%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(255, 255, 255, 0)), to(white)), url(/_resources/assets/img/brushbtmstory.svg);
    background-image: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 10%), -o-linear-gradient(left, rgba(255, 255, 255, 0) 90%, white 100%), url(/_resources/assets/img/brushbtmstory.svg);
    background-image: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 10%), linear-gradient(to right, rgba(255, 255, 255, 0) 90%, white 100%), url(/_resources/assets/img/brushbtmstory.svg);
    width: 1900px;
  }
}

@media screen and (min-width: 700px) {
  .home-feature__quote {
    padding: 40px 260px 30px 80px;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature__quote {
    padding: 45px 350px 70px 170px;
    max-width: 1200px;
    margin: 0 auto;
  }
}

.home-feature__quote u {
  text-decoration: none;
  background: url(/_resources/assets/icons/green-brush.svg) no-repeat;
  background-position: center 0.7em;
  background-size: contain;
}

.home-feature__quote img {
  position: absolute;
  border-radius: 100em;
  border: 12px solid #F0F6F7;
  width: 155px;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 700px) {
  .home-feature__quote img {
    border-width: 15px;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 35px;
    width: 194px;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature__quote img {
    width: 235px;
    right: 85px;
  }
}

.home-feature__attribution {
  font-size: 0.9rem;
}

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

.home-feature__attribution .quote__name {
  font-weight: 700;
}

.home-feature__attribution .quote__name:after {
  content: "";
  width: 2px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  background: #5DD0DA;
  margin: -3px 5px 0;
}

@media screen and (min-width: 700px) {
  .home-feature__attribution .quote__name:after {
    margin: -3px 7px 0;
    height: 21px;
  }
}

@media screen and (min-width: 700px) {
  .home-feature__quote {
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature__quote {
    padding-bottom: 100px;
  }
}

.home-feature__quote blockquote {
  font-family: font-commissioner-bold, sans-serif;
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.4;
  color: #002D69;
  position: relative;
  margin: 0 0 1em;
}

@media screen and (min-width: 1025px) {
  .home-feature__quote blockquote {
    font-size: 1.665rem;
    line-height: 1.25;
    margin: 0 0 0.5em;
  }
}

.home-feature__quote blockquote:before {
  color: #FF9E39;
  content: '“';
  position: absolute;
  top: -13px;
  left: -35px;
  font-size: 2.8rem;
}

@media screen and (min-width: 1025px) {
  .home-feature__quote blockquote:before {
    font-size: 4.2rem;
    top: -15px;
    left: -55px;
  }
}

.home-feature__quote blockquote .arrow:after {
  color: #FF9E39;
  content: '”';
  position: relative;
  top: 21px;
  line-height: 0;
  font-size: 2.8rem;
}

@media screen and (min-width: 700px) {
  .home-feature__quote blockquote .arrow:after {
    top: 23px;
  }
}

@media screen and (min-width: 1025px) {
  .home-feature__quote blockquote .arrow:after {
    font-size: 4.2rem;
    top: 37px;
  }
}

/**
 * @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__faculty-info {
  border-bottom: 2px solid #5DD0DA;
  margin: 3.5rem 0 3rem;
  padding: 0 0 0.7rem;
}

@media (min-width: 700px) {
  .catalog__faculty-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2.3rem 0 2.2rem;
  }
}

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

.catalog__faculty-info:last-child {
  border: none;
}

.catalog__faculty-info img {
  margin: 0 0 1rem 0;
}

@media (min-width: 700px) {
  .catalog__faculty-info img {
    margin: 0 1rem 2rem 0;
    width: 35%;
  }
}

@media (min-width: 1025px) {
  .catalog__faculty-info img {
    width: 44%;
    margin: 0 1.3rem 2rem 0;
  }
}

.catalog__faculty-info .faculty-info__contact {
  padding: 0.5rem 0 0;
}

@media (min-width: 1025px) {
  .catalog__faculty-info .faculty-info__contact {
    padding: 1.75rem 0 0;
  }
}

.catalog__faculty-info .faculty-info__name {
  font-size: 1.22rem;
  margin: 0 0 0.4rem;
}

@media (min-width: 1025px) {
  .catalog__faculty-info .faculty-info__name {
    font-size: 1.44rem;
  }
}

@media (min-width: 1025px) {
  .catalog__faculty-info .faculty-info__name {
    margin: 0;
  }
}

.catalog__faculty-info .faculty-info__name a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.catalog__faculty-info .faculty-info__name a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.catalog__faculty-info .faculty-info__name 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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.catalog__faculty-info .faculty-info__name a:hover .arrow {
  right: -12px;
}

.catalog__faculty-info .faculty-info__name a:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

.catalog__faculty-info .faculty-info__title {
  font-family: font-commissioner-bold, sans-serif;
  margin: 0 0 0.5rem 0;
}

@media (min-width: 1025px) {
  .catalog__faculty-info .faculty-info__title {
    font-size: 1.22rem;
    margin: 0 1rem 2rem 0;
  }
}

.catalog__faculty-info .faculty-info__email {
  margin: 0 0 0.5rem 0;
}

.catalog__faculty-info .faculty-info__office {
  margin: 0 0 1rem 0;
  line-height: 1.3;
}

.program .accordion table {
  display: table;
  margin: 0 0 1rem;
  table-layout: fixed;
}

.program .accordion table td,
.program .accordion table th {
  display: table-cell;
  padding: 1.05rem 1rem 0 0;
  min-width: 0;
  border-bottom: 0;
  vertical-align: top;
}

.program .accordion table tr {
  display: table-row;
}

@media (min-width: 1025px) {
  .catalog-course-list,
  .catalog-program-list {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 50px;
    max-width: 1141px;
  }
}

.catalog-course-list__table,
.catalog-program-list__table {
  border-collapse: collapse;
  width: 100%;
}

.catalog-course-list__table thead,
.catalog-program-list__table thead {
  display: none;
}

.catalog-course-list__table tr,
.catalog-program-list__table tr {
  border-bottom: 2px solid #5DD0DA;
}

.catalog-course-list__table td,
.catalog-program-list__table td {
  border: 0;
}

.catalog-course-list__table th,
.catalog-course-list__table td,
.catalog-program-list__table th,
.catalog-program-list__table td {
  text-align: left;
  padding: 20px 10px;
}

.catalog-course-list__table h2,
.catalog-program-list__table h2 {
  margin-top: 0;
}

.catalog-course-list__credit,
.catalog-program-list__credit {
  font-weight: 700;
}

.catalog-course-list__select,
.catalog-program-list__select {
  margin-right: 20px;
}

.catalog-course-list__togglebtn,
.catalog-program-list__togglebtn {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border: 2px solid #5DD0DA;
  font-family: font-commissioner-bold, sans-serif;
  padding: 23px 25px;
  text-align: left;
  font-size: 1.11rem;
}

@media screen and (max-width: 1024px) {
  .catalog-course-list__togglebtn,
  .catalog-program-list__togglebtn {
    margin: 1rem 0 0;
    -webkit-transition: border-bottom 0s 0.4s;
    -o-transition: border-bottom 0s 0.4s;
    transition: border-bottom 0s 0.4s;
  }
}

@media (min-width: 700px) {
  .catalog-course-list__togglebtn,
  .catalog-program-list__togglebtn {
    margin: 2.5rem 0 0;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__togglebtn,
  .catalog-program-list__togglebtn {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .catalog-course-list__togglebtn[aria-expanded="true"],
  .catalog-program-list__togglebtn[aria-expanded="true"] {
    border-bottom: 0;
    -webkit-transition: border-bottom 0s 0s;
    -o-transition: border-bottom 0s 0s;
    transition: border-bottom 0s 0s;
  }
}

.catalog-course-list__togglebtn[aria-expanded="true"] .toggle__icon,
.catalog-program-list__togglebtn[aria-expanded="true"] .toggle__icon {
  background-color: #002D69;
}

.catalog-course-list__togglebtn[aria-expanded="true"] .toggle__icon:before, .catalog-course-list__togglebtn[aria-expanded="true"] .toggle__icon:after,
.catalog-program-list__togglebtn[aria-expanded="true"] .toggle__icon:before,
.catalog-program-list__togglebtn[aria-expanded="true"] .toggle__icon:after {
  background-color: #FFFFFF;
}

.catalog-course-list__togglebtn[aria-expanded="true"] .toggle__icon:before,
.catalog-program-list__togglebtn[aria-expanded="true"] .toggle__icon:before {
  content: none;
}

.catalog-course-list__togglebtn[aria-expanded="true"] + .dataTables_wrapper .catalog-course-list__reset,
.catalog-course-list__togglebtn[aria-expanded="true"] + .dataTables_wrapper .catalog-program-list__reset,
.catalog-program-list__togglebtn[aria-expanded="true"] + .dataTables_wrapper .catalog-course-list__reset,
.catalog-program-list__togglebtn[aria-expanded="true"] + .dataTables_wrapper .catalog-program-list__reset {
  opacity: 1;
}

.catalog-course-list__togglebtn .toggle__icon,
.catalog-program-list__togglebtn .toggle__icon {
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  right: 20px;
  top: 50%;
  background-color: #5DD0DA;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.catalog-course-list__togglebtn .toggle__icon:before, .catalog-course-list__togglebtn .toggle__icon:after,
.catalog-program-list__togglebtn .toggle__icon:before,
.catalog-program-list__togglebtn .toggle__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000000;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.catalog-course-list__togglebtn .toggle__icon:before,
.catalog-program-list__togglebtn .toggle__icon:before {
  left: 50%;
  height: 50%;
  width: 1px;
}

.catalog-course-list__togglebtn .toggle__icon:after,
.catalog-program-list__togglebtn .toggle__icon:after {
  height: 1px;
  width: 50%;
}

.catalog-course-list__reset,
.catalog-program-list__reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("/_resources/assets/icons/refresh-drk.svg") no-repeat center center;
  background: transparent url("/_resources/assets/icons/refresh.svg") no-repeat center center;
  background-size: contain;
  border: none;
  width: 38px;
  height: 38px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 0 1rem;
  opacity: 0;
}

@media (min-width: 1025px) {
  .catalog-course-list__reset,
  .catalog-program-list__reset {
    opacity: 1;
  }
}

.catalog-course-list__reset:not(.js-disabled):hover, .catalog-course-list__reset:not(.js-disabled):focus,
.catalog-program-list__reset:not(.js-disabled):hover,
.catalog-program-list__reset:not(.js-disabled):focus {
  background: transparent url("/_resources/assets/icons/refresh-drk.svg") no-repeat center center;
  background-size: contain;
}

.catalog-course-list__reset.js-disabled,
.catalog-program-list__reset.js-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.catalog-course-list__reset span,
.catalog-program-list__reset span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.catalog-course-list__top,
.catalog-program-list__top {
  display: block;
  position: relative;
  margin: 1.9rem 0 1.9rem 1.5rem;
  font-family: font-commissioner-semibold, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .catalog-course-list__top,
  .catalog-program-list__top {
    margin: 2.5rem 0 3rem 1.5rem;
  }
}

.catalog-course-list__top:hover:before,
.catalog-program-list__top:hover:before {
  background-color: #002D69;
}

.catalog-course-list__top:hover:after,
.catalog-program-list__top:hover:after {
  border-color: #FFFFFF;
}

.catalog-course-list__top:before,
.catalog-program-list__top:before {
  content: '';
  position: absolute;
  display: block;
  left: -1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #D6E53F;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}

.catalog-course-list__top:after,
.catalog-program-list__top:after {
  content: '';
  display: block;
  position: absolute;
  left: -1.5rem;
  margin-left: 5px;
  margin-top: 2px;
  top: 50%;
  content: '';
  height: 7px;
  width: 7px;
  border-top: 2px solid #002D69;
  border-right: 2px solid #002D69;
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

.catalog-course-list .dataTables_filter,
.catalog-program-list .dataTables_filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.catalog-course-list .dataTables_filter[aria-expanded="true"] .catalog-course-list__reset,
.catalog-course-list .dataTables_filter[aria-expanded="true"] .catalog-program-list__reset,
.catalog-program-list .dataTables_filter[aria-expanded="true"] .catalog-course-list__reset,
.catalog-program-list .dataTables_filter[aria-expanded="true"] .catalog-program-list__reset {
  opacity: 1;
}

.catalog-course-list .dataTables_filter label,
.catalog-program-list .dataTables_filter label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.catalog-course-list .dataTables_filter input[type='search'],
.catalog-program-list .dataTables_filter input[type='search'] {
  display: block;
  border-radius: 0;
  -webkit-appearance: none;
}

.catalog-course-list .dataTables_info,
.catalog-program-list .dataTables_info {
  display: none;
}

.catalog-program-list table {
  border-top: 2px solid #5DD0DA;
}

.catalog-program-list tbody,
.catalog-program-list tr {
  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;
}

.catalog-program-list tr {
  padding: 18px 0;
}

@media (min-width: 700px) {
  .catalog-program-list tr {
    -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;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list tr {
    padding: 15px 0;
  }
}

.catalog-program-list td {
  font-family: font-commissioner-bold, sans-serif;
  font-size: 1.22rem;
  padding: 0;
}

@media (min-width: 700px) {
  .catalog-program-list td:nth-child(2) {
    margin-left: auto;
    min-width: 140px;
    font-size: 1.11rem;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list td:nth-child(2) {
    min-width: 206px;
  }
}

.catalog-program-list td a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.catalog-program-list td a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.catalog-program-list td 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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.catalog-program-list td a:hover .arrow {
  right: -12px;
}

.catalog-program-list td a:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media (min-width: 700px) {
  .catalog-program-list__reset {
    width: 52px;
    height: 52px;
    margin: 1.9rem 0 0 0.9rem;
  }
}

.catalog-program-list .dataTables_filter {
  display: none;
  position: relative;
}

@media (min-width: 1025px) {
  .catalog-program-list .dataTables_filter {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    max-width: 444px;
    padding: 40px 0;
  }
}

.catalog-program-list .dataTables_filter label {
  margin-bottom: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  line-height: 1.19;
  font-size: 0.888rem;
}

@media (min-width: 700px) {
  .catalog-program-list .dataTables_filter label {
    float: left;
    width: calc(100% - (52px + 0.9rem));
    margin-bottom: 2.2rem;
  }
}

@media (min-width: 1025px) {
  .catalog-program-list .dataTables_filter label {
    margin-bottom: 0;
  }
}

.catalog-program-list .dataTables_filter input {
  display: inline;
  width: 100%;
  color: rgba(0, 45, 105, 0.5);
  font-weight: 400;
  font-size: 0.888rem;
  font-style: italic;
  padding: 9px 12px;
  border: 1px solid #002D69;
  margin: 15px 0 0;
}

@media (min-width: 700px) {
  .catalog-program-list .dataTables_filter input {
    width: 100%;
    padding: 16px 12px;
  }
}

.catalog-program-list .dataTables_filter input::-webkit-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-program-list .dataTables_filter input::-moz-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-program-list .dataTables_filter input:-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-program-list .dataTables_filter input::-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-program-list .dataTables_filter input::placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-course-list table {
  margin: 0 0 2rem;
}

@media screen and (max-width: 1024px) {
  .catalog-course-list table {
    margin-top: 2rem;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list table {
    margin: 0 0 1rem;
  }
}

.catalog-course-list td {
  padding: 20px 0 26px;
}

@media (min-width: 700px) {
  .catalog-course-list td {
    padding: 40px 0 35px;
  }
}

.catalog-course-list tr {
  position: relative;
  margin: 0 0 0.4rem;
}

.catalog-course-list tr:first-child td {
  padding-top: 0;
}

.catalog-course-list tr:after {
  content: '';
  position: absolute;
  bottom: -2;
  right: 0;
  width: 50px;
  height: 5px;
  background-color: #FFFFFF;
}

@media (min-width: 700px) {
  .catalog-course-list tr:after {
    content: none;
  }
}

.catalog-course-list__number {
  font-size: 1.389rem;
}

@media (min-width: 700px) {
  .catalog-course-list__number {
    font-size: 1.889rem;
    line-height: 1.2;
    float: left;
    display: inline;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__number {
    font-size: 2rem;
  }
}

.catalog-course-list h2 {
  font-size: 1.389rem;
  line-height: 1.2;
}

@media (min-width: 700px) {
  .catalog-course-list h2 {
    font-size: 1.889rem;
    margin-left: 8rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list h2 {
    font-size: 2rem;
    margin-bottom: 0.7rem;
  }
}

.catalog-course-list h2 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.catalog-course-list h2 a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.catalog-course-list h2 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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.catalog-course-list h2 a:hover .arrow {
  right: -12px;
}

.catalog-course-list h2 a:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media (min-width: 700px) {
  .catalog-course-list h2 a .last-word .arrow {
    top: calc(50% + 3px);
  }
}

@media (min-width: 1025px) {
  .catalog-course-list h2 a .last-word .arrow {
    top: calc(50% + 1px);
  }
}

@media (min-width: 700px) {
  .catalog-course-list h2 a .last-word .arrow:before {
    width: 11px;
    height: 11px;
    border-top: 4px solid #002D69;
    border-right: 4px solid #002D69;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list h2 a .last-word .arrow:before {
    margin-top: 4px;
    right: calc(50% - 8px);
  }
}

.catalog-course-list__credit {
  font-family: font-commissioner-bold, sans-serif;
  font-size: 1.11rem;
}

@media (min-width: 700px) {
  .catalog-course-list__reset {
    width: 52px;
    height: 52px;
    margin: 34px 0 0;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list__top {
    margin: 1.4rem 0 3rem 1.5rem;
  }
}

.catalog-course-list .dataTables_filter {
  display: none;
  position: relative;
}

@media screen and (max-width: 1024px) {
  .catalog-course-list .dataTables_filter {
    padding: 1.4rem 20px 20px;
    border: 2px solid #5DD0DA;
    border-top: none;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list .dataTables_filter {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin: 2.6rem auto;
  }
}

.catalog-course-list .dataTables_filter label {
  margin-bottom: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  line-height: 1.19;
  font-size: 0.888rem;
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter label {
    float: left;
    margin-bottom: 2.2rem;
    margin-right: 15px;
    min-width: 232px;
  }
}

@media (min-width: 1025px) {
  .catalog-course-list .dataTables_filter label {
    margin-bottom: 0;
  }
}

.catalog-course-list .dataTables_filter input,
.catalog-course-list .dataTables_filter select {
  display: inline;
  width: 100%;
  color: rgba(0, 45, 105, 0.5);
  font-weight: 400;
  font-size: 0.888rem;
  font-style: italic;
  padding: 9px 12px;
  border: 1px solid #002D69;
  margin: 15px 0 0;
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter input,
  .catalog-course-list .dataTables_filter select {
    width: 100%;
    padding: 16px 12px;
  }
}

.catalog-course-list .dataTables_filter input::-webkit-input-placeholder, .catalog-course-list .dataTables_filter select::-webkit-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-course-list .dataTables_filter input::-moz-placeholder, .catalog-course-list .dataTables_filter select::-moz-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-course-list .dataTables_filter input:-ms-input-placeholder, .catalog-course-list .dataTables_filter select:-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-course-list .dataTables_filter input::-ms-input-placeholder, .catalog-course-list .dataTables_filter select::-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-course-list .dataTables_filter input::placeholder,
.catalog-course-list .dataTables_filter select::placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.catalog-course-list .dataTables_filter .catalog-course-list__select {
  margin-right: 0;
  position: relative;
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter .catalog-course-list__select {
    margin-right: 15px;
    float: left;
    min-width: 232px;
  }
}

.catalog-course-list .dataTables_filter .catalog-course-list__select:after {
  content: '';
  pointer-events: none;
  position: absolute;
  bottom: 30px;
  right: 11px;
  width: 8px;
  height: 8px;
  border-right: 3px solid #002D69;
  border-bottom: 3px solid #002D69;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter .catalog-course-list__select:after {
    bottom: 21px;
    right: 12px;
  }
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter .catalog-course-list__select label {
    margin: 0 0 15px;
    float: none;
  }
}

.catalog-course-list .dataTables_filter .catalog-course-list__select select {
  margin: 0 0 15px;
  color: #002D69;
  font-style: normal;
  background-color: #FFFFFF;
}

@media (min-width: 700px) {
  .catalog-course-list .dataTables_filter .catalog-course-list__select select {
    margin: 0;
  }
}

/**
 * @file
 * Faculty
 *
 * Contains styles for faculty detail and view modes.
 */
.faculty__resume-cta {
  text-align: left;
}

.faculty__info {
  margin: 0 0 1em;
}

@media (min-width: 700px) {
  .faculty__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 3rem;
  }
}

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

.faculty__label {
  font-family: font-commissioner-bold, sans-serif;
  text-transform: uppercase;
  margin-bottom: 0.2rem;
}

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

.faculty__email {
  margin-bottom: 0;
}

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

.faculty__phone {
  display: block;
  font-family: font-commissioner-regular, sans-serif;
  color: #000000;
  font-weight: 400;
  margin: 0 0 1rem;
}

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

.faculty__image, .faculty__contact {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faculty__image {
  margin: 1.2rem auto 1.5rem;
}

@media (min-width: 700px) {
  .faculty__image {
    -webkit-flex-basis: 21%;
        -ms-flex-preferred-size: 21%;
            flex-basis: 21%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 2rem 0 0 0;
  }
}

@media (min-width: 1025px) {
  .faculty__image {
    margin: 2rem 0 0 1.5rem;
    max-width: 346px;
  }
}

@media (min-width: 700px) {
  .faculty__image img {
    margin-right: 0;
    width: 100%;
  }
}

@media (min-width: 700px) {
  .faculty__contact {
    padding-left: 25px;
    margin: 2.6rem 0 0 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media (min-width: 1025px) {
  .faculty__contact {
    padding-left: 42px;
    margin: 2.4rem 0 0 0;
  }
}

.faculty__content {
  margin: 0 0 4rem;
}

.faculty.faculty--listing .faculty__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 2em;
}

.faculty.faculty--listing .faculty__image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
     -moz-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 2em;
}

.faculty.faculty--directory .faculty__list {
  padding: 0 0 2.5em;
}

@media (min-width: 700px) {
  .faculty.faculty--directory .faculty__list {
    padding: 0 0 3.8em;
  }
}

.faculty.faculty--directory .faculty__list .container {
  padding: 0;
}

@media (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list .container {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    left: 0;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 0 50px;
    max-width: 1141px;
  }
}

.faculty.faculty--directory .faculty__list .filter-btn-drop {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border: 2px solid #5DD0DA;
  font-family: font-commissioner-bold, sans-serif;
  padding: 23px 25px;
  margin: 1.4rem 0 0;
  text-align: left;
  font-size: 1.11rem;
}

@media (min-width: 700px) {
  .faculty.faculty--directory .faculty__list .filter-btn-drop {
    margin: 2rem 0 0rem;
  }
}

@media (min-width: 1025px) {
  .faculty.faculty--directory .faculty__list .filter-btn-drop {
    display: none;
  }
}

.faculty.faculty--directory .faculty__list .filter-btn-drop > span {
  display: inline-block;
  padding-right: 20px;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop.expanded {
  border-bottom: 0;
  margin-bottom: 0;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop.expanded .toggle__icon {
  background-color: #002D69;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop.expanded .toggle__icon:before, .faculty.faculty--directory .faculty__list .filter-btn-drop.expanded .toggle__icon:after {
  background-color: #FFFFFF;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop.expanded .toggle__icon:before {
  content: none;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop .toggle__icon {
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  right: 20px;
  top: 50%;
  background-color: #5DD0DA;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop .toggle__icon:before, .faculty.faculty--directory .faculty__list .filter-btn-drop .toggle__icon:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000000;
  content: '';
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop .toggle__icon:before {
  left: 50%;
  height: 50%;
  width: 1px;
}

.faculty.faculty--directory .faculty__list .filter-btn-drop .toggle__icon:after {
  height: 1px;
  width: 50%;
}

.faculty .heading-table {
  margin: 0 0 1.8rem;
}

@media (min-width: 700px) {
  .faculty .heading-table {
    margin: 0 0 40px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table {
    margin: 46px 0 46px;
  }
}

.faculty .heading-table .toolbar {
  position: relative;
  padding: 22px 0 0;
}

@media (min-width: 1025px) {
  .faculty .heading-table .toolbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding: 0;
  }
}

.faculty .heading-table .clear-table {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent url("/_resources/assets/icons/refresh-drk.svg") no-repeat center center;
  background: transparent url("/_resources/assets/icons/refresh.svg") no-repeat center center;
  background-size: contain;
  border: none;
  width: 38px;
  height: 38px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: 0 0 1rem;
  opacity: 0;
}

@media (min-width: 700px) {
  .faculty .heading-table .clear-table {
    margin-top: 10px;
    width: 52px;
    height: 52px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .clear-table {
    margin-top: 33px;
    margin-bottom: 0;
    opacity: 1;
  }
}

.faculty .heading-table .clear-table:not(.js-disabled):hover, .faculty .heading-table .clear-table:not(.js-disabled):focus {
  background: transparent url("/_resources/assets/icons/refresh-drk.svg") no-repeat center center;
  background-size: contain;
}

.faculty .heading-table .clear-table.js-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.faculty .heading-table .clear-table span {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}

.faculty .heading-table .filter-box {
  line-height: 1;
  position: relative;
  margin: 0 0 19px;
}

@media (min-width: 1025px) {
  .faculty .heading-table .filter-box {
    margin: 0 18px 0 0;
    -webkit-flex-basis: calc(100% / 4 - 24px);
        -ms-flex-preferred-size: calc(100% / 4 - 24px);
            flex-basis: calc(100% / 4 - 24px);
  }
}

.faculty .heading-table .filter-box:nth-child(3), .faculty .heading-table .filter-box:nth-child(4) {
  display: none;
}

.faculty .heading-table .filter-box:after {
  content: '';
  position: absolute;
  pointer-events: none;
  right: 11px;
  width: 8px;
  height: 8px;
  bottom: 17px;
  border-right: 3px solid #002D69;
  border-bottom: 3px solid #002D69;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 700px) {
  .faculty .heading-table .filter-box:after {
    bottom: 21px;
    right: 12px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .filter-box:after {
    bottom: 22px;
  }
}

.faculty .heading-table .form__label {
  margin-bottom: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  line-height: 1.19;
  font-size: 0.888rem;
  text-transform: capitalize;
}

@media (min-width: 700px) {
  .faculty .heading-table .form__label {
    margin-bottom: 2.2rem;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .form__label {
    margin-bottom: 0;
  }
}

.faculty .heading-table select {
  width: 100%;
  color: rgba(0, 45, 105, 0.5);
  font-weight: 400;
  background-color: #FFFFFF;
  font-size: 0.888rem;
  font-style: italic;
  padding: 9px 12px;
  border: 1px solid #002D69;
  margin: 15px 0 0;
}

@media (min-width: 700px) {
  .faculty .heading-table select {
    width: 100%;
    padding: 16px 12px;
  }
}

.faculty .heading-table select::-webkit-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table select::-moz-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table select:-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table select::-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table select::placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table .dataTables_filter {
  position: relative;
  margin: 1px 0 19px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media (max-width: 1024px) {
  .faculty .heading-table .dataTables_filter {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .dataTables_filter {
    max-width: 441.5px;
    margin: 0;
    -webkit-flex-basis: calc(100% / 4);
        -ms-flex-preferred-size: calc(100% / 4);
            flex-basis: calc(100% / 4);
  }
}

.faculty .heading-table .dataTables_filter label {
  margin-bottom: 0.8rem;
  font-family: font-commissioner-bold, sans-serif;
  line-height: 1.19;
  font-size: 0.888rem;
}

@media (min-width: 700px) {
  .faculty .heading-table .dataTables_filter label {
    margin-bottom: 2.2rem;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table .dataTables_filter label {
    margin: 0;
  }
}

.faculty .heading-table input[type="search"] {
  width: 100%;
  border-radius: 0;
  -webkit-appearance: none;
  color: rgba(0, 45, 105, 0.5);
  font-weight: 400;
  font-size: 0.888rem;
  font-style: italic;
  padding: 9px 12px;
  border: 1px solid #002D69;
  margin: 15px 0 0;
}

@media (min-width: 700px) {
  .faculty .heading-table input[type="search"] {
    width: 100%;
    padding: 16px 12px;
  }
}

@media (min-width: 1025px) {
  .faculty .heading-table input[type="search"] {
    margin: 15px 0 0;
    width: calc(100% - 24px);
  }
}

.faculty .heading-table input[type="search"]::-webkit-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table input[type="search"]::-moz-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table input[type="search"]:-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table input[type="search"]::-ms-input-placeholder {
  color: rgba(0, 45, 105, 0.5);
}

.faculty .heading-table input[type="search"]::placeholder {
  color: rgba(0, 45, 105, 0.5);
}

@media (min-width: 1025px) {
  .faculty .heading-table .search-title {
    display: block;
  }
}

.faculty .wrapper-table {
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 23px 0 0;
  border-top: 2px solid #5DD0DA;
}

@media (min-width: 700px) {
  .faculty .wrapper-table {
    border-bottom: 2px solid #5DD0DA;
    padding: 10px 0 0;
    margin: 0 0 41px;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table {
    margin: 0 0 26px;
    padding: 0;
  }
  .faculty .wrapper-table:after {
    display: none;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table .table-holder {
    overflow: hidden;
    margin-right: 0;
  }
}

.faculty .wrapper-table table {
  width: 100% !important;
  border-collapse: collapse;
  border-spacing: 0;
  display: block;
}

@media (min-width: 1025px) {
  .faculty .wrapper-table table {
    min-width: 0;
    display: table;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table th {
    padding: 0 0 18px;
    text-align: left;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table th {
    display: none;
  }
}

.faculty .wrapper-table td {
  padding: 0;
  display: block;
  margin: 0 0 1.6rem;
  border: 0;
}

@media (min-width: 700px) {
  .faculty .wrapper-table td {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 24px 20px 19px 0;
    margin: 0;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table td {
    display: table-cell;
    padding: 43px 0 34px 19px;
    min-width: 0;
    vertical-align: top;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table td:first-child {
    padding-left: 0;
    padding-top: 35px;
    width: 27%;
  }
}

.faculty .wrapper-table td:first-child .row-label {
  display: none;
}

@media (min-width: 1025px) {
  .faculty .wrapper-table td:nth-child(3) {
    width: 21%;
  }
}

.faculty .wrapper-table td:last-child {
  margin: 0;
}

@media (min-width: 1025px) {
  .faculty .wrapper-table td:last-child {
    padding-right: 0;
    width: 31%;
  }
}

.faculty .wrapper-table tbody {
  display: block;
}

@media (min-width: 1025px) {
  .faculty .wrapper-table tbody {
    display: table-row-group;
  }
}

.faculty .wrapper-table thead {
  display: none;
}

@media (min-width: 1025px) {
  .faculty .wrapper-table thead {
    display: table-header-group;
  }
}

@media (min-width: 700px) {
  .faculty .wrapper-table thead tr {
    border-bottom: 1px solid #666666;
  }
}

.faculty .wrapper-table tr {
  border-bottom: 1px solid #D7D7D7;
  display: block;
  padding: 0 0 31px;
  margin: 0 0 1.5rem;
}

@media (min-width: 700px) {
  .faculty .wrapper-table tr {
    padding: 0 0 33px;
    margin: 0 0 0.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
}

@media (min-width: 1025px) {
  .faculty .wrapper-table tr {
    display: table-row;
  }
}

.faculty .wrapper-table tr:last-child {
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .faculty .wrapper-table tr:last-child {
    border: 0;
  }
}

.faculty .wrapper-table .row-label {
  display: block;
  margin: 0 0 0.5rem;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-flex-basis: 41%;
      -ms-flex-preferred-size: 41%;
          flex-basis: 41%;
  max-width: 120px;
  font-family: font-commissioner-bold, sans-serif;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .row-label {
    margin: 0 0 0.6rem;
  }
}

.faculty .wrapper-table .email {
  word-break: break-all;
  margin: 0 0 0.3rem;
}

.faculty .wrapper-table .email,
.faculty .wrapper-table .link-name {
  font-family: font-commissioner-bold, sans-serif;
  position: relative;
  display: block;
  vertical-align: top;
}

.faculty .wrapper-table .link-name {
  font-size: 1.22rem;
  line-height: 1.22;
}

.faculty .wrapper-table .link-name .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.faculty .wrapper-table .link-name .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.faculty .wrapper-table .link-name .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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.faculty .wrapper-table .link-name:hover .arrow {
  right: -12px;
}

.faculty .wrapper-table .link-name:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .link-name {
    margin: 0 0 10px;
    font-size: 1.44rem;
    line-height: 1.19;
  }
}

.faculty .wrapper-table .type {
  display: none;
}

.faculty .wrapper-table .title {
  display: block;
  padding-top: 10px;
  font-family: font-commissioner-bold, sans-serif;
}

@media (min-width: 700px) {
  .faculty .wrapper-table .title {
    padding: 0;
  }
}

.faculty .wrapper-table .tel {
  font-family: font-commissioner-regular, sans-serif;
  color: #000000;
  font-weight: normal;
}

@media (min-width: 700px) {
  .faculty .footer-table {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (min-width: 1025px) {
  .faculty .footer-table {
    position: relative;
    top: 20px;
  }
}

.faculty .footer-table .table-info {
  display: none;
}

.faculty .heading-table-filter {
  display: none;
  border: 2px solid #5DD0DA;
  border-top: 0;
  padding: 0 20px 1.4rem;
}

@media (min-width: 1025px) {
  .faculty .heading-table-filter {
    display: block !important;
    border: 0;
    padding: 0;
  }
}

.faculty .heading-table-filter[aria-hidden="false"] .clear-table {
  opacity: 1;
}

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

.faculty .dataTables_paginate .ellipsis {
  margin: 8px 9px 4px 5px;
}

.faculty .dataTables_paginate > span a {
  font-weight: 400;
  margin: 0 20px 0 0;
}

.faculty .dataTables_paginate > span a:last-child {
  margin-right: 0;
}

.faculty .dataTables_paginate > span a.current {
  font-weight: 700;
}

.faculty .dataTables_paginate > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 14px;
}

@media (min-width: 700px) {
  .faculty .dataTables_paginate > span {
    margin: 0 8px;
  }
}

.faculty .dataTables_paginate .previous,
.faculty .dataTables_paginate .next {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #D6E53F;
}

.faculty .dataTables_paginate .previous:before,
.faculty .dataTables_paginate .next:before {
  position: absolute;
  left: 7px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: '';
}

.faculty .dataTables_paginate .previous.previous,
.faculty .dataTables_paginate .next.previous {
  margin: 0 11px 0 0;
}

.faculty .dataTables_paginate .previous.next,
.faculty .dataTables_paginate .next.next {
  margin: 0 0 0 5px;
}

@media (min-width: 700px) {
  .faculty .dataTables_paginate .previous.next,
  .faculty .dataTables_paginate .next.next {
    margin: 0 0 0 11px;
  }
}

.faculty .dataTables_paginate .previous.next:before,
.faculty .dataTables_paginate .next.next:before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  right: 7px;
  left: auto;
}

.faculty .dataTables_paginate .previous:hover, .faculty .dataTables_paginate .previous:focus,
.faculty .dataTables_paginate .next:hover,
.faculty .dataTables_paginate .next:focus {
  cursor: pointer;
  background: #002D69;
}

.faculty .dataTables_paginate .previous:hover:before, .faculty .dataTables_paginate .previous:focus:before,
.faculty .dataTables_paginate .next:hover:before,
.faculty .dataTables_paginate .next:focus:before {
  border-color: #FFFFFF;
}

/**
 * @file
 * News
 *
 * Contains styles for news and news view modes.
 */
.news__image {
  margin: 2rem 0 1rem;
}

.news__date {
  color: #002D69;
  font-size: 1.1rem;
  padding: 0 20px 30px;
  margin-top: -0.5em;
}

@media screen and (min-width: 700px) {
  .news__date {
    font-size: 1.65rem;
    padding: 0 35px 45px;
    margin-top: -1em;
  }
}

@media screen and (min-width: 1025px) {
  .news__date {
    font-size: 1.95rem;
    padding: 0;
    display: inline;
  }
}

.news--full {
  margin: 40px 0 55px;
}

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

.news--listing {
  margin-top: 33px;
}

@media screen and (min-width: 700px) {
  .news--listing {
    margin-top: 50px;
  }
}

@media screen and (min-width: 1025px) {
  .news--listing {
    margin-top: 60px;
  }
}

.news--listing .news__item {
  padding-bottom: 40px;
  margin-bottom: 33px;
  border-bottom: 2px solid #5DD0DA;
}

@media screen and (min-width: 700px) {
  .news--listing .news__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .news--listing .news__item {
    padding-bottom: 30px;
  }
}

.news--listing .news__image {
  margin: 0 15px 1em 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 35.5%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 35.5%;
          flex: 1 0 35.5%;
}

@media (min-width: 1025px) {
  .news--listing .news__image {
    margin-right: 25px;
  }
}

.news--listing .news__date {
  color: #000000;
  font-family: font-commissioner-bold, sans-serif;
  font-size: 1rem;
  padding: 0;
}

@media (min-width: 1025px) {
  .news--listing .news__date {
    display: block;
    margin-top: 0.3em;
  }
}

.news--listing .news__teaser {
  margin-top: 1em;
}

@media (min-width: 700px) {
  .news--listing .news__teaser {
    margin-top: 0.6em;
  }
}

@media (min-width: 1025px) {
  .news--listing .news__teaser {
    margin-top: 0.3em;
  }
}

.news--listing h2 {
  font-size: 1.1rem;
  margin-top: 20px;
}

@media (min-width: 700px) {
  .news--listing h2 {
    font-size: 1.23rem;
    margin-top: 0;
  }
}

@media (min-width: 1025px) {
  .news--listing h2 {
    font-size: 1.45rem;
    margin-bottom: 10px;
  }
}

.news--listing h2 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.news--listing h2 a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.news--listing h2 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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.news--listing h2 a:hover .arrow {
  right: -12px;
}

.news--listing h2 a:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

@media screen and (min-width: 700px) {
  .news--listing h2 a .last-word .arrow {
    top: calc(50% + 2px);
  }
}

/**
 * @file
 * Program
 *
 * Contains styles for programs and program view modes.
 */
.program-finder {
  margin-top: 20px;
  position: relative;
}

@media (min-width: 1025px) {
  .program-finder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1200px;
    margin: 90px auto 0;
    padding: 0 80px;
  }
}

@media (min-width: 1025px) {
  .program-finder__wrapper {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
}

.program__filters {
  display: none;
  font-size: 0.9rem;
  border: 2px solid #5DD0DA;
  border-top: 0;
  margin-right: 60px;
  width: 100%;
  padding: 20px 25px;
}

@media (min-width: 1025px) {
  .program__filters {
    display: block;
    padding: 25px 35px;
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    width: auto;
    border-top: 2px solid #5DD0DA;
  }
}

@media (min-width: 700px) {
  .program__filters__inner {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}

@media (min-width: 1025px) {
  .program__filters__inner {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

@media (min-width: 1025px) {
  .program__filters__open {
    display: none;
  }
}

.program__filters__fieldset {
  border: 0;
  padding: 0;
  margin-bottom: 1.6rem;
  page-break-inside: avoid;
}

.program__filters__fieldset legend {
  font-weight: 700;
  margin-bottom: 0.6rem;
}

.program__filters__field {
  line-height: 1.65;
}

.program--list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.program--list__sort {
  display: none;
  min-width: 200px;
}

@media (min-width: 1025px) {
  .program--list__sort {
    position: absolute;
    right: 80px;
    top: 0;
  }
}

.program--list__sort label {
  display: block;
  font-family: font-commissioner-bold, sans-serif;
  font-weight: 700;
  font-size: 0.888rem;
  margin-bottom: 0.6rem;
  margin-right: 15px;
}

@media (min-width: 1025px) {
  .program--list__sort label {
    margin-bottom: 0;
  }
}

.program--list__sort.mobile {
  display: inline-block;
}

@media (min-width: 1025px) {
  .program--list__sort.mobile {
    display: none;
  }
}

@media (min-width: 1025px) {
  .program--list__sort {
    float: right;
    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;
  }
}

.program--list h3 {
  margin: 0;
}

.program--list ul {
  padding: 0;
  margin: 0;
}

.program--list h2 {
  margin-bottom: 0.4em;
}

@media (min-width: 700px) {
  .program--list h2 {
    font-size: 1.95rem;
  }
}

@media (min-width: 1025px) {
  .program--list h2 {
    font-size: 1.97rem;
    margin-top: 50px;
  }
}

.program--list__block {
  margin-bottom: 2rem;
}

.program--list__item:before {
  content: none;
}

.program--list__item h3 {
  font-size: 1.2rem;
  margin-bottom: 0.2em;
}

@media (min-width: 700px) {
  .program--list__item h3 {
    font-size: 1.43rem;
    margin-bottom: 0.5em;
  }
}

.program--list__item h3 a {
  font-family: 'font-commissioner-regular';
  font-weight: 400;
}

.program__filters__open {
  background-color: transparent;
  border: 2px solid #5DD0DA;
  padding: 24px;
  width: 100%;
  font-family: 'font-commissioner-bold';
  text-align: left;
  font-size: 1.1rem;
  position: relative;
}

.program__filters__open[aria-expanded="true"] {
  border-bottom: 0;
}

.program__filters__open[aria-expanded="true"] > span:after {
  display: none;
}

.program__filters__open span {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  right: 23px;
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  background: #5DD0DA;
}

.program__filters__open span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #002D69;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.program__filters__open span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  height: 2px;
  background-color: #002D69;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.program__filters__open span span {
  pointer-events: none;
}

/**
 * @file
 * Calendar
 *
 * Contains styles for the Calendar Detail Page
 */
.event-detail__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 2rem;
}

.event-detail__data {
  width: 100%;
}

@media (min-width: 700px) {
  .event-detail__data {
    padding-top: 6px;
    line-height: 1.34;
  }
}

@media (min-width: 1025px) {
  .event-detail__data {
    padding-top: 16px;
  }
}

.event-detail__tags {
  margin: 1.6rem 0 3.5rem;
}

@media (min-width: 700px) {
  .event-detail__tags {
    max-width: calc(100% - 185px);
    margin-left: auto;
    padding-left: 65px;
  }
}

.event-detail__tags a {
  display: inline-block;
  font-family: font-commissioner-regular, sans-serif;
  font-weight: 400;
  border: 1px solid #FF9E39;
  padding: 4px 6px;
  margin: 0 9px 10px 0;
}

@media (min-width: 1025px) {
  .event-detail__tags a {
    padding: 2px 6px;
  }
}

.event-detail__tags a:hover, .event-detail__tags a:focus {
  border-color: #002D69;
}

.event-detail__tags-label, .event-detail__save-label {
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
  font-size: 1.11rem;
  margin: 0 0 0.5rem;
}

@media (min-width: 700px) {
  .event-detail__tags-label, .event-detail__save-label {
    margin: 0 0 0.8rem;
  }
}

@media (min-width: 1025px) {
  .event-detail__tags-label, .event-detail__save-label {
    margin: 0 0 0.6rem;
  }
}

.event-detail__save-icon {
  display: inline-block;
  position: relative;
  margin: 0 14px 0 0;
  width: 34px;
  height: 34px;
}

@media (min-width: 700px) {
  .event-detail__save-icon {
    width: 29px;
    height: 30px;
  }
}

.event-detail__save-icon:before, .event-detail__save-icon:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-repeat: no-repeat;
  background-position: left bottom;
  content: '';
}

.event-detail__save-icon:before {
  opacity: 0;
}

.event-detail__save-icon:hover:before, .event-detail__save-icon:focus:before {
  opacity: 1;
}

.event-detail__save-icon:hover:after, .event-detail__save-icon:focus:after {
  opacity: 0;
}

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

.event-detail__save-icon.icon--yahoo:before {
  background-image: url("/_resources/assets/icons/yahoo-green.svg");
}

.event-detail__save-icon.icon--yahoo:after {
  background-image: url("/_resources/assets/icons/yahoo.svg");
}

.event-detail__save-icon.icon--ical:before {
  background-image: url("/_resources/assets/icons/apple-green.svg");
}

.event-detail__save-icon.icon--ical:after {
  background-image: url("/_resources/assets/icons/apple.svg");
}

.event-detail__save-icon.icon--windows:before {
  background-image: url("/_resources/assets/icons/windows-green.svg");
}

.event-detail__save-icon.icon--windows:after {
  background-image: url("/_resources/assets/icons/windows.svg");
}

.event-detail__save-icon.icon--google:before {
  background-image: url("/_resources/assets/icons/google-green.svg");
}

.event-detail__save-icon.icon--google:after {
  background-image: url("/_resources/assets/icons/google.svg");
}

@media (min-width: 700px) {
  .event-detail__save {
    float: left;
    margin: 0 64px 0 0;
  }
}

.event-detail__date {
  text-align: center;
  width: 61px;
  border: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #002D69;
  color: #FFFFFF;
  height: 53px;
  padding: 0 14px;
  margin-right: 1rem;
}

@media (min-width: 700px) {
  .event-detail__date {
    width: 103px;
    height: 90px;
    margin-right: 1.4rem;
  }
}

@media (min-width: 1025px) {
  .event-detail__date {
    width: 126px;
    height: 118px;
    margin-right: 1.7rem;
  }
}

.event-detail__body {
  margin: 2rem auto;
}

.event-detail__body:after {
  display: table;
  content: '';
  clear: both;
}

@media (min-width: 700px) {
  .event-detail__body {
    margin: 1.6rem auto 2.3rem;
  }
}

@media (min-width: 1025px) {
  .event-detail__body {
    margin: 2.9rem auto 2.3rem;
  }
}

/**
 * @file
 * Blog
 *
 * Contains styles for Event list.
 */
.event-list__items {
  padding: 0;
  list-style: none;
}

.event-list__item {
  margin: 0 0 2rem;
}

.event-list__date {
  width: 80px;
  height: 80px;
  border: 1px solid;
  float: left;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event-list__data {
  overflow: hidden;
}

.event-list__time {
  font-weight: 700;
}

.event-list__title {
  margin-top: 0;
}

.event-list__location {
  font-style: italic;
}

/**
 * @file
 * Calendar List
 *
 * Contains styles for the Calendar List
 */
@media (min-width: 700px) {
  .calendar h1 {
    float: left;
  }
}

@media (min-width: 1025px) {
  .calendar h1 {
    float: none;
  }
}

.calendar__expand-filters {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #FFFFFF;
  border: 2px solid #5DD0DA;
  font-family: font-commissioner-bold, sans-serif;
  padding: 23px 25px;
  margin: 1rem 0 0;
  text-align: left;
  font-size: 1.11rem;
}

@media (min-width: 700px) {
  .calendar__expand-filters {
    margin: 2.5rem 0 0;
  }
}

@media (min-width: 1025px) {
  .calendar__expand-filters {
    display: none;
  }
}

.calendar__expand-filters[aria-expanded="true"] {
  border-bottom: none;
}

.calendar__expand-filters[aria-expanded="true"] .toggle__icon {
  background-color: #002D69;
}

.calendar__expand-filters[aria-expanded="true"] .toggle__icon:before, .calendar__expand-filters[aria-expanded="true"] .toggle__icon:after {
  background-color: #FFFFFF;
}

.calendar__expand-filters[aria-expanded="true"] .toggle__icon:before {
  content: none;
}

.calendar__expand-filters[aria-expanded="true"] + .dataTables_wrapper .catalog-course-list__reset,
.calendar__expand-filters[aria-expanded="true"] + .dataTables_wrapper .catalog-program-list__reset {
  opacity: 1;
}

.calendar__expand-filters .toggle__icon {
  position: absolute;
  display: block;
  width: 1.4em;
  height: 1.4em;
  right: 20px;
  top: 50%;
  background-color: #5DD0DA;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

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

.calendar__expand-filters .toggle__icon:before {
  left: 50%;
  height: 50%;
  width: 1px;
}

.calendar__expand-filters .toggle__icon:after {
  height: 1px;
  width: 50%;
}

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

@media (min-width: 1025px) {
  .calendar__right-col {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-right: 2px solid #5DD0DA;
    margin: 2rem 0;
    padding-right: 14px;
  }
}

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

.calendar__pagination__list li:after {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  margin: -0.3rem 5px 0;
  color: #5DD0DA;
  font-size: 1.8rem;
}

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

.calendar__pagination__list li:last-child:after {
  color: transparent;
}

.calendar__pagination__list li:before {
  content: none;
}

.calendar__pagination__list li {
  line-height: 2.1;
}

@media (min-width: 1025px) {
  .calendar__pagination__list li {
    margin-bottom: 0 !important;
  }
}

.calendar__pagination__list a {
  font-family: font-commissioner-regular, sans-serif;
  font-weight: 400;
}

@media (min-width: 1025px) {
  .calendar__pagination__list a {
    position: relative;
    top: 3px;
  }
}

.calendar__pagination__list a.active {
  font-family: font-commissioner-bold, sans-serif;
}

.calendar__pagination {
  margin-bottom: 0.7rem;
}

@media (min-width: 1025px) {
  .calendar__pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 1.75rem;
  }
}

.calendar__pagination__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -13.5px;
  margin-top: 1.5rem;
  color: #002D69;
  font-family: font-commissioner-bold, sans-serif;
  font-size: 1.389rem;
}

@media (min-width: 700px) {
  .calendar__pagination__date {
    font-size: 1.89rem;
    margin-top: 1.85rem;
  }
}

@media (min-width: 1025px) {
  .calendar__pagination__date {
    font-size: 2rem;
    margin: 0 1rem 0 0;
  }
}

.calendar__event {
  margin: 0 0 1rem;
}

@media (min-width: 700px) {
  .calendar__event {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}

.calendar__events-list {
  margin: 0 0 3.6rem;
}

@media (min-width: 700px) {
  .calendar__events-list {
    max-width: 76%;
  }
}

@media (min-width: 1025px) {
  .calendar__events-list {
    max-width: 97%;
  }
}

.calendar__event__date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px 0 0;
  background-color: #002D69;
  color: #FFFFFF;
}

@media (min-width: 700px) {
  .calendar__event__date {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 41px 27px;
  }
}

@media (min-width: 1025px) {
  .calendar__event__date {
    padding: 32px 27px;
  }
}

.calendar__month {
  font-size: 0.88rem;
  text-transform: uppercase;
}

.calendar__date {
  font-family: font-commissioner-bold, sans-serif;
  font-size: 2.22rem;
}

.calendar__event__location {
  font-style: italic;
}

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

.calendar__event__text {
  background-color: #E3F0F2;
  color: #002D69;
  font-size: 0.88rem;
  padding: 16px 20px;
  text-align: left;
}

@media (min-width: 700px) {
  .calendar__event__text {
    padding: 22px 18px 35px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.calendar__event__text h2 {
  margin: 0 0 0.5rem;
  font-size: 1rem;
  line-height: 1.225;
}

@media (min-width: 1025px) {
  .calendar__event__text h2 {
    font-size: 1.11rem;
  }
}

.calendar__event__text h2 a .last-word {
  position: relative;
  display: inline-block;
  padding-right: 13px;
}

.calendar__event__text h2 a .last-word .arrow {
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

.calendar__event__text h2 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;
  width: 9px;
  height: 9px;
  right: calc(50% - 3px);
  border-top: 3px solid #002D69;
  border-right: 3px solid #002D69;
}

.calendar__event__text h2 a:hover .arrow {
  right: -12px;
}

.calendar__event__text h2 a:hover .arrow:before {
  border-top: 3px solid #000000;
  border-right: 3px solid #000000;
}

.calendar__event__text h2 a .last-word .arrow:before {
  width: 7px;
  height: 7px;
  border-width: 2px;
}

@media (min-width: 1025px) {
  .calendar__event__text h2 a .last-word .arrow:before {
    top: 2px;
  }
}

.calendar__category-dates {
  display: none;
  border: 2px solid #5DD0DA;
  border-top: 1px solid #666666;
  padding: 0 20px 34px;
}

@media (min-width: 1025px) {
  .calendar__category-dates {
    display: block !important;
    -webkit-flex-basis: 275px;
        -ms-flex-preferred-size: 275px;
            flex-basis: 275px;
    padding: 13px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
       -moz-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    border: 0;
  }
}

@media (min-width: 1025px) {
  .calendar .category-calendar {
    margin-top: 2rem;
    padding: 0 11px;
  }
}

.calendar .mini-cal {
  padding: 3px 0 0;
}

.calendar .mini-cal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.7rem;
  max-width: 276px;
}

.calendar .mini-cal__header .icon-arrow-left:after,
.calendar .mini-cal__header .icon-arrow-right:after {
  border: none;
  background: url("/_resources/assets/icons/arrow.svg") no-repeat center center;
  background-size: contain;
  width: 24px;
  height: 20px;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.calendar .mini-cal__header .icon-arrow-right:after {
  -webkit-transform: translate(-50%, -50%) rotate(-360deg);
      -ms-transform: translate(-50%, -50%) rotate(-360deg);
          transform: translate(-50%, -50%) rotate(-360deg);
}

.calendar .mini-cal__month {
  font-family: font-commissioner-bold, sans-serif;
  color: #002D69;
}

.calendar .mini-cal__dates {
  display: table;
  width: 100%;
  max-width: 276px;
}

.calendar .mini-cal__dates tr {
  display: table-row;
  height: 36px;
}

@media (min-width: 1025px) {
  .calendar .mini-cal__dates tr {
    height: 44px;
  }
}

.calendar .mini-cal__dates tr:first-child {
  height: auto;
}

.calendar .mini-cal__dates th,
.calendar .mini-cal__dates td {
  min-width: 0;
  display: table-cell;
  border-bottom: 0;
}

.calendar .mini-cal__dates td {
  padding: 0 0.25em;
  color: #002D69;
  text-align: center;
  font-size: 0.88rem;
}

.calendar .mini-cal__dates th {
  font-size: 0.57rem;
  text-transform: uppercase;
  color: #002D69;
  text-align: center;
  padding: 0 0.25em 1.3em;
}

@media (min-width: 1025px) {
  .calendar .mini-cal__dates th {
    padding: 0 0.25em 1.3em;
  }
}

.calendar .mini-cal .events {
  background-color: #D6E53F;
  color: #002D69;
  font-family: font-commissioner-bold, sans-serif;
  border-top: 1px solid #D6E53F;
  border-bottom: 1px solid #D6E53F;
}

.calendar .mini-cal .current {
  position: relative;
  border: 1px solid #5DD0DA;
  color: #000000;
}

.calendar .mini-cal .current:after {
  position: absolute;
  display: block;
  left: 1px;
  top: 1px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  z-index: -1;
  content: '';
}

@media all and (-ms-high-contrast: none) {
  .calendar .mini-cal .current:after {
    padding-bottom: 15px;
  }
}

.calendar .mini-cal .current.events {
  background: transparent;
}

.calendar .mini-cal .current.events:after {
  background: #5DD0DA;
}

.calendar .icon-arrow-left,
.calendar .icon-arrow-right {
  position: relative;
  width: 40px;
}

@media (min-width: 1025px) {
  .calendar .icon-arrow-left,
  .calendar .icon-arrow-right {
    width: 34px;
  }
}

.calendar .icon-arrow-left:after,
.calendar .icon-arrow-right:after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 0.35rem;
  width: 0.35rem;
  border-top: 2px solid #002D69;
  border-right: 2px solid #002D69;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

@media (min-width: 700px) {
  .calendar .icon-arrow-left:after,
  .calendar .icon-arrow-right:after {
    height: 0.65rem;
    width: 0.65rem;
    border-width: 4px;
  }
}

.calendar .icon-arrow-right:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.calendar .control-wrap label {
  position: relative;
  display: block;
  margin: 0 0 0.55rem;
  padding-left: 1.2rem;
  font-family: font-commissioner-regular, sans-serif;
  line-height: 1.19;
  font-size: 0.888rem;
}

.calendar .control-wrap label span:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 11px;
  height: 11px;
  border: 1px solid #002D69;
}

.calendar .control-wrap label span:after {
  content: '';
  display: none;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 3px;
  height: 6px;
  border-bottom: 2px solid #D6E53F;
  border-right: 2px solid #D6E53F;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.calendar .control-wrap label input[type="checkbox"] {
  position: absolute;
  width: 13px;
  height: 13px;
  top: 4px;
  left: 0;
  cursor: pointer;
  z-index: 1;
  border: 0;
}

@media (min-width: 700px) {
  .calendar .control-wrap label input[type="checkbox"] {
    top: 8px;
  }
}

.calendar .control-wrap label input[type="checkbox"]:checked + span:before {
  background-color: #002D69;
}

.calendar .control-wrap label input[type="checkbox"]:checked + span:after {
  display: block;
  z-index: 1;
}

.calendar .control-wrap label input[type="checkbox"]::-ms-check {
  display: none;
}

.calendar .category__drop h2 {
  font-size: 1.11rem;
  margin: 35px 0 15px;
}

.calendar .category__drop fieldset {
  border: 0;
  padding: 0;
}

.calendar__loc-description {
  margin: 0 0 1em;
}

.calendar__loc-description img {
  float: right;
}

.calendar__loc-tools a {
  display: block;
}

.calendar__loc-tools img, .calendar__loc-tools span {
  display: inline;
}

.calendar__loc-list .results__header {
  font-weight: 700;
  border-bottom: 1px solid #000000;
}

.calendar__loc-list .results ul {
  padding: 0;
}

.calendar__loc-list .results li {
  list-style: none;
}

.calendar__loc-list .results time {
  display: block;
}

/**
 * @file
 * Slick
 *
 * Slick carousel styles.
 */
.slick {
  position: relative;
}

.slick-slider {
  padding: 0 0 1rem;
}

@media (min-width: 1025px) {
  .slick-slider {
    padding: 0 0 0.25rem;
  }
}

.slick-slide {
  position: relative;
}

.slick-dots {
  position: relative;
  list-style: none;
  text-align: center;
  margin: 0 auto;
  padding: 0;
  bottom: -1rem;
  max-width: 170px;
}

@media (min-width: 1025px) {
  .slick-dots {
    position: absolute;
    top: 81%;
    right: 67px;
    margin: 0 0 0 auto;
  }
}

@media (min-width: 1025px) {
  .slick-dots:before {
    position: absolute;
    display: block;
    left: -65px;
    top: 0;
    width: 240px;
    height: 105%;
    background-color: #FFFFFF;
    content: '';
  }
}

.slick-dots li {
  display: inline-block;
  margin-right: 12px;
}

.slick-dots li:before {
  content: none;
}

.slick-dots li:last-child {
  margin-right: 0;
}

.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: 12px;
  width: 12px;
  padding: 0;
  background-color: #FFFFFF;
  border: 2px solid #002D69;
  border-radius: 100%;
}

.slick-dots .slick-active button {
  background-color: #002D69;
}

.slick-arrow {
  position: absolute;
  bottom: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  height: 30px;
  width: 30px;
  background-color: #D6E53F;
  padding: 0;
  z-index: 5;
  -webkit-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

@media (min-width: 700px) {
  .slick-arrow {
    width: 38px;
    height: 38px;
  }
}

@media (min-width: 1025px) {
  .slick-arrow {
    position: absolute;
    top: 81%;
    right: 0;
  }
}

.slick-arrow:hover {
  background-color: #002D69;
}

.slick-arrow:hover:after {
  border-color: #FFFFFF;
}

.slick-arrow:after {
  position: absolute;
  top: 50%;
  left: 56%;
  content: '';
  height: 7px;
  width: 7px;
  border-top: 2px solid #002D69;
  border-right: 2px solid #002D69;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}

@media (min-width: 700px) {
  .slick-arrow:after {
    height: 9px;
    width: 9px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}

.slick-arrow.slick-disabled:after {
  background: rgba(0, 0, 0, 0.5);
}

.slick-next {
  right: 0;
}

.slick-next:after {
  left: 46%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media (min-width: 1025px) {
  .slick-prev {
    position: absolute;
    right: 202px;
  }
}

@media (min-width: 700px) {
  .slick-prev:after {
    left: 22px;
  }
}

@media (min-width: 1025px) {
	#oualerts-close-button{
	  padding-right:60px;
	}
}

/*# sourceMappingURL=maps/main.css.map */