/* Minification failed. Returning unminified contents.
(1751,74): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(2711,66): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
(2717,66): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
 */
@charset "UTF-8";
/** Ultra Light */
@font-face {
  font-family: "San Francisco";
  font-weight: 100;
  src: url(/font/sanfrancisco/sanfranciscodisplay-ultralight-webfont.woff);
}
/** Thin */
@font-face {
  font-family: "San Francisco";
  font-weight: 200;
  src: url(/font/sanfrancisco/sanfranciscodisplay-thin-webfont.woff);
}
/** Regular */
@font-face {
  font-family: "San Francisco";
  font-weight: 400;
  src: url(/font/sanfrancisco/sanfranciscodisplay-regular-webfont.woff);
}
/** Medium */
@font-face {
  font-family: "San Francisco";
  font-weight: 500;
  src: url(/font/sanfrancisco/sanfranciscodisplay-medium-webfont.woff);
}
/** Semi Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 600;
  src: url(/font/sanfrancisco/sanfranciscodisplay-semibold-webfont.woff);
}
/** Bold */
@font-face {
  font-family: "San Francisco";
  font-weight: 700;
  src: url(/font/sanfrancisco/sanfranciscodisplay-bold-webfont.woff);
}
h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

/*! 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&smartphone=23.4375em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 17px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #FBFBFB;
  font-family: "San Francisco", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: normal;
  line-height: 1.5;
  color: #212121;
  -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 {
  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;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.is-visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "San Francisco", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #9B9B9B;
}

h1 {
  font-size: 1.7647058824rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h2 {
  font-size: 1.5294117647rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h3 {
  font-size: 1.2941176471rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h4 {
  font-size: 1.0588235294rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h5 {
  font-size: 0.8235294118rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

h6 {
  font-size: 0.9411764706rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 1rem;
}

@media print, screen and (min-width: 40em) {
  h1 {
    font-size: 2.5294117647rem;
  }
  h2 {
    font-size: 1.7647058824rem;
  }
  h3 {
    font-size: 1.5294117647rem;
  }
  h4 {
    font-size: 1.2941176471rem;
  }
  h5 {
    font-size: 0.9411764706rem;
  }
  h6 {
    font-size: 1rem;
  }
}
h5 {
  font-weight: 500;
}

h6 {
  font-weight: 500;
}

a {
  line-height: inherit;
  color: #197D9B;
  text-decoration: underline;
  cursor: pointer;
}
a:hover, a:focus {
  color: #b6d3dd;
  text-decoration: none;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 70.5882352941rem;
  height: 0;
  margin: 1.1764705882rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #dedede;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.2941176471rem 1rem;
  border-left: 4px solid #dedede;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #212121;
}
blockquote p {
  font-style: italic;
}
blockquote p:last-child {
  margin-bottom: 0;
}

cite {
  font-style: normal;
  display: block;
  font-size: 0.8823529412rem;
  color: #212121;
}
cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #212121;
  color: #212121;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.1176470588rem 0.2941176471rem 0.0588235294rem;
  border: 1px solid #9B9B9B;
  background-color: #dedede;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #212121;
}
pre code {
  display: block;
  overflow-x: auto;
}

kbd {
  margin: 0;
  padding: 0.1176470588rem 0.2352941176rem 0;
  background-color: #dedede;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #212121;
  border-radius: 3px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #212121;
}

.lead {
  font-size: 21.25px;
  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;
}

.mono {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #212121;
    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;
  }
}
.top-bar {
  height: 65px;
  padding: 0.5rem 1rem 0.5rem 3rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #6A3F80;
  color: white;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .top-bar {
    margin-left: 242px;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 23.375em) {
  .top-bar.stacked-for-small .top-bar-left,
  .top-bar.stacked-for-small .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  font-size: 1.0588235294rem;
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.close-button {
  background: rgba(33, 33, 33, 0.03);
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding: 0.5882352941rem;
  border-top: 0;
  border-right: 0;
  cursor: pointer;
}
.close-button path {
  fill: #9B9B9B;
}
.close-button:hover path {
  fill: #212121;
}

.alert {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(155, 155, 155, 0.25);
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #212121;
  border-color: #9B9B9B;
}
.alert > :first-child {
  margin-top: 0;
}
.alert > :last-child {
  margin-bottom: 0;
}
.alert .icon {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.alert .icon--close {
  right: 1rem;
  left: auto;
}
.alert.alert--icon {
  padding-left: 3rem;
}
.alert.alert--success {
  background-color: #e0f1e7;
  color: #0c4623;
  border-color: #A5DFB9;
}
.alert.alert--success .icon__img {
  fill: #0c4623;
}
.alert.alert--info {
  background-color: #e0ebee;
  color: #115165;
  border-color: #A7CAD5;
}
.alert.alert--info .icon__img {
  fill: #115165;
}
.alert.alert--warning {
  background-color: #f9f4e2;
  color: #483809;
  border-color: #E8D6A5;
}
.alert.alert--warning .icon__img {
  fill: #483809;
}
.alert.alert--error {
  background-color: #fae6e2;
  color: #551b0e;
  border-color: #FABAAD;
}
.alert.alert--error .icon__img {
  fill: #551b0e;
}

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(105, 97, 110, 0.75);
  overflow-y: scroll;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  outline: 0;
  display: none;
  border: 1px solid #dedede;
  border-radius: 3px;
  background-color: #FBFBFB;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.1), 0 6px 30px 5px rgba(0, 0, 0, 0.1), 0 8px 10px -5px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal .modal__header {
  padding: 1.7647058824rem 1.7647058824rem 0 1.7647058824rem;
}
.reveal .modal__body {
  padding: 1.7647058824rem;
  max-height: 50vh;
  margin-bottom: 1.7647058824rem;
  overflow: auto;
}
.reveal.small .modal__body {
  padding: 0.8823529412rem;
}
.reveal.large .modal__body, .reveal.tall .modal__body {
  max-height: 66vh;
  max-height: calc(100vh - 50px - 7.0588235294rem);
}
.reveal .modal__header + .modal__body {
  padding: 0 1.7647058824rem 0 1.7647058824rem;
}
.reveal .modal__footer {
  border-top: 1px solid #dedede;
  padding: 0.8823529412rem 1.7647058824rem 0.8823529412rem 1.7647058824rem;
  margin-top: -1.7647058824rem;
}
.reveal .modal__footer .button {
  margin: 0 1rem;
}
.reveal .modal__body > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 70.5882352941rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 30%;
    max-width: 70.5882352941rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 70.5882352941rem;
  }
}
.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;
}
.reveal .modal__close {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 23.375em) {
  .reveal {
    left: 0;
    width: 100%;
    max-width: none;
    margin-left: 0;
    border: 0;
    border-radius: 0;
    top: 200px !important;
    bottom: 0 !important;
    position: absolute;
  }
  .reveal .modal__body {
    position: absolute;
    top: 5.2941176471rem;
    bottom: 1.7647058824rem;
    max-height: none;
    position: absolute;
  }
  .reveal .modal__footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .reveal.large, .reveal.tall {
    top: 50px !important;
  }
  .reveal.large .modal__body, .reveal.tall .modal__body {
    max-height: none;
  }
  .reveal.no-header .modal__body {
    top: 0;
  }
  .reveal.no-footer .modal__body {
    bottom: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.5882352941rem 1.1764705882rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "San Francisco", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #197D9B;
  color: #fff;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #153e4a;
  color: #fff;
}
.button--tiny {
  font-size: 0.7058823529rem;
  padding: 0.2352941176rem 0.5882352941rem;
}
.button--small {
  font-size: 0.8235294118rem;
  padding: 0.2941176471rem 0.8823529412rem;
}
.button--large {
  font-size: 0.9411764706rem;
  padding: 0.7058823529rem 1.1764705882rem;
}
.button--huge {
  font-size: 1.1764705882rem;
  padding: 0.8235294118rem 1.7647058824rem;
}
.button--expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button--alternative {
  background-color: #6A3F80;
  color: #fff;
}
.button--alternative:hover, .button--alternative:focus {
  background-color: #69616e;
  color: #fff;
}
.button--secondary {
  background-color: #b6d3dd;
  color: #153e4a;
}
.button--secondary:hover, .button--secondary:focus {
  background-color: #197D9B;
  color: #153e4a;
}
.button--disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button--disabled:hover, .button--disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
  background-color: #197D9B;
  color: #fff;
}
.button--icon svg {
  vertical-align: middle;
  width: 16px;
  height: auto;
}
.button--icon.button--tiny svg {
  width: 12px;
}
.button--icon.button--small svg {
  width: 14px;
}
.button--icon.button--large svg {
  width: 18px;
}
.button--icon.button--huge svg {
  width: 24px;
}
.button--text {
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 0;
  border-bottom: 2px solid #197D9B;
  background: none;
  padding: 0;
  border-radius: 0;
}
.button--text, .button--text:link {
  color: #197D9B;
}
.button--text, .button--text:link, .button--text:hover {
  background: none;
  text-decoration: none;
}
.button--text:hover {
  border-bottom: 2px solid rgba(25, 125, 155, 0);
}
.button--text:hover {
  color: #197D9B;
}
.button--text:focus {
  color: #197D9B;
  background-color: transparent;
}
.button--dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1.1764705882rem;
}
.button__arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}
.button--transparent {
  background: none;
}
.button--transparent:hover {
  background: none;
}
.button--input-group {
  background: #F4F9FA;
}
.button--input-group:hover {
  background: #F4F9FA;
}

.button-lines {
  display: inline-block;
  margin: 0 1rem;
  border: none;
  background: none;
  padding: 8px 4px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 2.2857142857px;
}
.button-lines .lines {
  display: inline-block;
  width: 16px;
  height: 2.2857142857px;
  background: #197D9B;
  border-radius: 1.1428571429px;
  transition: 0.3s;
  position: relative;
}
.button-lines .lines:before, .button-lines .lines:after {
  display: inline-block;
  width: 16px;
  height: 2.2857142857px;
  background: #197D9B;
  border-radius: 1.1428571429px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 1.1428571429px center;
}
.button-lines .lines:before {
  top: 4px;
}
.button-lines .lines:after {
  top: -4px;
}
.button-lines:hover {
  opacity: 1;
}
.button-lines:hover .lines:before {
  top: 5px;
}
.button-lines:hover .lines:after {
  top: -5px;
}
.button-lines:active {
  transition: 0;
}
.button-lines span {
  display: block;
}
.button-lines.close {
  transform: scale3d(1, 1, 1);
}
.button-lines.close .lines {
  background: transparent;
}
.button-lines.close .lines:before, .button-lines.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 16px;
}
.button-lines.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.button-lines.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

.button-panel {
  padding-top: 10px;
  text-align: right;
}
.button-panel .button {
  margin-left: 10px;
}

[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.1764705882rem;
  margin: 0 0 0.9411764706rem;
  padding: 0.4705882353rem;
  border: 1px solid #cae2e7;
  border-radius: 3px;
  background-color: #F4F9FA;
  box-shadow: none;
  font-family: inherit;
  font-size: 0.8235294118rem;
  font-weight: normal;
  color: #212121;
  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 #b6d3dd;
  background-color: #fff;
  box-shadow: 0 0 5px #197D9B;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[type=text].input-small, [type=password].input-small, [type=date].input-small, [type=datetime].input-small, [type=datetime-local].input-small, [type=month].input-small, [type=week].input-small, [type=email].input-small, [type=number].input-small, [type=search].input-small, [type=tel].input-small, [type=time].input-small, [type=url].input-small, [type=color].input-small,
textarea.input-small {
  font-size: 0.8235294118rem;
  padding: 0.3137254902rem;
  height: 1.5294117647rem;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input::placeholder,
textarea::placeholder {
  color: #9B9B9B;
}
input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #dedede;
  cursor: not-allowed;
}

.readonly {
  color: #212121;
  margin: 0 0 0.9411764706rem;
  font-size: 0.8235294118rem;
}

[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 0.4705882353rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.4705882353rem;
  margin-right: 0.9411764706rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.4705882353rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.small {
  font-size: 0.8235294118rem;
}
label.middle {
  margin: 0 0 0.9411764706rem;
  padding: 0.5294117647rem 0;
}

.help-text {
  margin-top: -0.4705882353rem;
  margin-bottom: 0;
  font-size: 0.8235294118rem;
  font-style: italic;
  color: #9B9B9B;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 0.9411764706rem;
}
.input-group > :first-child {
  border-radius: 3px 0 0 3px;
}
.input-group > :last-child > * {
  border-radius: 0 3px 3px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 2px solid #F4F9FA;
  background: #fff;
  color: #212121;
  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 {
  height: 2.2352941176rem;
}

.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.2352941176rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.8235294118rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0 0 0.9411764706rem 0;
  padding: 0;
  border: 0;
}

.fieldset {
  margin: 1.0588235294rem 0;
  padding: 1.1764705882rem;
  border: 1px solid #b6d3dd;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.fieldset .legend {
  font-size: 1.1764705882rem;
  font-weight: bold;
}
.fieldset .expand-to-edge {
  margin-left: -20px;
  margin-right: -20px;
}
.fieldset .align-to-bottom {
  margin-bottom: -20px;
}
.fieldset .align-to-top {
  margin-top: -20px;
}
.fieldset > legend {
  max-width: 100%;
  margin-bottom: 0.4705882353rem;
}
.fieldset .field-group {
  border-bottom: 1px solid #b6d3dd;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

select {
  height: 2.1764705882rem;
  margin: 0 0 0.9411764706rem;
  padding: 0.4705882353rem;
  appearance: none;
  border: 1px solid #cae2e7;
  border-radius: 3px;
  background-color: #F4F9FA;
  font-family: inherit;
  font-size: 0.8235294118rem;
  line-height: normal;
  color: #212121;
  background-image: url(/Stylesheets/data:image/svg+xml;utf8,<svg viewBox="5 8 13 9" xmlns="http:/www.w3.org/2000/svg"><polygon stroke="none" fill="rgb%2825, 125, 155%29" points="7.4099994 8.83999968 11.9999993 13.4199993 16.5899991 8.83999968 17.9999989 10.2499994 11.9999993 16.2499991 5.99999964 10.2499994"></polygon></svg>);
  background-origin: content-box;
  background-position: right -0.9411764706rem center;
  background-repeat: no-repeat;
  background-size: 13px 9px;
  padding-right: 1.4117647059rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(/Stylesheets/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAAXNSR0IArs4c6QAAAJxJREFUGNON0DESwWAQhuF3f4UubuAEqRQZ4wLoxQ2UEjeR5A6qXOCfdEpq4xBU9KyCMclmMnz18+3OLgAk+YBf+Zgem+0SkR3RfM/BXzpwiKNiPL06HjJBNcBRkuRhBy5RDVBZCQDrLMMRI3LnSUyRnloYzqgs5DvJlgCLKdKbNNbXS4DF76PrOXpPNBsijIC+xe1CsyQW/V3mxf6mEPuZWEXdwAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #b6d3dd;
  background-color: #fff;
  box-shadow: 0 0 5px #197D9B;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #dedede;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select.input-small {
  font-size: 0.8235294118rem;
  padding: 0.3137254902rem;
  padding-top: 0.1882352941rem;
  padding-bottom: 0.1882352941rem;
  height: 1.5294117647rem;
  padding-right: 1.4117647059rem;
}

.is-invalid-input:not(:focus) {
  border-color: #FABAAD;
  background-color: #fff8f7;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #FABAAD;
}

.is-invalid-label {
  color: #FABAAD;
}

.form-error {
  display: none;
  margin-top: -0.4705882353rem;
  margin-bottom: 0.9411764706rem;
  font-size: 0.7058823529rem;
  font-weight: bold;
  color: #FABAAD;
}
.form-error.is-visible {
  display: block;
}

.input-upload {
  border-radius: 3px;
  background-color: #fff;
  padding: 3rem 0;
  position: relative;
  text-align: center;
}
.input-upload.is-dragover {
  background-color: #F4F9FA;
}
.input-upload__icon, .input-upload__dragndrop, .input-upload__uploading, .input-upload__success, .input-upload__error {
  display: none;
}
.input-upload.is-uploading .input-upload__input, .input-upload.is-success .input-upload__input, .input-upload.is-uploading .input-upload__input {
  visibility: hidden;
}
.input-upload.is-uploading .input-upload__uploading,
.input-upload.is-uploading .input-upload__success,
.input-upload.is-uploading .input-upload__error, .input-upload.is-success .input-upload__uploading,
.input-upload.is-success .input-upload__success,
.input-upload.is-success .input-upload__error, .input-upload.is-uploading .input-upload__uploading,
.input-upload.is-uploading .input-upload__success,
.input-upload.is-uploading .input-upload__error {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  transform: translateY(-50%);
}
.input-upload__uploading {
  font-style: italic;
}
.input-upload__success {
  animation: appear-from-inside 0.25s ease-in-out;
}
@keyframes appear-from-inside {
  from {
    transform: translateY(-50%) scale(0);
  }
  75% {
    transform: translateY(-50%) scale(1.1);
  }
  to {
    transform: translateY(-50%) scale(1);
  }
}
.input-upload__restart {
  font-weight: 500;
}
.input-upload__restart:focus, .input-upload__restart:hover {
  color: red;
}
.js .input-upload__file {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
.js .input-upload__file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}
.no-js .input-upload__file + label {
  display: none;
}
.no-js .input-upload__file .input-upload__button {
  display: block;
}
.input-upload__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.5882352941rem 1.1764705882rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 3px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: "San Francisco", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #197D9B;
  color: #fff;
}
[data-whatinput=mouse] .input-upload__button {
  outline: 0;
}
.input-upload__button:hover, .input-upload__button:focus {
  background-color: #153e4a;
  color: #fff;
}
.input-upload.has-advanced-upload {
  border: 2px dashed #e8edee;
  transition: background-color 0.15s linear;
}
.input-upload.has-advanced-upload .input-upload__dragndrop {
  display: inline;
}
.input-upload.has-advanced-upload .input-upload__icon {
  display: inline-block;
  width: 14px;
  height: 17px;
  fill: #197D9B;
  vertical-align: middle;
  margin-right: 1rem;
}

.table-title {
  border: 1px solid #b6d3dd;
  border-bottom: 0;
  margin-bottom: 0;
  padding: 0.5882352941rem 1.7647058824rem;
  position: relative;
  background-color: #fff;
}
.table-title * {
  margin: 0;
}

table.table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 3px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
table.table thead,
table.table tbody,
table.table tfoot {
  border: 1px solid #b6d3dd;
  background-color: #fff;
}
table.table caption {
  padding: 0.5882352941rem 1.7647058824rem;
  font-weight: bold;
}
table.table thead {
  background: #fff;
  color: #197D9B;
  border-bottom: 3px solid rgba(182, 211, 221, 0.2);
}
table.table tfoot {
  background: #fff;
  color: #212121;
}
table.table thead tr,
table.table tfoot tr {
  background: transparent;
}
table.table thead th,
table.table thead td,
table.table tfoot th,
table.table tfoot td {
  padding: 0.5882352941rem 1.7647058824rem;
  font-weight: bold;
  text-align: left;
  font-size: 0.7058823529rem;
}
table.table thead td,
table.table thead th {
  border-bottom: 1px solid #b6d3dd;
}
table.table tbody th,
table.table tbody td {
  padding: 0.5882352941rem 1.7647058824rem;
  vertical-align: top;
}
table.table tbody tr:nth-child(even) {
  border-bottom-width: 0;
  background-color: #F4F9FA;
}
table.table.unstriped tbody {
  background-color: #fff;
}
table.table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #b6d3dd;
  background-color: #fff;
}

table.table tbody td.numeric, table.table tbody td.numeric input[type=text], table.table tbody td.numeric input[type=number], table.table tbody th.numeric, table.table tbody th.numeric input[type=text], table.table tbody th.numeric input[type=number] {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.9411764706rem;
}
table.table:not(.stack) thead td.numeric, table.table:not(.stack) thead td.numeric input[type=text], table.table:not(.stack) thead td.numeric input[type=number], table.table:not(.stack) thead th.numeric, table.table:not(.stack) thead th.numeric input[type=text], table.table:not(.stack) thead th.numeric input[type=number], table.table:not(.stack) tbody td.numeric, table.table:not(.stack) tbody td.numeric input[type=text], table.table:not(.stack) tbody td.numeric input[type=number], table.table:not(.stack) tbody th.numeric, table.table:not(.stack) tbody th.numeric input[type=text], table.table:not(.stack) tbody th.numeric input[type=number] {
  text-align: right;
}
@media screen and (min-width: 64em) {
  table.table.stack thead td.numeric, table.table.stack thead td.numeric input[type=text], table.table.stack thead td.numeric input[type=number], table.table.stack thead th.numeric, table.table.stack thead th.numeric input[type=text], table.table.stack thead th.numeric input[type=number], table.table.stack tbody td.numeric, table.table.stack tbody td.numeric input[type=text], table.table.stack tbody td.numeric input[type=number], table.table.stack tbody th.numeric, table.table.stack tbody th.numeric input[type=text], table.table.stack tbody th.numeric input[type=number] {
    text-align: right;
  }
}
table.table tbody td.numeric-force, table.table tbody td.numeric-force input[type=text], table.table tbody td.numeric-force input[type=number], table.table tbody th.numeric-force, table.table tbody th.numeric-force input[type=text], table.table tbody th.numeric-force input[type=number] {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 0.9411764706rem;
}
table.table thead td.numeric-force, table.table thead td.numeric-force input[type=text], table.table thead td.numeric-force input[type=number], table.table thead th.numeric-force, table.table thead th.numeric-force input[type=text], table.table thead th.numeric-force input[type=number], table.table tbody td.numeric-force, table.table tbody td.numeric-force input[type=text], table.table tbody td.numeric-force input[type=number], table.table tbody th.numeric-force, table.table tbody th.numeric-force input[type=text], table.table tbody th.numeric-force input[type=number] {
  text-align: right;
}

th.sort-desc:after,
th.sort-asc:after {
  content: "";
  background: url(/Stylesheets/data:image/svg+xml;utf8,%3Csvg%20width%3D%228px%22%20height%3D%226px%22%20viewBox%3D%2236%205%208%206%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpolygon%20fill%3D%22%23287E99%22%20points%3D%2237.8224995%205.83999968%2040.4999996%208.51166626%2043.1774997%205.83999968%2043.9999996%206.66249959%2040.4999996%2010.1624996%2036.9999996%206.66249959%22%3E%3C%2Fpolygon%3E%3C%2Fsvg%3E);
  display: inline-block;
  width: 8px;
  height: 6px;
  margin-left: 4px;
}

th.sort-desc:after {
  transform: rotate(180deg);
}

@media screen and (max-width: 63.9375em) {
  table.stack {
    box-shadow: none;
  }
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tbody {
    border: 0;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
    border: 1px solid #b6d3dd;
  }
  table.stack tr[data-table-title],
  table.stack th[data-table-title],
  table.stack td[data-table-title] {
    font-weight: bold;
    text-align: center;
    background-color: #edf5f7;
    border-bottom: 1px solid #b6d3dd;
  }
  table.stack tr[data-table-label],
  table.stack th[data-table-label],
  table.stack td[data-table-label] {
    position: relative;
  }
  table.stack tr[data-table-label]:before,
  table.stack th[data-table-label]:before,
  table.stack td[data-table-label]:before {
    content: attr(data-table-label);
    font-size: 0.5882352941rem !important;
    display: block;
    font-weight: bold;
    font-family: "San Francisco", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  }
  table.stack td {
    font-size: 1rem;
    border-right: 0;
    border-left: 0;
    border-top: 0;
    padding: 0.2941176471rem;
  }
}
@media screen and (max-width: 63.9375em) and (min-width: 23.4375em) {
  table.stack td.inline {
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    min-height: 62px;
  }
  table.stack td.inline ~ .inline, table.stack td.inline ~ .inline-force {
    border-left: 1px solid #b6d3dd;
  }
  table.stack td.inline.inline-3 {
    width: 33%;
  }
  table.stack td.inline.inline-4 {
    width: 25%;
  }
  table.stack td.inline.inline-5 {
    width: 20%;
  }
  table.stack td.inline.inline-editable {
    min-height: 82px;
  }
  table.stack td.inline[data-table-label]:before {
    white-space: nowrap;
  }
}
@media screen and (max-width: 63.9375em) {
  table.stack td.inline-force {
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    min-height: 62px;
  }
  table.stack td.inline-force ~ .inline, table.stack td.inline-force ~ .inline-force {
    border-left: 1px solid #b6d3dd;
  }
  table.stack td.inline-force.inline-3 {
    width: 33%;
  }
  table.stack td.inline-force.inline-4 {
    width: 25%;
  }
  table.stack td.inline-force.inline-5 {
    width: 20%;
  }
  table.stack td.inline-force.inline-editable {
    min-height: 82px;
  }
  table.stack td.inline-force[data-table-label]:before {
    white-space: nowrap;
  }
}
@media screen and (max-width: 63.9375em) {
  table.stack tr {
    margin-bottom: 1rem;
    font-size: 0;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
  table.stack tr:nth-child(even) {
    background-color: #fff;
  }
}
@media screen and (max-width: 63.9375em) {
  table.stack .hide-for-stacked {
    display: none !important;
  }
}
@media screen and (min-width: 64em) {
  table.stack .show-for-stacked-only {
    display: none !important;
  }
}
@media print {
  table.stack .show-for-stacked-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  table.stack.compact td.inline {
    display: inline-block;
    width: 50%;
    white-space: nowrap;
    min-height: 62px;
    min-height: 52px;
  }
  table.stack.compact td.inline ~ .inline, table.stack.compact td.inline ~ .inline-force {
    border-left: 1px solid #b6d3dd;
  }
  table.stack.compact td.inline.inline-3 {
    width: 33%;
  }
  table.stack.compact td.inline.inline-4 {
    width: 25%;
  }
  table.stack.compact td.inline.inline-5 {
    width: 20%;
  }
  table.stack.compact td.inline.inline-editable {
    min-height: 82px;
  }
  table.stack.compact td.inline[data-table-label]:before {
    white-space: nowrap;
  }
  table.stack.compact td.inline.inline-editable {
    min-height: 72px;
  }
}

@media screen and (max-width: 63.9375em) {
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
  }
  .pinned table {
    width: 100%;
  }
  .pinned table td,
  .pinned table th {
    white-space: nowrap;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.1);
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  table.scroll-pinned th,
  table.scroll-pinned td {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.scroll-pinned th:first-child,
  table.scroll-pinned td:first-child {
    display: none;
  }
  table.scroll-pinned.pinned td {
    display: none;
  }
}

table.hover thead tr:hover {
  background-color: #F4F9FA;
}
table.hover tfoot tr:hover {
  background-color: #F4F9FA;
}
table.hover tbody tr:hover {
  background-color: #edf5f7;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #dbecef;
}

table.compact tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #b6d3dd;
  background-color: #fff;
}
table.compact tbody td,
table.compact tbody th,
table.compact thead td,
table.compact thead th {
  font-size: 0.7058823529rem !important;
  padding: 0.2941176471rem;
  vertical-align: top;
  border-left: 1px solid #b6d3dd;
}

.table-scroll {
  position: relative;
  overflow-x: auto;
}
.table-scroll table {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.breakwords td:not(.numeric), table.breakwords th {
  word-break: break-word;
}

.nav {
  margin: 0;
  list-style: none;
}
.nav > li {
  display: block;
  border-bottom: 1px solid #b6d3dd;
}
.nav > li a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.8823529412rem;
  color: #212121;
  text-decoration: none;
}
.nav > li:last-child {
  border-bottom: 0;
}
.nav > li:last-child a {
  padding-bottom: 0;
}

.site-menu.is-open {
  transform: translateX(0) !important;
  transform: translateZ(0) !important;
  visibility: visible !important;
}

.site-menu {
  visibility: hidden;
  transform: translateX(-242px);
}

.site-menu {
  width: 242px;
  background: #FFFFFF;
  height: 100%;
  transform-style: preserve-3d;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
  transition-property: transform, left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 75em) {
  .site-menu {
    transform: translateX(0);
    transform: translateZ(0);
    visibility: visible;
  }
  .site-menu__toggle {
    display: none !important;
  }
}
.site-menu__header {
  width: 242px;
  border-bottom: 1px solid #b6d3dd;
  padding: 0 1rem;
  margin-bottom: 1rem;
  height: 65px;
  position: relative;
  display: flex;
  align-items: center;
}
.site-menu__toggle {
  display: inline-block;
  margin: 0 1rem;
  border: none;
  background: none;
  padding: 8px 4px;
  transition: 0.3s;
  cursor: pointer;
  user-select: none;
  border-radius: 2.2857142857px;
  position: absolute;
  right: 0;
  top: 22px;
}
.site-menu__toggle .lines {
  display: inline-block;
  width: 16px;
  height: 2.2857142857px;
  background: #197D9B;
  border-radius: 1.1428571429px;
  transition: 0.3s;
  position: relative;
}
.site-menu__toggle .lines:before, .site-menu__toggle .lines:after {
  display: inline-block;
  width: 16px;
  height: 2.2857142857px;
  background: #197D9B;
  border-radius: 1.1428571429px;
  transition: 0.3s;
  position: absolute;
  left: 0;
  content: "";
  transform-origin: 1.1428571429px center;
}
.site-menu__toggle .lines:before {
  top: 4px;
}
.site-menu__toggle .lines:after {
  top: -4px;
}
.site-menu__toggle:hover {
  opacity: 1;
}
.site-menu__toggle:hover .lines:before {
  top: 5px;
}
.site-menu__toggle:hover .lines:after {
  top: -5px;
}
.site-menu__toggle:active {
  transition: 0;
}
.site-menu__toggle span {
  display: block;
}
.site-menu__toggle.close {
  transform: scale3d(1, 1, 1);
}
.site-menu__toggle.close .lines {
  background: transparent;
}
.site-menu__toggle.close .lines:before, .site-menu__toggle.close .lines:after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  top: 0;
  width: 16px;
}
.site-menu__toggle.close .lines:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}
.site-menu__toggle.close .lines:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}
.site-menu__toggle--header {
  right: auto;
  left: 0;
}
.site-menu__toggle--header .lines, .site-menu__toggle--header .lines:before, .site-menu__toggle--header .lines:after {
  background: #fff;
}
.site-menu__footer {
  width: 242px;
  position: absolute;
  bottom: 0;
  height: 65px;
  font-size: 11px;
  border-top: 1px solid #b6d3dd;
  padding: 0.5rem 1rem;
  text-align: center;
  line-height: 1;
}
.site-menu__footer * {
  margin: 0;
}

.menu {
  margin: 0;
  list-style: none;
  overflow: auto;
  position: absolute;
  bottom: 0;
  top: 65px;
  bottom: 65px;
  width: 242px;
}
.menu > li {
  vertical-align: middle;
  display: table-cell;
}
.menu > li > a {
  font-size: 0.8235294118rem;
  font-weight: bold;
  display: block;
  padding: 1rem;
  line-height: 1;
  color: #212121;
  text-decoration: none;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu.vertical > li {
  display: block;
}
.menu.nested {
  margin-left: 1rem;
  position: relative;
  top: auto;
  bottom: auto;
  width: auto;
}
.menu.nested > li > a {
  font-weight: normal;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.tabs {
  margin: 0;
  background: transparent;
  list-style-type: none;
  position: relative;
  z-index: 2;
  bottom: -1px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
}
.tabs::after {
  clear: both;
}
.tabs ~ a {
  display: none;
}
.tabs.is-overflown {
  margin-left: 2rem;
  margin-right: 2rem;
}
.tabs.is-overflown ~ a {
  display: block;
  top: 0;
  bottom: 0;
  width: 20px;
  vertical-align: middle;
  text-align: center;
}
.tabs.is-overflown ~ a svg {
  margin: auto;
  margin-top: 14px;
}

.tab-wrapper {
  position: relative;
}
.tab-wrapper .tabs {
  overflow-x: hidden;
}

.js-tab-scroll-right,
.js-tab-scroll-left {
  position: absolute;
  top: 0;
  z-index: 10;
  background-color: white;
}

.js-tab-scroll-right {
  right: 0;
}

.js-tab-scroll-left {
  left: 0;
}

.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: #197D9B;
}
.tabs.primary > li > a {
  color: white;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1b88a9;
}

.tabs-title {
  display: inline-block;
}
.tabs-title > a {
  display: block;
  padding: 0.7058823529rem 1.1764705882rem;
  font-size: 1rem;
  line-height: 1;
  color: #197D9B;
  font-weight: bold;
  text-decoration: none;
}
.tabs-title > a:hover {
  text-decoration: underline;
  background: rgba(255, 255, 255, 0);
  color: #166c85;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: white;
  color: #212121;
  border: 1px solid #dedede;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  position: relative;
}
.tabs-title > a:focus:after, .tabs-title > a[aria-selected=true]:after {
  width: 100%;
  position: absolute;
  height: 20px;
  background: white;
  content: "";
  display: block;
  bottom: -20px;
  left: 0;
}

.tabs-content {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #dedede;
  background: white;
  border-radius: 3px;
  color: #212121;
  transition: all 0.5s ease;
  position: relative;
  z-index: 1;
}

.tabs-content.vertical {
  border: 1px solid #dedede;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel[aria-hidden=false], .tabs-panel.is-active {
  display: block;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  display: block;
  width: 220px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #b6d3dd;
  border-radius: 3px;
  background-color: white;
  font-size: 1rem;
}
.dropdown-pane.is-open {
  visibility: visible;
}
.dropdown-pane .nav {
  margin-top: 1rem;
  border-top: 1px solid #b6d3dd;
  margin-left: -1rem;
  margin-right: -1rem;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.accordion {
  margin-left: 0;
  background: white;
  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 1.25rem 2rem;
  border: 1px solid #b6d3dd;
  border-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  color: #212121;
  text-decoration: none;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #b6d3dd;
  border-radius: 0 0 3px 3px;
}
.accordion-title:hover, .accordion-title:focus {
  color: #212121;
  background-color: rgba(182, 211, 221, 0.4);
}
.accordion-title::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0.8rem;
  margin-top: -0.5rem;
  content: "";
  background: url(/Stylesheets/data:image/svg+xml;utf8,<svg width='8px' height='13px' viewBox='8 5 8 13' xmlns='http:/www.w3.org/2000/svg'><polygon fill='#287E99' points='9.9999994 5.99999964 8.58999963 7.4099994 13.1699992 11.9999993 8.58999963 16.5899991 9.9999994 17.9999989 15.999999 11.9999993'></polygon></svg>) no-repeat 3px 50%;
  background: url(/Stylesheets/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAMCAYAAACwXJejAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACWSURBVChTY2QAgYL+MIb/jKlAHMIwKf8jWAwJMDLkTeRnYGI4wfD/Px+Qfw2bQiawwD+GUAZGxk9AvhYD4/81YI1IAGIdCORN1AFqWY3NRIQiEMChEFURCGBRyASRwQH+MVzFNAnZlH9AenJBAUgYu8ORFIAARBEeBSCAGphYFIAAM8PJHT8ZLNxfM/xj/IxNAQMDAwMA1gBSStMNTYwAAAAASUVORK5CYII=) no-repeat left;
  width: 16px;
  height: 13px;
}
.is-active > .accordion-title::before {
  background: url(/Stylesheets/data:image/svg+xml;utf8,<svg width='13px' height='9px' viewBox='5 7 13 9' xmlns='http:/www.w3.org/2000/svg'><polygon fill='#287E99' points='7.4099994 7.83999968 11.9999993 12.4199993 16.5899991 7.83999968 17.9999989 9.24999944 11.9999993 15.2499991 5.99999964 9.24999944'></polygon></svg>) no-repeat 0 90%;
  background: url(/Stylesheets/data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAJCAYAAAAGuM1UAAAAAXNSR0IArs4c6QAAAJxJREFUGNON0DESwWAQhuF3f4UubuAEqRQZ4wLoxQ2UEjeR5A6qXOCfdEpq4xBU9KyCMclmMnz18+3OLgAk+YBf+Zgem+0SkR3RfM/BXzpwiKNiPL06HjJBNcBRkuRhBy5RDVBZCQDrLMMRI3LnSUyRnloYzqgs5DvJlgCLKdKbNNbXS4DF76PrOXpPNBsijIC+xe1CsyQW/V3mxf6mEPuZWEXdwAAAABJRU5ErkJggg==) no-repeat left;
}

.accordion-buttons-container {
  position: relative;
  overflow: visible;
}
.accordion-buttons-container .accordion-buttons {
  position: absolute;
  right: 1rem;
  top: -42px;
}
.accordion-buttons-container .accordion-buttons > i, .accordion-buttons-container .accordion-buttons > button, .accordion-buttons-container .accordion-buttons > input, .accordion-buttons-container .accordion-buttons > a {
  margin-left: 1rem;
}

.accordion-content {
  display: none;
  padding: 1rem;
  box-shadow: inset 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #b6d3dd;
  border-bottom: 0;
  background-color: white;
  color: #212121;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #b6d3dd;
}

.demo-menu-wrapper {
  position: relative;
  height: 850px;
}

.material-icons.icon-primary {
  color: #6A3F80;
}

.material-icons.icon-secondary {
  color: #197D9B;
}

.material-icons.icon-danger {
  color: red;
}

.material-icons.icon-warning {
  color: #FD5606;
}

.material-icons.icon-success {
  color: green;
}

.material-icons.icon-green {
  color: #A5DFB9;
}

.material-icons.icon-blue {
  color: #A7CAD5;
}

.material-icons.icon-yellow {
  color: #E8D6A5;
}

.material-icons.icon-red {
  color: #FABAAD;
}

.material-icons.icon-18 {
  font-size: 18px;
}

.material-icons.icon-24 {
  font-size: 24px;
}

.material-icons.icon-36 {
  font-size: 36px;
}

.material-icons.icon-48 {
  font-size: 48px;
}

.material-icons.icon-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg); /* IE 9 */
    transform: rotate(0deg); /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg); /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg); /* IE 9 */
    transform: rotate(360deg); /* Firefox 16+, IE 10+, Opera */
  }
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/font/material-icons/MaterialIcons-Regular.woff2) format("woff2"), url(/font/material-icons/MaterialIcons-Regular.woff) format("woff"), url(/font/material-icons/MaterialIcons-Regular.ttf) format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

