/* Reset */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  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
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
     -moz-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 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;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * 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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* Elements, typography and breakpoints */
:root {
  --white: #fff;
  --gray-light: #e9ecef;
  --gray: #adb5bd;
  --gray-dark: #343a40;
  --black: #000;

  --maxWidth: 80em;
}
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*,
  *::before,
  *::after {
    -webkit-box-sizing: inherit;
       -moz-box-sizing: inherit;
            box-sizing: inherit;
  }
img {
  max-width: 100%;
  vertical-align: middle;
}
:root {
  --font-primary: 'Inter', sans-serif;
  --text-base-size: 1em;
  --text-scale-ratio: 1.2;

  --text-xs: -webkit-calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));

  --text-xs: -moz-calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));

  --text-xs: calc((1em / var(--text-scale-ratio)) / var(--text-scale-ratio));
  --text-sm: -webkit-calc(var(--text-xs) * var(--text-scale-ratio));
  --text-sm: -moz-calc(var(--text-xs) * var(--text-scale-ratio));
  --text-sm: calc(var(--text-xs) * var(--text-scale-ratio));
  --text-md: -webkit-calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-md: -moz-calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-md: calc(var(--text-sm) * var(--text-scale-ratio) * var(--text-scale-ratio));
  --text-lg: -webkit-calc(var(--text-md) * var(--text-scale-ratio));
  --text-lg: -moz-calc(var(--text-md) * var(--text-scale-ratio));
  --text-lg: calc(var(--text-md) * var(--text-scale-ratio));

  --body-line-height: 1.4;
  --heading-line-height: 1.2;

  --font-weight-bold: 500;
}
html {
  font-size: 100%;
}
body {
  background-color: #fafafa;
  font-size: 0.875em;
  font-family: 'Inter', sans-serif;
  font-family: var(--font-primary);
  line-height: 1.4;
  line-height: var(--body-line-height);
  color: #0a0a0a;
  -webkit-tap-highlight-color: transparent
}
@media (min-width: 36em) {
body {
    font-size: 1em;
    font-size: var(--text-base-size)
}
  }
h1, h2, h3, h4 {
  margin-top: 0;
  font-family: inherit;
  font-weight: 500;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
  line-height: var(--heading-line-height);
}
/* Layout */
.page-wrapper {
  padding: 1em
}
@media (min-width: 75em) {
.page-wrapper {
    padding: 2em
}
  }
.container {
  max-width: 80em;
  max-width: var(--maxWidth);
  margin-left: auto;
  margin-right: auto;
}
.container--small {
  max-width: 40em;
}
/* Login page */
.login-page {
}
.login-page__pane {
  margin-bottom: 1em;
  padding: 2em;
  background-color: #fff;
  background-color: var(--white);
  -webkit-border-radius: 0.25em;
     -moz-border-radius: 0.25em;
          border-radius: 0.25em;
  -webkit-box-shadow: 0 0.2em 1em 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0.2em 1em 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.2em 1em 0 rgba(0, 0, 0, 0.1);
}
.login-page__logo {
  display: block;
  width: 100%;
  max-height: 4em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.login-page__form-wrapper {
  margin-bottom: 2em;
}
.login-page__link {
  display: block;
  margin-top: 2em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  color: #343a40;
  color: var(--gray-dark);
}
.login-page__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 0.85em;
}
.login-page__redirect-link {
  display: inline-block;
  text-decoration: none;
  color: #343a40;
  color: var(--gray-dark);
}
.form {}
.form__group {
  margin-bottom: 2em
}
.form__group textarea {
    resize: vertical;
  }
.form__label {
  display: block;
}
.form__help-text {
  font-size: 0.9em;
  margin-bottom: 2em;
  color: #343a40;
  color: var(--gray-dark);
}
.form__validation-messages {
  margin-bottom: 2em;
  padding: 1em;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
.form__error {
  line-height: 1.3;
}
.form__success-message {
  padding: 1em;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  color: #155724;
}
/* Inline form */
.form--inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid #aab7b8;
  -webkit-border-radius: 0.25em;
     -moz-border-radius: 0.25em;
          border-radius: 0.25em
}
.form--inline .form__group {
    position: relative;
    margin-bottom: 0
  }
