@charset "UTF-8";
/* Colors
/* remember to turn off any unused swatches in atoms>global>colors.twig
/* _______________________________________________________________ */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto+Slab:400,700&display=swap");
/* This is an example of setting color themes for text
   with a mixin. You can/should make several of these. */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Roboto+Slab:400,700&display=swap");
.ondark {
  color: #fff;
}
.ondark abbr {
  color: #fff;
}
.ondark a:link, .ondark a:visited {
  color: #fff;
}
.ondark a:hover, .ondark a:active {
  color: #136c94;
}

/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/*
* Foundation
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* 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-.
 */
figcaption,
figure {
  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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

/* Links
   ========================================================================== */
/**
 * 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 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in 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 */
  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: #ff0;
  color: #000;
}

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

/**
 * Show the overflow in IE.
 */
button {
  overflow: visible;
}

/**
 * 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: button;
  /* 2 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  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 */
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Open Sans", serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .medium-offset-0 {
    margin-left: 0%;
  }

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .medium-offset-3 {
    margin-left: 25%;
  }

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .medium-offset-6 {
    margin-left: 50%;
  }

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .medium-offset-9 {
    margin-left: 75%;
  }

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered,
.medium-push-0,
.medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

  .large-offset-0 {
    margin-left: 0%;
  }

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

  .large-offset-3 {
    margin-left: 25%;
  }

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

  .large-offset-6 {
    margin-left: 50%;
  }

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

  .large-offset-9 {
    margin-left: 75%;
  }

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12 {
    width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered,
.large-push-0,
.large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #aaaaaa;
}

h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  h3 {
    font-size: 1.9375rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #136c94;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: #105d7f;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #aaaaaa;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #000;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #000;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #000;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #000;
  color: #000;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #aaaaaa;
  background-color: #e8e9ed;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e8e9ed;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #333333;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

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

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

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

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

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

  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #333333;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #333333;
  background-color: #fff;
  box-shadow: 0 0 5px #aaaaaa;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #aaaaaa;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e8e9ed;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child {
  border-radius: 0 0 0 0;
}
.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #aaaaaa;
  background: #e8e9ed;
  color: #000;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #aaaaaa;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fff;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #000;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2851, 51, 51%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #333333;
  background-color: #fff;
  box-shadow: 0 0 5px #aaaaaa;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e8e9ed;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #c50000;
  background-color: #f9e6e6;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #c50000;
}

.is-invalid-label {
  color: #c50000;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #c50000;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #bada55;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #abd230;
  color: #fff;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #bada55;
  color: #000;
}
.button.primary:hover, .button.primary:focus {
  background-color: #a2c72b;
  color: #000;
}
.button.secondary {
  background-color: #47729b;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #395b7c;
  color: #fff;
}
.button.success {
  background-color: #8baf1a;
  color: #000;
}
.button.success:hover, .button.success:focus {
  background-color: #6f8c15;
  color: #000;
}
.button.warning {
  background-color: #1ba5b4;
  color: #000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #168490;
  color: #000;
}
.button.alert {
  background-color: #c50000;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #9e0000;
  color: #fff;
}
.button.hollow {
  border: 1px solid #bada55;
  color: #bada55;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #657c1b;
  color: #657c1b;
}
.button.hollow.primary {
  border: 1px solid #bada55;
  color: #bada55;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #657c1b;
  color: #657c1b;
}
.button.hollow.secondary {
  border: 1px solid #47729b;
  color: #47729b;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #24394e;
  color: #24394e;
}
.button.hollow.success {
  border: 1px solid #8baf1a;
  color: #8baf1a;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #46580d;
  color: #46580d;
}
.button.hollow.warning {
  border: 1px solid #1ba5b4;
  color: #1ba5b4;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #0e535a;
  color: #0e535a;
}
.button.hollow.alert {
  border: 1px solid #c50000;
  color: #c50000;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #630000;
  color: #630000;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #bada55;
  color: #fff;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #bada55;
  color: #000;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #47729b;
  color: #fff;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #8baf1a;
  color: #000;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #1ba5b4;
  color: #000;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c50000;
  color: #fff;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #bada55;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #bada55;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #47729b;
}
.button.dropdown.hollow.success::after {
  border-top-color: #8baf1a;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #1ba5b4;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #c50000;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.accordion {
  margin-left: 0;
  background: #e8e9ed;
  list-style-type: none;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #000;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #c50000;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #000;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #544a3d;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #000;
  border-bottom: 0;
  background-color: #fff;
  color: #333333;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #000;
}

.is-accordion-submenu-parent > a {
  position: relative;
}
.is-accordion-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #bada55 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #bada55;
  color: #fff;
}
.badge.primary {
  background: #bada55;
  color: #000;
}
.badge.secondary {
  background: #47729b;
  color: #fff;
}
.badge.success {
  background: #8baf1a;
  color: #000;
}
.badge.warning {
  background: #1ba5b4;
  color: #000;
}
.badge.alert {
  background: #c50000;
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #aaaaaa;
}
.breadcrumbs a {
  color: #bada55;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #aaaaaa;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: 100%;
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.primary .button {
  background-color: #bada55;
  color: #000;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #a2c72b;
  color: #000;
}
.button-group.secondary .button {
  background-color: #47729b;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #395b7c;
  color: #fff;
}
.button-group.success .button {
  background-color: #8baf1a;
  color: #000;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #6f8c15;
  color: #000;
}
.button-group.warning .button {
  background-color: #1ba5b4;
  color: #000;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #168490;
  color: #000;
}
.button-group.alert .button {
  background-color: #c50000;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #9e0000;
  color: #fff;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: white;
  color: #000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #f5f9e6;
  color: #000;
}
.callout.secondary {
  background-color: #e2eaf2;
  color: #000;
}
.callout.success {
  background-color: #f1f9d7;
  color: #000;
}
.callout.warning {
  background-color: #d7f6f9;
  color: #000;
}
.callout.alert {
  background-color: #ffd0d0;
  color: #000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #e8e9ed;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #000;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #e8e9ed;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #333333;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}
.menu > li {
  display: table-cell;
  vertical-align: middle;
}
[data-whatinput=mouse] .menu > li {
  outline: 0;
}
.menu > li > a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  vertical-align: middle;
}
.menu > li > a img + span,
.menu > li > a i + span,
.menu > li > a svg + span {
  vertical-align: middle;
}
.menu > li > a img,
.menu > li > a i,
.menu > li > a svg {
  margin-right: 0.25rem;
  display: inline-block;
}
.menu > li, .menu.horizontal > li {
  display: table-cell;
}
.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.menu.expanded > li:first-child:last-child {
  width: 100%;
}
.menu.vertical > li {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal > li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical > li {
    display: block;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal > li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded > li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical > li {
    display: block;
  }
}
.menu.simple li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
}
.menu.simple a {
  padding: 0;
}
.menu.simple li {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.simple.align-right li {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.align-right::before, .menu.align-right::after {
  display: table;
  content: " ";
}
.menu.align-right::after {
  clear: both;
}
.menu.align-right > li {
  float: right;
}
.menu.icon-top > li > a {
  text-align: center;
}
.menu.icon-top > li > a img,
.menu.icon-top > li > a i,
.menu.icon-top > li > a svg {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-top.vertical a > span {
  margin: auto;
}
.menu.nested {
  margin-left: 1rem;
}
.menu .active > a {
  background: #bada55;
  color: #fff;
}
.menu.menu-bordered li {
  border: 1px solid #e8e9ed;
}
.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}
.menu.menu-hover li:hover {
  background-color: #e8e9ed;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered {
  text-align: center;
}
.menu-centered > .menu {
  display: inline-block;
  vertical-align: top;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #aaaaaa;
  box-shadow: 0 7px 0 #aaaaaa, 0 14px 0 #aaaaaa;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #000;
  box-shadow: 0 7px 0 #000, 0 14px 0 #000;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #333333;
  box-shadow: 0 7px 0 #333333, 0 14px 0 #333333;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent > a {
  position: relative;
}
.is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #bada55;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #bada55 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #136c94 transparent transparent;
  right: 5px;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #136c94 transparent transparent;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #136c94;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #136c94 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #136c94 transparent transparent;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #136c94;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #136c94 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #136c94 transparent transparent;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #136c94;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #aaaaaa;
  background: #fff;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #136c94 transparent transparent;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #136c94;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #bada55;
  color: #fff;
}
.label.primary {
  background: #bada55;
  color: #000;
}
.label.secondary {
  background: #47729b;
  color: #fff;
}
.label.success {
  background: #8baf1a;
  color: #000;
}
.label.warning {
  background: #1ba5b4;
  color: #000;
}
.label.alert {
  background: #c50000;
  color: #fff;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e8e9ed;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-overlap {
  z-index: 10;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e8e9ed;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  transform: translateX(-250px);
  overflow-y: auto;
}
.position-left.is-open ~ .off-canvas-content {
  transform: translateX(250px);
}
.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-left.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  transform: translateX(250px);
  overflow-y: auto;
}
.position-right.is-open ~ .off-canvas-content {
  transform: translateX(-250px);
}
.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-right.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(-250px);
  overflow-x: auto;
}
.position-top.is-open ~ .off-canvas-content {
  transform: translateY(250px);
}
.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-top.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  transform: translateY(250px);
  overflow-x: auto;
}
.position-bottom.is-open ~ .off-canvas-content {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  content: " ";
}
.position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
  transform: none;
}

.off-canvas-content {
  transition: transform 0.5s ease;
  backface-visibility: hidden;
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }

  .position-right.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }

  .position-top.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }

  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #aaaaaa;
}
.orbit-bullets button:hover {
  background-color: #333333;
}
.orbit-bullets button.is-active {
  background-color: #333333;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e8e9ed;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #bada55;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #aaaaaa;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #aaaaaa;
}
.progress.primary .progress-meter {
  background-color: #bada55;
}
.progress.secondary .progress-meter {
  background-color: #47729b;
}
.progress.success .progress-meter {
  background-color: #8baf1a;
}
.progress.warning .progress-meter {
  background-color: #1ba5b4;
}
.progress.alert .progress-meter {
  background-color: #c50000;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #bada55;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e8e9ed;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #aaaaaa;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #bada55;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #abd230;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #aaaaaa;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #aaaaaa;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #bada55;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #000;
}

tfoot {
  background: #f2f2f2;
  color: #000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

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

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}
.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #e8e9ed;
  background: #136c94;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #bada55;
}
.tabs.primary > li > a {
  color: #000;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #b5d749;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #bada55;
}
.tabs-title > a:hover {
  background: #d4ed62;
  color: #acd232;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #544a3d;
  color: #bada55;
}

.tabs-content {
  border: 1px solid #e8e9ed;
  border-top: 0;
  background: #fff;
  color: #000;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e8e9ed;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(186, 218, 85, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #000;
  color: #fff;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #333333;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000;
  font-size: 80%;
  color: #fff;
}
.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000;
  top: 50%;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000 transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #e8e9ed;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
}
.clearfix::after {
  clear: both;
}

/*
* Icons
* don't directly reference bower-supplied iconsets in your objects, instead put
* includes and mapping in the below icon settings file
*/
/*
 * Any imports having to do with icons should go here, and then set relevant generic variables
 * to reference them
 */
/* Font awesome */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?v=4.4.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.3.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

/* Helper variables */
/* Define commonly used icons */
/* Slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.eot");
  src: url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.eot?#iefix") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.woff") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.ttf") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.5.9/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9 ;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 0.5rem;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/*
 * Patterlab styles
 */