/* Date picker control */
div.datepicker {
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px !important;
  position: absolute;
  cursor: default !important;
  top: 0;
  left: 0;
  display: none;
  background-color: White;
}
div.datepicker table table thead,
div.datepicker table table tbody,
div.datepicker table table tfoot {
  border: 1px solid #b6d3dd;
  background-color: #fff;
}
div.datepicker table table caption {
  padding: 0.5882352941rem 1.7647058824rem;
  font-weight: bold;
}
div.datepicker table table thead {
  background: #fff;
  color: #197D9B;
  border-bottom: 3px solid rgba(182, 211, 221, 0.2);
}
div.datepicker table table tfoot {
  background: #fff;
  color: #212121;
}
div.datepicker table table thead tr,
div.datepicker table table tfoot tr {
  background: transparent;
}
div.datepicker table table thead th,
div.datepicker table table thead td,
div.datepicker table table tfoot th,
div.datepicker table table tfoot td {
  padding: 0.5882352941rem 1.7647058824rem;
  font-weight: bold;
  text-align: left;
  font-size: 0.7058823529rem;
}
div.datepicker table table thead td,
div.datepicker table table thead th {
  border-bottom: 1px solid #b6d3dd;
}
div.datepicker table table tbody th,
div.datepicker table table tbody td {
  padding: 0.5882352941rem 1.7647058824rem;
  vertical-align: top;
}
div.datepicker table table.unstriped tbody {
  background-color: #fff;
}
div.datepicker table table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #b6d3dd;
  background-color: #fff;
}
div.datepicker table table tbody th,
div.datepicker table table tbody td,
div.datepicker table table thead th,
div.datepicker table table thead td {
  padding: 0.5882352941rem 1.1764705882rem !important;
}
@media screen and (max-width: 39.9375em) {
  div.datepicker table table tbody th,
  div.datepicker table table tbody td,
  div.datepicker table table thead th,
  div.datepicker table table thead td {
    padding: 0.4411764706rem 0.2941176471rem !important;
  }
}
@media screen and (max-width: 39.9375em) {
  div.datepicker table {
    width: 100%;
    min-width: 250px;
  }
}
div.datepicker:not(.flat) {
  z-index: 10000;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 18px 0 rgba(0, 0, 0, 0.1), 0 3px 5px -1px rgba(0, 0, 0, 0.1);
}