.form--inline .form__group input {
      display: block;
      margin: 0;
      padding: 1.5em 1em 0.5em;
      font: inherit;
      border-style: none;
    }
.form--inline .form__group input[type='date'] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      min-width: 12em;
      min-height: 3.5em;
    }
.form--inline .form__label {
    position: absolute;
    padding: 0.25em 1em 0;
    color: #5a6169
  }
.form--inline .form__label > span {
      font-size: 0.75em;
    }
.form--inline .form__button {
    margin: 0.5em;
  }
/* Floating labels */
.form__group--floating-labels {
  position: relative
}
.form__group--floating-labels input,
  .form__group--floating-labels textarea {
    display: block;
    width: 100%;
    padding: 1em;
    font: inherit;
    color: #1f1f1f;
    background-color: #fff;
    border: 1px solid #aab7b8;
    -webkit-border-radius: 0.25em;
       -moz-border-radius: 0.25em;
            border-radius: 0.25em
  }
.form__group--floating-labels input:focus, .form__group--floating-labels textarea:focus {
      outline-style: none;
    }
.form__group--floating-labels input::-webkit-input-placeholder, .form__group--floating-labels textarea::-webkit-input-placeholder {
      color: transparent;
    }
.form__group--floating-labels input:-moz-placeholder, .form__group--floating-labels textarea:-moz-placeholder {
      color: transparent;
    }
.form__group--floating-labels input::-moz-placeholder, .form__group--floating-labels textarea::-moz-placeholder {
      color: transparent;
    }
.form__group--floating-labels input:-ms-input-placeholder, .form__group--floating-labels textarea:-ms-input-placeholder {
      color: transparent;
    }
.form__group--floating-labels input::-ms-input-placeholder, .form__group--floating-labels textarea::-ms-input-placeholder {
      color: transparent;
    }
.form__group--floating-labels input::placeholder, .form__group--floating-labels textarea::placeholder {
      color: transparent;
    }
.form__group--floating-labels input:not(:placeholder-shown),
    .form__group--floating-labels input:-webkit-autofill,
    .form__group--floating-labels textarea:not(:placeholder-shown),
    .form__group--floating-labels textarea:-webkit-autofill {
      padding-top: 1.5em;
      padding-bottom: 0.5em
    }
.form__group--floating-labels input:not(:placeholder-shown) ~ .form__label, .form__group--floating-labels input:-webkit-autofill ~ .form__label, .form__group--floating-labels textarea:not(:placeholder-shown) ~ .form__label, .form__group--floating-labels textarea:-webkit-autofill ~ .form__label {
        padding-top: 0.5em
      }
.form__group--floating-labels input:not(:placeholder-shown) ~ .form__label > span, .form__group--floating-labels input:-webkit-autofill ~ .form__label > span, .form__group--floating-labels textarea:not(:placeholder-shown) ~ .form__label > span, .form__group--floating-labels textarea:-webkit-autofill ~ .form__label > span {
          font-size: 0.75em;
        }
.form__group--floating-labels .form__label {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 1em;
    color: #5a6169;
    pointer-events: none;
    cursor: text;
    border: 1px solid transparent;
    -webkit-border-radius: 0.125em;
       -moz-border-radius: 0.125em;
            border-radius: 0.125em;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out
  }
.form__group--floating-labels .form__label > span {
      display: block;
    }
