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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.foundation-mq {
  font-family: "small=0em&medium=42.85714em&large=60em&xlarge=80em";
}

html {
  box-sizing: border-box;
  font-size: 14px;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Arial", Helvetica, Roboto, sans-serif;
  font-weight: normal;
  line-height: 1.428;
  color: #333;
  -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: 3px;
}

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

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

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

pre {
  overflow: auto;
}

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

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

body {
  overflow-x: hidden;
}

.no-bg-color {
  background: transparent;
}

dl {
  margin-bottom: 1.42857rem;
}
dl dd, dl dt {
  margin: 0.5rem 0;
}

header {
  padding: 4px 0 0;
}
header .logo-txt-link {
  border: 0;
  display: inline-block;
  vertical-align: top;
  padding: 0.92857rem 0 0 26px;
}

.three-columns {
  column-count: 3;
}

.row {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: ' ';
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.85714rem;
  margin-left: -0.85714rem;
}
@media print, screen and (min-width: 42.85714em) {
  .row .row {
    margin-right: -0.85714rem;
    margin-left: -0.85714rem;
  }
}
@media print, screen and (min-width: 60em) {
  .row .row {
    margin-right: -1.14286rem;
    margin-left: -1.14286rem;
  }
}
@media screen and (min-width: 80em) {
  .row .row {
    margin-right: -1.14286rem;
    margin-left: -1.14286rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.85714rem;
  padding-left: 0.85714rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.85714rem;
  padding-left: 0.85714rem;
}
.row.gutter-large > .column, .row.gutter-large > .columns {
  padding-right: 1.14286rem;
  padding-left: 1.14286rem;
}
.row.gutter-xlarge > .column, .row.gutter-xlarge > .columns {
  padding-right: 1.14286rem;
  padding-left: 1.14286rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.85714rem;
  padding-left: 0.85714rem;
}
@media print, screen and (min-width: 42.85714em) {
  .column, .columns {
    padding-right: 0.85714rem;
    padding-left: 0.85714rem;
  }
}
@media print, screen and (min-width: 60em) {
  .column, .columns {
    padding-right: 1.14286rem;
    padding-left: 1.14286rem;
  }
}
@media screen and (min-width: 80em) {
  .column, .columns {
    padding-right: 1.14286rem;
    padding-left: 1.14286rem;
  }
}

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

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

.small-1 {
  width: 8.33333%;
}

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

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

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

.small-2 {
  width: 16.66667%;
}

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

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

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

.small-3 {
  width: 25%;
}

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

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

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

.small-4 {
  width: 33.33333%;
}

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

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

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

.small-5 {
  width: 41.66667%;
}

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

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

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

.small-6 {
  width: 50%;
}

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

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

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

.small-7 {
  width: 58.33333%;
}

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

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

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

.small-8 {
  width: 66.66667%;
}

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

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

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

.small-9 {
  width: 75%;
}

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

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

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

.small-10 {
  width: 83.33333%;
}

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

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

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

.small-11 {
  width: 91.66667%;
}

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

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

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

.small-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .medium-2 {
    width: 16.66667%;
  }

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

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

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

  .medium-3 {
    width: 25%;
  }

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

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

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

  .medium-4 {
    width: 33.33333%;
  }

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

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

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

  .medium-5 {
    width: 41.66667%;
  }

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

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

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

  .medium-6 {
    width: 50%;
  }

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

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

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

  .medium-7 {
    width: 58.33333%;
  }

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

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

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

  .medium-8 {
    width: 66.66667%;
  }

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

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

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

  .medium-9 {
    width: 75%;
  }

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

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

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

  .medium-10 {
    width: 83.33333%;
  }

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

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

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

  .medium-11 {
    width: 91.66667%;
  }

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

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

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

  .medium-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .large-2 {
    width: 16.66667%;
  }

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

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

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

  .large-3 {
    width: 25%;
  }

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

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

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

  .large-4 {
    width: 33.33333%;
  }

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

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

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

  .large-5 {
    width: 41.66667%;
  }

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

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

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

  .large-6 {
    width: 50%;
  }

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

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

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

  .large-7 {
    width: 58.33333%;
  }

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

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

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

  .large-8 {
    width: 66.66667%;
  }

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

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

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

  .large-9 {
    width: 75%;
  }

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

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

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

  .large-10 {
    width: 83.33333%;
  }

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

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

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

  .large-11 {
    width: 91.66667%;
  }

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

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

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

  .large-12 {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .xlarge-push-1 {
    position: relative;
    left: 8.33333%;
  }

  .xlarge-pull-1 {
    position: relative;
    left: -8.33333%;
  }

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

  .xlarge-2 {
    width: 16.66667%;
  }

  .xlarge-push-2 {
    position: relative;
    left: 16.66667%;
  }

  .xlarge-pull-2 {
    position: relative;
    left: -16.66667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.33333%;
  }

  .xlarge-3 {
    width: 25%;
  }

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

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

  .xlarge-offset-2 {
    margin-left: 16.66667%;
  }

  .xlarge-4 {
    width: 33.33333%;
  }

  .xlarge-push-4 {
    position: relative;
    left: 33.33333%;
  }

  .xlarge-pull-4 {
    position: relative;
    left: -33.33333%;
  }

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

  .xlarge-5 {
    width: 41.66667%;
  }

  .xlarge-push-5 {
    position: relative;
    left: 41.66667%;
  }

  .xlarge-pull-5 {
    position: relative;
    left: -41.66667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.33333%;
  }

  .xlarge-6 {
    width: 50%;
  }

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

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

  .xlarge-offset-5 {
    margin-left: 41.66667%;
  }

  .xlarge-7 {
    width: 58.33333%;
  }

  .xlarge-push-7 {
    position: relative;
    left: 58.33333%;
  }

  .xlarge-pull-7 {
    position: relative;
    left: -58.33333%;
  }

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

  .xlarge-8 {
    width: 66.66667%;
  }

  .xlarge-push-8 {
    position: relative;
    left: 66.66667%;
  }

  .xlarge-pull-8 {
    position: relative;
    left: -66.66667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.33333%;
  }

  .xlarge-9 {
    width: 75%;
  }

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

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

  .xlarge-offset-8 {
    margin-left: 66.66667%;
  }

  .xlarge-10 {
    width: 83.33333%;
  }

  .xlarge-push-10 {
    position: relative;
    left: 83.33333%;
  }

  .xlarge-pull-10 {
    position: relative;
    left: -83.33333%;
  }

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

  .xlarge-11 {
    width: 91.66667%;
  }

  .xlarge-push-11 {
    position: relative;
    left: 91.66667%;
  }

  .xlarge-pull-11 {
    position: relative;
    left: -91.66667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.33333%;
  }

  .xlarge-12 {
    width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.66667%;
  }

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

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

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

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

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

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

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

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

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

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

  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-right: 1.14286rem;
    padding-left: 1.14286rem;
  }

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

  .xlarge-uncentered,
  .xlarge-push-0,
  .xlarge-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.71429rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 42.85714em) {
  .column-block {
    margin-bottom: 1.71429rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 60em) {
  .column-block {
    margin-bottom: 2.28571rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 80em) {
  .column-block {
    margin-bottom: 2.28571rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 80em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

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

@media screen and (min-width: 80em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #FFFFFF;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #006179 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 #006179;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #cccccc;
  border-bottom: 0;
  font-size: 0.85714rem;
  line-height: 1;
  color: #006179;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #cccccc;
  border-radius: 0 0 3px 3px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #cccccc;
}
.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: 1rem;
  border: 1px solid #cccccc;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #333;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #cccccc;
}

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

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

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

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

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: 1.55rem;
  font-size: inherit;
  line-height: 1.428;
  text-rendering: optimizeLegibility;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Arial", Helvetica, Roboto, sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

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

  h2 {
    font-size: 2.85714rem;
  }

  h3 {
    font-size: 2.21429rem;
  }

  h4 {
    font-size: 1.78571rem;
  }

  h5 {
    font-size: 1.42857rem;
  }

  h6 {
    font-size: 1.14286rem;
  }
}
a {
  line-height: inherit;
  color: #006179;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #005368;
}
a img {
  border: 0;
}

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

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

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: 1.42857rem;
}
dl dt {
  margin-bottom: 0.5rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1.55rem;
  padding: 0 1.42857rem 0 2.42857rem;
  border-left: 1px solid #cccccc;
}
blockquote, blockquote p {
  line-height: 1.428;
  color: inherit;
}

cite {
  display: block;
  font-size: 14px;
  color: inherit;
}
cite:before {
  content: "— ";
}

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

figure {
  margin: 0;
}

code {
  padding: 0.14286rem 0.35714rem 0.07143rem;
  border: 1px solid #cacaca;
  background-color: #cccccc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000;
}

kbd {
  margin: 0;
  padding: 0.14286rem 0.28571rem 0;
  background-color: #cccccc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000000;
  border-radius: 3px;
}

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

.lead {
  font-size: 17.5px;
  line-height: 1.6;
}

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

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

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

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

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

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

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

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

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

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

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

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

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 80em) {
  .xlarge-text-left {
    text-align: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  thead {
    display: table-header-group;
  }

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

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

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

  h2,
  h3 {
    page-break-after: avoid;
  }
}
a {
  color: #006179;
  border-bottom: 1px solid #006179;
  padding: 0;
}
a:hover {
  color: #1291AE;
  border-color: #1291AE;
}
a:focus {
  color: #005266;
  border-color: #005266;
}
p > a:visited:not(.button) {
  color: #646779;
  border-color: #646779;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 4.28571rem 0 1.07143rem 0;
}
.callout h1, .media-object h1, .callout .h1, .media-object .h1, .callout h2, .media-object h2, .callout .h2, .media-object .h2, .callout h3, .media-object h3, .callout .h3, .media-object .h3, .callout h4, .media-object h4, .callout .h4, .media-object .h4, .callout h5, .media-object h5, .callout .h5, .media-object .h5, .callout h6, .media-object h6, .callout .h6, .media-object .h6 {
  margin-top: 0;
}
.columns h1:first-child, .article-body h1:first-child, .columns .h1:first-child, .article-body .h1:first-child, .columns h2:first-child, .article-body h2:first-child, .columns .h2:first-child, .article-body .h2:first-child, .columns h3:first-child, .article-body h3:first-child, .columns .h3:first-child, .article-body .h3:first-child, .columns h4:first-child, .article-body h4:first-child, .columns .h4:first-child, .article-body .h4:first-child, .columns h5:first-child, .article-body h5:first-child, .columns .h5:first-child, .article-body .h5:first-child, .columns h6:first-child, .article-body h6:first-child, .columns .h6:first-child, .article-body .h6:first-child {
  margin-top: 0;
}

h2, .h2, h3, .h3 {
  margin-top: 2.85714rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  border: none;
}

p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.85714rem;
  margin: 0 0 1.42857rem 0;
}