.datepickerContainer {
  background: white !important;
}

.datepickerBorderT {
  position: absolute;
  left: 10px;
  top: 0;
  right: 10px;
  height: 10px;
  background: url(/img/datepicker/datepicker_t.png);
}

.datepickerBorderB {
  position: absolute;
  left: 10px;
  bottom: 0;
  right: 10px;
  height: 10px;
  background: url(/img/datepicker/datepicker_b.png);
}

.datepickerBorderL {
  position: absolute;
  left: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(/img/datepicker/datepicker_l.png);
}

.datepickerBorderR {
  position: absolute;
  right: 0;
  bottom: 10px;
  top: 10px;
  width: 10px;
  background: url(/img/datepicker/datepicker_r.png);
}

.datepickerBorderTL {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(/img/datepicker/datepicker_tl.png);
}

.datepickerBorderTR {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/img/datepicker/datepicker_tr.png);
}

.datepickerBorderBL {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: url(/img/datepicker/datepicker_bl.png);
}

.datepickerBorderBR {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background: url(/img/datepicker/datepicker_br.png);
}

.datepickerHidden {
  display: none;
}

div.datepicker table {
  border-collapse: collapse;
}

div.datepicker a {
  color: black !important;
  text-decoration: none;
  cursor: default;
  outline: none;
  background: inherit !important;
}

