@charset "UTF-8";
/* Colors
/* remember to turn off any unused swatches in atoms>global>colors.twig
/* _______________________________________________________________ */
@import url("https://fonts.googleapis.com/css?family=Poly:400,400i|Source+Sans+Pro:400,400i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Poly:400,400i|Source+Sans+Pro:400,400i,600,600i,700,700i");
@font-face {
  font-family: 'cornell-arrows';
  src: url("../fonts/cornell-arrows.eot?21287941");
  src: url("../fonts/cornell-arrows.eot?21287941#iefix") format("embedded-opentype"), url("../fonts/cornell-arrows.woff2?21287941") format("woff2"), url("../fonts/cornell-arrows.woff?21287941") format("woff"), url("../fonts/cornell-arrows.ttf?21287941") format("truetype"), url("../fonts/cornell-arrows.svg?21287941#cornell-arrows") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cornell-arrows';
  src: url("../fonts/cornell-arrows-bold.eot?21287941");
  src: url("../fonts/cornell-arrows-bold.eot?21287941#iefix") format("embedded-opentype"), url("../fonts/cornell-arrows-bold.woff2?21287941") format("woff2"), url("../fonts/cornell-arrows-bold.woff?21287941") format("woff"), url("../fonts/cornell-arrows-bold.ttf?21287941") format("truetype"), url("../fonts/cornell-arrows-bold.svg?21287941#cornell-arrows") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'angle-arrows';
  src: url("../fonts/angle-arrows.eot?21287941");
  src: url("../fonts/angle-arrows.eot?21287941#iefix") format("embedded-opentype"), url("../fonts/angle-arrows.woff2?21287941") format("woff2"), url("../fonts/angle-arrows.woff?21287941") format("woff"), url("../fonts/angle-arrows.ttf?21287941") format("truetype"), url("../fonts/angle-arrows.svg?21287941#angle-arrows") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'angle-arrows';
  src: url("../fonts/angle-arrows-bold.eot?21287941");
  src: url("../fonts/angle-arrows-bold.eot?21287941#iefix") format("embedded-opentype"), url("../fonts/angle-arrows-bold.woff2?21287941") format("woff2"), url("../fonts/angle-arrows-bold.woff?21287941") format("woff"), url("../fonts/angle-arrows-bold.ttf?21287941") format("truetype"), url("../fonts/angle-arrows-bold.svg?21287941#angle-arrows") format("svg");
  font-weight: 600;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'cornell-arrows';
      src: url('../font/cornell-arrows.svg?21287941#cornell-arrows') format('svg');
    }
  }
  */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cornell-arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-arrow-left:before {
  content: '\2190'; }

/* '←' */
.icon-arrow-up:before {
  content: '\2191'; }

/* '↑' */
.icon-arrow-right:before {
  content: '\2192'; }

/* '→' */
.icon-arrow-down:before {
  content: '\2193'; }

/* '↓' */
/* This is an example of setting color themes for text
   with a mixin. You can/should make several of these. */