p.large {
  font-size: 18px;
  line-height: 2rem;
}

p.small {
  font-size: 14px;
  line-height: 1.71429rem;
}

h1,
.h1 {
  font-family: "Arial Black", "Arial", Helvetica, Roboto, sans-serif;
  font-weight: "normal";
  letter-spacing: -1.55px;
  line-height: 4.57143rem;
  font-size: 3.28571rem;
}
h1.header,
.h1.header {
  line-height: 3.92857rem;
}
h1.large,
.h1.large {
  font-size: 4.28571rem;
}
.centerpiece h1, .centerpiece
.h1 {
  font-size: 4.28571rem;
  line-height: 0.9em;
}
@media screen and (min-width: 42.85714em) and (max-width: 59.9375em) {
  h1,
  .h1 {
    font-size: 2.14286rem;
  }
  .centerpiece h1, .centerpiece
  .h1 {
    font-size: 2.57143rem;
  }
  h1.large,
  .h1.large {
    font-size: 2.57143rem;
  }
}
@media screen and (max-width: 42.79464em) {
  h1,
  .h1 {
    font-size: 1.71429rem;
  }
  .centerpiece h1, .centerpiece
  .h1 {
    font-size: 2.14286rem;
  }
  h1.large,
  .h1.large {
    font-size: 2.14286rem;
  }
}

h2,
.h2 {
  font-family: "Arial Black", "Arial", Helvetica, Roboto, sans-serif;
  font-weight: "normal";
  letter-spacing: -1px;
  line-height: 2.14286rem;
  font-size: 1.85714rem;
}
h2.header,
.h2.header {
  letter-spacing: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 59.9375em) {
  h2,
  .h2 {
    font-size: 1.42857rem;
  }
}

h3,
.h3, .lead {
  font-family: "Arial", Helvetica, Roboto, sans-serif;
  letter-spacing: 0;
  line-height: 1.85714rem;
  font-weight: bold;
  font-size: 1.42857rem;
}
@media screen and (max-width: 59.9375em) {
  h3,
  .h3, .lead {
    font-size: 1.28571rem;
  }
}

h4,
.h4 {
  font-family: "Arial", Helvetica, Roboto, sans-serif;
  letter-spacing: 0;
  line-height: 1.71429rem;
  margin-bottom: 1.42857rem;
  font-size: 1.14286rem;
}
@media screen and (max-width: 59.9375em) {
  h4,
  .h4 {
    font-size: 1.14286rem;
  }
}

h5, h6
.h5, .h6 {
  font-family: "Arial", Helvetica, Roboto, sans-serif;
  letter-spacing: 0;
  line-height: 1.78571rem;
  margin-bottom: 1.42857rem;
  font-size: 1.14286rem;
}
@media screen and (max-width: 59.9375em) {
  h5, h6
  .h5, .h6 {
    font-size: 1.14286rem;
  }
}

cite:before {
  content: none;
}

.quote {
  font-family: Georgia;
  font-size: 2.14286rem;
  letter-spacing: 0;
  line-height: 2.85714rem;
  border: none;
}

.heading {
  font-family: "Arial Black", "Arial", Helvetica, Roboto, sans-serif;
}

.title,
.title-bold {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Arial;
  font-weight: normal;
}