div.datepicker table td {
  text-align: right;
  padding: 0;
  margin: 0;
  border-bottom: none;
}

div.datepicker th {
  text-align: center;
  font-weight: normal;
}

div.datepicker tbody th {
  text-align: left;
}

div.datepicker tbody a {
  display: block;
}

.datepickerDays a {
  width: 20px;
  line-height: 16px;
  height: 16px;
  padding-right: 2px;
}

.datepickerYears a,
.datepickerMonths a {
  width: 44px;
  line-height: 36px;
  height: 36px;
  text-align: center;
}

td.datepickerNotInMonth a {
  color: #AAA !important;
}

tbody.datepickerDays td.datepickerSelected {
  background: #fbc84f;
}

tbody.datepickerDays td.datepickerNotInMonth.datepickerSelected {
  background: #fbeac1;
}

tbody.datepickerYears td.datepickerSelected,
tbody.datepickerMonths td.datepickerSelected {
  background: #17384d;
}

div.datepicker a:hover,
div.datepicker a:hover {
  color: #88c5eb !important;
}

div.datepicker td.datepickerNotInMonth a:hover {
  color: #88c5eb !important;
}

div.datepicker tbody th {
  text-align: left;
}

.datepickerSpace div {
  width: 20px;
}

.datepickerMonth, .datepickerGoPrev, .datepickerGoNext {
  background: #bddbff;
}

