/*! normalize.css v2.1.3 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 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; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */ /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Variables */

/* From */

/* Up to */

:root {

	/* Greys */

	/* Blues */

	/* Greens */

	/* Oranges */

	/* Reds */

	/* background / foreground */

	/* meaningful colors */
}

/* Base */

/*

Here's a template for you to use.
Please note that we're only serving woff2 & woff anymore.
This covers IE9+ and all evergreens.
Always provide nice fallback fonts.

Tools:
 - https://meowni.ca/font-style-matcher/

Sources:
 - http://caniuse.com/#search=woff

@font-face {
	font-family: 'GT America';
	src: url('fonts/gt-america-medium.woff2') format('woff2'),
	     url('fonts/gt-america-medium.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
*/

@font-face {
	font-family: 'Larsseit';
	src: url('../fonts/larsseit.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'Larsseit';
	src: url('../fonts/larsseit-bold.woff') format('woff');
	font-style: normal;
	font-weight: 600;
}

body {
	font-family: 'Larsseit', 'Helvetica Neue', 'Arial', sans-serif;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}

h2 {
	margin-top: 4rem;
	margin-bottom: 1rem;
}

ul:not([class]),
ol:not([class]) {
	margin-left: 1.5em;
}

ul:not([class]) li:not(:last-child),
ol:not([class]) li:not(:last-child) {
	margin-bottom: 0.375em;
}

dl {
	font-size: 0;
}

dt {
	box-sizing: border-box;
	display: inline-block;
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 0.625rem;
	overflow: hidden;
	padding-right: 1.25rem;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
	width: 9rem;
}

dd {
	display: inline-block;
	font-size: 1rem;
	margin: 0;
	vertical-align: top;
	width: calc(100% - 9rem);
}

.u-clearfix::after {
	content: '';
	display: table;
	clear: both;
}

/* Modules */

.account-picker {
	margin-top: -0.625rem;
	margin-bottom: 0.625rem
}

@media (min-width: 568px) {

    .account-picker {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
	}

.account-picker__account {
	margin-bottom: 0.625rem;
	margin-top: 0.625rem;
	width: 100%
}

@media  (min-width: 768px) {

    .account-picker__account {
        width: calc(50% - 0.625rem);
    }
	}

.account {
	-ms-flex-align: center;
	    align-items: center;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	color: #1d1d1b;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	line-height: 1;
	overflow: hidden;
	padding: 1.125rem 0.9375rem;
	text-decoration: none
}

@media (min-width: 1024px) {

    .account {
        padding: 1.5rem 1.25rem;
    }
	}

.account__picture {
	background-color: #f5f5f5;
	border-radius: 3rem;
	border: 1px solid rgba(0, 0, 0, .05);
	-ms-flex-positive: 0;
	    flex-grow: 0;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	height: 4rem;
	margin-right: 0.9375rem;
	width: 4rem
}

@media (min-width: 1024px) {

    .account__picture {
        height: 6rem;
        margin-right: 1.25rem;
        width: 6rem;
    }
	}

.account__info {
	-ms-flex-positive: 1;
	    flex-grow: 1;
}

.account__name {
	font-size: 1.25rem;
	margin-bottom: 0.5rem
}

@media (min-width: 1024px) {

    .account__name {
        font-size: 1.5rem;
    }
	}

.account__role {
	color: #b7b7b7;
	font-size: 1rem;
}

.account__actions {
	-ms-flex-positive: 0;
	    flex-grow: 0;
	margin-left: 1.25rem;
}

.account__notice {
	background-color: #f5f5f5;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	border-top: 1px solid #e5e5e5;
	color: #b7b7b7;
	-ms-flex-positive: 0;
	    flex-grow: 0;
	line-height: 1.35;
	margin: 1.5rem -1.25rem -1.5rem;
	padding: 0.9375rem 1.25rem 1.125rem;
	width: 100%;
}

.alert {
	background-color: #e5e5e5;
	color: #1d1d1b;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0.625rem;
	padding: 1.25rem;
	text-align: center;
}

.alert a {
    border-bottom: 1px solid currentcolor;
    color: currentcolor;
    font-weight: 500;
    text-decoration: none;
}

.alert--success {
	background-color: #51bf9c;
	color: rgba(255, 255, 255, 1);
}

.alert--danger {
	background-color: #f37060;
	border-bottom-color: rgba(0, 0, 0, .125);
	color: rgba(255, 255, 255, 1);
}

.alert--warning {
	background-color: #f8d37c;
	border-bottom-color: rgba(0, 0, 0, .125);
	color: rgba(255, 255, 255, 1);
}

.button-group {
	display: -ms-flexbox;
	display: flex;
}

.button-group .button-group__label {
    font-family: inherit;
    font-size: 0.875rem;
    line-height: 1;
    padding: 1em 1.25em 0.85em;
}

.button-group .button--primary + .button-group__label.button-group__label--centered {
    background-color: #575757;
    color: #fff;
    -webkit-font-smoothing: antialiased;
}

.button-group + .button-group {
    margin-left: 1ch;
}

.button-group .button {
	border-radius: 0;
}

.button-group .button + .button {
    margin-left: 0 !important;
    border-left: 0;
}

@media (max-width: 567px) {

    .button-group .button {
        -ms-flex-positive: 1;
            flex-grow: 1;
    }
	}

.button-group .button:first-of-type {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.button-group .button:last-of-type {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.button {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #f5f5f5;
	border-radius: 3px;
	border: none;
	color: #1d1d1b;
	cursor: pointer;
	display: inline-block;
	font-family: inherit;
	font-size: 0.875rem;
	line-height: 1;
	padding: 1em 1.25em 0.85em;
	text-decoration: none;
	transition: background-color 192ms linear;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none
}

.button:not(.button--block) + .button:not(.button--block) {
    margin-left: 1ch;
}

.button.button--block + .button.button--block {
    margin-top: 1ch;
}

.button:focus {
    outline: 0;
}

.button[disabled] {
	cursor: not-allowed;
	opacity: 0.5;
	font-style: italic;
}

.button--block {
	box-sizing: border-box;
	display: block;
	width: 100%;
	text-align: center;
}

.button--link {
	background-color: transparent !important;
	border: none;
	color: #575757 !important;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	text-decoration: underline
}

.button--link:hover {
    text-decoration: none;
}

.button--link:focus {
    outline: 0;
}

.button--primary {
	background-color: #575757;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.button--primary.button--link {
    color: #575757 !important;
}

.button--primary:hover,
	.button--primary:focus {
    background-color: #1d1d1b;
}

.button--primary[disabled] {
    background-color: #575757;
}

.button--blue {
	background-color: #2f69d5;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.button--blue.button--link {
    color: #2f69d5 !important;
}

.button--blue:hover,
	.button--blue:focus {
    background-color: #1a3a75;
}

.button--blue[disabled] {
    background-color: #2f69d5;
}

.button--green,
.button--success {
	background-color: #51bf9c;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.button--green.button--link, .button--success.button--link {
    color: #51bf9c !important;
}

.button--green:hover,
	.button--green:focus,
	.button--success:hover,
	.button--success:focus {
    background-color: #45a385;
}

.button--green[disabled], .button--success[disabled] {
    background-color: #51bf9c;
}

.button--red,
.button--danger {
	background-color: #f37060;
	color: #fff;
	-webkit-font-smoothing: antialiased
}

.button--red.button--link, .button--danger.button--link {
    color: #f37060 !important;
}

.button--red:hover,
	.button--red:focus,
	.button--danger:hover,
	.button--danger:focus {
    background-color: #cf5f52;
}

.button--red[disabled], .button--danger[disabled] {
    background-color: #f37060;
}

.button--orange,
.button--warning {
	background-color: #f8d37c;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	text-shadow: 0 1px 0 rgba(0, 0, 0, .1)
}

.button--orange.button--link, .button--warning.button--link {
    color: #f8d37c !important;
    text-shadow: none;
}

.button--orange:hover,
	.button--orange:focus,
	.button--warning:hover,
	.button--warning:focus {
    background-color: #e9bc52;
}

.button--orange[disabled], .button--warning[disabled] {
    background-color: #f8d37c;
}

.button--large {
	font-size: 1rem;
}

.button--small {
	font-size: 0.875rem;
	padding: 0.75em 0.75em 0.625em;
}

.button--tiny {
	font-size: 0.75rem;
	padding: 0.55em 0.75em 0.45em;
}

.card {
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	color: #1d1d1b;
	display: block
}

.card + .card {
    margin-top: 1.25rem;
}

.card__header {
	-ms-flex-align: center;
	    align-items: center;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	padding: 1rem 1rem 0.825rem;
}

.card__title {
	font-size: 1.125rem;
	line-height: 1.1;
	margin-bottom: 0;
	position: relative;
	top: -2px; /* Offset line-height for better vertical aligning */
}

.card__header__secondary-actions {
	position: relative;
}

.card__section {
	padding: 1rem;
}

.card__section--muted {
	color: #b7b7b7;
}

.card__section + .card__section {
	border-top: 1px solid #e5e5e5;
}

.card__section__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.1;
	margin-bottom: 0.825em;
}

.card__footer {
	padding-bottom: 1rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.data-list {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.data-list td,
.data-list th {
}

.data-list td:first-child, .data-list th:first-child {
    text-align: left;
}

.data-list td:last-child, .data-list th:last-child {
    color: #b7b7b7;
    text-align: right;
}

.data-list td {
	border-bottom: 1px solid #e5e5e5;
}

.data-list tbody tr {
	background-color: #fff;
	transition: background-color 192ms linear
}

.data-list tbody tr:last-child td {
    border-bottom: none;
}

.data-list tbody tr:hover {
    background-color: #f5f5f5;
}

.data-list tbody {
	border-radius: 3px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .17);
}

.data-list tr:first-child td:first-child {
	border-top-left-radius: 3px;
}

.data-list tr:first-child td:last-child {
	border-top-right-radius: 3px;
}

.data-list tr:last-child td:first-child {
	border-bottom-left-radius: 3px;
}

.data-list tr:last-child td:last-child {
	border-bottom-right-radius: 3px;
}

.app-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	font-size: 0.875rem;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	line-height: 1.55;
}

.app-footer__column {
	width: 20%;
}

.app-footer__column:nth-child(4) {
	text-align: right;
}

.app-footer__column--muted {
	color: rgba(0, 0, 0, .3);
}

.app-footer a {
	color: currentcolor;
	display: block;
}

.input {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	display: block;
	font-family: 'Larsseit', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 0.875rem;
	line-height: 1;
	padding: 0.85em 1.25em 0.75em;
	transition: border-color 192ms linear;
	width: 100%
}

.input[type=search] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    box-sizing: border-box;
}

.input::-webkit-input-placeholder {
    color: #b7b7b7;
}

.input:-ms-input-placeholder {
    color: #b7b7b7;
}

.input::placeholder {
    color: #b7b7b7;
}

.input:focus {
    border-color: #b7b7b7;
    outline: 0;
}

.input.is-invalid {
    border-color: #f37060;
}

.input.is-invalid:focus {
    border-color: #cf5f52;
}

.input.is-valid {
    border-color: #51bf9c;
}

.input.is-valid:focus {
    border-color: #45a385;
}

.input--large {
	font-size: 1rem;
	padding: 0.925em 1.25em 0.85em;
}

.input--transparent {
	border-color: rgba(0, 0, 0, .15);
	background-color: rgba(255, 255, 255, .35);
}

.select {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	background-color: #fff;
	/* background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>") */
	background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpolygon points='0,6 48,6 24,42' fill='%23b7b7b7'/%3E%3C/svg%3E");
	background-size: 1rem 1rem;
	background-position: calc(100% - 1.25em) center;
	background-repeat: no-repeat;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	display: block;
	font-family: 'Larsseit', 'Helvetica Neue', 'Arial', sans-serif;
	font-size: 0.875rem;
	line-height: 1;
	padding: 1.05em 1.25em 0.925em;
	width: 100%
}

.select:focus {
    border-color: #b7b7b7;
    outline: 0;
}

.select--large {
	font-size: 1rem;
	line-height: 1;
	padding: 1.05em 1.25em 0.975em;
}

.checkbox,
.radio {
	width: 100%;
}

.checkbox > input, .radio > input {
    display: none;
}

.checkbox > label, .radio > label {
    border-radius: 3px;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    font-size: 0.875rem;
    padding: 0.85em 1.25em 0.625em calc(1.25em + 1.25rem);
    position: relative;
    transition: background-color 256ms ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox > label:active,
		.checkbox > label:focus,
		.radio > label:active,
		.radio > label:focus {
    background-color: rgba(0, 0, 0, .025);
    transition: none;
}

.checkbox > label::before, .radio > label::before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 10px;
    left: 0.625rem;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, .15);
}

.checkbox input[type=radio] ~ label::before, .radio input[type=radio] ~ label::before {
    border-radius: 50%;
}

.checkbox input[type=checkbox] ~ label::before, .radio input[type=checkbox] ~ label::before {
    border-radius: 3px;
}

.checkbox input:checked ~ label::before, .radio input:checked ~ label::before {
    background-color: #1d1d1b;
    border-color: transparent;
}

.radio-group {
	width: 100%;
	margin-bottom: 0.7625rem;
}

.form-group:not(:last-child) {
	margin-bottom: 1rem;
}

.form-group > label {
	font-weight: 500;
	display: block;
	margin-bottom: 0.5em;
}

.form-group--horizontal {
}

@media  (min-width: 768px) {

    .form-group--horizontal {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-align: start;
            align-items: flex-start;
    }

    .form-group--horizontal > label {
        padding-right: 2rem;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
        width: 8rem;
        margin-bottom: 0;
        padding-top: 0.9875rem;
    }

    .form-group--horizontal.form-group--no-label {
        padding-left: 10rem;
    }
	}

.form-row {
	margin-bottom: 1rem
}

@media  (max-width: 767px) {

    .form-row .form-row__column:not(:last-child) {
        margin-bottom: 1rem;
    }
	}

@media  (min-width: 768px) {

    .form-row {
        display: -ms-flexbox;
        display: flex;
        margin-left: -0.5rem;
        margin-right: -0.5rem;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }

    .form-row .form-row__column {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        margin: 0;
    }

    .form-row .form-row__column--span-two {
        -ms-flex-positive: 2;
        flex-grow: 2;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .form-row .form-row__column--span-three {
        -ms-flex-positive: 3;
        flex-grow: 3;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    .form-row .form-group {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        margin-bottom: 0 !important;
    }
	}

.hero {
	-ms-flex-align: center;
	    align-items: center;
	background-color: #b7b7b7;
	color: white;
	display: -ms-flexbox;
	display: flex;
	-webkit-font-smoothing: antialiased;
	height: 50vh;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	max-height: 960px;
	min-height: 300px;
	position: relative
}

.hero::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(ellipse, transparent, rgba(0, 0, 0, .1));
}

.hero--green {
	background-color: #51bf9c;
}

.hero--blue {
	background-color: #2f69d5;
}

.hero--orange {
	background-color: #f8d37c;
}

.hero--red {
	background-color: #f37060;
}

.hero__content {
	position: relative;
	text-align: center;
	z-index: 200;
}

.hero__title {
	font-size: 3rem;
	line-height: 1;
	max-width: 568px;
}

.hero__tagline {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 300px;
}

.notification-feed {
	list-style: none;
	margin: 0;
	padding: 0;
}

.notification-feed__item {
	margin-bottom: 1.25rem;
}

.notification {
	-ms-flex-align: center;
	    align-items: center;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	color: #1d1d1b;
	display: -ms-flexbox;
	display: flex;
	font-size: 1rem;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	line-height: 1;
	overflow: hidden;
	padding: 1.5rem 1.25rem;
	text-decoration: none;
}

.notification--large {
	font-size: 1.5rem;
}

.notification--small {
	display: block;
	font-size: 0.875rem;
	padding: 1rem 0.825rem 0.825rem !important
}

.notification--small::before {
    display: none !important;
}

.notification--success,
.notification--warning,
.notification--danger {
	padding-left: 4rem;
	position: relative
}

.notification--success::before, .notification--warning::before, .notification--danger::before {
    border-radius: 50%;
    content: '';
    display: block;
    height: 12px;
    height: 0.75rem;
    left: 26px;
    left: 1.625rem;
    position: absolute;
    top: 50%;
    transform: translate(2px, calc(-50% - 1px));
    width: 12px;
    width: 0.75rem;
}

.notification--success {
}

.notification--success::before {
    background-color: #51bf9c;
}

.notification--warning {
}

.notification--warning::before {
    background-color: #f8d37c;
}

.notification--danger {
}

.notification--danger::before {
    background-color: #f37060;
}

.notification__title {
	margin-right: 1.25rem;
}

.notification--small .notification__title {
    display: block;
    line-height: 1.45;
    margin-bottom: 0.5em;
    margin-right: 0;
}

.notification__time {
	color: #b7b7b7;
	font-size: 0.75em;
	text-align: right;
}

.notification--small .notification__time {
    display: block;
    text-align: left;
}

.pagination {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	    justify-content: center;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.pagination--full-width .pagination__item {
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}

.pagination__item a {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	color: #b7b7b7;
	cursor: pointer;
	display: block;
	height: 2.5rem;
	line-height: 2.5rem;
	min-width: 2.5rem;
	padding-left: 0.875rem;
	padding-right: 0.875rem;
	position: relative;
	text-align: center;
	text-decoration: none;
	transition: background-color 192ms linear, color 192ms linear
}

.pagination__item a:hover,
	.pagination__item a:focus {
    background-color: #f5f5f5;
    color: #5d5d5d;
    outline: 0;
}

.pagination__item a:hover::before, .pagination__item a:focus::before {
    transform: scaleY(1);
}

.pagination__item a::before {
    background-color: #e5e5e5;
    bottom: -1px;
    content: '';
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: transform 192ms ease-out;
    width: 100%;
}

.pagination__item.is-active a {
	color: #1d1d1b
}

.pagination__item.is-active a::before {
    background-color: currentcolor;
    transform: scaleY(1);
}

.pagination__item:first-child a {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}

.pagination__item:last-child a {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}

.pagination__item + .pagination__item a {
	border-left: 0;
}

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

.section:not(:first-child) {
    margin-top: 4rem;
}

.section--white {
	background-color: #fff;
	color: #1d1d1b;
}

.section--blue {
	background-color: #2f69d5;
	color: #fff;
}

.side-navigation {
	background-color: #b7b7b7;
	box-sizing: border-box;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .15);
	border-right: 1px solid rgba(0, 0, 0, .2);
	color: #fff;
	-webkit-font-smoothing: antialiased;
}

.side-navigation--fixed {
	height: 100%;
	left: 0;
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transform: none;
	transition: transform 384ms ease-out;
	will-change: transform;
	z-index: 10000
}

.side-navigation--fixed.is-hidden {
    transform: translateX(-100%);
    transition-delay: 96ms;
}

.side-navigation__section {
	display: block;
	padding: 0.625rem;
}

.side-navigation__section + .side-navigation__section {
    border-top: 1px solid rgba(0, 0, 0, .15);
}

.side-navigation__title {
	font-size: 0.875rem;
	color: #e5e5e5;
	padding-top: 1rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.side-navigation__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.side-navigation__list-item {
	display: block;
}

.side-navigation__list-item > a {
    color: inherit;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    padding: 1rem 1.25rem;
    transition: background-color 128ms linear
}

.side-navigation__list-item > a:hover,
		.side-navigation__list-item > a:focus {
    background-color: rgba(0, 0, 0, .3);
    outline: 0;
}

.side-navigation__list-item.is-active a,
	.side-navigation__list-item a:active,
	.side-navigation__list-item a:target {
    background-color: #5d5d5d;
    outline: 0;
}

.side-navigation__list-item:not(:last-child) {
    margin-bottom: 0.625rem;
}

.table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}

.table td,
.table th {
	border-bottom: 1px solid #e5e5e5;
}

.table td {
	border-left: 1px solid #e5e5e5
}

.table td:first-child {
    border-left: none;
}

.table tbody tr {
	transition: background-color 192ms linear
}

.table tbody tr:hover {
    background-color: #f5f5f5;
}

.tabs__tablist {
	-ms-flex-align: end;
	    align-items: flex-end;
	border-bottom: 1px solid #e5e5e5;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs__tablist-item {
	-ms-flex-preferred-size: auto;
	    flex-basis: auto;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	text-align: center;
}

.tabs__tab {
	color: #b7b7b7;
	display: block;
	padding: 1em 1.25em 0.85em;
	position: relative;
	text-decoration: none;
	transition: color 192ms linear
}

.tabs__tab.is-selected {
    color: #1d1d1b;
}

.tabs__tab.is-selected::before {
    background-color: currentcolor;
    transform: scale(1);
}

.tabs__tab:hover {
    color: #5d5d5d;
}

.tabs__tab:hover::before {
    transform: scaleY(1);
}

.tabs__tab::before {
    background-color: #e5e5e5;
    bottom: -1px;
    content: '';
    display: block;
    height: 2.16px;
    height: 0.135rem;
    left: 10px;
    left: 0.625rem;
    position: absolute;
    right: 10px;
    right: 0.625rem;
    transform-origin: center bottom;
    transform: scaleY(0);
    transition: transform 192ms ease-out;
}

.tabs__panel {
	padding: 0.625rem 1.25rem
}

.tabs__panel.is-hidden {
    display: none;
}

.app-wrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width: 92.5%;
}

/* Layouts */

.l-detail {
	display: -ms-grid;
	display: grid;
	position: relative;
	min-height: 100%;
	background-color: #f5f5f5;
	-ms-grid-columns: 15rem auto;
	    grid-template-columns: 15rem auto;
	-ms-grid-rows: 5rem auto 5rem;
	    grid-template-rows: 5rem auto 5rem;
	grid-template-areas:
		"header header"
		"content content"
		"footer footer";
}

.l-detail--has-side {
	grid-row-gap: 2rem;
	grid-template-areas:
		"header header"
		"side content"
		"footer footer";
}

.l-detail__header {
	padding: 1.125rem;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	grid-area: header;
}

.l-detail__title {
	-ms-flex-positive: 2;
	    flex-grow: 2;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 0;
}

.l-detail__actions {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	    justify-content: flex-end;
}

.l-detail__side {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-bottom: 1.125rem;
	box-sizing: border-box;
	grid-area: side;
}

.l-detail__content {
	grid-area: content;
	background-color: #fff;
}

.l-detail--has-side .l-detail__content {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-right: 0;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, .05);
}