.title-bold {
  font-weight: bold !important;
}

.text-normal {
  font-weight: normal;
}

.text-large {
  font-weight: normal;
  line-height: 1.428;
  font-size: 1.28571rem;
}

.text-small {
  font-size: 0.85714rem;
}

.text-reset {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  line-height: 1.428;
  text-transform: none;
  font-family: "Arial", Helvetica, Roboto, sans-serif;
}

.text-uppercase {
  text-transform: uppercase;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 2rem 0;
  padding: 0.75em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #006179;
  color: #FFFFFF;
}
[data-whatinput='mouse'] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #005267;
  color: #FFFFFF;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #006179;
  color: #FFFFFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #004e61;
  color: #FFFFFF;
}
.button.secondary {
  background-color: #990000;
  color: #FFFFFF;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #7a0000;
  color: #FFFFFF;
}
.button.success {
  background-color: #538329;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: #426921;
  color: #000000;
}
.button.warning {
  background-color: #FFEFC2;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: #ffd768;
  color: #000000;
}
.button.alert {
  background-color: #DC2A2A;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: #b41e1e;
  color: #000000;
}
.button.hollow {
  border: 1px solid #006179;
  color: #006179;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #00313d;
  color: #00313d;
}
.button.hollow.primary {
  border: 1px solid #006179;
  color: #006179;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #00313d;
  color: #00313d;
}
.button.hollow.secondary {
  border: 1px solid #990000;
  color: #990000;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #4d0000;
  color: #4d0000;
}
.button.hollow.success {
  border: 1px solid #538329;
  color: #538329;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #2a4215;
  color: #2a4215;
}
.button.hollow.warning {
  border: 1px solid #FFEFC2;
  color: #FFEFC2;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #e1a600;
  color: #e1a600;
}
.button.hollow.alert {
  border: 1px solid #DC2A2A;
  color: #DC2A2A;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #711212;
  color: #711212;
}
.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: #006179;
  color: #FFFFFF;
}
.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: #006179;
  color: #FFFFFF;
}
.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: #990000;
  color: #FFFFFF;
}
.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: #538329;
  color: #000000;
}
.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: #FFEFC2;
  color: #000000;
}
.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: #DC2A2A;
  color: #000000;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

button,
.button {
  text-decoration: none;
  font-size: 1rem;
  line-height: 1rem;
  padding: 0.64286rem 1.28571rem;
  margin-bottom: 0;
}

.button,
.button.primary {
  background-color: #006179;
}
.button:hover, .button:focus,
.button.primary:hover,
.button.primary:focus {
  background-color: #005266;
  border-color: transparent;
}
.button:active,
.button.primary:active {
  background-color: #025164;
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.15);
}

.button.secondary {
  background-color: transparent;
  border: 1px solid rgba(0, 97, 121, 0.5);
  color: #006179;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgba(0, 97, 121, 0.2);
  color: #005266;
}
.button.secondary:active {
  border-color: #005266;
  color: #005266;
  background-color: transparent;
  box-shadow: inset 0 3px 2px 0 rgba(2, 82, 100, 0.2);
}

.button.cancel {
  background-color: transparent;
  border: 1px solid #DC2A2A;
  color: #DC2A2A;
}
.button.cancel:hover, .button.cancel:focus {
  background-color: #F1F1F1;
  color: #8C2E23;
}
.button.cancel:active {
  background-color: #F0F0F1;
  border-color: #8C2E23;
  box-shadow: inset 0 3px 2px 0 rgba(140, 46, 35, 0.2);
  color: #8C2E23;
}

.button.hollow {
  background: transparent;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.button.hollow:hover, .button.hollow:focus {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #333333;
}
.button.hollow:active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.button.tertiary {
  font-size: 14px;
  padding: 0.5em 1em;
  min-width: 8.92857rem;
}

.button.link {
  color: #006179;
  border-bottom: 1px solid #006179;
  padding: 0;
  background-color: transparent;
  border-radius: 0;
  font-size: 14px;
  height: auto;
  margin: 0.71429rem 0;
}
.button.link:hover {
  color: #1291AE;
  border-color: #1291AE;
}
.button.link:focus {
  color: #005266;
  border-color: #005266;
}
p > .button.link:visited:not(.button) {
  color: #646779;
  border-color: #646779;
}
.button.link:active {
  box-shadow: none;
}

.button.icon {
  padding-right: 1.78571rem;
}
.button.icon img {
  margin-top: -0.14286rem;
  margin-right: 0.71429rem;
}

.callout {
  position: relative;
  margin: 0 0 2rem 0;
  padding: 2rem;
  border: none;
  border-radius: 0;
  background-color: white;
  color: #333;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #c5f3ff;
  color: #333;
}
.callout.secondary {
  background-color: #ffc9c9;
  color: #333;
}
.callout.success {
  background-color: #e5f3d8;
  color: #333;
}
.callout.warning {
  background-color: #fffdf6;
  color: #333;
}
.callout.alert {
  background-color: #fadfdf;
  color: #333;
}
.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;
}

.callout {
  height: 100%;
}
@media screen and (max-width: 59.9375em) {
  .callout {
    padding: 1rem;
  }
}
.callout.primary {
  background: #006179;
  color: #FFFFFF;
}
.callout.brand {
  background: #990000;
  color: #FFFFFF;
}
.callout.dark-blue {
  background: #005266;
  color: #FFFFFF;
}
.callout.teal {
  background: #00BFDF;
  color: #FFFFFF;
}
.callout.green {
  background: #538329;
  color: #FFFFFF;
}
.callout.dark-gray {
  background: #333333;
  color: #FFFFFF;
}
.callout.light-gray {
  background: #E8E8E8;
}
.callout.success {
  background: rgba(83, 131, 41, 0.2);
}
.callout.warning {
  background: rgba(255, 239, 194, 0.2);
}
.callout.alert {
  background: rgba(220, 42, 42, 0.2);
}
.callout__detail {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 59.9375em) {
  .callout__detail {
    margin-bottom: 0.5em;
  }
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #006179;
  color: #006179;
}
.label.primary {
  background: #006179;
  color: #000000;
}
.label.secondary {
  background: #990000;
  color: #000000;
}
.label.success {
  background: #538329;
  color: #000000;
}
.label.warning {
  background: #FFEFC2;
  color: #000000;
}
.label.alert {
  background: #DC2A2A;
  color: #000000;
}

.label {
  font-weight: bold;
  text-transform: uppercase;
}
.label a {
  color: inherit;
  text-decoration: none;
}
.label.secondary {
  background: transparent;
  border: 1px solid rgba(0, 97, 121, 0.5);
  color: #006179;
}

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.78571rem;
  margin: 0 0 1.14286rem;
  padding: 0.57143rem;
  border: 1px solid rgba(119, 120, 123, 0.5);
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1.14286rem;
  font-weight: normal;
  color: #333;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #006179;
  background-color: #FFFFFF;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

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

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

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

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

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

.help-text {
  margin-top: -0.57143rem;
  font-size: 14px;
  font-style: normal;
  color: #333;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1.14286rem;
}
.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 #cacaca;
  background: #cccccc;
  color: #000000;
  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.85714rem;
}