/* Fallback for Edge */
@supports (-ms-ime-align: auto) {
  .form__group--floating-labels .form__label {
    display: none;
  }
  .form__group--floating-labels input::-ms-input-placeholder,
  .form__group--floating-labels textarea::-ms-input-placeholder {
    color: #5a6169;
  }
}
/* Fallback for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form__group--floating-labels .form__label {
    display: none;
  }
  .form__group--floating-labels input:-ms-input-placeholder,
  .form__group--floating-labels textarea:-ms-input-placeholder {
    color: #5a6169;
  }
}
.button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0.5em 1em;
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  -webkit-border-radius: 0.25em;
     -moz-border-radius: 0.25em;
          border-radius: 0.25em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  font: inherit;
  text-align: center;
  text-decoration: none;
  overflow: visible;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none

}
.button::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
.button:focus {
    outline-style: none;
  }
.button:hover,
  .button:focus,
  .button:active {
    text-decoration: none;
    z-index: 1;
  }
.button:disabled,
  .button.is-disabled {
    cursor: default;
    opacity: 0.6;
  }
.button--full {
  width: 100%;
}
.button--primary {
  color: #fff;
  border-color: #09314f;
  text-shadow: 0 0.1em 0 rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#115b94), to(#0e4d7d));
  background-image: -webkit-linear-gradient(top, #115b94, #0e4d7d);
  background-image: -moz-linear-gradient(top, #115b94, #0e4d7d);
  background-image: -o-linear-gradient(top, #115b94, #0e4d7d);
  background-image: linear-gradient(180deg, #115b94, #0e4d7d);
  -webkit-box-shadow: inset 0 0.1em 0 rgba(255, 255, 255, 0.2), 0 0.1em 0.1em rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 0.1em 0 rgba(255, 255, 255, 0.2), 0 0.1em 0.1em rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0.1em 0 rgba(255, 255, 255, 0.2), 0 0.1em 0.1em rgba(0, 0, 0, 0.1)
}
.button--primary:hover,
  .button--primary:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0c3f66), to(#09314f));
    background-image: -webkit-linear-gradient(top, #0c3f66, #09314f);
    background-image: -moz-linear-gradient(top, #0c3f66, #09314f);
    background-image: -o-linear-gradient(top, #0c3f66, #09314f);
    background-image: linear-gradient(180deg, #0c3f66, #09314f);
  }
.button--primary:active {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#09314f), to(#0c3f66));
    background-image: -webkit-linear-gradient(top, #09314f, #0c3f66);
    background-image: -moz-linear-gradient(top, #09314f, #0c3f66);
    background-image: -o-linear-gradient(top, #09314f, #0c3f66);
    background-image: linear-gradient(180deg, #09314f, #0c3f66);
  }
.button--default {
  color: #4e4e4e;
  border-color: rgba(0, 0, 0, 0.1);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#efefef));
  background-image: -webkit-linear-gradient(top, #f7f7f7, #efefef);
  background-image: -moz-linear-gradient(top, #f7f7f7, #efefef);
  background-image: -o-linear-gradient(top, #f7f7f7, #efefef);
  background-image: linear-gradient(to bottom, #f7f7f7, #efefef);
  -webkit-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1em 0.1em rgba(0, 0, 0, 0.05)
}
.button--default:hover,
  .button--default:focus {
    background-color: #5d6369;
  }
.button--default:active {
    background-color: #555a5f;
  }
.button--flat {
  white-space: nowrap
}
.button--flat:hover,
  .button--flat:focus {
    background-color: #fafafa;
    border-color: #adb5bd;
    border-color: var(--gray);
    -webkit-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.1);
  }
.button--flat:active {
    background-color: #adb5bd;
    background-color: var(--gray);
    border-color: #343a40;
    border-color: var(--gray-dark);
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
/* Global components */
.header {
  padding: 1em;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#0c3f66), to(#09314f));
  background-image: -webkit-linear-gradient(top left, #0c3f66, #09314f);
  background-image: -moz-linear-gradient(top left, #0c3f66, #09314f);
  background-image: -o-linear-gradient(top left, #0c3f66, #09314f);
  background-image: linear-gradient(to bottom right, #0c3f66, #09314f);
  -webkit-box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
          box-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2)
}
@media (min-width: 75em) {
.header {
    padding-left: 2em;
    padding-right: 2em
}
  }
.header__inner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 80em;
  max-width: var(--maxWidth);
  margin-left: auto;
  margin-right: auto;
}
.header__logo {
  display: block;
  text-decoration: none;
}
.header__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.header__button {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0;
  padding: 0;
  border-style: none;
  background-color: transparent;
  cursor: pointer;
  border-style: none;
  text-decoration: none;
  overflow: hidden
}
.header__button:focus {
    outline-style: none;
  }
.header__button:hover > .header__icon, .header__button:focus > .header__icon {
      fill: #adb5bd;
      fill: var(--gray);
    }
.header__button + .header__button {
  margin-left: 1em;
}
.header__icon {
  width: 100%;
  height: 100%;
  fill: #fff;
  fill: var(--white);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.logo {
  display: block;
  width: auto;
  height: 1.5em;
  vertical-align: middle
}
@media (min-width: 36em) {
.logo {
    height: 2em
}
  }
.account-details {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 16em;
  max-width: 24em;
  margin-top: 0.5em;
  padding: 1em;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0.25em;
     -moz-border-radius: 0.25em;
          border-radius: 0.25em;
  -webkit-box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.1em 0.5em 0 rgba(0, 0, 0, 0.05);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1
}
.account-details.is-open {
    visibility: visible;
    opacity: 1;
  }
.account-details__header {
  margin-bottom: 1em;
}
.account-details__full-name {
  margin: 0;
  font-size: 1.25em;
  font-weight: 500;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
}
.account-details__username {
  color: #7b7b7b;
  font-size: 0.85em;
}
.account-details__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.account-details__footer {}
.account-details__link {
  display: block;
  color: #2d5fc1;
  text-decoration: none
}
.account-details__link:hover,
  .account-details__link:focus {
    color: #3970dc;
    text-decoration: underline;
  }
.page-header {
  padding: 1em;
  background-color: #fff;
  background-color: var(--white)
}
@media (min-width: 75em) {
.page-header {
    padding-left: 2em;
    padding-right: 2em
}
  }
.page-header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  max-width: 80em;
  max-width: var(--maxWidth);
  margin-left: auto;
  margin-right: auto;
}
.page-header__title {
  margin: 0;
  padding-right: 1em;
  font-size: 1.5em;
  font-weight: 500;
  font-weight: var(--font-weight-bold);
}
/* Components */
.notice {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em;
  margin-bottom: 2em;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 0.25em;
     -moz-border-radius: 0.25em;
          border-radius: 0.25em
}
.notice:not(.is-visible) {
    display: none;
  }
.notice__icon {
  margin-right: 1em
}
.notice__icon > svg {
    vertical-align: middle;
  }
.notice__text-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.notice__text {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.notice__text strong {
    font-weight: 500;
    font-weight: var(--font-weight-bold);
  }
.notice__link {
  border-bottom: 1px solid currentColor;
  text-decoration: none;
  color: #3367d6;
  cursor: pointer;
}
.notice__close-button {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
  font: inherit;
}
.user-feedback {
  display: none;
  max-width: 30em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em
}
.user-feedback.is-visible {
    display: block;
  }
.user-feedback__inner {
  position: relative;
  padding: 2em;
  -webkit-box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.1);
  border-style: solid;
  border-width: 1px;
  border-color: #e9ecef #e9ecef #adb5bd;
  border-color: var(--gray-light) var(--gray-light) var(--gray);
  background-color: #fff;
  background-color: var(--white);
  -webkit-border-radius: 0.25em;
     -moz-border-radius: 0.25em;
          border-radius: 0.25em;
  text-align: center;
}
.user-feedback__close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  margin: 0;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
}
.user-feedback__header {
  margin-bottom: 1em;
}
.user-feedback__title {
  margin: 0 0 0.5em;
  font-size: 1.5em;
}
.user-feedback__sub-title {
  margin: 0;
  font-size: 1em;
}
.user-feedback__link {
  display: block;
  color: #09c;
  text-decoration: none;
  font: inherit;
}
.user-feedback__description {
  margin: 0 0 0.5em;
  font-size: 0.85em;
  font-weight: normal;
  color: #343a40;
  color: var(--gray-dark);
}
.user-feedback__body {
  display: block;
}
.user-feedback__divider {
  border-top: 0;
}
.user-feedback__rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5em 0
}
.user-feedback__rating > span {
    position: relative;
    margin: 0.1em;
    color: #09c;
    font-size: 1.5em;
    width: 1em
  }
