:root {
	/* Palette */
	--color-white:        #ffffff;
	--color-imperial-red: #ee2737;
	--color-yellow:       #ffd28c;
	--color-cream:        #fceed1;
	--color-grey-1:       #303940;
	--color-grey-2:       #757b80;
	--color-grey-3:       #b6bbbf;
	--color-grey-4:       #f0f1f2;
	--color-dark-blue:    #091722;

	/* Scaffolding */
	--gutter-width:            20px;
	--app-header-height:       48px;
	--app-sidebar-width:       100px;
	--app-horizontal-padding:  40px;
	--app-vertical-padding:    24px;

	/* Z-index scale */
	--zindex-popover:      5;
	--zindex-dialog:       4;
	--zindex-notification: 3;
	--zindex-modal:        2;
	--zindex-chrome:       1;

	/* Misc */
	--base-border-radius:      2px;
	--base-box-shadow:         0 0 30px rgba(0, 0, 0, 0.15);
	--base-transition-duration: 200ms;

	/* Type */
	--base-font-family:       'Inter', Arial, sans-serif;
	--base-font-weight:          400;
	--base-font-weight-semibold: 600;
}

/*
/ BEM:
/ http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/
/ NAMESPACING:
/ http://csswizardry.com/2015/03/more-transparent-ui-code-with-namespaces/
*/
/* Config
/========================================================================== */
/* Scaffolding
/========================================================================== */
/* Z-indeces
/========================================================================== */
/* Misc
/========================================================================== */
/* Animation
/========================================================================== */
/* Fonts
/========================================================================== */
/* Icons
/========================================================================== */
/* Media query breakpoints
/========================================================================== */
/* Colour states
/========================================================================== */
/* Colour assignment
/========================================================================== */
/* Headings */
/* Text */
/* Links */
/* Outline */
/* Border */
/* States */
/* Theme: inverted
/====================================== */
/* Text */
/* Border */
/* Mixins
/========================================================================== */
/**
* Calculates relative font values given font-size
* and line-height expressed as regular numbers 
*
* @mixin
* @param {Number} @font-size
* @param {Number} @line-height
*/
/**
* Vendor prefix mixins
* https://css-tricks.com/snippets/css/useful-css3-less-mixins/
*/
/* Fonts
/========================================================================== */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
/* Animations
/========================================================================== */
/* Rotate
/========================================================================== */
@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* Fade-in--right
/========================================================================== */
@keyframes fade-in--right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes fade-in--right {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
/* Pulse
/========================================================================== */
@keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  from {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
/* Base
/ 
/ Base rules are applied to elements using an element selector, a
/ descendent selector, or a child selector, along with any pseudo-classes.
/ It (usually) doesn't include any class or ID selectors. 
/========================================================================== */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* Base styling
/========================================================================== */
html {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  color: var(--color-dark-blue);
}
a:hover,
a:focus {
  outline-color: var(--color-dark-blue);
  color: #0e2536;
}
legend,
th {
  color: var(--color-grey-1);
}
th {
  text-align: left;
}
::-moz-selection {
  background-color: var(--color-grey-1);
  color: var(--color-white);
}
::selection {
  background-color: var(--color-grey-1);
  color: var(--color-white);
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: var(--color-grey-3);
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: var(--color-grey-3);
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: var(--color-grey-3);
  opacity: 1;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: var(--color-grey-3) !important;
}
/* States
/========================================================================== */
/* sidebar-open
/====================================== */
/*body.sidebar-open {
	padding-left: @app-sidebar-width + @app-horizontal-padding;
}*/
body {
  font-family: 'Inter', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: var(--color-grey-1);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  margin-top: 24px;
  margin-bottom: 24px;
  color: var(--color-grey-1);
  font-weight: 600;
}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h1,
.h1 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.5;
}
h2,
.h2 {
  font-size: 20px;
  line-height: 1.2;
}
h3,
.h3 {
  font-size: 18px;
  line-height: 1.33333333;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 1.5;
}
p,
ul,
ol,
dl {
  margin-top: 24px;
  margin-bottom: 24px;
}
strong,
b,
th {
  font-weight: 600;
}
/* Objects (o-)
/
/ Objects may be used in any number of unrelated contexts.
/ Modifying this type of style could therefore cause side effects in a lot
/ of unrelated contexts. Avoid modifying objects if at all possible.
/========================================================================== */
/* Settings
/========================================================================== */
/* Breakpoints: all
/========================================================================== */
.o-button {
  display: inline-block;
  vertical-align: middle;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px 24px;
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: transparent;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  line-height: 1.5;
  user-select: none;
}
.o-button:hover,
.o-button:focus {
  color: #0e2536;
  outline-color: #0e2536;
}
.o-button:disabled,
.o-button:disabled:hover,
.o-button.is-disabled,
.o-button.is-disabled:hover,
.o-button.is-disabled:focus,
.o-button.is-disabled:active {
  outline: none;
  cursor: default;
  opacity: 0.6;
}
.o-button.is-busy,
.o-button.is-busy:hover,
.o-button.is-busy:focus,
.o-button.is-busy:active {
  border: 0;
  padding: 6px 25px;
  background-size: 200% 200%;
  animation-name: o-button-progress-animation;
  animation-duration: 1500ms;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.o-button + .o-button {
  margin-left: 8px;
}
/* Modifier: secondary
/====================================== */
.o-button--secondary {
  padding-right: 0;
  padding-left: 0;
}
.o-button--secondary,
.o-button--secondary:disabled,
.o-button--secondary:disabled:hover,
.o-button--secondary.is-disabled,
.o-button--secondary.is-disabled:hover,
.o-button--secondary.is-disabled:focus,
.o-button--secondary.is-disabled:active {
  color: var(--color-dark-blue);
}
.o-button--secondary:hover,
.o-button--secondary:focus {
  color: #0e2536;
}
.o-button--secondary:active,
.o-button--secondary.is-active {
  color: #07121a;
}
/* Modifier: quiet
/====================================== */
.o-button--quiet {
  padding-right: 0;
  padding-left: 0;
}
.o-button--quiet,
.o-button--quiet:disabled,
.o-button--quiet:disabled:hover,
.o-button--quiet.is-disabled,
.o-button--quiet.is-disabled:hover,
.o-button--quiet.is-disabled:focus,
.o-button--quiet.is-disabled:active {
  color: var(--color-grey-2);
}
.o-button--quiet:hover,
.o-button--quiet:focus {
  color: var(--color-grey-1);
}
.o-button--quiet:active,
.o-button--quiet.is-active {
  color: var(--color-grey-1);
}
/* Modifier: default/primary/info/succes/warning/alert
/====================================== */
.o-button--default {
  border-color: var(--color-grey-4);
  background-color: var(--color-white);
  color: var(--color-grey-1);
}
.o-button--default:disabled,
.o-button--default.is-disabled,
.o-button--default:disabled:hover,
.o-button--default.is-disabled:hover,
.o-button--default:disabled:focus,
.o-button--default.is-disabled:focus,
.o-button--default:disabled:active,
.o-button--default.is-disabled:active {
  border-color: var(--color-grey-4);
  background-color: var(--color-white);
  color: rgba(48, 57, 64, 0.3);
}
.o-button--default.is-busy,
.o-button--default.is-busy.is-disabled,
.o-button--default.is-busy:hover,
.o-button--default.is-busy.is-disabled:hover,
.o-button--default.is-busy:focus,
.o-button--default.is-busy.is-disabled:focus,
.o-button--default.is-busy:active,
.o-button--default.is-busy.is-disabled:active {
  background-image: linear-gradient(90deg, #e6e6e6 0, #e6e6e6 50%, var(--color-white) 50%, var(--color-white) 100%);
}
.o-button--default:hover,
.o-button--default:focus {
  border-color: #e0e2e4;
  background: #fafafa;
  color: var(--color-grey-1);
}
.o-button--default:focus {
  outline-color: #cccccc;
}
.o-button--default:active,
.o-button--default.is-active {
  border-color: #cfd2d6;
  background-color: #f2f2f2;
  color: var(--color-grey-1);
}
.o-button--primary {
  border-color: var(--color-dark-blue);
  background-color: var(--color-dark-blue);
  color: var(--color-white);
}
.o-button--primary:disabled,
.o-button--primary.is-disabled,
.o-button--primary:disabled:hover,
.o-button--primary.is-disabled:hover,
.o-button--primary:disabled:focus,
.o-button--primary.is-disabled:focus,
.o-button--primary:disabled:active,
.o-button--primary.is-disabled:active {
  border-color: var(--color-dark-blue);
  background-color: var(--color-dark-blue);
  color: rgba(255, 255, 255, 0.3);
}
.o-button--primary.is-busy,
.o-button--primary.is-busy.is-disabled,
.o-button--primary.is-busy:hover,
.o-button--primary.is-busy.is-disabled:hover,
.o-button--primary.is-busy:focus,
.o-button--primary.is-busy.is-disabled:focus,
.o-button--primary.is-busy:active,
.o-button--primary.is-busy.is-disabled:active {
  background-image: linear-gradient(90deg, #000000 0, #000000 50%, var(--color-dark-blue) 50%, var(--color-dark-blue) 100%);
}
.o-button--primary:hover,
.o-button--primary:focus {
  border-color: #0e2536;
  background: #0e2536;
  color: var(--color-white);
}
.o-button--primary:focus {
  outline-color: #000000;
}
.o-button--primary:active,
.o-button--primary.is-active {
  border-color: #07121a;
  background-color: #07121a;
  color: var(--color-white);
}
.o-button--info {
  border-color: var(--color-grey-1);
  background-color: var(--color-grey-1);
  color: var(--color-white);
}
.o-button--info:disabled,
.o-button--info.is-disabled,
.o-button--info:disabled:hover,
.o-button--info.is-disabled:hover,
.o-button--info:disabled:focus,
.o-button--info.is-disabled:focus,
.o-button--info:disabled:active,
.o-button--info.is-disabled:active {
  border-color: var(--color-grey-1);
  background-color: var(--color-grey-1);
  color: rgba(255, 255, 255, 0.3);
}
.o-button--info.is-busy,
.o-button--info.is-busy.is-disabled,
.o-button--info.is-busy:hover,
.o-button--info.is-busy.is-disabled:hover,
.o-button--info.is-busy:focus,
.o-button--info.is-busy.is-disabled:focus,
.o-button--info.is-busy:active,
.o-button--info.is-busy.is-disabled:active {
  background-image: linear-gradient(90deg, #1a1f23 0, #1a1f23 50%, var(--color-grey-1) 50%, var(--color-grey-1) 100%);
}
.o-button--info:hover,
.o-button--info:focus {
  border-color: var(--color-grey-1);
  background: var(--color-grey-1);
  color: var(--color-white);
}
.o-button--info:focus {
  outline-color: #040506;
}
.o-button--info:active,
.o-button--info.is-active {
  border-color: var(--color-grey-1);
  background-color: var(--color-grey-1);
  color: var(--color-white);
}
.o-button--success {
  border-color: var(--color-dark-blue);
  background-color: var(--color-dark-blue);
  color: var(--color-white);
}
.o-button--success:disabled,
.o-button--success.is-disabled,
.o-button--success:disabled:hover,
.o-button--success.is-disabled:hover,
.o-button--success:disabled:focus,
.o-button--success.is-disabled:focus,
.o-button--success:disabled:active,
.o-button--success.is-disabled:active {
  border-color: var(--color-dark-blue);
  background-color: var(--color-dark-blue);
  color: rgba(255, 255, 255, 0.3);
}
.o-button--success.is-busy,
.o-button--success.is-busy.is-disabled,
.o-button--success.is-busy:hover,
.o-button--success.is-busy.is-disabled:hover,
.o-button--success.is-busy:focus,
.o-button--success.is-busy.is-disabled:focus,
.o-button--success.is-busy:active,
.o-button--success.is-busy.is-disabled:active {
  background-image: linear-gradient(90deg, #000000 0, #000000 50%, var(--color-dark-blue) 50%, var(--color-dark-blue) 100%);
}
.o-button--success:hover,
.o-button--success:focus {
  border-color: #0e2536;
  background: #0e2536;
  color: var(--color-white);
}
.o-button--success:focus {
  outline-color: #000000;
}
.o-button--success:active,
.o-button--success.is-active {
  border-color: #07121a;
  background-color: #07121a;
  color: var(--color-white);
}
.o-button--warning {
  border-color: var(--color-yellow);
  background-color: var(--color-yellow);
  color: var(--color-white);
}
.o-button--warning:disabled,
.o-button--warning.is-disabled,
.o-button--warning:disabled:hover,
.o-button--warning.is-disabled:hover,
.o-button--warning:disabled:focus,
.o-button--warning.is-disabled:focus,
.o-button--warning:disabled:active,
.o-button--warning.is-disabled:active {
  border-color: var(--color-yellow);
  background-color: var(--color-yellow);
  color: rgba(255, 255, 255, 0.3);
}
.o-button--warning.is-busy,
.o-button--warning.is-busy.is-disabled,
.o-button--warning.is-busy:hover,
.o-button--warning.is-busy.is-disabled:hover,
.o-button--warning.is-busy:focus,
.o-button--warning.is-busy.is-disabled:focus,
.o-button--warning.is-busy:active,
.o-button--warning.is-busy.is-disabled:active {
  background-image: linear-gradient(90deg, #ffbe59 0, #ffbe59 50%, var(--color-yellow) 50%, var(--color-yellow) 100%);
}
.o-button--warning:hover,
.o-button--warning:focus {
  border-color: #ffca78;
  background: #ffca78;
  color: var(--color-white);
}
.o-button--warning:focus {
  outline-color: #ffaa26;
}
.o-button--warning:active,
.o-button--warning.is-active {
  border-color: #ffc05e;
  background-color: #ffc05e;
  color: var(--color-white);
}
.o-button--alert {
  border-color: var(--color-imperial-red);
  background-color: var(--color-imperial-red);
  color: var(--color-white);
}
.o-button--alert:disabled,
.o-button--alert.is-disabled,
.o-button--alert:disabled:hover,
.o-button--alert.is-disabled:hover,
.o-button--alert:disabled:focus,
.o-button--alert.is-disabled:focus,
.o-button--alert:disabled:active,
.o-button--alert.is-disabled:active {
  border-color: var(--color-imperial-red);
  background-color: var(--color-imperial-red);
  color: rgba(255, 255, 255, 0.3);
}
.o-button--alert.is-busy,
.o-button--alert.is-busy.is-disabled,
.o-button--alert.is-busy:hover,
.o-button--alert.is-busy.is-disabled:hover,
.o-button--alert.is-busy:focus,
.o-button--alert.is-busy.is-disabled:focus,
.o-button--alert.is-busy:active,
.o-button--alert.is-busy.is-disabled:active {
  background-image: linear-gradient(90deg, #d21020 0, #d21020 50%, var(--color-imperial-red) 50%, var(--color-imperial-red) 100%);
}
.o-button--alert:hover,
.o-button--alert:focus {
  border-color: #e91224;
  background: #e91224;
  color: var(--color-white);
}
.o-button--alert:focus {
  outline-color: #a20d19;
}
.o-button--alert:active,
.o-button--alert.is-active {
  border-color: #c8101f;
  background-color: #c8101f;
  color: var(--color-white);
}
/* Modifier: text
/====================================== */
.o-button--text {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  color: var(--color-dark-blue);
  text-decoration: underline;
  user-select: all;
}
.o-button--text:disabled,
.o-button--text:disabled:hover,
.o-button--text.is-disabled,
.o-button--text.is-disabled:hover,
.o-button--text.is-disabled:focus,
.o-button--text.is-disabled:active {
  color: inherit;
}
.o-button--text:hover,
.o-button--text:focus {
  color: #0e2536;
}
.o-button--text:active,
.o-button--text.is-active {
  color: #07121a;
}
.o-button--text + .o-button--text {
  margin-left: 0;
}
/* Modifier: unstyled
/====================================== */
.o-button--unstyled {
  display: inline;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  line-height: inherit;
  vertical-align: baseline;
  color: inherit;
}
.o-button--unstyled:disabled,
.o-button--unstyled:disabled:hover,
.o-button--unstyled.is-disabled,
.o-button--unstyled.is-disabled:hover,
.o-button--unstyled.is-disabled:focus,
.o-button--unstyled.is-disabled:active {
  color: inherit;
  opacity: 0.4;
}
.o-button--unstyled:hover,
.o-button--unstyled:focus {
  outline: none;
  color: inherit;
}
/* Modifier: sm
/====================================== */
.o-button--sm {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0 4px;
  font-size: 12px;
  line-height: 1.83333333;
}
.o-button--sm.is-busy,
.o-button--sm.is-busy:hover,
.o-button--sm.is-busy:focus {
  padding: 0 5px;
}
/* Modifier: lg
/====================================== */
.o-button--lg {
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 11px 49px;
}
.o-button--lg.is-busy,
.o-button--lg.is-busy:hover,
.o-button--lg.is-busy:focus {
  padding: 12px 50px;
}
/* Mixins
/========================================================================== */
/* Animations
/========================================================================== */
@keyframes o-button-progress-animation {
  0% {
    background-position: 100% 50%;
  }
  55% {
    background-position: 0 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
@-webkit-keyframes o-button-progress-animation {
  0% {
    background-position: 100% 50%;
  }
  55% {
    background-position: 0 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
/* Settings
/========================================================================== */
/* Breakpoints: all
/========================================================================== */
.o-form__fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.o-form__fieldset + .o-form__fieldset {
  margin-top: 48px;
}
.o-form__legend {
  display: block;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  color: var(--color-dark-blue);
  font-size: 18px;
  line-height: 1.33333333;
}
.o-form__fieldset .o-form__fieldset .o-form__legend {
  font-size: 16px;
  line-height: 1.5;
}
.o-form__description {
  margin-top: 0;
  margin-bottom: 24px;
}
.o-form__label {
  font-size: 14px;
  line-height: 1.71428571;
  user-select: none;
}
.o-form__controlgroup.is-invalid .o-form__label {
  color: var(--color-imperial-red) !important;
}
.o-form__controlgroup.is-invalid .o-form__control--input,
.o-form__controlgroup.is-invalid .o-form__control--select,
.o-form__controlgroup.is-invalid .o-form__control--textarea {
  color: var(--color-imperial-red) !important;
  border-color: var(--color-imperial-red) !important;
}
.o-form__controlgroup.is-invalid .o-form__control--input:focus,
.o-form__controlgroup.is-invalid .o-form__control--select:focus,
.o-form__controlgroup.is-invalid .o-form__control--textarea:focus {
  border-color: #c8101f !important;
}
.o-form__controlgroup.is-invalid .o-form__control--file:focus,
.o-form__controlgroup.is-invalid .o-form__control--radio:focus,
.o-form__controlgroup.is-invalid .o-form__control--checkbox:focus {
  outline-color: var(--color-dark-blue) !important;
}
.o-form__controlgroup.is-invalid .o-form__control--file.is-invalid:focus,
.o-form__controlgroup.is-invalid .o-form__control--radio.is-invalid:focus,
.o-form__controlgroup.is-invalid .o-form__control--checkbox.is-invalid:focus {
  outline-color: var(--color-imperial-red) !important;
}
.o-form__controlgroup.is-invalid .o-form__picker__action {
  border-color: var(--color-imperial-red) !important;
  color: var(--color-imperial-red) !important;
}
.o-form__control--input,
.o-form__control--textarea,
.o-form__control--select {
  display: inline-block;
  padding: 7px;
  border: 1px solid var(--color-grey-4);
  border-radius: 2px;
  width: 240px;
  height: 36px;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}
.o-form__control--input:focus,
.o-form__control--textarea:focus,
.o-form__control--select:focus,
.o-form__control--input[readonly]:focus,
.o-form__control--textarea[readonly]:focus,
.o-form__control--select[readonly]:focus {
  outline: 0;
  border-color: #e0e2e4;
}
.o-form__control--input[disabled],
.o-form__control--textarea[disabled],
.o-form__control--select[disabled] {
  cursor: not-allowed;
  background-color: var(--color-grey-4);
  color: var(--color-grey-2);
}
.o-form__control--input[readonly],
.o-form__control--textarea[readonly],
.o-form__control--select[readonly] {
  border-color: var(--color-grey-4);
  background-color: var(--color-white);
  color: var(--color-grey-2);
}
.o-form__control--input[type="search"] {
  box-sizing: border-box;
}
.o-form__control--textarea {
  min-height: 108px;
}
.o-form__control--select {
  /* Normalizes the height; padding is not sufficient. */
  height: 36px;
}
.o-form__control--select[multiple] {
  margin-top: 12px;
  margin-bottom: 12px;
  height: auto;
}
.o-form__control--file:focus,
.o-form__control--radio:focus,
.o-form__control--checkbox:focus {
  outline-color: var(--color-dark-blue);
}
.o-form__control--checkbox,
.o-form__control--radio {
  margin-top: -1px;
  vertical-align: middle;
}
.o-form__control--file {
  box-sizing: border-box;
}
.o-form__control--extra {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: top;
  font-size: 14px;
  line-height: 1.71428571;
}
/* Control widths */
.o-form__control--sm {
  width: 140px;
}
.o-form__control--xs {
  width: 100px;
}
.o-form__control--1 {
  width: 100%;
}
.o-form__control--2-3 {
  width: 66.666%;
}
.o-form__control--1-2 {
  width: 50%;
}
.o-form__control--1-3 {
  width: 33.333%;
}
.o-form__control--1-4 {
  width: 25%;
}
/* Block help for forms */
.o-form__message {
  display: block;
  font-size: 12px;
  line-height: 2;
  color: var(--color-grey-2);
}
/* Inline help for forms */
.o-form__message--inline {
  display: inline-block;
  padding-left: 0.3em;
  vertical-align: middle;
}
/* Input addons */
.o-form__inputgroup {
  position: relative;
  display: inline-table;
  border-collapse: separate;
  margin-top: 6px;
  margin-bottom: 6px;
  width: 240px;
}
.o-form__inputgroup .o-form__control--input,
.o-form__inputgroup .o-form__control--textarea,
.o-form__inputgroup .o-form__control--select {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}
.o-form__inputgroup > * {
  border-radius: 0;
}
.o-form__inputgroup :first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.o-form__inputgroup :last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.o-form__inputgroup :not(:last-child) {
  border-right: none;
}
.o-form__inputgroup__addon {
  display: table-cell;
  width: auto;
  height: 24px;
  padding: 0 6px;
  border: 1px solid var(--color-grey-4);
  background-color: var(--color-grey-4);
  color: var(--color-grey-1);
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.o-form__inputgroup .o-form__control[readonly] ~ .o-form__inputgroup__addon {
  border-color: var(--color-grey-4);
}
.o-form__inputgroup .o-form__control:focus ~ .o-form__inputgroup__addon {
  border-color: #e0e2e4;
}
.o-form__controlgroup.is-invalid .o-form__inputgroup__addon {
  border-color: var(--color-imperial-red) !important;
  color: var(--color-imperial-red) !important;
}
.o-form__controlgroup.is-invalid .o-form__control:focus ~ .o-form__inputgroup__addon {
  border-color: #c8101f !important;
}
.o-form__picker {
  position: relative;
  display: table;
  border-collapse: separate;
  line-height: 1;
}
.o-form__picker .o-form__control--input {
  margin: 0;
}
.o-form__picker .o-form__control--input[readonly] {
  cursor: pointer;
  user-select: none;
}
.o-form__picker .o-form__control--input[readonly][disabled] {
  cursor: default;
}
.o-form__picker .o-form__control--input:nth-last-child(2) {
  padding-right: 36px;
}
.o-form__picker .o-form__control--input:nth-last-child(3) {
  padding-right: 72px;
}
.o-form__picker .o-form__control--input:nth-last-child(4) {
  padding-right: 108px;
}
.o-form__picker__action {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0;
  border: 0;
  background-color: transparent;
  line-height: 1;
  border-left: 1px solid var(--color-grey-4);
  width: 36px;
  height: 34px;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
}
.o-form__picker__action:hover,
.o-form__picker__action:focus {
  color: var(--color-grey-1);
  background-color: #fafafa;
}
.o-form__picker__action:focus {
  outline-color: var(--color-dark-blue);
}
.o-form__picker__action:active {
  background-color: #f2f2f2;
  color: var(--color-grey-1);
}
.o-form__picker__action[disabled] {
  color: var(--color-grey-3);
}
.o-form__picker__action[disabled]:hover,
.o-form__picker__action[disabled]:focus,
.o-form__picker__action[disabled]:active {
  background-color: var(--color-white);
  color: var(--color-grey-3);
}
.o-form__picker__action:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.o-form__picker__action:nth-last-child(2) {
  right: 37px;
}
.o-form__picker__action:nth-last-child(3) {
  right: 73px;
}
.o-form__picker .o-form__control--input:focus ~ .o-form__picker__action {
  border-color: #e0e2e4;
}
.o-form__picker__action--clear {
  color: var(--color-grey-2);
}
.o-form__picker__action--clear[disabled] {
  display: none;
}
.o-form__toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.o-form__toggle + label {
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin: 6px 0;
  width: 72px;
  height: 36px;
  vertical-align: middle;
  user-select: none;
}
.o-form__toggle + label:before,
.o-form__toggle + label:after {
  display: block;
  position: absolute;
  font-size: 12px;
  line-height: 3;
}
.o-form__toggle + label:before {
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: var(--color-grey-4);
  border-radius: 2px;
  transition: background 200ms;
}
.o-form__toggle + label:after {
  content: 'OFF';
  top: 1px;
  left: 1px;
  bottom: 1px;
  width: 34px;
  background-color: var(--color-white);
  border-radius: 2px;
  color: var(--color-grey-1);
  text-indent: 41px;
  transition: margin 200ms;
}
.o-form__toggle:checked + label:before {
  background-color: var(--color-dark-blue);
}
.o-form__toggle:checked + label:after {
  content: 'ON';
  margin-left: 36px;
  color: var(--color-white);
  text-indent: -28px;
}
.o-form__toggle--sm + label {
  width: 60px;
  height: 24px;
}
.o-form__toggle--sm + label:before,
.o-form__toggle--sm + label:after {
  font-size: 11px;
  line-height: 2.18181818;
}
.o-form__toggle--sm + label:after {
  width: 28px;
  text-indent: 33px;
}
.o-form__toggle--sm:checked + label:after {
  margin-left: 30px;
  text-indent: -24px;
}
.o-form__picker__action--clear {
  border-left: 0;
}
.o-form__picker__action--clear:focus {
  outline: 0;
}
.o-form__picker__action--clear:not(:last-child) {
  border-right: 0;
}
/* Modifier: stacked
/====================================== */
.o-form--stacked .o-form__control--input,
.o-form--stacked .o-form__control--select,
.o-form--stacked .o-form__control--textarea {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
}
.o-form--stacked .o-form__inputgroup {
  display: table;
  margin-top: 6px;
  margin-bottom: 6px;
}
.o-form--stacked .o-form__inputgroup .o-form__control--input,
.o-form--stacked .o-form__inputgroup .o-form__control--select,
.o-form--stacked .o-form__inputgroup .o-form__control--textarea {
  margin: 0;
}
.o-form--stacked .o-form__control--extra {
  display: block;
  margin-top: 0;
  margin-bottom: 24px;
}
.o-form--stacked .o-form__control--file {
  margin-top: 12px;
  margin-bottom: 12px;
}
.o-form--stacked .o-form__fieldset {
  margin-top: 24px;
  margin-bottom: 24px;
}
.o-form--stacked .o-form__label {
  display: block;
}
.o-form--stacked .o-form__picker__action {
  top: 7px;
}
/* Modifier: aligned
/====================================== */
.o-form--aligned .o-form__controlgroup {
  margin-bottom: 12px;
  position: relative;
}
.o-form--aligned .o-form__control--textarea,
.o-form--aligned .o-form__control--extra {
  vertical-align: top;
}
.o-form--aligned .o-form__fieldset {
  padding-top: 12px;
  padding-bottom: 12px;
}
.o-form--aligned .o-form__fieldset .o-form__fieldset {
  padding-top: 0;
  padding-bottom: 0;
}
.o-form--aligned .o-form__legend {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.o-form--aligned .o-form__description {
  margin-top: 12px;
  margin-bottom: 12px;
}
.o-form--aligned .o-form__controlgroup--indented {
  margin: 12px 0;
}
.o-form--aligned .o-form__controlgroup--indented .o-form__label {
  float: none;
  overflow: hidden;
  margin: 0;
  min-width: 240px;
}
.o-form--aligned .o-form__controlgroup--indented button {
  min-width: 240px;
}
.o-form--aligned .o-form__controlgroup--indented:before {
  display: block;
  float: left;
  content: '';
  width: 184px;
  height: 1px;
}
.o-form--aligned .o-form__controlgroup--indented:after {
  clear: both;
  display: table;
  content: ' ';
}
.o-form--aligned .o-form__label {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 160px;
  vertical-align: middle;
}
.o-form--aligned .o-form__control--1 {
  width: calc(100% - 180px - 5px);
}
.o-form--aligned .o-form__actions {
  display: block;
  margin-bottom: 24px;
}
.o-form--aligned .o-form__optionlist {
  display: inline-block;
  vertical-align: top;
}
.o-form--aligned .o-form__optionlist .o-form__label {
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  white-space: nowrap;
}
.o-form--aligned .o-form__picker {
  vertical-align: middle;
  display: inline-block;
}
.o-form--aligned .o-form__fieldset--inline .o-form__controlgroup {
  display: inline-block;
}
.o-form--aligned .o-form__fieldset--inline .o-form__controlgroup + .o-form__controlgroup {
  margin-left: 20px;
}
/* Modifier: inline
/====================================== */
.o-form--inline .o-form__controlgroup {
  display: inline-block;
  padding-right: 0.6em;
}
.o-form--inline .o-form__controlgroup:last-child {
  padding-right: 0;
}
.o-form--inline .o-form__label {
  padding-right: 0.3em;
}
.o-form--inline .o-form__message {
  display: inline-block;
  padding-left: 0.3em;
  vertical-align: middle;
}
/* Modifier: centered
/====================================== */
.o-form--centered {
  text-align: center;
}
.o-form--centered .o-form__control {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
/* Modifier: sm
/====================================== */
.o-form--sm .o-form__legend {
  margin-bottom: 12px;
}
.o-form--sm .o-form__control--input,
.o-form--sm .o-form__control--select,
.o-form--sm .o-form__control--textarea {
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 5px;
  font-size: 12px;
  line-height: 18px;
  height: 24px;
}
.o-form--sm .o-form__control--textarea {
  min-height: 72px;
}
.o-form--sm .o-form__control--select {
  /* Normalizes the height; padding is not sufficient. */
  height: 24px;
}
.o-form--sm .o-form__label,
.o-form--sm .o-form__control--extra {
  font-size: 12px;
  line-height: 2;
}
.o-form--sm .o-form__inputgroup {
  margin: 0;
}
.o-form--sm .o-form__inputgroup__addon {
  font-size: 12px;
}
.o-form--sm .o-form__control--extra,
.o-form--sm .o-form__picker {
  margin-top: 0;
  margin-bottom: 0;
}
.o-form--sm .o-form__picker:nth-last-child(2) {
  padding-right: 24px;
}
.o-form--sm .o-form__picker:nth-last-child(3) {
  padding-right: 48px;
}
.o-form--sm .o-form__picker:nth-last-child(4) {
  padding-right: 72px;
}
.o-form--sm .o-form__picker__action {
  width: 24px;
  height: 22px;
}
.o-form--sm .o-form__picker__action:nth-last-child(2) {
  right: 25px;
}
.o-form--sm .o-form__picker__action:nth-last-child(3) {
  right: 49px;
}
/* Modifier: lg
/====================================== */
.o-form--lg .o-form__control--input,
.o-form--lg .o-form__control--select,
.o-form--lg .o-form__control--textarea {
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 11px 14px;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
}
.o-form--lg .o-form__control--textarea {
  min-height: 120px;
}
.o-form--lg .o-form__control--select {
  /* Normalizes the height; padding is not sufficient. */
  height: 48px;
}
.o-form--lg .o-form__label {
  font-size: 16px;
  line-height: 1.5;
}
.o-form--lg .o-form__message {
  position: relative;
  top: -24px;
}
.o-form--lg .o-form__inputgroup {
  margin-top: 24px;
  margin-bottom: 24px;
}
.o-form--lg .o-form__inputgroup__addon {
  font-size: 16px;
}
/* Theme: inverted
/====================================== */
.t-inverted .o-form .o-form__control--input,
.t-inverted .o-form .o-form__control--select,
.t-inverted .o-form .o-form__control--textarea,
.t-inverted .o-form .o-form__control--extra {
  border-color: var(--color-grey-2);
  background-color: transparent;
  color: var(--color-white);
}
.t-inverted .o-form .o-form__control--input:focus,
.t-inverted .o-form .o-form__control--select:focus,
.t-inverted .o-form .o-form__control--textarea:focus,
.t-inverted .o-form .o-form__control--extra:focus {
  border-color: #9da1a5;
}
.t-inverted .o-form .o-form__legend {
  border-color: var(--color-white);
}
/* Breakpoints: all
/========================================================================== */
.o-label {
  display: inline;
  margin-right: 0.2em;
  margin-left: 0.2em;
  padding: 0.0625em 0.6em;
  border-radius: 0.75em;
  white-space: nowrap;
  transition: background-color 1s;
}
.o-label:empty {
  display: none;
}
/* Modifier: sm
/====================================== */
.o-label--sm {
  font-size: 0.875em;
}
/* Modifier: xs
/====================================== */
.o-label--xs {
  font-size: 0.75em;
}
/* Mixins
/========================================================================== */
/* Modifier: default/info/succes/warning/alert
/====================================== */
.o-label--default {
  color: var(--color-white);
  background-color: var(--color-grey-2);
}
.o-label--sucess {
  color: var(--color-white);
  background-color: var(--color-dark-blue);
}
.o-label--info {
  color: var(--color-white);
  background-color: var(--color-grey-1);
}
.o-label--success {
  color: var(--color-white);
  background-color: var(--color-dark-blue);
}
.o-label--warning {
  color: var(--color-white);
  background-color: var(--color-yellow);
}
.o-label--alert {
  color: var(--color-white);
  background-color: var(--color-imperial-red);
}
/* Breakpoints: all
/========================================================================== */
.o-notification {
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1.71428571;
}
/* Modifier: actionable
/====================================== */
.o-notification--actionable {
  position: relative;
  padding-right: 30px;
}
.o-notification__action {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  border: 0;
  background: 0;
  outline: 0;
  font-size: 18px;
  line-height: 0;
}
.o-notification__action:active {
  transform: scale(0.9);
}
/* Modifier: default
/====================================== */
.o-notification--default {
  background: var(--color-grey-4);
}
/* Modifier: info
/====================================== */
.o-notification--info {
  background: var(--color-grey-1);
  color: var(--color-white);
}
/* Modifier: success
/====================================== */
.o-notification--success {
  background: var(--color-dark-blue);
}
.o-notification--success,
.o-notification--success a {
  color: var(--color-white);
}
/* Modifier: warning
/====================================== */
.o-notification--warning {
  background: var(--color-yellow);
  color: var(--color-white);
}
.o-notification--warning,
.o-notification--warning a {
  color: var(--color-white);
}
/* Modifier: alert
/====================================== */
.o-notification--alert {
  background: var(--color-imperial-red);
  color: var(--color-white);
}
.o-notification--alert,
.o-notification--alert a {
  color: var(--color-white);
}
/* Element states (not inherited)
/========================================================================== */
/* Settings
/========================================================================== */
/* Breakpoints: all
/========================================================================== */
.o-popover-container__blocking,
.o-popover-container__nonblocking {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
}
.o-popover-container__blocking:empty,
.o-popover-container__nonblocking:empty {
  display: none;
}
.o-popover-container__blocking {
  bottom: 0;
  background-color: rgba(255, 0, 0, 0);
}
.o-popover-container__nonblocking {
  height: 0;
}
.o-popover {
  display: none;
  position: absolute;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.125);
  background: var(--color-white);
}
.o-popover.is-visible {
  display: inline-block;
}
.o-popover__header,
.o-popover__footer {
  padding: 24px 20px;
}
.o-popover__header {
  padding-top: 23px;
}
.o-popover__header--sm {
  padding-top: 12px;
  padding-bottom: 11px;
}
.o-popover__header--lg {
  padding-top: 36px;
  padding-bottom: 35px;
}
.o-popover__footer {
  padding-bottom: 23px;
}
.o-popover__footer--sm {
  padding-top: 11px;
  padding-bottom: 12px;
}
.o-popover__footer--lg {
  padding-top: 36px;
  padding-bottom: 36px;
}
.o-popover__body {
  padding: 23px 19px;
}
.o-popover__body:first-child {
  padding-top: 23px;
}
.o-popover__body:last-child {
  padding-bottom: 23px;
}
.o-popover__actions__button {
  padding: 24px 20px 23px;
}
.o-popover__actions--sm .o-popover__actions__button {
  padding-top: 11px;
  padding-bottom: 11px;
}
.o-popover__actions--lg .o-popover__actions__button {
  padding-top: 35px;
  padding-bottom: 35px;
}
.o-popover__bleed--top {
  margin-top: -23px !important;
}
.o-popover__bleed--right {
  margin-right: -19px !important;
}
.o-popover__bleed--bottom {
  margin-bottom: -23px !important;
}
.o-popover__bleed--left {
  margin-left: -19px !important;
}
.o-popover__bleed--all,
.o-popover__bleed--horizontal {
  margin-right: -19px;
  margin-left: -19px;
}
.o-popover__bleed--all,
.o-popover__bleed--vertical {
  margin-top: -23px;
  margin-bottom: -23px;
}
.o-popover__header,
.o-popover__footer,
.o-popover__actions,
.o-popover__body {
  border: 1px solid var(--color-grey-4);
}
.o-popover__header {
  background-color: var(--color-grey-4);
  border-bottom: 0;
}
.o-popover__header__label {
  text-align: center;
  font-size: inherit;
  font-weight: 600;
  cursor: default;
  user-select: none;
}
.o-popover__footer,
.o-popover__actions {
  border-top: 0;
}
.o-popover__actions {
  display: flex;
  justify-content: space-around;
  text-align: right;
}
.o-popover__actions__button {
  flex: 1;
  border: 0;
  outline: 0;
  border-left: 1px solid var(--color-grey-4);
  background: 0;
  text-align: center;
}
.o-popover__actions__button:first-child {
  border-left: 0;
}
.o-popover__actions__button:hover,
.o-popover__actions__button:focus {
  background-color: rgba(0, 0, 0, 0.045);
  outline: 0;
}
.o-popover__actions__button:active {
  background-color: rgba(0, 0, 0, 0.06);
}
.o-popover__bleed {
  position: relative;
  z-index: 2;
}
/* Modifier: fixed
/====================================== */
.o-popover--fixed {
  position: fixed;
}
.o-popover--fixed .o-popover__body {
  overflow-x: hidden;
  overflow-y: auto;
}
/* Modifier: vertically-centered
/====================================== */
.o-popover--vertically-centered {
  top: 50%;
  transform: translateY(-50%);
}
/* Modifier: tooltip
/====================================== */
.o-popover--tooltip {
  max-width: 300px;
}
.o-popover--tooltip .o-popover__body > *:first-child {
  margin-top: 0;
}
.o-popover--tooltip .o-popover__body > *:last-child {
  margin-bottom: 0;
}
/* Modifier: with-header
/====================================== */
.o-popover--with-header:after {
  border-color: var(--color-grey-4);
}
/* Modifier: top,right,bottom,left
/====================================== */
.o-popover--top-left:before,
.o-popover--top-middle:before,
.o-popover--top-right:before,
.o-popover--bottom-left:before,
.o-popover--bottom-middle:before,
.o-popover--bottom-right:before,
.o-popover--right-top:before,
.o-popover--right-middle:before,
.o-popover--right-bottom:before,
.o-popover--left-top:before,
.o-popover--left-middle:before,
.o-popover--left-bottom:before,
.o-popover--top-left:after,
.o-popover--top-middle:after,
.o-popover--top-right:after,
.o-popover--bottom-left:after,
.o-popover--bottom-middle:after,
.o-popover--bottom-right:after,
.o-popover--right-top:after,
.o-popover--right-middle:after,
.o-popover--right-bottom:after,
.o-popover--left-top:after,
.o-popover--left-middle:after,
.o-popover--left-bottom:after {
  content: ' ';
  position: absolute;
  border: solid transparent;
  height: 0;
  width: 0;
  pointer-events: none;
}
.o-popover--top-left:before,
.o-popover--top-middle:before,
.o-popover--top-right:before,
.o-popover--bottom-left:before,
.o-popover--bottom-middle:before,
.o-popover--bottom-right:before,
.o-popover--right-top:before,
.o-popover--right-middle:before,
.o-popover--right-bottom:before,
.o-popover--left-top:before,
.o-popover--left-middle:before,
.o-popover--left-bottom:before {
  border-color: var(--color-grey-4);
  border-width: 0.65em;
}
.o-popover--top-left:after,
.o-popover--top-middle:after,
.o-popover--top-right:after,
.o-popover--bottom-left:after,
.o-popover--bottom-middle:after,
.o-popover--bottom-right:after,
.o-popover--right-top:after,
.o-popover--right-middle:after,
.o-popover--right-bottom:after,
.o-popover--left-top:after,
.o-popover--left-middle:after,
.o-popover--left-bottom:after {
  border-color: var(--color-white);
  border-width: 0.5em;
}
.o-popover--top-left .o-popover__header:after,
.o-popover--top-middle .o-popover__header:after,
.o-popover--top-right .o-popover__header:after,
.o-popover--right-top .o-popover__header:after,
.o-popover--left-top .o-popover__header:after {
  content: ' ';
  position: absolute;
  border: solid transparent;
  border-color: var(--color-grey-4);
  border-width: 0.5em;
  height: 0;
  width: 0;
  pointer-events: none;
  z-index: 1;
}
.o-popover--top-left:before,
.o-popover--top-middle:before,
.o-popover--top-right:before,
.o-popover--top-left:after,
.o-popover--top-middle:after,
.o-popover--top-right:after,
.o-popover--top-left .o-popover__header:after,
.o-popover--top-middle .o-popover__header:after,
.o-popover--top-right .o-popover__header:after {
  bottom: 100%;
  margin-bottom: -1px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}
.o-popover--bottom-left:before,
.o-popover--bottom-middle:before,
.o-popover--bottom-right:before,
.o-popover--bottom-left:after,
.o-popover--bottom-middle:after,
.o-popover--bottom-right:after {
  top: 100%;
  margin-top: -1px;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
}
.o-popover--top-left:before,
.o-popover--bottom-left:before,
.o-popover--top-left:after,
.o-popover--bottom-left:after,
.o-popover--top-left .o-popover__header:after,
.o-popover--bottom-left .o-popover__header:after {
  left: 0;
}
.o-popover--top-left:before,
.o-popover--bottom-left:before {
  margin-left: 0.925em;
}
.o-popover--top-left:after,
.o-popover--bottom-left:after,
.o-popover--top-left .o-popover__header:after,
.o-popover--bottom-left .o-popover__header:after {
  margin-left: 1.05em;
}
.o-popover--top-middle:before,
.o-popover--bottom-middle:before,
.o-popover--top-middle:after,
.o-popover--bottom-middle:after,
.o-popover--top-middle .o-popover__header:after,
.o-popover--bottom-middle .o-popover__header:after {
  left: 50%;
}
.o-popover--top-middle:before,
.o-popover--bottom-middle:before {
  margin-left: -0.575em;
}
.o-popover--top-middle:after,
.o-popover--bottom-middle:after,
.o-popover--top-middle .o-popover__header:after,
.o-popover--bottom-middle .o-popover__header:after {
  margin-left: -0.45em;
}
.o-popover--top-right:before,
.o-popover--bottom-right:before,
.o-popover--top-right:after,
.o-popover--bottom-right:after,
.o-popover--top-right .o-popover__header:after,
.o-popover--bottom-right .o-popover__header:after {
  right: 0;
}
.o-popover--top-right:before,
.o-popover--bottom-right:before {
  margin-right: 0.925em;
}
.o-popover--top-right:after,
.o-popover--bottom-right:after,
.o-popover--top-right .o-popover__header:after,
.o-popover--bottom-right .o-popover__header:after {
  margin-right: 1.05em;
}
.o-popover--right-top:before,
.o-popover--right-middle:before,
.o-popover--right-bottom:before,
.o-popover--right-top:after,
.o-popover--right-middle:after,
.o-popover--right-bottom:after,
.o-popover--right-top .o-popover__header:after,
.o-popover--right-middle .o-popover__header:after,
.o-popover--right-bottom .o-popover__header:after {
  left: 100%;
  margin-left: -1px;
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.o-popover--left-top:before,
.o-popover--left-middle:before,
.o-popover--left-bottom:before,
.o-popover--left-top:after,
.o-popover--left-middle:after,
.o-popover--left-bottom:after,
.o-popover--left-top .o-popover__header:after,
.o-popover--left-middle .o-popover__header:after,
.o-popover--left-bottom .o-popover__header:after {
  right: 100%;
  margin-right: -1px;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-bottom-color: transparent !important;
}
.o-popover--right-top:before,
.o-popover--left-top:before,
.o-popover--right-top:after,
.o-popover--left-top:after,
.o-popover--right-top .o-popover__header:after,
.o-popover--left-top .o-popover__header:after {
  top: 0;
}
.o-popover--right-top:before,
.o-popover--left-top:before {
  margin-top: 0.925em;
}
.o-popover--right-top:after,
.o-popover--left-top:after,
.o-popover--right-top .o-popover__header:after,
.o-popover--left-top .o-popover__header:after {
  margin-top: 1.05em;
}
.o-popover--right-middle:before,
.o-popover--left-middle:before,
.o-popover--right-middle:after,
.o-popover--left-middle:after {
  top: 50%;
}
.o-popover--right-middle:before,
.o-popover--left-middle:before {
  margin-top: -0.575em;
}
.o-popover--right-middle:after,
.o-popover--left-middle:after {
  margin-top: -0.45em;
}
.o-popover--right-bottom:before,
.o-popover--left-bottom:before,
.o-popover--right-bottom:after,
.o-popover--left-bottom:after {
  bottom: 0;
}
.o-popover--right-bottom:before,
.o-popover--left-bottom:before {
  margin-bottom: 0.925em;
}
.o-popover--right-bottom:after,
.o-popover--left-bottom:after {
  margin-bottom: 1.05em;
}
/* Modifier: interactive-header
/====================================== */
.o-popover--interactive-header:before,
.o-popover--interactive-header .o-popover__header:before,
.o-popover--interactive-header:after,
.o-popover--interactive-header .o-popover__header:after {
  border-color: var(--color-dark-blue);
}
.o-popover--interactive-header .o-popover__header {
  background-color: var(--color-dark-blue);
  border-color: var(--color-dark-blue);
  color: var(--color-white);
}
/* Modifier: xs/sm
/====================================== */
.o-popover--xs {
  font-size: 12px;
  line-height: 2;
}
.o-popover--xs .o-popover__header,
.o-popover--xs .o-popover__footer {
  padding: 6px 10px;
}
.o-popover--xs .o-popover__header {
  padding-top: 5px;
}
.o-popover--xs .o-popover__header--sm {
  padding-top: 3px;
  padding-bottom: 2px;
}
.o-popover--xs .o-popover__header--lg {
  padding-top: 9px;
  padding-bottom: 8px;
}
.o-popover--xs .o-popover__footer {
  padding-bottom: 5px;
}
.o-popover--xs .o-popover__footer--sm {
  padding-top: 2px;
  padding-bottom: 3px;
}
.o-popover--xs .o-popover__footer--lg {
  padding-top: 9px;
  padding-bottom: 9px;
}
.o-popover--xs .o-popover__body {
  padding: 5px 9px;
}
.o-popover--xs .o-popover__body:first-child {
  padding-top: 5px;
}
.o-popover--xs .o-popover__body:last-child {
  padding-bottom: 5px;
}
.o-popover--xs .o-popover__actions__button {
  padding: 6px 20px 5px;
}
.o-popover--xs .o-popover__actions--sm .o-popover__actions__button {
  padding-top: 2px;
  padding-bottom: 2px;
}
.o-popover--xs .o-popover__actions--lg .o-popover__actions__button {
  padding-top: 8px;
  padding-bottom: 8px;
}
.o-popover--xs .o-popover__bleed--top {
  margin-top: -5px !important;
}
.o-popover--xs .o-popover__bleed--right {
  margin-right: -9px !important;
}
.o-popover--xs .o-popover__bleed--bottom {
  margin-bottom: -5px !important;
}
.o-popover--xs .o-popover__bleed--left {
  margin-left: -9px !important;
}
.o-popover--xs .o-popover__bleed--all,
.o-popover--xs .o-popover__bleed--horizontal {
  margin-right: -9px;
  margin-left: -9px;
}
.o-popover--xs .o-popover__bleed--all,
.o-popover--xs .o-popover__bleed--vertical {
  margin-top: -5px;
  margin-bottom: -5px;
}
.o-popover--sm {
  font-size: 14px;
  line-height: 1.71428571;
}
.o-popover--sm .o-popover__header,
.o-popover--sm .o-popover__footer {
  padding: 12px 20px;
}
.o-popover--sm .o-popover__header {
  padding-top: 11px;
}
.o-popover--sm .o-popover__header--sm {
  padding-top: 6px;
  padding-bottom: 5px;
}
.o-popover--sm .o-popover__header--lg {
  padding-top: 18px;
  padding-bottom: 17px;
}
.o-popover--sm .o-popover__footer {
  padding-bottom: 11px;
}
.o-popover--sm .o-popover__footer--sm {
  padding-top: 5px;
  padding-bottom: 6px;
}
.o-popover--sm .o-popover__footer--lg {
  padding-top: 18px;
  padding-bottom: 18px;
}
.o-popover--sm .o-popover__body {
  padding: 11px 19px;
}
.o-popover--sm .o-popover__body:first-child {
  padding-top: 11px;
}
.o-popover--sm .o-popover__body:last-child {
  padding-bottom: 11px;
}
.o-popover--sm .o-popover__actions__button {
  padding: 12px 20px 11px;
}
.o-popover--sm .o-popover__actions--sm .o-popover__actions__button {
  padding-top: 5px;
  padding-bottom: 5px;
}
.o-popover--sm .o-popover__actions--lg .o-popover__actions__button {
  padding-top: 17px;
  padding-bottom: 17px;
}
.o-popover--sm .o-popover__bleed--top {
  margin-top: -11px !important;
}
.o-popover--sm .o-popover__bleed--right {
  margin-right: -19px !important;
}
.o-popover--sm .o-popover__bleed--bottom {
  margin-bottom: -11px !important;
}
.o-popover--sm .o-popover__bleed--left {
  margin-left: -19px !important;
}
.o-popover--sm .o-popover__bleed--all,
.o-popover--sm .o-popover__bleed--horizontal {
  margin-right: -19px;
  margin-left: -19px;
}
.o-popover--sm .o-popover__bleed--all,
.o-popover--sm .o-popover__bleed--vertical {
  margin-top: -11px;
  margin-bottom: -11px;
}
/* Modifier: default/brand/info/succes/warning/alert
/====================================== */
.o-popover--default {
  color: var(--color-grey-1);
}
.o-popover--default,
.o-popover--default .o-popover__header {
  background: var(--color-white);
}
.o-popover--default,
.o-popover--default:before,
.o-popover--default .o-popover__header,
.o-popover--default .o-popover__footer,
.o-popover--default .o-popover__body,
.o-popover--default .o-popover__actions,
.o-popover--default .o-popover__action {
  border-color: var(--color-grey-4);
}
.o-popover--default:after {
  border-color: var(--color-white);
}
.o-popover--brand {
  color: var(--color-white);
}
.o-popover--brand,
.o-popover--brand .o-popover__header {
  background: var(--color-dark-blue);
}
.o-popover--brand,
.o-popover--brand:before,
.o-popover--brand .o-popover__header,
.o-popover--brand .o-popover__footer,
.o-popover--brand .o-popover__body,
.o-popover--brand .o-popover__actions,
.o-popover--brand .o-popover__action {
  border-color: var(--color-dark-blue);
}
.o-popover--brand:after {
  border-color: var(--color-dark-blue);
}
.o-popover--info {
  color: var(--color-white);
}
.o-popover--info,
.o-popover--info .o-popover__header {
  background: var(--color-grey-1);
}
.o-popover--info,
.o-popover--info:before,
.o-popover--info .o-popover__header,
.o-popover--info .o-popover__footer,
.o-popover--info .o-popover__body,
.o-popover--info .o-popover__actions,
.o-popover--info .o-popover__action {
  border-color: var(--color-grey-1);
}
.o-popover--info:after {
  border-color: var(--color-grey-1);
}
.o-popover--success {
  color: var(--color-white);
}
.o-popover--success,
.o-popover--success .o-popover__header {
  background: var(--color-dark-blue);
}
.o-popover--success,
.o-popover--success:before,
.o-popover--success .o-popover__header,
.o-popover--success .o-popover__footer,
.o-popover--success .o-popover__body,
.o-popover--success .o-popover__actions,
.o-popover--success .o-popover__action {
  border-color: var(--color-dark-blue);
}
.o-popover--success:after {
  border-color: var(--color-dark-blue);
}
.o-popover--warning {
  color: var(--color-white);
}
.o-popover--warning,
.o-popover--warning .o-popover__header {
  background: var(--color-yellow);
}
.o-popover--warning,
.o-popover--warning:before,
.o-popover--warning .o-popover__header,
.o-popover--warning .o-popover__footer,
.o-popover--warning .o-popover__body,
.o-popover--warning .o-popover__actions,
.o-popover--warning .o-popover__action {
  border-color: var(--color-yellow);
}
.o-popover--warning:after {
  border-color: var(--color-yellow);
}
.o-popover--alert {
  color: var(--color-white);
}
.o-popover--alert,
.o-popover--alert .o-popover__header {
  background: var(--color-imperial-red);
}
.o-popover--alert,
.o-popover--alert:before,
.o-popover--alert .o-popover__header,
.o-popover--alert .o-popover__footer,
.o-popover--alert .o-popover__body,
.o-popover--alert .o-popover__actions,
.o-popover--alert .o-popover__action {
  border-color: var(--color-imperial-red);
}
.o-popover--alert:after {
  border-color: var(--color-imperial-red);
}
/* Mixins
/========================================================================== */
/* Breakpoints: all
/========================================================================== */
/* Modifier: quiet
/====================================== */
.o-text--quiet {
  color: var(--color-grey-2);
}
.o-text--quiet a {
  color: inherit;
  text-decoration: underline;
}
/* Modifier: highlighted
/====================================== */
.o-text--highlighted {
  background-color: var(--color-cream);
  color: var(--color-grey-1);
}
/* Modifier: nowrap
/====================================== */
.o-text--nowrap {
  display: block;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/* Modifier: tooltip
/====================================== */
.o-text--tooltip {
  padding-bottom: 2px;
  border-bottom: 1px dotted #90a0ac;
  cursor: help;
}
/* Modifier: xs
/====================================== */
.o-text--xs {
  font-size: 12px;
  line-height: 2;
}
/* Modifier: sm
/====================================== */
.o-text--sm {
  font-size: 14px;
  line-height: 1.71428571;
}
/* Modifier: lg
/====================================== */
.o-text--lg {
  font-size: 18px;
  line-height: 1.33333333;
}
/* Modifier: xl
/====================================== */
.o-text--xl {
  font-size: 20px;
  line-height: 1.2;
}
/* Modifier: xxl
/====================================== */
.o-text--xxl {
  font-size: 24px;
  line-height: 1.5;
}
/* Components (c-)
/
/ Components are concrete, implementation-specific pieces of UI.
/ All changes made to this type of style should be detectable in the context
/ you’re currently looking at. Modifying these styles should be considered
/ safe and have no side effects.
/========================================================================== */
/* Breakpoints: all
/========================================================================== */
.c-error {
  text-align: center;
}
.c-error__label {
  margin: 48px auto;
  padding: 72px 20px;
  width: 216px;
  height: 216px;
  border: 1px solid var(--color-grey-1);
  border-radius: 50%;
  text-transform: uppercase;
}
.c-error__stacktrace {
  display: none;
  margin: 24px 0;
  padding: 23px 19px;
  border: 1px solid var(--color-grey-4);
  background-color: var(--color-grey-4);
  text-align: left;
  font-size: 14px;
  line-height: 1.71428571;
}
.c-error__stacktrace.is-visible {
  display: block;
}
.c-fileupload {
  padding: 40px 0;
  border-radius: 20px;
  text-align: center;
  transition: background-color 0.25s;
}
.c-fileupload__controlgroup {
  display: block;
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid var(--color-grey-3);
  background-color: var(--color-grey-4);
  transition: background-color 0.25s;
}
.c-fileupload__message {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 20px;
  right: 20px;
  text-align: center;
  transform: translateY(-50%);
}
.c-fileupload__icon {
  display: none;
}
.c-fileupload__error {
  display: none;
  margin: 12px 0;
  font-size: 18px;
  line-height: 1.33333333;
}
.c-fileupload__error__header {
  display: block;
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1;
}
.c-fileupload__control {
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
}
.c-fileupload__progress {
  overflow: visible !important;
  position: absolute;
  top: 15px;
  left: 15px;
  width: 270px;
  height: 270px;
  fill: transparent;
  stroke: var(--color-grey-2);
  stroke-width: 3px;
  stroke-dasharray: 10, 10;
  stroke-dashoffset: 942px;
  transition: transform 0.25s, stroke 0.25s;
  transform-origin: center center center;
}
/* Is busy - show spinner */
.c-fileupload.is-busy {
  color: var(--color-white);
}
.c-fileupload.is-busy .c-fileupload__controlgroup {
  background-color: var(--color-grey-2);
}
.c-fileupload.is-busy .c-fileupload__progress {
  stroke: var(--color-white);
  stroke-dasharray: 942px / 8;
  animation: rotate 1s linear infinite;
}
/* Is in progress - show progress bar */
.c-fileupload.is-in-progress {
  color: var(--color-white);
}
.c-fileupload.is-in-progress .c-fileupload__controlgroup {
  background-color: var(--color-grey-2);
}
.c-fileupload.is-in-progress .c-fileupload__progress {
  stroke: var(--color-white);
  stroke-dasharray: 942px;
  transition: stroke-dashoffset 0.1s;
}
/* Is success - upload was successful */
.c-fileupload.is-success {
  color: var(--color-white);
}
.c-fileupload.is-success .c-fileupload__controlgroup {
  background-color: var(--color-dark-blue);
}
.c-fileupload.is-success .c-fileupload__progress {
  stroke: var(--color-white);
  stroke-dasharray: none;
  animation: pulse 0.5s ease;
}
/* Has error - upload failed */
.c-fileupload.has-error {
  color: var(--color-white);
}
.c-fileupload.has-error .c-fileupload__controlgroup {
  background-color: var(--color-imperial-red);
}
.c-fileupload.has-error .c-fileupload__error {
  display: block;
}
.c-fileupload.has-error .c-fileupload__progress {
  stroke: var(--color-white);
}
/* Modifier: dragndrop - drag and drop is enabled
/====================================== */
.c-fileupload--dragndrop .c-fileupload__icon {
  display: block;
  width: 100%;
  height: 80px;
  margin-bottom: 24px;
  fill: var(--color-grey-3);
}
.c-fileupload--dragndrop.is-dragover {
  background-color: var(--color-grey-4);
}
.c-fileupload--dragndrop.is-dragover .c-fileupload__controlgroup {
  background-color: #0e2536;
}
.c-fileupload--dragndrop.is-dragover .c-fileupload__progress {
  transform: scale(1.3);
  stroke: var(--color-grey-2);
}
/* Responsive: mobile */
@media screen and (max-width: 567px) {
  .c-fileupload {
    padding: 0;
  }
  .c-fileupload__controlgroup {
    width: 220px;
    height: 220px;
  }
  .c-fileupload--dragndrop .c-fileupload__icon {
    display: none;
  }
  .c-fileupload__progress {
    top: 10px;
    left: 10px;
    width: 200px;
    height: 200px;
  }
  .c-fileupload.is-busy .c-fileupload__progress {
    stroke-dasharray: 690.8px / 8;
  }
  .c-fileupload.is-in-progress .c-fileupload__progress {
    stroke-dasharray: 690.8px;
  }
}
/* Sidebar
/========================================================================== */
.c-navigation-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100px;
  background: var(--color-dark-blue);
  user-select: none;
}
.c-navigation-sidebar__logo {
  display: block;
  margin: 13px auto;
  width: 70px;
  height: 70px;
  fill: var(--color-white);
  opacity: 0.5;
}
.c-navigation-sidebar__menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-navigation-sidebar__menu__action {
  display: block;
  padding: 24px 4px 16px 0;
  border-left: 4px solid transparent;
  height: 96px;
  white-space: nowrap;
  text-align: center;
  color: var(--color-grey-2);
  text-decoration: none;
  font-size: 12px;
  line-height: 2;
  transition: color 200ms;
}
.c-navigation-sidebar__menu__action:hover,
.c-navigation-sidebar__menu__action:focus {
  color: var(--color-white);
  outline: 0;
}
.c-navigation-sidebar__menu__action:hover svg,
.c-navigation-sidebar__menu__action:focus svg {
  fill: var(--color-white);
}
.c-navigation-sidebar__menu__action:active {
  background: #07121a;
}
.c-navigation-sidebar__menu__icon {
  display: block;
  font-size: 2.7em;
  height: 1em;
  width: 100%;
  margin: 0 auto;
  fill: var(--color-grey-2);
  transition: fill 200ms;
}
.c-navigation-sidebar__content-wrap {
  height: 100%;
  overflow-y: auto;
  padding-left: 100px;
  background-color: var(--color-grey-4);
}
/* State: Active menu item */
.c-navigation-sidebar__menu__item.is-active .c-navigation-sidebar__menu__action {
  border-color: var(--color-imperial-red);
  background: var(--color-grey-1);
  color: var(--color-white);
}
.c-navigation-sidebar__menu__item.is-active .c-navigation-sidebar__menu__action:hover,
.c-navigation-sidebar__menu__item.is-active .c-navigation-sidebar__menu__action:focus {
  background: var(--color-grey-1);
}
.c-navigation-sidebar__menu__item.is-active .c-navigation-sidebar__menu__icon {
  fill: var(--color-white);
}
/* Breakpoints: xs, sm (dynamic sidebar on mobile)
/========================================================================== */
@media screen and (max-width: 767px) {
  .c-navigation-sidebar {
    transform: translate(-100%, 0);
    transition: transform 0.5s;
  }
  .c-navigation-sidebar__content-wrap {
    padding-top: 24px;
    padding-left: 0;
  }
  body:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    transition: "opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s";
  }
  /* State */
  body.has-sidebar-open .c-navigation-sidebar {
    transform: translate(0, 0);
  }
  body.has-sidebar-open:after {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.5s;
  }
}
/* Topbar
/========================================================================== */
.c-navigation-topbar {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 48px;
  background: var(--color-dark-blue);
}
.c-navigation-topbar__button {
  display: inline-block;
  padding: 3px 12px 0;
  text-decoration: none;
  color: var(--color-white);
  font-size: 24px;
  line-height: 48px;
}
.c-navigation-topbar__button svg {
  width: 24px;
  height: 24px;
  fill: var(--color-white);
}
.c-navigation-topbar__logo {
  display: inline-block;
  height: 24px;
  width: 50px;
  fill: var(--color-white);
}
/* Breakpoints: xs, sm
/========================================================================== */
@media screen and (max-width: 767px) {
  .c-navigation-topbar {
    display: block;
  }
}
/* Utilities (u-)
/
/ Utilities have a very specific role (often providing only one declaration)
/ and should not be bound onto or changed. It can be reused and is not tied
/ to any specific piece of UI.
/========================================================================== */
/* Breakpoints: all
/========================================================================== */
.u-clearfix:before,
.u-clearfix:after {
  content: ' ';
  display: table;
}
.u-clearfix:after {
  clear: both;
}
/* Breakpoints: all
/========================================================================== */
.u-centered {
  text-align: center;
}
.u-hidden {
  display: none;
}
/* Layout (l-)
/ 
/ Layouts define major page blocks, like the content area, header, footer,
/ sidebar etc. Layouts are singletons and usually contain several components.
/========================================================================== */
/* Breakpoints: all
/========================================================================== */
.l-area {
  padding: 24px 40px;
}
.l-area__body {
  margin-top: 24px;
  margin-bottom: 24px;
}
.l-area__header {
  overflow: hidden;
}
.l-area__header__label {
  margin-top: 6px;
  margin-bottom: 6px;
  min-height: 36px;
}
.l-area__header__label__icon {
  vertical-align: top;
}
.l-area__header__primary {
  float: left;
}
.l-area__header__secondary {
  float: right;
  text-align: right;
}
.l-area__header__navigation {
  padding: 12px 0;
}
@media screen and (max-width: 767px) {
  .l-area {
    padding: 24px 20px;
  }
}
/* Libs
/ 
/ External libraries
/========================================================================== */