div.datepicker .datepickerGoPrev a, div.datepicker .datepickerGoNext a {
  color: #6998d6 !important;
}

div.datepicker .datepickerMonth a:hover, div.datepicker .datepickerGoPrev a:hover, div.datepicker .datepickerGoNext a:hover {
  color: Blue !important;
}

.datepickerGoNext a,
.datepickerGoPrev a,
.datepickerMonth a {
  text-align: center;
  height: 20px;
  line-height: 20px;
}

.datepickerGoNext a {
  float: right;
  width: 20px;
}

.datepickerGoPrev a {
  float: left;
  width: 20px;
}

table.datepickerViewDays tbody.datepickerMonths,
table.datepickerViewDays tbody.datepickerYears {
  display: none;
}

table.datepickerViewMonths tbody.datepickerDays,
table.datepickerViewMonths tbody.datepickerYears,
table.datepickerViewMonths tr.datepickerDoW {
  display: none;
}

table.datepickerViewYears tbody.datepickerDays,
table.datepickerViewYears tbody.datepickerMonths,
table.datepickerViewYears tr.datepickerDoW {
  display: none;
}

div.datepicker td.datepickerDisabled a,
div.datepicker td.datepickerDisabled a:hover {
  color: #eee !important;
}

td.datepickerSpecial a {
  color: White !important;
}