.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.85714rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.14286rem;
}

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

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

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

.fieldset {
  margin: 1.28571rem 0;
  padding: 1.42857rem;
  border: 1px solid rgba(119, 120, 123, 0.5);
}
.fieldset legend {
  margin: 0;
  margin-left: -0.21429rem;
  padding: 0 0.21429rem;
  background: #fff;
}

select {
  height: 2.78571rem;
  margin: 0 0 1.14286rem;
  padding: 0.57143rem;
  appearance: none;
  border: 1px solid rgba(119, 120, 123, 0.5);
  border-radius: 3px;
  background-color: #006179;
  font-family: inherit;
  font-size: 1.14286rem;
  line-height: normal;
  color: #333;
  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%280, 97, 121%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.14286rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.71429rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #006179;
  background-color: #FFFFFF;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #E8EAED;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}

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

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

.form-error {
  display: none;
  margin-top: -0.57143rem;
  margin-bottom: 1.14286rem;
  font-size: 0.85714rem;
  font-weight: bold;
  color: #DC2A2A;
}
.form-error.is-visible {
  display: block;
}

[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 {
  min-height: 2.85714rem;
  font-weight: 400;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

label.middle {
  margin-bottom: 0;
}

.form-error {
  display: inline-block;
  margin: 0;
  margin-left: 0.35714rem;
  padding-left: 1.78571rem;
  font-weight: normal;
  font-style: italic;
  position: relative;
}
.form-error:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../images/error.svg") 50% 50% no-repeat;
  background-size: 20px;
}

select {
  font-weight: 400;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/drop-arrow.svg");
  background-size: 1.21429rem;
  color: #FFFFFF;
}
select:disabled {
  border-color: #E8EAED;
  color: #333333;
}
select.button-style {
  background-color: #FFFFFF;
  background-image: url("../images/arrow-down-blue.svg");
  background-size: 1.21429rem;
  border: 1px solid rgba(0, 97, 121, 0.5);
  color: #006179;
}

.search-component input {
  display: inline-block;
  width: calc(100% - 55px);
  vertical-align: top;
  -webkit-appearance: none;
}
.search-component button {
  margin: 0;
  width: 3.57143rem;
  height: 2.85714rem;
  border-radius: 0;
  background-image: url("../images/search.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}

.search-global {
  position: relative;
}
.search-global input {
  display: inline-block;
  vertical-align: top;
  -webkit-appearance: none;
  border: 1px solid rgba(119, 120, 123, 0.5);
  box-shadow: inset 0 3px 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  border: 1px solid #cccccc;
  padding-right: 50px;
}
.search-global button {
  width: 3.57143rem;
  height: 2.85714rem;
  border-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../images/search-blue.svg");
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: 0.25s ease all;
}
.search-global button:before {
  content: ' ';
  position: absolute;
  height: 80%;
  top: 10%;
  left: 0;
  background-color: #cccccc;
  width: 1px;
}
.search-global button:hover, .search-global button:active, .search-global button:focus {
  background-color: #006179;
  background-image: url("../images/search-white.svg");
}
.search-global button:hover:before, .search-global button:active:before, .search-global button:focus:before {
  content: none;
}
.search-global button:active {
  background-color: #005266;
}

.custom-cr {
  display: inline-block;
  margin: 0;
  padding: 2px 0;
  position: relative;
  vertical-align: sub;
  margin-right: 1.14286rem;
  cursor: pointer;
  /* checkbox: */
}
.custom-cr--static {
  position: static;
}
.custom-cr input {
  height: 1px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 1px;
}
.custom-cr__icon {
  background: #FFFFFF;
  border: 1px solid rgba(75, 85, 85, 0.7);
  border-radius: 3px;
  display: inline-block;
  height: 1.42857rem;
  margin-right: 0.57143rem;
  margin-top: -1px;
  pointer-events: none;
  position: relative;
  vertical-align: middle;
  width: 1.42857rem;
}
.custom-cr__icon:after {
  background: transparent;
  bottom: 0;
  content: '';
  height: 0%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  speak: none;
  top: 0;
  transition: height .15s ease-in-out,  width .15s ease-in-out;
  width: 0%;
}
.custom-cr__content {
  display: inline-block;
  vertical-align: top;
  max-width: 85%;
}
input:checked + .custom-cr__icon {
  background: #FFFFFF;
  border-color: #006179;
}
input[type="checkbox"]:checked + .custom-cr__icon:after {
  background: url("../images/check.png") 50% 50% no-repeat #006179;
  box-shadow: none;
  background-size: 80%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}
input[type="radio"] + .custom-cr__icon {
  border-radius: 50%;
  border: 1px solid rgba(119, 120, 123, 0.5);
  box-shadow: inset 0 3px 2px 0 rgba(0, 0, 0, 0.1);
}
input[type="radio"] + .custom-cr__icon:after {
  border-radius: 50%;
}
input[type="radio"]:checked + .custom-cr__icon {
  border-color: #006179;
  box-shadow: none;
}
input[type="radio"]:checked + .custom-cr__icon:after {
  background: #006179;
  height: 1rem;
  width: 1rem;
}
input[type="checkbox"]:focus + .custom-cr__icon {
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  border-color: #006179;
  outline: auto 5px -webkit-focus-ring-color;
}
input[type="radio"]:focus + .custom-cr__icon {
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  border-color: #006179;
  outline: auto 5px -webkit-focus-ring-color;
}
input:invalid + .custom-cr__icon, input.input-error + .custom-cr__icon {
  border-color: #DC2A2A;
  box-shadow: inset 0 3px 3px 0 rgba(0, 0, 0, 0.15);
}
input:invalid + .custom-cr__icon + .custom-cr__content, input.input-error + .custom-cr__icon + .custom-cr__content {
  color: #DC2A2A;
}
.custom-cr[disabled] {
  opacity: 0.7;
  pointer-events: none;
}
input[disabled] + .custom-cr__icon {
  background: #E8EAED;
  border: 1px solid rgba(119, 120, 123, 0.3);
}

.tabs {
  margin: 0;
  border: 1px solid #cccccc;
  background: #FFFFFF;
  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: #006179;
}
.tabs.primary > li > a {
  color: #FFFFFF;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #00718c;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1rem 1.5rem;
  font-size: 1.14286rem;
  line-height: 1;
  color: #006179;
}
.tabs-title > a:hover {
  background: rgba(0, 97, 121, 0.6);
  color: #005368;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  background: #006179;
  color: #006179;
}

.tabs-content {
  border: 1px solid #cccccc;
  border-top: 0;
  background: #FFFFFF;
  color: foreground(#FFFFFF, #006179);
  transition: all 0.5s ease;
}

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

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

.tabs {
  border: none;
  border-bottom: 1px solid #cccccc;
  background: transparent;
}
.tabs-title > a {
  text-decoration: none;
  margin-right: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border: none;
  border-bottom: none;
  background: #FFFFFF;
  transition: 0.25s ease all;
}
.tabs-title > a:hover {
  color: #FFFFFF;
  border-color: rgba(0, 97, 121, 0.6);
}
.tabs-title > a:focus {
  background: #025164;
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.15);
  color: #FFFFFF;
}
.tabs-title > a[aria-selected="true"] {
  color: #FFFFFF;
}
.tabs-content {
  min-height: 200px;
}

.tabs-secondary {
  border: none;
}
.tabs-secondary.tabs-content {
  border: none;
  margin-top: 2.85714rem;
}
.tabs-secondary.tabs-content > .tabs-panel {
  padding: 0;
}
.tabs-secondary > .tabs-title > a {
  background: #006179;
  color: #FFFFFF;
  font-weight: bold;
  margin-right: 0.71429rem;
}
.tabs-secondary > .tabs-title > a:hover {
  background: rgba(0, 97, 121, 0.6);
}
.tabs-secondary > .tabs-title > a[aria-selected="true"] {
  background: #FFFFFF;
  color: #333;
}

.tabs-tertiary {
  border: 1px solid #cccccc;
}
.tabs-tertiary.tabs-content {
  border: 1px solid #cccccc;
  margin-top: 1.07143rem;
}
@media screen and (min-width: 42.85714em) {
  .tabs-tertiary.tabs-content {
    margin-left: 1.07143rem;
    margin-top: 0;
  }
}
.tabs-tertiary.tabs-content > .tabs-panel {
  padding: 2rem;
}
@media screen and (max-width: 59.9375em) {
  .tabs-tertiary.tabs-content > .tabs-panel {
    padding: 1rem;
  }
}
.tabs-tertiary .tabs-title > a {
  border-radius: 0;
}

table {
  width: 100%;
  margin-bottom: 2rem;
  border-radius: 3px;
}
thead,
tbody,
tfoot {
  border: none;
  background-color: #FFFFFF;
}

caption {
  padding: 0.71429rem;
  font-weight: bold;
}

thead {
  background: #FFFFFF;
  color: #333;
}

tfoot {
  background: #FFFFFF;
  color: #333;
}

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

tbody th,
tbody td {
  padding: 0.71429rem;
}

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

table.unstriped tbody {
  background-color: #FFFFFF;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: none;
  background-color: #FFFFFF;
}

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

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

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

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

table {
  position: relative;
  border-collapse: collapse;
}
table thead, table tfoot, table tbody {
  width: 100%;
}
table thead {
  border-bottom: 1px solid #cccccc;
}
table thead th {
  font-size: 0.85714rem;
  text-transform: uppercase;
}
@media screen and (max-width: 59.9375em) {
  table thead th {
    padding: 0.75rem 0.25rem;
  }
}
@media screen and (max-width: 59.9375em) {
  table thead em {
    display: block;
  }
}
@media screen and (max-width: 59.9375em) {
  table tbody tr td:first-child {
    /* font-weight: bold; */
  }
}
table tbody td {
  vertical-align: top;
}
@media screen and (max-width: 59.9375em) {
  table tbody td {
    padding: 0.25rem;
  }
}
table tbody td button {
  height: 0;
}
table tfoot {
  border-top: 1px solid #cccccc;
}
table tfoot th {
  text-align: center;
}
table tfoot td {
  font-weight: normal;
}
table tfoot .show-for-sr:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: auto;
  clip: auto;
}

.tableFloatingHeaderOriginal {
  box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.11);
}

@media screen and (max-width: 59.9375em) {
  table.stack thead tr:last-child {
    display: none;
  }

  table.stack thead {
    display: table-header-group;
  }

  table.stack tfoot {
    display: table-footer-group;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 0;
}
.pagination::before, .pagination::after {
  display: table;
  content: ' ';
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.07143rem;
  border-radius: 3px;
  font-size: 1rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 42.85714em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.21429rem 0.71429rem;
  border-radius: 3px;
  color: #333;
}
.pagination a:hover,
.pagination button:hover {
  background: rgba(0, 97, 121, 0.6);
}
.pagination .current {
  padding: 0.21429rem 0.71429rem;
  background: #006179;
  color: foreground(#006179);
  cursor: default;
}
.pagination .disabled {
  padding: 0.21429rem 0.71429rem;
  color: #4B5555;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.21429rem 0.71429rem;
  content: '\2026';
  color: #000000;
}

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

.pagination a {
  border: none;
  transition: 0.25s ease all;
}
.pagination a:hover {
  color: #FFFFFF;
}

.mini-pagination {
  margin: 0;
  padding: 0;
  font-size: 0.85714rem;
  display: table;
  width: 100%;
}
.mini-pagination li {
  display: inline-block;
  margin: 0;
  display: table-cell;
  text-align: center;
}

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

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  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.7);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 0 0 1.42857rem 0;
  border: none;
  border-radius: 3px;
  background-color: #FFFFFF;
  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: 42.85714em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns,
.reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 42.85714em) {
  .reveal {
    width: 600px;
    max-width: 1120px;
  }
}
@media print, screen and (min-width: 42.85714em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 42.85714em) {
  .reveal.tiny {
    width: 30%;
    max-width: 1120px;
  }
}
@media print, screen and (min-width: 42.85714em) {
  .reveal.small {
    width: 50%;
    max-width: 1120px;
  }
}
@media print, screen and (min-width: 42.85714em) {
  .reveal.large {
    width: 90%;
    max-width: 1120px;
  }
}
.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: 42.79464em) {
  .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;
}

.reveal {
  box-shadow: 0 4px 8px 0 #000000;
}
@media screen and (max-width: 42.79464em) {
  .reveal {
    width: 90%;
    margin: 0 auto;
  }
}
.reveal .callout {
  padding: 1.07143rem;
  margin-bottom: 0;
}
.reveal-attn {
  padding: 0 2.14286rem;
  margin-bottom: 1.42857rem;
  border-bottom: 1px solid #cccccc;
  margin-top: 2.14286rem;
}
.reveal-attn::before, .reveal-attn::after {
  display: table;
  content: ' ';
}
.reveal-attn::after {
  clear: both;
}
.reveal-attn-text {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.428;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0;
  display: inline;
  font-family: "Arial", Helvetica, Roboto, sans-serif;
}
.reveal .close-button.top {
  position: absolute;
  top: 1.07143rem;
  right: 1.07143rem;
  border: none;
  border-radius: 50%;
  height: auto;
  margin: 0;
  padding: 0;
  width: 2.14286rem;
  height: 2.14286rem;
  background-color: transparent;
  background-image: url("../images/x.svg");
  background-position: 50% 50%;
  background-size: 14px;
  background-repeat: no-repeat;
  text-indent: -9999px;
  transition: 0.25s ease all;
}
.reveal .close-button.top:hover {
  background-color: rgba(0, 97, 121, 0.2);
}
.reveal .close-button.top:focus {
  background-color: #005266;
  background-image: url("../images/x-white.svg");
}

.media-object {
  display: block;
  margin-bottom: 2rem;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 42.79464em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 2rem;
    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: 2rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 2rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom {
  vertical-align: bottom;
}

.media-object {
  margin-bottom: 1.71429rem;
  background: #E8E8E8;
}
@media print, screen and (min-width: 42.85714em) {
  .media-object {
    margin-bottom: 1.71429rem;
  }
}
@media print, screen and (min-width: 60em) {
  .media-object {
    margin-bottom: 2.28571rem;
  }
}
@media screen and (min-width: 80em) {
  .media-object {
    margin-bottom: 2.28571rem;
  }
}
.media-object.brand {
  background: #990000;
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.media-object.brand a {
  color: #FFFFFF;
}
.media-object.blue {
  background: #008095;
}
.media-object.red-orange {
  background: #ea4e3c;
}
.media-object.salmon {
  background: #D04535;
}
.media-object.green {
  background: #538329;
}
.media-object.teal {
  background: #00BFDF;
}
.media-object.dark-gray {
  background: #333333;
}
.media-object.white, .media-object.none {
  background: #FFFFFF;
}
.media-object.dark-gray, .media-object.teal, .media-object.green, .media-object.blue, .media-object.salmon, .media-object.brand, .media-object.red-orange {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.media-object.dark-gray p.required, .media-object.dark-gray label span.required, .media-object.teal p.required, .media-object.teal label span.required, .media-object.green p.required, .media-object.green label span.required, .media-object.blue p.required, .media-object.blue label span.required, .media-object.salmon p.required, .media-object.salmon label span.required, .media-object.brand p.required, .media-object.brand label span.required, .media-object.red-orange p.required, .media-object.red-orange label span.required {
  color: #FFFFFF;
}
.media-object.dark-gray a:not(.button), .media-object.dark-gray label, .media-object.teal a:not(.button), .media-object.teal label, .media-object.green a:not(.button), .media-object.green label, .media-object.blue a:not(.button), .media-object.blue label, .media-object.salmon a:not(.button), .media-object.salmon label, .media-object.brand a:not(.button), .media-object.brand label, .media-object.red-orange a:not(.button), .media-object.red-orange label {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.media-object.dark-gray a:visited:not(.button), .media-object.dark-gray p > a:visited:not(.button), .media-object.teal a:visited:not(.button), .media-object.teal p > a:visited:not(.button), .media-object.green a:visited:not(.button), .media-object.green p > a:visited:not(.button), .media-object.blue a:visited:not(.button), .media-object.blue p > a:visited:not(.button), .media-object.salmon a:visited:not(.button), .media-object.salmon p > a:visited:not(.button), .media-object.brand a:visited:not(.button), .media-object.brand p > a:visited:not(.button), .media-object.red-orange a:visited:not(.button), .media-object.red-orange p > a:visited:not(.button) {
  color: #E8EAED;
  border-color: #E8EAED;
}
.media-object.stack .media-object-section {
  display: block;
}
.media-object .thumbnail img {
  max-width: 100%;
  height: auto;
  max-height: 195px;
  width: 100%;
  object-fit: cover;
}
.media-object.right-image .thumbnail img, .media-object.left-image .thumbnail img, .media-object.right-third-image .thumbnail img {
  width: auto;
  height: 100%;
  max-height: 329px;
}
@media screen and (max-width: 42.79464em) {
  .media-object.right-image .thumbnail, .media-object.left-image .thumbnail, .media-object.right-third-image .thumbnail {
    display: none;
  }
}
.media-object-section {
  padding: 2rem;
}
@media screen and (max-width: 59.9375em) {
  .media-object-section {
    padding: 1rem !important;
  }
}
.media-object-section.thumbnail {
  padding: 0 !important;
}

.m0 {
  margin: 0;
}

.mt1 {
  margin-top: 1.07143rem;
}

.mb0 {
  margin-bottom: 0;
}

.mb1 {
  margin-bottom: 1.07143rem;
}

.mb2 {
  margin-bottom: 1.42857rem;
}

.mb3 {
  margin-bottom: 1.78571rem;
}

.mr1 {
  margin-right: 1.07143rem;
}

.inline {
  display: inline-block;
}

.block {
  display: block;
}

.middle {
  vertical-align: middle;
}

.list-horizontal li {
  display: inline-block;
  margin-right: 1rem;
}

.border {
  border: 1px solid #cccccc;
}

.border-bottom {
  border-bottom: 1px solid #cccccc;
}

.row.display {
  background: #eee;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 2rem;
  border: solid 1px #cccccc;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.row.display .columns:nth-child(2) {
  background: #e1e1e1;
}

.mxW600 {
  max-width: 600px;
}

.mxW700 {
  max-width: 700px;
}

.nav {
  position: relative;
  z-index: 101;
}
@media screen and (min-width: 42.85714em) {
  .nav.row {
    padding-left: 80px;
  }
}
.nav .logo {
  transition: 0.25s ease all;
  position: absolute;
  top: 0;
  left: 1.71429rem;
  z-index: -1;
}
@media screen and (max-width: 59.9375em) {
  .nav .logo {
    left: 0.85714rem;
  }
}
@media print, screen and (min-width: 60em) {
  .nav .logo {
    left: 1.14286rem;
  }
}
@media screen and (min-width: 80em) {
  .nav .logo {
    left: 1.14286rem;
  }
}
.nav .logo img {
  width: 5.35714rem;
}
.nav .logo-link {
  border: 0;
}
.nav-secondary {
  padding: 0.92857rem 0;
  margin-bottom: 2px;
  border: 0;
}
@media screen and (max-width: 42.79464em) {
  .nav-secondary {
    float: left;
    width: 20%;
  }
}
@media screen and (min-width: 42.85714em) {
  .nav-secondary {
    text-align: right;
  }
}
.nav-secondary li {
  text-align: right;
  margin: 0 0.89286rem 0 1.07143rem;
  display: block;
}
.nav-secondary li.current-menu-item a {
  font-weight: bold;
  color: #333333;
}
@media screen and (min-width: 42.85714em) {
  .nav-secondary li {
    display: inline-block;
  }
}
.nav-primary {
  width: 100%;
  background: #E8E8E8;
}
@media screen and (max-width: 42.79464em) {
  .nav-primary {
    float: left;
    width: 80%;
  }
}
.nav-primary--links {
  width: 100%;
  float: left;
}
@media screen and (min-width: 42.85714em) {
  .nav-primary--links {
    width: 60%;
    float: left;
  }
}
.nav-primary--search {
  width: 100%;
  float: left;
  margin-top: 0.71429rem;
}
.nav-primary--search input {
  margin: 0;
}
@media screen and (min-width: 42.85714em) {
  .nav-primary--search {
    width: 40%;
    float: right;
  }
}

.nav-primary--menu {
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.nav-primary > .nav-primary--menu {
  height: 53px;
}
.nav-primary--menu > li {
  display: block;
  float: left;
}
.nav-primary--menu > li .nav-primary--menu:not(.is-dropdown-submenu) {
  display: none;
}
.nav-primary--menu > li > a {
  border-bottom: 5px solid transparent;
  color: #333;
  display: block;
  margin: 0;
  padding: 1.05rem 1.3rem;
}
.nav-primary--menu > li > a:hover, .nav-primary--menu > li > a:focus {
  border-bottom: 5px solid #1291AE;
  background-color: #D9E7EB;
}
.nav-primary--menu.is-dropdown-submenu {
  font-weight: normal;
  padding: 0.5rem 0 0;
  border: 1px solid #4B5555;
  border-radius: 3px;
  min-width: 13.3rem;
  box-shadow: 3px 3px 7px rgba(180, 180, 180, 0.3);
}
.nav-primary--menu.is-dropdown-submenu > li {
  display: inline-block;
  float: none;
}
.nav-primary--menu.is-dropdown-submenu > li > a {
  padding: 0.5rem 1rem 0.5rem 0.7rem;
  border: 0;
  color: #006179;
  border-left: 4px solid #FFFFFF;
}
.nav-primary--menu.is-dropdown-submenu > li.current-menu-item > a, .nav-primary--menu.is-dropdown-submenu > li > a:hover {
  background-color: #D9E7EB;
  border-color: #1291AE;
}
.nav-primary--menu.dropdown.menu > li.is-dropdown-submenu-parent > a {
  background: url(arrow-down-blue.svg) 90% 52% no-repeat;
  background-size: 1rem 0.67rem;
  padding-right: 2.6rem;
  margin-right: 0;
}
.nav-primary--menu.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  display: none;
}

.touch .dropdown:before, .touch .dropdown:after {
  display: none;
}

.dropdown.has-focus {
  display: block;
}

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

.no-js .has-dropdown:hover .dropdown {
  display: block;
}

.footer {
  background: #E8E8E8;
  padding-top: 2.4rem;
  margin-top: 5rem;
}
.footer ul {
  margin-bottom: 2.14286rem;
}
.footer .column-divider {
  position: relative;
}
.footer .column-divider:after {
  content: ' ';
  height: 90%;
  width: 2px;
  position: absolute;
  top: 2%;
  left: -3%;
  background: #cccccc;
}
@media screen and (max-width: 42.79464em) {
  .footer .column-divider:after {
    content: none;
  }
}
.footer > .expanded.row {
  border-top: 1px solid #cccccc;
  padding-top: 0.71429rem;
  margin-top: 0.8rem;
}
.footer > .expanded.row ul {
  padding-top: 0.35714rem;
  margin-bottom: 0;
}
.footer > .expanded.row ul.list-horizontal {
  padding-top: 0.8rem;
}
.footer > .expanded.row ul.list-horizontal li {
  margin-right: 2rem;
}
.footer > .expanded.row select {
  margin-bottom: 0.71429rem;
}
@media screen and (max-width: 42.79464em) {
  .footer > .expanded.row select {
    margin-top: 0.71429rem;
  }
}
.footer p {
  line-height: 1;
}

.icon-link {
  border-radius: 3px;
  font-size: 2.14286rem;
  min-width: 2.14286rem;
  min-height: 2.14286rem;
  display: inline-block;
  text-align: center;
  line-height: 1rem;
  border: none;
}
.icon-link:hover, .icon-link:focus {
  border: none;
}
.icon-link:active {
  background: rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 4px 8px 0 #D6D6D6;
}

.hero {
  background-image: linear-gradient(rgba(51, 51, 51, 0.7), rgba(51, 51, 51, 0.7)), url("../images/forest.jpg");
  background-size: cover;
  background-attachment: fixed;
  color: #FFFFFF;
  overflow: hidden;
  display: tabel-cell;
  vertical-align: middle;
  text-align: center;
  padding: 4rem 0;
}
.hero.dark-bg {
  background-image: none;
  background-color: #333333;
}
.hero.light-bg {
  background-image: none;
  background-color: #E8E8E8;
  color: #333;
  padding: 6rem 0;
}
.hero--title {
  margin-bottom: 0.71429rem;
}
@media screen and (max-width: 42.79464em) {
  .hero--title {
    margin: 0;
  }
}
.hero--tabs {
  margin-bottom: -44px;
  padding: 6rem 0;
}

.centerpiece {
  background-color: #333333;
  color: #FFFFFF;
  padding: 6.5rem 0 0;
  overflow: hidden;
  position: relative;
  transition: 0.25s ease all;
  height: 21.42857rem;
  /*
  * color variations
  * brand : JSTOR Red
  * primary : Primary Blue
  * teal : Teal
  * green : Green
  * red-orange: Red Orange
  * lighter-gray: Lighter Gray
  */
}
.centerpiece--text {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 59.9375em) {
  .centerpiece {
    padding: 2.5rem 0 2rem;
    height: auto;
  }
}
@media screen and (max-width: 42.79464em) {
  .centerpiece {
    padding: 2rem 0 1rem;
  }
}
.centerpiece:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #333333;
  transform: skew(-25deg);
  z-index: 1;
  transition: 0.25s ease all;
}
@media screen and (max-width: 42.79464em) {
  .centerpiece:before {
    display: none;
  }
}
.centerpiece:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: url("../images/collection.png");
  background-size: cover;
  background-position: 50% 0%;
  background-repeat: no-repeat;
  transition: 0.25s ease all;
}
@media screen and (max-width: 42.79464em) {
  .centerpiece:after {
    display: none;
  }
}
.centerpiece.centerpiece--reverse:before {
  background-image: url("../images/art.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: none;
  width: 60%;
  z-index: 0;
}
@media screen and (max-width: 42.79464em) {
  .centerpiece.centerpiece--reverse:before {
    display: none;
  }
}
.centerpiece.centerpiece--reverse:after {
  transform: skew(-25deg);
  background-color: #333333;
  z-index: 1;
  width: 50%;
}
@media screen and (max-width: 42.79464em) {
  .centerpiece.centerpiece--reverse:after {
    content: none;
  }
}
.centerpiece.dark-blue {
  background-color: #005266;
}
.centerpiece.dark-blue:before, .centerpiece.dark-blue.centerpiece--reverse:after {
  background-color: #005266;
}
.centerpiece.primary {
  background-color: #006179;
}
.centerpiece.primary:before, .centerpiece.primary.centerpiece--reverse:after {
  background-color: #006179;
}
.centerpiece.green {
  background-color: #538329;
}
.centerpiece.green:before, .centerpiece.green.centerpiece--reverse:after {
  background-color: #538329;
}
.centerpiece.teal {
  background-color: #00BFDF;
}
.centerpiece.teal:before, .centerpiece.teal.centerpiece--reverse:after {
  background-color: #00BFDF;
}
.centerpiece.brand {
  background-color: #990000;
}
.centerpiece.brand:before, .centerpiece.brand.centerpiece--reverse:after {
  background-color: #990000;
}
.centerpiece.red-orange {
  background-color: #ea4e3c;
}
.centerpiece.red-orange:before, .centerpiece.red-orange.centerpiece--reverse:after {
  background-color: #ea4e3c;
}
.centerpiece.padding-small {
  padding: 2rem 0;
}

.pricing {
  text-align: center;
  list-style-type: none;
  border: 1px solid #cccccc;
}
.pricing-title {
  background: #990000;
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}
.pricing b {
  font-size: 0.92857rem;
}
.pricing-number {
  font-family: "Arial Black", "Arial", Helvetica, Roboto, sans-serif;
  font-size: 1.71429rem;
  margin-bottom: 0.71429rem;
}
.pricing li {
  padding: 1em 0.25em;
  border-bottom: 1px solid #cccccc;
}
.pricing li:last-child {
  border-bottom: none;
}

.sidebar-card {
  padding: 2rem;
  margin-bottom: 1.42857rem;
  background: #FFFFFF;
}
@media screen and (max-width: 59.9375em) {
  .sidebar-card {
    padding: 1rem;
  }
}
.sidebar-card section {
  border-bottom: 1px solid #B0B0B2;
  padding-bottom: 1.07143rem;
  margin-bottom: 1.07143rem;
}
.sidebar-card section p {
  margin-bottom: 0.71429rem;
}
.sidebar-card section p:last-child {
  margin-bottom: 0;
}
.sidebar-card section:last-child {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.sidebar-card .label {
  border-radius: 0;
  margin-left: -2rem;
  text-transform: uppercase;
  margin-bottom: 0.71429rem;
}
@media screen and (max-width: 59.9375em) {
  .sidebar-card .label {
    margin-left: -1rem;
  }
}
.sidebar-card .pagination li,
.sidebar-card .pagination a {
  font-size: 0.85714rem;
}
.sidebar-card--bg-dark {
  background: #FFEFC2;
}
.sidebar-card--bg-shadow {
  border: 1px solid #B9B9BA;
  box-shadow: 0 4px 8px 0 #D6D6D6;
}

.sidebar-table img {
  float: left;
  padding-right: 3%;
}
.sidebar-table table {
  float: left;
  width: 60%;
  margin: 0;
  font-size: 0.92857rem;
  line-height: 1.5;
}
.sidebar-table table tbody {
  border: none;
}
.sidebar-table table tr {
  vertical-align: top;
}
.sidebar-table table th, .sidebar-table table td {
  padding: 0;
  padding-bottom: 0.25rem;
  background: #FFFFFF;
  text-align: left;
}
.sidebar-table table td {
  padding-left: 0.5rem;
}

.topic {
  background: #1291AE;
  color: #FFFFFF;
}
.topic__right {
  text-align: right;
  margin-bottom: 1.55rem;
}
@media screen and (max-width: 59.9375em) {
  .topic__right {
    text-align: left;
  }
}
.topic__right a {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.topic__right a:hover, .topic__right a:focus {
  color: #e6e6e6;
  border-color: #e6e6e6;
}
.topic__card {
  margin-bottom: 1rem;
  padding: 1rem;
  background: #FFFFFF;
  color: #333;
  transition: 0.25s ease all;
}
.topic__card-link {
  font-weight: bold;
  margin-bottom: 0.71429rem;
  display: inline-block;
}
.topic__card p {
  margin-bottom: 0.71429rem;
}

.viewer {
  border-top: 1px solid #cccccc;
  height: 500px;
  min-height: 200px;
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -2rem;
}
.viewer-back, .viewer-forward {
  text-indent: -9999px;
  border: none;
  width: 2.85714rem;
  height: 100%;
  float: left;
  background: #E8E8E8;
  position: relative;
  transition: 0.25s ease all;
}
.viewer-back:hover, .viewer-back:focus, .viewer-forward:hover, .viewer-forward:focus {
  background-color: #cfcfcf;
  border-color: transparent;
}
.viewer-back:active, .viewer-forward:active {
  box-shadow: inset 0 4px 3px 0 rgba(0, 0, 0, 0.15);
}
.viewer-back:before, .viewer-back:after, .viewer-forward:before, .viewer-forward:after {
  content: ' ';
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 2.14286rem;
  width: 2.14286rem;
  height: 2.14286rem;
  position: absolute;
}
.viewer-back:before, .viewer-forward:before {
  top: 1.42857rem;
}
.viewer-back:after, .viewer-forward:after {
  bottom: 1.42857rem;
}
.viewer-back:before, .viewer-back:after {
  transform: rotate(90deg);
  left: -0.21429rem;
}
.viewer-forward:before, .viewer-forward:after {
  transform: rotate(270deg);
  right: -0.21429rem;
}
.viewer-content {
  float: left;
  width: calc(100% - 80px);
  padding: 2.14286rem;
}

.browse .media-object {
  margin-top: -75px;
  margin-bottom: 2rem;
  background: #FFFFFF;
  font-size: 1.1rem;
}
.browse .media-object-section:last-child {
  padding-left: 2rem;
  padding-right: 2rem;
}
@media screen and (max-width: 59.9375em) {
  .browse .media-object-section:last-child {
    padding: 1rem;
  }
}
.browse .callout {
  margin-bottom: 2rem;
}
.browse .callout ol {
  column-count: 3;
}
@media screen and (max-width: 59.9375em) {
  .browse .callout ol {
    column-count: 2;
  }
}
@media screen and (max-width: 42.79464em) {
  .browse .callout ol {
    column-count: 1;
  }
}
.browse .callout .title {
  margin-bottom: 1rem;
}

.three-column-list {
  column-count: 3;
}
@media screen and (max-width: 59.9375em) {
  .three-column-list {
    column-count: 2;
  }
}

.benefits img {
  width: 100%;
}
.benefits ul {
  margin-top: 1.07143rem;
}
.benefits ul > li {
  margin-top: 1.07143rem;
}

@media screen and (min-width: 42.85714em) {
  .item-content {
    padding-left: 3.21429rem;
  }
}
.item-topics {
  display: inline-block;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
}
.item-topics li {
  display: inline;
  margin-left: 0.5rem;
}
.item-topics li a {
  border-bottom-style: dotted;
}
.item ul, .item p {
  margin-bottom: 0.75rem;
}
.item-actions {
  list-style-type: none;
  margin: 0;
}
@media screen and (min-width: 42.85714em) {
  .item-actions {
    float: right;
    text-align: right;
  }
}
@media screen and (max-width: 42.79464em) {
  .item-actions li {
    display: inline-block;
  }
}

.facet-form fieldset {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #C8C8C8;
}
.facet-form fieldset:last-of-type {
  border: none;
}
.facet-form .custom-cr {
  display: block;
}

.date-facet label {
  display: inline-block;
  width: 5rem;
}

.bulk-actions button {
  margin-bottom: 0;
  margin-right: 0.71429rem;
}
@media screen and (max-width: 42.79464em) {
  .bulk-actions button {
    margin-top: 0.71429rem;
  }
}
.bulk-actions select {
  margin-bottom: 0;
}
@media screen and (max-width: 42.79464em) {
  .bulk-actions select {
    margin-bottom: 1rem;
  }
}
.bulk-actions .custom-cr {
  vertical-align: middle;
}

.result-items {
  margin-left: 0;
  margin-bottom: 2rem;
}
.result-items > li {
  list-style-type: none;
  border-bottom: 1px solid #C8C8C8;
  margin-top: 1.42857rem;
}
.result-items > li blockquote {
  margin-bottom: 0;
}
.result-items > li .custom-cr {
  overflow: visible;
}
