.loading-spinner {
  animation-play-state: running;
  opacity: 1;
  position: relative;
  height: 50vh;
  margin: 10px; }

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }
  .loading-spinner.-paused {
    animation-play-state: paused;
    opacity: 0.2;
    transition: opacity linear 0.1s; }
  .loading-spinner::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 3px #dedede;
    border-bottom-color: #ff5e50;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    opacity: inherit;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 20px;
    will-change: transform; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

/* Basscss Btn */
.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.375rem;
  padding: 0.5rem 1.5rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent; }

.btn:hover {
  text-decoration: none; }

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25); }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Basscss Btn Outline */
.btn-outline,
.btn-outline:hover {
  border-color: currentcolor; }

.btn-outline {
  border-radius: 3px; }

.btn-outline:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.05); }

.btn-outline:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.1), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.1); }

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: .5; }

/* Basscss Btn Primary */
.btn-primary {
  color: #fff;
  background-color: #284152;
  border-radius: 3px; }

.btn-primary:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.05); }

.btn-primary:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.1), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.1); }

.btn-primary:disabled,
.btn-primary.is-disabled {
  opacity: .5; }

/* Basscss Type Scale */
.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.625rem; }

.h4 {
  font-size: 1.125rem; }

.h5 {
  font-size: 0.875rem; }

.h6 {
  font-size: 0.75rem; }

/* Basscss Typography */
.font-family-inherit {
  font-family: inherit; }

.font-size-inherit {
  font-size: inherit; }

.text-decoration-none {
  text-decoration: none; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: 0.025em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 1.125; }

.line-height-3 {
  line-height: 1.3; }

.line-height-4 {
  line-height: 1.5; }

.list-style-none {
  list-style: none; }

.underline {
  text-decoration: underline; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

/* Basscss Layout */
.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

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

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.border-box {
  box-sizing: border-box; }

/* Basscss Align */
.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

/* Basscss Margin */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: 0.5rem; }

.mt1 {
  margin-top: 0.5rem; }

.mr1 {
  margin-right: 0.5rem; }

.mb1 {
  margin-bottom: 0.5rem; }

.ml1 {
  margin-left: 0.5rem; }

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m3 {
  margin: 1.5rem; }

.mt3 {
  margin-top: 1.5rem; }

.mr3 {
  margin-right: 1.5rem; }

.mb3 {
  margin-bottom: 1.5rem; }

.ml3 {
  margin-left: 1.5rem; }

.mx3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.my3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.m4 {
  margin: 2rem; }

.mt4 {
  margin-top: 2rem; }

.mr4 {
  margin-right: 2rem; }

.mb4 {
  margin-bottom: 2rem; }

.ml4 {
  margin-left: 2rem; }

.mx4 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.mxn4 {
  margin-left: -2rem;
  margin-right: -2rem; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

/* Basscss Padding */
.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: 0.5rem; }

.pt1 {
  padding-top: 0.5rem; }

.pr1 {
  padding-right: 0.5rem; }

.pb1 {
  padding-bottom: 0.5rem; }

.pl1 {
  padding-left: 0.5rem; }

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 1.5rem; }

.pt3 {
  padding-top: 1.5rem; }

.pr3 {
  padding-right: 1.5rem; }

.pb3 {
  padding-bottom: 1.5rem; }

.pl3 {
  padding-left: 1.5rem; }

.py3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.px3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.p4 {
  padding: 2rem; }

.pt4 {
  padding-top: 2rem; }

.pr4 {
  padding-right: 2rem; }

.pb4 {
  padding-bottom: 2rem; }

.pl4 {
  padding-left: 2rem; }

.py4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px4 {
  padding-left: 2rem;
  padding-right: 2rem; }

/* Basscss Grid */
.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40rem) {
  .sm-col {
    float: left;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 54rem) {
  .md-col {
    float: left;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 64rem) {
  .lg-col {
    float: left;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100%; } }

.flex {
  display: flex; }

@media (min-width: 40rem) {
  .sm-flex {
    display: flex; } }

@media (min-width: 54rem) {
  .md-flex {
    display: flex; } }

@media (min-width: 64rem) {
  .lg-flex {
    display: flex; } }

.flex-column {
  flex-direction: column; }

.flex-wrap {
  flex-wrap: wrap; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

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

.items-baseline {
  align-items: baseline; }

.items-stretch {
  align-items: stretch; }

.self-start {
  align-self: flex-start; }

.self-end {
  align-self: flex-end; }

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

.self-baseline {
  align-self: baseline; }

.self-stretch {
  align-self: stretch; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.content-start {
  align-content: flex-start; }

.content-end {
  align-content: flex-end; }

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

.content-between {
  align-content: space-between; }

.content-around {
  align-content: space-around; }

.content-stretch {
  align-content: stretch; }

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  flex: none; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-last {
  order: 99999; }

/* Basscss Position */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

/* Basscss Border */
.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 40em) {
  .xs-hide {
    display: none !important; } }

@media (min-width: 40rem) and (max-width: 54rem) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 54rem) and (max-width: 64rem) {
  .md-hide {
    display: none !important; } }

@media (min-width: 64rem) {
  .lg-hide {
    display: none !important; } }

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

/* Basscss Responsive Margin */
@media (min-width: 40rem) {
  .sm-m0 {
    margin: 0; }
  .sm-mt0 {
    margin-top: 0; }
  .sm-mr0 {
    margin-right: 0; }
  .sm-mb0 {
    margin-bottom: 0; }
  .sm-ml0 {
    margin-left: 0; }
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-m1 {
    margin: 0.5rem; }
  .sm-mt1 {
    margin-top: 0.5rem; }
  .sm-mr1 {
    margin-right: 0.5rem; }
  .sm-mb1 {
    margin-bottom: 0.5rem; }
  .sm-ml1 {
    margin-left: 0.5rem; }
  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .sm-m2 {
    margin: 1rem; }
  .sm-mt2 {
    margin-top: 1rem; }
  .sm-mr2 {
    margin-right: 1rem; }
  .sm-mb2 {
    margin-bottom: 1rem; }
  .sm-ml2 {
    margin-left: 1rem; }
  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .sm-m3 {
    margin: 1.5rem; }
  .sm-mt3 {
    margin-top: 1.5rem; }
  .sm-mr3 {
    margin-right: 1.5rem; }
  .sm-mb3 {
    margin-bottom: 1.5rem; }
  .sm-ml3 {
    margin-left: 1.5rem; }
  .sm-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .sm-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .sm-m4 {
    margin: 2rem; }
  .sm-mt4 {
    margin-top: 2rem; }
  .sm-mr4 {
    margin-right: 2rem; }
  .sm-mb4 {
    margin-bottom: 2rem; }
  .sm-ml4 {
    margin-left: 2rem; }
  .sm-mx4 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .sm-my4 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .sm-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .sm-mxn4 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .sm-ml-auto {
    margin-left: auto; }
  .sm-mr-auto {
    margin-right: auto; }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 54rem) {
  .md-m0 {
    margin: 0; }
  .md-mt0 {
    margin-top: 0; }
  .md-mr0 {
    margin-right: 0; }
  .md-mb0 {
    margin-bottom: 0; }
  .md-ml0 {
    margin-left: 0; }
  .md-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .md-m1 {
    margin: 0.5rem; }
  .md-mt1 {
    margin-top: 0.5rem; }
  .md-mr1 {
    margin-right: 0.5rem; }
  .md-mb1 {
    margin-bottom: 0.5rem; }
  .md-ml1 {
    margin-left: 0.5rem; }
  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .md-m2 {
    margin: 1rem; }
  .md-mt2 {
    margin-top: 1rem; }
  .md-mr2 {
    margin-right: 1rem; }
  .md-mb2 {
    margin-bottom: 1rem; }
  .md-ml2 {
    margin-left: 1rem; }
  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .md-m3 {
    margin: 1.5rem; }
  .md-mt3 {
    margin-top: 1.5rem; }
  .md-mr3 {
    margin-right: 1.5rem; }
  .md-mb3 {
    margin-bottom: 1.5rem; }
  .md-ml3 {
    margin-left: 1.5rem; }
  .md-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .md-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .md-m4 {
    margin: 2rem; }
  .md-mt4 {
    margin-top: 2rem; }
  .md-mr4 {
    margin-right: 2rem; }
  .md-mb4 {
    margin-bottom: 2rem; }
  .md-ml4 {
    margin-left: 2rem; }
  .md-mx4 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .md-my4 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .md-mxn4 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .md-ml-auto {
    margin-left: auto; }
  .md-mr-auto {
    margin-right: auto; }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 64rem) {
  .lg-m0 {
    margin: 0; }
  .lg-mt0 {
    margin-top: 0; }
  .lg-mr0 {
    margin-right: 0; }
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml0 {
    margin-left: 0; }
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-m1 {
    margin: 0.5rem; }
  .lg-mt1 {
    margin-top: 0.5rem; }
  .lg-mr1 {
    margin-right: 0.5rem; }
  .lg-mb1 {
    margin-bottom: 0.5rem; }
  .lg-ml1 {
    margin-left: 0.5rem; }
  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .lg-m2 {
    margin: 1rem; }
  .lg-mt2 {
    margin-top: 1rem; }
  .lg-mr2 {
    margin-right: 1rem; }
  .lg-mb2 {
    margin-bottom: 1rem; }
  .lg-ml2 {
    margin-left: 1rem; }
  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .lg-m3 {
    margin: 1.5rem; }
  .lg-mt3 {
    margin-top: 1.5rem; }
  .lg-mr3 {
    margin-right: 1.5rem; }
  .lg-mb3 {
    margin-bottom: 1.5rem; }
  .lg-ml3 {
    margin-left: 1.5rem; }
  .lg-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .lg-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .lg-m4 {
    margin: 2rem; }
  .lg-mt4 {
    margin-top: 2rem; }
  .lg-mr4 {
    margin-right: 2rem; }
  .lg-mb4 {
    margin-bottom: 2rem; }
  .lg-ml4 {
    margin-left: 2rem; }
  .lg-mx4 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .lg-my4 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .lg-mxn4 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .lg-ml-auto {
    margin-left: auto; }
  .lg-mr-auto {
    margin-right: auto; }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

/* Basscss Responsive Padding */
@media (min-width: 40rem) {
  .sm-p0 {
    padding: 0; }
  .sm-pt0 {
    padding-top: 0; }
  .sm-pr0 {
    padding-right: 0; }
  .sm-pb0 {
    padding-bottom: 0; }
  .sm-pl0 {
    padding-left: 0; }
  .sm-px0 {
    padding-left: 0;
    padding-right: 0; }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .sm-p1 {
    padding: 0.5rem; }
  .sm-pt1 {
    padding-top: 0.5rem; }
  .sm-pr1 {
    padding-right: 0.5rem; }
  .sm-pb1 {
    padding-bottom: 0.5rem; }
  .sm-pl1 {
    padding-left: 0.5rem; }
  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .sm-p2 {
    padding: 1rem; }
  .sm-pt2 {
    padding-top: 1rem; }
  .sm-pr2 {
    padding-right: 1rem; }
  .sm-pb2 {
    padding-bottom: 1rem; }
  .sm-pl2 {
    padding-left: 1rem; }
  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sm-p3 {
    padding: 1.5rem; }
  .sm-pt3 {
    padding-top: 1.5rem; }
  .sm-pr3 {
    padding-right: 1.5rem; }
  .sm-pb3 {
    padding-bottom: 1.5rem; }
  .sm-pl3 {
    padding-left: 1.5rem; }
  .sm-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .sm-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .sm-p4 {
    padding: 2rem; }
  .sm-pt4 {
    padding-top: 2rem; }
  .sm-pr4 {
    padding-right: 2rem; }
  .sm-pb4 {
    padding-bottom: 2rem; }
  .sm-pl4 {
    padding-left: 2rem; }
  .sm-px4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .sm-py4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media (min-width: 54rem) {
  .md-p0 {
    padding: 0; }
  .md-pt0 {
    padding-top: 0; }
  .md-pr0 {
    padding-right: 0; }
  .md-pb0 {
    padding-bottom: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-px0 {
    padding-left: 0;
    padding-right: 0; }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .md-p1 {
    padding: 0.5rem; }
  .md-pt1 {
    padding-top: 0.5rem; }
  .md-pr1 {
    padding-right: 0.5rem; }
  .md-pb1 {
    padding-bottom: 0.5rem; }
  .md-pl1 {
    padding-left: 0.5rem; }
  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .md-p2 {
    padding: 1rem; }
  .md-pt2 {
    padding-top: 1rem; }
  .md-pr2 {
    padding-right: 1rem; }
  .md-pb2 {
    padding-bottom: 1rem; }
  .md-pl2 {
    padding-left: 1rem; }
  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .md-p3 {
    padding: 1.5rem; }
  .md-pt3 {
    padding-top: 1.5rem; }
  .md-pr3 {
    padding-right: 1.5rem; }
  .md-pb3 {
    padding-bottom: 1.5rem; }
  .md-pl3 {
    padding-left: 1.5rem; }
  .md-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .md-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .md-p4 {
    padding: 2rem; }
  .md-pt4 {
    padding-top: 2rem; }
  .md-pr4 {
    padding-right: 2rem; }
  .md-pb4 {
    padding-bottom: 2rem; }
  .md-pl4 {
    padding-left: 2rem; }
  .md-px4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .md-py4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media (min-width: 64rem) {
  .lg-p0 {
    padding: 0; }
  .lg-pt0 {
    padding-top: 0; }
  .lg-pr0 {
    padding-right: 0; }
  .lg-pb0 {
    padding-bottom: 0; }
  .lg-pl0 {
    padding-left: 0; }
  .lg-px0 {
    padding-left: 0;
    padding-right: 0; }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .lg-p1 {
    padding: 0.5rem; }
  .lg-pt1 {
    padding-top: 0.5rem; }
  .lg-pr1 {
    padding-right: 0.5rem; }
  .lg-pb1 {
    padding-bottom: 0.5rem; }
  .lg-pl1 {
    padding-left: 0.5rem; }
  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .lg-p2 {
    padding: 1rem; }
  .lg-pt2 {
    padding-top: 1rem; }
  .lg-pr2 {
    padding-right: 1rem; }
  .lg-pb2 {
    padding-bottom: 1rem; }
  .lg-pl2 {
    padding-left: 1rem; }
  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .lg-p3 {
    padding: 1.5rem; }
  .lg-pt3 {
    padding-top: 1.5rem; }
  .lg-pr3 {
    padding-right: 1.5rem; }
  .lg-pb3 {
    padding-bottom: 1.5rem; }
  .lg-pl3 {
    padding-left: 1.5rem; }
  .lg-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .lg-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .lg-p4 {
    padding: 2rem; }
  .lg-pt4 {
    padding-top: 2rem; }
  .lg-pr4 {
    padding-right: 2rem; }
  .lg-pb4 {
    padding-bottom: 2rem; }
  .lg-pl4 {
    padding-left: 2rem; }
  .lg-px4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg-py4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 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.
 */
/* Document
   ========================================================================== */
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-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

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

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

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

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

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

/**
 * 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.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  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 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

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

/* Basscss Btn */
.btn {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  line-height: 1.375rem;
  padding: 0.5rem 1.5rem;
  margin: 0;
  height: auto;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-appearance: none;
  color: inherit;
  background-color: transparent; }

.btn:hover {
  text-decoration: none; }

.btn:focus {
  outline: none;
  border-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.25); }

::-moz-focus-inner {
  border: 0;
  padding: 0; }

/* Basscss Btn Outline */
.btn-outline,
.btn-outline:hover {
  border-color: currentcolor; }

.btn-outline {
  border-radius: 3px; }

.btn-outline:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.05); }

.btn-outline:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.1), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.1); }

.btn-outline:disabled,
.btn-outline.is-disabled {
  opacity: .5; }

/* Basscss Btn Primary */
.btn-primary {
  color: #fff;
  background-color: #284152;
  border-radius: 3px; }

.btn-primary:hover {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.05); }

.btn-primary:active {
  box-shadow: inset 0 0 0 20rem rgba(0, 0, 0, 0.1), inset 0 3px 4px 0 rgba(0, 0, 0, 0.25), 0 0 1px rgba(0, 0, 0, 0.1); }

.btn-primary:disabled,
.btn-primary.is-disabled {
  opacity: .5; }

/* Basscss Type Scale */
.h1 {
  font-size: 2.5rem; }

.h2 {
  font-size: 2rem; }

.h3 {
  font-size: 1.625rem; }

.h4 {
  font-size: 1.125rem; }

.h5 {
  font-size: 0.875rem; }

.h6 {
  font-size: 0.75rem; }

/* Basscss Typography */
.font-family-inherit {
  font-family: inherit; }

.font-size-inherit {
  font-size: inherit; }

.text-decoration-none {
  text-decoration: none; }

.bold {
  font-weight: bold; }

.regular {
  font-weight: normal; }

.italic {
  font-style: italic; }

.caps {
  text-transform: uppercase;
  letter-spacing: 0.025em; }

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

.center {
  text-align: center; }

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

.justify {
  text-align: justify; }

.nowrap {
  white-space: nowrap; }

.break-word {
  word-wrap: break-word; }

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 1.125; }

.line-height-3 {
  line-height: 1.3; }

.line-height-4 {
  line-height: 1.5; }

.list-style-none {
  list-style: none; }

.underline {
  text-decoration: underline; }

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.list-reset {
  list-style: none;
  padding-left: 0; }

/* Basscss Layout */
.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.table {
  display: table; }

.table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

.overflow-scroll {
  overflow: scroll; }

.overflow-auto {
  overflow: auto; }

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