td.datepickerSpecial {
  background: #258cff !important;
}

td.datepickerSpecial.datepickerSelected {
  background: #636A9F !important;
}

td.datepickerSpecial.datepickerNotInMonth {
  background: inherit !important;
}
td.datepickerSpecial.datepickerNotInMonth a {
  color: inherit !important;
}

th.datepickerWeek a {
  color: #AAA !important;
}

.timepicker-window {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 10000;
  background-color: #fff;
  overflow-y: scroll;
  height: 200px;
}
.timepicker-window ul {
  list-style: none;
  margin: 0;
}
.timepicker-window ul li {
  cursor: pointer;
  padding: 5px 10px;
}
.timepicker-window ul li:hover {
  background-color: #197D9B;
  color: #fff;
}
.timepicker-window ul li.selected {
  background-color: #A7CAD5;
  color: #212121;
}
.timepicker-window > table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.timepicker-window > table > tbody > tr, .timepicker-window > table > tr {
  cursor: pointer;
}
.timepicker-window > table > tbody > tr:hover, .timepicker-window > table > tr:hover {
  background-color: #197D9B;
  color: #fff;
}
.timepicker-window > table > tbody > tr.selected, .timepicker-window > table > tr.selected {
  background-color: #A7CAD5;
  color: #212121;
}
.timepicker-window > table > tbody > tr > td, .timepicker-window > table > tr > td {
  padding: 5px 10px;
}
@media print, screen and (min-width: 40em) {
  .timepicker-window {
    height: 350px;
  }
}