.user-feedback__rating > span.is-selected::before,
    .user-feedback__rating > span:hover::before,
    .user-feedback__rating > span.is-selected ~ span::before,
    .user-feedback__rating > span:hover ~ span::before {
      content: '\2605';
      position: absolute;
      cursor: pointer;
      color: #09c;
      -webkit-animation: star 2s;
         -moz-animation: star 2s;
           -o-animation: star 2s;
              animation: star 2s;
      -webkit-animation-direction: normal;
         -moz-animation-direction: normal;
           -o-animation-direction: normal;
              animation-direction: normal;
      -webkit-transform: scale(1.1);
         -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
           -o-transform: scale(1.1);
              transform: scale(1.1);
    }
@-webkit-keyframes star {
  from {
    color: #94e8ff;
  }
  to {
    color: #09c;
  }
}
@-moz-keyframes star {
  from {
    color: #94e8ff;
  }
  to {
    color: #09c;
  }
}
@-o-keyframes star {
  from {
    color: #94e8ff;
  }
  to {
    color: #09c;
  }
}
@keyframes star {
  from {
    color: #94e8ff;
  }
  to {
    color: #09c;
  }
}
.section-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2em;
}
.section-header__icon {
  width: 2.5em;
  height: 2.5em;
}
.section-header__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding-left: 0.5em;
  font-size: 1.5em;
  font-weight: 500;
  font-weight: var(--font-weight-bold)
}
@media (min-width: 36em) {
.section-header__title {
    font-size: 2em
}
  }