.bg-primary {
  background-color: #bada55;
}
.bg-primary::before {
  content: "#bada55";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-secondary {
  background-color: #136c94;
}
.bg-secondary::before {
  content: "#136c94";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-tertiary {
  background-color: #544a3d;
}
.bg-tertiary::before {
  content: "#544a3d";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-quaternary {
  background-color: #636363;
}
.bg-quaternary::before {
  content: "#636363";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-quinary {
  background-color: #d4ed62;
}
.bg-quinary::before {
  content: "#d4ed62";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-senary {
  background-color: #1ba5b4;
}
.bg-senary::before {
  content: "#1ba5b4";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-septenary {
  background-color: #9b9b9b;
}
.bg-septenary::before {
  content: "#9b9b9b";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-octonary {
  background-color: #edf5d3;
}
.bg-octonary::before {
  content: "#edf5d3";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-nonary {
  background-color: #8baf1a;
}
.bg-nonary::before {
  content: "#8baf1a";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-denary {
  background-color: #a5b17e;
}
.bg-denary::before {
  content: "#a5b17e";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-accent-primary {
  background-color: #47729b;
}
.bg-accent-primary::before {
  content: "#47729b";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-accent-secondary {
  background-color: #edd897;
}
.bg-accent-secondary::before {
  content: "#edd897";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-accent-tertiary {
  background-color: #eab010;
}
.bg-accent-tertiary::before {
  content: "#eab010";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-accent-quaternary {
  background-color: #56b7e8;
}
.bg-accent-quaternary::before {
  content: "#56b7e8";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-accent-quinary {
  background-color: #0b405a;
}
.bg-accent-quinary::before {
  content: "#0b405a";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-accent-senary {
  background-color: #bd8c04;
}
.bg-accent-senary::before {
  content: "#bd8c04";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-accent-septenary {
  background-color: #2a547c;
}
.bg-accent-septenary::before {
  content: "#2a547c";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-accent-octonary {
  background-color: #f2ffc9;
}
.bg-accent-octonary::before {
  content: "#f2ffc9";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-accent-nonary {
  background-color: #bfe44b;
}
.bg-accent-nonary::before {
  content: "#bfe44b";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-accent-denary {
  background-color: #d1d7be;
}
.bg-accent-denary::before {
  content: "#d1d7be";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-shade-lightest {
  background-color: #f7f7f7;
}
.bg-shade-lightest::before {
  content: "#f7f7f7";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-shade-lighter {
  background-color: #e8e9ed;
}
.bg-shade-lighter::before {
  content: "#e8e9ed";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-shade-light {
  background-color: #eaeaea;
}
.bg-shade-light::before {
  content: "#eaeaea";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-shade {
  background-color: #aaaaaa;
}
.bg-shade::before {
  content: "#aaaaaa";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-shade-dark {
  background-color: #544a3d;
}
.bg-shade-dark::before {
  content: "#544a3d";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-shade-darker {
  background-color: #333333;
}
.bg-shade-darker::before {
  content: "#333333";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.bg-shade-darkest {
  background-color: #222;
}
.bg-shade-darkest::before {
  content: "#222";
  display: inline-block;
  padding: 0.5em;
  border-radius: 0 0 4px 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

.font-primary {
  font-family: "Open Sans", serif;
}

.font-secondary {
  font-family: "Roboto Slab", sans-serif;
}

.font-tertiary {
  font-family: Georgia, sans-serif;
}

.font-quaternary {
  font-family: "Open Sans";
}

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

body {
  color: #333333;
  font-family: "Open Sans", serif;
}

.icon-wrapper {
  display: inline-block;
  padding-right: 0.5rem;
  display: none !important;
}

.icon {
  height: 1em;
  width: 1em;
  display: inline-block;
}

.decoration {
  display: inline-block;
}
.decoration::before {
  content: "✪";
  margin-right: 0.5em;
  font-family: sans-serif;
}

.decoration-on-right {
  display: inline-block;
}
.decoration-on-right::after {
  content: "✪";
  margin-left: 0.5em;
  font-family: sans-serif;
}

.decoration-both {
  display: inline-block;
}
.decoration-both::before {
  content: "✪";
  margin-right: 0.5em;
  font-family: sans-serif;
}
.decoration-both::after {
  content: "✪";
  margin-left: 0.5em;
  font-family: sans-serif;
}

.arrow-right {
  display: inline-block;
}
.arrow-right::before {
  content: "→";
  margin-right: 0.5em;
  font-family: sans-serif;
}

.arrow-down {
  display: inline-block;
}
.arrow-down::before {
  content: "↓";
  margin-right: 0.5em;
  font-family: sans-serif;
}

.arrow-left {
  display: inline-block;
}
.arrow-left::before {
  content: "←";
  margin-right: 0.5em;
  font-family: sans-serif;
}

.arrow-up {
  display: inline-block;
}
.arrow-up::before {
  content: "↑";
  margin-right: 0.5em;
  font-family: sans-serif;
}

.triangle-right {
  display: inline-block;
}
.triangle-right::after {
  content: "▶";
  margin-left: 0.5em;
  font-family: sans-serif;
}

.triangle-down {
  display: inline-block;
}
.triangle-down::after {
  content: "▶";
  margin-left: 0.5em;
  font-family: sans-serif;
  transform: rotate(90deg);
  display: inline-block;
}

.triangle-left {
  display: inline-block;
}
.triangle-left::after {
  content: "◀";
  margin-left: 0.5em;
  font-family: sans-serif;
}

.triangle-up {
  display: inline-block;
}
.triangle-up::after {
  content: "◀";
  margin-left: 0.5em;
  font-family: sans-serif;
  transform: rotate(90deg);
  display: inline-block;
}

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

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

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

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

.align-justified-and-ancient {
  text-align: justify;
  font-family: fantasy;
}

.link {
  color: #c50000;
  text-decoration: none;
  font-family: "Open Sans", serif;
}

.link--secondary {
  color: #c50000;
  text-decoration: none;
  font-family: "Open Sans", serif;
  line-height: 1.875rem;
  background: transparent linear-gradient(to bottom, transparent 50%, rgba(197, 0, 0, 0.4) 50%);
  text-decoration: none;
  background-size: 100% 200%;
  background-position: 0 6%;
  transition: background 0.1s ease-in-out;
}
.link--secondary:hover {
  background: transparent linear-gradient(to bottom, transparent 50%, #c50000 50%);
  text-decoration: none;
  background-size: 100% 200%;
  background-position: 0 6%;
}

.link--arrow svg {
  height: 10px;
  margin-left: -3px;
}

.link--tertiary {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 1.375rem;
  font-weight: 700;
  text-decoration: underline;
}

.link--active {
  color: #c50000 !important;
}

.icon-label {
  white-space: nowrap;
}
.icon-label .arrow,
.icon-label .icon-wrapper,
.icon-label .label {
  display: inline-block;
  vertical-align: top;
  max-height: 1em;
}
.icon-label .icon-wrapper:first-child {
  margin-right: 0.5em;
}
.icon-label icon-wrapper:last-child {
  margin-left: 0.5em;
}
.icon-label .arrow {
  font-family: arial, helvetica, sans-serif;
}
.icon-label .label {
  white-space: normal;
}

h1 {
  font: normal 700 2.375rem "Roboto Slab", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0;
}

h2 {
  font: normal 700 1.875rem "Roboto Slab", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0;
}

h3 {
  font: normal bold 1.33125rem "Roboto Slab", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0;
}

h4 {
  font: italic normal 1.16875rem "Roboto Slab", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0;
}

h5 {
  font: normal bold 1rem "Open Sans", serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0;
}

h6 {
  font: italic normal 1rem "Open Sans", serif;
  line-height: 1.5;
  text-transform: none;
  margin: 0.5rem 0;
}

.formatted-text--dark {
  color: #fff;
  background-color: #000;
}
.formatted-text--dark abbr {
  color: #fff;
}
.formatted-text--dark a:link, .formatted-text--dark a:visited {
  color: #fff;
}
.formatted-text--dark a:hover, .formatted-text--dark a:active {
  color: #136c94;
}

.pullquote {
  text-align: center;
}
.pullquote__quote {
  font-size: 2rem;
}

.pullquote__attribution {
  font-size: 1rem;
}
.pullquote__attribution:before {
  display: none;
}

.pullquote__first-line {
  display: block;
}

.pullquote__second-line {
  display: block;
}

.copyright {
  color: #e8e9ed;
  font-size: 0.8rem;
}

.button,
button {
  font: normal 700 1.25rem "Open Sans", serif;
  line-height: 1;
  text-transform: none;
  border-radius: 0;
  border-width: 0;
  display: inline-block;
  padding: 1.25rem 2.1875rem;
  background-color: #c50000;
  color: #fff;
  border-radius: 0.375rem;
  line-height: 1.875rem;
}
.button .arrow,
button .arrow {
  display: inline-block;
  margin-right: 0.3em;
  font-family: arial, helvetica, sans-serif;
}
.button.button-secondary,
button.button-secondary {
  background-color: #636363;
}
.button.button-ghost,
button.button-ghost {
  padding: 0.625rem 1.125rem;
  border: 2px #136c94 solid;
  background-color: #fff;
  color: #136c94;
}
.button.button-ghost .arrow,
button.button-ghost .arrow {
  color: #636363;
}
.button.button-ghost.button-secondary,
button.button-ghost.button-secondary {
  border-color: #636363;
  color: #636363;
}
.button.button-ghost.button-secondary .arrow,
button.button-ghost.button-secondary .arrow {
  color: #136c94;
}

.button:link, .button:visited {
  color: #fff;
  text-decoration: none;
}
.button:link.button-ghost, .button:visited.button-ghost {
  color: #136c94;
}
.button:link.button-ghost.button-secondary, .button:visited.button-ghost.button-secondary {
  color: #636363;
}
.button:hover, .button:active {
  background: rgba(197, 0, 0, 0.7);
  color: #fff;
  text-decoration: none;
}
.button:hover.button-ghost, .button:active.button-ghost {
  color: #136c94;
}
.button:hover.button-ghost.button-secondary, .button:active.button-ghost.button-secondary {
  color: #636363;
}

.button:hover, .button:focus {
  background-color: #c50000 !important;
  color: #fff !important;
}

.button--inverted {
  background: #fff !important;
  color: #c50000 !important;
}
.button--inverted:hover, .button--inverted:focus {
  color: #fff !important;
  background: #c50000 !important;
}

.button--small {
  font-size: 1rem;
  padding: 0.5rem;
}

ul.no-decoration {
  margin: 0 0 0 0;
  list-style: none;
  padding: 0 0 0 0;
}
ul.no-decoration > li {
  text-indent: 0;
  margin-left: 0;
}
ul.no-decoration > li:before {
  display: none;
}

ol.no-decoration {
  margin: 0 0 0 0;
  list-style: none;
  padding: 0 0 0 0;
}
ol.no-decoration > li {
  text-indent: 0;
  margin-left: 0;
}
ol.no-decoration > li:before {
  display: none;
}

figure img {
  width: 100%;
  height: auto;
}
figure figcaption {
  margin-top: 1em;
}

.embedded-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.embedded-video iframe,
.embedded-video object,
.embedded-video embed,
.embedded-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embedded-widescreen-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.embedded-widescreen-video iframe,
.embedded-widescreen-video object,
.embedded-widescreen-video embed,
.embedded-widescreen-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.select-menu {
  background: #e8e9ed;
  margin: 0 1.25rem;
}
@media screen and (max-width: 39.9375em) {
  .select-menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .select-menu label {
    padding: 0;
    margin: 1rem;
    margin-bottom: 0;
  }
}

.field-container {
  display: flex;
}
.field-container__label {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 1.875rem;
}
.field-container__dropdown {
  margin: 1.25rem;
  margin-left: 0;
  display: flex;
  align-items: center;
  border: 0;
}
.field-container__dropdown select {
  color: #333333;
  margin: 0;
  padding-left: 2.1875rem;
  padding-right: 3.125rem;
  background-position: right -1.8125rem center;
  border: 0;
  background-color: #f7f7f7;
}

.headline-group .superhead,
.headline-group .subhead {
  font: normal normal 16px "Open Sans", serif;
  text-transform: none;
  line-height: 1.5;
  display: block;
}
.headline-group .superhead {
  color: #c50000;
  font-family: "Open Sans", serif;
  font-size: 1.4375rem;
  font-weight: 300;
  margin-bottom: -0.1875rem;
}
.headline-group .head {
  font-family: "Roboto Slab", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
.described-links {
  margin: 6.25rem 0;
}
.described-links__item {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-bottom: 0.125rem solid #e8e9ed;
}
.described-links__item:last-child {
  border-bottom: 0;
}

.described-links__description {
  font-size: 1rem;
}

.described-links__link {
  font-size: 1.25rem;
}

.link-collection__header {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #333333;
  padding-bottom: 0.625rem;
  text-align: left;
}

.link-collection__links {
  display: flex;
  flex-direction: column;
}
.link-collection__links li {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMTI4OC44MyAxMDY5YS4zLjMgMCAwIDEtLjEuMjNsLTQuNjcgNC42N2EuMjkuMjkgMCAwIDEtLjIzLjEuMy4zIDAgMCAxLS4yMy0uMWwtLjUtLjVhLjMuMyAwIDAgMS0uMS0uMjNjMC0uMDkuMDMtLjE3LjEtLjIzbDMuOTQtMy45NC0zLjk0LTMuOTRhLjI5LjI5IDAgMCAxLS4xLS4yMy4zLjMgMCAwIDEgLjEtLjIzbC41LS41YS4zLjMgMCAwIDEgLjIzLS4xYy4wOSAwIC4xNy4wMy4yMy4xbDQuNjcgNC42N2MuMDcuMDcuMS4xNC4xLjIzeiIvPjwvZGVmcz48ZGVzYz5HZW5lcmF0ZWQgd2l0aCBBdm9jb2RlLjwvZGVzYz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI4MyAtMTA2NCkiPjx1c2UgZmlsbD0iI2M1MDAwMCIgeGxpbms6aHJlZj0iI2EiLz48L2c+PC9zdmc+);
  padding-bottom: 0.5rem;
}
.link-collection__links li a {
  color: #c50000;
  text-decoration: none;
}

.link-collection--primary {
  margin: 1.875rem 0;
}
.link-collection--primary .link-collection__header {
  padding-bottom: 0.9375rem;
}
.link-collection--primary .link-collection__links a {
  color: #c50000;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  line-height: 1.4375rem;
  padding-bottom: 0.5rem;
  text-decoration: none;
}
.link-collection--primary .link-collection__links a:before {
  content: ">";
  position: relative;
  left: -0.5rem;
}

.one-column {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.one-column::before, .one-column::after {
  display: table;
  content: " ";
}
.one-column::after {
  clear: both;
}
.one-column__col {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .one-column__col {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.one-column__col:last-child:not(:first-child) {
  float: right;
}

.two-columns {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.two-columns::before, .two-columns::after {
  display: table;
  content: " ";
}
.two-columns::after {
  clear: both;
}
.two-columns__left {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .two-columns__left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.two-columns__left:last-child:not(:first-child) {
  float: right;
}

.two-columns__right {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .two-columns__right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.two-columns__right:last-child:not(:first-child) {
  float: right;
}

.two-columns__left {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  .two-columns__left {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .two-columns__left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .two-columns__left:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .two-columns__right {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .two-columns__right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .two-columns__right:last-child:not(:first-child) {
    float: right;
  }
}

.three-columns {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.three-columns::before, .three-columns::after {
  display: table;
  content: " ";
}
.three-columns::after {
  clear: both;
}
.three-columns__left {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-bottom: 1px #333333 solid;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .three-columns__left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.three-columns__left:last-child:not(:first-child) {
  float: right;
}

.three-columns__center {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  border-bottom: 1px #333333 solid;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 40em) {
  .three-columns__center {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.three-columns__center:last-child:not(:first-child) {
  float: right;
}

.three-columns__right {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .three-columns__right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.three-columns__right:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .three-columns__left {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .three-columns__left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .three-columns__left:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .three-columns__center {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .three-columns__center {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .three-columns__center:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .three-columns__right {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-top: 1px #333333 solid;
    padding-top: 1rem;
    clear: left;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .three-columns__right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .three-columns__right:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .three-columns__left {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .three-columns__left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .three-columns__left:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .three-columns__center {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .three-columns__center {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .three-columns__center:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .three-columns__right {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-top-width: 0;
    padding-top: 0;
    clear: none;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .three-columns__right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .three-columns__right:last-child:not(:first-child) {
    float: right;
  }
}

.four-columns {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.four-columns::before, .four-columns::after {
  display: table;
  content: " ";
}
.four-columns::after {
  clear: both;
}
.four-columns__left {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .four-columns__left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.four-columns__left:last-child:not(:first-child) {
  float: right;
}

.four-columns__center-left {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .four-columns__center-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.four-columns__center-left:last-child:not(:first-child) {
  float: right;
}

.four-columns__center-right {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .four-columns__center-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.four-columns__center-right:last-child:not(:first-child) {
  float: right;
}

.four-columns__right {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .four-columns__right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.four-columns__right:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 40em) {
  .four-columns__left {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    clear: left;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .four-columns__left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .four-columns__left:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .four-columns__center-left {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .four-columns__center-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .four-columns__center-left:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .four-columns__center-right {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    clear: left;
    margin-top: 1rem;
    padding-top: 1rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .four-columns__center-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .four-columns__center-right:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 40em) {
  .four-columns__right {
    width: 50%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .four-columns__right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .four-columns__right:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .four-columns__left {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    clear: none;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .four-columns__left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .four-columns__left:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .four-columns__center-left {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .four-columns__center-left {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .four-columns__center-left:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .four-columns__center-right {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    clear: none;
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .four-columns__center-right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .four-columns__center-right:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .four-columns__right {
    width: 25%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-top-width: 0;
    margin-top: 0;
    padding-top: 0;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .four-columns__right {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .four-columns__right:last-child:not(:first-child) {
    float: right;
  }
}

.with-sidebar {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin: 3.75rem auto;
}
.with-sidebar::before, .with-sidebar::after {
  display: table;
  content: " ";
}
.with-sidebar::after {
  clear: both;
}
.with-sidebar__main {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .with-sidebar__main {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.with-sidebar__main:last-child:not(:first-child) {
  float: right;
}

.with-sidebar__sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .with-sidebar__sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.with-sidebar__sidebar:last-child:not(:first-child) {
  float: right;
}

.with-sidebar__main {
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 64em) {
  .with-sidebar__main {
    width: 66.6666666667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .with-sidebar__main {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .with-sidebar__main:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .with-sidebar__sidebar {
    width: 33.3333333333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    border-bottom-width: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 40em) {
  .with-sidebar__sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .with-sidebar__sidebar:last-child:not(:first-child) {
    float: right;
  }
}
.one-column.expanded,
.two-columns.expanded,
.with-sidebar.expanded,
.three-columns.expanded,
.four-columns.expanded {
  max-width: none;
}
.one-column.collapse,
.two-columns.collapse,
.with-sidebar.collapse,
.three-columns.collapse,
.four-columns.collapse {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.one-column.collapse::before, .one-column.collapse::after,
.two-columns.collapse::before,
.two-columns.collapse::after,
.with-sidebar.collapse::before,
.with-sidebar.collapse::after,
.three-columns.collapse::before,
.three-columns.collapse::after,
.four-columns.collapse::before,
.four-columns.collapse::after {
  display: table;
  content: " ";
}
.one-column.collapse::after,
.two-columns.collapse::after,
.with-sidebar.collapse::after,
.three-columns.collapse::after,
.four-columns.collapse::after {
  clear: both;
}
.one-column.nest,
.two-columns.nest,
.with-sidebar.nest,
.three-columns.nest,
.four-columns.nest {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .one-column.nest,
.two-columns.nest,
.with-sidebar.nest,
.three-columns.nest,
.four-columns.nest {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .one-column.nest,
.two-columns.nest,
.with-sidebar.nest,
.three-columns.nest,
.four-columns.nest {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.one-column.nest::before, .one-column.nest::after,
.two-columns.nest::before,
.two-columns.nest::after,
.with-sidebar.nest::before,
.with-sidebar.nest::after,
.three-columns.nest::before,
.three-columns.nest::after,
.four-columns.nest::before,
.four-columns.nest::after {
  display: table;
  content: " ";
}
.one-column.nest::after,
.two-columns.nest::after,
.with-sidebar.nest::after,
.three-columns.nest::after,
.four-columns.nest::after {
  clear: both;
}
.one-column.collapse.nest,
.two-columns.collapse.nest,
.with-sidebar.collapse.nest,
.three-columns.collapse.nest,
.four-columns.collapse.nest {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.one-column.collapse.nest::before, .one-column.collapse.nest::after,
.two-columns.collapse.nest::before,
.two-columns.collapse.nest::after,
.with-sidebar.collapse.nest::before,
.with-sidebar.collapse.nest::after,
.three-columns.collapse.nest::before,
.three-columns.collapse.nest::after,
.four-columns.collapse.nest::before,
.four-columns.collapse.nest::after {
  display: table;
  content: " ";
}
.one-column.collapse.nest::after,
.two-columns.collapse.nest::after,
.with-sidebar.collapse.nest::after,
.three-columns.collapse.nest::after,
.four-columns.collapse.nest::after {
  clear: both;
}

.page-section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.page-section > * {
  max-width: 75rem;
  margin: 0 auto;
}
.page-section .row {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.page-section__container {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .page-section__container {
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 74em) {
  .page-section__container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.page-section--dark {
  color: #fff;
  background-color: #222;
}
.page-section--dark abbr {
  color: #fff;
}
.page-section--dark a:link, .page-section--dark a:visited {
  color: #fff;
}
.page-section--dark a:hover, .page-section--dark a:active {
  color: #136c94;
}

.page-section--light {
  background-color: #f7f7f7;
}

.page-section--dark {
  color: #fff;
  background-color: #222;
}
.page-section--dark abbr {
  color: #fff;
}
.page-section--dark a:link, .page-section--dark a:visited {
  color: #fff;
}
.page-section--dark a:hover, .page-section--dark a:active {
  color: #136c94;
}

.page-section--light {
  background-color: #f7f7f7;
}

.page-section--gradient {
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background: linear-gradient(-100deg, transparent -70%, black 100%) center center, url(http://localhost:3080/wp-content/uploads/2017/08/gerrit-vermeulen-99726.jpg) no-repeat;
  padding: 0;
}
.page-section--gradient > * {
  max-width: initial;
  margin: initial;
}

.gradient-helper {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #197baf 100%) center center/cover;
  padding: 1rem;
  padding-bottom: 4.375rem;
}
.gradient-helper > * {
  max-width: 75rem;
  margin: 0 auto;
}

.page-section--lines {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxMXB4IiBoZWlnaHQ9IjIycHgiIHZpZXdCb3g9IjAgMCAxMSAyMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5Hcm91cCAyPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAtMiI+ICAgICAgICAgICAgPGltYWdlIGlkPSJzdHJpcGUtMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjExIiBoZWlnaHQ9IjIyIiB4bGluazpocmVmPSJkYXRhOmltYWdlL3BuZztiYXNlNjQsaVZCT1J3MEtHZ29BQUFBTlNVaEVVZ0FBQUFzQUFBQVdDQUlBQUFDWmh2RTBBQUFBQVhOU1IwSUFyczRjNlFBQUFHaEpSRUZVS0JXTjBzc1Z3Q0FJUk5Gb0NmUmZJeTBRY3NqeGd6TWticms4TmpZelU5V0x2MTZQZmJIejVXY2lJcFh3c1Yrb1JPU3BpSUFqS2lKQXhRaFFNUUpZckFFczFnQVFLUUJFQ21SeEJySTRBNXVBZ1UzQXdCUXNNQVVMdktJSS9HcTB6NTk4QTJyL0tibE14bVhzQUFBQUFFbEZUa1N1UW1DQyI+PC9pbWFnZT4gICAgICAgICAgICA8ZyBpZD0iR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMS4wMDAwMDApIiBmaWxsPSIjRkZGRkZGIj4gICAgICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSI+PC9yZWN0PiAgICAgICAgICAgIDwvZz4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
  background-size: 0.5625rem;
}

.page-section--padding {
  margin-top: -10rem;
  padding-top: calc(10rem + 80px);
  margin-bottom: -10rem;
  padding-bottom: calc(10rem + 80px);
}

.link-group--collapsed {
  display: none;
}

@media print, screen and (min-width: 40em) {
  .link-group--collapsed {
    display: block;
  }
}
.main-nav {
  padding: 1.5625rem;
  max-width: 75rem;
  margin: 0 auto;
  position: relative;
}
.main-nav .link-group {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-nav .link-group a {
  display: block;
  color: #222;
  font-family: "Open Sans", serif;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
}
.main-nav a {
  line-height: 2;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
}
.main-nav .input-group {
  margin-bottom: 0;
}
.main-nav__item .mega-menu-item {
  display: none;
}
.main-nav__item:hover a, .main-nav__item:hover span {
  color: #1ba5b4;
}
.main-nav__item:hover .mega-menu-item {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 9;
}
.main-nav__item:hover .mega-menu-item:before {
  content: "";
  background: transparent;
  height: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.main-nav__item:hover .dropdown-item {
  display: flex;
}
.main-nav__label {
  display: block;
  color: #222;
  font-size: 0.9375rem;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}

@media print, screen and (min-width: 40em) {
  .main-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .main-nav .menu-toggle {
    display: none;
  }
  .main-nav .link-group > * {
    margin: 0 0.625rem;
    text-align: center;
  }
  .main-nav a {
    line-height: 1.3;
  }

  .main-nav.search-bar--active .link-group {
    width: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 39.9375em) {
  .main-nav .link-group {
    flex-direction: column;
    align-items: flex-start;
  }
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
}
.breadcrumbs ul li span.icon {
  display: inline-block;
}
.breadcrumbs ul li:last-child span.icon {
  display: none;
}

.skip-nav {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: -5rem;
}
.skip-nav:focus {
  top: 0;
  transition: top 0.5s;
}

.social-media-nav__header {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.social-media-nav__container img {
  width: 1.875rem;
  height: 1.875rem;
}

.tabs {
  background: #e8e9ed;
  max-width: 75rem;
  margin: 0 auto;
}

.tabs-container {
  background: #e8e9ed;
}

.tabs-content {
  margin: 0 auto;
  border: 0;
  color: #333333;
}

.tabs-title a {
  color: #333333;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.tabs-title a:hover {
  opacity: 0.2;
  background: initial;
}
.tabs-title a:focus, .tabs-title a[aria-selected=true] {
  background: initial;
  color: #47729b;
}

li.is-active {
  position: relative;
}
li.is-active .tab-inner {
  border-bottom: 6px solid #47729b;
  padding-bottom: 0.75rem;
}

.tabs__right-container {
  display: inline-flex;
  float: right;
}

.tabs-button {
  float: right;
  background: #333333;
}
.tabs-button a {
  color: #fff;
  font-family: "Open Sans", serif;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.125rem 1.875rem;
  text-transform: initial;
}
.tabs-button--secondary {
  background: #c50000;
}

.tabs-panel {
  padding: 0;
}
.tabs-panel[aria-hidden=false] {
  display: block;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 4.375rem;
}
.pagination__item {
  border: 0.0625rem solid #c50000;
  margin-right: 0.5rem;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.375rem !important;
  background-color: #fff;
  color: #c50000 !important;
  font-size: 1.375rem;
  font-weight: 700;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.pagination__item--active {
  background-color: #c50000;
  color: #fff !important;
}
.pagination__item--left-arrow {
  transform: rotate(180deg);
}
.pagination__item--inactive {
  opacity: 0.5 !important;
  user-select: none !important;
  cursor: default !important;
  background-color: #fff !important;
}

.mega-menu-item {
  display: flex;
  justify-content: space-between;
  padding: 2.5rem 2.2222222222vw;
  border: 0.3125rem solid #e8e9ed;
  border-top: 0;
  background: #fff;
}
.mega-menu-item__list {
  padding: 0 1.2222222222vw;
  flex: 1;
}
.mega-menu-item__list .link-collection__links {
  align-items: flex-start;
  margin-left: 0.8125rem;
}
.mega-menu-item__list .link-collection__links a {
  color: #c50000;
  font-size: 1rem;
  text-transform: initial;
  font-weight: 400;
  line-height: 1.4375rem;
  text-align: left;
}
.mega-menu-item__list .link-collection__links a:hover {
  color: #1ba5b4;
}
.mega-menu-item__featured-page {
  padding: 0 1.2222222222vw;
  flex: 2;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .mega-menu-item .mega-menu-item__featured-page:last-child {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .mega-menu-item .mega-menu-item__featured-page:last-child, .mega-menu-item .mega-menu-item__featured-page:nth-last-child(2) {
    display: none;
  }
}

.mega-menu-featured-post {
  text-align: left;
}
.mega-menu-featured-post__image {
  height: 10.5625rem;
  margin-bottom: 1rem;
  background-size: cover;
  background-position: center center;
}
.mega-menu-featured-post__title {
  color: #c50000 !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
  text-transform: initial !important;
  line-height: 1.4375rem;
  margin-bottom: 0.5rem;
}
.mega-menu-featured-post__title:hover {
  color: #1ba5b4 !important;
}
.mega-menu-featured-post__description {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4375rem;
}

.dropdown-item {
  padding: 0 1.2222222222vw;
  flex: 1;
  background: #fff;
  position: absolute;
  top: 100%;
  margin-left: -1.5625rem;
  text-align: left;
  border: solid 0.3125rem #e8e9ed;
  border-top: 0;
  display: none;
  z-index: 9;
  padding-top: 1.6875rem;
}
.dropdown-item a {
  color: #c50000 !important;
  font-size: 1rem !important;
  text-transform: initial !important;
  font-weight: 400 !important;
  line-height: 1.4375rem;
}
.dropdown-item a:hover {
  color: #1ba5b4 !important;
}
.dropdown-item:before {
  content: "";
  background: transparent;
  height: 2rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
}
.dropdown-item__links {
  padding: 0 1.2222222222vw;
  flex: 1;
  align-items: flex-start;
}
@media screen and (max-width: 39.9375em) {
  .dropdown-item {
    width: 100%;
  }
}

.sticky-nav {
  background: #e8e9ed;
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.sticky-nav-container {
  background: #e8e9ed;
}

.sticky-nav-content {
  margin: 0 auto;
  border: 0;
  color: #333333;
}

.sticky-nav-title a {
  color: #333333;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
}
.sticky-nav-title a:hover {
  color: #c50000;
  background: initial;
}
.sticky-nav-title a:focus, .sticky-nav-title a[aria-selected=true] {
  background: initial;
  color: #47729b;
}

li.is-active {
  position: relative;
}
li.is-active .sticky-nav-inner {
  color: #2a547c;
  padding-bottom: 1.1875rem;
  border-bottom: 0.375rem solid #2a547c;
}

.sticky-nav__right-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 63.9375em) {
  .sticky-nav__right-container {
    display: flex;
  }
  .sticky-nav__right-container .sticky-nav-title {
    flex: 1;
  }
}

.sticky-nav__left-container {
  display: flex;
  flex: 1;
  justify-content: space-between;
}
@media screen and (max-width: 63.9375em) {
  .sticky-nav__left-container {
    display: none;
  }
}
.sticky-nav__left-container li {
  padding: 1.1875rem;
}
.sticky-nav__left-container li:first-child {
  padding-left: 0;
}
.sticky-nav__left-container li:last-child {
  padding-right: 3.75rem;
}

.sticky-nav-button {
  background: #333333;
}
.sticky-nav-button:hover {
  background: #000;
}
.sticky-nav-button a {
  display: flex;
  color: #fff !important;
  font-family: "Open Sans", serif;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 1.125rem 1.875rem;
  text-transform: initial;
}
.sticky-nav-button--secondary {
  background: #c50000;
}
.sticky-nav-button--secondary:hover {
  background: #811a12;
}

.sticky-nav-panel {
  padding: 0;
}

.nice-video {
  position: relative;
  background-color: #000;
}
.nice-video .embedded-video,
.nice-video .embedded-widescreen-video {
  margin-bottom: 0;
}
.nice-video button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms;
  background: transparent;
}
.nice-video button svg {
  height: 3.8125rem;
  width: 3.8125rem;
  color: #c50000;
}

.nice-video__preview {
  background-color: #000;
  background-image: linear-gradient(180deg, #222 0%, #000 100%);
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 300ms;
  overflow: hidden;
}
.nice-video__preview img {
  width: 100%;
  height: auto;
}

.nice-video__transcript {
  padding: 0.2rem 1rem;
  text-align: center;
}
.nice-video__transcript a {
  color: #fff;
}

.nice-video--ready .nice-video__preview {
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}
.nice-video--ready button {
  opacity: 1;
  z-index: 10;
  pointer-events: auto;
}

.nice-video--playing .nice-video__preview {
  opacity: 0;
  pointer-events: none;
}
.nice-video--playing button {
  opacity: 0;
  pointer-events: none;
}

.search-bar .input-group {
  display: flex;
  justify-content: flex-end;
}
.search-bar .input-group-button {
  width: auto;
}
.search-bar input {
  background: #f7f7f7;
  box-shadow: none;
  border: 0;
  max-width: 15.625rem;
}
.search-bar .button {
  background: #333333;
}
.search-bar .button svg {
  height: 2.375rem;
  width: 1rem;
}

.form-container {
  position: relative;
  background: linear-gradient(-90deg, transparent 0%, #197baf 100%) center center/cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: cover;
}
.form-container:before {
  content: "";
  background-image: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-attachment: initial;
  background: linear-gradient(-90deg, transparent 0%, #197baf 100%) center center/cover;
}
.form-container .gradient-helper {
  padding: 3.125rem 1rem 4.375rem 1rem;
}
.form-container:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTY0IiBoZWlnaHQ9IjE2NyIgdmlld0JveD0iMCAwIDE2NCAxNjciPjxkZWZzPjxwYXRoIGlkPSJyY3ZjYSIgZD0iTTE4MDEuNTkgMTQ2MC43NmwxLjE3LTE2Ni41MS0xNjcgLjYzdjUxLjFoMTE1LjQ4bC42IDExNC4yN3oiLz48L2RlZnM+PGc+PGcgb3BhY2l0eT0iLjU5IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzNiAtMTI5NCkiPjx1c2UgZmlsbD0iI2ZmZiIgeGxpbms6aHJlZj0iI3JjdmNhIi8+PC9nPjwvZz48L3N2Zz4=);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  height: 10.3125rem;
  width: 10.3125rem;
  background-position: right;
  margin-top: -1px;
}
@media screen and (max-width: 63.9375em) {
  .form-container__main {
    grid-template-columns: none;
  }
}
.form-container__headline {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
  max-width: 75rem;
  margin: 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 1.875rem;
}
.form-container__title {
  font-size: 3.125rem;
  display: block;
}
.form-container__subtitle {
  font-size: 1.875rem;
}
.form-container__main {
  min-height: 15rem;
  max-width: 75rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: 1fr auto;
  grid-column-gap: 3.3333333333vw;
  grid-row-gap: 3.3333333333vw;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.form-container__description {
  max-width: 37.5rem;
}
.form-container__bottom {
  grid-column-start: 1;
  grid-column-end: 3;
}
@media screen and (max-width: 39.9375em) {
  .form-container__image {
    display: none;
  }
}

.fast-fact {
  text-align: center;
  color: #fff;
  border-radius: 50rem;
  height: 18.75rem;
  width: 18.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.fast-fact__stat {
  font-size: 4.125rem;
  font-weight: 400;
  font-family: "Roboto Slab", sans-serif;
  z-index: 1;
}

.fast-fact__description {
  font-size: 1.5625rem;
  font-family: "Open Sans", serif;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2rem;
  width: 80%;
  z-index: 1;
}

@media screen and (max-width: 63.9375em) {
  .fast-fact {
    height: 15rem;
    width: 15rem;
  }
  .fast-fact__stat {
    font-size: 3rem;
  }
  .fast-fact__divider {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .fast-fact {
    height: 12.5rem;
    width: 12.5rem;
  }
  .fast-fact__stat {
    font-size: 3rem !important;
  }
  .fast-fact__divider {
    margin-bottom: 0.875rem !important;
  }
  .fast-fact__description {
    line-height: 1.6875rem !important;
  }
  .fast-fact:after {
    display: none !important;
  }
}
.fast-fact__helper {
  background: inherit;
  opacity: 0.5;
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  position: absolute;
  border-radius: 50rem;
  z-index: 0;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  display: none;
}
.fast-fact__divider {
  height: 0.3125rem;
  background: rgba(250, 250, 250, 0.6);
  padding: 0 35%;
  overflow: hidden;
  margin-bottom: 1.5rem;
  z-index: 1;
}

@media screen and (max-width: 63.9375em) {
  .fast-fact {
    margin-bottom: 2rem;
  }
  .fast-fact:last-child {
    margin-bottom: 0;
  }
}

.info-ribbon {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1.875rem 0;
  box-shadow: 0 4px 12px 4px rgba(161, 161, 161, 0.5);
  max-width: 75rem;
  margin: 3.75rem auto;
  background: #fff;
  position: relative;
  position: relative;
}
.info-ribbon:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.6125rem;
  left: -1.6125rem;
  background: #c50000;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 30%, 30% 100%, 0 100%);
}
.info-ribbon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6125rem;
  right: -1.6125rem;
  background: #c50000;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 70%, 70% 70%);
}
@media screen and (max-width: 63.9375em) {
  .info-ribbon:before, .info-ribbon:after {
    display: none;
  }
}
.info-ribbon__item {
  flex: 1;
  text-align: center;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #9b9b9b;
  padding: 2.1875rem 0.875rem;
  min-width: 10rem;
}
.info-ribbon__item:last-child {
  border-right: 0;
}
.info-ribbon__item--no-line {
  border-right: 0;
}
.info-ribbon__item-title {
  color: #333333;
  font-family: "Open Sans", serif;
  font-size: 1.5625rem;
  font-weight: 700;
}
.info-ribbon__item-subtitle {
  color: #9b9b9b;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
}
.info-ribbon__container {
  flex: 2;
  display: flex;
  flex-direction: column;
  padding: 1rem 1rem 1rem 2.5rem;
}
.info-ribbon__description {
  font-size: 1rem;
  padding-bottom: 1.25rem;
  max-width: 45rem;
}
.info-ribbon--single {
  max-width: 45rem;
  margin: 3.75rem 0;
}
.info-ribbon--stacked {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 45rem;
  margin: 3.75rem 0;
}
@media screen and (max-width: 39.9375em) {
  .info-ribbon--stacked {
    grid-template-columns: 1fr;
  }
  .info-ribbon--stacked .info-ribbon__item {
    border: 0;
  }
}
.info-ribbon__left {
  flex: 1;
  padding: 0.5rem;
  justify-content: center;
  flex-direction: column;
  display: flex;
  border-right: 0.0625rem solid #9b9b9b;
}
.info-ribbon__left-heading {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  text-align: center;
}
.info-ribbon__left-description {
  color: #9b9b9b;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
}

.table--basic {
  border-spacing: 0;
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
  max-width: 43.75rem;
}
.table--basic tbody tr:nth-child(odd) {
  background: #f7f7f7;
}
.table--basic tbody tr:nth-child(even) {
  background: #e8e9ed;
}
.table--basic tbody th {
  color: #c50000;
  font-family: "Open Sans", serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
  padding-left: 1.25rem;
}

.course-table .row {
  display: flex;
  justify-content: space-between;
  padding: 1.0625rem 1.25rem;
  background: #f7f7f7;
  color: #333333;
}
.course-table .row:nth-child(even) {
  background: #e8e9ed;
}
.course-table .row:before, .course-table .row:after {
  display: none;
}

.article-tease {
  display: flex;
  flex-direction: column;
  max-width: 20rem;
}
@media screen and (max-width: 39.9375em) {
  .article-tease {
    max-width: none;
  }
}
.article-tease--top-corner {
  position: relative;
  margin: 1.25rem;
}
.article-tease--top-corner:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.6125rem;
  left: -1.6125rem;
  background: #c50000;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 30%, 30% 100%, 0 100%);
}
@media screen and (max-width: 39.9375em) {
  .article-tease--top-corner {
    margin: 0;
  }
  .article-tease--top-corner:before, .article-tease--top-corner:after {
    display: none;
  }
}
.article-tease--bottom-corner {
  position: relative;
  margin: 1.25rem;
}
.article-tease--bottom-corner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6125rem;
  right: -1.6125rem;
  background: #c50000;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 70%, 70% 70%);
}
@media screen and (max-width: 39.9375em) {
  .article-tease--bottom-corner {
    margin: 0;
  }
  .article-tease--bottom-corner:before, .article-tease--bottom-corner:after {
    display: none;
  }
}
.article-tease--top-bottom {
  position: relative;
  position: relative;
  margin: 1.25rem;
}
.article-tease--top-bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.6125rem;
  left: -1.6125rem;
  background: #c50000;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 30%, 30% 100%, 0 100%);
}
.article-tease--top-bottom:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6125rem;
  right: -1.6125rem;
  background: #c50000;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 70%, 70% 70%);
}
@media screen and (max-width: 39.9375em) {
  .article-tease--top-bottom {
    margin: 0;
  }
  .article-tease--top-bottom:before, .article-tease--top-bottom:after {
    display: none;
  }
}
.article-tease__top-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #333333;
  text-decoration: none;
  position: relative;
}
.article-tease__top-container:hover {
  background: #4d4d4d;
}

.article-tease__image {
  height: 12.5rem;
  background-size: cover;
  background-position: center center;
}

.article-tease__date {
  color: #f7f7f7;
  font-family: "Open Sans", serif;
  font-size: 0.9375rem;
  display: block;
  font-weight: 400;
}
.article-tease__title {
  padding: 1.0625rem;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.5625rem;
  font-weight: 700;
  text-decoration: none !important;
  background: #333333;
  width: 100%;
}

.article-tease__date-category {
  color: #544a3d;
  font-family: "Open Sans";
  font-size: 12px;
  display: flex;
  align-items: center;
  padding: 0.5rem 0.5rem 0 0;
  height: 2rem;
}

.article-snippet {
  display: flex;
  flex-wrap: wrap;
  min-height: 18.75rem;
}
.article-snippet__main-content {
  flex: 1;
  padding-right: 1rem;
  min-width: 20rem;
}

.article-snippet__title {
  color: #c50000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
  text-decoration: none;
}

.article-snippet__excerpt {
  padding-top: 0.625rem;
}
.article-snippet__excerpt a {
  color: #c50000;
  text-decoration: none;
  display: inline-block;
}
.article-snippet__excerpt a svg {
  height: 10px;
  margin-left: -3px;
}

.article-snippet__image {
  flex: 1;
  width: 100%;
  background-size: cover;
  background-position: center center;
  min-width: 12.5rem;
  min-height: 12.5rem;
}

.article-snippet__details {
  padding-top: 0.625rem;
}

@media screen and (max-width: 39.9375em) {
  .article-snippet {
    flex-direction: column;
  }
  .article-snippet__image {
    margin-top: 1rem;
  }

  .article-snippet__title {
    font-size: 1.25rem;
  }
}

.tiny-details {
  color: #544a3d;
  font-family: "Open Sans", serif;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  font-weight: 400;
}
@media screen and (max-width: 39.9375em) {
  .tiny-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .tiny-details .tiny-details__bullet {
    display: none;
  }
}
.tiny-details__date {
  padding-right: 0.5rem;
}

.tiny-details__bullet {
  display: inline-flex;
  width: 0.4375rem;
  height: 0.4375rem;
  margin: 0 0.5rem;
  display: block;
  background: #9b9b9b;
  border-radius: 9rem;
  height: 0.4375rem;
  width: 0.4375rem;
}
.tiny-details__bullet:last-child {
  display: none;
}

.tiny-details__details {
  padding-top: 1.25rem;
}

.social-share {
  margin-top: 0.4375rem;
}
.social-share__share {
  color: #544a3d;
  font-family: "Open Sans", serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.social-share__icons {
  display: inline-flex;
}
.social-share__icon {
  margin: 0 3px;
}
.social-share__icon a {
  text-decoration: none;
}
.social-share__icon svg {
  height: 1rem;
  width: 1rem;
  border-radius: 0.25rem;
}

.article-attribution {
  padding: 3.4375rem 0;
  margin: 3.75rem 0;
  border-top: 0.125rem solid #9b9b9b;
  border-bottom: 0.125rem solid #9b9b9b;
}
@media screen and (max-width: 39.9375em) {
  .article-attribution {
    margin: 1.875rem 0;
    padding: 1.875rem 0;
  }
}
.article-attribution__title {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
}
.article-attribution__content {
  font-family: "Open Sans", serif;
  font-size: 1rem;
  line-height: 1.875rem;
  color: #333333;
}

.profile-header {
  color: #333333;
  font-family: "Open Sans", serif;
  min-height: 12.5rem;
}
@media screen and (max-width: 39.9375em) {
  .profile-header {
    display: grid;
  }
  .profile-header .profile-header__name {
    grid-row: 1;
  }
  .profile-header .profile-header__title {
    grid-row: 2;
  }
  .profile-header .profile-header__image {
    padding-bottom: 1rem;
  }
  .profile-header .profile-header__contact {
    padding-bottom: 1rem;
  }
}
.profile-header__image {
  float: left;
  padding-right: 1.6875rem;
  max-width: 9.375rem;
}

.profile-header__name {
  font-family: "Roboto Slab", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem;
  padding-top: 0.625rem;
  grid-row: 1;
}

.profile-header__position {
  font-size: 1.4375rem;
  font-weight: 300;
  padding-bottom: 1.25rem;
  grid-row: 2;
}

.profile-header__contact {
  display: flex;
  flex-direction: column;
}

.profile-header__contact-item a {
  color: #c50000;
  font-size: 16px;
  text-decoration: none;
}
.profile-header__contact-item svg {
  color: #fff;
}

.social-icon {
  display: inline-flex;
  height: 1rem;
  width: 1rem;
}

.program {
  display: flex;
  flex-direction: row;
  height: auto;
  min-height: 9.375rem;
  background: #fff;
}
.program__main-container {
  flex: 1;
  display: flex;
}

.program__left-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.25rem;
  background: #f7f7f7;
}

.program__image {
  background-size: cover;
  background-position: center center;
  width: 6.375rem;
  height: auto;
}
@media screen and (max-width: 39.9375em) {
  .program__image {
    display: none;
  }
}

.program__title {
  color: #c50000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 0.3125rem;
  text-decoration: none;
}

.program__icon {
  background: #1ba5b4;
  display: inline-block;
  border-radius: 5rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #fff;
}

.program__icon--secondary {
  background: #bd8c04;
}

.program__subtitle {
  color: #222;
  font-family: "Open Sans", serif;
  font-size: 1rem;
  font-weight: 300;
  display: flex;
  justify-content: flex-start;
}

.program__right-container {
  flex: 1.8;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  background: #eaeaea;
  text-align: center;
  overflow: hidden;
}

.program__detail-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0.5rem;
}

.program__detail-top {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
}

.program__detail-bottom {
  font-family: "Open Sans", serif;
  font-size: 0.875rem;
  text-transform: uppercase;
}

@media screen and (max-width: 39.9375em) {
  .program {
    margin-bottom: 1rem;
  }
  .program__main-container {
    flex-direction: column;
  }

  .program__left-container {
    flex: initial;
  }

  .program__right-container {
    flex: initial;
  }
}

.fyi-callout {
  background: rgba(212, 237, 98, 0.2);
  color: #000;
  font-family: "Open Sans", serif;
  padding: 3.625rem 2.2222222222vw;
  margin: 1.875rem 0;
  position: relative;
}
@media screen and (max-width: 39.9375em) {
  .fyi-callout {
    padding: 3.625rem 1.875rem;
  }
}
.fyi-callout__title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  padding-bottom: 0.9375rem;
}
.fyi-callout__main {
  font-size: 1.125rem;
  line-height: 2.125rem;
  padding-bottom: 1.25rem;
}
.fyi-callout__footer {
  font-size: 0.875rem;
  text-transform: uppercase;
  font-style: italic;
}
.fyi-callout:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #d4ed62;
  height: 3.25rem;
  width: 3.25rem;
  clip-path: polygon(0 0, 100% 0, 100% 31%, 31% 31%, 31% 100%, 0 100%);
}

.basic-callout {
  border: 0.1875rem solid #c50000;
  padding: 1.875rem 2.2222222222vw;
  margin: 3.75rem 0;
}
@media screen and (max-width: 39.9375em) {
  .basic-callout {
    padding: 3.625rem 1.875rem;
  }
}
.basic-callout__title {
  color: #c50000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
}
.basic-callout__main {
  color: #000;
  font-family: "Open Sans", serif;
  font-size: 1.125rem;
  line-height: 2.125rem;
  padding: 0.9375rem 0;
}
.basic-callout__footer a {
  color: #c50000;
  text-decoration: none;
}

.text-in-a-box {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  padding: 1.25rem 1.875rem;
}
.text-in-a-box__title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}
.text-in-a-box__content {
  font-size: 1rem;
  line-height: 1.875rem;
}
.text-in-a-box__content strong {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}

.program-numbers {
  margin-top: 1.875rem;
  margin-bottom: 3.75rem;
}
.program-numbers__heading {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}
.program-numbers__subheading {
  color: #333333;
  font-family: "Open Sans", serif;
  font-size: 1.125rem;
  font-weight: 300;
}

.profile-snippet {
  display: flex;
  height: 9.375rem;
}
.profile-snippet__image {
  background-size: cover;
  background-position: center center;
  width: 6.25rem;
}
.profile-snippet__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.25rem;
  background: #f7f7f7;
  flex: 1;
}
.profile-snippet__name {
  color: #c50000;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
}
.profile-snippet__title {
  font-family: "Open Sans", serif;
  font-size: 1rem;
}

.event-snippet {
  display: flex;
  flex-direction: row;
}
.event-snippet__date {
  background-color: #333333;
  width: 5rem;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Slab", sans-serif;
}
.event-snippet__info {
  flex: 1;
  background: #f7f7f7;
  padding: 1.25rem 1.875rem;
}
.event-snippet__title {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.event-snippet__date-subtitle {
  font-size: 1rem;
  line-height: 1.875rem;
}
.event-snippet__location {
  font-size: 1rem;
  line-height: 1.875rem;
}

.event-month {
  text-transform: uppercase;
  font-family: "Open Sans", serif;
}

.event-date {
  font-size: 2rem;
  line-height: 1.875rem;
}

.hero {
  overflow: hidden;
  position: relative;
}
.hero:before {
  content: "";
  background-image: url("../assets/slashes.png");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 3.375rem;
  width: 3.75rem;
  z-index: 9;
}
@media screen and (max-width: 1360px) {
  .hero:before {
    display: none;
  }
}
.hero__container {
  max-width: 75rem;
  margin: 0 auto;
}
.hero__image {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  border-left: solid 22vw #c50000;
}
.hero__image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.hero__image-caption {
  position: absolute;
  bottom: 30%;
  left: 20%;
  color: #fff;
  font-weight: 800;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 74.9375em) {
  .hero__image-caption {
    display: none;
  }
}
@media screen and (max-width: 89.9375em) {
  .hero__image-caption {
    left: 15%;
  }
}
.hero--has-footer {
  padding-bottom: 10rem;
  margin-bottom: -10rem;
}

.hero-arrow {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  min-width: 31.25rem;
  background: #c50000;
  height: 100%;
  font-family: "Roboto Slab", sans-serif;
  padding-left: 3vw;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYzIiBoZWlnaHQ9IjYzMSIgdmlld0JveD0iMCAwIDc2MyA2MzEiPjxkZWZzPjxwYXRoIGlkPSJyYWxoYSIgZD0iTTc2MyA0NTMuNUwtMjI5IDE0MzNWLTUyNnoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMTQyKSI+PHVzZSBmaWxsPSIjYzUwMDAwIiB4bGluazpocmVmPSIjcmFsaGEiLz48L2c+PC9nPjwvc3ZnPg==);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
}
@media screen and (max-width: 39.9375em) {
  .hero-arrow {
    width: 100%;
    background: #c50000;
  }
}
.hero-arrow__top {
  padding-bottom: 2rem;
  color: #fff;
  font-size: 4.5rem;
  line-height: 5rem;
  text-transform: uppercase;
  width: 65%;
  margin-top: 4.375rem;
  line-height: 4.0625rem;
}
@media screen and (max-width: 39.9375em) {
  .hero-arrow__top {
    font-size: 3rem;
    line-height: 3.5rem;
  }
}
.hero-arrow__bottom {
  font-size: 2rem;
  color: #fff;
  width: 65%;
  position: relative;
  padding-top: 0.5rem;
  margin-bottom: 4.375rem;
  line-height: 2.5rem;
}
.hero-arrow__bottom:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  display: block;
  border-top: 5px solid #d4ed62;
  width: 5rem;
}
@media screen and (max-width: 39.9375em) {
  .hero-arrow__bottom {
    font-size: 1.5rem;
  }
}

.header-banner {
  display: flex;
  justify-content: space-around;
  max-width: 75rem;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.42);
  position: relative;
  position: relative;
}
.header-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: -0.80625rem;
  left: -0.80625rem;
  background: #57b7e9;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 30%, 30% 100%, 0 100%);
}
.header-banner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6125rem;
  right: -1.6125rem;
  background: #57b7e9;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 70%, 70% 70%);
}
@media screen and (max-width: 39.9375em) {
  .header-banner {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 74.9375em) {
  .header-banner:before, .header-banner:after {
    display: none;
  }
}
.header-banner__item {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center;
  border-right: 1px solid #9b9b9b;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 2.7777777778vw;
  margin: 2rem 0;
}
.header-banner__item svg {
  margin: 1.875rem 0;
  width: 5.3125rem;
  height: 5.3125rem;
}
.header-banner__item:last-child {
  border-right: 0;
}
.header-banner__item img {
  width: auto;
  height: 5.3125rem;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 39.9375em) {
  .header-banner__item {
    margin: 0;
  }
}
.header-banner svg {
  width: 100%;
  color: #9b9b9b;
}
.header-banner__item-title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 0.5rem;
}
@media screen and (max-width: 39.9375em) {
  .header-banner {
    flex-direction: column;
  }
  .header-banner .header-banner__item {
    border-right: 0;
    border-top: 1px solid gainsboro;
  }
}

.story-trail {
  display: flex;
  flex-direction: column;
  padding-bottom: 6.25rem;
  padding-left: 4vw;
  padding-right: 4vw;
}
.story-trail__title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  text-align: center;
}
.story-trail__subtitle {
  font-family: "Open Sans", serif;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 3rem;
}
.story-trail__item {
  display: inline-grid;
  grid-template-columns: 1fr auto 1fr;
  grid-column-gap: 1.25rem;
  align-items: center;
}
.story-trail__text-box {
  grid-column-start: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  border-width: 0.3125rem;
  border-style: solid;
  margin-right: 1.5rem;
  color: #333333;
  font-size: 1.5rem;
  font-family: "Roboto Slab", sans-serif;
  padding: 1.5rem;
}
.story-trail__text-box:after, .story-trail__text-box:before {
  left: 100%;
  top: calc(3px + 50%);
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  transform: scaleY(0.5);
}
.story-trail__text-box:after {
  border-left-color: white;
  border-width: 21px;
  margin-top: -24px;
}
.story-trail__text-box:before {
  border-left-color: inherit;
  border-width: 30px;
  margin-top: -33px;
}
.story-trail__text-box--right {
  grid-column-start: 3;
  margin-right: initial;
  margin-left: 1.5rem;
}
.story-trail__text-box--right:after, .story-trail__text-box--right:before {
  left: initial;
  right: 100%;
}
.story-trail__text-box--right:after {
  border-left: 0;
  border-right-color: white;
  border-width: 21px;
  margin-top: -24px;
}
.story-trail__text-box--right:before {
  border-left: 0;
  border-right-color: inherit;
  border-width: 30px;
  margin-top: -33px;
}
.story-trail__icon {
  grid-column-start: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50rem;
  height: 60px;
  width: 60px;
  position: relative;
  z-index: 1;
}
.story-trail__icon svg {
  width: 70%;
  height: 100%;
  margin: auto 0;
  padding: 0.3125rem;
  color: #fff;
}
@media screen and (max-width: 39.9375em) {
  .story-trail__icon:after {
    display: none;
  }
}
.story-trail__icon--helper {
  background: inherit;
  opacity: 0.3;
  width: calc(100% + 7px);
  height: calc(100% + 7px);
  position: absolute;
  border-radius: 50rem;
  z-index: -1;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
}
.story-trail__separator {
  display: flex;
  justify-content: center;
}
.story-trail__separator:last-child {
  display: none;
}
.story-trail__separator svg {
  opacity: 0.5;
  height: 3rem;
}
@media screen and (max-width: 63.9375em) {
  .story-trail .story-trail__separator {
    visibility: hidden;
  }
  .story-trail .story-trail__item {
    grid-template-columns: 1fr;
  }
}

.single-ribbon {
  display: flex;
  max-width: 48.125rem;
  margin: 3rem auto;
  padding: 2rem 0;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.42);
  background: #fff;
  position: relative;
  position: relative;
}
.single-ribbon:before {
  content: "";
  display: block;
  position: absolute;
  top: -1.6125rem;
  left: -1.6125rem;
  background: #c50000;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 30%, 30% 100%, 0 100%);
}
.single-ribbon:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1.6125rem;
  right: -1.6125rem;
  background: #c50000;
  height: 5.375rem;
  width: 5.375rem;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 70%, 70% 70%);
}
@media screen and (max-width: 39.9375em) {
  .single-ribbon {
    margin: 0 auto;
  }
  .single-ribbon:before, .single-ribbon:after {
    display: none;
  }
}
.single-ribbon__left {
  display: flex;
  align-items: center;
  padding-left: 3rem;
  padding-right: 1rem;
}
@media screen and (max-width: 39.9375em) {
  .single-ribbon__left {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.single-ribbon__left img {
  height: auto;
  width: auto;
}
.single-ribbon__right {
  padding: 0 2rem;
  font-size: 3rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 800;
  line-height: 3.5rem;
}
@media screen and (max-width: 39.9375em) {
  .single-ribbon__right {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .single-ribbon {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}

.featured-quote {
  max-width: 75rem;
  padding: 0 1rem;
  margin: 0 auto;
}
.featured-quote__title {
  padding-top: 4.375rem;
  display: flex;
  flex-direction: column;
  padding-top: 3rem;
  width: 100%;
  max-width: 31.25rem;
  margin-bottom: 4rem;
}
.featured-quote__title span:first-child {
  font-family: "Roboto Slab", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.featured-quote__title span {
  font-family: "Open Sans", serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
}
.featured-quote__quote-container {
  max-width: 31.25rem;
}
.featured-quote__quote {
  font-size: 1.875rem;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  max-width: 31.25rem;
  display: inline;
  line-height: 1.6;
  padding: 2px 0;
  margin: 1.25rem auto;
  position: relative;
}
.featured-quote__quote span {
  background-color: #197baf;
  color: #fff;
  display: inline;
  padding: 0.5rem 1.5rem;
  box-decoration-break: clone;
}
@media screen and (max-width: 39.9375em) {
  .featured-quote__quote span {
    padding: 0.5rem 1rem;
  }
}
.featured-quote__quote:before {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyNyAxOSI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik02ODUuMzcgMjgzNC4zOWMuNjggMCAxLjE4LS4wNyAxLjUyLS4yMi4zNC0uMTQuNTYtLjI2LjY3LS4zNy4wNC4wNC4xLjE3LjE2LjM5LjA3LjIxLjEuNTUuMSAxLjAxIDAgMS4xNy0uNTcgMi40My0xLjcxIDMuNzZhOS4zNSA5LjM1IDAgMCAxLTQuNjggMi44NmwuNjUgMS4yN2MzLjQ4LS43OSA2LjEtMi4xOCA3Ljg2LTQuMTcgMS43Ni0yIDIuNjQtNC4yNyAyLjY0LTYuODIgMC0yLjMyLS42Mi00LjA4LTEuODYtNS4yOWE2LjM0IDYuMzQgMCAwIDAtNC42My0xLjgxYy0xIDAtMS44OC4yMi0yLjY2LjY1YTQuNTMgNC41MyAwIDAgMC0xLjc5IDEuODQgNS4yIDUuMiAwIDAgMC0uNjQgMi41M2MwIDEuNDIuNDMgMi41MSAxLjI5IDMuMjVhNC41OCA0LjU4IDAgMCAwIDMuMDggMS4xMnptMTQuODcgMGE0LjEgNC4xIDAgMCAwIDEuNTItLjIyYy4zNi0uMTQuNTktLjI2LjctLjM3LjA1LjA0LjEuMTcuMTcuMzkuMDYuMjEuMS41NS4xIDEuMDFhNSA1IDAgMCAxLS43MiAyLjM4IDguMTggOC4xOCAwIDAgMS0yLjIgMi40NmMtLjk4Ljc3LTIuMTYgMS4zNi0zLjUzIDEuNzhsLjY5IDEuMjdjMy40OS0uNzkgNi4xMS0yLjE4IDcuODctNC4xOWExMC4wOCAxMC4wOCAwIDAgMCAyLjYzLTYuOGMwLTIuMzItLjYyLTQuMDgtMS44Ny01LjI5YTYuMzQgNi4zNCAwIDAgMC00LjYxLTEuODFjLTEgMC0xLjkuMjItMi42OC42NWE0LjM3IDQuMzcgMCAwIDAtMS44IDEuODQgNS40IDUuNCAwIDAgMC0uNjIgMi41M2MwIDEuNDIuNDMgMi41MSAxLjI5IDMuMjVhNC41NSA0LjU1IDAgMCAwIDMuMDYgMS4xMnoiLz48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY4MSAtMjgyNSkiPjx1c2UgZmlsbD0iI2ZmZiIgeGxpbms6aHJlZj0iI2EiLz48L2c+PC9zdmc+);
  height: 2rem;
  width: 2rem;
  position: absolute;
  left: -2.8125rem;
  top: -1rem;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 74.9375em) {
  .featured-quote__quote:before {
    left: 0;
    top: -1.75rem;
  }
}
.featured-quote__quote:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyNyAxOSI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik02ODUuMzcgMjgzNC4zOWMuNjggMCAxLjE4LS4wNyAxLjUyLS4yMi4zNC0uMTQuNTYtLjI2LjY3LS4zNy4wNC4wNC4xLjE3LjE2LjM5LjA3LjIxLjEuNTUuMSAxLjAxIDAgMS4xNy0uNTcgMi40My0xLjcxIDMuNzZhOS4zNSA5LjM1IDAgMCAxLTQuNjggMi44NmwuNjUgMS4yN2MzLjQ4LS43OSA2LjEtMi4xOCA3Ljg2LTQuMTcgMS43Ni0yIDIuNjQtNC4yNyAyLjY0LTYuODIgMC0yLjMyLS42Mi00LjA4LTEuODYtNS4yOWE2LjM0IDYuMzQgMCAwIDAtNC42My0xLjgxYy0xIDAtMS44OC4yMi0yLjY2LjY1YTQuNTMgNC41MyAwIDAgMC0xLjc5IDEuODQgNS4yIDUuMiAwIDAgMC0uNjQgMi41M2MwIDEuNDIuNDMgMi41MSAxLjI5IDMuMjVhNC41OCA0LjU4IDAgMCAwIDMuMDggMS4xMnptMTQuODcgMGE0LjEgNC4xIDAgMCAwIDEuNTItLjIyYy4zNi0uMTQuNTktLjI2LjctLjM3LjA1LjA0LjEuMTcuMTcuMzkuMDYuMjEuMS41NS4xIDEuMDFhNSA1IDAgMCAxLS43MiAyLjM4IDguMTggOC4xOCAwIDAgMS0yLjIgMi40NmMtLjk4Ljc3LTIuMTYgMS4zNi0zLjUzIDEuNzhsLjY5IDEuMjdjMy40OS0uNzkgNi4xMS0yLjE4IDcuODctNC4xOWExMC4wOCAxMC4wOCAwIDAgMCAyLjYzLTYuOGMwLTIuMzItLjYyLTQuMDgtMS44Ny01LjI5YTYuMzQgNi4zNCAwIDAgMC00LjYxLTEuODFjLTEgMC0xLjkuMjItMi42OC42NWE0LjM3IDQuMzcgMCAwIDAtMS44IDEuODQgNS40IDUuNCAwIDAgMC0uNjIgMi41M2MwIDEuNDIuNDMgMi41MSAxLjI5IDMuMjVhNC41NSA0LjU1IDAgMCAwIDMuMDYgMS4xMnoiLz48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY4MSAtMjgyNSkiPjx1c2UgZmlsbD0iI2ZmZiIgeGxpbms6aHJlZj0iI2EiLz48L2c+PC9zdmc+);
  height: 2rem;
  width: 2rem;
  position: absolute;
  right: -2.8125rem;
  bottom: -0.125rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 74.9375em) {
  .featured-quote__quote:after {
    right: 0;
    bottom: -1.75rem;
  }
}
.featured-quote__attribution {
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 2rem;
}
.featured-quote__attribution span {
  font-weight: 500;
}

.basic-teaser {
  max-width: 75rem;
  margin: 0 auto;
}
.basic-teaser__main {
  margin-top: 5rem;
  margin-bottom: 1rem;
  font-size: 3rem;
  font-weight: 600;
  font-family: "Roboto Slab", sans-serif;
  color: #fff;
  padding: 0 1rem;
  padding-left: 0;
  line-height: 3.8rem;
}
.basic-teaser .button {
  margin-bottom: 5rem;
}

.basic-teaser--vanilla {
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.basic-teaser--vanilla .basic-teaser__main {
  color: #333333;
  font-size: 1.75rem;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 39.9375em) {
  .basic-teaser--vanilla .basic-teaser__main {
    line-height: 3rem;
    font-size: 1.6rem;
  }
}
.basic-teaser--vanilla a {
  font-size: 1.25rem;
}

.tri-icon-teaser {
  background: rgba(197, 0, 0, 0.91);
  color: #fff;
  text-align: center;
  padding: 4.375rem 1rem;
}
.tri-icon-teaser__header {
  font-family: "Roboto Slab", sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.1875rem;
}
.tri-icon-teaser__subheader {
  font-size: 1.25rem;
  font-weight: 600;
}
.tri-icon-teaser__icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto auto;
  padding: 5rem 0;
}
.tri-icon-teaser__icon {
  color: #fff;
  grid-row: 1;
}
.tri-icon-teaser__icon svg {
  width: 5.625rem;
  height: 5.625rem;
}
@media screen and (max-width: 39.9375em) {
  .tri-icon-teaser__icon svg {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.tri-icon-teaser__icon-caption {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  grid-row: 2;
}
@media screen and (max-width: 39.9375em) {
  .tri-icon-teaser__icon-caption {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.tri-icon-teaser__footer-text {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
}
.tri-icon-teaser__footer-text a {
  color: #FFFF6F !important;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 39.9375em) {
  .tri-icon-teaser .tri-icon-teaser__header {
    padding-bottom: 1rem;
  }
  .tri-icon-teaser .tri-icon-teaser__icons {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
  }
  .tri-icon-teaser .tri-icon-teaser__icons .tri-icon-teaser__icon {
    grid-column: 1;
    grid-row: initial;
  }
  .tri-icon-teaser .tri-icon-teaser__icons .tri-icon-teaser__icon-caption {
    grid-column: 2;
    grid-row: initial;
  }
}

.quote-block {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  position: relative;
  z-index: 1;
  background: #fff;
}
.quote-block:nth-child(6) .quote-block__container, .quote-block:nth-child(8) .quote-block__container {
  position: relative;
}
.quote-block:nth-child(6) .quote-block__container:before, .quote-block:nth-child(8) .quote-block__container:before {
  display: none;
}
.quote-block:nth-child(6) .quote-block__container:after, .quote-block:nth-child(8) .quote-block__container:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  background: inherit;
  height: 3.25rem;
  width: 3.25rem;
  clip-path: polygon(70% 0, 100% 0, 100% 100%, 0 100%, 0 70%, 70% 70%);
}
.quote-block__container {
  padding: 4.375rem 2.2222222222vw 2.5rem 2.2222222222vw;
  height: 100%;
  position: relative;
}
.quote-block__container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  height: 3.25rem;
  width: 3.25rem;
  clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 30%, 30% 100%, 0 100%);
}
.quote-block__quote {
  font-size: 1.4375rem;
  font-weight: 700;
  line-height: 2.375rem;
  text-align: left;
}
.quote-block__attribution {
  padding-top: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: left;
}
.quote-block:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: -1;
}

.quote-block-person {
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.quote-block-person:nth-child(5):before, .quote-block-person:nth-child(7):before {
  display: none;
}
.quote-block-person img {
  height: auto;
  width: 100%;
  max-width: initial;
}
.quote-block-person__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.quote-block-person__overlay:hover ~ .quote-block-person__person-info {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.quote-block-person__person-info:hover ~ .quote-block-person__overlay {
  opacity: 0.8;
  transition: opacity 0.5s ease;
}
.quote-block-person__person-info {
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s ease;
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 1.1111111111vw;
}
.quote-block-person__person-info span, .quote-block-person__person-info a {
  color: #0b405a;
}
.quote-block-person__person-info span {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.4375rem;
  font-weight: 700;
}
.quote-block-person__person-info a {
  font-family: "Open Sans", serif;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: underline;
  position: relative;
}
.quote-block-person__person-info a:before {
  content: ">";
  position: absolute;
  right: 50%;
  left: 0rem;
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .quote-block-person__person-info a:before {
    left: -0.5625rem;
  }
}
.quote-block-person__person-info:hover {
  opacity: 1;
  transition: opacity 0.5s ease;
}
@media screen and (max-width: 63.9375em) {
  .quote-block-person img {
    height: 100%;
    width: 100%;
  }
}

.main-header {
  background-color: #f7f7f7;
}
@media screen and (max-width: 39.9375em) {
  .main-header__logo {
    width: 80%;
  }
}

.main-header__sitenav-main {
  background-color: #f7f7f7;
  display: block;
  align-items: center;
  justify-content: space-around;
  border-bottom: 0.25rem solid #e8e9ed;
}
.main-header__sitenav-main .main-nav {
  flex: 1 0 0;
}
@media screen and (max-width: 39.9375em) {
  .main-header__sitenav-main {
    display: none;
  }
}
.main-header__sitenav-main--active {
  display: block;
}

.main-header__sitenav-util {
  color: #fff;
  background-color: #136c94;
  text-align: right;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-header__sitenav-util abbr {
  color: #fff;
}
.main-header__sitenav-util a:link, .main-header__sitenav-util a:visited {
  color: #fff;
}
.main-header__sitenav-util a:hover, .main-header__sitenav-util a:active {
  color: #136c94;
}

.main-header__brand {
  padding: 1.875rem 0;
  background: #fff;
}
.main-header__brand img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 39.9375em) {
  .main-header__brand {
    padding-top: 1rem;
  }
}

@-moz-document url-prefix() {
  .main-header__sitenav-main .main-nav {
    flex: 1;
  }
}
@media print, screen and (min-width: 40em) {
  .main-header__brand img {
    max-width: 18.75rem;
  }
}
.main-footer {
  background-color: #f7f7f7;
}
.main-footer .four-columns {
  padding: 3.125rem 0;
}
.main-footer .row__col {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.main-footer__logos {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  padding-bottom: 3rem;
}
@media screen and (max-width: 39.9375em) {
  .main-footer__logos {
    padding-bottom: 0;
  }
}
.main-footer__logos img {
  padding-top: 1rem;
  width: 8.75rem;
}

.main-footer .link-collection__links a.link--secondary {
  color: #c50000;
  font-size: 0.875rem;
  line-height: 1.875rem;
  text-decoration: none;
}
.main-footer .link-collection__links button {
  font-size: 0.875rem;
  line-height: 1.875rem;
}

.main-footer__ribbon {
  background-color: #4c4c4c;
  padding: 1.875rem 1rem;
  display: flex;
  align-items: center;
}
.main-footer__ribbon img {
  width: 11.25rem;
}

.subfooter {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 1rem;
}
@media screen and (max-width: 39.9375em) {
  .subfooter {
    flex-direction: column;
    padding-left: 0;
  }
  .subfooter .subfooter__right {
    min-width: initial;
  }
}
.subfooter__left {
  flex: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 39.9375em) {
  .subfooter__left {
    margin: 2rem 0;
  }
}
.subfooter__left img {
  height: 1.0625rem;
  max-width: none;
  width: auto;
}

.subfooter__right {
  flex: 1;
  text-align: left;
  min-width: 31.25rem;
}
.subfooter__right ul {
  margin-left: 0;
  margin-bottom: 0.3125rem;
}
@media screen and (max-width: 39.9375em) {
  .subfooter__right ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
  }
  .subfooter__right ul li:after {
    display: none;
  }
  .subfooter__right ul li a {
    margin-left: 0;
  }
}
.subfooter__right li {
  color: #fff;
  display: inline;
}
.subfooter__right li:after {
  content: "•";
}
.subfooter__right li:last-child:after {
  display: none;
}

.subfooter__contact {
  font-size: 0.8rem;
  color: #e8e9ed;
  font-weight: 600;
}
.subfooter__contact br {
  display: none;
}
@media screen and (max-width: 39.9375em) {
  .subfooter__contact br {
    display: initial;
  }
}

.subfooter__links a {
  margin: 0 0.5rem;
  font-weight: 600;
  font-size: 0.8rem;
  text-decoration: none;
  color: #fff;
}
.subfooter__links li:first-child a {
  margin-left: 0;
}
.subfooter__links li:last-child a {
  margin-right: 0;
}

.footer-neu-universal {
  clear: both;
  width: 100%;
  color: #FFF;
  letter-spacing: 0.03em;
  padding: 20px 0px;
  background-color: #636363;
  font-size: 11px;
  text-align: left;
  vertical-align: middle;
}
.footer-neu-universal a.logo {
  background: url("https://www.northeastern.edu/neuhome/images/logo-footer.png") no-repeat scroll left top transparent;
  color: #FFFFFF;
  float: left;
  font-family: Georgia, Times, Arial, serif;
  font-size: 18px;
  height: 17px;
  margin-right: 20px;
  padding: 0;
  text-decoration: none;
  width: 173px;
}
.footer-neu-universal .info {
  display: inline;
  float: left;
  font-size: 12px;
  list-style-type: none;
  margin: 0 0 10px 170px;
  color: #CCC;
}
.footer-neu-universal .info li {
  float: left;
  margin-right: 10px;
}
.footer-neu-universal .info li::after {
  content: "·";
}
.footer-neu-universal .info li:last-child::after {
  content: "";
  margin-right: 0;
  padding-right: 0;
}
.footer-neu-universal .info a {
  color: #FFF;
  text-decoration: none;
  font-family: Arial, Verdana, Sans-Serif !important;
  margin-right: 10px;
}
.footer-neu-universal .contact {
  clear: both;
  font-size: 100%;
  line-height: 1.4em;
  height: auto;
  margin: 0 0 0 363px;
  padding: 0;
  color: #CCC;
  font-family: Arial, Verdana, Sans-Serif !important;
}

.page-header {
  display: flex;
  flex-wrap: wrap;
  padding: 3.75rem 0;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .page-header {
    padding-top: 1rem;
    padding-bottom: 0;
  }
  .page-header__main {
    padding-bottom: 1rem;
  }
}
.page-header__main {
  flex: 2;
  padding-right: 3.3333333333vw;
}
.page-header__image {
  flex: 1;
  height: 18.75rem;
  min-width: 25rem;
  background-size: cover;
  background-position: center center;
}
.page-header__dropdown {
  padding: 1.25rem 0;
  width: 18.75rem;
  position: relative;
}
.page-header__dropdown:before {
  content: "B";
  position: absolute;
  height: 1rem;
  width: 1rem;
  color: #fff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #1ba5b4;
  border-radius: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6875rem;
  top: 2rem;
  left: 0.9375rem;
}
.page-header__dropdown select {
  margin: 0;
  background-color: #f7f7f7;
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  border: 0;
  padding: 0.75rem 2.1875rem;
  padding-left: 3rem;
  height: initial;
}
.page-header__description {
  font-size: 1rem;
  line-height: 1.875rem;
}
.page-header__description p {
  line-height: 1.875rem;
}

.accordion {
  border: 0;
}

.accordion-title {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.625rem;
  font-weight: 400;
  padding-left: 2.5rem;
  border: 0;
  color: #333333;
  text-decoration: none;
  background: #fff;
  border-bottom: 0.125rem solid #eaeaea !important;
}
.accordion-title svg {
  color: #c50000;
}
.accordion-title:hover {
  background-color: #f7f7f7;
}
.accordion-title:focus {
  background-color: #fff;
}
.accordion-title:before {
  display: none;
}

.accordion-item a.accordion-title:before {
  content: "" !important;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCI+PGRlZnM+PHBhdGggaWQ9InI0YmdhIiBkPSJNOTM2IDI3MzMuNjR2Mi43MmMwIC4zOC0uMTMuNy0uNC45Ny0uMjYuMjYtLjU4LjQtLjk2LjRoLTUuOTF2NS45MWMwIC4zOC0uMTQuNy0uNC45Ni0uMjcuMjctLjU5LjQtLjk3LjRoLTIuNzJjLS4zOCAwLS43LS4xMy0uOTctLjQtLjI2LS4yNi0uNC0uNTgtLjQtLjk2di01LjkxaC01LjkxYy0uMzggMC0uNy0uMTQtLjk2LS40LS4yNy0uMjctLjQtLjU5LS40LS45N3YtMi43MmMwLS4zOC4xMy0uNy40LS45Ny4yNi0uMjYuNTgtLjQuOTYtLjRoNS45MXYtNS45MWMwLS4zOC4xNC0uNy40LS45Ni4yNy0uMjcuNTktLjQuOTctLjRoMi43MmMuMzggMCAuNy4xMy45Ny40LjI2LjI2LjQuNTguNC45NnY1LjkxaDUuOTFjLjM4IDAgLjcuMTQuOTYuNC4yNy4yNy40LjU5LjQuOTd6Ii8+PC9kZWZzPjxnPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC05MTYgLTI3MjUpIj48dXNlIGZpbGw9IiNjNTAwMDAiIHhsaW5rOmhyZWY9IiNyNGJnYSIvPjwvZz48L2c+PC9zdmc+);
  height: 1.25rem;
  width: 1.25rem;
  display: block;
  position: absolute;
  background-size: contain;
  left: 0;
}
.accordion-item a.accordion-title:hover {
  cursor: pointer;
}
.accordion-item svg {
  display: inline;
  height: 1.25rem;
  width: 1.25rem;
  margin-right: 1.25rem;
}
.accordion-item:last-child a,
.accordion-item:last-child .accordion-content {
  border-bottom: 0 !important;
}
.accordion-item .is-active svg {
  transform: rotate(45deg);
  transition: transform 0.5s ease;
}

.accordion-item.is-active a:before {
  transform: rotate(45deg);
  transition: transform 0.5s ease;
}

.accordion-content {
  border: 0;
  padding-left: 2.5rem;
}

.teaser-aside--dark {
  color: #fff;
  background-color: #000;
  padding: 1rem;
}
.teaser-aside--dark abbr {
  color: #fff;
}
.teaser-aside--dark a:link, .teaser-aside--dark a:visited {
  color: #fff;
}
.teaser-aside--dark a:hover, .teaser-aside--dark a:active {
  color: #136c94;
}

.teaser__image img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 40em) {
  .teaser-full-row .teaser {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .teaser-full-row .teaser .teaser__image {
    width: calc(50% - 0.5rem);
    flex: 0 0 auto;
  }
  .teaser-full-row .teaser .teaser__body {
    width: calc(50% - 0.5rem);
    flex: 0 0 auto;
  }

  .teaser-full-row.teaser-full-row--image-right .teaser {
    flex-direction: row-reverse;
  }
}
.fast-facts {
  padding: 3.125rem 1rem 5.625rem 1rem;
}
.fast-facts__header {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto Slab", sans-serif;
}
.fast-facts__subheader {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.fast-facts__facts {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 63.9375em) {
  .fast-facts__facts {
    grid-template-columns: 1fr;
    grid-gap: 2rem;
  }
}
@media screen and (max-width: 39.9375em) {
  .fast-facts__facts {
    flex-direction: column;
  }
  .fast-facts__facts .fast-fact {
    align-self: center;
  }
}

.programs {
  padding: 2.5rem 0;
}
.programs .program {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.programs__header {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  max-width: 75rem;
  margin: 0 auto;
  padding-bottom: 1.875rem;
  font-size: 1.875rem;
}

.programs__container {
  display: flex;
  flex-direction: column;
  align-content: center;
}

.programs--featured {
  padding: 3.75rem 1rem;
  position: relative;
  background: linear-gradient(-90deg, transparent 0%, #197baf 100%) center center/cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.programs--featured:before {
  content: "";
  background-image: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-attachment: initial;
  background: linear-gradient(-90deg, transparent 0%, #197baf 100%) center center/cover;
}
.programs--featured .programs__header {
  color: #fff;
  padding-bottom: 1.25rem;
}

.articles-list {
  padding: 5rem 1.25rem;
  padding-top: 0;
}
@media screen and (max-width: 39.9375em) {
  .articles-list {
    padding-bottom: 0;
  }
}
.articles-list__header {
  font-family: "Roboto Slab", sans-serif;
  font-size: 3.125rem;
  font-weight: 700;
  color: #333333;
  max-width: 75rem;
  margin: 0 auto;
}

.articles-list__items {
  max-width: 75rem;
  margin: 0 auto;
}

.articles-list__item {
  padding: 1.875rem 0;
  border-bottom: 0.125rem solid #9b9b9b;
}
.articles-list__item:last-child {
  border-bottom: 0;
}

.articles-list__main-content {
  padding-bottom: 2.5rem;
  padding-right: 1rem;
  min-width: 20rem;
  padding-right: 1rem;
}

@media screen and (max-width: 39.9375em) {
  .articles-list__header {
    font-size: 2.5rem;
  }
}

.article-teasers {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 75rem;
  margin: 0 auto;
}
@media screen and (max-width: 39.9375em) {
  .article-teasers {
    margin: 0 !important;
    padding: 0 !important;
  }
}
.article-teasers__headline {
  width: 100%;
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}
.article-teasers__item {
  flex: 1;
  margin: 1.25rem;
  margin-left: 0;
  padding-bottom: 1.25rem;
  min-width: 12.5rem;
}
.article-teasers__item:first-child {
  margin-top: 0;
}

.article-teasers--featured {
  max-width: 75rem;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 2.5rem;
}
.article-teasers--featured .article-tease__image {
  height: 21.25rem;
}
.article-teasers--featured .article-teasers__item {
  margin: 0;
  min-width: 25rem;
}
.article-teasers--featured .article-teasers__item .article-tease {
  max-width: none;
}

.profile-snippets {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  margin-bottom: 3.75rem;
  margin-top: 2rem;
}
@media screen and (max-width: 39.9375em) {
  .profile-snippets {
    grid-template-columns: 100%;
    grid-template-rows: 1fr 1fr 1fr 1fr;
  }
}

.upcoming-events__heading {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
}
.upcoming-events .event-snippet {
  margin: 1.875rem 0;
}
.upcoming-events .event-snippet:last-child {
  margin-bottom: 0;
}

.quote-blocks {
  text-align: center;
  padding-top: 3.125rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 39.9375em) {
  .quote-blocks {
    padding-bottom: 0;
  }
}
.quote-blocks__header {
  font-family: "Roboto Slab", sans-serif;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 3.1875rem;
}
.quote-blocks__subheader {
  font-size: 1.25rem;
  font-weight: 600;
  padding-bottom: 3.125rem;
}
.quote-blocks__items {
  width: 100%;
  display: grid;
  grid-gap: 0.9375rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 50px 1fr;
  grid-template-areas: " first second third   fourth " " first sixth  third   eighth " " fifth sixth  seventh eighth ";
}
.quote-blocks__items .quote-block:nth-child(1), .quote-blocks__items .quote-block-person:nth-child(1) {
  grid-area: first;
}
.quote-blocks__items .quote-block:nth-child(2), .quote-blocks__items .quote-block-person:nth-child(2) {
  grid-area: second;
}
.quote-blocks__items .quote-block:nth-child(3), .quote-blocks__items .quote-block-person:nth-child(3) {
  grid-area: third;
}
.quote-blocks__items .quote-block:nth-child(4), .quote-blocks__items .quote-block-person:nth-child(4) {
  grid-area: fourth;
}
.quote-blocks__items .quote-block:nth-child(5), .quote-blocks__items .quote-block-person:nth-child(5) {
  grid-area: fifth;
}
.quote-blocks__items .quote-block:nth-child(6), .quote-blocks__items .quote-block-person:nth-child(6) {
  grid-area: sixth;
}
.quote-blocks__items .quote-block:nth-child(7), .quote-blocks__items .quote-block-person:nth-child(7) {
  grid-area: seventh;
}
.quote-blocks__items .quote-block:nth-child(8), .quote-blocks__items .quote-block-person:nth-child(8) {
  grid-area: eighth;
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .quote-blocks__items {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 50px;
    grid-template-areas: " first second third " " first sixth  third " " fifth sixth  seventh ";
  }
  .quote-blocks__items .quote-block:nth-child(8), .quote-blocks__items .quote-block-person:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .quote-blocks__items {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(8, auto);
    grid-template-areas: " second " " first " " fourth " " third " " sixth " " fifth " " eighth " " seventh ";
  }
}

.editorial {
  clear: both;
}
.editorial__asides {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px #000 solid;
}
.editorial__asides aside {
  border-bottom: 1px #000 solid;
  margin-bottom: 1em;
  padding-bottom: 1em;
}
.editorial__asides aside:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.editorial--aside-only .editorial__asides {
  border: 1px #000 solid;
  border-width: 1px 0;
  margin: 1rem 0;
  padding: 1rem 0;
}

@media print, screen and (min-width: 40em) {
  .editorial.editorial--aside-left .editorial__asides {
    float: left;
    margin: 0 1rem 1rem 0;
  }
  .editorial__asides {
    float: right;
    margin: 0 0 1rem 1rem;
    border-top-width: 0;
    padding: 0;
    max-width: 34%;
  }

  .editorial--aside-only .editorial__asides {
    float: none;
    max-width: 100%;
    border: 1px #000 solid;
    border-width: 1px 0;
    margin: 1rem 0;
    padding: 1rem 0;
  }
}
.article {
  max-width: 700px;
}
.article__header {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 700;
}
.article__header h1 {
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 3.4375rem;
}
@media screen and (max-width: 39.9375em) {
  .article__header h1 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.article__image {
  margin-top: 2.5rem;
}
.article__image-caption {
  font-family: "Open Sans", serif;
  font-size: 0.875rem;
  color: #544a3d;
  display: block;
  margin-top: 0.625rem;
}
.article__image-credit {
  font-family: "Open Sans", serif;
  font-size: 0.875rem;
  color: #544a3d;
  font-style: italic;
}
.article__content {
  padding-top: 3.125rem;
}
.article__content strong {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.faculty-profile__content {
  max-width: 43.75rem;
}

body {
  color: #333333;
}

.program-grouping h1 {
  padding: 2.5rem 0;
  font-size: 2.5rem;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.program-grouping img {
  padding-bottom: 3.125rem;
}
.program-grouping .programs__header {
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.9375rem;
}
.program-grouping .programs {
  padding-top: 0;
}
.program-grouping .page-section:first-child .with-sidebar__main {
  margin-bottom: 3.75rem;
  max-width: 45rem;
}
.program-grouping .page-section:first-child .with-sidebar__sidebar {
  margin-bottom: 3.75rem;
  max-width: 21.25rem;
}
@media screen and (max-width: 39.9375em) {
  .program-grouping .page-section:first-child .with-sidebar__main {
    max-width: none;
  }
  .program-grouping .page-section:first-child .with-sidebar__sidebar {
    max-width: none;
  }
  .program-grouping .page-section:first-child .with-sidebar__sidebar .article-teasers__item {
    margin-right: 0;
  }
  .program-grouping .page-section:first-child .with-sidebar__sidebar .article-teasers__item .article-teasers__item {
    max-width: none;
  }
  .program-grouping .page-section:first-child .with-sidebar__sidebar .article-teasers__item .article-teasers__item .article-tease__top-container {
    margin-bottom: 1rem;
  }
}

.single-faculty .faculty-profile {
  padding: 3.75rem 0;
}
.single-faculty .articles-list {
  margin-top: 3.75rem;
}
.single-faculty p {
  line-height: 1.875rem;
}

.generic-page__header {
  max-width: 75rem;
  margin-right: auto;
  margin: 0 auto;
  margin-top: 3rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  padding-bottom: 1.5rem;
}
.generic-page .with-sidebar {
  margin: 0 auto;
}
.generic-page .with-sidebar__main {
  max-width: 45.625rem;
}
.generic-page .with-sidebar--right {
  padding-bottom: 1.875rem;
}
.generic-page .fyi-callout {
  margin-top: 0;
}
.generic-page img {
  width: auto;
  padding-top: 0;
  min-width: 6.25rem;
}
.generic-page__header-image {
  padding-bottom: 3.75rem;
}

.single-article {
  padding-top: 3.75rem;
}
@media screen and (max-width: 39.9375em) {
  .single-article {
    padding-top: 0;
  }
}
.single-article .article__content a {
  color: #c50000;
  background: transparent linear-gradient(to bottom, transparent 50%, rgba(197, 0, 0, 0.4) 50%);
  text-decoration: none;
  background-size: 100% 200%;
  background-position: 0 6%;
  transition: background 0.1s ease-in-out;
}
.single-article .article__content a:hover {
  background: transparent linear-gradient(to bottom, transparent 50%, #c50000 50%);
  text-decoration: none;
  background-size: 100% 200%;
  background-position: 0 6%;
}
.single-article p {
  color: #333333;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
}
.single-article .article {
  padding-bottom: 3.75rem;
}
.single-article .with-sidebar {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.single-article .with-sidebar:before {
  display: none;
}
.single-article .with-sidebar__main {
  max-width: 43.75rem;
}
.single-article .with-sidebar__sidebar {
  max-width: 21.25rem;
}

.online-format .page-section:first-child {
  padding-top: 2.5rem;
}
.online-format .page-section:first-child .with-sidebar__main {
  max-width: 48rem;
}

form.search-form {
  position: relative;
}
form.search-form label {
  display: flex;
  justify-content: flex-end;
}
form.search-form span {
  display: none;
}
form.search-form .search-submit {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  width: 2.5rem;
  background-color: #333333;
  color: transparent;
}
form.search-form:after {
  content: "";
  height: 100%;
  width: 2rem;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 1rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiI+PGRlZnM+PHBhdGggaWQ9ImEiIGQ9Ik0xNDgyLjgxIDYyLjgxYTQuMSA0LjEgMCAwIDEtMy4wNCAxLjI3IDQuMSA0LjEgMCAwIDEtMy4wNC0xLjI3IDQuMSA0LjEgMCAwIDEtMS4yNy0zLjA0YzAtMS4xOS40Mi0yLjIgMS4yNy0zLjA0YTQuMSA0LjEgMCAwIDEgMy4wNC0xLjI3YzEuMTkgMCAyLjIuNDIgMy4wNCAxLjI3YTQuMSA0LjEgMCAwIDEgMS4yNyAzLjA0IDQuMSA0LjEgMCAwIDEtMS4yNyAzLjA0em01LjgzIDQuMDlsLTMuMjktMy4yOWE2LjYzIDYuNjMgMCAwIDAgLjY1LTYuNDcgNi42NyA2LjY3IDAgMCAwLTYuMjMtNC4xNCA2Ljc1IDYuNzUgMCAwIDAtNi4yNCA5LjQgNi42NyA2LjY3IDAgMCAwIDMuNjEgMy42IDYuNjMgNi42MyAwIDAgMCA2LjQ3LS42NWwzLjI5IDMuMjhjLjIzLjI1LjUyLjM3Ljg3LjM3LjMzIDAgLjYyLS4xMi44Ni0uMzcuMjUtLjI0LjM3LS41My4zNy0uODYgMC0uMzQtLjEyLS42My0uMzYtLjg3eiIvPjwvZGVmcz48ZGVzYz5HZW5lcmF0ZWQgd2l0aCBBdm9jb2RlLjwvZGVzYz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTQ3MyAtNTMpIj48dXNlIGZpbGw9IiNmZmYiIHhsaW5rOmhyZWY9IiNhIi8+PC9nPjwvc3ZnPg==);
  margin-right: 0.25rem;
  pointer-events: none;
}
form.search-form .search-field {
  background-color: #f7f7f7;
  border: 0;
  box-shadow: none;
  max-width: 15.625rem;
  margin: 0;
}
@media screen and (max-width: 39.9375em) {
  form.search-form .search-field {
    max-width: none;
  }
}
form.search-form .search-field:focus, form.search-form .search-field:active {
  background-color: #e8e9ed;
}

.search-page {
  padding-top: 2rem;
}

.search-result {
  color: #333333;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  border-bottom: 0.125rem solid #f7f7f7;
  padding: 1rem 0;
}
.search-result__title {
  text-decoration: underline;
}
.search-result__description {
  color: #222;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4375rem;
}
.search-result:last-child {
  border-bottom: 0;
}

.mobile-nav-header {
  justify-content: space-between;
  display: flex;
}
.mobile-nav-header__button {
  display: none;
  flex: 1;
  font-weight: 800;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid #e8e9ed;
  margin-right: 0.3125rem;
}
.mobile-nav-header__button svg {
  height: 0.7rem;
  margin-left: 0.1875rem;
  margin-top: 0.1875rem;
}
.mobile-nav-header__button:active {
  background-color: #e8e9ed;
}
@media screen and (max-width: 39.9375em) {
  .mobile-nav-header__button {
    display: flex;
  }
}
.mobile-nav-header__search {
  flex: 3;
}

.single-program p {
  line-height: 1.875rem;
}
.single-program p a {
  color: #c50000;
}

.field-container__dropdown select:focus {
  background-color: #e8e9ed;
}

.footer-neu-universal .contact .contact {
  color: #ebebeb !important;
}
@media screen and (max-width: 39.9375em) {
  .footer-neu-universal .contact {
    display: none;
  }
}

img.size-medium {
  width: initial;
}
img.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}
img.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}

.four-oh-four {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 31.25rem;
}
.four-oh-four h1 {
  font-size: 11rem;
  line-height: 10rem;
}

.program-template-default .two-columns__left {
  padding: 0;
}
.program-template-default #careers .one-column__col, .program-template-default #admissions .one-column__col, .program-template-default #faculty .one-column__col {
  padding: 0;
}

.generic-page ul:not([class]) li {
  list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiPjxkZWZzPjxwYXRoIGlkPSJhIiBkPSJNMTI4OC44MyAxMDY5YS4zLjMgMCAwIDEtLjEuMjNsLTQuNjcgNC42N2EuMjkuMjkgMCAwIDEtLjIzLjEuMy4zIDAgMCAxLS4yMy0uMWwtLjUtLjVhLjMuMyAwIDAgMS0uMS0uMjNjMC0uMDkuMDMtLjE3LjEtLjIzbDMuOTQtMy45NC0zLjk0LTMuOTRhLjI5LjI5IDAgMCAxLS4xLS4yMy4zLjMgMCAwIDEgLjEtLjIzbC41LS41YS4zLjMgMCAwIDEgLjIzLS4xYy4wOSAwIC4xNy4wMy4yMy4xbDQuNjcgNC42N2MuMDcuMDcuMS4xNC4xLjIzeiIvPjwvZGVmcz48ZGVzYz5HZW5lcmF0ZWQgd2l0aCBBdm9jb2RlLjwvZGVzYz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTI4MyAtMTA2NCkiPjx1c2UgZmlsbD0iI2M1MDAwMCIgeGxpbms6aHJlZj0iI2EiLz48L2c+PC9zdmc+);
  padding-bottom: 0.5rem;
}
.generic-page ul:not([class]) li ul {
  list-style-image: initial;
}
.generic-page ul:not([class]) li ul li {
  list-style-image: initial;
}

ul > li > ul li > ul > li {
  list-style-type: square;
}

.generic-page a:not([class]) {
  color: #c50000;
  background: transparent linear-gradient(to bottom, transparent 50%, rgba(197, 0, 0, 0.4) 50%);
  text-decoration: none;
  background-size: 100% 200%;
  background-position: 0 6%;
  transition: background 0.1s ease-in-out;
}
.generic-page a:not([class]):hover {
  background: transparent linear-gradient(to bottom, transparent 50%, #c50000 50%);
  text-decoration: none;
  background-size: 100% 200%;
  background-position: 0 6%;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .story-trail__icon, .single-ribbon__left, .fast-fact__helper, .quote-blocks {
    display: none !important;
  }
}
@supports not (clip-path: polygon(0 0, 100% 0, 100% 30%, 30% 30%, 30% 100%, 0 100%)) {
  .single-ribbon:before, .single-ribbon:after, .header-banner:before, .header-banner:after, .fyi-callout:before, .fyi-callout:after, .quote-block__container:before, .quote-block__container:after {
    display: none !important;
  }

  .hero-arrow {
    position: relative;
    min-width: none;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iNzYzIiBoZWlnaHQ9IjYzMSIgdmlld0JveD0iMCAwIDc2MyA2MzEiPjxkZWZzPjxwYXRoIGlkPSJyYWxoYSIgZD0iTTc2MyA0NTMuNUwtMjI5IDE0MzNWLTUyNnoiLz48L2RlZnM+PGc+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAtMTQyKSI+PHVzZSBmaWxsPSIjYzUwMDAwIiB4bGluazpocmVmPSIjcmFsaGEiLz48L2c+PC9nPjwvc3ZnPg==);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
  }

  .featured-quote__quote {
    background: #197baf;
  }
}
@supports not (display: grid) {
  .story-trail__item {
    display: inline-flex;
    justify-content: center;
  }
  .story-trail__item .story-trail__text-box--left {
    margin-right: 3rem;
  }
  .story-trail__item .story-trail__text-box--right {
    margin-left: 3rem;
  }

  .story-trail__separator {
    opacity: 0;
  }

  .story-trail__icon--helper, .fast-fact__helper {
    display: none !important;
  }

  .tri-icon-teaser__icon-caption {
    margin-bottom: 2rem;
  }

  .quote-blocks__items {
    display: flex;
    flex-wrap: wrap;
  }
  .quote-blocks__items .quote-block, .quote-blocks__items .quote-block-person {
    min-width: 17rem;
    flex: 1;
  }
}
@media screen and (max-width: 39.9375em) {
  .story-trail__icon--helper, .fast-fact__helper {
    display: none !important;
  }
}
@media print {
  .main-header, .main-footer, .fyi-callout {
    display: none !important;
  }
}

/*# sourceMappingURL=style.css.map */