.l-overview__footer {
	grid-area: footer;
	background-color: white;
	right: 0;
	bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	background-image: linear-gradient(180deg, #fff, #f5f5f5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	padding: 1.125rem;
}

.l-overview {
	display: -ms-grid;
	display: grid;
	position: relative;
	min-height: 100%;
	background-color: #f5f5f5;
	-ms-grid-columns: 15rem auto;
	    grid-template-columns: 15rem auto;
	-ms-grid-rows: 5rem auto 5rem;
	    grid-template-rows: 5rem auto 5rem;
	grid-row-gap: 2rem;
	grid-template-areas:
		"header header"
		"side content"
		"footer footer";
}

.l-overview__header {
	padding: 1.125rem;
	border-bottom: 1px solid rgba(0, 0, 0, .15);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
	grid-area: header;
}

.l-overview__title {
	-ms-flex-positive: 2;
	    flex-grow: 2;
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	margin-bottom: 0;
}

.l-overview__search {
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-negative: 1;
	    flex-shrink: 1;
}

.l-overview__side {
	padding-left: 1.125rem;
	padding-right: 1.125rem;
	padding-bottom: 1.125rem;
	box-sizing: border-box;
	grid-area: side;
}

.l-overview__content {
	grid-area: content;
	background-color: #fff;
	border-top-left-radius: 3px;
	box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .17);
}