.clearfix:after {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

.fit {
  max-width: 100%; }

.max-width-1 {
  max-width: 24rem; }

.max-width-2 {
  max-width: 32rem; }

.max-width-3 {
  max-width: 48rem; }

.max-width-4 {
  max-width: 64rem; }

.border-box {
  box-sizing: border-box; }

/* Basscss Align */
.align-baseline {
  vertical-align: baseline; }

.align-top {
  vertical-align: top; }

.align-middle {
  vertical-align: middle; }

.align-bottom {
  vertical-align: bottom; }

/* Basscss Margin */
.m0 {
  margin: 0; }

.mt0 {
  margin-top: 0; }

.mr0 {
  margin-right: 0; }

.mb0 {
  margin-bottom: 0; }

.ml0 {
  margin-left: 0; }

.mx0 {
  margin-left: 0;
  margin-right: 0; }

.my0 {
  margin-top: 0;
  margin-bottom: 0; }

.m1 {
  margin: 0.5rem; }

.mt1 {
  margin-top: 0.5rem; }

.mr1 {
  margin-right: 0.5rem; }

.mb1 {
  margin-bottom: 0.5rem; }

.ml1 {
  margin-left: 0.5rem; }

.mx1 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.my1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem; }

.m2 {
  margin: 1rem; }

.mt2 {
  margin-top: 1rem; }

.mr2 {
  margin-right: 1rem; }

.mb2 {
  margin-bottom: 1rem; }

.ml2 {
  margin-left: 1rem; }

.mx2 {
  margin-left: 1rem;
  margin-right: 1rem; }

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.m3 {
  margin: 1.5rem; }

.mt3 {
  margin-top: 1.5rem; }

.mr3 {
  margin-right: 1.5rem; }

.mb3 {
  margin-bottom: 1.5rem; }

.ml3 {
  margin-left: 1.5rem; }