.section-navigation {
  max-width: 80em;
  max-width: var(--maxWidth);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.section-navigation__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-navigation__divider {
  display: block;
  margin-right: 0.5em;
}
.section-navigation__icon {
  vertical-align: top;
  width: 12px;
  opacity: 0.8;
}
.section-navigation__item {
  margin-right: 0.5em;
  border-bottom: 1px solid transparent;
  color: inherit;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none
}
@media (min-width: 62em) {
.section-navigation__item {
    white-space: nowrap
}
  }
.section-navigation__item:not(.section-navigation__item--current):hover,
    .section-navigation__item:not(.section-navigation__item--current):focus {
      border-color: #adb5bd;
      border-color: var(--gray);
    }
.section-navigation__item--current {
    cursor: default;
    opacity: 0.6;
}
.info-card {
  min-height: 100%;
  -webkit-box-shadow: 0 0.2em 1em 0 rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 0.2em 1em 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.2em 1em 0 rgba(0, 0, 0, 0.05);
  border-style: solid;
  border-width: 1px;
  border-color: #e9ecef #e9ecef #adb5bd;
  border-color: var(--gray-light) var(--gray-light) var(--gray);
  background-color: #fff;
  background-color: var(--white);
  -webkit-border-radius: 0.25em;
     -moz-border-radius: 0.25em;
          border-radius: 0.25em;
}
.info-card__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 1.5em 0;
}
.info-card__header-icon {
  margin-right: 1em;
}
.info-card__title {
  margin: 0;
  font-weight: 500;
  font-weight: var(--font-weight-bold);
}
.info-card__sub-title {
  margin: 0 0 0.5em;
  font-size: 0.85em;
  font-weight: normal;
  color: #343a40;
  color: var(--gray-dark);
  text-transform: uppercase;
}
.info-card__body {
  padding: 1.5em;
}
.info-card__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center
}
.info-card__item strong {
    display: block;
  }
.info-card__item + .info-card__item {
  padding-top: 1em;
}
.info-card__icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.info-card__status-icon {
  width: 1.5em;
  height: 1.5em;
  background-color: red;
  -webkit-border-radius: 2em;
     -moz-border-radius: 2em;
          border-radius: 2em;
  border: 0.25em solid #fff;
  border: 0.25em solid var(--white);
}
.info-card__status-icon--in-progress {
  background-color: #de6110;
}
.info-card__status-icon--completed {
  background-color: #0e7d1f;
}
.info-card__text-passage ul,
  .info-card__text-passage ol {
    margin: 0;
    padding-left: 1em;
  }
.info-card__table {
  width: 100%;
  overflow-x: auto;
}
.info-card__item-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 1em;
}
.info-card__item-content--spaced {
  padding-left: 2.5em;
}
.info-card__form-text {
  font-size: 0.85em;
}
.info-card__add-on-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 24em;
  border: 1px solid #09314f;
  -webkit-border-radius: 0.375em;
     -moz-border-radius: 0.375em;
          border-radius: 0.375em
}
.info-card__add-on-field > input {
    display: block;
    width: 100%;
    padding: 0.5em;
    font: inherit;
    color: #1f1f1f;
    background-color: #fff;
    border-style: none;
    -webkit-border-top-left-radius: 0.25em;
       -moz-border-radius-topleft: 0.25em;
            border-top-left-radius: 0.25em;
    -webkit-border-bottom-left-radius: 0.25em;
       -moz-border-radius-bottomleft: 0.25em;
            border-bottom-left-radius: 0.25em;
  }