.l-detail__footer {
	grid-area: footer;
	background-color: white;
	right: 0;
	bottom: 0;
	border-top: 1px solid rgba(0, 0, 0, .15);
	background-image: linear-gradient(180deg, #fff, #f5f5f5);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	    align-items: center;
	-ms-flex-pack: end;
	    justify-content: flex-end;
	padding: 1.125rem;
}

.l-shell {
	overflow-x: hidden;
}

.l-shell__header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 60px;
	z-index: 100;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	    justify-content: space-between;
	-ms-flex-align: center;
	    align-items: center;
}

.l-shell__header__left,
.l-shell__header__right {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 1;
	    flex-grow: 1;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	padding: 0.5rem;
}

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

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

.l-shell__header__center {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
	-ms-flex-positive: 3;
	    flex-grow: 3;
	-ms-flex-preferred-size: 0;
	    flex-basis: 0;
	text-align: center;
}

.l-shell__side {
	position: absolute;
	left: 0;
	top: 60px;
	width: 60px;
	bottom: 0;
	box-sizing: border-box;
	padding: 0 0.5rem;
}

.l-shell__content {
	background-color: white;
	border-top-left-radius: 3px;
	box-shadow: 0 0 1rem rgba(0, 0, 0, .05);
	color: black;
	position: absolute;
	top: 60px;
	left: 60px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	will-change: scroll;
	right: 0;
	bottom: 0;
	z-index: 200;
	transition: transform 384ms ease-in-out;
}

.l-shell.is-showing-navigation .l-shell__content {
    transform: translateX(300px);
}

@media   (min-width: 1380px) {

    .l-shell__content {
        transform: none;
        transition: none;
        left: 360px;
    }
	}

.l-shell__navigation {
	position: absolute;
	left: 60px;
	top: 60px;
	width: 300px;
	bottom: 0;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	border-top-left-radius: 3px;
}

.l-shell__navigation .side-navigation {
    background-color: rgba(0, 0, 0, .15);
    min-height: 100%;
    border-top-left-radius: 3px;
}