.mx3 {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

.my3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.m4 {
  margin: 2rem; }

.mt4 {
  margin-top: 2rem; }

.mr4 {
  margin-right: 2rem; }

.mb4 {
  margin-bottom: 2rem; }

.ml4 {
  margin-left: 2rem; }

.mx4 {
  margin-left: 2rem;
  margin-right: 2rem; }

.my4 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.mxn1 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.mxn2 {
  margin-left: -1rem;
  margin-right: -1rem; }

.mxn3 {
  margin-left: -1.5rem;
  margin-right: -1.5rem; }

.mxn4 {
  margin-left: -2rem;
  margin-right: -2rem; }

.ml-auto {
  margin-left: auto; }

.mr-auto {
  margin-right: auto; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

/* Basscss Padding */
.p0 {
  padding: 0; }

.pt0 {
  padding-top: 0; }

.pr0 {
  padding-right: 0; }

.pb0 {
  padding-bottom: 0; }

.pl0 {
  padding-left: 0; }

.px0 {
  padding-left: 0;
  padding-right: 0; }

.py0 {
  padding-top: 0;
  padding-bottom: 0; }

.p1 {
  padding: 0.5rem; }

.pt1 {
  padding-top: 0.5rem; }

.pr1 {
  padding-right: 0.5rem; }

.pb1 {
  padding-bottom: 0.5rem; }

.pl1 {
  padding-left: 0.5rem; }

.py1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px1 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.p2 {
  padding: 1rem; }

.pt2 {
  padding-top: 1rem; }

.pr2 {
  padding-right: 1rem; }

.pb2 {
  padding-bottom: 1rem; }

.pl2 {
  padding-left: 1rem; }

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px2 {
  padding-left: 1rem;
  padding-right: 1rem; }

.p3 {
  padding: 1.5rem; }

.pt3 {
  padding-top: 1.5rem; }

.pr3 {
  padding-right: 1.5rem; }

.pb3 {
  padding-bottom: 1.5rem; }

.pl3 {
  padding-left: 1.5rem; }

.py3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.px3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.p4 {
  padding: 2rem; }

.pt4 {
  padding-top: 2rem; }

.pr4 {
  padding-right: 2rem; }

.pb4 {
  padding-bottom: 2rem; }

.pl4 {
  padding-left: 2rem; }

.py4 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px4 {
  padding-left: 2rem;
  padding-right: 2rem; }

/* Basscss Grid */
.col {
  float: left;
  box-sizing: border-box; }

.col-right {
  float: right;
  box-sizing: border-box; }

.col-1 {
  width: 8.33333%; }

.col-2 {
  width: 16.66667%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33333%; }

.col-5 {
  width: 41.66667%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33333%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33333%; }

.col-11 {
  width: 91.66667%; }

.col-12 {
  width: 100%; }

@media (min-width: 40rem) {
  .sm-col {
    float: left;
    box-sizing: border-box; }
  .sm-col-right {
    float: right;
    box-sizing: border-box; }
  .sm-col-1 {
    width: 8.33333%; }
  .sm-col-2 {
    width: 16.66667%; }
  .sm-col-3 {
    width: 25%; }
  .sm-col-4 {
    width: 33.33333%; }
  .sm-col-5 {
    width: 41.66667%; }
  .sm-col-6 {
    width: 50%; }
  .sm-col-7 {
    width: 58.33333%; }
  .sm-col-8 {
    width: 66.66667%; }
  .sm-col-9 {
    width: 75%; }
  .sm-col-10 {
    width: 83.33333%; }
  .sm-col-11 {
    width: 91.66667%; }
  .sm-col-12 {
    width: 100%; } }

@media (min-width: 54rem) {
  .md-col {
    float: left;
    box-sizing: border-box; }
  .md-col-right {
    float: right;
    box-sizing: border-box; }
  .md-col-1 {
    width: 8.33333%; }
  .md-col-2 {
    width: 16.66667%; }
  .md-col-3 {
    width: 25%; }
  .md-col-4 {
    width: 33.33333%; }
  .md-col-5 {
    width: 41.66667%; }
  .md-col-6 {
    width: 50%; }
  .md-col-7 {
    width: 58.33333%; }
  .md-col-8 {
    width: 66.66667%; }
  .md-col-9 {
    width: 75%; }
  .md-col-10 {
    width: 83.33333%; }
  .md-col-11 {
    width: 91.66667%; }
  .md-col-12 {
    width: 100%; } }

@media (min-width: 64rem) {
  .lg-col {
    float: left;
    box-sizing: border-box; }
  .lg-col-right {
    float: right;
    box-sizing: border-box; }
  .lg-col-1 {
    width: 8.33333%; }
  .lg-col-2 {
    width: 16.66667%; }
  .lg-col-3 {
    width: 25%; }
  .lg-col-4 {
    width: 33.33333%; }
  .lg-col-5 {
    width: 41.66667%; }
  .lg-col-6 {
    width: 50%; }
  .lg-col-7 {
    width: 58.33333%; }
  .lg-col-8 {
    width: 66.66667%; }
  .lg-col-9 {
    width: 75%; }
  .lg-col-10 {
    width: 83.33333%; }
  .lg-col-11 {
    width: 91.66667%; }
  .lg-col-12 {
    width: 100%; } }

.flex {
  display: flex; }

@media (min-width: 40rem) {
  .sm-flex {
    display: flex; } }

@media (min-width: 54rem) {
  .md-flex {
    display: flex; } }

@media (min-width: 64rem) {
  .lg-flex {
    display: flex; } }

.flex-column {
  flex-direction: column; }

.flex-wrap {
  flex-wrap: wrap; }

.items-start {
  align-items: flex-start; }

.items-end {
  align-items: flex-end; }

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

.items-baseline {
  align-items: baseline; }

.items-stretch {
  align-items: stretch; }

.self-start {
  align-self: flex-start; }

.self-end {
  align-self: flex-end; }

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

.self-baseline {
  align-self: baseline; }

.self-stretch {
  align-self: stretch; }

.justify-start {
  justify-content: flex-start; }

.justify-end {
  justify-content: flex-end; }

.justify-center {
  justify-content: center; }

.justify-between {
  justify-content: space-between; }

.justify-around {
  justify-content: space-around; }

.content-start {
  align-content: flex-start; }

.content-end {
  align-content: flex-end; }

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

.content-between {
  align-content: space-between; }

.content-around {
  align-content: space-around; }

.content-stretch {
  align-content: stretch; }

/* 1. Fix for Chrome 44 bug. https://code.google.com/p/chromium/issues/detail?id=506893 */
.flex-auto {
  flex: 1 1 auto;
  min-width: 0;
  /* 1 */
  min-height: 0;
  /* 1 */ }

.flex-none {
  flex: none; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-last {
  order: 99999; }

/* Basscss Position */
.relative {
  position: relative; }

.absolute {
  position: absolute; }

.fixed {
  position: fixed; }

.top-0 {
  top: 0; }

.right-0 {
  right: 0; }

.bottom-0 {
  bottom: 0; }

.left-0 {
  left: 0; }

.z1 {
  z-index: 1; }

.z2 {
  z-index: 2; }

.z3 {
  z-index: 3; }

.z4 {
  z-index: 4; }

/* Basscss Border */
.border {
  border-style: solid;
  border-width: 1px; }

.border-top {
  border-top-style: solid;
  border-top-width: 1px; }

.border-right {
  border-right-style: solid;
  border-right-width: 1px; }

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.border-left {
  border-left-style: solid;
  border-left-width: 1px; }

.border-none {
  border: 0; }

.rounded {
  border-radius: 3px; }

.circle {
  border-radius: 50%; }

.rounded-top {
  border-radius: 3px 3px 0 0; }

.rounded-right {
  border-radius: 0 3px 3px 0; }

.rounded-bottom {
  border-radius: 0 0 3px 3px; }

.rounded-left {
  border-radius: 3px 0 0 3px; }

.not-rounded {
  border-radius: 0; }

/* Basscss Hide */
.hide {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

@media (max-width: 40em) {
  .xs-hide {
    display: none !important; } }

@media (min-width: 40rem) and (max-width: 54rem) {
  .sm-hide {
    display: none !important; } }

@media (min-width: 54rem) and (max-width: 64rem) {
  .md-hide {
    display: none !important; } }

@media (min-width: 64rem) {
  .lg-hide {
    display: none !important; } }

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

/* Basscss Responsive Margin */
@media (min-width: 40rem) {
  .sm-m0 {
    margin: 0; }
  .sm-mt0 {
    margin-top: 0; }
  .sm-mr0 {
    margin-right: 0; }
  .sm-mb0 {
    margin-bottom: 0; }
  .sm-ml0 {
    margin-left: 0; }
  .sm-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .sm-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .sm-m1 {
    margin: 0.5rem; }
  .sm-mt1 {
    margin-top: 0.5rem; }
  .sm-mr1 {
    margin-right: 0.5rem; }
  .sm-mb1 {
    margin-bottom: 0.5rem; }
  .sm-ml1 {
    margin-left: 0.5rem; }
  .sm-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .sm-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .sm-m2 {
    margin: 1rem; }
  .sm-mt2 {
    margin-top: 1rem; }
  .sm-mr2 {
    margin-right: 1rem; }
  .sm-mb2 {
    margin-bottom: 1rem; }
  .sm-ml2 {
    margin-left: 1rem; }
  .sm-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .sm-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .sm-m3 {
    margin: 1.5rem; }
  .sm-mt3 {
    margin-top: 1.5rem; }
  .sm-mr3 {
    margin-right: 1.5rem; }
  .sm-mb3 {
    margin-bottom: 1.5rem; }
  .sm-ml3 {
    margin-left: 1.5rem; }
  .sm-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .sm-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .sm-m4 {
    margin: 2rem; }
  .sm-mt4 {
    margin-top: 2rem; }
  .sm-mr4 {
    margin-right: 2rem; }
  .sm-mb4 {
    margin-bottom: 2rem; }
  .sm-ml4 {
    margin-left: 2rem; }
  .sm-mx4 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .sm-my4 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .sm-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .sm-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .sm-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .sm-mxn4 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .sm-ml-auto {
    margin-left: auto; }
  .sm-mr-auto {
    margin-right: auto; }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 54rem) {
  .md-m0 {
    margin: 0; }
  .md-mt0 {
    margin-top: 0; }
  .md-mr0 {
    margin-right: 0; }
  .md-mb0 {
    margin-bottom: 0; }
  .md-ml0 {
    margin-left: 0; }
  .md-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .md-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .md-m1 {
    margin: 0.5rem; }
  .md-mt1 {
    margin-top: 0.5rem; }
  .md-mr1 {
    margin-right: 0.5rem; }
  .md-mb1 {
    margin-bottom: 0.5rem; }
  .md-ml1 {
    margin-left: 0.5rem; }
  .md-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .md-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .md-m2 {
    margin: 1rem; }
  .md-mt2 {
    margin-top: 1rem; }
  .md-mr2 {
    margin-right: 1rem; }
  .md-mb2 {
    margin-bottom: 1rem; }
  .md-ml2 {
    margin-left: 1rem; }
  .md-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .md-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .md-m3 {
    margin: 1.5rem; }
  .md-mt3 {
    margin-top: 1.5rem; }
  .md-mr3 {
    margin-right: 1.5rem; }
  .md-mb3 {
    margin-bottom: 1.5rem; }
  .md-ml3 {
    margin-left: 1.5rem; }
  .md-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .md-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .md-m4 {
    margin: 2rem; }
  .md-mt4 {
    margin-top: 2rem; }
  .md-mr4 {
    margin-right: 2rem; }
  .md-mb4 {
    margin-bottom: 2rem; }
  .md-ml4 {
    margin-left: 2rem; }
  .md-mx4 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .md-my4 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .md-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .md-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .md-mxn4 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .md-ml-auto {
    margin-left: auto; }
  .md-mr-auto {
    margin-right: auto; }
  .md-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 64rem) {
  .lg-m0 {
    margin: 0; }
  .lg-mt0 {
    margin-top: 0; }
  .lg-mr0 {
    margin-right: 0; }
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml0 {
    margin-left: 0; }
  .lg-mx0 {
    margin-left: 0;
    margin-right: 0; }
  .lg-my0 {
    margin-top: 0;
    margin-bottom: 0; }
  .lg-m1 {
    margin: 0.5rem; }
  .lg-mt1 {
    margin-top: 0.5rem; }
  .lg-mr1 {
    margin-right: 0.5rem; }
  .lg-mb1 {
    margin-bottom: 0.5rem; }
  .lg-ml1 {
    margin-left: 0.5rem; }
  .lg-mx1 {
    margin-left: 0.5rem;
    margin-right: 0.5rem; }
  .lg-my1 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem; }
  .lg-m2 {
    margin: 1rem; }
  .lg-mt2 {
    margin-top: 1rem; }
  .lg-mr2 {
    margin-right: 1rem; }
  .lg-mb2 {
    margin-bottom: 1rem; }
  .lg-ml2 {
    margin-left: 1rem; }
  .lg-mx2 {
    margin-left: 1rem;
    margin-right: 1rem; }
  .lg-my2 {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .lg-m3 {
    margin: 1.5rem; }
  .lg-mt3 {
    margin-top: 1.5rem; }
  .lg-mr3 {
    margin-right: 1.5rem; }
  .lg-mb3 {
    margin-bottom: 1.5rem; }
  .lg-ml3 {
    margin-left: 1.5rem; }
  .lg-mx3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem; }
  .lg-my3 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem; }
  .lg-m4 {
    margin: 2rem; }
  .lg-mt4 {
    margin-top: 2rem; }
  .lg-mr4 {
    margin-right: 2rem; }
  .lg-mb4 {
    margin-bottom: 2rem; }
  .lg-ml4 {
    margin-left: 2rem; }
  .lg-mx4 {
    margin-left: 2rem;
    margin-right: 2rem; }
  .lg-my4 {
    margin-top: 2rem;
    margin-bottom: 2rem; }
  .lg-mxn1 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .lg-mxn2 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg-mxn3 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .lg-mxn4 {
    margin-left: -2rem;
    margin-right: -2rem; }
  .lg-ml-auto {
    margin-left: auto; }
  .lg-mr-auto {
    margin-right: auto; }
  .lg-mx-auto {
    margin-left: auto;
    margin-right: auto; } }

/* Basscss Responsive Padding */
@media (min-width: 40rem) {
  .sm-p0 {
    padding: 0; }
  .sm-pt0 {
    padding-top: 0; }
  .sm-pr0 {
    padding-right: 0; }
  .sm-pb0 {
    padding-bottom: 0; }
  .sm-pl0 {
    padding-left: 0; }
  .sm-px0 {
    padding-left: 0;
    padding-right: 0; }
  .sm-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .sm-p1 {
    padding: 0.5rem; }
  .sm-pt1 {
    padding-top: 0.5rem; }
  .sm-pr1 {
    padding-right: 0.5rem; }
  .sm-pb1 {
    padding-bottom: 0.5rem; }
  .sm-pl1 {
    padding-left: 0.5rem; }
  .sm-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .sm-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .sm-p2 {
    padding: 1rem; }
  .sm-pt2 {
    padding-top: 1rem; }
  .sm-pr2 {
    padding-right: 1rem; }
  .sm-pb2 {
    padding-bottom: 1rem; }
  .sm-pl2 {
    padding-left: 1rem; }
  .sm-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .sm-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .sm-p3 {
    padding: 1.5rem; }
  .sm-pt3 {
    padding-top: 1.5rem; }
  .sm-pr3 {
    padding-right: 1.5rem; }
  .sm-pb3 {
    padding-bottom: 1.5rem; }
  .sm-pl3 {
    padding-left: 1.5rem; }
  .sm-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .sm-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .sm-p4 {
    padding: 2rem; }
  .sm-pt4 {
    padding-top: 2rem; }
  .sm-pr4 {
    padding-right: 2rem; }
  .sm-pb4 {
    padding-bottom: 2rem; }
  .sm-pl4 {
    padding-left: 2rem; }
  .sm-px4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .sm-py4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media (min-width: 54rem) {
  .md-p0 {
    padding: 0; }
  .md-pt0 {
    padding-top: 0; }
  .md-pr0 {
    padding-right: 0; }
  .md-pb0 {
    padding-bottom: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-px0 {
    padding-left: 0;
    padding-right: 0; }
  .md-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .md-p1 {
    padding: 0.5rem; }
  .md-pt1 {
    padding-top: 0.5rem; }
  .md-pr1 {
    padding-right: 0.5rem; }
  .md-pb1 {
    padding-bottom: 0.5rem; }
  .md-pl1 {
    padding-left: 0.5rem; }
  .md-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .md-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .md-p2 {
    padding: 1rem; }
  .md-pt2 {
    padding-top: 1rem; }
  .md-pr2 {
    padding-right: 1rem; }
  .md-pb2 {
    padding-bottom: 1rem; }
  .md-pl2 {
    padding-left: 1rem; }
  .md-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .md-p3 {
    padding: 1.5rem; }
  .md-pt3 {
    padding-top: 1.5rem; }
  .md-pr3 {
    padding-right: 1.5rem; }
  .md-pb3 {
    padding-bottom: 1.5rem; }
  .md-pl3 {
    padding-left: 1.5rem; }
  .md-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .md-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .md-p4 {
    padding: 2rem; }
  .md-pt4 {
    padding-top: 2rem; }
  .md-pr4 {
    padding-right: 2rem; }
  .md-pb4 {
    padding-bottom: 2rem; }
  .md-pl4 {
    padding-left: 2rem; }
  .md-px4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .md-py4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

@media (min-width: 64rem) {
  .lg-p0 {
    padding: 0; }
  .lg-pt0 {
    padding-top: 0; }
  .lg-pr0 {
    padding-right: 0; }
  .lg-pb0 {
    padding-bottom: 0; }
  .lg-pl0 {
    padding-left: 0; }
  .lg-px0 {
    padding-left: 0;
    padding-right: 0; }
  .lg-py0 {
    padding-top: 0;
    padding-bottom: 0; }
  .lg-p1 {
    padding: 0.5rem; }
  .lg-pt1 {
    padding-top: 0.5rem; }
  .lg-pr1 {
    padding-right: 0.5rem; }
  .lg-pb1 {
    padding-bottom: 0.5rem; }
  .lg-pl1 {
    padding-left: 0.5rem; }
  .lg-px1 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .lg-py1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
  .lg-p2 {
    padding: 1rem; }
  .lg-pt2 {
    padding-top: 1rem; }
  .lg-pr2 {
    padding-right: 1rem; }
  .lg-pb2 {
    padding-bottom: 1rem; }
  .lg-pl2 {
    padding-left: 1rem; }
  .lg-px2 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg-py2 {
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .lg-p3 {
    padding: 1.5rem; }
  .lg-pt3 {
    padding-top: 1.5rem; }
  .lg-pr3 {
    padding-right: 1.5rem; }
  .lg-pb3 {
    padding-bottom: 1.5rem; }
  .lg-pl3 {
    padding-left: 1.5rem; }
  .lg-px3 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .lg-py3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; }
  .lg-p4 {
    padding: 2rem; }
  .lg-pt4 {
    padding-top: 2rem; }
  .lg-pr4 {
    padding-right: 2rem; }
  .lg-pb4 {
    padding-bottom: 2rem; }
  .lg-pl4 {
    padding-left: 2rem; }
  .lg-px4 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg-py4 {
    padding-top: 2rem;
    padding-bottom: 2rem; } }

body {
  margin: 0; }

img {
  max-width: 100%; }

svg {
  max-height: 100%; }

input,
select,
textarea,
fieldset {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0; }

label {
  vertical-align: middle; }

input {
  -webkit-appearance: none;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  vertical-align: middle; }

select {
  height: 2.5rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  vertical-align: middle; }

textarea {
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem; }

[disabled] {
  cursor: not-allowed; }

.container {
  max-width: 940px; }

.container-main {
  max-width: 800px; }

.container-big {
  max-width: 1120px; }

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }

th {
  font-weight: bold;
  text-align: left;
  vertical-align: bottom; }

th,
td {
  line-height: inherit;
  padding: 0; }

td {
  vertical-align: top; }

html {
  font-size: 16px; }

body {
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: georgia, times, serif;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 1em; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.625rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem; }

p {
  margin-bottom: 1rem;
  margin-top: 0; }

.monospace {
  font-family: Courier, Consolas, monospace; }

.sans-serif {
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif; }

.serif {
  font-family: georgia, times, serif; }

.titlecase {
  text-transform: capitalize; }

body {
  background-color: #f1f4f9;
  color: #31515f; }

a {
  color: #284152;
  text-decoration: none;
  text-decoration-skip: ink; }
  a:hover {
    text-decoration: none; }

hr {
  border: 0;
  border-bottom-color: #dfe6ed;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.field {
  background-color: #f1f4f9;
  border-color: #f1f4f9;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #284152; }

.field:focus,
.field.is-focused {
  border-color: #31515f;
  box-shadow: 0 0 0 2px rgba(49, 81, 95, 0.5);
  outline: none; }

.field:disabled,
.field.is-disabled {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: .5; }

.field:read-only:not(select),
.field.is-read-only {
  background-color: rgba(0, 0, 0, 0.1); }

.field.is-success {
  border-color: #2ecc40; }

.field.is-success:focus,
.field.is-success.is-focused {
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5); }

.field.is-warning {
  border-color: #EEDC6E; }

.field.is-warning:focus,
.field.is-warning.is-focused {
  box-shadow: 0 0 0 2px rgba(238, 220, 110, 0.5); }

.field.is-error {
  border-color: #b84941; }

.field.is-error:focus,
.field.is-error.is-focused {
  box-shadow: 0 0 0 2px rgba(184, 73, 65, 0.5); }

.active {
  border-bottom: 3px solid #ff5e50;
  padding-bottom: 1px; }

.breadcrumbs li {
  display: inline-block;
  margin-right: 0.5rem; }
  .breadcrumbs li::after {
    content: '/';
    margin-left: 0.5rem; }
  .breadcrumbs li:last-child::after {
    content: ''; }

.btn:focus {
  box-shadow: 0 0 0 2px rgba(49, 81, 95, 0.5);
  outline: none; }

.btn-sm {
  line-height: 1;
  padding: .25rem .5rem; }

.btn-primary:disabled,
.btn-primary.is-disabled {
  background-color: #cbd0d4;
  color: #697a85;
  opacity: inherit; }

.feedback {
  bottom: -900px;
  max-height: 100%;
  overflow: scroll;
  right: 0;
  transition-duration: 1s;
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 54rem) {
    .feedback {
      right: 5%; } }
  .feedback.show {
    bottom: 0; }
  .feedback .btn:focus {
    box-shadow: 0 0 0 2px #31515f;
    outline: none; }

.field-sm {
  height: 2rem;
  padding-bottom: .25rem;
  padding-top: .25rem; }

.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/chevron-down-navy.svg");
  background-position: center right .75rem;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  cursor: pointer;
  font-weight: bold; }
  .select::-ms-expand {
    display: none; }

.ui-select-match-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px; }

.select-custom {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/chevron-down-navy.svg"); }
  .select-custom::-ms-expand {
    display: none; }

.select-dark {
  background-color: #284152;
  background-image: url("/public/img/chevron-down-white.svg");
  color: #fff; }

.select-sm {
  background-position: center right .75rem;
  background-size: .75rem .75rem;
  height: 2rem;
  line-height: 1;
  padding: 0 .5rem; }

.control {
  padding-left: 1.5rem; }

.checkbox,
.radio {
  cursor: pointer;
  position: relative; }

.checkbox input,
.radio input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.indicator {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .5rem .5rem;
  box-sizing: border-box;
  display: block;
  font-size: 65%;
  height: 1rem;
  left: 0;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: .25rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 1rem; }

.checkbox input:checked ~ .indicator,
.radio input:checked ~ .indicator {
  background-color: #284152;
  color: #fff; }

.checkbox input:active ~ .indicator,
.radio input:active ~ .indicator {
  background-color: #f1f4f9;
  color: #fff; }

.checkbox .indicator {
  background-color: #fff;
  border: 1px solid #284152;
  border-radius: 2px; }

.checkbox input:checked ~ .indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.radio .indicator {
  background-color: #f2f9ff;
  border: 1px solid #284152;
  border-radius: 50%; }

.radio input:checked ~ .indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.glossary {
  bottom: 0;
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: right .2s;
  width: 20rem; }
  .glossary[aria-hidden=true] {
    right: -20rem; }
  .glossary [aria-hidden=true] {
    display: none !important; }

.glossary__content ul {
  padding: 0; }

.glossary__content li {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  list-style-type: none;
  margin-bottom: -1px; }

.glossary__content button {
  appearance: none;
  background-color: transparent;
  background-image: url("/img/chevron-right-white.svg");
  background-position: center right .5rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 0;
  color: #fff;
  padding: 1rem 2rem 1rem 0;
  position: relative;
  text-align: left;
  width: 100%; }
  .glossary__content button[aria-expanded=true] {
    background-image: url("/img/chevron-down-white.svg");
    font-weight: bold; }

.glossary__content .glossary__definition {
  margin-bottom: 1rem;
  margin-top: 0.25rem; }

.glossary__content a {
  color: #fff;
  text-decoration: underline; }

.glossary-icon::after {
  background-image: url("/img/glossary.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: .5rem;
  width: 10px; }

@media (min-width: 54rem) {
  header {
    height: 128px; } }

.header-nav {
  border-top: 1px solid #ff5e50;
  display: none; }
  .header-nav.open {
    display: block; }
  @media (min-width: 54rem) {
    .header-nav {
      border: 0;
      display: block; }
      .header-nav li {
        display: inline-block; } }

html {
  height: 100%; }

body,
#app {
  min-height: 100%; }

.site {
  display: flex;
  flex-direction: column;
  height: 100%; }

header,
footer {
  flex: none; }

.site-main {
  flex: 1 0 auto; }

.site-wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.site-sidebar {
  order: -1; }

@media (max-width: 54rem) {
  .site-sidebar {
    bottom: 0;
    box-sizing: border-box;
    max-width: 90%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform .2s;
    width: 20rem; }
  .site-sidebar.open {
    display: block;
    transform: translateX(0%);
    z-index: 1; } }

@media (min-width: 54rem) {
  .site-wrapper {
    flex-direction: row; }
  .site-content {
    flex: 1; }
  .site-sidebar {
    display: block;
    flex: 0 0 20rem; } }

.left-bars {
  list-style: none; }
  .left-bars li {
    padding-left: 0.5rem;
    text-indent: -0.5rem; }
    .left-bars li::before {
      border-left: 2px solid #ff5e50;
      content: '';
      display: inline-block;
      height: 1rem;
      padding-right: 0.5rem;
      vertical-align: text-top; }
  .left-bars.muted-bars li::before {
    border-color: #a8b9c9; }

.caveats ul {
  padding-left: 1rem; }

progress::-webkit-progress-value {
  background: #ff5e50; }

progress::-moz-progress-bar {
  background: #ff5e50; }

progress {
  color: #ff5e50; }

.progress-bar {
  height: .5rem;
  width: 100%; }
  .progress-bar span {
    background-color: #ff5e50;
    display: block;
    height: 100%; }
    .progress-bar span.rtl {
      float: right; }

.table {
  max-width: 100%;
  width: 100%; }
  .table th, .table td {
    border-bottom: 1px solid #ddd;
    padding: 0.5rem 0.75rem; }
  .table thead th, .table thead td {
    border-bottom-width: 2px; }
  .table tr:last-child td {
    border-bottom: 0; }

.table-condensed th, .table-condensed td {
  padding: 0.25rem; }

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: collapse; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd; }

.table-fixed {
  table-layout: fixed; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f9fafb; }

.table-striped-white tbody tr:nth-of-type(even) {
  background-color: #fff; }

[class*="hint-"] {
  position: relative;
  display: inline-block; }

[class*="hint-"]:before,
[class*="hint-"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: .3s ease;
  transition-delay: 0ms; }

[class*="hint-"]:hover:before,
[class*="hint-"]:hover:after {
  visibility: visible;
  opacity: 1; }

[class*="hint-"]:hover:before,
[class*="hint-"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms; }

[class*="hint-"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*="hint-"]:after {
  background: #383838;
  border-radius: 3px;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif;
  line-height: 12px;
  white-space: nowrap; }

[class*="hint-"][aria-label]:after {
  content: attr(aria-label); }

[class*="hint-"][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

.hint-bottom:before {
  border-bottom-color: #383838; }

.hint-bottom:before {
  margin-top: -11px; }

.hint-bottom:before,
.hint-bottom:after {
  top: 100%;
  left: 50%; }

.hint-bottom:before {
  left: calc(50% - 6px); }

.hint-bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint-bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint-bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint-no-animate:before,
.hint-no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.trend-cards .trend-chart-details {
  flex-direction: column; }

.axis {
  fill: none;
  font-family: Courier, Consolas, monospace;
  font-size: 12px; }
  .axis line,
  .axis path {
    stroke: #95aabc;
    stroke-width: 1px; }

.axis--y text {
  text-anchor: start; }

.no-year-data circle {
  stroke: #95aabc; }

.no-year-data text {
  fill: #95aabc; }

.usa-map path {
  stroke: #fff;
  stroke-width: 2px; }
  @media (min-width: 40rem) {
    .usa-map path {
      stroke-width: 1px; } }

.county-tooltip {
  position: absolute;
  text-align: center;
  width: 80px;
  height: 14px;
  padding: 2px;
  font: 12px sans-serif;
  background: #fff;
  border: 0px;
  pointer-events: none; }

.county-map svg {
  height: auto;
  width: auto; }

.county-map path {
  stroke: #fff;
  stroke-width: 2px; }
  @media (min-width: 40rem) {
    .county-map path {
      stroke-width: 1px; } }

@media (max-width: 40rem) {
  .bar-chart .axis--x .tick:nth-child(even) {
    display: none; } }

.align-inherit {
  vertical-align: inherit; }

.align-tb {
  vertical-align: text-bottom; }

.aspect-ratio {
  height: 0;
  position: relative; }

.aspect-ratio--1x1 {
  padding-bottom: 100%; }

.aspect-ratio--4x3 {
  padding-bottom: 75%; }

.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.border-blue {
  border-color: #284152; }

.border-blue-light {
  border-color: #95aabc; }

.border-blue-lighter {
  border-color: #dfe6ed; }

.border-red-bright {
  border-color: #ff5e50; }

.border-bottom-dashed {
  border-bottom: 1px dashed #31515f; }

.border-bottom-dotted {
  border-bottom: 1px dotted #31515f; }

.border-w2 {
  border-width: 2px; }

.border-w8 {
  border-width: 8px; }

.rounded-none {
  border-radius: 0; }

.rounded-br {
  border-bottom-right-radius: 3px; }

@media (min-width: 54rem) {
  .md-border-none {
    border: 0; }
  .md-rounded-bottom {
    border-radius: 0 0 3px 3px; }
  .md-rounded-top {
    border-radius: 3px 3px 0 0; } }

@media (min-width: 64rem) {
  .lg-border-none {
    border: 0; }
  .lg-rounded-bottom {
    border-radius: 0 0 3px 3px; } }

.blue {
  color: #284152; }

.blue-dark {
  color: #111323; }

.blue-gray {
  color: #8aa2b3; }

.blue-medium {
  color: #31515f; }

.blue-light {
  color: #95aabc; }

.blue-lighter {
  color: #dfe6ed; }

.blue-lightest {
  color: #93a0a8; }

.blue-trans-lighter {
  color: #87acc4; }

.blue-trans-lightest {
  color: #ccdbe6; }

.blue-light-508 {
  color: #a8b9c9; }

.blue-white {
  color: #f1f4f9; }

.red {
  color: #b84941; }

.red-dark {
  color: #702c27; }

.red-bright {
  color: #ff5e50; }

.red-light {
  color: #f48e88; }

.red-lighter {
  color: #f4dfdd; }

.white {
  color: #fff; }

.black {
  color: #111c23; }

.yellow {
  color: #EEDC6E; }

.nibrs-trans-1 {
  color: #011f4b; }

.nibrs-trans-2 {
  color: #283c46; }

.nibrs-trans-3 {
  color: #6497b1; }

.nibrs-trans-4 {
  color: #005b96; }

.nibrs-trans-5 {
  color: #81909a; }

.nibrs-trans-6 {
  color: #b3cde0; }

.bg-black {
  background-color: #111c23; }

.bg-black-translucent {
  background-color: rgba(17, 17, 17, 0.875); }

.bg-blue {
  background-color: #284152; }

.bg-blue-dark {
  background-color: #111323; }

.bg-blue-gray {
  background-color: #8aa2b3; }

.bg-blue-medium {
  background-color: #31515f; }

.bg-blue-light {
  background-color: #95aabc; }

.bg-blue-lighter {
  background-color: #dfe6ed; }

.bg-blue-lightest {
  background-color: #93a0a8; }

.bg-blue-trans-lighter {
  background-color: #87acc4; }

.bg-blue-trans-lightest {
  background-color: #ccdbe6; }

.bg-blue-white {
  background-color: #f1f4f9; }

.bg-red {
  background-color: #b84941; }

.bg-red-dark {
  background-color: #702c27; }

.bg-red-bright {
  background-color: #ff5e50; }

.bg-red-light {
  background-color: #f48e88; }

.bg-red-lighter {
  background-color: #f4dfdd; }

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

.bg-white {
  background-color: #fff; }

.bg-yellow {
  background-color: #EEDC6E; }

.bg-nibrs-trans-1 {
  background-color: #011f4b; }

.bg-nibrs-trans-2 {
  background-color: #283c46; }

.bg-nibrs-trans-3 {
  background-color: #6497b1; }

.bg-nibrs-trans-4 {
  background-color: #005b96; }

.bg-nibrs-trans-5 {
  background-color: #81909a; }

.bg-nibrs-trans-6 {
  background-color: #b3cde0; }

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25); }

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-lighten-1 {
  background-color: rgba(255, 255, 255, 0.5); }

.color-inherit {
  color: inherit; }

.fill-blue {
  fill: #284152; }

.fill-blue-gray {
  fill: #8aa2b3; }

.fill-blue-light {
  fill: #95aabc; }

.fill-blue-light-1 {
  fill: #6594b4; }

.fill-blue-light-2 {
  fill: #3b5f78; }

.fill-blue-light-3 {
  fill: #274f72; }

.fill-blue-light-4 {
  fill: #304558; }

.fill-yellow {
  fill: #EEDC6E; }

.fill-blue-lighter {
  fill: #dfe6ed; }

.fill-blue-lightest {
  fill: #93a0a8; }

.fill-blue-trans-lighter {
  fill: #87acc4; }

.fill-blue-trans-lightest {
  fill: #ccdbe6; }

.fill-blue-white {
  fill: #f1f4f9; }

.fill-red {
  fill: #b84941; }

.fill-red-bright {
  fill: #ff5e50; }

.fill-red-dark {
  fill: #702c27; }

.fill-red-light {
  fill: #f48e88; }

.fill-nibrs-trans-1 {
  fill: #011f4b; }

.fill-nibrs-trans-2 {
  fill: #283c46; }

.fill-nibrs-trans-3 {
  fill: #6497b1; }

.fill-nibrs-trans-4 {
  fill: #005b96; }

.fill-nibrs-trans-5 {
  fill: #81909a; }

.fill-nibrs-trans-6 {
  fill: #b3cde0; }

.hover-blue:hover {
  color: #284152; }

.hover-bg-blue:hover {
  background-color: #284152; }

.hover-bg-blue-light:hover {
  background-color: #f1f4f9; }

.placeholder-blue::placeholder {
  color: #284152; }

.cursor-default {
  cursor: default; }

.cursor-disabled {
  cursor: not-allowed; }

.cursor-pointer {
  cursor: pointer; }

@media (min-width: 40rem) {
  .sm-block {
    display: block; }
  .sm-inline {
    display: inline; }
  .sm-inline-block {
    display: inline-block; } }

@media (min-width: 54rem) {
  .md-block {
    display: block; }
  .md-inline {
    display: inline; }
  .md-inline-block {
    display: inline-block; } }

@media (min-width: 64rem) {
  .lg-block {
    display: block; }
  .lg-inline {
    display: inline; }
  .lg-inline-block {
    display: inline-block; } }

.flex-row-reverse {
  flex-direction: row-reverse; }

.justify-between {
  justify-content: space-between; }

.flex-basis-50 {
  flex-basis: 50%; }

@media (min-width: 40rem) {
  .sm-flex-basis-100 {
    flex-basis: 100%; } }

.font-style-inherit {
  font-style: inherit; }

.fw-100 {
  font-weight: 100; }

.no-resize {
  resize: none; }

.placeholder-fw-100::placeholder {
  font-weight: 100; }

.mh6 {
  min-height: 3rem; }

@media (min-width: 64rem) {
  .lg-mh-88p {
    min-height: 88px; } }

.maxh5 {
  max-height: 2.5rem; }

.clear-left {
  clear: left; }

.sticky {
  position: sticky; }

.left-n100 {
  left: -100%; }

.left-0-focus:focus {
  left: 0; }

@media (min-width: 40rem) {
  .sm-absolute {
    position: absolute; } }

@media (min-width: 54rem) {
  .md-absolute {
    position: absolute; } }

@media (min-width: 64rem) {
  .lg-absolute {
    position: absolute; } }

.lh-24 {
  line-height: 24px; }

.lh-32 {
  line-height: 32px; }

@media (min-width: 40rem) {
  .sm-lh-30 {
    line-height: 30px; } }

.no-scroll {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.m5 {
  margin: 2.5rem; }

.mt5 {
  margin-top: 2.5rem; }

.mr5 {
  margin-right: 2.5rem; }

.mb5 {
  margin-bottom: 2.5rem; }

.ml5 {
  margin-left: 2.5rem; }

.mx5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.my5 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem; }

.mxn5 {
  margin-left: -2.5rem;
  margin-right: -2.5rem; }

.m6 {
  margin: 3rem; }

.mt6 {
  margin-top: 3rem; }

.mr6 {
  margin-right: 3rem; }

.mb6 {
  margin-bottom: 3rem; }

.ml6 {
  margin-left: 3rem; }

.mx6 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my6 {
  margin-bottom: 3rem;
  margin-top: 3rem; }

.mxn6 {
  margin-left: -3rem;
  margin-right: -3rem; }

.m7 {
  margin: 4rem; }

.mt7 {
  margin-top: 4rem; }

.mr7 {
  margin-right: 4rem; }

.mb7 {
  margin-bottom: 4rem; }

.ml7 {
  margin-left: 4rem; }

.mx7 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my7 {
  margin-bottom: 4rem;
  margin-top: 4rem; }

.mxn7 {
  margin-left: -4rem;
  margin-right: -4rem; }

.m8 {
  margin: 5rem; }

.mt8 {
  margin-top: 5rem; }

.mr8 {
  margin-right: 5rem; }

.mb8 {
  margin-bottom: 5rem; }

.ml8 {
  margin-left: 5rem; }

.mx8 {
  margin-left: 5rem;
  margin-right: 5rem; }

.my8 {
  margin-bottom: 5rem;
  margin-top: 5rem; }

.mxn8 {
  margin-left: -5rem;
  margin-right: -5rem; }

.p5 {
  padding: 2.5rem; }

.pt5 {
  padding-top: 2.5rem; }

.pr5 {
  padding-right: 2.5rem; }

.pb5 {
  padding-bottom: 2.5rem; }

.pl5 {
  padding-left: 2.5rem; }

.py5 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }

.px5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.p6 {
  padding: 3rem; }

.pt6 {
  padding-top: 3rem; }

.pr6 {
  padding-right: 3rem; }

.pb6 {
  padding-bottom: 3rem; }

.pl6 {
  padding-left: 3rem; }

.py6 {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.px6 {
  padding-left: 3rem;
  padding-right: 3rem; }

.p7 {
  padding: 4rem; }

.pt7 {
  padding-top: 4rem; }

.pr7 {
  padding-right: 4rem; }

.pb7 {
  padding-bottom: 4rem; }

.pl7 {
  padding-left: 4rem; }

.py7 {
  padding-bottom: 4rem;
  padding-top: 4rem; }

.px7 {
  padding-left: 4rem;
  padding-right: 4rem; }

.p8 {
  padding: 5rem; }

.pt8 {
  padding-top: 5rem; }

.pr8 {
  padding-right: 5rem; }

.pb8 {
  padding-bottom: 5rem; }

.pl8 {
  padding-left: 5rem; }

.py8 {
  padding-bottom: 5rem;
  padding-top: 5rem; }

.px8 {
  padding-left: 5rem;
  padding-right: 5rem; }

@media (min-width: 40rem) {
  .sm-m5 {
    margin: 2.5rem; }
  .sm-mt5 {
    margin-top: 2.5rem; }
  .sm-mr5 {
    margin-right: 2.5rem; }
  .sm-mb5 {
    margin-bottom: 2.5rem; }
  .sm-ml5 {
    margin-left: 2.5rem; }
  .sm-mx5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .sm-my5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem; }
  .sm-mxn5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .sm-m6 {
    margin: 3rem; }
  .sm-mt6 {
    margin-top: 3rem; }
  .sm-mr6 {
    margin-right: 3rem; }
  .sm-mb6 {
    margin-bottom: 3rem; }
  .sm-ml6 {
    margin-left: 3rem; }
  .sm-mx6 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .sm-my6 {
    margin-bottom: 3rem;
    margin-top: 3rem; }
  .sm-mxn6 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .sm-m7 {
    margin: 4rem; }
  .sm-mt7 {
    margin-top: 4rem; }
  .sm-mr7 {
    margin-right: 4rem; }
  .sm-mb7 {
    margin-bottom: 4rem; }
  .sm-ml7 {
    margin-left: 4rem; }
  .sm-mx7 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .sm-my7 {
    margin-bottom: 4rem;
    margin-top: 4rem; }
  .sm-mxn7 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .sm-m8 {
    margin: 5rem; }
  .sm-mt8 {
    margin-top: 5rem; }
  .sm-mr8 {
    margin-right: 5rem; }
  .sm-mb8 {
    margin-bottom: 5rem; }
  .sm-ml8 {
    margin-left: 5rem; }
  .sm-mx8 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .sm-my8 {
    margin-bottom: 5rem;
    margin-top: 5rem; }
  .sm-mxn8 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .sm-p5 {
    padding: 2.5rem; }
  .sm-pt5 {
    padding-top: 2.5rem; }
  .sm-pr5 {
    padding-right: 2.5rem; }
  .sm-pb5 {
    padding-bottom: 2.5rem; }
  .sm-pl5 {
    padding-left: 2.5rem; }
  .sm-px5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .sm-py5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem; }
  .sm-p6 {
    padding: 3rem; }
  .sm-pt6 {
    padding-top: 3rem; }
  .sm-pr6 {
    padding-right: 3rem; }
  .sm-pb6 {
    padding-bottom: 3rem; }
  .sm-pl6 {
    padding-left: 3rem; }
  .sm-px6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .sm-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .sm-p7 {
    padding: 4rem; }
  .sm-pt7 {
    padding-top: 4rem; }
  .sm-pr7 {
    padding-right: 4rem; }
  .sm-pb7 {
    padding-bottom: 4rem; }
  .sm-pl7 {
    padding-left: 4rem; }
  .sm-px7 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .sm-py7 {
    padding-bottom: 4rem;
    padding-top: 4rem; }
  .sm-p8 {
    padding: 5rem; }
  .sm-pt8 {
    padding-top: 5rem; }
  .sm-pr8 {
    padding-right: 5rem; }
  .sm-pb8 {
    padding-bottom: 5rem; }
  .sm-pl8 {
    padding-left: 5rem; }
  .sm-px8 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .sm-py8 {
    padding-bottom: 5rem;
    padding-top: 5rem; } }

@media (min-width: 54rem) {
  .md-ml0 {
    margin-left: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-px6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .md-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .md-pr7 {
    padding-right: 4rem; }
  .md-pl8 {
    padding-left: 5rem; } }

@media (min-width: 64rem) {
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml3 {
    margin-left: 1.5rem; }
  .lg-pr5 {
    padding-right: 2.5rem; }
  .lg-pr6 {
    padding-right: 3rem; }
  .lg-px8 {
    padding-left: 5rem;
    padding-right: 5rem; } }

.m-tiny {
  margin: 0.25rem; }

.mt-tiny {
  margin-top: 0.25rem; }

.mr-tiny {
  margin-right: 0.25rem; }

.mb-tiny {
  margin-bottom: 0.25rem; }

.ml-tiny {
  margin-left: 0.25rem; }

.mx-tiny {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.my-tiny {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem; }

.p-tiny {
  padding: 0.25rem; }

.pt-tiny {
  padding-top: 0.25rem; }

.pr-tiny {
  padding-right: 0.25rem; }

.pb-tiny {
  padding-bottom: 0.25rem; }

.pl-tiny {
  padding-left: 0.25rem; }

.px-tiny {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.py-tiny {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem; }

.v-hide {
  visibility: hidden; }

.mw8 {
  max-width: 8rem; }

.mw20 {
  max-width: 20rem; }

.mw30 {
  max-width: 30rem; }

.mw-fill {
  max-width: 100%; }

.chart-container {
  position: relative;
  margin: auto;
  height: 80vh; }

.fs-40 {
  font-size: 40px; }

.fs-32 {
  font-size: 32px; }

.fs-28 {
  font-size: 28px; }

.fs-26 {
  font-size: 26px; }

.fs-24 {
  font-size: 24px; }

.fs-22 {
  font-size: 22px; }

.fs-18 {
  font-size: 18px; }

.fs-16 {
  font-size: 16px; }

.fs-14 {
  font-size: 14px; }

.fs-12 {
  font-size: 12px; }

.fs-10 {
  font-size: 10px; }

@media (min-width: 40rem) {
  .sm-fs-40 {
    font-size: 40px; }
  .sm-fs-32 {
    font-size: 32px; }
  .sm-fs-28 {
    font-size: 28px; }
  .sm-fs-26 {
    font-size: 26px; }
  .sm-fs-24 {
    font-size: 24px; }
  .sm-fs-22 {
    font-size: 22px; }
  .sm-fs-20 {
    font-size: 20px; }
  .sm-fs-18 {
    font-size: 18px; }
  .sm-fs-16 {
    font-size: 16px; }
  .sm-fs-14 {
    font-size: 14px; }
  .sm-fs-12 {
    font-size: 12px; }
  .sm-fs-10 {
    font-size: 10px; } }

@media (min-width: 54rem) {
  .md-fs-40 {
    font-size: 40px; }
  .md-fs-32 {
    font-size: 32px; }
  .md-fs-28 {
    font-size: 28px; }
  .md-fs-26 {
    font-size: 26px; }
  .md-fs-24 {
    font-size: 24px; }
  .md-fs-22 {
    font-size: 22px; }
  .md-fs-18 {
    font-size: 18px; }
  .md-fs-16 {
    font-size: 16px; }
  .md-fs-14 {
    font-size: 14px; }
  .md-fs-12 {
    font-size: 12px; }
  .md-fs-10 {
    font-size: 10px; } }

.loading-spinner {
  animation-play-state: running;
  opacity: 1;
  position: relative;
  height: 50vh;
  margin: 10px; }

@keyframes spinner {
  0% {
    transform: translate3d(-50%, -50%, 0) rotate(0deg); }
  100% {
    transform: translate3d(-50%, -50%, 0) rotate(360deg); } }
  .loading-spinner.-paused {
    animation-play-state: paused;
    opacity: 0.2;
    transition: opacity linear 0.1s; }
  .loading-spinner::before {
    animation: 1.5s linear infinite spinner;
    animation-play-state: inherit;
    border: solid 3px #dedede;
    border-bottom-color: #ff5e50;
    border-radius: 50%;
    content: "";
    height: 20px;
    left: 50%;
    opacity: inherit;
    position: absolute;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 20px;
    will-change: transform; }

.site-sidebar {
  width: 320px; }

.show-hide {
  transition: all linear 0.5s; }

.show-hide.ng-hide {
  opacity: 0; }

.c-thru {
  opacity: 0.97; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.auto-hide {
  max-height: 8px;
  overflow: hidden; }

.auto-hide:hover {
  max-height: 999px; }

.tab {
  border-color: #31515f;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.tab:hover {
  cursor: pointer;
  background-color: #f1f4f9;
  border-color: #284152; }

.tab:hover.tab-selected {
  color: inherit; }

.tab-selected {
  color: #fff;
  background-color: #31515f;
  border-color: #31515f; }

ul.leaders {
  max-width: 40em;
  padding: 0;
  overflow-x: hidden;
  list-style: none; }

ul.leaders li:after {
  float: left;
  width: 0;
  white-space: nowrap;
  content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . "; }

ul.leaders span:first-child {
  padding-right: 0.33em;
  background: white; }

ul.leaders span + span {
  float: right;
  padding-left: 0.33em;
  background: white;
  position: relative;
  z-index: 1; }

.coming-soon {
  position: relative;
  cursor: not-allowed;
  color: #8aa2b3;
  background-color: #fff; }

.coming-soon::after {
  content: "COMING SOON\A";
  white-space: pre;
  color: #b84941;
  font-size: 8px;
  font-weight: bold;
  position: absolute;
  top: 12px;
  left: 15px;
  width: 50px;
  height: 20px; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.option {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.leoka-tbl {
  border: .25px solid #284152;
  text-align: center;
  padding: 10px;
  border-collapse: collapse;
  vertical-align: middle;
  font-size: 17px; }

.leoka-tbl-th {
  color: #fff;
  background-color: #003d99;
  text-align: center;
  border: .25px solid #284152; }

.leoka-tbl-tr-fel {
  background-color: #99c2ff;
  color: black;
  vertical-align: middle; }

.leoka-tbl-tr-acc {
  background-color: #e6e6e6;
  color: black;
  vertical-align: middle; }

.leoka-tbl-td {
  vertical-align: middle;
  padding: 10px;
  border: .25px solid #284152; }

.leoka-tbl-notes {
  text-align: left;
  padding: 10px; }

input,
select,
textarea,
fieldset {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0; }

label {
  vertical-align: middle; }

input {
  -webkit-appearance: none;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  vertical-align: middle; }

select {
  height: 2.5rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  vertical-align: middle; }

textarea {
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem; }

[disabled] {
  cursor: not-allowed; }

.container {
  max-width: 940px; }

.container-main {
  max-width: 800px; }

.container-big {
  max-width: 1120px; }

body {
  margin: 0; }

img {
  max-width: 100%; }

svg {
  max-height: 100%; }

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }

th {
  font-weight: bold;
  text-align: left;
  vertical-align: bottom; }

th,
td {
  line-height: inherit;
  padding: 0; }

td {
  vertical-align: top; }

html {
  font-size: 16px; }

body {
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: georgia, times, serif;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 1em; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.625rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem; }

p {
  margin-bottom: 1rem;
  margin-top: 0; }

.monospace {
  font-family: Courier, Consolas, monospace; }

.sans-serif {
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif; }

.serif {
  font-family: georgia, times, serif; }

.titlecase {
  text-transform: capitalize; }

body {
  background-color: #f1f4f9;
  color: #31515f; }

a {
  color: #284152;
  text-decoration: none;
  text-decoration-skip: ink; }
  a:hover {
    text-decoration: none; }

hr {
  border: 0;
  border-bottom-color: #dfe6ed;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.field {
  background-color: #f1f4f9;
  border-color: #f1f4f9;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #284152; }

.field:focus,
.field.is-focused {
  border-color: #31515f;
  box-shadow: 0 0 0 2px rgba(49, 81, 95, 0.5);
  outline: none; }

.field:disabled,
.field.is-disabled {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: .5; }

.field:read-only:not(select),
.field.is-read-only {
  background-color: rgba(0, 0, 0, 0.1); }

.field.is-success {
  border-color: #2ecc40; }

.field.is-success:focus,
.field.is-success.is-focused {
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5); }

.field.is-warning {
  border-color: #EEDC6E; }

.field.is-warning:focus,
.field.is-warning.is-focused {
  box-shadow: 0 0 0 2px rgba(238, 220, 110, 0.5); }

.field.is-error {
  border-color: #b84941; }

.field.is-error:focus,
.field.is-error.is-focused {
  box-shadow: 0 0 0 2px rgba(184, 73, 65, 0.5); }

body {
  margin: 0; }

img {
  max-width: 100%; }

svg {
  max-height: 100%; }

input,
select,
textarea,
fieldset {
  box-sizing: border-box;
  font-family: inherit;
  font-size: 1rem;
  margin-bottom: 0;
  margin-top: 0; }

label {
  vertical-align: middle; }

input {
  -webkit-appearance: none;
  height: 2.5rem;
  padding: 0.5rem 0.75rem;
  vertical-align: middle; }

select {
  height: 2.5rem;
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem;
  vertical-align: middle; }

textarea {
  line-height: 1.5rem;
  padding: 0.5rem 0.75rem; }

[disabled] {
  cursor: not-allowed; }

.container {
  max-width: 940px; }

.container-main {
  max-width: 800px; }

.container-big {
  max-width: 1120px; }

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%; }

th {
  font-weight: bold;
  text-align: left;
  vertical-align: bottom; }

th,
td {
  line-height: inherit;
  padding: 0; }

td {
  vertical-align: top; }

html {
  font-size: 16px; }

body {
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: georgia, times, serif;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 0.5em;
  margin-top: 1em; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.625rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 0.875rem; }

h6 {
  font-size: 0.75rem; }

p {
  margin-bottom: 1rem;
  margin-top: 0; }

.monospace {
  font-family: Courier, Consolas, monospace; }

.sans-serif {
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif; }

.serif {
  font-family: georgia, times, serif; }

.titlecase {
  text-transform: capitalize; }

body {
  background-color: #f1f4f9;
  color: #31515f; }

a {
  color: #284152;
  text-decoration: none;
  text-decoration-skip: ink; }
  a:hover {
    text-decoration: none; }

hr {
  border: 0;
  border-bottom-color: #dfe6ed;
  border-bottom-style: solid;
  border-bottom-width: 1px; }

.field {
  background-color: #f1f4f9;
  border-color: #f1f4f9;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #284152; }

.field:focus,
.field.is-focused {
  border-color: #31515f;
  box-shadow: 0 0 0 2px rgba(49, 81, 95, 0.5);
  outline: none; }

.field:disabled,
.field.is-disabled {
  background-color: rgba(0, 0, 0, 0.1);
  opacity: .5; }

.field:read-only:not(select),
.field.is-read-only {
  background-color: rgba(0, 0, 0, 0.1); }

.field.is-success {
  border-color: #2ecc40; }

.field.is-success:focus,
.field.is-success.is-focused {
  box-shadow: 0 0 0 2px rgba(46, 204, 64, 0.5); }

.field.is-warning {
  border-color: #EEDC6E; }

.field.is-warning:focus,
.field.is-warning.is-focused {
  box-shadow: 0 0 0 2px rgba(238, 220, 110, 0.5); }

.field.is-error {
  border-color: #b84941; }

.field.is-error:focus,
.field.is-error.is-focused {
  box-shadow: 0 0 0 2px rgba(184, 73, 65, 0.5); }

.active {
  border-bottom: 3px solid #ff5e50;
  padding-bottom: 1px; }

.breadcrumbs li {
  display: inline-block;
  margin-right: 0.5rem; }
  .breadcrumbs li::after {
    content: '/';
    margin-left: 0.5rem; }
  .breadcrumbs li:last-child::after {
    content: ''; }

.btn:focus {
  box-shadow: 0 0 0 2px rgba(49, 81, 95, 0.5);
  outline: none; }

.btn-sm {
  line-height: 1;
  padding: .25rem .5rem; }

.btn-primary:disabled,
.btn-primary.is-disabled {
  background-color: #cbd0d4;
  color: #697a85;
  opacity: inherit; }

.feedback {
  bottom: -900px;
  max-height: 100%;
  overflow: scroll;
  right: 0;
  transition-duration: 1s;
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 54rem) {
    .feedback {
      right: 5%; } }
  .feedback.show {
    bottom: 0; }
  .feedback .btn:focus {
    box-shadow: 0 0 0 2px #31515f;
    outline: none; }

.field-sm {
  height: 2rem;
  padding-bottom: .25rem;
  padding-top: .25rem; }

.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/chevron-down-navy.svg");
  background-position: center right .75rem;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  cursor: pointer;
  font-weight: bold; }
  .select::-ms-expand {
    display: none; }

.ui-select-match-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px; }

.select-custom {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/chevron-down-navy.svg"); }
  .select-custom::-ms-expand {
    display: none; }

.select-dark {
  background-color: #284152;
  background-image: url("/public/img/chevron-down-white.svg");
  color: #fff; }

.select-sm {
  background-position: center right .75rem;
  background-size: .75rem .75rem;
  height: 2rem;
  line-height: 1;
  padding: 0 .5rem; }

.control {
  padding-left: 1.5rem; }

.checkbox,
.radio {
  cursor: pointer;
  position: relative; }

.checkbox input,
.radio input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.indicator {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .5rem .5rem;
  box-sizing: border-box;
  display: block;
  font-size: 65%;
  height: 1rem;
  left: 0;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: .25rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 1rem; }

.checkbox input:checked ~ .indicator,
.radio input:checked ~ .indicator {
  background-color: #284152;
  color: #fff; }

.checkbox input:active ~ .indicator,
.radio input:active ~ .indicator {
  background-color: #f1f4f9;
  color: #fff; }

.checkbox .indicator {
  background-color: #fff;
  border: 1px solid #284152;
  border-radius: 2px; }

.checkbox input:checked ~ .indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.radio .indicator {
  background-color: #f2f9ff;
  border: 1px solid #284152;
  border-radius: 50%; }

.radio input:checked ~ .indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.glossary {
  bottom: 0;
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: right .2s;
  width: 20rem; }
  .glossary[aria-hidden=true] {
    right: -20rem; }
  .glossary [aria-hidden=true] {
    display: none !important; }

.glossary__content ul {
  padding: 0; }

.glossary__content li {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  list-style-type: none;
  margin-bottom: -1px; }

.glossary__content button {
  appearance: none;
  background-color: transparent;
  background-image: url("/img/chevron-right-white.svg");
  background-position: center right .5rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 0;
  color: #fff;
  padding: 1rem 2rem 1rem 0;
  position: relative;
  text-align: left;
  width: 100%; }
  .glossary__content button[aria-expanded=true] {
    background-image: url("/img/chevron-down-white.svg");
    font-weight: bold; }

.glossary__content .glossary__definition {
  margin-bottom: 1rem;
  margin-top: 0.25rem; }

.glossary__content a {
  color: #fff;
  text-decoration: underline; }

.glossary-icon::after {
  background-image: url("/img/glossary.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: .5rem;
  width: 10px; }

@media (min-width: 54rem) {
  header {
    height: 128px; } }

.header-nav {
  border-top: 1px solid #ff5e50;
  display: none; }
  .header-nav.open {
    display: block; }
  @media (min-width: 54rem) {
    .header-nav {
      border: 0;
      display: block; }
      .header-nav li {
        display: inline-block; } }

html {
  height: 100%; }

body,
#app {
  min-height: 100%; }

.site {
  display: flex;
  flex-direction: column;
  height: 100%; }

header,
footer {
  flex: none; }

.site-main {
  flex: 1 0 auto; }

.site-wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.site-sidebar {
  order: -1; }

@media (max-width: 54rem) {
  .site-sidebar {
    bottom: 0;
    box-sizing: border-box;
    max-width: 90%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform .2s;
    width: 20rem; }
  .site-sidebar.open {
    display: block;
    transform: translateX(0%);
    z-index: 1; } }

@media (min-width: 54rem) {
  .site-wrapper {
    flex-direction: row; }
  .site-content {
    flex: 1; }
  .site-sidebar {
    display: block;
    flex: 0 0 20rem; } }

.left-bars {
  list-style: none; }
  .left-bars li {
    padding-left: 0.5rem;
    text-indent: -0.5rem; }
    .left-bars li::before {
      border-left: 2px solid #ff5e50;
      content: '';
      display: inline-block;
      height: 1rem;
      padding-right: 0.5rem;
      vertical-align: text-top; }
  .left-bars.muted-bars li::before {
    border-color: #a8b9c9; }

.caveats ul {
  padding-left: 1rem; }

progress::-webkit-progress-value {
  background: #ff5e50; }

progress::-moz-progress-bar {
  background: #ff5e50; }

progress {
  color: #ff5e50; }

.progress-bar {
  height: .5rem;
  width: 100%; }
  .progress-bar span {
    background-color: #ff5e50;
    display: block;
    height: 100%; }
    .progress-bar span.rtl {
      float: right; }

.table {
  max-width: 100%;
  width: 100%; }
  .table th, .table td {
    border-bottom: 1px solid #ddd;
    padding: 0.5rem 0.75rem; }
  .table thead th, .table thead td {
    border-bottom-width: 2px; }
  .table tr:last-child td {
    border-bottom: 0; }

.table-condensed th, .table-condensed td {
  padding: 0.25rem; }

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: collapse; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd; }

.table-fixed {
  table-layout: fixed; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f9fafb; }

.table-striped-white tbody tr:nth-of-type(even) {
  background-color: #fff; }

[class*="hint-"] {
  position: relative;
  display: inline-block; }

[class*="hint-"]:before,
[class*="hint-"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: .3s ease;
  transition-delay: 0ms; }

[class*="hint-"]:hover:before,
[class*="hint-"]:hover:after {
  visibility: visible;
  opacity: 1; }

[class*="hint-"]:hover:before,
[class*="hint-"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms; }

[class*="hint-"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*="hint-"]:after {
  background: #383838;
  border-radius: 3px;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif;
  line-height: 12px;
  white-space: nowrap; }

[class*="hint-"][aria-label]:after {
  content: attr(aria-label); }

[class*="hint-"][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

.hint-bottom:before {
  border-bottom-color: #383838; }

.hint-bottom:before {
  margin-top: -11px; }

.hint-bottom:before,
.hint-bottom:after {
  top: 100%;
  left: 50%; }

.hint-bottom:before {
  left: calc(50% - 6px); }

.hint-bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint-bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint-bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint-no-animate:before,
.hint-no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.trend-cards .trend-chart-details {
  flex-direction: column; }

.axis {
  fill: none;
  font-family: Courier, Consolas, monospace;
  font-size: 12px; }
  .axis line,
  .axis path {
    stroke: #95aabc;
    stroke-width: 1px; }

.axis--y text {
  text-anchor: start; }

.no-year-data circle {
  stroke: #95aabc; }

.no-year-data text {
  fill: #95aabc; }

.usa-map path {
  stroke: #fff;
  stroke-width: 2px; }
  @media (min-width: 40rem) {
    .usa-map path {
      stroke-width: 1px; } }

.county-tooltip {
  position: absolute;
  text-align: center;
  width: 80px;
  height: 14px;
  padding: 2px;
  font: 12px sans-serif;
  background: #fff;
  border: 0px;
  pointer-events: none; }

.county-map svg {
  height: auto;
  width: auto; }

.county-map path {
  stroke: #fff;
  stroke-width: 2px; }
  @media (min-width: 40rem) {
    .county-map path {
      stroke-width: 1px; } }

@media (max-width: 40rem) {
  .bar-chart .axis--x .tick:nth-child(even) {
    display: none; } }

.active {
  border-bottom: 3px solid #ff5e50;
  padding-bottom: 1px; }

.breadcrumbs li {
  display: inline-block;
  margin-right: 0.5rem; }
  .breadcrumbs li::after {
    content: '/';
    margin-left: 0.5rem; }
  .breadcrumbs li:last-child::after {
    content: ''; }

.btn:focus {
  box-shadow: 0 0 0 2px rgba(49, 81, 95, 0.5);
  outline: none; }

.btn-sm {
  line-height: 1;
  padding: .25rem .5rem; }

.btn-primary:disabled,
.btn-primary.is-disabled {
  background-color: #cbd0d4;
  color: #697a85;
  opacity: inherit; }

.feedback {
  bottom: -900px;
  max-height: 100%;
  overflow: scroll;
  right: 0;
  transition-duration: 1s;
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
  @media (min-width: 54rem) {
    .feedback {
      right: 5%; } }
  .feedback.show {
    bottom: 0; }
  .feedback .btn:focus {
    box-shadow: 0 0 0 2px #31515f;
    outline: none; }

.field-sm {
  height: 2rem;
  padding-bottom: .25rem;
  padding-top: .25rem; }

.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/chevron-down-navy.svg");
  background-position: center right .75rem;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  cursor: pointer;
  font-weight: bold; }
  .select::-ms-expand {
    display: none; }

.ui-select-match-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px; }

.select-custom {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/chevron-down-navy.svg"); }
  .select-custom::-ms-expand {
    display: none; }

.select-dark {
  background-color: #284152;
  background-image: url("/public/img/chevron-down-white.svg");
  color: #fff; }

.select-sm {
  background-position: center right .75rem;
  background-size: .75rem .75rem;
  height: 2rem;
  line-height: 1;
  padding: 0 .5rem; }

.control {
  padding-left: 1.5rem; }

.checkbox,
.radio {
  cursor: pointer;
  position: relative; }

.checkbox input,
.radio input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.indicator {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .5rem .5rem;
  box-sizing: border-box;
  display: block;
  font-size: 65%;
  height: 1rem;
  left: 0;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: .25rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 1rem; }

.checkbox input:checked ~ .indicator,
.radio input:checked ~ .indicator {
  background-color: #284152;
  color: #fff; }

.checkbox input:active ~ .indicator,
.radio input:active ~ .indicator {
  background-color: #f1f4f9;
  color: #fff; }

.checkbox .indicator {
  background-color: #fff;
  border: 1px solid #284152;
  border-radius: 2px; }

.checkbox input:checked ~ .indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.radio .indicator {
  background-color: #f2f9ff;
  border: 1px solid #284152;
  border-radius: 50%; }

.radio input:checked ~ .indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.glossary {
  bottom: 0;
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  transition: right .2s;
  width: 20rem; }
  .glossary[aria-hidden=true] {
    right: -20rem; }
  .glossary [aria-hidden=true] {
    display: none !important; }

.glossary__content ul {
  padding: 0; }

.glossary__content li {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  list-style-type: none;
  margin-bottom: -1px; }

.glossary__content button {
  appearance: none;
  background-color: transparent;
  background-image: url("/img/chevron-right-white.svg");
  background-position: center right .5rem;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  border: 0;
  color: #fff;
  padding: 1rem 2rem 1rem 0;
  position: relative;
  text-align: left;
  width: 100%; }
  .glossary__content button[aria-expanded=true] {
    background-image: url("/img/chevron-down-white.svg");
    font-weight: bold; }

.glossary__content .glossary__definition {
  margin-bottom: 1rem;
  margin-top: 0.25rem; }

.glossary__content a {
  color: #fff;
  text-decoration: underline; }

.glossary-icon::after {
  background-image: url("/img/glossary.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  padding-left: .5rem;
  width: 10px; }

@media (min-width: 54rem) {
  header {
    height: 128px; } }

.header-nav {
  border-top: 1px solid #ff5e50;
  display: none; }
  .header-nav.open {
    display: block; }
  @media (min-width: 54rem) {
    .header-nav {
      border: 0;
      display: block; }
      .header-nav li {
        display: inline-block; } }

html {
  height: 100%; }

body,
#app {
  min-height: 100%; }

.site {
  display: flex;
  flex-direction: column;
  height: 100%; }

header,
footer {
  flex: none; }

.site-main {
  flex: 1 0 auto; }

.site-wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.site-sidebar {
  order: -1; }

@media (max-width: 54rem) {
  .site-sidebar {
    bottom: 0;
    box-sizing: border-box;
    max-width: 90%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform .2s;
    width: 20rem; }
  .site-sidebar.open {
    display: block;
    transform: translateX(0%);
    z-index: 1; } }

@media (min-width: 54rem) {
  .site-wrapper {
    flex-direction: row; }
  .site-content {
    flex: 1; }
  .site-sidebar {
    display: block;
    flex: 0 0 20rem; } }

.left-bars {
  list-style: none; }
  .left-bars li {
    padding-left: 0.5rem;
    text-indent: -0.5rem; }
    .left-bars li::before {
      border-left: 2px solid #ff5e50;
      content: '';
      display: inline-block;
      height: 1rem;
      padding-right: 0.5rem;
      vertical-align: text-top; }
  .left-bars.muted-bars li::before {
    border-color: #a8b9c9; }

.caveats ul {
  padding-left: 1rem; }

progress::-webkit-progress-value {
  background: #ff5e50; }

progress::-moz-progress-bar {
  background: #ff5e50; }

progress {
  color: #ff5e50; }

.progress-bar {
  height: .5rem;
  width: 100%; }
  .progress-bar span {
    background-color: #ff5e50;
    display: block;
    height: 100%; }
    .progress-bar span.rtl {
      float: right; }

.table {
  max-width: 100%;
  width: 100%; }
  .table th, .table td {
    border-bottom: 1px solid #ddd;
    padding: 0.5rem 0.75rem; }
  .table thead th, .table thead td {
    border-bottom-width: 2px; }
  .table tr:last-child td {
    border-bottom: 0; }

.table-condensed th, .table-condensed td {
  padding: 0.25rem; }

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: collapse; }
  .table-bordered th, .table-bordered td {
    border: 1px solid #ddd; }

.table-fixed {
  table-layout: fixed; }

.table-striped tbody tr:nth-of-type(even) {
  background-color: #f9fafb; }

.table-striped-white tbody tr:nth-of-type(even) {
  background-color: #fff; }

[class*="hint-"] {
  position: relative;
  display: inline-block; }

[class*="hint-"]:before,
[class*="hint-"]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: .3s ease;
  transition-delay: 0ms; }

[class*="hint-"]:hover:before,
[class*="hint-"]:hover:after {
  visibility: visible;
  opacity: 1; }

[class*="hint-"]:hover:before,
[class*="hint-"]:hover:after {
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  transition-delay: 100ms; }

[class*="hint-"]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

[class*="hint-"]:after {
  background: #383838;
  border-radius: 3px;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: arial, -apple-system, BlinkMacSystemFont, helvetica, helvetica neue, ubuntu, roboto, noto, segoe ui, sans-serif;
  line-height: 12px;
  white-space: nowrap; }

[class*="hint-"][aria-label]:after {
  content: attr(aria-label); }

[class*="hint-"][data-hint]:after {
  content: attr(data-hint); }

[aria-label='']:before,
[aria-label='']:after,
[data-hint='']:before,
[data-hint='']:after {
  display: none !important; }

.hint-bottom:before {
  border-bottom-color: #383838; }

.hint-bottom:before {
  margin-top: -11px; }

.hint-bottom:before,
.hint-bottom:after {
  top: 100%;
  left: 50%; }

.hint-bottom:before {
  left: calc(50% - 6px); }

.hint-bottom:after {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.hint-bottom:hover:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint-bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  -moz-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px); }

.hint-no-animate:before,
.hint-no-animate:after {
  -webkit-transition-duration: 0ms;
  -moz-transition-duration: 0ms;
  transition-duration: 0ms; }

.trend-cards .trend-chart-details {
  flex-direction: column; }

.axis {
  fill: none;
  font-family: Courier, Consolas, monospace;
  font-size: 12px; }
  .axis line,
  .axis path {
    stroke: #95aabc;
    stroke-width: 1px; }

.axis--y text {
  text-anchor: start; }

.no-year-data circle {
  stroke: #95aabc; }

.no-year-data text {
  fill: #95aabc; }

.usa-map path {
  stroke: #fff;
  stroke-width: 2px; }
  @media (min-width: 40rem) {
    .usa-map path {
      stroke-width: 1px; } }

.county-tooltip {
  position: absolute;
  text-align: center;
  width: 80px;
  height: 14px;
  padding: 2px;
  font: 12px sans-serif;
  background: #fff;
  border: 0px;
  pointer-events: none; }

.county-map svg {
  height: auto;
  width: auto; }

.county-map path {
  stroke: #fff;
  stroke-width: 2px; }
  @media (min-width: 40rem) {
    .county-map path {
      stroke-width: 1px; } }

@media (max-width: 40rem) {
  .bar-chart .axis--x .tick:nth-child(even) {
    display: none; } }

.align-inherit {
  vertical-align: inherit; }

.align-tb {
  vertical-align: text-bottom; }

.aspect-ratio {
  height: 0;
  position: relative; }

.aspect-ratio--1x1 {
  padding-bottom: 100%; }

.aspect-ratio--4x3 {
  padding-bottom: 75%; }

.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.border-blue {
  border-color: #284152; }

.border-blue-light {
  border-color: #95aabc; }

.border-blue-lighter {
  border-color: #dfe6ed; }

.border-red-bright {
  border-color: #ff5e50; }

.border-bottom-dashed {
  border-bottom: 1px dashed #31515f; }

.border-bottom-dotted {
  border-bottom: 1px dotted #31515f; }

.border-w2 {
  border-width: 2px; }

.border-w8 {
  border-width: 8px; }

.rounded-none {
  border-radius: 0; }

.rounded-br {
  border-bottom-right-radius: 3px; }

@media (min-width: 54rem) {
  .md-border-none {
    border: 0; }
  .md-rounded-bottom {
    border-radius: 0 0 3px 3px; }
  .md-rounded-top {
    border-radius: 3px 3px 0 0; } }

@media (min-width: 64rem) {
  .lg-border-none {
    border: 0; }
  .lg-rounded-bottom {
    border-radius: 0 0 3px 3px; } }

.blue {
  color: #284152; }

.blue-dark {
  color: #111323; }

.blue-gray {
  color: #8aa2b3; }

.blue-medium {
  color: #31515f; }

.blue-light {
  color: #95aabc; }

.blue-lighter {
  color: #dfe6ed; }

.blue-lightest {
  color: #93a0a8; }

.blue-trans-lighter {
  color: #87acc4; }

.blue-trans-lightest {
  color: #ccdbe6; }

.blue-light-508 {
  color: #a8b9c9; }

.blue-white {
  color: #f1f4f9; }

.red {
  color: #b84941; }

.red-dark {
  color: #702c27; }

.red-bright {
  color: #ff5e50; }

.red-light {
  color: #f48e88; }

.red-lighter {
  color: #f4dfdd; }

.white {
  color: #fff; }

.black {
  color: #111c23; }

.yellow {
  color: #EEDC6E; }

.nibrs-trans-1 {
  color: #011f4b; }

.nibrs-trans-2 {
  color: #283c46; }

.nibrs-trans-3 {
  color: #6497b1; }

.nibrs-trans-4 {
  color: #005b96; }

.nibrs-trans-5 {
  color: #81909a; }

.nibrs-trans-6 {
  color: #b3cde0; }

.bg-black {
  background-color: #111c23; }

.bg-black-translucent {
  background-color: rgba(17, 17, 17, 0.875); }

.bg-blue {
  background-color: #284152; }

.bg-blue-dark {
  background-color: #111323; }

.bg-blue-gray {
  background-color: #8aa2b3; }

.bg-blue-medium {
  background-color: #31515f; }

.bg-blue-light {
  background-color: #95aabc; }

.bg-blue-lighter {
  background-color: #dfe6ed; }

.bg-blue-lightest {
  background-color: #93a0a8; }

.bg-blue-trans-lighter {
  background-color: #87acc4; }

.bg-blue-trans-lightest {
  background-color: #ccdbe6; }

.bg-blue-white {
  background-color: #f1f4f9; }

.bg-red {
  background-color: #b84941; }

.bg-red-dark {
  background-color: #702c27; }

.bg-red-bright {
  background-color: #ff5e50; }

.bg-red-light {
  background-color: #f48e88; }

.bg-red-lighter {
  background-color: #f4dfdd; }

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

.bg-white {
  background-color: #fff; }

.bg-yellow {
  background-color: #EEDC6E; }

.bg-nibrs-trans-1 {
  background-color: #011f4b; }

.bg-nibrs-trans-2 {
  background-color: #283c46; }

.bg-nibrs-trans-3 {
  background-color: #6497b1; }

.bg-nibrs-trans-4 {
  background-color: #005b96; }

.bg-nibrs-trans-5 {
  background-color: #81909a; }

.bg-nibrs-trans-6 {
  background-color: #b3cde0; }

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25); }

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-lighten-1 {
  background-color: rgba(255, 255, 255, 0.5); }

.color-inherit {
  color: inherit; }

.fill-blue {
  fill: #284152; }

.fill-blue-gray {
  fill: #8aa2b3; }

.fill-blue-light {
  fill: #95aabc; }

.fill-blue-light-1 {
  fill: #6594b4; }

.fill-blue-light-2 {
  fill: #3b5f78; }

.fill-blue-light-3 {
  fill: #274f72; }

.fill-blue-light-4 {
  fill: #304558; }

.fill-yellow {
  fill: #EEDC6E; }

.fill-blue-lighter {
  fill: #dfe6ed; }

.fill-blue-lightest {
  fill: #93a0a8; }

.fill-blue-trans-lighter {
  fill: #87acc4; }

.fill-blue-trans-lightest {
  fill: #ccdbe6; }

.fill-blue-white {
  fill: #f1f4f9; }

.fill-red {
  fill: #b84941; }

.fill-red-bright {
  fill: #ff5e50; }

.fill-red-dark {
  fill: #702c27; }

.fill-red-light {
  fill: #f48e88; }

.fill-nibrs-trans-1 {
  fill: #011f4b; }

.fill-nibrs-trans-2 {
  fill: #283c46; }

.fill-nibrs-trans-3 {
  fill: #6497b1; }

.fill-nibrs-trans-4 {
  fill: #005b96; }

.fill-nibrs-trans-5 {
  fill: #81909a; }

.fill-nibrs-trans-6 {
  fill: #b3cde0; }

.hover-blue:hover {
  color: #284152; }

.hover-bg-blue:hover {
  background-color: #284152; }

.hover-bg-blue-light:hover {
  background-color: #f1f4f9; }

.placeholder-blue::placeholder {
  color: #284152; }

.cursor-default {
  cursor: default; }

.cursor-disabled {
  cursor: not-allowed; }

.cursor-pointer {
  cursor: pointer; }

@media (min-width: 40rem) {
  .sm-block {
    display: block; }
  .sm-inline {
    display: inline; }
  .sm-inline-block {
    display: inline-block; } }

@media (min-width: 54rem) {
  .md-block {
    display: block; }
  .md-inline {
    display: inline; }
  .md-inline-block {
    display: inline-block; } }

@media (min-width: 64rem) {
  .lg-block {
    display: block; }
  .lg-inline {
    display: inline; }
  .lg-inline-block {
    display: inline-block; } }

.flex-row-reverse {
  flex-direction: row-reverse; }

.justify-between {
  justify-content: space-between; }

.flex-basis-50 {
  flex-basis: 50%; }

@media (min-width: 40rem) {
  .sm-flex-basis-100 {
    flex-basis: 100%; } }

.font-style-inherit {
  font-style: inherit; }

.fw-100 {
  font-weight: 100; }

.no-resize {
  resize: none; }

.placeholder-fw-100::placeholder {
  font-weight: 100; }

.mh6 {
  min-height: 3rem; }

@media (min-width: 64rem) {
  .lg-mh-88p {
    min-height: 88px; } }

.maxh5 {
  max-height: 2.5rem; }

.clear-left {
  clear: left; }

.sticky {
  position: sticky; }

.left-n100 {
  left: -100%; }

.left-0-focus:focus {
  left: 0; }

@media (min-width: 40rem) {
  .sm-absolute {
    position: absolute; } }

@media (min-width: 54rem) {
  .md-absolute {
    position: absolute; } }

@media (min-width: 64rem) {
  .lg-absolute {
    position: absolute; } }

.lh-24 {
  line-height: 24px; }

.lh-32 {
  line-height: 32px; }

@media (min-width: 40rem) {
  .sm-lh-30 {
    line-height: 30px; } }

.fs-40 {
  font-size: 40px; }

.fs-32 {
  font-size: 32px; }

.fs-28 {
  font-size: 28px; }

.fs-26 {
  font-size: 26px; }

.fs-24 {
  font-size: 24px; }

.fs-22 {
  font-size: 22px; }

.fs-18 {
  font-size: 18px; }

.fs-16 {
  font-size: 16px; }

.fs-14 {
  font-size: 14px; }

.fs-12 {
  font-size: 12px; }

.fs-10 {
  font-size: 10px; }

@media (min-width: 40rem) {
  .sm-fs-40 {
    font-size: 40px; }
  .sm-fs-32 {
    font-size: 32px; }
  .sm-fs-28 {
    font-size: 28px; }
  .sm-fs-26 {
    font-size: 26px; }
  .sm-fs-24 {
    font-size: 24px; }
  .sm-fs-22 {
    font-size: 22px; }
  .sm-fs-20 {
    font-size: 20px; }
  .sm-fs-18 {
    font-size: 18px; }
  .sm-fs-16 {
    font-size: 16px; }
  .sm-fs-14 {
    font-size: 14px; }
  .sm-fs-12 {
    font-size: 12px; }
  .sm-fs-10 {
    font-size: 10px; } }

@media (min-width: 54rem) {
  .md-fs-40 {
    font-size: 40px; }
  .md-fs-32 {
    font-size: 32px; }
  .md-fs-28 {
    font-size: 28px; }
  .md-fs-26 {
    font-size: 26px; }
  .md-fs-24 {
    font-size: 24px; }
  .md-fs-22 {
    font-size: 22px; }
  .md-fs-18 {
    font-size: 18px; }
  .md-fs-16 {
    font-size: 16px; }
  .md-fs-14 {
    font-size: 14px; }
  .md-fs-12 {
    font-size: 12px; }
  .md-fs-10 {
    font-size: 10px; } }

.no-scroll {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.m5 {
  margin: 2.5rem; }

.mt5 {
  margin-top: 2.5rem; }

.mr5 {
  margin-right: 2.5rem; }

.mb5 {
  margin-bottom: 2.5rem; }

.ml5 {
  margin-left: 2.5rem; }

.mx5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.my5 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem; }

.mxn5 {
  margin-left: -2.5rem;
  margin-right: -2.5rem; }

.m6 {
  margin: 3rem; }

.mt6 {
  margin-top: 3rem; }

.mr6 {
  margin-right: 3rem; }

.mb6 {
  margin-bottom: 3rem; }

.ml6 {
  margin-left: 3rem; }

.mx6 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my6 {
  margin-bottom: 3rem;
  margin-top: 3rem; }

.mxn6 {
  margin-left: -3rem;
  margin-right: -3rem; }

.m7 {
  margin: 4rem; }

.mt7 {
  margin-top: 4rem; }

.mr7 {
  margin-right: 4rem; }

.mb7 {
  margin-bottom: 4rem; }

.ml7 {
  margin-left: 4rem; }

.mx7 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my7 {
  margin-bottom: 4rem;
  margin-top: 4rem; }

.mxn7 {
  margin-left: -4rem;
  margin-right: -4rem; }

.m8 {
  margin: 5rem; }

.mt8 {
  margin-top: 5rem; }

.mr8 {
  margin-right: 5rem; }

.mb8 {
  margin-bottom: 5rem; }

.ml8 {
  margin-left: 5rem; }

.mx8 {
  margin-left: 5rem;
  margin-right: 5rem; }

.my8 {
  margin-bottom: 5rem;
  margin-top: 5rem; }

.mxn8 {
  margin-left: -5rem;
  margin-right: -5rem; }

.p5 {
  padding: 2.5rem; }

.pt5 {
  padding-top: 2.5rem; }

.pr5 {
  padding-right: 2.5rem; }

.pb5 {
  padding-bottom: 2.5rem; }

.pl5 {
  padding-left: 2.5rem; }

.py5 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }

.px5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.p6 {
  padding: 3rem; }

.pt6 {
  padding-top: 3rem; }

.pr6 {
  padding-right: 3rem; }

.pb6 {
  padding-bottom: 3rem; }

.pl6 {
  padding-left: 3rem; }

.py6 {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.px6 {
  padding-left: 3rem;
  padding-right: 3rem; }

.p7 {
  padding: 4rem; }

.pt7 {
  padding-top: 4rem; }

.pr7 {
  padding-right: 4rem; }

.pb7 {
  padding-bottom: 4rem; }

.pl7 {
  padding-left: 4rem; }

.py7 {
  padding-bottom: 4rem;
  padding-top: 4rem; }

.px7 {
  padding-left: 4rem;
  padding-right: 4rem; }

.p8 {
  padding: 5rem; }

.pt8 {
  padding-top: 5rem; }

.pr8 {
  padding-right: 5rem; }

.pb8 {
  padding-bottom: 5rem; }

.pl8 {
  padding-left: 5rem; }

.py8 {
  padding-bottom: 5rem;
  padding-top: 5rem; }

.px8 {
  padding-left: 5rem;
  padding-right: 5rem; }

@media (min-width: 40rem) {
  .sm-m5 {
    margin: 2.5rem; }
  .sm-mt5 {
    margin-top: 2.5rem; }
  .sm-mr5 {
    margin-right: 2.5rem; }
  .sm-mb5 {
    margin-bottom: 2.5rem; }
  .sm-ml5 {
    margin-left: 2.5rem; }
  .sm-mx5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .sm-my5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem; }
  .sm-mxn5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .sm-m6 {
    margin: 3rem; }
  .sm-mt6 {
    margin-top: 3rem; }
  .sm-mr6 {
    margin-right: 3rem; }
  .sm-mb6 {
    margin-bottom: 3rem; }
  .sm-ml6 {
    margin-left: 3rem; }
  .sm-mx6 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .sm-my6 {
    margin-bottom: 3rem;
    margin-top: 3rem; }
  .sm-mxn6 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .sm-m7 {
    margin: 4rem; }
  .sm-mt7 {
    margin-top: 4rem; }
  .sm-mr7 {
    margin-right: 4rem; }
  .sm-mb7 {
    margin-bottom: 4rem; }
  .sm-ml7 {
    margin-left: 4rem; }
  .sm-mx7 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .sm-my7 {
    margin-bottom: 4rem;
    margin-top: 4rem; }
  .sm-mxn7 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .sm-m8 {
    margin: 5rem; }
  .sm-mt8 {
    margin-top: 5rem; }
  .sm-mr8 {
    margin-right: 5rem; }
  .sm-mb8 {
    margin-bottom: 5rem; }
  .sm-ml8 {
    margin-left: 5rem; }
  .sm-mx8 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .sm-my8 {
    margin-bottom: 5rem;
    margin-top: 5rem; }
  .sm-mxn8 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .sm-p5 {
    padding: 2.5rem; }
  .sm-pt5 {
    padding-top: 2.5rem; }
  .sm-pr5 {
    padding-right: 2.5rem; }
  .sm-pb5 {
    padding-bottom: 2.5rem; }
  .sm-pl5 {
    padding-left: 2.5rem; }
  .sm-px5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .sm-py5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem; }
  .sm-p6 {
    padding: 3rem; }
  .sm-pt6 {
    padding-top: 3rem; }
  .sm-pr6 {
    padding-right: 3rem; }
  .sm-pb6 {
    padding-bottom: 3rem; }
  .sm-pl6 {
    padding-left: 3rem; }
  .sm-px6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .sm-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .sm-p7 {
    padding: 4rem; }
  .sm-pt7 {
    padding-top: 4rem; }
  .sm-pr7 {
    padding-right: 4rem; }
  .sm-pb7 {
    padding-bottom: 4rem; }
  .sm-pl7 {
    padding-left: 4rem; }
  .sm-px7 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .sm-py7 {
    padding-bottom: 4rem;
    padding-top: 4rem; }
  .sm-p8 {
    padding: 5rem; }
  .sm-pt8 {
    padding-top: 5rem; }
  .sm-pr8 {
    padding-right: 5rem; }
  .sm-pb8 {
    padding-bottom: 5rem; }
  .sm-pl8 {
    padding-left: 5rem; }
  .sm-px8 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .sm-py8 {
    padding-bottom: 5rem;
    padding-top: 5rem; } }

@media (min-width: 54rem) {
  .md-ml0 {
    margin-left: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-px6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .md-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .md-pr7 {
    padding-right: 4rem; }
  .md-pl8 {
    padding-left: 5rem; } }

@media (min-width: 64rem) {
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml3 {
    margin-left: 1.5rem; }
  .lg-pr5 {
    padding-right: 2.5rem; }
  .lg-pr6 {
    padding-right: 3rem; }
  .lg-px8 {
    padding-left: 5rem;
    padding-right: 5rem; } }

.m-tiny {
  margin: 0.25rem; }

.mt-tiny {
  margin-top: 0.25rem; }

.mr-tiny {
  margin-right: 0.25rem; }

.mb-tiny {
  margin-bottom: 0.25rem; }

.ml-tiny {
  margin-left: 0.25rem; }

.mx-tiny {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.my-tiny {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem; }

.p-tiny {
  padding: 0.25rem; }

.pt-tiny {
  padding-top: 0.25rem; }

.pr-tiny {
  padding-right: 0.25rem; }

.pb-tiny {
  padding-bottom: 0.25rem; }

.pl-tiny {
  padding-left: 0.25rem; }

.px-tiny {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.py-tiny {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem; }

.v-hide {
  visibility: hidden; }

.mw8 {
  max-width: 8rem; }

.mw20 {
  max-width: 20rem; }

.mw30 {
  max-width: 30rem; }

.mw-fill {
  max-width: 100%; }

.align-inherit {
  vertical-align: inherit; }

.align-tb {
  vertical-align: text-bottom; }

.aspect-ratio {
  height: 0;
  position: relative; }

.aspect-ratio--1x1 {
  padding-bottom: 100%; }

.aspect-ratio--4x3 {
  padding-bottom: 75%; }

.aspect-ratio--object {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1; }

.border-blue {
  border-color: #284152; }

.border-blue-light {
  border-color: #95aabc; }

.border-blue-lighter {
  border-color: #dfe6ed; }

.border-red-bright {
  border-color: #ff5e50; }

.border-bottom-dashed {
  border-bottom: 1px dashed #31515f; }

.border-bottom-dotted {
  border-bottom: 1px dotted #31515f; }

.border-w2 {
  border-width: 2px; }

.border-w8 {
  border-width: 8px; }

.rounded-none {
  border-radius: 0; }

.rounded-br {
  border-bottom-right-radius: 3px; }

@media (min-width: 54rem) {
  .md-border-none {
    border: 0; }
  .md-rounded-bottom {
    border-radius: 0 0 3px 3px; }
  .md-rounded-top {
    border-radius: 3px 3px 0 0; } }

@media (min-width: 64rem) {
  .lg-border-none {
    border: 0; }
  .lg-rounded-bottom {
    border-radius: 0 0 3px 3px; } }

.blue {
  color: #284152; }

.blue-dark {
  color: #111323; }

.blue-gray {
  color: #8aa2b3; }

.blue-medium {
  color: #31515f; }

.blue-light {
  color: #95aabc; }

.blue-lighter {
  color: #dfe6ed; }

.blue-lightest {
  color: #93a0a8; }

.blue-trans-lighter {
  color: #87acc4; }

.blue-trans-lightest {
  color: #ccdbe6; }

.blue-light-508 {
  color: #a8b9c9; }

.blue-white {
  color: #f1f4f9; }

.red {
  color: #b84941; }

.red-dark {
  color: #702c27; }

.red-bright {
  color: #ff5e50; }

.red-light {
  color: #f48e88; }

.red-lighter {
  color: #f4dfdd; }

.white {
  color: #fff; }

.black {
  color: #111c23; }

.yellow {
  color: #EEDC6E; }

.nibrs-trans-1 {
  color: #011f4b; }

.nibrs-trans-2 {
  color: #283c46; }

.nibrs-trans-3 {
  color: #6497b1; }

.nibrs-trans-4 {
  color: #005b96; }

.nibrs-trans-5 {
  color: #81909a; }

.nibrs-trans-6 {
  color: #b3cde0; }

.bg-black {
  background-color: #111c23; }

.bg-black-translucent {
  background-color: rgba(17, 17, 17, 0.875); }

.bg-blue {
  background-color: #284152; }

.bg-blue-dark {
  background-color: #111323; }

.bg-blue-gray {
  background-color: #8aa2b3; }

.bg-blue-medium {
  background-color: #31515f; }

.bg-blue-light {
  background-color: #95aabc; }

.bg-blue-lighter {
  background-color: #dfe6ed; }

.bg-blue-lightest {
  background-color: #93a0a8; }

.bg-blue-trans-lighter {
  background-color: #87acc4; }

.bg-blue-trans-lightest {
  background-color: #ccdbe6; }

.bg-blue-white {
  background-color: #f1f4f9; }

.bg-red {
  background-color: #b84941; }

.bg-red-dark {
  background-color: #702c27; }

.bg-red-bright {
  background-color: #ff5e50; }

.bg-red-light {
  background-color: #f48e88; }

.bg-red-lighter {
  background-color: #f4dfdd; }

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

.bg-white {
  background-color: #fff; }

.bg-yellow {
  background-color: #EEDC6E; }

.bg-nibrs-trans-1 {
  background-color: #011f4b; }

.bg-nibrs-trans-2 {
  background-color: #283c46; }

.bg-nibrs-trans-3 {
  background-color: #6497b1; }

.bg-nibrs-trans-4 {
  background-color: #005b96; }

.bg-nibrs-trans-5 {
  background-color: #81909a; }

.bg-nibrs-trans-6 {
  background-color: #b3cde0; }

.bg-darken-1 {
  background-color: rgba(0, 0, 0, 0.05); }

.bg-darken-2 {
  background-color: rgba(0, 0, 0, 0.1); }

.bg-darken-3 {
  background-color: rgba(0, 0, 0, 0.25); }

.bg-darken-4 {
  background-color: rgba(0, 0, 0, 0.5); }

.bg-lighten-1 {
  background-color: rgba(255, 255, 255, 0.5); }

.color-inherit {
  color: inherit; }

.fill-blue {
  fill: #284152; }

.fill-blue-gray {
  fill: #8aa2b3; }

.fill-blue-light {
  fill: #95aabc; }

.fill-blue-light-1 {
  fill: #6594b4; }

.fill-blue-light-2 {
  fill: #3b5f78; }

.fill-blue-light-3 {
  fill: #274f72; }

.fill-blue-light-4 {
  fill: #304558; }

.fill-yellow {
  fill: #EEDC6E; }

.fill-blue-lighter {
  fill: #dfe6ed; }

.fill-blue-lightest {
  fill: #93a0a8; }

.fill-blue-trans-lighter {
  fill: #87acc4; }

.fill-blue-trans-lightest {
  fill: #ccdbe6; }

.fill-blue-white {
  fill: #f1f4f9; }

.fill-red {
  fill: #b84941; }

.fill-red-bright {
  fill: #ff5e50; }

.fill-red-dark {
  fill: #702c27; }

.fill-red-light {
  fill: #f48e88; }

.fill-nibrs-trans-1 {
  fill: #011f4b; }

.fill-nibrs-trans-2 {
  fill: #283c46; }

.fill-nibrs-trans-3 {
  fill: #6497b1; }

.fill-nibrs-trans-4 {
  fill: #005b96; }

.fill-nibrs-trans-5 {
  fill: #81909a; }

.fill-nibrs-trans-6 {
  fill: #b3cde0; }

.hover-blue:hover {
  color: #284152; }

.hover-bg-blue:hover {
  background-color: #284152; }

.hover-bg-blue-light:hover {
  background-color: #f1f4f9; }

.placeholder-blue::placeholder {
  color: #284152; }

.cursor-default {
  cursor: default; }

.cursor-disabled {
  cursor: not-allowed; }

.cursor-pointer {
  cursor: pointer; }

@media (min-width: 40rem) {
  .sm-block {
    display: block; }
  .sm-inline {
    display: inline; }
  .sm-inline-block {
    display: inline-block; } }

@media (min-width: 54rem) {
  .md-block {
    display: block; }
  .md-inline {
    display: inline; }
  .md-inline-block {
    display: inline-block; } }

@media (min-width: 64rem) {
  .lg-block {
    display: block; }
  .lg-inline {
    display: inline; }
  .lg-inline-block {
    display: inline-block; } }

.flex-row-reverse {
  flex-direction: row-reverse; }

.justify-between {
  justify-content: space-between; }

.flex-basis-50 {
  flex-basis: 50%; }

@media (min-width: 40rem) {
  .sm-flex-basis-100 {
    flex-basis: 100%; } }

.font-style-inherit {
  font-style: inherit; }

.fw-100 {
  font-weight: 100; }

.field-sm {
  height: 2rem;
  padding-bottom: .25rem;
  padding-top: .25rem; }

.select {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/chevron-down-navy.svg");
  background-position: center right .75rem;
  background-repeat: no-repeat;
  background-size: .75rem .75rem;
  cursor: pointer;
  font-weight: bold; }
  .select::-ms-expand {
    display: none; }

.ui-select-match-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 40px; }

.select-custom {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("/public/img/chevron-down-navy.svg"); }
  .select-custom::-ms-expand {
    display: none; }

.select-dark {
  background-color: #284152;
  background-image: url("/public/img/chevron-down-white.svg");
  color: #fff; }

.select-sm {
  background-position: center right .75rem;
  background-size: .75rem .75rem;
  height: 2rem;
  line-height: 1;
  padding: 0 .5rem; }

.control {
  padding-left: 1.5rem; }

.checkbox,
.radio {
  cursor: pointer;
  position: relative; }

.checkbox input,
.radio input {
  opacity: 0;
  position: absolute;
  z-index: -1; }

.indicator {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: .5rem .5rem;
  box-sizing: border-box;
  display: block;
  font-size: 65%;
  height: 1rem;
  left: 0;
  line-height: 1rem;
  position: absolute;
  text-align: center;
  top: .25rem;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 1rem; }

.checkbox input:checked ~ .indicator,
.radio input:checked ~ .indicator {
  background-color: #284152;
  color: #fff; }

.checkbox input:active ~ .indicator,
.radio input:active ~ .indicator {
  background-color: #f1f4f9;
  color: #fff; }

.checkbox .indicator {
  background-color: #fff;
  border: 1px solid #284152;
  border-radius: 2px; }

.checkbox input:checked ~ .indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTYuNCwxTDUuNywxLjdMMi45LDQuNUwyLjEsMy43TDEuNCwzTDAsNC40bDAuNywwLjdsMS41LDEuNWwwLjcsMC43bDAuNy0wLjdsMy41LTMuNWwwLjctMC43TDYuNCwxTDYuNCwxeiINCgkvPg0KPC9zdmc+DQo=); }

.radio .indicator {
  background-color: #f2f9ff;
  border: 1px solid #284152;
  border-radius: 50%; }

.radio input:checked ~ .indicator {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOCA4IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA4IDgiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQsMUMyLjMsMSwxLDIuMywxLDRzMS4zLDMsMywzczMtMS4zLDMtM1M1LjcsMSw0LDF6Ii8+DQo8L3N2Zz4NCg==); }

.mh6 {
  min-height: 3rem; }

@media (min-width: 64rem) {
  .lg-mh-88p {
    min-height: 88px; } }

.maxh5 {
  max-height: 2.5rem; }

html {
  height: 100%; }

body,
#app {
  min-height: 100%; }

.site {
  display: flex;
  flex-direction: column;
  height: 100%; }

header,
footer {
  flex: none; }

.site-main {
  flex: 1 0 auto; }

.site-wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

.site-sidebar {
  order: -1; }

@media (max-width: 54rem) {
  .site-sidebar {
    bottom: 0;
    box-sizing: border-box;
    max-width: 90%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transform: translateX(-100%);
    transition: transform .2s;
    width: 20rem; }
  .site-sidebar.open {
    display: block;
    transform: translateX(0%);
    z-index: 1; } }

@media (min-width: 54rem) {
  .site-wrapper {
    flex-direction: row; }
  .site-content {
    flex: 1; }
  .site-sidebar {
    display: block;
    flex: 0 0 20rem; } }

.lh-24 {
  line-height: 24px; }

.lh-32 {
  line-height: 32px; }

@media (min-width: 40rem) {
  .sm-lh-30 {
    line-height: 30px; } }

.no-scroll {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%; }

.m5 {
  margin: 2.5rem; }

.mt5 {
  margin-top: 2.5rem; }

.mr5 {
  margin-right: 2.5rem; }

.mb5 {
  margin-bottom: 2.5rem; }

.ml5 {
  margin-left: 2.5rem; }

.mx5 {
  margin-left: 2.5rem;
  margin-right: 2.5rem; }

.my5 {
  margin-bottom: 2.5rem;
  margin-top: 2.5rem; }

.mxn5 {
  margin-left: -2.5rem;
  margin-right: -2.5rem; }

.m6 {
  margin: 3rem; }

.mt6 {
  margin-top: 3rem; }

.mr6 {
  margin-right: 3rem; }

.mb6 {
  margin-bottom: 3rem; }

.ml6 {
  margin-left: 3rem; }

.mx6 {
  margin-left: 3rem;
  margin-right: 3rem; }

.my6 {
  margin-bottom: 3rem;
  margin-top: 3rem; }

.mxn6 {
  margin-left: -3rem;
  margin-right: -3rem; }

.m7 {
  margin: 4rem; }

.mt7 {
  margin-top: 4rem; }

.mr7 {
  margin-right: 4rem; }

.mb7 {
  margin-bottom: 4rem; }

.ml7 {
  margin-left: 4rem; }

.mx7 {
  margin-left: 4rem;
  margin-right: 4rem; }

.my7 {
  margin-bottom: 4rem;
  margin-top: 4rem; }

.mxn7 {
  margin-left: -4rem;
  margin-right: -4rem; }

.m8 {
  margin: 5rem; }

.mt8 {
  margin-top: 5rem; }

.mr8 {
  margin-right: 5rem; }

.mb8 {
  margin-bottom: 5rem; }

.ml8 {
  margin-left: 5rem; }

.mx8 {
  margin-left: 5rem;
  margin-right: 5rem; }

.my8 {
  margin-bottom: 5rem;
  margin-top: 5rem; }

.mxn8 {
  margin-left: -5rem;
  margin-right: -5rem; }

.p5 {
  padding: 2.5rem; }

.pt5 {
  padding-top: 2.5rem; }

.pr5 {
  padding-right: 2.5rem; }

.pb5 {
  padding-bottom: 2.5rem; }

.pl5 {
  padding-left: 2.5rem; }

.py5 {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem; }

.px5 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.p6 {
  padding: 3rem; }

.pt6 {
  padding-top: 3rem; }

.pr6 {
  padding-right: 3rem; }

.pb6 {
  padding-bottom: 3rem; }

.pl6 {
  padding-left: 3rem; }

.py6 {
  padding-bottom: 3rem;
  padding-top: 3rem; }

.px6 {
  padding-left: 3rem;
  padding-right: 3rem; }

.p7 {
  padding: 4rem; }

.pt7 {
  padding-top: 4rem; }

.pr7 {
  padding-right: 4rem; }

.pb7 {
  padding-bottom: 4rem; }

.pl7 {
  padding-left: 4rem; }

.py7 {
  padding-bottom: 4rem;
  padding-top: 4rem; }

.px7 {
  padding-left: 4rem;
  padding-right: 4rem; }

.p8 {
  padding: 5rem; }

.pt8 {
  padding-top: 5rem; }

.pr8 {
  padding-right: 5rem; }

.pb8 {
  padding-bottom: 5rem; }

.pl8 {
  padding-left: 5rem; }

.py8 {
  padding-bottom: 5rem;
  padding-top: 5rem; }

.px8 {
  padding-left: 5rem;
  padding-right: 5rem; }

@media (min-width: 40rem) {
  .sm-m5 {
    margin: 2.5rem; }
  .sm-mt5 {
    margin-top: 2.5rem; }
  .sm-mr5 {
    margin-right: 2.5rem; }
  .sm-mb5 {
    margin-bottom: 2.5rem; }
  .sm-ml5 {
    margin-left: 2.5rem; }
  .sm-mx5 {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .sm-my5 {
    margin-bottom: 2.5rem;
    margin-top: 2.5rem; }
  .sm-mxn5 {
    margin-left: -2.5rem;
    margin-right: -2.5rem; }
  .sm-m6 {
    margin: 3rem; }
  .sm-mt6 {
    margin-top: 3rem; }
  .sm-mr6 {
    margin-right: 3rem; }
  .sm-mb6 {
    margin-bottom: 3rem; }
  .sm-ml6 {
    margin-left: 3rem; }
  .sm-mx6 {
    margin-left: 3rem;
    margin-right: 3rem; }
  .sm-my6 {
    margin-bottom: 3rem;
    margin-top: 3rem; }
  .sm-mxn6 {
    margin-left: -3rem;
    margin-right: -3rem; }
  .sm-m7 {
    margin: 4rem; }
  .sm-mt7 {
    margin-top: 4rem; }
  .sm-mr7 {
    margin-right: 4rem; }
  .sm-mb7 {
    margin-bottom: 4rem; }
  .sm-ml7 {
    margin-left: 4rem; }
  .sm-mx7 {
    margin-left: 4rem;
    margin-right: 4rem; }
  .sm-my7 {
    margin-bottom: 4rem;
    margin-top: 4rem; }
  .sm-mxn7 {
    margin-left: -4rem;
    margin-right: -4rem; }
  .sm-m8 {
    margin: 5rem; }
  .sm-mt8 {
    margin-top: 5rem; }
  .sm-mr8 {
    margin-right: 5rem; }
  .sm-mb8 {
    margin-bottom: 5rem; }
  .sm-ml8 {
    margin-left: 5rem; }
  .sm-mx8 {
    margin-left: 5rem;
    margin-right: 5rem; }
  .sm-my8 {
    margin-bottom: 5rem;
    margin-top: 5rem; }
  .sm-mxn8 {
    margin-left: -5rem;
    margin-right: -5rem; }
  .sm-p5 {
    padding: 2.5rem; }
  .sm-pt5 {
    padding-top: 2.5rem; }
  .sm-pr5 {
    padding-right: 2.5rem; }
  .sm-pb5 {
    padding-bottom: 2.5rem; }
  .sm-pl5 {
    padding-left: 2.5rem; }
  .sm-px5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem; }
  .sm-py5 {
    padding-bottom: 2.5rem;
    padding-top: 2.5rem; }
  .sm-p6 {
    padding: 3rem; }
  .sm-pt6 {
    padding-top: 3rem; }
  .sm-pr6 {
    padding-right: 3rem; }
  .sm-pb6 {
    padding-bottom: 3rem; }
  .sm-pl6 {
    padding-left: 3rem; }
  .sm-px6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .sm-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .sm-p7 {
    padding: 4rem; }
  .sm-pt7 {
    padding-top: 4rem; }
  .sm-pr7 {
    padding-right: 4rem; }
  .sm-pb7 {
    padding-bottom: 4rem; }
  .sm-pl7 {
    padding-left: 4rem; }
  .sm-px7 {
    padding-left: 4rem;
    padding-right: 4rem; }
  .sm-py7 {
    padding-bottom: 4rem;
    padding-top: 4rem; }
  .sm-p8 {
    padding: 5rem; }
  .sm-pt8 {
    padding-top: 5rem; }
  .sm-pr8 {
    padding-right: 5rem; }
  .sm-pb8 {
    padding-bottom: 5rem; }
  .sm-pl8 {
    padding-left: 5rem; }
  .sm-px8 {
    padding-left: 5rem;
    padding-right: 5rem; }
  .sm-py8 {
    padding-bottom: 5rem;
    padding-top: 5rem; } }

@media (min-width: 54rem) {
  .md-ml0 {
    margin-left: 0; }
  .md-pl0 {
    padding-left: 0; }
  .md-px6 {
    padding-left: 3rem;
    padding-right: 3rem; }
  .md-py6 {
    padding-bottom: 3rem;
    padding-top: 3rem; }
  .md-pr7 {
    padding-right: 4rem; }
  .md-pl8 {
    padding-left: 5rem; } }

@media (min-width: 64rem) {
  .lg-mb0 {
    margin-bottom: 0; }
  .lg-ml3 {
    margin-left: 1.5rem; }
  .lg-pr5 {
    padding-right: 2.5rem; }
  .lg-pr6 {
    padding-right: 3rem; }
  .lg-px8 {
    padding-left: 5rem;
    padding-right: 5rem; } }

.m-tiny {
  margin: 0.25rem; }

.mt-tiny {
  margin-top: 0.25rem; }

.mr-tiny {
  margin-right: 0.25rem; }

.mb-tiny {
  margin-bottom: 0.25rem; }

.ml-tiny {
  margin-left: 0.25rem; }

.mx-tiny {
  margin-left: 0.25rem;
  margin-right: 0.25rem; }

.my-tiny {
  margin-bottom: 0.25rem;
  margin-top: 0.25rem; }

.p-tiny {
  padding: 0.25rem; }

.pt-tiny {
  padding-top: 0.25rem; }

.pr-tiny {
  padding-right: 0.25rem; }

.pb-tiny {
  padding-bottom: 0.25rem; }

.pl-tiny {
  padding-left: 0.25rem; }

.px-tiny {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.py-tiny {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem; }

.v-hide {
  visibility: hidden; }

.mw8 {
  max-width: 8rem; }

.mw20 {
  max-width: 20rem; }

.mw30 {
  max-width: 30rem; }

.mw-fill {
  max-width: 100%; }

.chart-container {
  position: relative;
  margin: auto;
  height: 80vh; }

.fs-40 {
  font-size: 40px; }

.fs-32 {
  font-size: 32px; }

.fs-28 {
  font-size: 28px; }

.fs-26 {
  font-size: 26px; }

.fs-24 {
  font-size: 24px; }

.fs-22 {
  font-size: 22px; }

.fs-18 {
  font-size: 18px; }

.fs-16 {
  font-size: 16px; }

.fs-14 {
  font-size: 14px; }

.fs-12 {
  font-size: 12px; }

.fs-10 {
  font-size: 10px; }

@media (min-width: 40rem) {
  .sm-fs-40 {
    font-size: 40px; }
  .sm-fs-32 {
    font-size: 32px; }
  .sm-fs-28 {
    font-size: 28px; }
  .sm-fs-26 {
    font-size: 26px; }
  .sm-fs-24 {
    font-size: 24px; }
  .sm-fs-22 {
    font-size: 22px; }
  .sm-fs-20 {
    font-size: 20px; }
  .sm-fs-18 {
    font-size: 18px; }
  .sm-fs-16 {
    font-size: 16px; }
  .sm-fs-14 {
    font-size: 14px; }
  .sm-fs-12 {
    font-size: 12px; }
  .sm-fs-10 {
    font-size: 10px; } }

@media (min-width: 54rem) {
  .md-fs-40 {
    font-size: 40px; }
  .md-fs-32 {
    font-size: 32px; }
  .md-fs-28 {
    font-size: 28px; }
  .md-fs-26 {
    font-size: 26px; }
  .md-fs-24 {
    font-size: 24px; }
  .md-fs-22 {
    font-size: 22px; }
  .md-fs-18 {
    font-size: 18px; }
  .md-fs-16 {
    font-size: 16px; }
  .md-fs-14 {
    font-size: 14px; }
  .md-fs-12 {
    font-size: 12px; }
  .md-fs-10 {
    font-size: 10px; } }

/*
 * Orange angular-swagger-ui - v0.6.2
 *
 * (C) 2015 Orange, all right reserved
 * MIT Licensed
 */
.swagger-ui a {
  cursor: pointer; }

.swagger-ui .api-description {
  margin-bottom: 20px; }

.swagger-ui .api-version {
  color: #999; }

.swagger-ui .endpoint {
  border-bottom: 1px solid #ddd; }

.swagger-ui .endpoint:last-child {
  border: 0; }

.swagger-ui .endpoint.active h4 a, .swagger-ui .endpoint:hover h4 a {
  color: #000; }

.swagger-ui .endpoint.active .endpoint-actions li a, .swagger-ui .endpoint:hover .endpoint-actions li a {
  color: #555; }

.swagger-ui .endpoint h4 a, .swagger-ui .endpoint .endpoint-actions a, .swagger-ui .endpoint .schema a {
  text-decoration: none;
  color: #999; }

.swagger-ui .endpoint h4 a:hover, .swagger-ui .endpoint .endpoint-actions a:hover, .swagger-ui .endpoint .schema a:hover {
  color: #000;
  text-decoration: underline; }

.swagger-ui .endpoint .endpoint-heading span {
  color: #999; }

.swagger-ui .endpoint .endpoint-actions {
  line-height: 1.1;
  margin: 10px 0; }

.swagger-ui .endpoint .endpoint-actions li {
  border-right: 1px solid #ddd; }

.swagger-ui .endpoint .endpoint-actions li:last-child {
  border-right: 0; }

.swagger-ui .operation {
  margin-bottom: 10px; }

.swagger-ui .operation .heading a:hover {
  text-decoration: none; }

.swagger-ui .operation .http-method {
  color: #fff;
  padding: 7px 0 4px;
  text-align: center;
  width: 50px;
  border-radius: 2px;
  display: inline-block;
  font-size: .7em; }

.swagger-ui .operation .path {
  color: #000;
  padding-left: 10px;
  display: inline-block; }

.swagger-ui .operation .path.deprecated {
  text-decoration: line-through; }

.swagger-ui .operation .description {
  margin: 2px 10px 0 0; }

.swagger-ui .operation .auth-required {
  background: #d9534f;
  color: #fff;
  float: right;
  width: 20px;
  height: 20px;
  padding: 6px;
  border: 0;
  border-radius: 10px;
  line-height: 5px;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer; }

.swagger-ui .operation .auth-required.valid {
  background: #337ab7; }

.swagger-ui .operation .content {
  padding: 10px;
  border-top: 0 !important; }

.swagger-ui .operation .content .content-type label {
  margin-right: 5px;
  font-weight: bold; }

.swagger-ui .operation .content h5, .swagger-ui .operation .content .h5 {
  font-weight: bold;
  padding: 15px 0 5px;
  margin: 0; }

.swagger-ui .operation .content .table {
  margin: 0;
  font: inherit;
  table-layout: fixed;
  min-width: 650px; }

.swagger-ui .operation .content .table-responsive .table td, .swagger-ui .operation .content .table-responsive .table th {
  white-space: initial;
  word-break: break-word; }

.swagger-ui .operation .content thead th {
  color: #666;
  padding: 5px;
  border-bottom: 1px solid #999; }

.swagger-ui .operation .content pre {
  background-color: #fcf6db;
  border: 1px solid #e5e0c6;
  max-height: 200px;
  overflow: auto;
  font-size: .9em;
  word-wrap: initial; }

.swagger-ui .operation .content pre.model-schema, .swagger-ui .operation .content pre.explorer-body {
  resize: vertical;
  min-height: 100px;
  height: 100px;
  max-height: initial; }

.swagger-ui .operation .content input, .swagger-ui .operation .content textarea {
  width: 100%; }

.swagger-ui .operation .content textarea {
  height: 100px;
  resize: vertical;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: .9em; }

.swagger-ui .operation .content label {
  font-weight: normal; }

.swagger-ui .operation .content ul.schema {
  margin: 0; }

.swagger-ui .operation .content ul.schema li {
  border-right: 1px solid #ddd;
  margin: 0 5px 5px 0;
  padding: 2px 5px 2px 0; }

.swagger-ui .operation .content ul.schema li:last-child {
  border-right: 0; }

.swagger-ui .operation .content ul.schema li a {
  color: #aaa; }

.swagger-ui .operation .content ul.schema li a.active, .swagger-ui .operation .content ul.schema li a:hover {
  color: #000; }

.swagger-ui .operation .content pre.model {
  font: inherit;
  border: 0;
  background: transparent !important;
  height: auto;
  max-height: initial;
  cursor: text;
  font-size: .9em;
  word-break: break-word;
  white-space: normal; }

.swagger-ui .operation .content pre.model .model-item {
  margin-bottom: 5px; }

.swagger-ui .operation .content pre.model .type {
  color: #5555aa; }

.swagger-ui .operation .content pre.model .pad {
  margin-left: 1em; }

.swagger-ui .operation .content .headers .model-schema, .swagger-ui .operation .content .parameters .model-schema {
  cursor: pointer; }

.swagger-ui .operation .content .headers .model-schema:hover, .swagger-ui .operation .content .parameters .model-schema:hover {
  background-color: #ffd; }

.swagger-ui .operation .content .headers .name, .swagger-ui .operation .content .parameters .name {
  width: 12%; }

.swagger-ui .operation .content .headers .value, .swagger-ui .operation .content .parameters .value {
  width: 30%; }

.swagger-ui .operation .content .headers .desc, .swagger-ui .operation .content .parameters .desc {
  width: 20%; }

.swagger-ui .operation .content .headers .type, .swagger-ui .operation .content .parameters .type {
  width: 12%; }

.swagger-ui .operation .content .responses .code {
  width: 15%; }

.swagger-ui .operation .content .hide-try-it {
  text-decoration: underline;
  padding: 4px 0 0 10px; }

.swagger-ui .get .heading, .swagger-ui .get .content {
  background-color: #e7f0f7;
  border: 1px solid #c3d9ec; }

.swagger-ui .get .http-method {
  background-color: #0f6ab4; }

.swagger-ui .get h5, .swagger-ui .get .h5, .swagger-ui .get .description {
  color: #0f6ab4; }

.swagger-ui .get a.hide-try-it {
  color: #6fa5d2; }

.swagger-ui .post .heading, .swagger-ui .post .content {
  background-color: #ebf7f0;
  border: 1px solid #c3e8d1; }

.swagger-ui .post .http-method {
  background-color: #10a54a; }

.swagger-ui .post h5, .swagger-ui .post .h5, .swagger-ui .post .description {
  color: #10a54a; }

.swagger-ui .post a.hide-try-it {
  color: #6fc992; }

.swagger-ui .put .heading, .swagger-ui .put .content {
  background-color: #f9f2e9;
  border: 1px solid #f0e0ca; }

.swagger-ui .put .http-method {
  background-color: #c5862b; }

.swagger-ui .put h5, .swagger-ui .put .h5, .swagger-ui .put .description {
  color: #c5862b; }

.swagger-ui .put a.hide-try-it {
  color: #dcb67f; }

.swagger-ui .delete .heading, .swagger-ui .delete .content {
  background-color: #f5e8e8;
  border: 1px solid #e8c6c7; }

.swagger-ui .delete .http-method {
  background-color: #a41e22; }

.swagger-ui .delete h5, .swagger-ui .delete .h5, .swagger-ui .delete .description {
  color: #a41e22; }

.swagger-ui .delete a.hide-try-it {
  color: #c8787a; }

.swagger-ui .patch .heading, .swagger-ui .patch .content {
  background-color: #fce9e3;
  border: 1px solid #f5d5c3; }

.swagger-ui .patch .http-method {
  background-color: #d38042; }

.swagger-ui .patch h5, .swagger-ui .patch .h5, .swagger-ui .patch .description {
  color: #d38042; }

.swagger-ui .patch a.hide-try-it {
  color: #dcb67f; }

.swagger-ui .head .heading, .swagger-ui .head .content {
  background-color: #fcffcd;
  border: 1px solid #ffd20f; }

.swagger-ui .head .http-method {
  background-color: #ffd20f; }

.swagger-ui .head h5, .swagger-ui .head .h5, .swagger-ui .head .description {
  color: #ffd20f; }

.swagger-ui .head a.hide-try-it {
  color: #6fc992; }

.swagger-ui .bold, .swagger-ui .bold label {
  font-weight: bold !important; }

.swagger-auth-modal {
  padding: 0 20px 20px; }

.swagger-auth-modal span.form-control {
  border: 0;
  box-shadow: none; }

.swagger-auth-modal span.form-control.text {
  height: auto; }

.swagger-auth-modal .buttons {
  text-align: center; }

.swagger-auth-modal .form-group {
  margin-bottom: 5px; }

.swagger-auth-modal .form-group:last-child {
  margin-bottom: 15px; }

.swagger-auth-modal li a {
  cursor: pointer;
  color: #999;
  font-size: 1.2em; }

.swagger-auth-modal li.active a {
  color: #337ab7; }

.swagger-auth-modal .scope-desc {
  font-style: italic;
  padding-left: 20px;
  color: #999; }

[dir='rtl'] .swagger-ui th {
  text-align: right; }

[dir='rtl'] .swagger-ui .pull-left {
  float: right !important; }

[dir='rtl'] .swagger-ui .pull-right {
  float: left !important; }

[dir='rtl'] .swagger-ui .list-unstyled, [dir='rtl'] .swagger-ui .list-inline {
  padding-right: 0;
  padding-left: initial; }

[dir='rtl'] .swagger-ui .endpoint-actions li {
  border-left: 1px solid #ddd;
  border-right: 0; }

[dir='rtl'] .swagger-ui .endpoint-actions li:last-child {
  border-left: 0; }

[dir='rtl'] .swagger-ui .operation .path {
  padding-left: 0;
  padding-right: 10px; }

[dir='rtl'] .swagger-ui .operation .description {
  margin: 2px 0 0 10px; }

[dir='rtl'] .swagger-ui .operation .content-type label {
  margin-left: 5px;
  margin-right: 0; }

[dir='rtl'] .swagger-ui .operation ul.schema li {
  margin: 0 0 5px 5px;
  padding: 2px 0 2px 5px;
  border-right: 0;
  border-left: 1px solid #ddd; }

[dir='rtl'] .swagger-ui .operation ul.schema li:last-child {
  border-left: 0; }

[dir='rtl'] .swagger-ui .operation pre.model .pad {
  margin-left: 0;
  margin-right: 1em; }