.ondark {
  color: #fff; }
  .ondark abbr {
    color: #fff; }
  .ondark a:link, .ondark a:visited {
    color: #89cbe2; }
  .ondark a:hover, .ondark a:active, .ondark a:focus {
    color: #fff; }
  .ondark a.button:link, .ondark a.button:visited {
    color: #fff;
    border-color: #89cce2; }
  .ondark a.button:hover, .ondark a.button:active, .ondark a.button:focus {
    color: #89cbe2;
    border-color: currentColor; }
  .ondark h2,
  .ondark .h2 {
    line-height: 1.4; }
  .ondark h3,
  .ondark .h3 {
    line-height: 1.15; }

/*------------------------------------*\
	$MIXINS
\*------------------------------------*/
/*
* Foundation
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 50em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

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

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

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

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #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"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
     * 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 {
  -webkit-box-sizing: border-box;
          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&nav=40em&medium=50em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.25rem; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
  font-weight: normal;
  line-height: 1.4;
  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 {
  -webkit-box-sizing: border-box;
          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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

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: 1em;
  font-size: inherit;
  line-height: 1.4;
  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, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "freight-text-pro", "Poly", serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #979797; }

h1, .h1 {
  font-size: 2rem;
  line-height: 1.11;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.8rem;
  line-height: 1.11;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.11;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

h5, .h5 {
  font-size: 1rem;
  line-height: 1.11;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 0.9rem;
  line-height: 1.11;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 50em) {
  h1, .h1 {
    font-size: 2.7rem; }
  h2, .h2 {
    font-size: 2.4rem; }
  h3, .h3 {
    font-size: 2rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.1rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #b31c1b;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #5a0e0e; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, 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 1em;
  padding: 0.45rem 1rem 0 0.95rem;
  border-left: 1px solid #000; }
  blockquote, blockquote p {
    line-height: 1.4;
    color: #000; }

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

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.1rem 0.25rem 0.05rem;
  border: 1px solid #979797;
  background-color: #cacaca;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.1rem 0.2rem 0;
  background-color: #cacaca;
  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: #073949; }

.lead {
  font-size: 1.5625rem;
  line-height: 1.6; }

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

ul.no-bullet, ol.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: 50em) {
  .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 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 {
  * {
    -webkit-box-shadow: none !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 #073949;
    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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.15rem;
  margin: 0 0 0.8rem;
  padding: 0.4rem;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #000;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          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 #073949;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #979797;
            box-shadow: 0 0 5px #979797;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

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

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #757575; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #757575; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #757575; }

input::placeholder,
textarea::placeholder {
  color: #757575; }

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

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

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

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

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

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

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

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

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

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #979797;
  background: #cacaca;
  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.2rem; }

.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.2rem;
    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.4rem; }

.fieldset {
  margin: 0.9rem 0;
  padding: 0;
  border: 0; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.15rem;
    padding: 0 0.15rem; }

select {
  height: 2.15rem;
  margin: 0 0 0.8rem;
  padding: 0.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  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%287, 57, 73%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.8rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.2rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @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 #073949;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px #979797;
            box-shadow: 0 0 5px #979797;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #cacaca;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #6eb43f;
  background-color: #f1f8ec; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #6eb43f; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #6eb43f; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #6eb43f; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #6eb43f; }

.is-invalid-label {
  color: #6eb43f; }

.form-error {
  display: none;
  margin-top: -0.4rem;
  margin-bottom: 0.8rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #6eb43f; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.5rem 1rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #b31c1b;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #981817;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.7rem; }
  .button.large {
    font-size: 1.56rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #b31c1b;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #8f1616;
      color: #fff; }
  .button.secondary {
    background-color: #ef4035;
    color: #000; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #d81d11;
      color: #000; }
  .button.success {
    background-color: #600908;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #4c0707;
      color: #fff; }
  .button.warning {
    background-color: #f8981d;
    color: #000; }
    .button.warning:hover, .button.warning:focus {
      background-color: #d77c07;
      color: #000; }
  .button.alert {
    background-color: #6eb43f;
    color: #000; }
    .button.alert:hover, .button.alert:focus {
      background-color: #589032;
      color: #000; }
  .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: #b31c1b;
      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: #b31c1b;
        color: #fff; }
    .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: #ef4035;
        color: #000; }
    .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: #600908;
        color: #fff; }
    .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: #f8981d;
        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: #6eb43f;
        color: #000; }
  .button.hollow {
    border: 1px solid #b31c1b;
    color: #b31c1b; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #5a0e0e;
      color: #5a0e0e; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #b31c1b;
        color: #b31c1b; }
    .button.hollow.primary {
      border: 1px solid #b31c1b;
      color: #b31c1b; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #5a0e0e;
        color: #5a0e0e; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #b31c1b;
          color: #b31c1b; }
    .button.hollow.secondary {
      border: 1px solid #ef4035;
      color: #ef4035; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #87120b;
        color: #87120b; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #ef4035;
          color: #ef4035; }
    .button.hollow.success {
      border: 1px solid #600908;
      color: #600908; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #300504;
        color: #300504; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #600908;
          color: #600908; }
    .button.hollow.warning {
      border: 1px solid #f8981d;
      color: #f8981d; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #864d04;
        color: #864d04; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #f8981d;
          color: #f8981d; }
    .button.hollow.alert {
      border: 1px solid #6eb43f;
      color: #6eb43f; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #375a20;
        color: #375a20; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #6eb43f;
          color: #6eb43f; }
  .button.clear {
    border: 1px solid #b31c1b;
    color: #b31c1b; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #5a0e0e;
      color: #5a0e0e; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #b31c1b;
        color: #b31c1b; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #b31c1b;
      color: #b31c1b; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #5a0e0e;
        color: #5a0e0e; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #b31c1b;
          color: #b31c1b; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #ef4035;
      color: #ef4035; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #87120b;
        color: #87120b; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #ef4035;
          color: #ef4035; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #600908;
      color: #600908; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #300504;
        color: #300504; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #600908;
          color: #600908; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #f8981d;
      color: #f8981d; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #864d04;
        color: #864d04; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #f8981d;
          color: #f8981d; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #6eb43f;
      color: #6eb43f; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #375a20;
        color: #375a20; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #6eb43f;
          color: #6eb43f; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .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: 1rem; }
  .button.dropdown.hollow::after {
    border-top-color: #b31c1b; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #b31c1b; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #ef4035; }
  .button.dropdown.hollow.success::after {
    border-top-color: #600908; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #f8981d; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #6eb43f; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

.accordion {
  margin-left: 0;
  background: transparent;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.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: 0;
  border: 0;
  border-bottom: 0;
  font-size: 0.8rem;
  line-height: 1;
  color: inherit; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 0;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: transparent; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 0;
  border: 0;
  border-bottom: 0;
  background-color: transparent;
  color: #000; }
  :last-child > .accordion-content:last-child {
    border-bottom: 0; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

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

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

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

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #b31c1b transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #b31c1b;
  color: #fff; }
  .badge.primary {
    background: #b31c1b;
    color: #fff; }
  .badge.secondary {
    background: #ef4035;
    color: #000; }
  .badge.success {
    background: #600908;
    color: #fff; }
  .badge.warning {
    background: #f8981d;
    color: #000; }
  .badge.alert {
    background: #6eb43f;
    color: #000; }

.breadcrumbs {
  margin: 1rem 0 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.9rem;
    color: #000;
    cursor: default; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.5em;
      opacity: 1;
      content: "/";
      color: #979797; }
  .breadcrumbs a {
    color: #b31c1b; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #979797;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 0;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 24px;
    margin-bottom: 24px;
    font-size: 0.8rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.7rem; }
  .button-group.large .button {
    font-size: 1.56rem; }
  .button-group.expanded {
    margin-right: -24px; }
    .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% - 24px);
      margin-right: 24px; }
      .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: -144px; }
    .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.33333% - 24px);
      margin-right: 24px; }
      .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: -144px; }
    .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% - 24px);
      margin-right: 24px; }
      .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: -144px; }
    .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% - 24px);
      margin-right: 24px; }
      .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: -144px; }
    .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.66667% - 24px);
      margin-right: 24px; }
      .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: -144px; }
  .button-group.primary .button {
    background-color: #b31c1b;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #8f1616;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #ef4035;
    color: #000; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #d81d11;
      color: #000; }
  .button-group.success .button {
    background-color: #600908;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #4c0707;
      color: #fff; }
  .button-group.warning .button {
    background-color: #f8981d;
    color: #000; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #d77c07;
      color: #000; }
  .button-group.alert .button {
    background-color: #6eb43f;
    color: #000; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #589032;
      color: #000; }
  .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: 50em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media 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: #f9d8d7;
    color: #000; }
  .callout.secondary {
    background-color: #fde2e1;
    color: #000; }
  .callout.success {
    background-color: #fac7c7;
    color: #000; }
  .callout.warning {
    background-color: #fef0dd;
    color: #000; }
  .callout.alert {
    background-color: #e9f5e1;
    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; }

.close-button {
  position: absolute;
  color: #073949;
  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 {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 50em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .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-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active > a {
    background: #b31c1b;
    color: #fff; }
  .menu .active > a {
    background: #b31c1b;
    color: #fff; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  text-align: center; }
  .menu-centered > .menu .submenu li {
    text-align: left; }

.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;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
            box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #979797;
    -webkit-box-shadow: 0 7px 0 #979797, 0 14px 0 #979797;
            box-shadow: 0 7px 0 #979797, 0 14px 0 #979797; }

.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;
    -webkit-box-shadow: 0 7px 0 #000, 0 14px 0 #000;
            box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #073949;
    -webkit-box-shadow: 0 7px 0 #073949, 0 14px 0 #073949;
            box-shadow: 0 7px 0 #073949, 0 14px 0 #073949; }

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

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff; }

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

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

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

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

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #b31c1b; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #b31c1b transparent transparent; }

.drilldown .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 #b31c1b 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;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #979797;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.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: #b31c1b transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #b31c1b; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.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 {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #b31c1b 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 #b31c1b; }

@media print, screen and (min-width: 50em) {
  .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: #b31c1b transparent transparent;
    right: 5px;
    left: auto;
    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;
    top: 0; }
  .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 {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #b31c1b 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 #b31c1b; } }

@media 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: #b31c1b transparent transparent;
    right: 5px;
    left: auto;
    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;
    top: 0; }
  .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 {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #b31c1b 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 #b31c1b; } }

.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;
    left: auto;
    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 #979797;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #b31c1b 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 #b31c1b; }
  .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: 0.8rem;
  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: #b31c1b;
  color: #fff; }
  .label.primary {
    background: #b31c1b;
    color: #fff; }
  .label.secondary {
    background: #ef4035;
    color: #000; }
  .label.success {
    background: #600908;
    color: #fff; }
  .label.warning {
    background: #f8981d;
    color: #000; }
  .label.alert {
    background: #6eb43f;
    color: #000; }

.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;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  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: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #cacaca; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

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

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
          transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25);
            box-shadow: inset 13px 0 20px -13px rgba(0, 0, 0, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
          transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 -13px 20px -13px rgba(0, 0, 0, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
          transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25);
            box-shadow: inset 0 13px 20px -13px rgba(0, 0, 0, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

@media print, screen and (min-width: 50em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 50em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    -webkit-transition: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.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-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next: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: #979797; }
    .orbit-bullets button:hover {
      background-color: #073949; }
    .orbit-bullets button.is-active {
      background-color: #073949; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.05rem;
    border-radius: 0;
    font-size: 0.7rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 50em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.15rem 0.5rem;
    border-radius: 0;
    color: #000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #cacaca; }
  .pagination .current {
    padding: 0.15rem 0.5rem;
    background: #b31c1b;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.15rem 0.5rem;
    color: #979797;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.15rem 0.5rem;
    content: '\2026';
    color: #000; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #979797; }
  .progress.primary .progress-meter {
    background-color: #b31c1b; }
  .progress.secondary .progress-meter {
    background-color: #ef4035; }
  .progress.success .progress-meter {
    background-color: #600908; }
  .progress.warning .progress-meter {
    background-color: #f8981d; }
  .progress.alert .progress-meter {
    background-color: #6eb43f; }

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

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -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: #cacaca;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

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

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #b31c1b;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #981817; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    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;
  -webkit-transform: scale(1, -1);
          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;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #979797;
  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: 50em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 50em) {
    .reveal {
      width: 600px;
      max-width: 55rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 50em) {
    .reveal.tiny {
      width: 30%;
      max-width: 55rem; } }
  @media print, screen and (min-width: 50em) {
    .reveal.small {
      width: 50%;
      max-width: 55rem; } }
  @media print, screen and (min-width: 50em) {
    .reveal.large {
      width: 90%;
      max-width: 55rem; } }
  .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.7rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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: #979797;
  -webkit-transition: all 0.25s ease-out;
  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;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #b31c1b; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-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.5rem; }
  .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.6rem; }
  .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: 0.8rem; }
  .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 {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 0;
    background-color: #fff; }
  caption {
    padding: 16px;
    font-weight: bold; }
  thead {
    background: #212121;
    color: #fff; }
  tfoot {
    background: #212121;
    color: #fff; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 16px;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 16px; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 0;
      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: #212121; }

table.hover tfoot tr:hover {
  background-color: #212121; }

table.hover tbody tr:hover {
  background-color: #fff; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #f2f2f2; }

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

.tabs {
  margin: 0;
  border: 1px solid #cacaca;
  background: #073949;
  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: #b31c1b; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #aa1b1a; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.8rem;
    line-height: 1;
    color: #b31c1b; }
    .tabs-title > a:hover {
      background: #5a0e0e;
      color: #9a1817; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #3787b0;
      color: #b31c1b; }

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

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

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

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

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(179, 28, 27, 0.5);
            box-shadow: 0 0 6px 1px rgba(179, 28, 27, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            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 #073949;
  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 {
    position: absolute; }
  .tooltip.bottom::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;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-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.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .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;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            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;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  padding: 0; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #000; }
  .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%; }
  .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: 50em) {
  .hide-for-medium {
    display: none !important; } }

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

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

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

@media 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;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.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.33333em;
  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 */
@font-face {
  font-family: 'cornell-arrows';
  src: url("../fonts/cornell-arrows.eot?21287941");
  src: url("../fonts/cornell-arrows.eot?21287941#iefix") format("embedded-opentype"), url("../fonts/cornell-arrows.woff2?21287941") format("woff2"), url("../fonts/cornell-arrows.woff?21287941") format("woff"), url("../fonts/cornell-arrows.ttf?21287941") format("truetype"), url("../fonts/cornell-arrows.svg?21287941#cornell-arrows") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cornell-arrows';
  src: url("../fonts/cornell-arrows-bold.eot?21287941");
  src: url("../fonts/cornell-arrows-bold.eot?21287941#iefix") format("embedded-opentype"), url("../fonts/cornell-arrows-bold.woff2?21287941") format("woff2"), url("../fonts/cornell-arrows-bold.woff?21287941") format("woff"), url("../fonts/cornell-arrows-bold.ttf?21287941") format("truetype"), url("../fonts/cornell-arrows-bold.svg?21287941#cornell-arrows") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'angle-arrows';
  src: url("../fonts/angle-arrows.eot?21287941");
  src: url("../fonts/angle-arrows.eot?21287941#iefix") format("embedded-opentype"), url("../fonts/angle-arrows.woff2?21287941") format("woff2"), url("../fonts/angle-arrows.woff?21287941") format("woff"), url("../fonts/angle-arrows.ttf?21287941") format("truetype"), url("../fonts/angle-arrows.svg?21287941#angle-arrows") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'angle-arrows';
  src: url("../fonts/angle-arrows-bold.eot?21287941");
  src: url("../fonts/angle-arrows-bold.eot?21287941#iefix") format("embedded-opentype"), url("../fonts/angle-arrows-bold.woff2?21287941") format("woff2"), url("../fonts/angle-arrows-bold.woff?21287941") format("woff"), url("../fonts/angle-arrows-bold.ttf?21287941") format("truetype"), url("../fonts/angle-arrows-bold.svg?21287941#angle-arrows") format("svg");
  font-weight: 600;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'cornell-arrows';
      src: url('../font/cornell-arrows.svg?21287941#cornell-arrows') format('svg');
    }
  }
  */
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cornell-arrows";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-arrow-left:before {
  content: '\2190'; }

/* '←' */
.icon-arrow-up:before {
  content: '\2191'; }

/* '↑' */
.icon-arrow-right:before {
  content: '\2192'; }

/* '→' */
.icon-arrow-down:before {
  content: '\2193'; }

/* '↓' */
/* Grid layout mixin */
.grid-test {
  display: -ms-grid;
  display: grid;
  grid-column-gap: 16px;
  -ms-grid-columns: 200px 16px 1fr 16px 2fr 16px 150px  ;
  grid-template-columns: [content-start] 200px [column-2] 1fr [column-3] 2fr [column-4] 150px [content-end]  ; }
  .grid-test__column:nth-child(1) {
    -ms-grid-column: 1; }
  .grid-test__column:nth-child(2) {
    -ms-grid-column: 3; }
  .grid-test__column:nth-child(3) {
    -ms-grid-column: 5; }
  .grid-test__column:nth-child(4) {
    -ms-grid-column: 7; }
  .grid-test__column:nth-child(5) {
    -ms-grid-column: 9; }
  .grid-test__column:nth-child(6) {
    -ms-grid-column: 11; }
  .grid-test__column:nth-child(7) {
    -ms-grid-column: 13; }
  .grid-test__column:nth-child(8) {
    -ms-grid-column: 15; }
  .grid-test__column:nth-child(9) {
    -ms-grid-column: 17; }
  .grid-test__column:nth-child(10) {
    -ms-grid-column: 19; }
  .grid-test__column:nth-child(11) {
    -ms-grid-column: 21; }
  @media print, screen and (min-width: 50em) {
    .grid-test {
      grid-column-gap: 32px;
      -ms-grid-columns: 2fr 32px 1fr 32px 100px 32px 150px  ;
      grid-template-columns: [content-start] 2fr [column-2] 1fr [column-3] 100px [column-4] 150px [content-end]  ; }
      .grid-test__column:nth-child(1) {
        -ms-grid-column: 1; }
      .grid-test__column:nth-child(2) {
        -ms-grid-column: 3; }
      .grid-test__column:nth-child(3) {
        -ms-grid-column: 5; }
      .grid-test__column:nth-child(4) {
        -ms-grid-column: 7; }
      .grid-test__column:nth-child(5) {
        -ms-grid-column: 9; }
      .grid-test__column:nth-child(6) {
        -ms-grid-column: 11; }
      .grid-test__column:nth-child(7) {
        -ms-grid-column: 13; }
      .grid-test__column:nth-child(8) {
        -ms-grid-column: 15; }
      .grid-test__column:nth-child(9) {
        -ms-grid-column: 17; }
      .grid-test__column:nth-child(10) {
        -ms-grid-column: 19; }
      .grid-test__column:nth-child(11) {
        -ms-grid-column: 21; } }
  .grid-test__column {
    background-color: pink;
    border: solid red 1px; }
  .grid-test__column--02 {
    grid-column: 1 / 3; }
    .grid-test__column--02:not(.never_use_this_class) {
      -ms-grid-column: 1;
      -ms-grid-column-span: 3; }

/* Slick */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .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.8.1/fonts/slick.eot");
  src: url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.eot?#iefix") format("embedded-opentype"), url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.woff") format("woff"), url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/fonts/slick.ttf") format("truetype"), url("//cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/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%;
  -webkit-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-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 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: #b31c1b; }
  .bg-primary::before {
    content: "#b31c1b";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-secondary {
  background-color: #073949; }
  .bg-secondary::before {
    content: "#073949";
    display: inline-block;
    padding: .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: #3787b0; }
  .bg-tertiary::before {
    content: "#3787b0";
    display: inline-block;
    padding: .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: #89cbe2; }
  .bg-quaternary::before {
    content: "#89cbe2";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #000;
    background-color: rgba(255, 255, 255, 0.5); }

.bg-quinary {
  background-color: #6eb43f; }
  .bg-quinary::before {
    content: "#6eb43f";
    display: inline-block;
    padding: .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: #f8981d; }
  .bg-senary::before {
    content: "#f8981d";
    display: inline-block;
    padding: .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: #e6bc3a; }
  .bg-septenary::before {
    content: "#e6bc3a";
    display: inline-block;
    padding: .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: #eb7d7c; }
  .bg-octonary::before {
    content: "#eb7d7c";
    display: inline-block;
    padding: .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: #600908; }
  .bg-nonary::before {
    content: "#600908";
    display: inline-block;
    padding: .5em;
    border-radius: 0 0 4px 0;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.bg-denary {
  background-color: #8a4544; }
  .bg-denary::before {
    content: "#8a4544";
    display: inline-block;
    padding: .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-primary {
  background-color: #ef4035; }
  .bg-accent-primary::before {
    content: "#ef4035";
    display: inline-block;
    padding: .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-secondary {
  background-color: #073949; }
  .bg-accent-secondary::before {
    content: "#073949";
    display: inline-block;
    padding: .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-tertiary {
  background-color: #78b5d5; }
  .bg-accent-tertiary::before {
    content: "#78b5d5";
    display: inline-block;
    padding: .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: #073949; }
  .bg-accent-quaternary::before {
    content: "#073949";
    display: inline-block;
    padding: .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-quinary {
  background-color: #a5d485; }
  .bg-accent-quinary::before {
    content: "#a5d485";
    display: inline-block;
    padding: .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-senary {
  background-color: #fbc580; }
  .bg-accent-senary::before {
    content: "#fbc580";
    display: inline-block;
    padding: .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: #f1db95; }
  .bg-accent-septenary::before {
    content: "#f1db95";
    display: inline-block;
    padding: .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-octonary {
  background-color: #ff6968; }
  .bg-accent-octonary::before {
    content: "#ff6968";
    display: inline-block;
    padding: .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: #bd1211; }
  .bg-accent-nonary::before {
    content: "#bd1211";
    display: inline-block;
    padding: .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-denary {
  background-color: #bc7878; }
  .bg-accent-denary::before {
    content: "#bc7878";
    display: inline-block;
    padding: .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: #e4e4e4; }
  .bg-shade-lightest::before {
    content: "#e4e4e4";
    display: inline-block;
    padding: .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: #cacaca; }
  .bg-shade-lighter::before {
    content: "#cacaca";
    display: inline-block;
    padding: .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: #f1f1f1; }
  .bg-shade-light::before {
    content: "#f1f1f1";
    display: inline-block;
    padding: .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: #979797; }
  .bg-shade::before {
    content: "#979797";
    display: inline-block;
    padding: .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: #757575; }
  .bg-shade-dark::before {
    content: "#757575";
    display: inline-block;
    padding: .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: #073949; }
  .bg-shade-darker::before {
    content: "#073949";
    display: inline-block;
    padding: .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: #212121; }
  .bg-shade-darkest::before {
    content: "#212121";
    display: inline-block;
    padding: .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: "freight-sans-pro", "Source Sans Pro", sans-serif; }

.font-secondary {
  font-family: "freight-text-pro", "Poly", serif; }

.font-tertiary {
  font-family: Georgia, sans-serif; }

.font-quaternary {
  font-family: "freight-sans-pro", "Source Sans Pro"; }

.component-placeholder {
  margin: 1rem;
  font-size: 1.2rem;
  background-color: #f3f3f0;
  border: 4px #d3d3d0 solid;
  padding: 1rem; }

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

.icon {
  height: 1em;
  width: 1em;
  display: inline-block; }

.icon-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 0.7rem;
  margin-bottom: 32px; }
  .icon-legend__definition-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.5rem; }
    .icon-legend__definition-group dt,
    .icon-legend__definition-group dd {
      display: block;
      margin-bottom: 0; }
  .icon-legend__definition {
    line-height: 0.8rem; }
  .icon-legend__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0.8rem;
    height: 0.8rem;
    margin-right: 0.4rem; }
    .icon-legend__icon .icon {
      width: 0.8rem;
      height: 0.8rem; }

.font-arrow {
  font-family: "cornell-arrows"; }

.icon-row .image--icon {
  display: block;
  width: auto;
  height: 3.25rem;
  margin-right: auto;
  margin-left: auto; }

.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;
    -webkit-transform: rotate(90deg);
            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;
    -webkit-transform: rotate(90deg);
            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; }

a.arrow,
a.large-arrow {
  display: inline;
  text-decoration: none; }
  a.arrow:after,
  a.large-arrow:after {
    content: '\00a0→';
    font-family: 'cornell-arrows';
    position: relative;
    line-height: 0;
    font-weight: inherit; }
  a.arrow .font-arrow,
  a.large-arrow .font-arrow {
    margin-left: 0.25em; }
  a.arrow:link svg, a.arrow:visited svg,
  a.large-arrow:link svg,
  a.large-arrow:visited svg {
    color: inherit; }
  a.arrow:hover, a.arrow:active, a.arrow:focus,
  a.large-arrow:hover,
  a.large-arrow:active,
  a.large-arrow:focus {
    color: #5a0e0e; }
    a.arrow:hover svg, a.arrow:active svg, a.arrow:focus svg,
    a.large-arrow:hover svg,
    a.large-arrow:active svg,
    a.large-arrow:focus svg {
      color: inherit; }
  a.arrow svg,
  a.large-arrow svg {
    display: inline-block;
    position: relative;
    vertical-align: baseline;
    top: .18em; }
  a.arrow .icon-arrow svg,
  a.large-arrow .icon-arrow svg {
    right: -1em;
    margin-left: -1.11em; }

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

/* HEADING SIZES */
h2, .h2 {
  line-height: 1.15; }

h1, .h1 {
  font-weight: 500; }

h2, .h2 {
  font-weight: 500; }

h3, .h3 {
  font-weight: 500; }

h4, .h4 {
  font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
  font-weight: 600; }

h5, .h5 {
  font-weight: 600; }

h6, .h6 {
  font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
  font-weight: 600; }

@media print, screen and (min-width: 50em) {
  h1, .h1 {
    font-weight: 500; }
  h2, .h2 {
    font-weight: 500; }
  h3, .h3 {
    font-weight: 500; }
  h4, .h4 {
    font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
    font-weight: 600; }
  h5, .h5 {
    font-weight: 600; }
  h6, .h6 {
    font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
    font-weight: 600; } }

.formatted-text {
  font-size: 1rem;
  line-height: 1.5; }
  .formatted-text p {
    font-size: inherit;
    line-height: inherit; }
  .formatted-text h2,
  .formatted-text .h2 {
    margin-bottom: 1.25rem; }
  .formatted-text h3,
  .formatted-text .h3 {
    margin-top: 2rem; }
  .formatted-text ul,
  .formatted-text ol {
    margin-bottom: 32px; }
  .formatted-text ul li {
    position: relative;
    list-style-type: none; }
    .formatted-text ul li::before {
      content: '';
      position: absolute;
      top: 0.6em;
      left: calc( -1 * ( 0.64em + 0.3rem ));
      display: block;
      background-color: #6eb43f;
      width: 0.3rem;
      height: 0.3rem;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .formatted-text li {
    margin-bottom: 1em; }
    .formatted-text li ol,
    .formatted-text li ul {
      padding-top: 1em;
      margin-bottom: 0; }
  .formatted-text blockquote {
    padding-bottom: 1px; }

.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: #89cbe2; }
  .formatted-text--dark a:hover, .formatted-text--dark a:active, .formatted-text--dark a:focus {
    color: #fff; }
  .formatted-text--dark a.button:link, .formatted-text--dark a.button:visited {
    color: #fff;
    border-color: #89cce2; }
  .formatted-text--dark a.button:hover, .formatted-text--dark a.button:active, .formatted-text--dark a.button:focus {
    color: #89cbe2;
    border-color: currentColor; }
  .formatted-text--dark h2,
  .formatted-text--dark .h2 {
    line-height: 1.4; }
  .formatted-text--dark h3,
  .formatted-text--dark .h3 {
    line-height: 1.15; }

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

button,
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.5rem 1rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  font-size: 0.8rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: 1px solid #b31c1b;
  color: #b31c1b;
  text-decoration: none;
  padding: 0;
  line-height: 1.5;
  font-size: 0.8rem; }
  [data-whatinput='mouse'] button, [data-whatinput='mouse']
  .button {
    outline: 0; }
  button, button:hover, button:focus,
  .button,
  .button:hover,
  .button:focus {
    background-color: transparent; }
  button.disabled, button.disabled:hover, button.disabled:focus, button[disabled], button[disabled]:hover, button[disabled]:focus,
  .button.disabled,
  .button.disabled:hover,
  .button.disabled:focus,
  .button[disabled],
  .button[disabled]:hover,
  .button[disabled]:focus {
    background-color: transparent; }
  button:hover, button:focus,
  .button:hover,
  .button:focus {
    border-color: #5a0e0e;
    color: #5a0e0e; }
    button:hover.disabled, button:hover[disabled], button:focus.disabled, button:focus[disabled],
    .button:hover.disabled,
    .button:hover[disabled],
    .button:focus.disabled,
    .button:focus[disabled] {
      border: 1px solid #b31c1b;
      color: #b31c1b; }
  button:disabled, button:disabled:hover,
  .button:disabled,
  .button:disabled:hover {
    color: #979797;
    opacity: 1;
    border-color: currentColor; }
  button--light,
  .button--light {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.5rem 1rem;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: 1px solid #89cbe2;
    color: #89cbe2;
    padding: 0;
    border-color: #89cce2;
    color: #fff;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out; }
    [data-whatinput='mouse'] button--light, [data-whatinput='mouse']
    .button--light {
      outline: 0; }
    button--light, button--light:hover, button--light:focus,
    .button--light,
    .button--light:hover,
    .button--light:focus {
      background-color: transparent; }
    button--light.disabled, button--light.disabled:hover, button--light.disabled:focus, button--light[disabled], button--light[disabled]:hover, button--light[disabled]:focus,
    .button--light.disabled,
    .button--light.disabled:hover,
    .button--light.disabled:focus,
    .button--light[disabled],
    .button--light[disabled]:hover,
    .button--light[disabled]:focus {
      background-color: transparent; }
    button--light:hover, button--light:focus,
    .button--light:hover,
    .button--light:focus {
      border-color: #247592;
      color: #247592; }
      button--light:hover.disabled, button--light:hover[disabled], button--light:focus.disabled, button--light:focus[disabled],
      .button--light:hover.disabled,
      .button--light:hover[disabled],
      .button--light:focus.disabled,
      .button--light:focus[disabled] {
        border: 1px solid #89cbe2;
        color: #89cbe2; }
    button--light:hover, button--light:focus,
    .button--light:hover,
    .button--light:focus {
      color: #fff;
      border-color: #fff; }

button {
  color: currentColor;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
  border: solid currentColor 1px; }

.dropdown-trigger .button__content,
.button .button__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .dropdown-trigger .button__content .icon,
  .button .button__content .icon {
    display: block;
    width: 1em;
    height: 1em;
    margin-left: 0.25em;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.dropdown-trigger {
  border: 0;
  padding: 0.5rem 0; }
  .dropdown-trigger .button__content .icon {
    width: 1em;
    height: 1em; }
    .dropdown-trigger .button__content .icon--karet {
      width: 0.75em;
      height: 0.75em; }

.button {
  display: inline-block;
  font-weight: 600; }
  .button--cta {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.5rem 1rem;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    font-size: 0.8rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #b31c1b;
    color: #fff;
    padding: 0;
    font-size: 1rem; }
    [data-whatinput='mouse'] .button--cta {
      outline: 0; }
    .button--cta:hover, .button--cta:focus {
      background-color: #981817;
      color: #fff; }
  .button--transparent {
    border: 0;
    border-radius: 0; }
    .button--transparent, .button--transparent:hover, .button--transparent:focus {
      color: inherit;
      background-color: transparent; }
  .button--large .button__content {
    padding: 1rem 1.5rem;
    font-size: 1.25rem; }
  .button--medium .button__content {
    padding: 0.8rem 1rem;
    font-size: 1rem; }
  .button--circle {
    border-radius: 50%;
    font-size: 1.2rem; }
    .button--circle .button__content {
      width: 2em;
      height: 2em;
      padding: 0.25em; }
      .button--circle .button__content .icon {
        width: 1.2em;
        height: 1.2em;
        margin: 0 auto; }

.button-group .button {
  margin-right: 24px;
  margin-bottom: 1em; }
  .button-group .button:last-child {
    margin-right: 0; }

.button-group--call-to-action .button {
  font-size: 1rem;
  padding: 1rem 1.5rem; }

.button-group--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

button.button {
  padding: 0; }

.button__content,
input.button {
  padding: 0.5rem 1rem; }

ul {
  margin-left: calc( 0.64em + 0.3rem); }
  ul.custom-bullets li {
    position: relative;
    list-style-type: none; }
    ul.custom-bullets li::before {
      content: '';
      position: absolute;
      top: 0.55em;
      left: calc( -1 * ( 0.64em + 0.3rem ));
      display: block;
      background-color: #6eb43f;
      width: 0.3rem;
      height: 0.3rem;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }

ol > li ol {
  list-style-type: lower-alpha; }
  ol > li ol > li ol {
    list-style-type: lower-roman; }

.link-list a:link, .link-list a:visited, .link-list a:focus, .link-list a:hover {
  text-decoration: none;
  font-weight: 600; }

.link-list li {
  margin-bottom: 0.3rem; }
  .link-list li:last-of-type {
    margin-bottom: 0; }

.headline-group + .link-list {
  margin-top: 1.2rem; }

.strip-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0; }
  .strip-list li {
    text-indent: 0;
    margin-left: 0;
    padding-left: 0; }
    .strip-list li::before {
      display: none; }
  .strip-list ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    padding-left: 1rem; }
    .strip-list ul li {
      text-indent: 0;
      margin-left: 0;
      padding-left: 0; }
      .strip-list ul li::before {
        display: none; }

.course-list {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 32px;
  font-size: 0.8rem;
  line-height: 1.2rem; }
  .course-list li {
    text-indent: 0;
    margin-left: 0;
    padding-left: 0; }
    .course-list li::before {
      display: none; }
  .course-list li {
    margin-bottom: 16px; }
  .course-list .course__icon {
    margin-right: 0.375em; }

.icon-list {
  list-style: none;
  padding: 0;
  margin-left: 0; }
  .icon-list li {
    position: relative;
    font-size: 0.8rem;
    line-height: 1.5em;
    padding-left: 1.8rem;
    margin-bottom: 0.9rem; }
    .icon-list li .icon-wrapper {
      color: #979797;
      position: absolute;
      width: 1rem;
      height: 1.5em;
      top: 0;
      left: 0; }
      .icon-list li .icon-wrapper .icon {
        height: 1.5em;
        width: 1.5em; }

.numbered-links {
  margin-left: 0;
  max-width: 23rem;
  margin-bottom: 32px;
  list-style-type: none;
  font-size: 1.2rem; }
  @media print, screen and (min-width: 50em) {
    .numbered-links {
      font-size: 1.3rem; } }
  .numbered-links li {
    margin-bottom: 32px;
    counter-increment: item; }
    .numbered-links li::before {
      display: inline-block;
      width: 1em;
      padding-right: 0.5em;
      font-family: "freight-text-pro", "Poly", serif;
      color: #f8981d;
      content: counter(item) "."; }
  .numbered-links .arrow {
    font-family: "freight-text-pro", "Poly", serif; }
  .numbered-links .link-description {
    font-size: 0.8rem;
    line-height: 1.5; }
  .headline-group + .numbered-links {
    margin-top: 32px; }

.image-reservation {
  position: relative;
  height: 0; }
  .image-reservation img {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%; }
  @media print {
    .image-reservation {
      overflow: hidden; }
      .image-reservation img {
        width: 100%;
        position: relative;
        -o-object-fit: contain;
           object-fit: contain;
        font-family: 'object-fit: contain'; } }

figure img {
  width: 100%;
  height: auto; }

figure figcaption {
  margin-top: 0.9rem;
  font-size: 0.7rem;
  line-height: 1.2rem; }

.embedded-video {
  position: relative;
  height: 0;
  margin-bottom: 0.8rem;
  padding-bottom: 56.25%;
  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-video--standard {
  position: relative;
  height: 0;
  margin-bottom: 0.8rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .embedded-video--standard iframe,
  .embedded-video--standard object,
  .embedded-video--standard embed,
  .embedded-video--standard video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.video-preview {
  position: relative;
  overflow: hidden;
  height: 10rem; }
  @media print, screen and (min-width: 50em) {
    .video-preview {
      height: 15rem; } }
  @media screen and (min-width: 64em) {
    .video-preview {
      height: 27.5rem; } }
  @supports ((-o-object-fit: cover) or (object-fit: cover)) {
    .video-preview {
      height: auto; } }
  .video-preview__image {
    position: absolute;
    width: auto;
    min-width: 100%;
    max-width: none;
    min-height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .video-preview__image {
        position: relative;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        min-width: 0;
        left: 0;
        -webkit-transform: none;
                transform: none;
        height: 10rem; }
        @media print, screen and (min-width: 50em) {
          .video-preview__image {
            height: 100%;
            max-height: 15rem; } }
        @media screen and (min-width: 64em) {
          .video-preview__image {
            max-height: 27.5rem; } } }

.image-badge {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 60%;
  color: #fff;
  background-color: #ef4035;
  padding: 0.8rem; }
  .image-badge__label {
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 600; }
  .image-badge .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 0.8rem;
    height: 1rem;
    margin-right: 0.4rem; }
  .image-badge--media-type {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2.8rem;
    height: 2.8rem;
    padding: 0;
    background-color: #b31c1b; }
    .image-badge--media-type .image-badge__label {
      position: absolute !important;
      width: 1px;
      height: 1px;
      padding: 0;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      -webkit-clip-path: inset(50%);
              clip-path: inset(50%);
      border: 0; }
    .image-badge--media-type .icon {
      display: block;
      width: 1.4rem;
      height: 1.4rem;
      margin-right: 0; }
  .image-badge, .image-badge--bottom-left {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0; }
  .image-badge--bottom-right {
    top: auto;
    right: 0;
    bottom: 0;
    left: auto; }
  .image-badge--top-right {
    top: 0;
    right: 0;
    bottom: auto;
    left: auto; }
  .image-badge--top-left {
    top: 0;
    right: auto;
    bottom: auto;
    left: 0; }

.fieldset [type='text'], .fieldset [type='password'], .fieldset [type='date'], .fieldset [type='datetime'], .fieldset [type='datetime-local'], .fieldset [type='month'], .fieldset [type='week'], .fieldset [type='email'], .fieldset [type='number'], .fieldset [type='search'], .fieldset [type='tel'], .fieldset [type='time'], .fieldset [type='url'], .fieldset [type='color'],
.fieldset select,
.fieldset .button__content {
  height: auto;
  line-height: 1.4rem;
  padding: 0.5rem 0.8rem; }

.fieldset--large [type='text'], .fieldset--large [type='password'], .fieldset--large [type='date'], .fieldset--large [type='datetime'], .fieldset--large [type='datetime-local'], .fieldset--large [type='month'], .fieldset--large [type='week'], .fieldset--large [type='email'], .fieldset--large [type='number'], .fieldset--large [type='search'], .fieldset--large [type='tel'], .fieldset--large [type='time'], .fieldset--large [type='url'], .fieldset--large [type='color'],
.fieldset--large select,
.fieldset--large .button__content {
  height: auto;
  line-height: 1.4rem;
  padding: 0.8rem; }

.fieldset--large .button__content {
  height: 3rem; }

.fieldset select {
  padding-right: 1.8rem; }

.filter-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px; }

.filter-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 7.5rem;
  height: 1.5rem;
  font-size: 0.7rem;
  margin-right: 16px;
  margin-bottom: 16px;
  padding-right: 2em;
  padding-left: 1em;
  border-radius: 0.75rem;
  color: #fff;
  background-color: #212121; }
  .filter-label input[type='checkbox'] {
    display: none; }
  .filter-label label {
    cursor: pointer; }
  .filter-label label.label-button {
    position: absolute;
    right: 0;
    top: 1px;
    left: auto;
    bottom: auto;
    display: block;
    color: inherit;
    border: 0;
    border-radius: 0.75rem;
    height: 1.4rem;
    width: 1.4rem;
    margin: 0;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.4rem;
    text-align: center;
    -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
    transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out; }
    .filter-label label.label-button:hover {
      background-color: rgba(255, 255, 255, 0.25); }
  .filter-label label {
    color: inherit;
    font-weight: inherit; }
  .filter-label .button {
    font-size: inherit;
    height: 100%;
    color: inherit;
    margin: 0; }
    .filter-label .button .button__content {
      height: 100%;
      padding: 0 1em;
      border-radius: 0.75rem; }
    .filter-label .button:hover .button__content, .filter-label .button:focus .button__content {
      background-color: rgba(255, 255, 255, 0.25);
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out; }

.select--loose select {
  height: auto;
  padding: 0.5rem 1.2rem 0.5rem 1rem;
  margin-bottom: 32px; }

.search-status-header {
  margin-bottom: 16px;
  font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
  color: #757575;
  font-size: 1.5rem; }
  @media print, screen and (min-width: 50em) {
    .search-status-header {
      font-size: 1.5rem; } }

.field-container label,
.field-container legend {
  margin-bottom: 0.4rem;
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.8; }

.field-container .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  margin-bottom: 0.5rem; }
  .field-container .checkbox label {
    font-weight: normal;
    margin-bottom: 0; }
  .field-container .checkbox input[type='checkbox'] {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.field-container.select--stacked {
  margin-bottom: 32px; }
  .field-container.select--stacked select {
    font-size: 0.8rem;
    margin-bottom: 0; }
  .field-container.select--stacked:last-child {
    margin-bottom: 0; }

@supports ((-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none)) {
  [type='checkbox'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    position: relative;
    top: 0.25em;
    display: inline-block;
    border: 2px solid #979797;
    width: 1rem;
    height: 1rem;
    border-radius: 3px;
    margin-bottom: 0; }
    [type='checkbox']:checked:after {
      content: '\2714';
      font-size: 1.2rem;
      position: absolute;
      top: -7px;
      left: 2px;
      color: #212121; }
    [type='checkbox']:focus {
      outline: none;
      -webkit-box-shadow: 0 0 5px #3787b0;
              box-shadow: 0 0 5px #3787b0; } }

form .accordion-title {
  text-decoration: none; }
  form .accordion-title::before {
    width: 24px;
    height: 24px;
    right: 0;
    text-align: center;
    line-height: 1rem;
    background-color: #3787b0;
    color: #fff;
    border-radius: 50%; }
  form .accordion-title:hover, form .accordion-title:focus {
    color: inherit; }
    form .accordion-title:hover::before, form .accordion-title:focus::before {
      background-color: #073949;
      -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out;
      transition: background-color 0.25s ease-out, color 0.25s ease-out, border-color 0.25s ease-out; }

.primary-content .search-form {
  margin-bottom: 0.5rem; }

@media print {
  .headline-group {
    page-break-inside: avoid;
    page-break-after: avoid; } }

.headline-group .superhead,
.headline-group .subhead {
  display: block;
  font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
  font-size: 1.1rem;
  line-height: 1.27; }

.headline-group .subhead {
  color: #757575;
  margin-top: 0.5rem; }

.program-detail .page-header .headline-group {
  margin-bottom: 0; }
  .program-detail .page-header .headline-group .superhead,
  .program-detail .page-header .headline-group .subhead {
    font-size: 1rem;
    line-height: 1.4;
    color: #222222; }
  .program-detail .page-header .headline-group .subhead {
    margin-top: 0.9em; }

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

.described-links__item {
  padding: 1rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.last-word {
  white-space: nowrap; }

.page-layout-columns .primary-content,
.page-layout-columns .secondary-content {
  padding: 0; }

.one-column {
  max-width: 55rem;
  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.5rem;
    padding-left: 0.5rem; }
    @media print, screen and (min-width: 50em) {
      .one-column__col {
        padding-right: 0.8rem;
        padding-left: 0.8rem; } }
    .one-column__col:last-child:not(:first-child) {
      float: right; }

.four-columns {
  -ms-grid-columns: 1fr 32px 1fr;
  -ms-grid-rows: auto;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
  -ms-grid-rows: auto; }
  @media screen and (max-width: 63.9375em) {
    .four-columns {
      -ms-grid-columns: 1fr 16px 1fr; } }
  @media print, screen and (min-width: 50em) {
    .four-columns {
      display: -ms-grid; } }
  .four-columns .four-columns__column {
    -ms-grid-column-span: 1;
    -ms-grid-row: 1; }
    .four-columns .four-columns__column:nth-child(1) {
      -ms-grid-column: 1; }
    .four-columns .four-columns__column:nth-child(2) {
      -ms-grid-column: 3; }
  @supports (grid-template-columns: 1px) {
    .four-columns {
      display: grid;
      grid-column-gap: 16px;
      margin-bottom: -32px; }
      @media print, screen and (min-width: 50em) {
        .four-columns {
          grid-column-gap: 32px; } }
      .four-columns .four-columns__column {
        padding-bottom: 32px; }
      @media print, screen and (min-width: 50em) {
        .four-columns {
          margin-bottom: 0; }
          .four-columns .four-columns__column {
            padding-bottom: 0; } }
      @media print, screen and (min-width: 50em) {
        .four-columns {
          grid-template-columns: [column-1] 1fr [column-2] 1fr [row-end]; } } }
  @media screen and (max-width: 63.9375em) {
    .four-columns {
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr; } }
  @media screen and (min-width: 64em) {
    .four-columns {
      display: -ms-grid; } }
  .four-columns .four-columns__column {
    -ms-grid-column-span: 1;
    -ms-grid-row: 1; }
    .four-columns .four-columns__column:nth-child(1) {
      -ms-grid-column: 1; }
    .four-columns .four-columns__column:nth-child(2) {
      -ms-grid-column: 3; }
    .four-columns .four-columns__column:nth-child(3) {
      -ms-grid-column: 5; }
    .four-columns .four-columns__column:nth-child(4) {
      -ms-grid-column: 7; }
  @supports (grid-template-columns: 1px) {
    .four-columns {
      display: grid;
      grid-column-gap: 16px;
      margin-bottom: -32px; }
      @media print, screen and (min-width: 50em) {
        .four-columns {
          grid-column-gap: 32px; } }
      .four-columns .four-columns__column {
        padding-bottom: 32px; }
      @media screen and (min-width: 64em) {
        .four-columns {
          margin-bottom: 0; }
          .four-columns .four-columns__column {
            padding-bottom: 0; } }
      @media screen and (min-width: 64em) {
        .four-columns {
          grid-template-columns: [column-1] 1fr [column-2] 1fr [column-3] 1fr [column-4] 1fr [row-end]; } } }

.fixed-sidebar-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 41.7rem); }
  @supports (grid-template-columns: 1px) {
    .fixed-sidebar-container {
      grid-template-columns: minmax(0, 41.7rem);
      grid-column-gap: 64px; } }
  .fixed-sidebar-container .primary-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    margin-bottom: 32px; }
    @supports (grid-template-columns: 1px) {
      .fixed-sidebar-container .primary-content {
        grid-column-start: 1;
        grid-column-end: 1; } }
  .fixed-sidebar-container .secondary-content {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2; }
    @supports (grid-template-columns: 1px) {
      .fixed-sidebar-container .secondary-content {
        grid-column-start: 1;
        grid-column-end: 1; } }
  @media (min-width: 52.125em) {
    .fixed-sidebar-container {
      -ms-grid-columns: minmax(360px, 1fr) 64px minmax(346px, 346px); }
      @supports (grid-template-columns: 1px) {
        .fixed-sidebar-container {
          grid-template-columns: minmax(360px, 100%) minmax(346px, 346px); } }
      .fixed-sidebar-container .primary-content {
        margin-bottom: 0; }
      .fixed-sidebar-container .secondary-content {
        -ms-grid-column: 3;
        -ms-grid-row: 1; }
        @supports (grid-template-columns: 1px) {
          .fixed-sidebar-container .secondary-content {
            grid-column-start: 2;
            grid-column-end: 2; } } }

.flex-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-right: -16px;
  margin-left: -16px; }
  .flex-columns__item {
    padding-right: 16px;
    padding-bottom: 32px;
    padding-left: 16px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    min-width: 13.75rem; }
  .flex-columns--2 .flex-columns__item {
    width: 50%; }
  .flex-columns--3 .flex-columns__item {
    width: 33.33%; }
  .flex-columns--4 .flex-columns__item {
    width: 25%; }

.two-columns {
  -ms-grid-columns: 1fr 32px 1fr;
  -ms-grid-rows: auto; }
  @media screen and (max-width: 63.9375em) {
    .two-columns {
      -ms-grid-columns: 1fr 16px 1fr; } }
  @media print, screen and (min-width: 50em) {
    .two-columns {
      display: -ms-grid; } }
  .two-columns .two-columns__column {
    -ms-grid-column-span: 1;
    -ms-grid-row: 1; }
    .two-columns .two-columns__column:nth-child(1) {
      -ms-grid-column: 1; }
    .two-columns .two-columns__column:nth-child(2) {
      -ms-grid-column: 3; }
  @supports (grid-template-columns: 1px) {
    .two-columns {
      display: grid;
      grid-column-gap: 16px;
      margin-bottom: -32px; }
      @media print, screen and (min-width: 50em) {
        .two-columns {
          grid-column-gap: 32px; } }
      .two-columns .two-columns__column {
        padding-bottom: 32px; }
      @media print, screen and (min-width: 50em) {
        .two-columns {
          margin-bottom: 0; }
          .two-columns .two-columns__column {
            padding-bottom: 0; } }
      @media print, screen and (min-width: 50em) {
        .two-columns {
          grid-template-columns: [column-1] 1fr [column-2] 1fr [row-end]; } } }
  .two-columns--gutter-wide {
    -ms-grid-columns: 1fr 64px 1fr;
    -ms-grid-rows: auto; }
    @media screen and (max-width: 63.9375em) {
      .two-columns--gutter-wide {
        -ms-grid-columns: 1fr 16px 1fr; } }
    @media print, screen and (min-width: 50em) {
      .two-columns--gutter-wide {
        display: -ms-grid; } }
    .two-columns--gutter-wide two-columns__column {
      -ms-grid-column-span: 1;
      -ms-grid-row: 1; }
      .two-columns--gutter-wide two-columns__column:nth-child(1) {
        -ms-grid-column: 1; }
      .two-columns--gutter-wide two-columns__column:nth-child(2) {
        -ms-grid-column: 3; }
    @supports (grid-template-columns: 1px) {
      .two-columns--gutter-wide {
        display: grid;
        grid-column-gap: 16px;
        margin-bottom: -64px; }
        @media print, screen and (min-width: 50em) {
          .two-columns--gutter-wide {
            grid-column-gap: 64px; } }
        .two-columns--gutter-wide two-columns__column {
          padding-bottom: 64px; }
        @media print, screen and (min-width: 50em) {
          .two-columns--gutter-wide {
            margin-bottom: 0; }
            .two-columns--gutter-wide two-columns__column {
              padding-bottom: 0; } }
        @media print, screen and (min-width: 50em) {
          .two-columns--gutter-wide {
            grid-template-columns: [column-1] 1fr [column-2] 1fr [row-end]; } } }
  .two-columns--gutter-xwide {
    -ms-grid-columns: 1fr 80px 1fr;
    -ms-grid-rows: auto; }
    @media screen and (max-width: 63.9375em) {
      .two-columns--gutter-xwide {
        -ms-grid-columns: 1fr 16px 1fr; } }
    @media print, screen and (min-width: 50em) {
      .two-columns--gutter-xwide {
        display: -ms-grid; } }
    .two-columns--gutter-xwide two-columns__column {
      -ms-grid-column-span: 1;
      -ms-grid-row: 1; }
      .two-columns--gutter-xwide two-columns__column:nth-child(1) {
        -ms-grid-column: 1; }
      .two-columns--gutter-xwide two-columns__column:nth-child(2) {
        -ms-grid-column: 3; }
    @supports (grid-template-columns: 1px) {
      .two-columns--gutter-xwide {
        display: grid;
        grid-column-gap: 16px;
        margin-bottom: -80px; }
        @media print, screen and (min-width: 50em) {
          .two-columns--gutter-xwide {
            grid-column-gap: 80px; } }
        .two-columns--gutter-xwide two-columns__column {
          padding-bottom: 80px; }
        @media print, screen and (min-width: 50em) {
          .two-columns--gutter-xwide {
            margin-bottom: 0; }
            .two-columns--gutter-xwide two-columns__column {
              padding-bottom: 0; } }
        @media print, screen and (min-width: 50em) {
          .two-columns--gutter-xwide {
            grid-template-columns: [column-1] 1fr [column-2] 1fr [row-end]; } } }
  @media print, screen and (min-width: 50em) {
    .two-columns--reverse .two-columns__column:nth-child(1) {
      -ms-grid-column: 3; }
      @supports (grid-column-start: 1) {
        .two-columns--reverse .two-columns__column:nth-child(1) {
          grid-column-start: 2;
          grid-row: 1; } } }
  @media print, screen and (min-width: 50em) {
    .two-columns--reverse .two-columns__column:nth-child(2) {
      -ms-grid-column: 1; }
      @supports (grid-column-start: 1) {
        .two-columns--reverse .two-columns__column:nth-child(2) {
          grid-column-start: 1;
          grid-row: 1; } } }
  .two-columns--asymmetrical {
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    -ms-grid-rows: auto; }
    @media screen and (max-width: 63.9375em) {
      .two-columns--asymmetrical {
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr; } }
    @media print, screen and (min-width: 50em) {
      .two-columns--asymmetrical {
        display: -ms-grid; } }
    .two-columns--asymmetrical .two-columns--asymmetrical__column {
      -ms-grid-column-span: 1;
      -ms-grid-row: 1; }
      .two-columns--asymmetrical .two-columns--asymmetrical__column:nth-child(1) {
        -ms-grid-column: 1; }
      .two-columns--asymmetrical .two-columns--asymmetrical__column:nth-child(2) {
        -ms-grid-column: 3; }
      .two-columns--asymmetrical .two-columns--asymmetrical__column:nth-child(3) {
        -ms-grid-column: 5; }
    @supports (grid-template-columns: 1px) {
      .two-columns--asymmetrical {
        display: grid;
        grid-column-gap: 16px;
        margin-bottom: -32px; }
        @media print, screen and (min-width: 50em) {
          .two-columns--asymmetrical {
            grid-column-gap: 32px; } }
        .two-columns--asymmetrical .two-columns--asymmetrical__column {
          padding-bottom: 32px; }
        @media print, screen and (min-width: 50em) {
          .two-columns--asymmetrical {
            margin-bottom: 0; }
            .two-columns--asymmetrical .two-columns--asymmetrical__column {
              padding-bottom: 0; } }
        @media print, screen and (min-width: 50em) {
          .two-columns--asymmetrical {
            grid-template-columns: [column-1] 1fr [column-2] 1fr [column-3] 1fr [row-end]; } } }
    .two-columns--asymmetrical.two-columns--gutter-wide {
      -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
      -ms-grid-rows: auto; }
      @media screen and (max-width: 63.9375em) {
        .two-columns--asymmetrical.two-columns--gutter-wide {
          -ms-grid-columns: 1fr 16px 1fr 16px 1fr; } }
      @media print, screen and (min-width: 50em) {
        .two-columns--asymmetrical.two-columns--gutter-wide {
          display: -ms-grid; } }
      .two-columns--asymmetrical.two-columns--gutter-wide two-columns__column {
        -ms-grid-column-span: 1;
        -ms-grid-row: 1; }
        .two-columns--asymmetrical.two-columns--gutter-wide two-columns__column:nth-child(1) {
          -ms-grid-column: 1; }
        .two-columns--asymmetrical.two-columns--gutter-wide two-columns__column:nth-child(2) {
          -ms-grid-column: 3; }
        .two-columns--asymmetrical.two-columns--gutter-wide two-columns__column:nth-child(3) {
          -ms-grid-column: 5; }
      @supports (grid-template-columns: 1px) {
        .two-columns--asymmetrical.two-columns--gutter-wide {
          display: grid;
          grid-column-gap: 16px;
          margin-bottom: -64px; }
          @media print, screen and (min-width: 50em) {
            .two-columns--asymmetrical.two-columns--gutter-wide {
              grid-column-gap: 64px; } }
          .two-columns--asymmetrical.two-columns--gutter-wide two-columns__column {
            padding-bottom: 64px; }
          @media print, screen and (min-width: 50em) {
            .two-columns--asymmetrical.two-columns--gutter-wide {
              margin-bottom: 0; }
              .two-columns--asymmetrical.two-columns--gutter-wide two-columns__column {
                padding-bottom: 0; } }
          @media print, screen and (min-width: 50em) {
            .two-columns--asymmetrical.two-columns--gutter-wide {
              grid-template-columns: [column-1] 1fr [column-2] 1fr [column-3] 1fr [row-end]; } } }
    @media print, screen and (min-width: 50em) {
      .two-columns--asymmetrical .two-columns__right {
        -ms-grid-column: 3;
        -ms-grid-column-span: 3; }
        @supports (grid-column-start: 1) {
          .two-columns--asymmetrical .two-columns__right {
            grid-column-start: column-2;
            grid-column-end: row-end; } } }

.columns-40-60 {
  display: -ms-grid;
  display: grid; }
  @media screen and (min-width: 40em) {
    .columns-40-60 {
      grid-column-gap: 32px;
      -ms-grid-columns: minmax(320px, 40%) 32px 1fr  ;
      grid-template-columns: [content-start] minmax(320px, 40%) [column-2] 1fr [content-end]  ; }
      .columns-40-60__column:nth-child(1) {
        -ms-grid-column: 1; }
      .columns-40-60__column:nth-child(2) {
        -ms-grid-column: 3; }
      .columns-40-60__column:nth-child(3) {
        -ms-grid-column: 5; }
      .columns-40-60__column:nth-child(4) {
        -ms-grid-column: 7; }
      .columns-40-60__column:nth-child(5) {
        -ms-grid-column: 9; }
      .columns-40-60__column:nth-child(6) {
        -ms-grid-column: 11; }
      .columns-40-60__column:nth-child(7) {
        -ms-grid-column: 13; }
      .columns-40-60__column:nth-child(8) {
        -ms-grid-column: 15; }
      .columns-40-60__column:nth-child(9) {
        -ms-grid-column: 17; }
      .columns-40-60__column:nth-child(10) {
        -ms-grid-column: 19; }
      .columns-40-60__column:nth-child(11) {
        -ms-grid-column: 21; } }
  .columns-40-60.columns-40-60--gutter-wide {
    display: -ms-grid;
    display: grid; }
    @media screen and (min-width: 50em) {
      .columns-40-60.columns-40-60--gutter-wide {
        grid-column-gap: 64px;
        -ms-grid-columns: minmax(320px, 40%) 64px 1fr  ;
        grid-template-columns: [content-start] minmax(320px, 40%) [column-2] 1fr [content-end]  ; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(1) {
          -ms-grid-column: 1; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(2) {
          -ms-grid-column: 3; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(3) {
          -ms-grid-column: 5; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(4) {
          -ms-grid-column: 7; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(5) {
          -ms-grid-column: 9; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(6) {
          -ms-grid-column: 11; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(7) {
          -ms-grid-column: 13; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(8) {
          -ms-grid-column: 15; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(9) {
          -ms-grid-column: 17; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(10) {
          -ms-grid-column: 19; }
        .columns-40-60.columns-40-60--gutter-wide__column:nth-child(11) {
          -ms-grid-column: 21; } }
  .columns-40-60.columns-40-60--gutter-xwide {
    display: -ms-grid;
    display: grid; }
    @media screen and (min-width: 50em) {
      .columns-40-60.columns-40-60--gutter-xwide {
        grid-column-gap: 80px;
        -ms-grid-columns: minmax(320px, 40%) 80px 1fr  ;
        grid-template-columns: [content-start] minmax(320px, 40%) [column-2] 1fr [content-end]  ; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(1) {
          -ms-grid-column: 1; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(2) {
          -ms-grid-column: 3; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(3) {
          -ms-grid-column: 5; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(4) {
          -ms-grid-column: 7; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(5) {
          -ms-grid-column: 9; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(6) {
          -ms-grid-column: 11; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(7) {
          -ms-grid-column: 13; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(8) {
          -ms-grid-column: 15; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(9) {
          -ms-grid-column: 17; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(10) {
          -ms-grid-column: 19; }
        .columns-40-60.columns-40-60--gutter-xwide__column:nth-child(11) {
          -ms-grid-column: 21; } }
  .columns-40-60__column {
    margin-bottom: 32px; }
    @media screen and (min-width: 40em) {
      .columns-40-60__column {
        margin-bottom: 0; } }

.three-columns {
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  -ms-grid-rows: auto; }
  @media screen and (max-width: 63.9375em) {
    .three-columns {
      -ms-grid-columns: 1fr 16px 1fr 16px 1fr; } }
  @media print, screen and (min-width: 50em) {
    .three-columns {
      display: -ms-grid; } }
  .three-columns .three-columns__column {
    -ms-grid-column-span: 1;
    -ms-grid-row: 1; }
    .three-columns .three-columns__column:nth-child(1) {
      -ms-grid-column: 1; }
    .three-columns .three-columns__column:nth-child(2) {
      -ms-grid-column: 3; }
    .three-columns .three-columns__column:nth-child(3) {
      -ms-grid-column: 5; }
  @supports (grid-template-columns: 1px) {
    .three-columns {
      display: grid;
      grid-column-gap: 16px;
      margin-bottom: -32px; }
      @media print, screen and (min-width: 50em) {
        .three-columns {
          grid-column-gap: 32px; } }
      .three-columns .three-columns__column {
        padding-bottom: 32px; }
      @media print, screen and (min-width: 50em) {
        .three-columns {
          margin-bottom: 0; }
          .three-columns .three-columns__column {
            padding-bottom: 0; } }
      @media print, screen and (min-width: 50em) {
        .three-columns {
          grid-template-columns: [column-1] 1fr [column-2] 1fr [column-3] 1fr [row-end]; } } }
  .three-columns--gutter-wide {
    -ms-grid-columns: 1fr 64px 1fr 64px 1fr;
    -ms-grid-rows: auto; }
    @media screen and (max-width: 63.9375em) {
      .three-columns--gutter-wide {
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr; } }
    @media print, screen and (min-width: 50em) {
      .three-columns--gutter-wide {
        display: -ms-grid; } }
    .three-columns--gutter-wide three-columns__column {
      -ms-grid-column-span: 1;
      -ms-grid-row: 1; }
      .three-columns--gutter-wide three-columns__column:nth-child(1) {
        -ms-grid-column: 1; }
      .three-columns--gutter-wide three-columns__column:nth-child(2) {
        -ms-grid-column: 3; }
      .three-columns--gutter-wide three-columns__column:nth-child(3) {
        -ms-grid-column: 5; }
    @supports (grid-template-columns: 1px) {
      .three-columns--gutter-wide {
        display: grid;
        grid-column-gap: 16px;
        margin-bottom: -64px; }
        @media print, screen and (min-width: 50em) {
          .three-columns--gutter-wide {
            grid-column-gap: 64px; } }
        .three-columns--gutter-wide three-columns__column {
          padding-bottom: 64px; }
        @media print, screen and (min-width: 50em) {
          .three-columns--gutter-wide {
            margin-bottom: 0; }
            .three-columns--gutter-wide three-columns__column {
              padding-bottom: 0; } }
        @media print, screen and (min-width: 50em) {
          .three-columns--gutter-wide {
            grid-template-columns: [column-1] 1fr [column-2] 1fr [column-3] 1fr [row-end]; } } }
  @media print, screen and (min-width: 50em) {
    .three-columns--reverse .three-columns__column:nth-child(1) {
      -ms-grid-column: 5; }
      @supports (grid-column-start: 1) {
        .three-columns--reverse .three-columns__column:nth-child(1) {
          grid-column-start: 3;
          grid-row: 1; } } }
  @media print, screen and (min-width: 50em) {
    .three-columns--reverse .three-columns__column:nth-child(2) {
      -ms-grid-column: 3; }
      @supports (grid-column-start: 1) {
        .three-columns--reverse .three-columns__column:nth-child(2) {
          grid-column-start: 2;
          grid-row: 1; } } }
  @media print, screen and (min-width: 50em) {
    .three-columns--reverse .three-columns__column:nth-child(3) {
      -ms-grid-column: 1; }
      @supports (grid-column-start: 1) {
        .three-columns--reverse .three-columns__column:nth-child(3) {
          grid-column-start: 1;
          grid-row: 1; } } }
  .three-columns__column {
    overflow: visible; }
    .three-columns__column aside {
      height: 100%; }
    @media screen and (max-width: 63.9375em) {
      .three-columns__column:last-child {
        margin-bottom: 0; } }
  .two-columns__column .three-columns {
    display: -ms-grid;
    -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
    -ms-grid-rows: auto; }
    @media screen and (max-width: 63.9375em) {
      .two-columns__column .three-columns {
        -ms-grid-columns: 1fr 16px 1fr 16px 1fr; } }
    .two-columns__column .three-columns three-columns__column {
      -ms-grid-column-span: 1;
      -ms-grid-row: 1; }
      .two-columns__column .three-columns three-columns__column:nth-child(1) {
        -ms-grid-column: 1; }
      .two-columns__column .three-columns three-columns__column:nth-child(2) {
        -ms-grid-column: 3; }
      .two-columns__column .three-columns three-columns__column:nth-child(3) {
        -ms-grid-column: 5; }
    @supports (grid-template-columns: 1px) {
      .two-columns__column .three-columns {
        display: grid;
        grid-column-gap: 16px;
        margin-bottom: -32px;
        margin-bottom: 0;
        grid-template-columns: [column-1] 1fr [column-2] 1fr [column-3] 1fr [row-end]; }
        @media print, screen and (min-width: 50em) {
          .two-columns__column .three-columns {
            grid-column-gap: 32px; } }
        .two-columns__column .three-columns three-columns__column {
          padding-bottom: 32px; }
        .two-columns__column .three-columns three-columns__column {
          padding-bottom: 0; } }

@media print, screen and (min-width: 50em) {
  .three-columns + .three-columns,
  .two-columns + .three-columns, .three-columns +
  .two-columns,
  .two-columns +
  .two-columns {
    margin-top: 32px; } }

.column--center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.scroll-container {
  width: 55rem;
  max-width: 100%;
  overflow-x: scroll; }
  .scroll-container--full-page {
    max-width: calc(100vw - 64px); }
  @media print {
    .scroll-container {
      overflow-x: visible; } }

.page-section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .page-section .row {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .page-section__container {
    padding-left: 1em;
    padding-right: 1em;
    width: 100%; }
    @media screen and (min-width: 64em) {
      .page-section__container {
        max-width: 55rem;
        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: #212121; }
    .page-section--dark abbr {
      color: #fff; }
    .page-section--dark a:link, .page-section--dark a:visited {
      color: #89cbe2; }
    .page-section--dark a:hover, .page-section--dark a:active, .page-section--dark a:focus {
      color: #fff; }
    .page-section--dark a.button:link, .page-section--dark a.button:visited {
      color: #fff;
      border-color: #89cce2; }
    .page-section--dark a.button:hover, .page-section--dark a.button:active, .page-section--dark a.button:focus {
      color: #89cbe2;
      border-color: currentColor; }
    .page-section--dark h2,
    .page-section--dark .h2 {
      line-height: 1.4; }
    .page-section--dark h3,
    .page-section--dark .h3 {
      line-height: 1.15; }
  .page-section--light {
    background-color: #e4e4e4; }

.page-section--dark {
  color: #fff;
  background-color: #212121; }
  .page-section--dark abbr {
    color: #fff; }
  .page-section--dark a:link, .page-section--dark a:visited {
    color: #89cbe2; }
  .page-section--dark a:hover, .page-section--dark a:active, .page-section--dark a:focus {
    color: #fff; }
  .page-section--dark a.button:link, .page-section--dark a.button:visited {
    color: #fff;
    border-color: #89cce2; }
  .page-section--dark a.button:hover, .page-section--dark a.button:active, .page-section--dark a.button:focus {
    color: #89cbe2;
    border-color: currentColor; }
  .page-section--dark h2,
  .page-section--dark .h2 {
    line-height: 1.4; }
  .page-section--dark h3,
  .page-section--dark .h3 {
    line-height: 1.15; }

.page-section--light {
  background-color: #e4e4e4; }

.link-group--collapsed {
  display: none; }

@media print, screen and (min-width: 50em) {
  .link-group--collapsed {
    display: block; } }

.button-group {
  margin-bottom: -1em; }
  .formatted-text + .button-group {
    margin-top: 32px; }

.secondary-nav {
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.5; }
  .secondary-nav li {
    padding: 0.5rem 0; }
  .secondary-nav > li {
    border-bottom: solid 2px #fff; }
  .secondary-nav a {
    text-decoration: none; }
  .secondary-nav ul {
    font-weight: normal;
    padding-top: 0.5rem; }
    .secondary-nav ul li {
      padding-top: 0; }
    .secondary-nav ul .active {
      font-style: italic; }
  .color-block .secondary-nav {
    margin-left: -32px;
    margin-right: -32px; }
    .color-block .secondary-nav > li {
      padding-left: 32px;
      padding-right: 32px; }
    .color-block .secondary-nav:last-child {
      margin-bottom: 0; }
      .color-block .secondary-nav:last-child li:last-child {
        padding-bottom: 0;
        border-bottom: 0; }
  .secondary-nav .active {
    pointer-events: none; }
    .secondary-nav .active, .secondary-nav .active:link, .secondary-nav .active:visited, .secondary-nav .active:hover, .secondary-nav .active:active, .secondary-nav .active:focus {
      color: #555555; }

.breadcrumbs li:not(:last-child)::after {
  content: '';
  display: inline-block; }

.breadcrumbs li.current {
  font-style: italic; }

.breadcrumbs a {
  font-weight: 600; }

.breadcrumbs__container {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%; }
  @media screen and (min-width: 64em) {
    .breadcrumbs__container {
      max-width: 55rem;
      width: 100%;
      margin: 0 auto; } }
  @media screen and (min-width: 74em) {
    .breadcrumbs__container {
      width: 100%;
      padding-left: 0;
      padding-right: 0; } }
  .breadcrumbs__container + .panel--alert {
    margin-top: 16px; }

.skip-nav {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  top: -5rem; }
  .skip-nav:focus {
    top: 0;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
    color: white; }

.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%;
    -webkit-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms; }

.nice-video__preview {
  background-color: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212121), to(#000));
  background-image: linear-gradient(180deg, #212121 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;
  -webkit-transition: opacity 300ms;
  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 .search-bar__toggle {
  display: none; }

.search-bar__toggle {
  -webkit-transition: width 3s;
  transition: width 3s; }

.search-bar__form {
  -webkit-transition: width 3s;
  transition: width 3s; }

.search-bar--initialized {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .search-bar--initialized .search-bar__toggle {
    display: block; }
  .search-bar--initialized .search-bar__form {
    width: 0;
    overflow: hidden; }
    .search-bar--initialized .search-bar__form .input-group {
      margin-bottom: 0; }

.search-bar--exposed .search-bar__toggle {
  width: 0; }

.search-bar--exposed .search-bar__form {
  width: 100%; }

.header-filter-interface {
  position: relative; }
  .header-filter-interface .search-status-header {
    height: 1.35rem; }

.course-lists-item,
.course-list-item,
.filter-labels-item,
.list-container-item {
  -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1); }

.course-lists-enter, .course-lists-leave-to,
.course-list-enter,
.course-list-leave-to,
.filter-labels-enter,
.filter-labels-leave-to,
.list-container-enter,
.list-container-leave-to {
  opacity: 0;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px); }

.course-lists-leave-active,
.course-list-leave-active,
.filter-labels-leave-active,
.list-container-leave-active {
  position: absolute; }

.course-lists--no-results {
  margin-bottom: 32px;
  font-style: italic; }

.course-list-item {
  -webkit-transform-origin: center left;
          transform-origin: center left; }

.filter-labels-item {
  -webkit-transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: scale(1) translateX(0);
          transform: scale(1) translateX(0); }

.filter-labels-enter {
  -webkit-transform: scale(0) translateX(0);
          transform: scale(0) translateX(0); }

.filter-labels-leave-to {
  -webkit-transform: none;
          transform: none; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.fade-enter-to, .fade-leave {
  opacity: 1; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.blurb {
  font-size: 0.8rem; }
  .blurb .blurb__title {
    font-weight: 600; }

.image-blurb__image {
  width: 100%;
  max-width: 12.5rem; }

.image-blurb--circle .image-blurb__image {
  margin-bottom: 1rem; }
  .image-blurb--circle .image-blurb__image img {
    border-radius: 50%; }

@media print, screen and (min-width: 50em) {
  .image-blurb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .image-blurb__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 5.75rem;
              flex: 0 1 5.75rem;
      margin-right: 32px;
      max-width: none; }
    .image-blurb__text {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25.65rem;
              flex: 1 1 25.65rem; }
    .image-blurb--circle .image-blurb__image {
      -ms-flex-preferred-size: 14.25rem;
          flex-basis: 14.25rem;
      left: -0.45rem;
      margin-bottom: 0; }
    .image-blurb--circle .image-blurb__text {
      padding-top: 0.9rem; } }

.promo > .headline-group {
  margin-bottom: 32px; }
  .promo > .headline-group .subhead {
    margin-top: 0; }

.promo .blurb {
  font-size: 0.8rem; }
  .promo .blurb__title {
    font-size: 0.8rem; }

.image-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .image-strip > div {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%; }

.bg-video {
  height: 0;
  position: relative;
  overflow: hidden;
  background-color: #757575;
  background-size: cover;
  background-position: center center; }
  .bg-video-position {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease; }

.video-overlay {
  color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out;
  background-color: rgba(0, 0, 0, 0.55);
  font-size: 1rem; }
  .video-overlay abbr {
    color: #fff; }
  .video-overlay a:link, .video-overlay a:visited {
    color: #89cbe2; }
  .video-overlay a:hover, .video-overlay a:active, .video-overlay a:focus {
    color: #fff; }
  .video-overlay a.button:link, .video-overlay a.button:visited {
    color: #fff;
    border-color: #89cce2; }
  .video-overlay a.button:hover, .video-overlay a.button:active, .video-overlay a.button:focus {
    color: #89cbe2;
    border-color: currentColor; }
  .video-overlay h2,
  .video-overlay .h2 {
    line-height: 1.4; }
  .video-overlay h3,
  .video-overlay .h3 {
    line-height: 1.15; }
  .video-overlay:link, .video-overlay:visited {
    color: #fff;
    text-decoration: none; }
  .video-overlay__content {
    display: block;
    line-height: 1.4rem;
    font-weight: 600;
    text-align: center;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: scale(1);
            transform: scale(1); }
    .video-overlay__content .icon {
      display: block;
      width: 2.6rem;
      height: 2.6rem;
      margin: 0 auto 16px; }
    .video-overlay__content.h1 svg {
      margin-bottom: 2rem; }
  .video-overlay:hover, .video-overlay:focus {
    background-color: rgba(0, 0, 0, 0.65); }
    .video-overlay:hover .video-overlay__content, .video-overlay:focus .video-overlay__content {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }

.fast-fact {
  color: #073949;
  text-align: center; }
  .fast-fact .head,
  .fast-fact .superhead,
  .fast-fact .subhead {
    color: inherit; }
  .fast-fact .head {
    font-size: 2.8rem;
    font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
    font-weight: 600; }
  .fast-fact .subhead {
    margin-top: 16px;
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 500; }
  .fast-fact__stat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 1rem; }
  .fast-fact__main-stat {
    font-size: 3rem; }
  .fast-fact--reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }

table {
  font-size: 0.8rem; }
  @media print {
    table {
      page-break-inside: avoid; }
      table tr {
        border-bottom: solid 1px #f1f1f1 !important; }
      table caption {
        text-align: left; } }
  table tbody tr:nth-last-child(even):first-child:nth-child(even),
  table tbody tr:nth-last-child(even):first-child ~ tr:nth-child(even) {
    background-color: #f1f1f1; }
  table tbody tr:nth-last-child(even):first-child:nth-child(odd),
  table tbody tr:nth-last-child(even):first-child ~ tr:nth-child(odd) {
    background-color: #fff; }
  table tbody tr:nth-last-child(odd):first-child:nth-child(odd),
  table tbody tr:nth-last-child(odd):first-child ~ tr:nth-child(odd) {
    background-color: #f1f1f1; }
  table tbody tr:nth-last-child(odd):first-child:nth-child(even),
  table tbody tr:nth-last-child(odd):first-child ~ tr:nth-child(even) {
    background-color: #fff; }
  table thead td,
  table thead th,
  table caption td,
  table caption th {
    vertical-align: bottom; }
  table caption {
    color: #fff;
    background-color: #212121;
    font-size: 1.1rem;
    padding-bottom: 0; }
  table thead {
    display: table-row-group; }
  table td,
  table th {
    vertical-align: top; }

.panel {
  max-width: 55rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 80px; }
  @media print, screen and (min-width: 50em) {
    .panel {
      padding-right: 32px;
      padding-left: 32px; } }
  @media screen and (min-width: 71.25em) {
    .panel {
      padding-right: 0;
      padding-left: 0; } }
  @supports (grid-template-columns: 1px) {
    .panel {
      display: grid;
      max-width: none;
      padding-right: 0;
      padding-left: 0;
      grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(32px, 1fr) [viewport-end]; }
      @media screen and (max-width: 39.9375em) {
        .panel {
          grid-template-columns: [left-margin] minmax(24px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(24px, 1fr) [viewport-end]; } }
      .panel .panel__container {
        grid-column-start: content-start; } }
  @media print, screen and (min-width: 50em) {
    .panel--push-down {
      margin-top: 128px; } }
  .panel--gap-small {
    margin-bottom: 32px; }
  .panel--gap-none {
    margin-bottom: 0; }
  .panel--bleed {
    background-color: #073949; }
  .panel--split .panel__container--right {
    -ms-grid-row: 2; }
  @media screen and (min-width: 50em) {
    .panel--split {
      display: -ms-grid;
      -ms-grid-columns: 1fr 1fr;
      -ms-grid-rows: auto; }
      .panel--split .panel__container {
        -ms-grid-column-span: 1;
        -ms-grid-row: 1; }
        .panel--split .panel__container--left {
          -ms-grid-column: 1; }
        .panel--split .panel__container--right {
          -ms-grid-column: 2; }
      @supports (grid-template-columns: 1px) {
        .panel--split {
          display: grid;
          grid-template-columns: [content-start] 1fr [content-mid] 1fr [viewport-end]; }
          .panel--split .panel__container--left {
            grid-column-start: content-start; }
          .panel--split .panel__container--right {
            grid-column-start: content-mid; } } }
  @media screen and (min-width: 50em) {
    .panel--split.panel--40-60 {
      -ms-grid-columns: minmax(400px, 1fr) minmax(50%, 60%); }
      @supports (grid-template-columns: 1px) {
        .panel--split.panel--40-60 {
          grid-template-columns: [content-start] minmax(400px, 1fr) [content-mid] minmax(50%, 60%) [viewport-end]; } } }
  @media screen and (min-width: 50em) {
    .panel--split.panel--60-40 {
      -ms-grid-columns: minmax(50%, 60%) minmax(400px, 1fr); }
      @supports (grid-template-columns: 1px) {
        .panel--split.panel--60-40 {
          grid-template-columns: [content-start] minmax(50%, 60%) [content-mid] minmax(400px, 1fr) [viewport-end]; } } }
  .panel--bleed-right.panel--split .panel__container--right {
    padding-right: 0; }
  .panel--bleed-left.panel--split .panel__container--left {
    padding-left: 0; }
  .panel--narrow {
    max-width: 48.5rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px; }
    @media print, screen and (min-width: 50em) {
      .panel--narrow {
        padding-right: 32px;
        padding-left: 32px; } }
    @media screen and (min-width: 71.25em) {
      .panel--narrow {
        padding-right: 0;
        padding-left: 0; } }
    @supports (grid-template-columns: 1px) {
      .panel--narrow {
        display: grid;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 48.5rem) [right-margin] minmax(32px, 1fr) [viewport-end]; }
        @media screen and (max-width: 39.9375em) {
          .panel--narrow {
            grid-template-columns: [left-margin] minmax(24px, 1fr) [content-start] minmax(0, 48.5rem) [right-margin] minmax(24px, 1fr) [viewport-end]; } }
        .panel--narrow .panel--narrow__container {
          grid-column-start: content-start; } }
  .panel--gray, .panel--blue, .panel--light-blue, .panel--bg {
    padding: 64px 0 80px; }
    @media print, screen and (min-width: 50em) {
      .panel--gray .panel__pop-out--top, .panel--blue .panel__pop-out--top, .panel--light-blue .panel__pop-out--top, .panel--bg .panel__pop-out--top {
        margin-top: -128px; } }
    .panel--gray figcaption, .panel--blue figcaption, .panel--light-blue figcaption, .panel--bg figcaption {
      margin-top: 32px;
      line-height: 1rem; }
    .panel--gray.panel--small-line, .panel--blue.panel--small-line, .panel--light-blue.panel--small-line, .panel--bg.panel--small-line {
      padding-top: 80px; }
      .panel--gray.panel--small-line .panel__container, .panel--blue.panel--small-line .panel__container, .panel--light-blue.panel--small-line .panel__container, .panel--bg.panel--small-line .panel__container {
        padding-top: 64px; }
      @media print, screen and (min-width: 50em) {
        .panel--gray.panel--small-line .panel__pop-out--top, .panel--blue.panel--small-line .panel__pop-out--top, .panel--light-blue.panel--small-line .panel__pop-out--top, .panel--bg.panel--small-line .panel__pop-out--top {
          margin-top: -240px; } }
  .panel--gray {
    background-color: #f1f1f1; }
  .panel--blue {
    color: #fff;
    background-color: #073949; }
    .panel--blue abbr {
      color: #fff; }
    .panel--blue a:link, .panel--blue a:visited {
      color: #89cbe2; }
    .panel--blue a:hover, .panel--blue a:active, .panel--blue a:focus {
      color: #fff; }
    .panel--blue a.button:link, .panel--blue a.button:visited {
      color: #fff;
      border-color: #89cce2; }
    .panel--blue a.button:hover, .panel--blue a.button:active, .panel--blue a.button:focus {
      color: #89cbe2;
      border-color: currentColor; }
    .panel--blue h2,
    .panel--blue .h2 {
      line-height: 1.4; }
    .panel--blue h3,
    .panel--blue .h3 {
      line-height: 1.15; }
    @media print, screen and (min-width: 50em) {
      .panel--blue--duotone {
        background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) calc(50% + 80px), #073949 calc(50% + 80px), #073949 100%); } }
  .panel--light-blue {
    background-color: #89cbe2;
    color: #073949; }
    .panel--light-blue label,
    .panel--light-blue .button {
      color: inherit;
      border-color: currentColor; }
  .panel--small-line .panel__container:first-child {
    position: relative;
    padding-top: 32px; }
    .panel--small-line .panel__container:first-child::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 3.5rem;
      height: 2px;
      background-color: #b31c1b; }
  .panel--small-line.small-line--orange .panel__container::before {
    background-color: #f8981d; }
  .panel--small-line.small-line--green .panel__container::before {
    background-color: #f8981d; }
  .panel--ribbon {
    padding: 0; }
    .panel--ribbon__container {
      background-image: url("/img/icons/ribbon.svg");
      background-repeat: no-repeat;
      padding: 2.4rem 0 2.4rem; }
  .panel--image-strip {
    min-height: 21vw; }
    @media screen and (min-width: 68.75em) {
      .panel--image-strip {
        min-height: 9.25rem; } }
  .panel--featured-image {
    min-height: 50vw;
    overflow: hidden; }
    @media screen and (min-width: 68.75em) {
      .panel--featured-image {
        min-height: 27.5rem; } }
  .panel--cta {
    background-color: #fff;
    padding: 16px 0;
    border-top: solid 4px #073949; }
    .panel--cta.panel--sticky {
      padding: 0.6rem 0; }
  .panel--alert + header:not(.hero-header),
  .panel--alert + div:not(.hero-header) {
    margin-top: 1rem; }
  .panel--alert + header.hero-header,
  .panel--alert + div.hero-header {
    margin-top: 0; }
  .main:not(.campaign-page) > .panel--alert:first-child {
    position: relative; }
    @media screen and (min-width: 64em) {
      .main:not(.campaign-page) > .panel--alert:first-child {
        margin-top: calc(-3.2rem - 1px); } }
  .panel--alert .panel__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: -1rem;
    padding-top: 32px;
    padding-bottom: 32px; }
  .panel--alert .alert__text,
  .panel--alert .alert__button {
    margin-top: 16px;
    margin-bottom: 16px;
    padding-right: 1rem; }
  .panel--alert .alert__text {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 40rem; }
    .panel--alert .alert__text h2,
    .panel--alert .alert__text .h2 {
      font-size: 1.5rem; }
  .panel--alert .alert__button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .panel--alert .alert__button .button {
      margin: 0; }
  .panel--half-white-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #073949), to(#073949));
    background-image: linear-gradient(to bottom, #fff 0%, #fff 50%, #073949 50%, #073949 100%);
    margin-bottom: 0;
    padding-bottom: 0; }
    .panel--half-white-top + .panel {
      padding-top: 64px; }
  .panel--half-white-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, #fff), color-stop(50%, #073949), to(#073949));
    background-image: linear-gradient(to top, #fff 0%, #fff 50%, #073949 50%, #073949 100%);
    margin-top: 0; }
  @media print, screen and (min-width: 50em) {
    .panel__pop-out--top {
      margin-top: -64px; } }
  .panel--sticky {
    position: fixed;
    margin: 0;
    left: 0;
    right: 0; }
    .panel--sticky-bottom {
      top: auto;
      bottom: 0; }
  .panel--shift-contents-up, .panel--shift-contents-down {
    padding: 0; }
    .panel--shift-contents-up .shift-container, .panel--shift-contents-down .shift-container {
      position: relative; }
  .panel--shift-contents-up {
    margin-top: 160px; }
    .panel--shift-contents-up .shift-container {
      top: -80px; }
  .panel--shift-contents-down {
    margin-bottom: 144px; }
    .panel--shift-contents-down .shift-container {
      top: 64px; }

.border-block {
  border: solid 1px #073949;
  padding: 32px 16px; }
  @media print, screen and (min-width: 50em) {
    .border-block {
      padding: 32px; } }
  .border-block--thick-top {
    border-top: solid 6px #073949; }
  .border-block--drop-shadow {
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-box-shadow: 0 4px 8px rgba(188, 188, 188, 0.5);
            box-shadow: 0 4px 8px rgba(188, 188, 188, 0.5); }

.color-block {
  background-color: #f1f1f1;
  padding: 32px;
  margin-bottom: 32px; }

.sidebar__block {
  margin-bottom: 32px; }

.aside {
  clear: both;
  margin-top: 32px;
  margin-bottom: 32px; }
  @media print {
    .aside {
      page-break-inside: avoid; } }
  .aside--quote {
    font-family: "freight-text-pro", "Poly", serif; }
    @media print, screen and (min-width: 50em) {
      .aside--quote {
        font-size: 1.1rem; } }
    .aside--quote cite {
      font-size: 0.8rem;
      font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
      font-style: italic; }
  .aside--float {
    max-width: 14.4rem;
    margin-top: 0;
    margin-bottom: 32px; }
    .aside--float-right {
      float: right;
      clear: right;
      margin-left: 32px; }
    .aside--float-left {
      float: left;
      clear: left;
      margin-right: 32px; }
  .aside.color-block {
    padding: 16px; }
    @media print, screen and (min-width: 50em) {
      .aside.color-block {
        padding: 32px; } }

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .social-links__link {
    display: block;
    margin-right: 0.4rem;
    text-decoration: none; }
    .social-links__link .icon {
      width: 1.5rem;
      height: 1.5rem; }
    .social-links__link .facebook {
      margin-left: -0.3rem;
      margin-right: -0.3rem; }

.main-header__logo-row {
  max-width: 55rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  margin-bottom: 32px; }
  @media print, screen and (min-width: 50em) {
    .main-header__logo-row {
      padding-right: 32px;
      padding-left: 32px; } }
  @media screen and (min-width: 71.25em) {
    .main-header__logo-row {
      padding-right: 0;
      padding-left: 0; } }
  @supports (grid-template-columns: 1px) {
    .main-header__logo-row {
      display: grid;
      max-width: none;
      padding-right: 0;
      padding-left: 0;
      grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(32px, 1fr) [viewport-end]; }
      @media screen and (max-width: 39.9375em) {
        .main-header__logo-row {
          grid-template-columns: [left-margin] minmax(24px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(24px, 1fr) [viewport-end]; } }
      .main-header__logo-row .logo-row__container {
        grid-column-start: content-start; } }
  .main-header__logo-row .logo-row__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .main-header__logo-row .logo-row__container > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  .main-header__logo-row .logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    height: 2.2rem;
    /* Remove these when real logo is present */
    overflow: hidden; }
    .main-header__logo-row .logo-wrapper img {
      width: auto;
      height: 100%; }
    @media screen and (min-width: 40em) {
      .main-header__logo-row .logo-wrapper {
        width: auto;
        height: 3.6rem; } }
    @media screen and (min-width: 64em) {
      .main-header__logo-row .logo-wrapper {
        width: auto;
        height: 5.15rem; } }
  .main-header__logo-row .site-search .input-group-field {
    width: 9.25rem; }

.branding-bar {
  color: #fff;
  background-color: #212121;
  margin-bottom: 16px; }
  .branding-bar:not(.panel--split) .branding-bar__container {
    max-width: 55rem;
    margin: 0 auto;
    padding: 0 24px; }
    @media screen and (min-width: 71.25em) {
      .branding-bar:not(.panel--split) .branding-bar__container {
        padding: 0; } }
  .branding-bar--wide:not(.panel--split) {
    display: block;
    padding: 0 16px; }
    @media print, screen and (min-width: 50em) {
      .branding-bar--wide:not(.panel--split) {
        padding: 0 64px; } }
  .branding-bar.branding-bar--full {
    max-width: 2000px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px; }
    @media print, screen and (min-width: 50em) {
      .branding-bar.branding-bar--full {
        padding-right: 32px;
        padding-left: 32px; } }
    @media screen and (min-width: 71.25em) {
      .branding-bar.branding-bar--full {
        padding-right: 0;
        padding-left: 0; } }
    @supports (grid-template-columns: 1px) {
      .branding-bar.branding-bar--full {
        display: grid;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 2000px) [right-margin] minmax(32px, 1fr) [viewport-end]; }
        @media screen and (max-width: 39.9375em) {
          .branding-bar.branding-bar--full {
            grid-template-columns: [left-margin] minmax(24px, 1fr) [content-start] minmax(0, 2000px) [right-margin] minmax(24px, 1fr) [viewport-end]; } }
        .branding-bar.branding-bar--full .branding-bar.branding-bar--full__container {
          grid-column-start: content-start; } }
    .branding-bar.branding-bar--full .branding-bar__container {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .branding-bar.branding-bar--full .panel__container--left {
      margin-left: 0; }
  .branding-bar--gap-none {
    margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    .branding-bar {
      margin-bottom: 32px; }
      .branding-bar--gap-none {
        margin-bottom: 0; } }
  .branding-bar__container {
    grid-column-start: content-start; }
  .branding-bar__positioning {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 2.85rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (min-width: 40em) {
      .branding-bar__positioning {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        height: 2.2rem; } }
    @media screen and (min-width: 64em) {
      .branding-bar__positioning {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .branding-bar .logo-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.15rem; }
  .branding-bar a,
  .branding-bar button.button {
    text-decoration: none; }
    .branding-bar a, .branding-bar a:visited, .branding-bar a:hover, .branding-bar a:focus, .branding-bar a:active,
    .branding-bar button.button,
    .branding-bar button.button:visited,
    .branding-bar button.button:hover,
    .branding-bar button.button:focus,
    .branding-bar button.button:active {
      color: inherit; }
  .branding-bar .dropdown-trigger {
    font-size: 0.7rem;
    font-weight: 500;
    line-height: 0.9rem;
    margin-bottom: 0;
    padding-right: 0.5em;
    margin-right: -0.5em;
    padding-left: 0.5em;
    margin-left: -0.5em; }
    .branding-bar .dropdown-trigger .button__content {
      padding-right: 0;
      padding-left: 0; }
      .branding-bar .dropdown-trigger .button__content .icon--karet {
        height: 0.3rem; }
    .branding-bar .dropdown-trigger .icon {
      color: #b31c1b;
      width: 0.5rem;
      height: 0.9rem;
      -webkit-transform: rotateZ(0);
              transform: rotateZ(0);
      -webkit-transition: color 0.3s ease-out, -webkit-transform 0.3s ease-out;
      transition: color 0.3s ease-out, -webkit-transform 0.3s ease-out;
      transition: transform 0.3s ease-out, color 0.3s ease-out;
      transition: transform 0.3s ease-out, color 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .branding-bar .dropdown-trigger:hover {
      color: #fff; }
      .branding-bar .dropdown-trigger:hover svg {
        color: white; }
    .branding-bar .dropdown-trigger.open .icon {
      -webkit-transform: rotateZ(180deg);
              transform: rotateZ(180deg); }
      .branding-bar .dropdown-trigger.open .icon--plus {
        -webkit-transform: rotateZ(45deg);
                transform: rotateZ(45deg); }

@media screen and (min-width: 50em) {
  .main-header--homepage .branding-bar {
    margin-bottom: 0; }
    .main-header--homepage .branding-bar__container .branding-menu-button {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      width: 100%;
      padding: 0 32px; } }

@media print, screen and (min-width: 50em) {
  .main-header--homepage .branding-bar--full .branding-bar__container .branding-menu-button {
    padding-left: 0; } }

.mobile-menu-toggle {
  padding: 0;
  border: 0;
  font-size: 0.7rem;
  text-transform: uppercase;
  text-align: center;
  margin-left: 0.8rem;
  margin-bottom: 0; }
  .mobile-menu-toggle .button__content {
    padding: 0; }
  .mobile-menu-toggle:focus {
    outline: none;
    -webkit-box-shadow: 0 0 5px #3787b0;
            box-shadow: 0 0 5px #3787b0; }

#sitenav-main-wrapper {
  display: none; }
  @media screen and (min-width: 64em) {
    #sitenav-main-wrapper {
      display: block; }
      #sitenav-main-wrapper[style] {
        display: block !important; } }

.sitenav-main-wrapper .search-bar {
  max-width: 55rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  background-color: #f1f1f1;
  margin-bottom: 64px;
  padding: 16px 0; }
  @media print, screen and (min-width: 50em) {
    .sitenav-main-wrapper .search-bar {
      padding-right: 32px;
      padding-left: 32px; } }
  @media screen and (min-width: 71.25em) {
    .sitenav-main-wrapper .search-bar {
      padding-right: 0;
      padding-left: 0; } }
  @supports (grid-template-columns: 1px) {
    .sitenav-main-wrapper .search-bar {
      display: grid;
      max-width: none;
      padding-right: 0;
      padding-left: 0;
      grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(32px, 1fr) [viewport-end]; }
      @media screen and (max-width: 39.9375em) {
        .sitenav-main-wrapper .search-bar {
          grid-template-columns: [left-margin] minmax(24px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(24px, 1fr) [viewport-end]; } }
      .sitenav-main-wrapper .search-bar .search-bar__form {
        grid-column-start: content-start; } }
  @media screen and (min-width: 64em) {
    .sitenav-main-wrapper .search-bar {
      display: none; } }

.sitenav-main {
  max-width: 55rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  font-size: 0.7rem;
  line-height: 1rem; }
  @media print, screen and (min-width: 50em) {
    .sitenav-main {
      padding-right: 32px;
      padding-left: 32px; } }
  @media screen and (min-width: 71.25em) {
    .sitenav-main {
      padding-right: 0;
      padding-left: 0; } }
  @supports (grid-template-columns: 1px) {
    .sitenav-main {
      display: grid;
      max-width: none;
      padding-right: 0;
      padding-left: 0;
      grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(32px, 1fr) [viewport-end]; }
      @media screen and (max-width: 39.9375em) {
        .sitenav-main {
          grid-template-columns: [left-margin] minmax(24px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(24px, 1fr) [viewport-end]; } }
      .sitenav-main .sitenav-main__container {
        grid-column-start: content-start; } }
  .sitenav-main a {
    color: inherit;
    text-decoration: inherit;
    font-weight: 600; }
  .sitenav-main ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0; }
    .sitenav-main ul li {
      text-indent: 0;
      margin-left: 0;
      padding-left: 0; }
      .sitenav-main ul li::before {
        display: none; }
  .sitenav-main li {
    margin-bottom: 0.7rem; }
  .sitenav-main .nav-item--featured {
    color: #b31c1b; }
  @media screen and (min-width: 64em) {
    .sitenav-main {
      font-size: 1rem;
      line-height: 1.4rem; }
      .sitenav-main__container {
        padding-bottom: 32px;
        border-bottom: solid 1px #979797; }
      .sitenav-main ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 0; }
        .sitenav-main ul li {
          margin-right: 32px;
          margin-bottom: 0; } }

.sitenav-branding {
  color: #fff;
  background-color: #212121;
  font-size: 0.7rem;
  font-weight: 600; }
  .sitenav-branding ul {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
    margin: 0;
    padding: 0.7rem 0 1.4rem; }
    .sitenav-branding ul li {
      text-indent: 0;
      margin-left: 0;
      padding-left: 0; }
      .sitenav-branding ul li::before {
        display: none; }
  .sitenav-branding li {
    margin-bottom: 0.7rem; }

.site-search {
  position: relative;
  margin-bottom: 0;
  font-size: 0.7rem; }
  .site-search .input-group-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    position: absolute;
    right: 0.4rem;
    top: 0; }
  .site-search button.button {
    border: 0;
    padding: 0;
    height: 100%;
    margin-left: 16px; }
    .site-search button.button .button__content {
      padding: 0;
      font-size: 0.8rem; }
      .site-search button.button .button__content svg {
        margin: 0; }
  .site-search .input-group-field {
    font-size: inherit;
    line-height: 0.8rem;
    height: auto; }

.hamburger-animated {
  width: 1.2rem;
  height: 13px;
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
  color: currentColor;
  margin-right: auto;
  margin-left: auto; }
  .hamburger-animated span {
    display: block;
    position: absolute;
    height: 20%;
    width: 100%;
    background-color: currentColor;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: width 0.25s ease-out, top 0.25s ease-out, left 0.25s ease-out, right 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: width 0.25s ease-out, top 0.25s ease-out, left 0.25s ease-out, right 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out, width 0.25s ease-out, top 0.25s ease-out, left 0.25s ease-out, right 0.25s ease-out, opacity 0.25s ease-out;
    transition: transform 0.25s ease-out, width 0.25s ease-out, top 0.25s ease-out, left 0.25s ease-out, right 0.25s ease-out, opacity 0.25s ease-out, -webkit-transform 0.25s ease-out; }
    .hamburger-animated span:nth-child(1) {
      top: 0; }
    .hamburger-animated span:nth-child(2), .hamburger-animated span:nth-child(3) {
      top: 40%; }
    .hamburger-animated span:nth-child(4) {
      top: 80%; }
  .hamburger-animated.open {
    width: 0.72rem; }
    .hamburger-animated.open span:nth-child(1) {
      top: 20%;
      width: 0%;
      left: 50%; }
    .hamburger-animated.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
    .hamburger-animated.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .hamburger-animated.open span:nth-child(4) {
      top: 20%;
      width: 0%;
      left: 50%; }

/* Responsive Visibility */
.logo-wrapper--view-medium, .logo-wrapper--view-large, .logo-wrapper--view-medium-only, .logo-wrapper--view-large-only,
.menu-item--view-medium,
.menu-item--view-large,
.menu-item--view-medium-only,
.menu-item--view-large-only,
.search-bar--view-medium,
.search-bar--view-large,
.search-bar--view-medium-only,
.search-bar--view-large-only,
.sitenav-utility--view-medium,
.sitenav-utility--view-large,
.sitenav-utility--view-medium-only,
.sitenav-utility--view-large-only,
.mobile-menu-toggle--view-medium,
.mobile-menu-toggle--view-large,
.mobile-menu-toggle--view-medium-only,
.mobile-menu-toggle--view-large-only {
  display: none; }

@media screen and (min-width: 40em) {
  .logo-wrapper--view-small-down, .logo-wrapper--view-small-only,
  .menu-item--view-small-down,
  .menu-item--view-small-only,
  .search-bar--view-small-down,
  .search-bar--view-small-only,
  .sitenav-utility--view-small-down,
  .sitenav-utility--view-small-only,
  .mobile-menu-toggle--view-small-down,
  .mobile-menu-toggle--view-small-only {
    display: none; }
  .logo-wrapper--view-medium, .logo-wrapper--view-down, .logo-wrapper--view-medium-only,
  .menu-item--view-medium,
  .menu-item--view-down,
  .menu-item--view-medium-only,
  .search-bar--view-medium,
  .search-bar--view-down,
  .search-bar--view-medium-only,
  .sitenav-utility--view-medium,
  .sitenav-utility--view-down,
  .sitenav-utility--view-medium-only,
  .mobile-menu-toggle--view-medium,
  .mobile-menu-toggle--view-down,
  .mobile-menu-toggle--view-medium-only {
    display: block; } }

@media screen and (min-width: 64em) {
  .logo-wrapper--view-medium-only, .logo-wrapper--view-medium-down,
  .menu-item--view-medium-only,
  .menu-item--view-medium-down,
  .search-bar--view-medium-only,
  .search-bar--view-medium-down,
  .sitenav-utility--view-medium-only,
  .sitenav-utility--view-medium-down,
  .mobile-menu-toggle--view-medium-only,
  .mobile-menu-toggle--view-medium-down {
    display: none; }
  .logo-wrapper--view-large, .logo-wrapper--view-large-down, .logo-wrapper--view-large-only,
  .menu-item--view-large,
  .menu-item--view-large-down,
  .menu-item--view-large-only,
  .search-bar--view-large,
  .search-bar--view-large-down,
  .search-bar--view-large-only,
  .sitenav-utility--view-large,
  .sitenav-utility--view-large-down,
  .sitenav-utility--view-large-only,
  .mobile-menu-toggle--view-large,
  .mobile-menu-toggle--view-large-down,
  .mobile-menu-toggle--view-large-only {
    display: block; } }

.site-footer {
  padding-top: 32px;
  background-color: #f1f1f1; }
  .site-footer .footer-prefix,
  .site-footer .logo-row {
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px; }
    @media print, screen and (min-width: 50em) {
      .site-footer .footer-prefix,
      .site-footer .logo-row {
        padding-right: 32px;
        padding-left: 32px; } }
    @media screen and (min-width: 71.25em) {
      .site-footer .footer-prefix,
      .site-footer .logo-row {
        padding-right: 0;
        padding-left: 0; } }
    @supports (grid-template-columns: 1px) {
      .site-footer .footer-prefix,
      .site-footer .logo-row {
        display: grid;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(32px, 1fr) [viewport-end]; }
        @media screen and (max-width: 39.9375em) {
          .site-footer .footer-prefix,
          .site-footer .logo-row {
            grid-template-columns: [left-margin] minmax(24px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(24px, 1fr) [viewport-end]; } }
        .site-footer .footer-prefix .footer-prefix__container, .site-footer .footer-prefix .logo-row__container,
        .site-footer .logo-row .footer-prefix__container,
        .site-footer .logo-row .logo-row__container {
          grid-column-start: content-start; } }
  .site-footer .footer-prefix {
    margin-bottom: 16px;
    font-size: 0.7rem;
    line-height: 0.9rem;
    font-style: italic; }
  .site-footer .logo-row {
    font-size: 0.8rem; }
    @media screen and (min-width: 35.9375em) {
      .site-footer .logo-row__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
                flex-flow: row wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    .site-footer .logo-row__container .logo-wrapper,
    .site-footer .logo-row__container .logo-row__nav {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      padding-bottom: 32px; }
    .site-footer .logo-row__container .logo-wrapper {
      max-width: 19.3rem; }
    .site-footer .logo-row__nav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-weight: 600; }
      .site-footer .logo-row__nav a {
        display: block;
        margin-left: 32px; }
        .site-footer .logo-row__nav a:first-of-type {
          margin-left: 0; }
  .site-footer__bar {
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 24px;
    padding-left: 24px;
    color: #fff;
    padding: 16px 0;
    font-size: 0.7rem;
    line-height: 0.9rem;
    background-color: #212121; }
    @media print, screen and (min-width: 50em) {
      .site-footer__bar {
        padding-right: 32px;
        padding-left: 32px; } }
    @media screen and (min-width: 71.25em) {
      .site-footer__bar {
        padding-right: 0;
        padding-left: 0; } }
    @supports (grid-template-columns: 1px) {
      .site-footer__bar {
        display: grid;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(32px, 1fr) [viewport-end]; }
        @media screen and (max-width: 39.9375em) {
          .site-footer__bar {
            grid-template-columns: [left-margin] minmax(24px, 1fr) [content-start] minmax(0, 55rem) [right-margin] minmax(24px, 1fr) [viewport-end]; } }
        .site-footer__bar .site-footer__bar__container {
          grid-column-start: content-start; } }
    .site-footer__bar abbr {
      color: #fff; }
    .site-footer__bar a:link, .site-footer__bar a:visited {
      color: #89cbe2; }
    .site-footer__bar a:hover, .site-footer__bar a:active, .site-footer__bar a:focus {
      color: #fff; }
    .site-footer__bar a.button:link, .site-footer__bar a.button:visited {
      color: #fff;
      border-color: #89cce2; }
    .site-footer__bar a.button:hover, .site-footer__bar a.button:active, .site-footer__bar a.button:focus {
      color: #89cbe2;
      border-color: currentColor; }
    .site-footer__bar h2,
    .site-footer__bar .h2 {
      line-height: 1.4; }
    .site-footer__bar h3,
    .site-footer__bar .h3 {
      line-height: 1.15; }
    .site-footer__bar ul {
      list-style: none;
      padding-left: 0;
      margin-left: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-bottom: 0; }
      .site-footer__bar ul li {
        text-indent: 0;
        margin-left: 0;
        padding-left: 0; }
        .site-footer__bar ul li::before {
          display: none; }
    .site-footer__bar li {
      margin-right: 32px;
      margin-bottom: 16px; }
    .site-footer__bar a {
      font-weight: 600; }
    .site-footer__bar__container {
      position: relative; }

.page-header {
  margin-top: 64px;
  margin-bottom: 32px; }
  .page-header h1 {
    margin-top: 0; }

.section-page__header {
  display: -ms-grid;
  display: grid;
  font-family: "freight-text-pro", "Poly", serif; }
  @media print, screen and (min-width: 50em) {
    .section-page__header {
      grid-column-gap: 32px;
      -ms-grid-columns: minmax(320px, 33%) 32px 1fr  ;
      grid-template-columns: [content-start] minmax(320px, 33%) [column-2] 1fr [content-end]  ; }
      .section-page__header__column:nth-child(1) {
        -ms-grid-column: 1; }
      .section-page__header__column:nth-child(2) {
        -ms-grid-column: 3; }
      .section-page__header__column:nth-child(3) {
        -ms-grid-column: 5; }
      .section-page__header__column:nth-child(4) {
        -ms-grid-column: 7; }
      .section-page__header__column:nth-child(5) {
        -ms-grid-column: 9; }
      .section-page__header__column:nth-child(6) {
        -ms-grid-column: 11; }
      .section-page__header__column:nth-child(7) {
        -ms-grid-column: 13; }
      .section-page__header__column:nth-child(8) {
        -ms-grid-column: 15; }
      .section-page__header__column:nth-child(9) {
        -ms-grid-column: 17; }
      .section-page__header__column:nth-child(10) {
        -ms-grid-column: 19; }
      .section-page__header__column:nth-child(11) {
        -ms-grid-column: 21; } }
  .section-page__header,
  .section-page__header p {
    font-size: 1.3rem;
    line-height: 36 / 26; }
  @media print, screen and (min-width: 50em) {
    .section-page__header__description {
      padding-top: 0.4rem; } }

.hero-header {
  position: relative;
  margin-bottom: 80px; }
  .hero-header__image {
    max-width: 64rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    min-height: 36vw;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(10%, transparent), color-stop(10%, #f1f1f1), color-stop(90%, #f1f1f1), color-stop(90%, transparent));
    background-image: linear-gradient(to bottom, transparent 0%, transparent 10%, #f1f1f1 10%, #f1f1f1 90%, transparent 90%);
    z-index: 0; }
    @media print, screen and (min-width: 50em) {
      .hero-header__image {
        padding-right: 0;
        padding-left: 0; } }
    @media screen and (min-width: 71.25em) {
      .hero-header__image {
        padding-right: 0;
        padding-left: 0; } }
    @supports (grid-template-columns: 1px) {
      .hero-header__image {
        display: grid;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: [left-margin] minmax(0, 1fr) [content-start] minmax(0, 64rem) [right-margin] minmax(0, 1fr) [viewport-end]; }
        @media screen and (max-width: 39.9375em) {
          .hero-header__image {
            grid-template-columns: [left-margin] minmax(0, 1fr) [content-start] minmax(0, 64rem) [right-margin] minmax(0, 1fr) [viewport-end]; } }
        .hero-header__image .image__container {
          grid-column-start: content-start; } }
    @media screen and (min-width: 68.75em) {
      .hero-header__image {
        min-height: 27.5rem; } }
  .panel--gray + .hero-header .hero-header__image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), color-stop(90%, #f1f1f1), color-stop(90%, transparent));
    background-image: linear-gradient(to bottom, #f1f1f1 0%, #f1f1f1 90%, transparent 90%); }
  .hero-header__text {
    max-width: 39rem;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
    position: relative;
    z-index: 1; }
    @media print, screen and (min-width: 50em) {
      .hero-header__text {
        padding-right: 32px;
        padding-left: 32px; } }
    @media screen and (min-width: 71.25em) {
      .hero-header__text {
        padding-right: 0;
        padding-left: 0; } }
    @supports (grid-template-columns: 1px) {
      .hero-header__text {
        display: grid;
        max-width: none;
        padding-right: 0;
        padding-left: 0;
        grid-template-columns: [left-margin] minmax(32px, 1fr) [content-start] minmax(0, 39rem) [right-margin] minmax(32px, 1fr) [viewport-end]; }
        @media screen and (max-width: 39.9375em) {
          .hero-header__text {
            grid-template-columns: [left-margin] minmax(0, 1fr) [content-start] minmax(0, 39rem) [right-margin] minmax(0, 1fr) [viewport-end]; } }
        .hero-header__text .text__container {
          grid-column-start: content-start; } }
    @media screen and (min-width: 40em) {
      .hero-header__text {
        margin-top: -6.15rem; } }
    .hero-header__text .text__container {
      background-color: #fff;
      border-top: solid 6px #f8981d;
      padding: 16px 32px;
      -webkit-box-shadow: 0 2px 3px rgba(160, 160, 160, 0.5);
              box-shadow: 0 2px 3px rgba(160, 160, 160, 0.5); }
      @media print, screen and (min-width: 50em) {
        .hero-header__text .text__container {
          padding: 64px;
          line-height: 1.22; } }
  .hero-header .headline-group,
  .hero-header .button-group {
    padding-bottom: 32px; }
  .hero-header .headline-group {
    position: relative;
    margin-bottom: 0; }
    .hero-header .headline-group .head {
      margin-bottom: 16px;
      line-height: 2rem; }
      @media print, screen and (min-width: 50em) {
        .hero-header .headline-group .head {
          line-height: 3.3rem;
          margin-bottom: 32px; } }
    .hero-header .headline-group .head,
    .hero-header .headline-group .subhead {
      display: block;
      text-align: center; }
    .hero-header .headline-group .subhead {
      font-size: 1rem;
      color: #222222;
      line-height: 1.5;
      padding-bottom: 0; }
  .hero-header .button {
    margin-bottom: 0; }

.homepage-header {
  position: relative; }
  @media screen and (min-width: 50em) {
    .homepage-header__content {
      -webkit-box-sizing: content-box;
              box-sizing: content-box;
      max-width: 22.5rem;
      padding: 32px; } }
  .homepage-header .panel__container--left {
    overflow: visible; }
  .homepage-header .panel__container--right {
    grid-column-start: left-margin;
    grid-column-end: viewport-end; }
    @media screen and (min-width: 50em) {
      .homepage-header .panel__container--right {
        grid-column-start: content-mid; } }
  .homepage-header .logo-wrapper {
    max-width: 19rem;
    margin-bottom: 32px; }
    @media print, screen and (min-width: 50em) {
      .homepage-header .logo-wrapper {
        margin-bottom: 64px; } }
  .homepage-header__title {
    margin-bottom: 16px;
    font-size: 2.1rem; }
    @media screen and (min-width: 64em) {
      .homepage-header__title {
        font-size: 2.4rem; } }
  .homepage-header__button {
    margin-top: 32px; }
  .homepage-header__skip-button {
    display: none; }
    @media screen and (min-width: 50em) {
      .homepage-header__skip-button {
        display: block;
        position: absolute;
        z-index: 2;
        bottom: 64px;
        right: 50%;
        -webkit-transform: translateX(50%);
                transform: translateX(50%);
        margin-bottom: 0; }
        .homepage-header__skip-button .button__content .icon {
          margin: 0 auto; } }
  .homepage-header .bg-video {
    padding: 0;
    height: calc(9 * (100vw - 64px) / 16); }
    @media screen and (min-width: 50em) {
      .homepage-header .bg-video {
        height: 0; } }
  .homepage-header .panel__container {
    position: relative;
    overflow: hidden; }
    @media print, screen and (min-width: 50em) {
      .homepage-header .panel__container .no-break {
        white-space: nowrap; } }
    @media screen and (min-width: 50em) {
      .homepage-header .panel__container {
        min-height: calc(100vh - 2.2rem); }
        .homepage-header .panel__container--left {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-flow: column nowrap;
                  flex-flow: column nowrap;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; } }

.campaign-masthead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0; }
  @media print, screen and (min-width: 50em) {
    .campaign-masthead {
      padding: 2.6rem 0; } }
  .campaign-masthead__logo {
    max-width: 23rem; }

.call-to-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-flow: column-reverse;
          flex-flow: column-reverse;
  font-weight: 500; }
  .call-to-action p {
    margin-bottom: 0.5rem; }
  @media print, screen and (min-width: 50em) {
    .call-to-action {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row;
              flex-flow: row; }
      .call-to-action p {
        margin-bottom: 0.65rem; }
        .call-to-action p:last-child {
          margin-bottom: 0; } }
  .call-to-action__button {
    margin-right: 16px; }
  .call-to-action .button {
    margin-bottom: 0; }
  .call-to-action__text {
    margin-top: -.3125em; }
  .call-to-action__questions {
    font-size: 0.8rem; }

@media screen and (min-width: 50em) {
  .panel--photo-bleed .panel__container {
    height: 100%;
    min-height: 25rem; } }

.panel--photo-bleed .photo-bg {
  width: 100%;
  height: 12rem;
  background-size: cover;
  background-position: top left;
  background-color: #f1f1f1;
  background-repeat: no-repeat; }
  @media screen and (min-width: 50em) {
    .panel--photo-bleed .photo-bg {
      height: 100%; } }

@media screen and (min-width: 50em) {
  .panel--photo-bleed .panel__text-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
    padding: 64px; }
    .panel--photo-bleed .panel__text-content .formatted-text {
      font-size: 1.3rem;
      max-width: 16rem; } }

@media screen and (min-width: 50em) {
  .panel--photo-bleed.panel--60-40 .panel__container {
    -ms-grid-row: 1; }
    .panel--photo-bleed.panel--60-40 .panel__container--left {
      -ms-grid-column: 2;
      grid-column-start: content-mid; }
    .panel--photo-bleed.panel--60-40 .panel__container--right {
      -ms-grid-column: 1;
      grid-column-start: content-start;
      grid-row: 1; } }

.card,
.card .formatted-text {
  font-size: 0.8rem; }

@media print, screen and (min-width: 50em) {
  .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; } }

.card__image {
  position: relative;
  display: block;
  margin-bottom: 1rem; }
  .card__image .image-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 75%;
    background-color: #f1f1f1;
    overflow: hidden; }
    .card__image .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }

.card__icon {
  color: #979797;
  width: auto;
  height: 100%;
  max-width: 100%; }
  .card__icon-wrapper {
    height: 1.6rem;
    width: 2rem;
    margin-bottom: 16px; }

.card__headline {
  margin-bottom: 16px; }

.card__superhead {
  color: #757575;
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1rem; }

.card__title {
  margin-bottom: 0.9rem; }

.card__footer {
  font-weight: 600; }

.card--quote {
  background-color: #f1f1f1; }
  .card--quote .card__body {
    padding: 32px; }
  .card--quote .quote__quote {
    margin-bottom: 32px;
    font-family: "freight-text-pro", "Poly", serif;
    font-size: 1rem;
    line-height: 1.6;
    text-indent: -0.8ch; }
    .card--quote .quote__quote a.arrow {
      font-family: "freight-sans-pro", "Source Sans Pro", sans-serif;
      font-weight: 600; }
    .columns-40-60 .card--quote .quote__quote {
      font-size: 1.25rem; }
      @media screen and (min-width: 40em) {
        .columns-40-60 .card--quote .quote__quote {
          font-size: 1rem; } }
  .card--quote .quote__source {
    font-style: italic; }
  .card--quote .quote__source-details {
    font-weight: normal; }
  .card--quote .image-wrapper {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 66.73913%;
    background-color: #f1f1f1; }
    .card--quote .image-wrapper img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .two-columns__column .card--quote,
  .three-columns__column .card--quote {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .two-columns__column .card--quote .card__image,
    .three-columns__column .card--quote .card__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .two-columns__column .card--quote .card__body,
    .three-columns__column .card--quote .card__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
              flex-flow: column nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }

.card--inline, .card--responsive-inline {
  margin-bottom: 32px; }

.card--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap; }
  .card--inline .card__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 3.75rem;
            flex: 1 0 3.75rem;
    margin-right: 16px;
    margin-bottom: 0; }
    @media screen and (min-width: 28.75em) {
      .card--inline .card__image {
        margin-right: 32px; } }
  .card--inline .card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 7.5rem;
            flex: 1 0 7.5rem; }
  @media screen and (min-width: 52.125em) {
    .primary-content .card--inline .card__image {
      margin-right: 16px; } }
  @media screen and (min-width: 64em) {
    .primary-content .card--inline .card__image {
      margin-right: 32px; } }

.card--responsive-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (min-width: 23.125em) {
    .card--responsive-inline .card__body {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 16rem;
              flex: 1 1 16rem; }
    .card--responsive-inline .card__image {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 7.5rem;
              flex: 1 0 7.5rem;
      margin-right: 16px;
      margin-bottom: 0; } }
  @media screen and (min-width: 29.375em) {
    .card--responsive-inline .card__image {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 16rem;
              flex: 0 1 16rem;
      margin-right: 32px;
      min-width: 9.5rem; } }
  @media print, screen and (min-width: 50em) {
    .card--responsive-inline {
      display: block;
      margin-bottom: 0; }
      .card--responsive-inline .card__image {
        margin-right: 0;
        margin-bottom: 1rem; } }

.banner__icon {
  margin-bottom: 16px; }

.banner__headline-group {
  margin-bottom: 16px; }

.banner__description {
  max-width: 30rem;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.2rem;
  line-height: 1.5; }

.banner .fieldset label {
  font-weight: normal; }

.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: #89cbe2; }
  .teaser-aside--dark a:hover, .teaser-aside--dark a:active, .teaser-aside--dark a:focus {
    color: #fff; }
  .teaser-aside--dark a.button:link, .teaser-aside--dark a.button:visited {
    color: #fff;
    border-color: #89cce2; }
  .teaser-aside--dark a.button:hover, .teaser-aside--dark a.button:active, .teaser-aside--dark a.button:focus {
    color: #89cbe2;
    border-color: currentColor; }
  .teaser-aside--dark h2,
  .teaser-aside--dark .h2 {
    line-height: 1.4; }
  .teaser-aside--dark h3,
  .teaser-aside--dark .h3 {
    line-height: 1.15; }

.aside--fast-fact {
  padding: 64px 32px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(188, 188, 188, 0.5);
          box-shadow: 0 4px 8px rgba(188, 188, 188, 0.5);
  border-top: solid 6px #6eb43f; }

.teaser__image img {
  width: 100%;
  height: auto; }

@media print, screen and (min-width: 50em) {
  .teaser-full-row .teaser {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .teaser-full-row .teaser .teaser__image {
      width: calc(50% - 0.5rem);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .teaser-full-row .teaser .teaser__body {
      width: calc(50% - 0.5rem);
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
  .teaser-full-row.teaser-full-row--image-right .teaser {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; } }

.blurb-collection {
  max-width: 42rem; }
  .blurb-collection__title {
    margin-bottom: 32px; }
  .blurb-collection__description + .blurb-collection, .blurb-collection__title + .blurb-collection {
    margin-top: 64px; }
  .blurb-collection .blurb {
    margin-bottom: 32px; }
  @media print, screen and (min-width: 50em) {
    .blurb-collection--alternate .blurb:nth-child(even) .blurb__aside, .blurb-collection--alternate-left .blurb:nth-child(even) .blurb__aside {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      margin-right: 0;
      margin-left: 32px; }
      .blurb-collection--alternate .blurb:nth-child(even) .blurb__aside img, .blurb-collection--alternate-left .blurb:nth-child(even) .blurb__aside img {
        left: auto;
        right: -9px; } }

.routing-block {
  line-height: 1.4rem; }

.flex-routing-block .flex-columns__item {
  min-width: 16rem; }

.routing-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 600;
  background-color: #f1f1f1; }
  .routing-link__image {
    width: 5.75rem;
    height: 5.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .routing-link__link {
    margin-right: 32px;
    margin-left: 32px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    min-width: 0; }

.additional-links__title {
  margin-bottom: 32px; }

.additional-links__button {
  margin-top: 32px; }
  .additional-links__button .button {
    margin-bottom: 0; }

a.additional-links__link {
  display: block;
  text-align: center; }

.carousel--image-slideshow .captioned-media {
  position: relative;
  padding-bottom: 3.2rem; }
  .carousel--image-slideshow .captioned-media figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1em;
    background-color: #fff; }

.carousel--image-slideshow .slick-next,
.carousel--image-slideshow .slick-prev {
  z-index: 1;
  width: 2.3rem;
  height: 2.3rem;
  margin-bottom: 0;
  background-color: #3787b0;
  border-radius: 50%;
  top: calc( 50% - 1.5rem); }
  .carousel--image-slideshow .slick-next::before,
  .carousel--image-slideshow .slick-prev::before {
    display: block;
    color: #fff;
    font-family: 'cornell-arrows';
    font-size: 1.65rem;
    opacity: 1;
    line-height: 0;
    height: 0; }
  .carousel--image-slideshow .slick-next:hover, .carousel--image-slideshow .slick-next:focus,
  .carousel--image-slideshow .slick-prev:hover,
  .carousel--image-slideshow .slick-prev:focus {
    background-color: #073949; }

.carousel--image-slideshow .slick-next {
  right: 32px; }

.carousel--image-slideshow .slick-prev {
  left: 32px; }

.carousel--image-slideshow .slick-disabled {
  visibility: hidden; }

.social-media-promo {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: 500; }
  .social-media-promo .headline-group {
    margin-bottom: 32px; }
  .social-media-promo .social-links {
    margin-top: 32px; }

.collection__header {
  margin-bottom: 2.1rem; }
  .collection__header--margin-large {
    margin-bottom: 64px; }

.collection__description {
  font-family: "freight-text-pro", "Poly", serif;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.4rem;
  color: #757575; }

.spaced-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 32px; }
  .spaced-links .link-wrapper {
    padding: 0 32px; }

.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: 50em) {
  .editorial.editorial--aside-left .editorial__asides {
    float: left;
    margin: 0 0.8rem 0.8rem 0; }
  .editorial__asides {
    float: right;
    margin: 0 0 0.8rem 0.8rem;
    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; } }

.fieldset--no-labels label {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.fieldset:first-child {
  margin-top: 0; }

.fieldset--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -16px;
  margin-right: -16px;
  text-align: left; }
  .fieldset--inline [type='text'], .fieldset--inline [type='password'], .fieldset--inline [type='date'], .fieldset--inline [type='datetime'], .fieldset--inline [type='datetime-local'], .fieldset--inline [type='month'], .fieldset--inline [type='week'], .fieldset--inline [type='email'], .fieldset--inline [type='number'], .fieldset--inline [type='search'], .fieldset--inline [type='tel'], .fieldset--inline [type='time'], .fieldset--inline [type='url'], .fieldset--inline [type='color'],
  .fieldset--inline select,
  .fieldset--inline .button,
  .fieldset--inline input {
    margin-bottom: 16px; }
  .fieldset--inline .field-container {
    padding-right: 16px; }
  .fieldset--inline .field-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .search-form .fieldset--inline .field-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 12rem;
            flex: 1 1 12rem;
    min-width: 12rem; }
    .search-form .fieldset--inline .field-container--select {
      -ms-flex-preferred-size: 8rem;
          flex-basis: 8rem;
      min-width: 8rem; }
  .fieldset--inline input[type='submit'],
  .fieldset--inline button[type='submit'] {
    margin-right: 16px;
    -webkit-box-flex: 0 0 auto;
        -ms-flex-positive: 0 0 auto;
            flex-grow: 0 0 auto; }

@media print {
  a[href]:after {
    content: ''; }
  .button {
    border: solid 1px black;
    background: white; }
  h1, .h1 {
    font-size: 1.5rem; }
  h2, .h2 {
    font-size: 1.3rem; }
  .homepage-header {
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto; }
    .homepage-header iframe {
      display: none; }
    .homepage-header .video-button-wrapper {
      display: none; }
    .homepage-header__video {
      display: block;
      opacity: 1 !important; }
  .aside--fast-fact {
    padding: 1rem 1rem 0; }
  .hero-header {
    margin-bottom: 1em; }
    .hero-header__text .text__container {
      padding: 0; }
    .hero-header__text .headline-group .head {
      font-size: 2rem;
      margin-bottom: 0; }
    .hero-header .image-reservation[style] {
      padding: 0 !important;
      height: 2.5in; }
  .photo-bg {
    height: 3in; }
  .video-preview__image {
    max-height: 2in; }
  .video-preview {
    background-color: gray; }
  .video-overlay {
    color: white !important; }
    .video-overlay .h1 {
      color: white !important; }
      .video-overlay .h1 svg {
        color: white !important; }
  .campaign-masthead {
    padding: 1em 0 0 0; }
  table caption,
  table thead {
    background: transparent;
    border-bottom: solid black 1px; }
  .image-blurb__image .image-reservation {
    height: 0; }
  .image-blurb,
  img,
  .image-reservation,
  .secondary-nav li {
    page-break-inside: avoid; }
  .captioned-media .image-reservation[style],
  .captioned-media .image-wrapper,
  .card--quote .image-reservation[style],
  .card--quote .image-wrapper {
    padding: 1rem 1rem 0 !important;
    height: auto;
    overflow: visible; }
    .captioned-media .image-reservation[style] img,
    .captioned-media .image-wrapper img,
    .card--quote .image-reservation[style] img,
    .card--quote .image-wrapper img {
      position: relative;
      width: auto;
      max-height: 3in; }
  .panel,
  .border-block,
  .color-block,
  .card {
    margin-bottom: 1em;
    page-break-inside: avoid;
    padding-bottom: 0; }
  .panel--long {
    page-break-inside: auto; }
  .panel--featured-image .image-reservation {
    height: 2.5in !important; }
  .panel--featured-image img {
    width: auto; }
  .search-status-header {
    height: auto !important; }
  .filter-labels {
    margin-bottom: 0 !important; }
    .filter-labels * {
      color: white !important; }
  .filter-groups {
    display: none; }
  .panel,
  .image-reservation[style] {
    background-color: transparent !important; }
  .panel--gray, .panel--blue, .panel--light-blue, .panel--bg {
    padding-top: 0; }
  .panel--half-white-top,
  .panel--blue--duotone {
    background-image: none; }
    .panel--half-white-top + .panel,
    .panel--blue--duotone + .panel {
      padding-top: 0; }
  .image-strip .image-reservation[style] {
    height: auto;
    padding: 0 !important; }
  .panel--shift-contents-up {
    margin-top: 0; }
    .panel--shift-contents-up .shift-container {
      top: 0; }
  .panel--push-down {
    margin-top: 0; }
  .panel__pop-out--top {
    margin-top: 0 !important; }
  .panel--sticky-bottom,
  .panel--sticky-bottom[style] {
    display: none !important; }
  .panel--split .panel__container--right {
    -ms-grid-row: 2; } }

@media print and (min-width: 50em) {
  .panel--split {
    display: -ms-grid;
    -ms-grid-columns: 1fr 1fr;
    -ms-grid-rows: auto; }
    .panel--split .panel__container {
      -ms-grid-column-span: 1;
      -ms-grid-row: 1; }
      .panel--split .panel__container--left {
        -ms-grid-column: 1; }
      .panel--split .panel__container--right {
        -ms-grid-column: 2; }
    @supports (grid-template-columns: 1px) {
      .panel--split {
        display: grid;
        grid-template-columns: [content-start] 1fr [content-mid] 1fr [viewport-end]; }
        .panel--split .panel__container--left {
          grid-column-start: content-start; }
        .panel--split .panel__container--right {
          grid-column-start: content-mid; } } }

@media print and (min-width: 50em) {
  .panel--split.panel--40-60 {
    -ms-grid-columns: minmax(400px, 1fr) minmax(50%, 60%); }
    @supports (grid-template-columns: 1px) {
      .panel--split.panel--40-60 {
        grid-template-columns: [content-start] minmax(400px, 1fr) [content-mid] minmax(50%, 60%) [viewport-end]; } } }

@media print and (min-width: 50em) {
  .panel--split.panel--60-40 {
    -ms-grid-columns: minmax(50%, 60%) minmax(400px, 1fr); }
    @supports (grid-template-columns: 1px) {
      .panel--split.panel--60-40 {
        grid-template-columns: [content-start] minmax(50%, 60%) [content-mid] minmax(400px, 1fr) [viewport-end]; } } }

@media print {
  .card--quote {
    padding: 1rem 0 !important;
    border-top: solid 1px gray;
    border-bottom: solid 1px gray; }
    .card--quote,
    .card--quote .image-wrapper {
      background-color: transparent; }
    .card--quote .card__body,
    .card--quote .image-wrapper {
      padding: 0 !important; }
    .card--quote .quote__quote {
      font-size: 0.9rem !important;
      margin-bottom: 1rem; }
  .site-footer {
    border-top: solid 1px gray; }
  .site-footer,
  .site-footer__bar {
    background: transparent; } }

/*# sourceMappingURL=style.css.map */