h5 {
  text-transform: uppercase;
  letter-spacing: 1px;
}

.uxcontainer {
  box-sizing: border-box;
  width: calc(100% - 20px);
  margin-left: 10px;
  margin-right: 10px;
}
@media print, screen and (min-width: 23.4375em) {
  .uxcontainer {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 40em) {
  .uxcontainer {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media print, screen and (min-width: 64em) {
  .uxcontainer {
    width: 944px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 75em) {
  .uxcontainer {
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 90em) {
  .uxcontainer {
    width: 1360px;
    margin-left: auto;
    margin-right: auto;
  }
}

.uxcontainerstretch {
  margin-left: 20px;
  margin-right: 20px;
}

.typeahead-window {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 10000;
  background-color: #fff;
}
.typeahead-window ul {
  list-style: none;
  margin: 0;
}
.typeahead-window ul li {
  cursor: pointer;
  padding: 5px 10px;
}
.typeahead-window ul li:hover {
  background-color: #197D9B;
  color: #fff;
}
.typeahead-window ul li.selected {
  background-color: #A7CAD5;
  color: #212121;
}
.typeahead-window > table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.typeahead-window > table > tbody > tr, .typeahead-window > table > tr {
  cursor: pointer;
}
.typeahead-window > table > tbody > tr:hover, .typeahead-window > table > tr:hover {
  background-color: #197D9B;
  color: #fff;
}
.typeahead-window > table > tbody > tr.selected, .typeahead-window > table > tr.selected {
  background-color: #A7CAD5;
  color: #212121;
}
.typeahead-window > table > tbody > tr > td, .typeahead-window > table > tr > td {
  padding: 5px 10px;
}

.more-info-popup {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 18px 0 rgba(0, 0, 0, 0.1), 0 3px 5px -1px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 10000;
  background: #fff;
  padding: 1rem;
  max-height: 400px;
  overflow-y: auto;
  display: none;
}
.more-info-popup:focus {
  border: none;
  outline: none;
}

.more-info-link {
  text-decoration: none;
  border-bottom: dotted 1px;
}

.dxdatagrid-wrapper {
  margin: 1.0588235294rem 0;
  border: 1px solid #b6d3dd;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1), 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  margin-top: 0;
}

.dxdatagrid-ux-overrides .dx-datagrid-headers,
.dxdatagrid-ux-overrides .dx-datagrid-group-panel .dx-group-panel-item {
  background: #fff;
  color: #197D9B;
  font-weight: bold;
}
.dxdatagrid-ux-overrides .dx-group-cell {
  color: #197D9B;
  font-weight: bold;
}
.dxdatagrid-ux-overrides .dx-header-filter:not(.dx-header-filter-empty) {
  color: #197D9B;
}
.dxdatagrid-ux-overrides .dx-datagrid-rowsview .dx-selection.dx-row > td,
.dxdatagrid-ux-overrides .dx-datagrid-rowsview .dx-selection.dx-row:hover > td {
  background-color: #b6d3dd;
}

.top-bar {
  height: 65px;
  padding: 0.5rem 1rem 0.5rem 3rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #6A3F80;
  color: white;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .top-bar {
    margin-left: 242px;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 23.375em) {
  .top-bar.stacked-for-small .top-bar-left,
  .top-bar.stacked-for-small .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  font-size: 1.0588235294rem;
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.dxeditor-ux-overrides .dx-texteditor-input {
  background-color: #F4F9FA;
}
.dxeditor-ux-overrides .dx-texteditor {
  margin: 0 0 0.9411764706rem;
  border: 1px solid #cae2e7;
  border-radius: 3px;
  display: block;
  box-sizing: border-box;
}
.dxeditor-ux-overrides .dx-texteditor.dx-state-focused {
  border: none;
  box-shadow: 0 0 5px #197D9B;
}
.dxeditor-ux-overrides .dx-texteditor,
.dxeditor-ux-overrides .dx-dropdowneditor-input-wrapper,
.dxeditor-ux-overrides .dx-texteditor-container,
.dxeditor-ux-overrides .dx-texteditor-input {
  width: 100% !important;
}

.row {
  max-width: 70.5882352941rem;
  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.5882352941rem;
  margin-left: -0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.8823529412rem;
    margin-left: -0.8823529412rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.5882352941rem;
  padding-left: 0.5882352941rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.8823529412rem;
  padding-left: 0.8823529412rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.5882352941rem;
  padding-left: 0.5882352941rem;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 0.8823529412rem;
    padding-left: 0.8823529412rem;
  }
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

.small-offset-3 {
  margin-left: 25%;
}

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

.small-offset-6 {
  margin-left: 50%;
}

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

.small-offset-9 {
  margin-left: 75%;
}

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.small-12 {
  width: 100%;
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.5882352941rem;
  padding-left: 0.5882352941rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.8823529412rem;
    padding-left: 0.8823529412rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.8823529412rem;
    padding-left: 0.8823529412rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}
.column-block {
  margin-bottom: 1.1764705882rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.7647058824rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .tab-wrapper, .tabs-content, .fieldset, .expand-to-edge-on-mobile {
    margin-left: -20px;
    margin-right: -20px;
  }
  .tab-wrapper .tab-wrapper:not(.expand-to-edge-on-mobile), .tab-wrapper .tabs-content:not(.expand-to-edge-on-mobile), .tab-wrapper .fieldset:not(.expand-to-edge-on-mobile), .tabs-content .tab-wrapper:not(.expand-to-edge-on-mobile), .tabs-content .tabs-content:not(.expand-to-edge-on-mobile), .tabs-content .fieldset:not(.expand-to-edge-on-mobile), .fieldset .tab-wrapper:not(.expand-to-edge-on-mobile), .fieldset .tabs-content:not(.expand-to-edge-on-mobile), .fieldset .fieldset:not(.expand-to-edge-on-mobile), .expand-to-edge-on-mobile .tab-wrapper:not(.expand-to-edge-on-mobile), .expand-to-edge-on-mobile .tabs-content:not(.expand-to-edge-on-mobile), .expand-to-edge-on-mobile .fieldset:not(.expand-to-edge-on-mobile) {
    margin-left: 0;
    margin-right: 0;
  }
}
.dropdown-window {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 1px 5px 0 rgba(0, 0, 0, 0.1), 0 3px 1px -2px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 10000;
  background-color: #fff;
}
.dropdown-window ul {
  list-style: none;
  margin: 0;
}
.dropdown-window ul li {
  cursor: pointer;
  padding: 5px 10px;
}
.dropdown-window ul li:hover {
  background-color: #197D9B;
  color: #fff;
}
.dropdown-window ul li.selected {
  background-color: #A7CAD5;
  color: #212121;
}
.dropdown-window > table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}
.dropdown-window > table > tbody > tr, .dropdown-window > table > tr {
  cursor: pointer;
}
.dropdown-window > table > tbody > tr:hover, .dropdown-window > table > tr:hover {
  background-color: #197D9B;
  color: #fff;
}
.dropdown-window > table > tbody > tr.selected, .dropdown-window > table > tr.selected {
  background-color: #A7CAD5;
  color: #212121;
}
.dropdown-window > table > tbody > tr > td, .dropdown-window > table > tr > td {
  padding: 5px 10px;
}

@media screen and (min-width: 23.4375em) and (max-width: 39.9375em) {
  .hide-for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 23.375em) {
  .hide-for-small-only, .hide-for-mobile {
    display: none !important;
  }
}