.info-card__add-on-field > .info-card__button {
    border-style: none;
    -webkit-border-top-left-radius: 0;
       -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
       -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
  }
.scorecard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin: 0;
  padding-left: 0;
  border: 1px solid #e7e7e7;
}
.scorecard__item {
  display: block;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 33.333333%;
     -moz-box-flex: 1;
      -ms-flex: 1 0 33.333333%;
          flex: 1 0 33.333333%;
  padding: 0.5em
}
.scorecard__item dl {
    margin: 0
  }
.scorecard__item dl dt,
    .scorecard__item dl dd {
      display: block;
      white-space: nowrap;
    }
.scorecard__item dl dt {
      font-weight: 500;
      font-weight: var(--font-weight-bold);
    }
.scorecard__item dl dd {
      margin-left: 0;
    }
.card-deck {
  max-width: 80em;
  max-width: var(--maxWidth);
  margin-left: auto;
  margin-right: auto;
}
.card-deck__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -2em 0 0 -2em;
}
.card-deck__item {
  width: 100%;
  padding: 2em 0 0 2em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 24em;
     -moz-box-flex: 1;
      -ms-flex: 1 1 24em;
          flex: 1 1 24em
}
@media (min-width: 36em) {
.card-deck__item {
    -webkit-flex-basis: 32em;
        -ms-flex-preferred-size: 32em;
            flex-basis: 32em
}
  }
.table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0
}
.table tr {
    border-bottom: 1px solid #e0e0e0;
  }
.table__header-row {
  background-color: rgba(0, 0, 0, 0.05)
}
.table__header-row th {
    width: auto;
    padding: 0.25em 1em;
    font-weight: 500;
    font-weight: var(--font-weight-bold);
    text-align: left;
    white-space: nowrap;
  }
.table__body-row {
  background-color: #fff;
  background-color: var(--white);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s
}
.table__body-row:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
.table__body-row td {
    width: auto;
    padding: 0.5em 1em;
    text-align: left;
  }
.table__link {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
  font-weight: 500;
  font-weight: var(--font-weight-bold);
}
.table__body-row:hover .table__link {
  border-bottom-color: #343a40;
  border-bottom-color: var(--gray-dark);
}
.table__text-icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table__icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
}
.table__status-icon {
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
  background-color: red;
  -webkit-border-radius: 2em;
     -moz-border-radius: 2em;
          border-radius: 2em;
}
.table__status-icon--in-progress {
  background-color: #de6110;
}
.table__status-icon--completed {
  background-color: #0e7d1f;
}
.table__text {
  display: block;
  max-width: 32em;
}
.table--sortable th[role='columnheader']:not(.no-sort) {
    position: relative;
    padding: 0.25em 2.25em 0.25em 1em;
    cursor: pointer
  }
.table--sortable th[role='columnheader']:not(.no-sort)::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 1em;
      border-width: 0 0.25em 0.25em;
      border-style: solid;
      border-color: rgba(0, 0, 0, 0.8) transparent;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
           -o-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
    }
.table--sortable th[role='columnheader']:not(.no-sort):hover:after {
        visibility: visible;
        opacity: 1;
      }
.table--sortable th[aria-sort='ascending']:not(.no-sort):after {
    border-bottom: none;
    border-width: 0.25em 0.25em 0;
  }
.table--sortable th[aria-sort]:not(.no-sort):after {
    visibility: visible;
    opacity: 0.8;
  }
.table-wrapper {
  margin-bottom: 2em;
  width: 100%;
  overflow-x: auto;
  -webkit-box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.15em 0.25em rgba(0, 0, 0, 0.1);
}
/* Utilities */
/* Spacing utilities */
.text-nowrap {
  white-space: nowrap;
}
