.text-start {
  text-align: start; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-right {
  text-align: right; }

.text-end {
  text-align: end; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/**
		* 1. Set default font family to sans-serif.
		* 2. Prevent iOS and IE text size adjust after device orientation change,
		*    without disabling user zoom.
		*/
html {
  font-size: 100%;
  line-height: 1.625em;
  font-family: "Helvetica Neue", Arial, sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
		* 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;
  /* 1 */
  *display: inline;
  *zoom: 1;
  vertical-align: baseline;
  /* 2 */ }

/**
		* 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/10.
			*/
[hidden] {
  display: none; }

/**
		* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
		*/
template {
  display: none; }

/* Links
		========================================================================== */
/**
			* Remove the gray background color from active links in IE 10.
			*/
a {
  background-color: transparent; }

/**
		* Improve readability of focused elements when they are also in an
		* active/hover state.
		*/
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
		========================================================================== */
/**
		* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
		*/
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: 36px;
  font-size: 2.25rem;
  line-height: 36px;
  line-height: 2.25rem;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  padding: 18px 0;
  padding: 18px 0; }

h2 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  padding: 15px 0;
  padding: 15px 0; }

h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 24px;
  line-height: 1.5rem;
  padding: 12px 0;
  padding: 12px 0; }

h4 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 18px;
  line-height: 1.125rem;
  padding: 9px 0;
  padding: 9px 0; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 16px;
  line-height: 1rem;
  padding: 8px 0;
  padding: 8px 0; }

h6 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
  line-height: 0.875rem;
  padding: 7px 0;
  padding: 7px 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; }

/**
			* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
		========================================================================== */
/**
			* Remove border when inside `a` element in IE 8/9/10.
			*/
img {
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  -ms-interpolation-mode: bicubic; }

/**
		* Correct overflow not hidden in IE 9/10/11.
		*/
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
		========================================================================== */
/**
			* Address margins set differently in IE 6/7.
			*/
dl,
menu,
ol,
ul {
  margin: 26px 0;
  margin: 1.625rem 0; }

/**
			* Turn off margins on nested lists.
			*/
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

dd {
  margin: 0;
  margin-left: 40px; }

/**
			* Address paddings set differently in IE 6/7.
			*/
menu,
ol,
ul {
  padding: 0;
  padding-left: 40px; }

/**
			* Correct list images handled incorrectly in IE 7.
			*/
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/**
			* Set 1 unit of vertical rhythm on the top and bottom margin.
			*/
blockquote {
  margin: 26px 40px;
  margin: 1.625rem 40px; }

/**
			* Address margin not present in IE 8/9 and Safari.
			*/
figure {
  margin: 26px 40px;
  margin: 1.625rem 40px; }

/**
		* Address differences between Firefox and other browsers.
		*/
hr {
  box-sizing: content-box;
  height: 0;
  -moz-box-sizing: content-box; }

/**
			* Set 1 unit of vertical rhythm on the top and bottom margin.
			*/
p,
pre {
  margin: 26px 0;
  margin: 1.625rem 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-family: 'courier new', 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.
		*/
/**
			* Correct margin displayed oddly in IE 6/7.
			*/
form {
  margin: 0; }

/**
		* 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.
		* 4. Address `font-family` inconsistency between `textarea` and other form in IE 7
		* 5. Improve appearance and consistency with IE 6/7.
		*/
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 3 */
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  *font-family: "Helvetica Neue", Arial, sans-serif;
  /* 4 */
  *vertical-align: middle;
  /* 5 */ }

/**
		* Address `overflow` set to `hidden` in IE 8/9/10/11.
		*/
button {
  overflow: visible; }

/**
		* 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 Firefox, IE 8/9/10/11, and Opera.
		* Correct `select` style inheritance in Firefox.
		*/
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.
		* 4. Remove inner spacing in IE 7 without affecting normal text inputs.
		*    Known issue: inner spacing remains in IE 6.
		*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 3 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 4 */ }

/**
		* 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 {
  padding: 0;
  border: 0; }

/**
		* Address Firefox 4+ setting `line-height` on `input` using `!important` in
		* the UA stylesheet.
		*/
input {
  line-height: normal; }

/**
			* It's recommended that you don't attempt to style these elements.
			* Firefox's implementation doesn't respect box-sizing, padding, or width.
			*
			* 1. Address box sizing set to `content-box` in IE 8/9/10.
			* 2. Remove excess padding in IE 8/9/10.
			* 3. Remove excess padding in IE 7.
			*    Known issue: excess padding remains in IE 6.
			*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
		* 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.
		*/
input[type="search"] {
  box-sizing: content-box;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-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 {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0; }

/**
		* 1. Correct `color` not being inherited in IE 8/9/10/11.
		* 2. Remove padding so people aren't caught out if they zero out fieldsets.
		* 3. Correct alignment displayed oddly in IE 6/7.
		*/
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
		* Remove default vertical scrollbar in IE 8/9/10/11.
		*/
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-spacing: 0;
  border-collapse: collapse; }

td,
th {
  padding: 0; }

/**
 * Ink
 *
 * A set of tools for quick development of web interfaces.
 *
 * @package   Ink
 * @author    Sapo Ink Team
 * @license   http://opensource.org/licenses/MIT MIT
 * @link      http://ink.sapo.pt
 * @version   3.1.10
 */
.l-no-margin {
  margin: 0 !important; }

.l-no-padding {
  padding: 0 !important; }

.l-show-all {
  display: inherit; }

.l-hide-all {
  display: none !important; }

.l-push-left {
  float: left;
  justify-content: flex-start;
  -ms-justify-content: center; }

.l-push-center, .colors div > div {
  float: none !important;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  -ms-justify-content: center; }

.l-push-right {
  float: right;
  justify-content: flex-end;
  -ms-justify-content: flex-end; }

.l-align-left {
  text-align: left; }

.l-align-center {
  text-align: center; }

.l-align-right {
  text-align: right; }

.l-clearfix::after {
  content: '';
  display: block;
  clear: both; }

.l-grid-order {
  flex: 100%; }

.l-grid {
  width: auto;
  max-width: 100%;
  margin: 0 auto; }

.l-order-1 {
  order: 1;
  -ms-flex-order: 1; }

.l-order-2 {
  order: 2;
  -ms-flex-order: 2; }

.l-order-3 {
  order: 3;
  -ms-flex-order: 3; }

.l-order-4 {
  order: 4;
  -ms-flex-order: 4; }

.l-order-5 {
  order: 5;
  -ms-flex-order: 5; }

.l-order-6 {
  order: 6;
  -ms-flex-order: 6; }

.l-order-7 {
  order: 7;
  -ms-flex-order: 7; }

.l-order-8 {
  order: 8;
  -ms-flex-order: 8; }

.l-order-9 {
  order: 9;
  -ms-flex-order: 9; }

.l-order-10 {
  order: 10;
  -ms-flex-order: 10; }

@media screen and (min-width: 0) {
  .l-grid {
    padding: 0 1em; }
  .l-column-group.l-gutters, .colors div > div.l-gutters {
    margin-left: -1em; }
    .l-column-group.l-gutters > [class*=all-], .colors div > div.l-gutters > [class*=all-],
    .l-column-group.l-gutters > [class*=l-], .colors div > div.l-gutters > [class*=l-],
    .l-column-group.l-gutters > [class*=l-all-], .colors div > div.l-gutters > [class*=l-all-],
    .l-column-group.l-gutters > .l-all-auto, .colors div > div.l-gutters > .l-all-auto {
      padding-left: 1em;
      margin-bottom: 1em; }
  .l-column-group.l-horizontal-gutters, .colors div > div.l-horizontal-gutters {
    margin-left: -1em; }
    .l-column-group.l-horizontal-gutters > [class*=all-], .colors div > div.l-horizontal-gutters > [class*=all-],
    .l-column-group.l-horizontal-gutters > [class*=l-], .colors div > div.l-horizontal-gutters > [class*=l-],
    .l-column-group.l-horizontal-gutters > [class*=l-all-], .colors div > div.l-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-horizontal-gutters > .l-all-auto, .colors div > div.l-horizontal-gutters > .l-all-auto {
      padding-left: 1em; }
  .l-column-group.l-vertical-gutters > [class*=all-], .colors div > div.l-vertical-gutters > [class*=all-],
  .l-column-group.l-vertical-gutters > [class*=l-], .colors div > div.l-vertical-gutters > [class*=l-],
  .l-column-group.l-vertical-gutters > [class*=l-all-], .colors div > div.l-vertical-gutters > [class*=l-all-],
  .l-column-group.l-vertical-gutters > .l-all-auto, .colors div > div.l-vertical-gutters > .l-all-auto {
    margin-bottom: 1em; }
  .l-column-group.l-double-gutters, .colors div > div.l-double-gutters {
    margin-left: -2em; }
    .l-column-group.l-double-gutters > [class*=all-], .colors div > div.l-double-gutters > [class*=all-],
    .l-column-group.l-double-gutters > [class*=l-all-], .colors div > div.l-double-gutters > [class*=l-all-],
    .l-column-group.l-double-gutters > .l-all-auto, .colors div > div.l-double-gutters > .l-all-auto {
      padding-left: 2em;
      margin-bottom: 2em; }
  .l-column-group.l-double-horizontal-gutters, .colors div > div.l-double-horizontal-gutters {
    margin-left: -2em; }
    .l-column-group.l-double-horizontal-gutters > [class*=all-], .colors div > div.l-double-horizontal-gutters > [class*=all-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-], .colors div > div.l-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-double-horizontal-gutters > .l-all-auto, .colors div > div.l-double-horizontal-gutters > .l-all-auto {
      padding-left: 2em; }
  .l-column-group.l-double-vertical-gutters > [class*=all-], .colors div > div.l-double-vertical-gutters > [class*=all-],
  .l-column-group.l-double-vertical-gutters > [class*=l-], .colors div > div.l-double-vertical-gutters > [class*=l-],
  .l-column-group.l-double-vertical-gutters > [class*=l-all-], .colors div > div.l-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-double-vertical-gutters > .l-all-auto, .colors div > div.l-double-vertical-gutters > .l-all-auto {
    margin-bottom: 2em; }
  .l-column-group.l-half-gutters, .colors div > div.l-half-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-half-gutters > [class*=all-], .colors div > div.l-half-gutters > [class*=all-],
    .l-column-group.l-half-gutters > [class*=l-], .colors div > div.l-half-gutters > [class*=l-],
    .l-column-group.l-half-gutters > [class*=l-all-], .colors div > div.l-half-gutters > [class*=l-all-],
    .l-column-group.l-half-gutters > .l-all-auto, .colors div > div.l-half-gutters > .l-all-auto {
      padding-left: 0.5em;
      margin-bottom: 0.5em; }
  .l-column-group.l-half-horizontal-gutters, .colors div > div.l-half-horizontal-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-half-horizontal-gutters > [class*=all-], .colors div > div.l-half-horizontal-gutters > [class*=all-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-], .colors div > div.l-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-half-horizontal-gutters > .l-all-auto, .colors div > div.l-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.5em; }
  .l-column-group.l-half-vertical-gutters > [class*=all-], .colors div > div.l-half-vertical-gutters > [class*=all-],
  .l-column-group.l-half-vertical-gutters > [class*=l-], .colors div > div.l-half-vertical-gutters > [class*=l-],
  .l-column-group.l-half-vertical-gutters > [class*=l-all-], .colors div > div.l-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-half-vertical-gutters > .l-all-auto, .colors div > div.l-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.5em; }
  .l-column-group.l-quarter-gutters, .colors div > div.l-quarter-gutters {
    margin-left: -0.25em; }
    .l-column-group.l-quarter-gutters > [class*=all-], .colors div > div.l-quarter-gutters > [class*=all-],
    .l-column-group.l-quarter-gutters > [class*=l-], .colors div > div.l-quarter-gutters > [class*=l-],
    .l-column-group.l-quarter-gutters > [class*=l-all-], .colors div > div.l-quarter-gutters > [class*=l-all-],
    .l-column-group.l-quarter-gutters > .l-all-auto, .colors div > div.l-quarter-gutters > .l-all-auto {
      padding-left: 0.25em;
      margin-bottom: 0.25em; }
  .l-column-group.l-quarter-horizontal-gutters, .colors div > div.l-quarter-horizontal-gutters {
    margin-left: -0.25em; }
    .l-column-group.l-quarter-horizontal-gutters > [class*=all-], .colors div > div.l-quarter-horizontal-gutters > [class*=all-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.25em; }
  .l-column-group.l-quarter-vertical-gutters > [class*=all-], .colors div > div.l-quarter-vertical-gutters > [class*=all-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-], .colors div > div.l-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.25em; }
  .l-column-group.l-all-gutters, .colors div > div.l-all-gutters {
    margin-left: -1em; }
    .l-column-group.l-all-gutters > [class*=all-], .colors div > div.l-all-gutters > [class*=all-],
    .l-column-group.l-all-gutters > [class*=l-], .colors div > div.l-all-gutters > [class*=l-],
    .l-column-group.l-all-gutters > [class*=l-all-], .colors div > div.l-all-gutters > [class*=l-all-],
    .l-column-group.l-all-gutters > .l-all-auto, .colors div > div.l-all-gutters > .l-all-auto {
      padding-left: 1em;
      margin-bottom: 1em; }
  .l-column-group.l-all-horizontal-gutters, .colors div > div.l-all-horizontal-gutters {
    margin-left: -1em; }
    .l-column-group.l-all-horizontal-gutters > [class*=all-], .colors div > div.l-all-horizontal-gutters > [class*=all-],
    .l-column-group.l-all-horizontal-gutters > [class*=l-], .colors div > div.l-all-horizontal-gutters > [class*=l-],
    .l-column-group.l-all-horizontal-gutters > [class*=l-all-], .colors div > div.l-all-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-all-horizontal-gutters > .l-all-auto, .colors div > div.l-all-horizontal-gutters > .l-all-auto {
      padding-left: 1em; }
  .l-column-group.l-all-vertical-gutters > [class*=all-], .colors div > div.l-all-vertical-gutters > [class*=all-],
  .l-column-group.l-all-vertical-gutters > [class*=l-], .colors div > div.l-all-vertical-gutters > [class*=l-],
  .l-column-group.l-all-vertical-gutters > [class*=l-all-], .colors div > div.l-all-vertical-gutters > [class*=l-all-],
  .l-column-group.l-all-vertical-gutters > .l-all-auto, .colors div > div.l-all-vertical-gutters > .l-all-auto {
    margin-bottom: 1em; }
  .l-column-group.l-all-double-gutters, .colors div > div.l-all-double-gutters {
    margin-left: -2em; }
    .l-column-group.l-all-double-gutters > [class*=all-], .colors div > div.l-all-double-gutters > [class*=all-],
    .l-column-group.l-all-double-gutters > [class*=l-], .colors div > div.l-all-double-gutters > [class*=l-],
    .l-column-group.l-all-double-gutters > [class*=l-all-], .colors div > div.l-all-double-gutters > [class*=l-all-],
    .l-column-group.l-all-double-gutters > .l-all-auto, .colors div > div.l-all-double-gutters > .l-all-auto {
      padding-left: 2em;
      margin-bottom: 2em; }
  .l-column-group.l-all-double-horizontal-gutters, .colors div > div.l-all-double-horizontal-gutters {
    margin-left: -2em; }
    .l-column-group.l-all-double-horizontal-gutters > [class*=all-], .colors div > div.l-all-double-horizontal-gutters > [class*=all-],
    .l-column-group.l-all-double-horizontal-gutters > [class*=l-], .colors div > div.l-all-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-all-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-all-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-all-double-horizontal-gutters > .l-all-auto, .colors div > div.l-all-double-horizontal-gutters > .l-all-auto {
      padding-left: 2em; }
  .l-column-group.l-all-double-vertical-gutters > [class*=all-], .colors div > div.l-all-double-vertical-gutters > [class*=all-],
  .l-column-group.l-all-double-vertical-gutters > [class*=l-], .colors div > div.l-all-double-vertical-gutters > [class*=l-],
  .l-column-group.l-all-double-vertical-gutters > [class*=l-all-], .colors div > div.l-all-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-all-double-vertical-gutters > .l-all-auto, .colors div > div.l-all-double-vertical-gutters > .l-all-auto {
    margin-bottom: 2em; }
  .l-column-group.l-all-half-gutters, .colors div > div.l-all-half-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-all-half-gutters > [class*=all-], .colors div > div.l-all-half-gutters > [class*=all-],
    .l-column-group.l-all-half-gutters > [class*=l-], .colors div > div.l-all-half-gutters > [class*=l-],
    .l-column-group.l-all-half-gutters > [class*=l-all-], .colors div > div.l-all-half-gutters > [class*=l-all-],
    .l-column-group.l-all-half-gutters > .l-all-auto, .colors div > div.l-all-half-gutters > .l-all-auto {
      padding-left: 0.5em;
      margin-bottom: 0.5em; }
  .l-column-group.l-all-half-horizontal-gutters, .colors div > div.l-all-half-horizontal-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-all-half-horizontal-gutters > [class*=all-], .colors div > div.l-all-half-horizontal-gutters > [class*=all-],
    .l-column-group.l-all-half-horizontal-gutters > [class*=l-], .colors div > div.l-all-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-all-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-all-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-all-half-horizontal-gutters > .l-all-auto, .colors div > div.l-all-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.5em; }
  .l-column-group.l-all-half-vertical-gutters > [class*=all-], .colors div > div.l-all-half-vertical-gutters > [class*=all-],
  .l-column-group.l-all-half-vertical-gutters > [class*=l-], .colors div > div.l-all-half-vertical-gutters > [class*=l-],
  .l-column-group.l-all-half-vertical-gutters > [class*=l-all-], .colors div > div.l-all-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-all-half-vertical-gutters > .l-all-auto, .colors div > div.l-all-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.5em; }
  .l-column-group.l-all-quarter-gutters, .colors div > div.l-all-quarter-gutters {
    margin-left: -0.25em; }
    .l-column-group.l-all-quarter-gutters > [class*=all-], .colors div > div.l-all-quarter-gutters > [class*=all-],
    .l-column-group.l-all-quarter-gutters > [class*=l-], .colors div > div.l-all-quarter-gutters > [class*=l-],
    .l-column-group.l-all-quarter-gutters > [class*=l-all-], .colors div > div.l-all-quarter-gutters > [class*=l-all-],
    .l-column-group.l-all-quarter-gutters > .l-all-auto, .colors div > div.l-all-quarter-gutters > .l-all-auto {
      padding-left: 0.25em;
      margin-bottom: 0.25em; }
  .l-column-group.l-all-quarter-horizontal-gutters, .colors div > div.l-all-quarter-horizontal-gutters {
    margin-left: -0.25em; }
    .l-column-group.l-all-quarter-horizontal-gutters > [class*=all-], .colors div > div.l-all-quarter-horizontal-gutters > [class*=all-],
    .l-column-group.l-all-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-all-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-all-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-all-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-all-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-all-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.25em; }
  .l-column-group.l-all-quarter-vertical-gutters > [class*=all-], .colors div > div.l-all-quarter-vertical-gutters > [class*=all-],
  .l-column-group.l-all-quarter-vertical-gutters > [class*=l-], .colors div > div.l-all-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-all-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-all-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-all-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-all-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.25em; }
  .l-column-group.l-all-no-gutters, .colors div > div.l-all-no-gutters {
    margin-left: 0; }
    .l-column-group.l-all-no-gutters > [class*=all-], .colors div > div.l-all-no-gutters > [class*=all-],
    .l-column-group.l-all-no-gutters > [class*=l-], .colors div > div.l-all-no-gutters > [class*=l-],
    .l-column-group.l-all-no-gutters > [class*=l-all-], .colors div > div.l-all-no-gutters > [class*=l-all-],
    .l-column-group.l-all-no-gutters > .l-all-auto, .colors div > div.l-all-no-gutters > .l-all-auto {
      padding-left: 0;
      margin-bottom: 0; }
  .l-all-5 {
    width: 5%;
    flex-grow: 0; }
  .l-all-10 {
    width: 10%;
    flex-grow: 0; }
  .l-all-15 {
    width: 15%;
    flex-grow: 0; }
  .l-all-16 {
    width: 16.66666%;
    flex-grow: 0; }
  .l-all-20 {
    width: 20%;
    flex-grow: 0; }
  .l-all-25 {
    width: 25%;
    flex-grow: 0; }
  .l-all-30 {
    width: 30%;
    flex-grow: 0; }
  .l-all-33 {
    width: 33.33333%;
    flex-grow: 0; }
  .l-all-35 {
    width: 35%;
    flex-grow: 0; }
  .l-all-40 {
    width: 40%;
    flex-grow: 0; }
  .l-all-45 {
    width: 45%;
    flex-grow: 0; }
  .l-all-50 {
    width: 50%;
    flex-grow: 0; }
  .l-all-55 {
    width: 55%;
    flex-grow: 0; }
  .l-all-60 {
    width: 60%;
    flex-grow: 0; }
  .l-all-65 {
    width: 65%;
    flex-grow: 0; }
  .l-all-66 {
    width: 66.66666%;
    flex-grow: 0; }
  .l-all-70 {
    width: 70%;
    flex-grow: 0; }
  .l-all-75 {
    width: 75%;
    flex-grow: 0; }
  .l-all-80 {
    width: 80%;
    flex-grow: 0; }
  .l-all-85 {
    width: 85%;
    flex-grow: 0; }
  .l-all-90 {
    width: 90%;
    flex-grow: 0; }
  .l-all-95 {
    width: 95%;
    flex-grow: 0; }
  .l-all-100 {
    width: 100%;
    flex-grow: 0; }
  .l-all-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-flex,
  .l-column-group,
  .colors div > div {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-direction: row;
    list-style: none; }
    .l-flex.l-all-reverse,
    .l-column-group.l-all-reverse,
    .colors div > div.l-all-reverse {
      flex-direction: row-reverse; }
    .l-flex.l-all-vertical,
    .l-column-group.l-all-vertical,
    .colors div > div.l-all-vertical {
      flex-direction: column; }
    .l-flex.l-all-vertical.l-all-reverse,
    .l-column-group.l-all-vertical.l-all-reverse,
    .colors div > div.l-all-vertical.l-all-reverse {
      flex-direction: column-reverse; }
  .l-order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .l-order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .l-order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .l-order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .l-order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .l-order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .l-order-7 {
    order: 7;
    -ms-flex-order: 7; }
  .l-order-8 {
    order: 8;
    -ms-flex-order: 8; }
  .l-order-9 {
    order: 9;
    -ms-flex-order: 9; }
  .l-order-10 {
    order: 10;
    -ms-flex-order: 10; }
  .l-column-group .l-all-auto, .colors div > div .l-all-auto {
    -ms-flex-basis: auto;
    flex-grow: 1; }
  .l-push-top,
  .l-all-push-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .l-push-bottom,
  .l-all-push-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .l-push-middle, .colors div > div,
  .l-all-push-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .l-push-stretch,
  .l-all-push-stretch {
    display: flex;
    align-items: stretch;
    flex-align: stretch;
    -ms-flex-align: stretch; }
  .l-push-left,
  .l-all-push-left {
    justify-content: flex-start;
    flex-pack: start;
    -ms-flex-pack: start;
    float: left; }
  .l-push-center, .colors div > div,
  .l-all-push-center {
    float: none !important;
    justify-content: center;
    flex-pack: center;
    -ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto; }
  .l-push-right,
  .l-all-push-right {
    justify-content: flex-end;
    flex-pack: end;
    -ms-flex-pack: end;
    float: right; }
  .l-push-distribute,
  .l-all-push-distribute {
    justify-content: space-around;
    flex-pack: distribute;
    -ms-flex-pack: distribute; }
  .l-align-left,
  .l-all-align-left {
    text-align: left; }
  .l-align-center,
  .l-all-align-center {
    text-align: center; }
  .l-align-right,
  .l-all-align-right {
    text-align: right; }
  .l-space {
    margin: 1em; }
  .l-all-space {
    margin: 1em; }
  .l-padding {
    padding: 1em; }
  .l-all-padding {
    padding: 1em; }
  .l-double-space {
    margin: 2em; }
  .l-all-double-space {
    margin: 2em; }
  .l-double-padding {
    padding: 2em; }
  .l-all-double-padding {
    padding: 2em; }
  .l-half-space {
    margin: 0.5em; }
  .l-all-half-space {
    margin: 0.5em; }
  .l-half-padding {
    padding: 0.5em; }
  .l-all-half-padding {
    padding: 0.5em; }
  .l-quarter-space {
    margin: 0.25em; }
  .l-all-quarter-space {
    margin: 0.25em; }
  .l-quarter-padding {
    padding: 0.25em; }
  .l-all-quarter-padding {
    padding: 0.25em; }
  .l-vertical-space {
    margin-top: 1em;
    margin-bottom: 1em; }
  .l-all-vertical-space {
    margin-top: 1em;
    margin-bottom: 1em; }
  .l-vertical-padding {
    padding-top: 1em;
    padding-bottom: 1em; }
  .l-all-vertical-padding {
    padding-top: 1em;
    padding-bottom: 1em; }
  .l-double-vertical-space {
    margin-top: 2em;
    margin-bottom: 2em; }
  .l-all-double-vertical-space {
    margin-top: 2em;
    margin-bottom: 2em; }
  .l-double-vertical-padding {
    padding-top: 2em;
    padding-bottom: 2em; }
  .l-all-double-vertical-padding {
    padding-top: 2em;
    padding-bottom: 2em; }
  .l-half-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .l-all-half-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .l-half-vertical-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .l-all-half-vertical-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .l-quarter-vertical-space {
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .l-all-quarter-vertical-space {
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .l-quarter-vertical-padding {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
  .l-all-quarter-vertical-padding {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
  .l-horizontal-space {
    margin-left: 1em;
    margin-right: 1em; }
  .l-all-horizontal-space {
    margin-left: 1em;
    margin-right: 1em; }
  .l-horizontal-padding {
    padding-left: 1em;
    padding-right: 1em; }
  .l-all-horizontal-padding {
    padding-left: 1em;
    padding-right: 1em; }
  .l-double-horizontal-space {
    margin-left: 2em;
    margin-right: 2em; }
  .l-all-double-horizontal-space {
    margin-left: 2em;
    margin-right: 2em; }
  .l-double-horizontal-padding {
    padding-left: 2em;
    padding-right: 2em; }
  .l-all-double-horizontal-padding {
    padding-left: 2em;
    padding-right: 2em; }
  .l-half-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .l-all-half-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .l-half-horizontal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .l-all-half-horizontal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .l-quarter-horizontal-space {
    margin-left: 0.25em;
    margin-right: 0.25em; }
  .l-all-quarter-horizontal-space {
    margin-left: 0.25em;
    margin-right: 0.25em; }
  .l-quarter-horizontal-padding {
    padding-left: 0.25em;
    padding-right: 0.25em; }
  .l-all-quarter-horizontal-padding {
    padding-left: 0.25em;
    padding-right: 0.25em; }
  .l-top-space {
    margin-top: 1em; }
  .l-all-top-space {
    margin-top: 1em; }
  .l-top-padding {
    padding-top: 1em; }
  .l-all-top-padding {
    padding-top: 1em; }
  .l-double-top-space {
    margin-top: 2em; }
  .l-all-double-top-space {
    margin-top: 2em; }
  .l-double-top-padding {
    padding-top: 2em; }
  .l-all-double-top-padding {
    padding-top: 2em; }
  .l-half-top-space {
    margin-top: 0.5em; }
  .l-all-half-top-space {
    margin-top: 0.5em; }
  .l-half-top-padding {
    padding-top: 0.5em; }
  .l-all-half-top-padding {
    padding-top: 0.5em; }
  .l-quarter-top-space {
    margin-top: 0.25em; }
  .l-all-quarter-top-space {
    margin-top: 0.25em; }
  .l-quarter-top-padding {
    padding-top: 0.25em; }
  .l-all-quarter-top-padding {
    padding-top: 0.25em; }
  .l-right-space {
    margin-right: 1em; }
  .l-all-right-space {
    margin-right: 1em; }
  .l-right-padding {
    padding-right: 1em; }
  .l-all-right-padding {
    padding-right: 1em; }
  .l-double-right-space {
    margin-right: 2em; }
  .l-all-double-right-space {
    margin-right: 2em; }
  .l-double-right-padding {
    padding-right: 2em; }
  .l-all-double-right-padding {
    padding-right: 2em; }
  .l-half-right-space {
    margin-right: 0.5em; }
  .l-all-half-right-space {
    margin-right: 0.5em; }
  .l-half-right-padding {
    padding-right: 0.5em; }
  .l-all-half-right-padding {
    padding-right: 0.5em; }
  .l-quarter-right-space {
    margin-right: 0.25em; }
  .l-all-quarter-right-space {
    margin-right: 0.25em; }
  .l-quarter-right-padding {
    padding-right: 0.25em; }
  .l-all-quarter-right-padding {
    padding-right: 0.25em; }
  .l-bottom-space {
    margin-bottom: 1em; }
  .l-all-bottom-space {
    margin-bottom: 1em; }
  .l-bottom-padding {
    padding-bottom: 1em; }
  .l-all-bottom-padding {
    padding-bottom: 1em; }
  .l-double-bottom-space {
    margin-bottom: 2em; }
  .l-all-double-bottom-space {
    margin-bottom: 2em; }
  .l-double-bottom-padding {
    padding-bottom: 2em; }
  .l-all-double-bottom-padding {
    padding-bottom: 2em; }
  .l-half-bottom-space {
    margin-bottom: 0.5em; }
  .l-all-half-bottom-space {
    margin-bottom: 0.5em; }
  .l-half-bottom-padding {
    padding-bottom: 0.5em; }
  .l-all-half-bottom-padding {
    padding-bottom: 0.5em; }
  .l-quarter-bottom-space {
    margin-bottom: 0.25em; }
  .l-all-quarter-bottom-space {
    margin-bottom: 0.25em; }
  .l-quarter-bottom-padding {
    padding-bottom: 0.25em; }
  .l-all-quarter-bottom-padding {
    padding-bottom: 0.25em; }
  .l-left-space {
    margin-left: 1em; }
  .l-all-left-space {
    margin-left: 1em; }
  .l-left-padding {
    padding-left: 1em; }
  .l-all-left-padding {
    padding-left: 1em; }
  .l-double-left-space {
    margin-left: 2em; }
  .l-all-double-left-space {
    margin-left: 2em; }
  .l-double-left-padding {
    padding-left: 2em; }
  .l-all-double-left-padding {
    padding-left: 2em; }
  .l-half-left-space {
    margin-left: 0.5em; }
  .l-all-half-left-space {
    margin-left: 0.5em; }
  .l-half-left-padding {
    padding-left: 0.5em; }
  .l-all-half-left-padding {
    padding-left: 0.5em; }
  .l-quarter-left-space {
    margin-left: 0.25em; }
  .l-all-quarter-left-space {
    margin-left: 0.25em; }
  .l-quarter-left-padding {
    padding-left: 0.25em; }
  .l-all-quarter-left-padding {
    padding-left: 0.25em; } }

@media screen and (max-width: 320px) {
  .l-hide-all {
    display: none !important; }
  .l-show-all {
    display: inherit !important; }
  table.l-show-all {
    display: table; }
  thead.l-show-all {
    display: table-header-group; }
  tbody.l-show-all {
    display: table-row-group; }
  tfoot.l-show-all {
    display: table-footer-group; }
  tr.l-show-all {
    display: table-row; }
  th.l-show-all,
  td.l-show-all {
    display: table-cell; } }

@media screen and (min-width: 0) {
  .l-grid {
    padding: 0 1em; }
  .l-column-group.l-gutters, .colors div > div.l-gutters {
    margin-left: -1em; }
    .l-column-group.l-gutters > [class*=tiny-], .colors div > div.l-gutters > [class*=tiny-],
    .l-column-group.l-gutters > [class*=l-], .colors div > div.l-gutters > [class*=l-],
    .l-column-group.l-gutters > [class*=l-all-], .colors div > div.l-gutters > [class*=l-all-],
    .l-column-group.l-gutters > .l-all-auto, .colors div > div.l-gutters > .l-all-auto {
      padding-left: 1em;
      margin-bottom: 1em; }
  .l-column-group.l-horizontal-gutters, .colors div > div.l-horizontal-gutters {
    margin-left: -1em; }
    .l-column-group.l-horizontal-gutters > [class*=tiny-], .colors div > div.l-horizontal-gutters > [class*=tiny-],
    .l-column-group.l-horizontal-gutters > [class*=l-], .colors div > div.l-horizontal-gutters > [class*=l-],
    .l-column-group.l-horizontal-gutters > [class*=l-all-], .colors div > div.l-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-horizontal-gutters > .l-all-auto, .colors div > div.l-horizontal-gutters > .l-all-auto {
      padding-left: 1em; }
  .l-column-group.l-vertical-gutters > [class*=tiny-], .colors div > div.l-vertical-gutters > [class*=tiny-],
  .l-column-group.l-vertical-gutters > [class*=l-], .colors div > div.l-vertical-gutters > [class*=l-],
  .l-column-group.l-vertical-gutters > [class*=l-all-], .colors div > div.l-vertical-gutters > [class*=l-all-],
  .l-column-group.l-vertical-gutters > .l-all-auto, .colors div > div.l-vertical-gutters > .l-all-auto {
    margin-bottom: 1em; }
  .l-column-group.l-double-gutters, .colors div > div.l-double-gutters {
    margin-left: -2em; }
    .l-column-group.l-double-gutters > [class*=tiny-], .colors div > div.l-double-gutters > [class*=tiny-],
    .l-column-group.l-double-gutters > [class*=l-all-], .colors div > div.l-double-gutters > [class*=l-all-],
    .l-column-group.l-double-gutters > .l-all-auto, .colors div > div.l-double-gutters > .l-all-auto {
      padding-left: 2em;
      margin-bottom: 2em; }
  .l-column-group.l-double-horizontal-gutters, .colors div > div.l-double-horizontal-gutters {
    margin-left: -2em; }
    .l-column-group.l-double-horizontal-gutters > [class*=tiny-], .colors div > div.l-double-horizontal-gutters > [class*=tiny-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-], .colors div > div.l-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-double-horizontal-gutters > .l-all-auto, .colors div > div.l-double-horizontal-gutters > .l-all-auto {
      padding-left: 2em; }
  .l-column-group.l-double-vertical-gutters > [class*=tiny-], .colors div > div.l-double-vertical-gutters > [class*=tiny-],
  .l-column-group.l-double-vertical-gutters > [class*=l-], .colors div > div.l-double-vertical-gutters > [class*=l-],
  .l-column-group.l-double-vertical-gutters > [class*=l-all-], .colors div > div.l-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-double-vertical-gutters > .l-all-auto, .colors div > div.l-double-vertical-gutters > .l-all-auto {
    margin-bottom: 2em; }
  .l-column-group.l-half-gutters, .colors div > div.l-half-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-half-gutters > [class*=tiny-], .colors div > div.l-half-gutters > [class*=tiny-],
    .l-column-group.l-half-gutters > [class*=l-], .colors div > div.l-half-gutters > [class*=l-],
    .l-column-group.l-half-gutters > [class*=l-all-], .colors div > div.l-half-gutters > [class*=l-all-],
    .l-column-group.l-half-gutters > .l-all-auto, .colors div > div.l-half-gutters > .l-all-auto {
      padding-left: 0.5em;
      margin-bottom: 0.5em; }
  .l-column-group.l-half-horizontal-gutters, .colors div > div.l-half-horizontal-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-half-horizontal-gutters > [class*=tiny-], .colors div > div.l-half-horizontal-gutters > [class*=tiny-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-], .colors div > div.l-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-half-horizontal-gutters > .l-all-auto, .colors div > div.l-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.5em; }
  .l-column-group.l-half-vertical-gutters > [class*=tiny-], .colors div > div.l-half-vertical-gutters > [class*=tiny-],
  .l-column-group.l-half-vertical-gutters > [class*=l-], .colors div > div.l-half-vertical-gutters > [class*=l-],
  .l-column-group.l-half-vertical-gutters > [class*=l-all-], .colors div > div.l-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-half-vertical-gutters > .l-all-auto, .colors div > div.l-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.5em; }
  .l-column-group.l-quarter-gutters, .colors div > div.l-quarter-gutters {
    margin-left: -0.25em; }
    .l-column-group.l-quarter-gutters > [class*=tiny-], .colors div > div.l-quarter-gutters > [class*=tiny-],
    .l-column-group.l-quarter-gutters > [class*=l-], .colors div > div.l-quarter-gutters > [class*=l-],
    .l-column-group.l-quarter-gutters > [class*=l-all-], .colors div > div.l-quarter-gutters > [class*=l-all-],
    .l-column-group.l-quarter-gutters > .l-all-auto, .colors div > div.l-quarter-gutters > .l-all-auto {
      padding-left: 0.25em;
      margin-bottom: 0.25em; }
  .l-column-group.l-quarter-horizontal-gutters, .colors div > div.l-quarter-horizontal-gutters {
    margin-left: -0.25em; }
    .l-column-group.l-quarter-horizontal-gutters > [class*=tiny-], .colors div > div.l-quarter-horizontal-gutters > [class*=tiny-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.25em; }
  .l-column-group.l-quarter-vertical-gutters > [class*=tiny-], .colors div > div.l-quarter-vertical-gutters > [class*=tiny-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-], .colors div > div.l-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.25em; }
  .l-column-group.l-tiny-gutters, .colors div > div.l-tiny-gutters {
    margin-left: -1em; }
    .l-column-group.l-tiny-gutters > [class*=tiny-], .colors div > div.l-tiny-gutters > [class*=tiny-],
    .l-column-group.l-tiny-gutters > [class*=l-], .colors div > div.l-tiny-gutters > [class*=l-],
    .l-column-group.l-tiny-gutters > [class*=l-all-], .colors div > div.l-tiny-gutters > [class*=l-all-],
    .l-column-group.l-tiny-gutters > .l-all-auto, .colors div > div.l-tiny-gutters > .l-all-auto {
      padding-left: 1em;
      margin-bottom: 1em; }
  .l-column-group.l-tiny-horizontal-gutters, .colors div > div.l-tiny-horizontal-gutters {
    margin-left: -1em; }
    .l-column-group.l-tiny-horizontal-gutters > [class*=tiny-], .colors div > div.l-tiny-horizontal-gutters > [class*=tiny-],
    .l-column-group.l-tiny-horizontal-gutters > [class*=l-], .colors div > div.l-tiny-horizontal-gutters > [class*=l-],
    .l-column-group.l-tiny-horizontal-gutters > [class*=l-all-], .colors div > div.l-tiny-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-tiny-horizontal-gutters > .l-all-auto, .colors div > div.l-tiny-horizontal-gutters > .l-all-auto {
      padding-left: 1em; }
  .l-column-group.l-tiny-vertical-gutters > [class*=tiny-], .colors div > div.l-tiny-vertical-gutters > [class*=tiny-],
  .l-column-group.l-tiny-vertical-gutters > [class*=l-], .colors div > div.l-tiny-vertical-gutters > [class*=l-],
  .l-column-group.l-tiny-vertical-gutters > [class*=l-all-], .colors div > div.l-tiny-vertical-gutters > [class*=l-all-],
  .l-column-group.l-tiny-vertical-gutters > .l-all-auto, .colors div > div.l-tiny-vertical-gutters > .l-all-auto {
    margin-bottom: 1em; }
  .l-column-group.l-tiny-double-gutters, .colors div > div.l-tiny-double-gutters {
    margin-left: -2em; }
    .l-column-group.l-tiny-double-gutters > [class*=tiny-], .colors div > div.l-tiny-double-gutters > [class*=tiny-],
    .l-column-group.l-tiny-double-gutters > [class*=l-], .colors div > div.l-tiny-double-gutters > [class*=l-],
    .l-column-group.l-tiny-double-gutters > [class*=l-all-], .colors div > div.l-tiny-double-gutters > [class*=l-all-],
    .l-column-group.l-tiny-double-gutters > .l-all-auto, .colors div > div.l-tiny-double-gutters > .l-all-auto {
      padding-left: 2em;
      margin-bottom: 2em; }
  .l-column-group.l-tiny-double-horizontal-gutters, .colors div > div.l-tiny-double-horizontal-gutters {
    margin-left: -2em; }
    .l-column-group.l-tiny-double-horizontal-gutters > [class*=tiny-], .colors div > div.l-tiny-double-horizontal-gutters > [class*=tiny-],
    .l-column-group.l-tiny-double-horizontal-gutters > [class*=l-], .colors div > div.l-tiny-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-tiny-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-tiny-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-tiny-double-horizontal-gutters > .l-all-auto, .colors div > div.l-tiny-double-horizontal-gutters > .l-all-auto {
      padding-left: 2em; }
  .l-column-group.l-tiny-double-vertical-gutters > [class*=tiny-], .colors div > div.l-tiny-double-vertical-gutters > [class*=tiny-],
  .l-column-group.l-tiny-double-vertical-gutters > [class*=l-], .colors div > div.l-tiny-double-vertical-gutters > [class*=l-],
  .l-column-group.l-tiny-double-vertical-gutters > [class*=l-all-], .colors div > div.l-tiny-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-tiny-double-vertical-gutters > .l-all-auto, .colors div > div.l-tiny-double-vertical-gutters > .l-all-auto {
    margin-bottom: 2em; }
  .l-column-group.l-tiny-half-gutters, .colors div > div.l-tiny-half-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-tiny-half-gutters > [class*=tiny-], .colors div > div.l-tiny-half-gutters > [class*=tiny-],
    .l-column-group.l-tiny-half-gutters > [class*=l-], .colors div > div.l-tiny-half-gutters > [class*=l-],
    .l-column-group.l-tiny-half-gutters > [class*=l-all-], .colors div > div.l-tiny-half-gutters > [class*=l-all-],
    .l-column-group.l-tiny-half-gutters > .l-all-auto, .colors div > div.l-tiny-half-gutters > .l-all-auto {
      padding-left: 0.5em;
      margin-bottom: 0.5em; }
  .l-column-group.l-tiny-half-horizontal-gutters, .colors div > div.l-tiny-half-horizontal-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-tiny-half-horizontal-gutters > [class*=tiny-], .colors div > div.l-tiny-half-horizontal-gutters > [class*=tiny-],
    .l-column-group.l-tiny-half-horizontal-gutters > [class*=l-], .colors div > div.l-tiny-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-tiny-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-tiny-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-tiny-half-horizontal-gutters > .l-all-auto, .colors div > div.l-tiny-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.5em; }
  .l-column-group.l-tiny-half-vertical-gutters > [class*=tiny-], .colors div > div.l-tiny-half-vertical-gutters > [class*=tiny-],
  .l-column-group.l-tiny-half-vertical-gutters > [class*=l-], .colors div > div.l-tiny-half-vertical-gutters > [class*=l-],
  .l-column-group.l-tiny-half-vertical-gutters > [class*=l-all-], .colors div > div.l-tiny-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-tiny-half-vertical-gutters > .l-all-auto, .colors div > div.l-tiny-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.5em; }
  .l-column-group.l-tiny-quarter-gutters, .colors div > div.l-tiny-quarter-gutters {
    margin-left: -0.25em; }
    .l-column-group.l-tiny-quarter-gutters > [class*=tiny-], .colors div > div.l-tiny-quarter-gutters > [class*=tiny-],
    .l-column-group.l-tiny-quarter-gutters > [class*=l-], .colors div > div.l-tiny-quarter-gutters > [class*=l-],
    .l-column-group.l-tiny-quarter-gutters > [class*=l-all-], .colors div > div.l-tiny-quarter-gutters > [class*=l-all-],
    .l-column-group.l-tiny-quarter-gutters > .l-all-auto, .colors div > div.l-tiny-quarter-gutters > .l-all-auto {
      padding-left: 0.25em;
      margin-bottom: 0.25em; }
  .l-column-group.l-tiny-quarter-horizontal-gutters, .colors div > div.l-tiny-quarter-horizontal-gutters {
    margin-left: -0.25em; }
    .l-column-group.l-tiny-quarter-horizontal-gutters > [class*=tiny-], .colors div > div.l-tiny-quarter-horizontal-gutters > [class*=tiny-],
    .l-column-group.l-tiny-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-tiny-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-tiny-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-tiny-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-tiny-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-tiny-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.25em; }
  .l-column-group.l-tiny-quarter-vertical-gutters > [class*=tiny-], .colors div > div.l-tiny-quarter-vertical-gutters > [class*=tiny-],
  .l-column-group.l-tiny-quarter-vertical-gutters > [class*=l-], .colors div > div.l-tiny-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-tiny-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-tiny-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-tiny-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-tiny-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.25em; }
  .l-column-group.l-tiny-no-gutters, .colors div > div.l-tiny-no-gutters {
    margin-left: 0; }
    .l-column-group.l-tiny-no-gutters > [class*=tiny-], .colors div > div.l-tiny-no-gutters > [class*=tiny-],
    .l-column-group.l-tiny-no-gutters > [class*=l-], .colors div > div.l-tiny-no-gutters > [class*=l-],
    .l-column-group.l-tiny-no-gutters > [class*=l-all-], .colors div > div.l-tiny-no-gutters > [class*=l-all-],
    .l-column-group.l-tiny-no-gutters > .l-all-auto, .colors div > div.l-tiny-no-gutters > .l-all-auto {
      padding-left: 0;
      margin-bottom: 0; }
  .l-tiny-5 {
    width: 5%;
    flex-grow: 0; }
  .l-tiny-10 {
    width: 10%;
    flex-grow: 0; }
  .l-tiny-15 {
    width: 15%;
    flex-grow: 0; }
  .l-tiny-16 {
    width: 16.66666%;
    flex-grow: 0; }
  .l-tiny-20 {
    width: 20%;
    flex-grow: 0; }
  .l-tiny-25 {
    width: 25%;
    flex-grow: 0; }
  .l-tiny-30 {
    width: 30%;
    flex-grow: 0; }
  .l-tiny-33 {
    width: 33.33333%;
    flex-grow: 0; }
  .l-tiny-35 {
    width: 35%;
    flex-grow: 0; }
  .l-tiny-40 {
    width: 40%;
    flex-grow: 0; }
  .l-tiny-45 {
    width: 45%;
    flex-grow: 0; }
  .l-tiny-50 {
    width: 50%;
    flex-grow: 0; }
  .l-tiny-55 {
    width: 55%;
    flex-grow: 0; }
  .l-tiny-60 {
    width: 60%;
    flex-grow: 0; }
  .l-tiny-65 {
    width: 65%;
    flex-grow: 0; }
  .l-tiny-66 {
    width: 66.66666%;
    flex-grow: 0; }
  .l-tiny-70 {
    width: 70%;
    flex-grow: 0; }
  .l-tiny-75 {
    width: 75%;
    flex-grow: 0; }
  .l-tiny-80 {
    width: 80%;
    flex-grow: 0; }
  .l-tiny-85 {
    width: 85%;
    flex-grow: 0; }
  .l-tiny-90 {
    width: 90%;
    flex-grow: 0; }
  .l-tiny-95 {
    width: 95%;
    flex-grow: 0; }
  .l-tiny-100 {
    width: 100%;
    flex-grow: 0; }
  .l-tiny-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-flex,
  .l-column-group,
  .colors div > div {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-direction: row;
    list-style: none; }
    .l-flex.l-tiny-reverse,
    .l-column-group.l-tiny-reverse,
    .colors div > div.l-tiny-reverse {
      flex-direction: row-reverse; }
    .l-flex.l-tiny-vertical,
    .l-column-group.l-tiny-vertical,
    .colors div > div.l-tiny-vertical {
      flex-direction: column; }
    .l-flex.l-tiny-vertical.l-tiny-reverse,
    .l-column-group.l-tiny-vertical.l-tiny-reverse,
    .colors div > div.l-tiny-vertical.l-tiny-reverse {
      flex-direction: column-reverse; }
  .l-order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .l-order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .l-order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .l-order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .l-order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .l-order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .l-order-7 {
    order: 7;
    -ms-flex-order: 7; }
  .l-order-8 {
    order: 8;
    -ms-flex-order: 8; }
  .l-order-9 {
    order: 9;
    -ms-flex-order: 9; }
  .l-order-10 {
    order: 10;
    -ms-flex-order: 10; }
  .l-column-group .l-tiny-auto, .colors div > div .l-tiny-auto {
    -ms-flex-basis: auto;
    flex-grow: 1; }
  .l-push-top,
  .l-tiny-push-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .l-push-bottom,
  .l-tiny-push-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .l-push-middle, .colors div > div,
  .l-tiny-push-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .l-push-stretch,
  .l-tiny-push-stretch {
    display: flex;
    align-items: stretch;
    flex-align: stretch;
    -ms-flex-align: stretch; }
  .l-push-left,
  .l-tiny-push-left {
    justify-content: flex-start;
    flex-pack: start;
    -ms-flex-pack: start;
    float: left; }
  .l-push-center, .colors div > div,
  .l-tiny-push-center {
    float: none !important;
    justify-content: center;
    flex-pack: center;
    -ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto; }
  .l-push-right,
  .l-tiny-push-right {
    justify-content: flex-end;
    flex-pack: end;
    -ms-flex-pack: end;
    float: right; }
  .l-push-distribute,
  .l-tiny-push-distribute {
    justify-content: space-around;
    flex-pack: distribute;
    -ms-flex-pack: distribute; }
  .l-align-left,
  .l-tiny-align-left {
    text-align: left; }
  .l-align-center,
  .l-tiny-align-center {
    text-align: center; }
  .l-align-right,
  .l-tiny-align-right {
    text-align: right; }
  .l-space {
    margin: 1em; }
  .l-tiny-space {
    margin: 1em; }
  .l-padding {
    padding: 1em; }
  .l-tiny-padding {
    padding: 1em; }
  .l-double-space {
    margin: 2em; }
  .l-tiny-double-space {
    margin: 2em; }
  .l-double-padding {
    padding: 2em; }
  .l-tiny-double-padding {
    padding: 2em; }
  .l-half-space {
    margin: 0.5em; }
  .l-tiny-half-space {
    margin: 0.5em; }
  .l-half-padding {
    padding: 0.5em; }
  .l-tiny-half-padding {
    padding: 0.5em; }
  .l-quarter-space {
    margin: 0.25em; }
  .l-tiny-quarter-space {
    margin: 0.25em; }
  .l-quarter-padding {
    padding: 0.25em; }
  .l-tiny-quarter-padding {
    padding: 0.25em; }
  .l-vertical-space {
    margin-top: 1em;
    margin-bottom: 1em; }
  .l-tiny-vertical-space {
    margin-top: 1em;
    margin-bottom: 1em; }
  .l-vertical-padding {
    padding-top: 1em;
    padding-bottom: 1em; }
  .l-tiny-vertical-padding {
    padding-top: 1em;
    padding-bottom: 1em; }
  .l-double-vertical-space {
    margin-top: 2em;
    margin-bottom: 2em; }
  .l-tiny-double-vertical-space {
    margin-top: 2em;
    margin-bottom: 2em; }
  .l-double-vertical-padding {
    padding-top: 2em;
    padding-bottom: 2em; }
  .l-tiny-double-vertical-padding {
    padding-top: 2em;
    padding-bottom: 2em; }
  .l-half-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .l-tiny-half-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .l-half-vertical-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .l-tiny-half-vertical-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .l-quarter-vertical-space {
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .l-tiny-quarter-vertical-space {
    margin-top: 0.25em;
    margin-bottom: 0.25em; }
  .l-quarter-vertical-padding {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
  .l-tiny-quarter-vertical-padding {
    padding-top: 0.25em;
    padding-bottom: 0.25em; }
  .l-horizontal-space {
    margin-left: 1em;
    margin-right: 1em; }
  .l-tiny-horizontal-space {
    margin-left: 1em;
    margin-right: 1em; }
  .l-horizontal-padding {
    padding-left: 1em;
    padding-right: 1em; }
  .l-tiny-horizontal-padding {
    padding-left: 1em;
    padding-right: 1em; }
  .l-double-horizontal-space {
    margin-left: 2em;
    margin-right: 2em; }
  .l-tiny-double-horizontal-space {
    margin-left: 2em;
    margin-right: 2em; }
  .l-double-horizontal-padding {
    padding-left: 2em;
    padding-right: 2em; }
  .l-tiny-double-horizontal-padding {
    padding-left: 2em;
    padding-right: 2em; }
  .l-half-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .l-tiny-half-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .l-half-horizontal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .l-tiny-half-horizontal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .l-quarter-horizontal-space {
    margin-left: 0.25em;
    margin-right: 0.25em; }
  .l-tiny-quarter-horizontal-space {
    margin-left: 0.25em;
    margin-right: 0.25em; }
  .l-quarter-horizontal-padding {
    padding-left: 0.25em;
    padding-right: 0.25em; }
  .l-tiny-quarter-horizontal-padding {
    padding-left: 0.25em;
    padding-right: 0.25em; }
  .l-top-space {
    margin-top: 1em; }
  .l-tiny-top-space {
    margin-top: 1em; }
  .l-top-padding {
    padding-top: 1em; }
  .l-tiny-top-padding {
    padding-top: 1em; }
  .l-double-top-space {
    margin-top: 2em; }
  .l-tiny-double-top-space {
    margin-top: 2em; }
  .l-double-top-padding {
    padding-top: 2em; }
  .l-tiny-double-top-padding {
    padding-top: 2em; }
  .l-half-top-space {
    margin-top: 0.5em; }
  .l-tiny-half-top-space {
    margin-top: 0.5em; }
  .l-half-top-padding {
    padding-top: 0.5em; }
  .l-tiny-half-top-padding {
    padding-top: 0.5em; }
  .l-quarter-top-space {
    margin-top: 0.25em; }
  .l-tiny-quarter-top-space {
    margin-top: 0.25em; }
  .l-quarter-top-padding {
    padding-top: 0.25em; }
  .l-tiny-quarter-top-padding {
    padding-top: 0.25em; }
  .l-right-space {
    margin-right: 1em; }
  .l-tiny-right-space {
    margin-right: 1em; }
  .l-right-padding {
    padding-right: 1em; }
  .l-tiny-right-padding {
    padding-right: 1em; }
  .l-double-right-space {
    margin-right: 2em; }
  .l-tiny-double-right-space {
    margin-right: 2em; }
  .l-double-right-padding {
    padding-right: 2em; }
  .l-tiny-double-right-padding {
    padding-right: 2em; }
  .l-half-right-space {
    margin-right: 0.5em; }
  .l-tiny-half-right-space {
    margin-right: 0.5em; }
  .l-half-right-padding {
    padding-right: 0.5em; }
  .l-tiny-half-right-padding {
    padding-right: 0.5em; }
  .l-quarter-right-space {
    margin-right: 0.25em; }
  .l-tiny-quarter-right-space {
    margin-right: 0.25em; }
  .l-quarter-right-padding {
    padding-right: 0.25em; }
  .l-tiny-quarter-right-padding {
    padding-right: 0.25em; }
  .l-bottom-space {
    margin-bottom: 1em; }
  .l-tiny-bottom-space {
    margin-bottom: 1em; }
  .l-bottom-padding {
    padding-bottom: 1em; }
  .l-tiny-bottom-padding {
    padding-bottom: 1em; }
  .l-double-bottom-space {
    margin-bottom: 2em; }
  .l-tiny-double-bottom-space {
    margin-bottom: 2em; }
  .l-double-bottom-padding {
    padding-bottom: 2em; }
  .l-tiny-double-bottom-padding {
    padding-bottom: 2em; }
  .l-half-bottom-space {
    margin-bottom: 0.5em; }
  .l-tiny-half-bottom-space {
    margin-bottom: 0.5em; }
  .l-half-bottom-padding {
    padding-bottom: 0.5em; }
  .l-tiny-half-bottom-padding {
    padding-bottom: 0.5em; }
  .l-quarter-bottom-space {
    margin-bottom: 0.25em; }
  .l-tiny-quarter-bottom-space {
    margin-bottom: 0.25em; }
  .l-quarter-bottom-padding {
    padding-bottom: 0.25em; }
  .l-tiny-quarter-bottom-padding {
    padding-bottom: 0.25em; }
  .l-left-space {
    margin-left: 1em; }
  .l-tiny-left-space {
    margin-left: 1em; }
  .l-left-padding {
    padding-left: 1em; }
  .l-tiny-left-padding {
    padding-left: 1em; }
  .l-double-left-space {
    margin-left: 2em; }
  .l-tiny-double-left-space {
    margin-left: 2em; }
  .l-double-left-padding {
    padding-left: 2em; }
  .l-tiny-double-left-padding {
    padding-left: 2em; }
  .l-half-left-space {
    margin-left: 0.5em; }
  .l-tiny-half-left-space {
    margin-left: 0.5em; }
  .l-half-left-padding {
    padding-left: 0.5em; }
  .l-tiny-half-left-padding {
    padding-left: 0.5em; }
  .l-quarter-left-space {
    margin-left: 0.25em; }
  .l-tiny-quarter-left-space {
    margin-left: 0.25em; }
  .l-quarter-left-padding {
    padding-left: 0.25em; }
  .l-tiny-quarter-left-padding {
    padding-left: 0.25em; } }

@media screen and (max-width: 320px) {
  .l-hide-tiny {
    display: none !important; }
  .l-show-tiny {
    display: inherit !important; }
  table.l-show-tiny {
    display: table; }
  thead.l-show-tiny {
    display: table-header-group; }
  tbody.l-show-tiny {
    display: table-row-group; }
  tfoot.l-show-tiny {
    display: table-footer-group; }
  tr.l-show-tiny {
    display: table-row; }
  th.l-show-tiny,
  td.l-show-tiny {
    display: table-cell; } }

@media screen and (min-width: 321px) {
  .l-grid {
    padding: 0 1.25em; }
  .l-column-group.l-gutters, .colors div > div.l-gutters {
    margin-left: -1.25em; }
    .l-column-group.l-gutters > [class*=small-], .colors div > div.l-gutters > [class*=small-],
    .l-column-group.l-gutters > [class*=l-], .colors div > div.l-gutters > [class*=l-],
    .l-column-group.l-gutters > [class*=l-all-], .colors div > div.l-gutters > [class*=l-all-],
    .l-column-group.l-gutters > .l-all-auto, .colors div > div.l-gutters > .l-all-auto {
      padding-left: 1.25em;
      margin-bottom: 1.25em; }
  .l-column-group.l-horizontal-gutters, .colors div > div.l-horizontal-gutters {
    margin-left: -1.25em; }
    .l-column-group.l-horizontal-gutters > [class*=small-], .colors div > div.l-horizontal-gutters > [class*=small-],
    .l-column-group.l-horizontal-gutters > [class*=l-], .colors div > div.l-horizontal-gutters > [class*=l-],
    .l-column-group.l-horizontal-gutters > [class*=l-all-], .colors div > div.l-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-horizontal-gutters > .l-all-auto, .colors div > div.l-horizontal-gutters > .l-all-auto {
      padding-left: 1.25em; }
  .l-column-group.l-vertical-gutters > [class*=small-], .colors div > div.l-vertical-gutters > [class*=small-],
  .l-column-group.l-vertical-gutters > [class*=l-], .colors div > div.l-vertical-gutters > [class*=l-],
  .l-column-group.l-vertical-gutters > [class*=l-all-], .colors div > div.l-vertical-gutters > [class*=l-all-],
  .l-column-group.l-vertical-gutters > .l-all-auto, .colors div > div.l-vertical-gutters > .l-all-auto {
    margin-bottom: 1.25em; }
  .l-column-group.l-double-gutters, .colors div > div.l-double-gutters {
    margin-left: -2.5em; }
    .l-column-group.l-double-gutters > [class*=small-], .colors div > div.l-double-gutters > [class*=small-],
    .l-column-group.l-double-gutters > [class*=l-all-], .colors div > div.l-double-gutters > [class*=l-all-],
    .l-column-group.l-double-gutters > .l-all-auto, .colors div > div.l-double-gutters > .l-all-auto {
      padding-left: 2.5em;
      margin-bottom: 2.5em; }
  .l-column-group.l-double-horizontal-gutters, .colors div > div.l-double-horizontal-gutters {
    margin-left: -2.5em; }
    .l-column-group.l-double-horizontal-gutters > [class*=small-], .colors div > div.l-double-horizontal-gutters > [class*=small-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-], .colors div > div.l-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-double-horizontal-gutters > .l-all-auto, .colors div > div.l-double-horizontal-gutters > .l-all-auto {
      padding-left: 2.5em; }
  .l-column-group.l-double-vertical-gutters > [class*=small-], .colors div > div.l-double-vertical-gutters > [class*=small-],
  .l-column-group.l-double-vertical-gutters > [class*=l-], .colors div > div.l-double-vertical-gutters > [class*=l-],
  .l-column-group.l-double-vertical-gutters > [class*=l-all-], .colors div > div.l-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-double-vertical-gutters > .l-all-auto, .colors div > div.l-double-vertical-gutters > .l-all-auto {
    margin-bottom: 2.5em; }
  .l-column-group.l-half-gutters, .colors div > div.l-half-gutters {
    margin-left: -0.625em; }
    .l-column-group.l-half-gutters > [class*=small-], .colors div > div.l-half-gutters > [class*=small-],
    .l-column-group.l-half-gutters > [class*=l-], .colors div > div.l-half-gutters > [class*=l-],
    .l-column-group.l-half-gutters > [class*=l-all-], .colors div > div.l-half-gutters > [class*=l-all-],
    .l-column-group.l-half-gutters > .l-all-auto, .colors div > div.l-half-gutters > .l-all-auto {
      padding-left: 0.625em;
      margin-bottom: 0.625em; }
  .l-column-group.l-half-horizontal-gutters, .colors div > div.l-half-horizontal-gutters {
    margin-left: -0.625em; }
    .l-column-group.l-half-horizontal-gutters > [class*=small-], .colors div > div.l-half-horizontal-gutters > [class*=small-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-], .colors div > div.l-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-half-horizontal-gutters > .l-all-auto, .colors div > div.l-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.625em; }
  .l-column-group.l-half-vertical-gutters > [class*=small-], .colors div > div.l-half-vertical-gutters > [class*=small-],
  .l-column-group.l-half-vertical-gutters > [class*=l-], .colors div > div.l-half-vertical-gutters > [class*=l-],
  .l-column-group.l-half-vertical-gutters > [class*=l-all-], .colors div > div.l-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-half-vertical-gutters > .l-all-auto, .colors div > div.l-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.625em; }
  .l-column-group.l-quarter-gutters, .colors div > div.l-quarter-gutters {
    margin-left: -0.3125em; }
    .l-column-group.l-quarter-gutters > [class*=small-], .colors div > div.l-quarter-gutters > [class*=small-],
    .l-column-group.l-quarter-gutters > [class*=l-], .colors div > div.l-quarter-gutters > [class*=l-],
    .l-column-group.l-quarter-gutters > [class*=l-all-], .colors div > div.l-quarter-gutters > [class*=l-all-],
    .l-column-group.l-quarter-gutters > .l-all-auto, .colors div > div.l-quarter-gutters > .l-all-auto {
      padding-left: 0.3125em;
      margin-bottom: 0.3125em; }
  .l-column-group.l-quarter-horizontal-gutters, .colors div > div.l-quarter-horizontal-gutters {
    margin-left: -0.3125em; }
    .l-column-group.l-quarter-horizontal-gutters > [class*=small-], .colors div > div.l-quarter-horizontal-gutters > [class*=small-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.3125em; }
  .l-column-group.l-quarter-vertical-gutters > [class*=small-], .colors div > div.l-quarter-vertical-gutters > [class*=small-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-], .colors div > div.l-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.3125em; }
  .l-column-group.l-small-gutters, .colors div > div.l-small-gutters {
    margin-left: -1.25em; }
    .l-column-group.l-small-gutters > [class*=small-], .colors div > div.l-small-gutters > [class*=small-],
    .l-column-group.l-small-gutters > [class*=l-], .colors div > div.l-small-gutters > [class*=l-],
    .l-column-group.l-small-gutters > [class*=l-all-], .colors div > div.l-small-gutters > [class*=l-all-],
    .l-column-group.l-small-gutters > .l-all-auto, .colors div > div.l-small-gutters > .l-all-auto {
      padding-left: 1.25em;
      margin-bottom: 1.25em; }
  .l-column-group.l-small-horizontal-gutters, .colors div > div.l-small-horizontal-gutters {
    margin-left: -1.25em; }
    .l-column-group.l-small-horizontal-gutters > [class*=small-], .colors div > div.l-small-horizontal-gutters > [class*=small-],
    .l-column-group.l-small-horizontal-gutters > [class*=l-], .colors div > div.l-small-horizontal-gutters > [class*=l-],
    .l-column-group.l-small-horizontal-gutters > [class*=l-all-], .colors div > div.l-small-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-small-horizontal-gutters > .l-all-auto, .colors div > div.l-small-horizontal-gutters > .l-all-auto {
      padding-left: 1.25em; }
  .l-column-group.l-small-vertical-gutters > [class*=small-], .colors div > div.l-small-vertical-gutters > [class*=small-],
  .l-column-group.l-small-vertical-gutters > [class*=l-], .colors div > div.l-small-vertical-gutters > [class*=l-],
  .l-column-group.l-small-vertical-gutters > [class*=l-all-], .colors div > div.l-small-vertical-gutters > [class*=l-all-],
  .l-column-group.l-small-vertical-gutters > .l-all-auto, .colors div > div.l-small-vertical-gutters > .l-all-auto {
    margin-bottom: 1.25em; }
  .l-column-group.l-small-double-gutters, .colors div > div.l-small-double-gutters {
    margin-left: -2.5em; }
    .l-column-group.l-small-double-gutters > [class*=small-], .colors div > div.l-small-double-gutters > [class*=small-],
    .l-column-group.l-small-double-gutters > [class*=l-], .colors div > div.l-small-double-gutters > [class*=l-],
    .l-column-group.l-small-double-gutters > [class*=l-all-], .colors div > div.l-small-double-gutters > [class*=l-all-],
    .l-column-group.l-small-double-gutters > .l-all-auto, .colors div > div.l-small-double-gutters > .l-all-auto {
      padding-left: 2.5em;
      margin-bottom: 2.5em; }
  .l-column-group.l-small-double-horizontal-gutters, .colors div > div.l-small-double-horizontal-gutters {
    margin-left: -2.5em; }
    .l-column-group.l-small-double-horizontal-gutters > [class*=small-], .colors div > div.l-small-double-horizontal-gutters > [class*=small-],
    .l-column-group.l-small-double-horizontal-gutters > [class*=l-], .colors div > div.l-small-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-small-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-small-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-small-double-horizontal-gutters > .l-all-auto, .colors div > div.l-small-double-horizontal-gutters > .l-all-auto {
      padding-left: 2.5em; }
  .l-column-group.l-small-double-vertical-gutters > [class*=small-], .colors div > div.l-small-double-vertical-gutters > [class*=small-],
  .l-column-group.l-small-double-vertical-gutters > [class*=l-], .colors div > div.l-small-double-vertical-gutters > [class*=l-],
  .l-column-group.l-small-double-vertical-gutters > [class*=l-all-], .colors div > div.l-small-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-small-double-vertical-gutters > .l-all-auto, .colors div > div.l-small-double-vertical-gutters > .l-all-auto {
    margin-bottom: 2.5em; }
  .l-column-group.l-small-half-gutters, .colors div > div.l-small-half-gutters {
    margin-left: -0.625em; }
    .l-column-group.l-small-half-gutters > [class*=small-], .colors div > div.l-small-half-gutters > [class*=small-],
    .l-column-group.l-small-half-gutters > [class*=l-], .colors div > div.l-small-half-gutters > [class*=l-],
    .l-column-group.l-small-half-gutters > [class*=l-all-], .colors div > div.l-small-half-gutters > [class*=l-all-],
    .l-column-group.l-small-half-gutters > .l-all-auto, .colors div > div.l-small-half-gutters > .l-all-auto {
      padding-left: 0.625em;
      margin-bottom: 0.625em; }
  .l-column-group.l-small-half-horizontal-gutters, .colors div > div.l-small-half-horizontal-gutters {
    margin-left: -0.625em; }
    .l-column-group.l-small-half-horizontal-gutters > [class*=small-], .colors div > div.l-small-half-horizontal-gutters > [class*=small-],
    .l-column-group.l-small-half-horizontal-gutters > [class*=l-], .colors div > div.l-small-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-small-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-small-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-small-half-horizontal-gutters > .l-all-auto, .colors div > div.l-small-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.625em; }
  .l-column-group.l-small-half-vertical-gutters > [class*=small-], .colors div > div.l-small-half-vertical-gutters > [class*=small-],
  .l-column-group.l-small-half-vertical-gutters > [class*=l-], .colors div > div.l-small-half-vertical-gutters > [class*=l-],
  .l-column-group.l-small-half-vertical-gutters > [class*=l-all-], .colors div > div.l-small-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-small-half-vertical-gutters > .l-all-auto, .colors div > div.l-small-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.625em; }
  .l-column-group.l-small-quarter-gutters, .colors div > div.l-small-quarter-gutters {
    margin-left: -0.3125em; }
    .l-column-group.l-small-quarter-gutters > [class*=small-], .colors div > div.l-small-quarter-gutters > [class*=small-],
    .l-column-group.l-small-quarter-gutters > [class*=l-], .colors div > div.l-small-quarter-gutters > [class*=l-],
    .l-column-group.l-small-quarter-gutters > [class*=l-all-], .colors div > div.l-small-quarter-gutters > [class*=l-all-],
    .l-column-group.l-small-quarter-gutters > .l-all-auto, .colors div > div.l-small-quarter-gutters > .l-all-auto {
      padding-left: 0.3125em;
      margin-bottom: 0.3125em; }
  .l-column-group.l-small-quarter-horizontal-gutters, .colors div > div.l-small-quarter-horizontal-gutters {
    margin-left: -0.3125em; }
    .l-column-group.l-small-quarter-horizontal-gutters > [class*=small-], .colors div > div.l-small-quarter-horizontal-gutters > [class*=small-],
    .l-column-group.l-small-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-small-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-small-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-small-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-small-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-small-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.3125em; }
  .l-column-group.l-small-quarter-vertical-gutters > [class*=small-], .colors div > div.l-small-quarter-vertical-gutters > [class*=small-],
  .l-column-group.l-small-quarter-vertical-gutters > [class*=l-], .colors div > div.l-small-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-small-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-small-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-small-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-small-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.3125em; }
  .l-column-group.l-small-no-gutters, .colors div > div.l-small-no-gutters {
    margin-left: 0; }
    .l-column-group.l-small-no-gutters > [class*=small-], .colors div > div.l-small-no-gutters > [class*=small-],
    .l-column-group.l-small-no-gutters > [class*=l-], .colors div > div.l-small-no-gutters > [class*=l-],
    .l-column-group.l-small-no-gutters > [class*=l-all-], .colors div > div.l-small-no-gutters > [class*=l-all-],
    .l-column-group.l-small-no-gutters > .l-all-auto, .colors div > div.l-small-no-gutters > .l-all-auto {
      padding-left: 0;
      margin-bottom: 0; }
  .l-small-5 {
    width: 5%;
    flex-grow: 0; }
  .l-small-10 {
    width: 10%;
    flex-grow: 0; }
  .l-small-15 {
    width: 15%;
    flex-grow: 0; }
  .l-small-16 {
    width: 16.66666%;
    flex-grow: 0; }
  .l-small-20 {
    width: 20%;
    flex-grow: 0; }
  .l-small-25 {
    width: 25%;
    flex-grow: 0; }
  .l-small-30 {
    width: 30%;
    flex-grow: 0; }
  .l-small-33 {
    width: 33.33333%;
    flex-grow: 0; }
  .l-small-35 {
    width: 35%;
    flex-grow: 0; }
  .l-small-40 {
    width: 40%;
    flex-grow: 0; }
  .l-small-45 {
    width: 45%;
    flex-grow: 0; }
  .l-small-50 {
    width: 50%;
    flex-grow: 0; }
  .l-small-55 {
    width: 55%;
    flex-grow: 0; }
  .l-small-60 {
    width: 60%;
    flex-grow: 0; }
  .l-small-65 {
    width: 65%;
    flex-grow: 0; }
  .l-small-66 {
    width: 66.66666%;
    flex-grow: 0; }
  .l-small-70 {
    width: 70%;
    flex-grow: 0; }
  .l-small-75 {
    width: 75%;
    flex-grow: 0; }
  .l-small-80 {
    width: 80%;
    flex-grow: 0; }
  .l-small-85 {
    width: 85%;
    flex-grow: 0; }
  .l-small-90 {
    width: 90%;
    flex-grow: 0; }
  .l-small-95 {
    width: 95%;
    flex-grow: 0; }
  .l-small-100 {
    width: 100%;
    flex-grow: 0; }
  .l-small-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-flex,
  .l-column-group,
  .colors div > div {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-direction: row;
    list-style: none; }
    .l-flex.l-small-reverse,
    .l-column-group.l-small-reverse,
    .colors div > div.l-small-reverse {
      flex-direction: row-reverse; }
    .l-flex.l-small-vertical,
    .l-column-group.l-small-vertical,
    .colors div > div.l-small-vertical {
      flex-direction: column; }
    .l-flex.l-small-vertical.l-small-reverse,
    .l-column-group.l-small-vertical.l-small-reverse,
    .colors div > div.l-small-vertical.l-small-reverse {
      flex-direction: column-reverse; }
  .l-order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .l-order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .l-order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .l-order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .l-order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .l-order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .l-order-7 {
    order: 7;
    -ms-flex-order: 7; }
  .l-order-8 {
    order: 8;
    -ms-flex-order: 8; }
  .l-order-9 {
    order: 9;
    -ms-flex-order: 9; }
  .l-order-10 {
    order: 10;
    -ms-flex-order: 10; }
  .l-column-group .l-small-auto, .colors div > div .l-small-auto {
    -ms-flex-basis: auto;
    flex-grow: 1; }
  .l-push-top,
  .l-small-push-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .l-push-bottom,
  .l-small-push-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .l-push-middle, .colors div > div,
  .l-small-push-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .l-push-stretch,
  .l-small-push-stretch {
    display: flex;
    align-items: stretch;
    flex-align: stretch;
    -ms-flex-align: stretch; }
  .l-push-left,
  .l-small-push-left {
    justify-content: flex-start;
    flex-pack: start;
    -ms-flex-pack: start;
    float: left; }
  .l-push-center, .colors div > div,
  .l-small-push-center {
    float: none !important;
    justify-content: center;
    flex-pack: center;
    -ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto; }
  .l-push-right,
  .l-small-push-right {
    justify-content: flex-end;
    flex-pack: end;
    -ms-flex-pack: end;
    float: right; }
  .l-push-distribute,
  .l-small-push-distribute {
    justify-content: space-around;
    flex-pack: distribute;
    -ms-flex-pack: distribute; }
  .l-align-left,
  .l-small-align-left {
    text-align: left; }
  .l-align-center,
  .l-small-align-center {
    text-align: center; }
  .l-align-right,
  .l-small-align-right {
    text-align: right; }
  .l-space {
    margin: 1.25em; }
  .l-small-space {
    margin: 1.25em; }
  .l-padding {
    padding: 1.25em; }
  .l-small-padding {
    padding: 1.25em; }
  .l-double-space {
    margin: 2.5em; }
  .l-small-double-space {
    margin: 2.5em; }
  .l-double-padding {
    padding: 2.5em; }
  .l-small-double-padding {
    padding: 2.5em; }
  .l-half-space {
    margin: 0.625em; }
  .l-small-half-space {
    margin: 0.625em; }
  .l-half-padding {
    padding: 0.625em; }
  .l-small-half-padding {
    padding: 0.625em; }
  .l-quarter-space {
    margin: 0.3125em; }
  .l-small-quarter-space {
    margin: 0.3125em; }
  .l-quarter-padding {
    padding: 0.3125em; }
  .l-small-quarter-padding {
    padding: 0.3125em; }
  .l-vertical-space {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }
  .l-small-vertical-space {
    margin-top: 1.25em;
    margin-bottom: 1.25em; }
  .l-vertical-padding {
    padding-top: 1.25em;
    padding-bottom: 1.25em; }
  .l-small-vertical-padding {
    padding-top: 1.25em;
    padding-bottom: 1.25em; }
  .l-double-vertical-space {
    margin-top: 2.5em;
    margin-bottom: 2.5em; }
  .l-small-double-vertical-space {
    margin-top: 2.5em;
    margin-bottom: 2.5em; }
  .l-double-vertical-padding {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
  .l-small-double-vertical-padding {
    padding-top: 2.5em;
    padding-bottom: 2.5em; }
  .l-half-vertical-space {
    margin-top: 0.625em;
    margin-bottom: 0.625em; }
  .l-small-half-vertical-space {
    margin-top: 0.625em;
    margin-bottom: 0.625em; }
  .l-half-vertical-padding {
    padding-top: 0.625em;
    padding-bottom: 0.625em; }
  .l-small-half-vertical-padding {
    padding-top: 0.625em;
    padding-bottom: 0.625em; }
  .l-quarter-vertical-space {
    margin-top: 0.3125em;
    margin-bottom: 0.3125em; }
  .l-small-quarter-vertical-space {
    margin-top: 0.3125em;
    margin-bottom: 0.3125em; }
  .l-quarter-vertical-padding {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em; }
  .l-small-quarter-vertical-padding {
    padding-top: 0.3125em;
    padding-bottom: 0.3125em; }
  .l-horizontal-space {
    margin-left: 1.25em;
    margin-right: 1.25em; }
  .l-small-horizontal-space {
    margin-left: 1.25em;
    margin-right: 1.25em; }
  .l-horizontal-padding {
    padding-left: 1.25em;
    padding-right: 1.25em; }
  .l-small-horizontal-padding {
    padding-left: 1.25em;
    padding-right: 1.25em; }
  .l-double-horizontal-space {
    margin-left: 2.5em;
    margin-right: 2.5em; }
  .l-small-double-horizontal-space {
    margin-left: 2.5em;
    margin-right: 2.5em; }
  .l-double-horizontal-padding {
    padding-left: 2.5em;
    padding-right: 2.5em; }
  .l-small-double-horizontal-padding {
    padding-left: 2.5em;
    padding-right: 2.5em; }
  .l-half-horizontal-space {
    margin-left: 0.625em;
    margin-right: 0.625em; }
  .l-small-half-horizontal-space {
    margin-left: 0.625em;
    margin-right: 0.625em; }
  .l-half-horizontal-padding {
    padding-left: 0.625em;
    padding-right: 0.625em; }
  .l-small-half-horizontal-padding {
    padding-left: 0.625em;
    padding-right: 0.625em; }
  .l-quarter-horizontal-space {
    margin-left: 0.3125em;
    margin-right: 0.3125em; }
  .l-small-quarter-horizontal-space {
    margin-left: 0.3125em;
    margin-right: 0.3125em; }
  .l-quarter-horizontal-padding {
    padding-left: 0.3125em;
    padding-right: 0.3125em; }
  .l-small-quarter-horizontal-padding {
    padding-left: 0.3125em;
    padding-right: 0.3125em; }
  .l-top-space {
    margin-top: 1.25em; }
  .l-small-top-space {
    margin-top: 1.25em; }
  .l-top-padding {
    padding-top: 1.25em; }
  .l-small-top-padding {
    padding-top: 1.25em; }
  .l-double-top-space {
    margin-top: 2.5em; }
  .l-small-double-top-space {
    margin-top: 2.5em; }
  .l-double-top-padding {
    padding-top: 2.5em; }
  .l-small-double-top-padding {
    padding-top: 2.5em; }
  .l-half-top-space {
    margin-top: 0.625em; }
  .l-small-half-top-space {
    margin-top: 0.625em; }
  .l-half-top-padding {
    padding-top: 0.625em; }
  .l-small-half-top-padding {
    padding-top: 0.625em; }
  .l-quarter-top-space {
    margin-top: 0.3125em; }
  .l-small-quarter-top-space {
    margin-top: 0.3125em; }
  .l-quarter-top-padding {
    padding-top: 0.3125em; }
  .l-small-quarter-top-padding {
    padding-top: 0.3125em; }
  .l-right-space {
    margin-right: 1.25em; }
  .l-small-right-space {
    margin-right: 1.25em; }
  .l-right-padding {
    padding-right: 1.25em; }
  .l-small-right-padding {
    padding-right: 1.25em; }
  .l-double-right-space {
    margin-right: 2.5em; }
  .l-small-double-right-space {
    margin-right: 2.5em; }
  .l-double-right-padding {
    padding-right: 2.5em; }
  .l-small-double-right-padding {
    padding-right: 2.5em; }
  .l-half-right-space {
    margin-right: 0.625em; }
  .l-small-half-right-space {
    margin-right: 0.625em; }
  .l-half-right-padding {
    padding-right: 0.625em; }
  .l-small-half-right-padding {
    padding-right: 0.625em; }
  .l-quarter-right-space {
    margin-right: 0.3125em; }
  .l-small-quarter-right-space {
    margin-right: 0.3125em; }
  .l-quarter-right-padding {
    padding-right: 0.3125em; }
  .l-small-quarter-right-padding {
    padding-right: 0.3125em; }
  .l-bottom-space {
    margin-bottom: 1.25em; }
  .l-small-bottom-space {
    margin-bottom: 1.25em; }
  .l-bottom-padding {
    padding-bottom: 1.25em; }
  .l-small-bottom-padding {
    padding-bottom: 1.25em; }
  .l-double-bottom-space {
    margin-bottom: 2.5em; }
  .l-small-double-bottom-space {
    margin-bottom: 2.5em; }
  .l-double-bottom-padding {
    padding-bottom: 2.5em; }
  .l-small-double-bottom-padding {
    padding-bottom: 2.5em; }
  .l-half-bottom-space {
    margin-bottom: 0.625em; }
  .l-small-half-bottom-space {
    margin-bottom: 0.625em; }
  .l-half-bottom-padding {
    padding-bottom: 0.625em; }
  .l-small-half-bottom-padding {
    padding-bottom: 0.625em; }
  .l-quarter-bottom-space {
    margin-bottom: 0.3125em; }
  .l-small-quarter-bottom-space {
    margin-bottom: 0.3125em; }
  .l-quarter-bottom-padding {
    padding-bottom: 0.3125em; }
  .l-small-quarter-bottom-padding {
    padding-bottom: 0.3125em; }
  .l-left-space {
    margin-left: 1.25em; }
  .l-small-left-space {
    margin-left: 1.25em; }
  .l-left-padding {
    padding-left: 1.25em; }
  .l-small-left-padding {
    padding-left: 1.25em; }
  .l-double-left-space {
    margin-left: 2.5em; }
  .l-small-double-left-space {
    margin-left: 2.5em; }
  .l-double-left-padding {
    padding-left: 2.5em; }
  .l-small-double-left-padding {
    padding-left: 2.5em; }
  .l-half-left-space {
    margin-left: 0.625em; }
  .l-small-half-left-space {
    margin-left: 0.625em; }
  .l-half-left-padding {
    padding-left: 0.625em; }
  .l-small-half-left-padding {
    padding-left: 0.625em; }
  .l-quarter-left-space {
    margin-left: 0.3125em; }
  .l-small-quarter-left-space {
    margin-left: 0.3125em; }
  .l-quarter-left-padding {
    padding-left: 0.3125em; }
  .l-small-quarter-left-padding {
    padding-left: 0.3125em; } }

@media screen and (min-width: 321px) and (max-width: 640px) {
  .l-hide-small {
    display: none !important; }
  .l-show-small {
    display: inherit !important; }
  table.l-show-small {
    display: table; }
  thead.l-show-small {
    display: table-header-group; }
  tbody.l-show-small {
    display: table-row-group; }
  tfoot.l-show-small {
    display: table-footer-group; }
  tr.l-show-small {
    display: table-row; }
  th.l-show-small,
  td.l-show-small {
    display: table-cell; } }

@media screen and (min-width: 641px) {
  .l-grid {
    padding: 0 1.5em; }
  .l-column-group.l-gutters, .colors div > div.l-gutters {
    margin-left: -1.5em; }
    .l-column-group.l-gutters > [class*=medium-], .colors div > div.l-gutters > [class*=medium-],
    .l-column-group.l-gutters > [class*=l-], .colors div > div.l-gutters > [class*=l-],
    .l-column-group.l-gutters > [class*=l-all-], .colors div > div.l-gutters > [class*=l-all-],
    .l-column-group.l-gutters > .l-all-auto, .colors div > div.l-gutters > .l-all-auto {
      padding-left: 1.5em;
      margin-bottom: 1.5em; }
  .l-column-group.l-horizontal-gutters, .colors div > div.l-horizontal-gutters {
    margin-left: -1.5em; }
    .l-column-group.l-horizontal-gutters > [class*=medium-], .colors div > div.l-horizontal-gutters > [class*=medium-],
    .l-column-group.l-horizontal-gutters > [class*=l-], .colors div > div.l-horizontal-gutters > [class*=l-],
    .l-column-group.l-horizontal-gutters > [class*=l-all-], .colors div > div.l-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-horizontal-gutters > .l-all-auto, .colors div > div.l-horizontal-gutters > .l-all-auto {
      padding-left: 1.5em; }
  .l-column-group.l-vertical-gutters > [class*=medium-], .colors div > div.l-vertical-gutters > [class*=medium-],
  .l-column-group.l-vertical-gutters > [class*=l-], .colors div > div.l-vertical-gutters > [class*=l-],
  .l-column-group.l-vertical-gutters > [class*=l-all-], .colors div > div.l-vertical-gutters > [class*=l-all-],
  .l-column-group.l-vertical-gutters > .l-all-auto, .colors div > div.l-vertical-gutters > .l-all-auto {
    margin-bottom: 1.5em; }
  .l-column-group.l-double-gutters, .colors div > div.l-double-gutters {
    margin-left: -3em; }
    .l-column-group.l-double-gutters > [class*=medium-], .colors div > div.l-double-gutters > [class*=medium-],
    .l-column-group.l-double-gutters > [class*=l-all-], .colors div > div.l-double-gutters > [class*=l-all-],
    .l-column-group.l-double-gutters > .l-all-auto, .colors div > div.l-double-gutters > .l-all-auto {
      padding-left: 3em;
      margin-bottom: 3em; }
  .l-column-group.l-double-horizontal-gutters, .colors div > div.l-double-horizontal-gutters {
    margin-left: -3em; }
    .l-column-group.l-double-horizontal-gutters > [class*=medium-], .colors div > div.l-double-horizontal-gutters > [class*=medium-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-], .colors div > div.l-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-double-horizontal-gutters > .l-all-auto, .colors div > div.l-double-horizontal-gutters > .l-all-auto {
      padding-left: 3em; }
  .l-column-group.l-double-vertical-gutters > [class*=medium-], .colors div > div.l-double-vertical-gutters > [class*=medium-],
  .l-column-group.l-double-vertical-gutters > [class*=l-], .colors div > div.l-double-vertical-gutters > [class*=l-],
  .l-column-group.l-double-vertical-gutters > [class*=l-all-], .colors div > div.l-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-double-vertical-gutters > .l-all-auto, .colors div > div.l-double-vertical-gutters > .l-all-auto {
    margin-bottom: 3em; }
  .l-column-group.l-half-gutters, .colors div > div.l-half-gutters {
    margin-left: -0.75em; }
    .l-column-group.l-half-gutters > [class*=medium-], .colors div > div.l-half-gutters > [class*=medium-],
    .l-column-group.l-half-gutters > [class*=l-], .colors div > div.l-half-gutters > [class*=l-],
    .l-column-group.l-half-gutters > [class*=l-all-], .colors div > div.l-half-gutters > [class*=l-all-],
    .l-column-group.l-half-gutters > .l-all-auto, .colors div > div.l-half-gutters > .l-all-auto {
      padding-left: 0.75em;
      margin-bottom: 0.75em; }
  .l-column-group.l-half-horizontal-gutters, .colors div > div.l-half-horizontal-gutters {
    margin-left: -0.75em; }
    .l-column-group.l-half-horizontal-gutters > [class*=medium-], .colors div > div.l-half-horizontal-gutters > [class*=medium-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-], .colors div > div.l-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-half-horizontal-gutters > .l-all-auto, .colors div > div.l-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.75em; }
  .l-column-group.l-half-vertical-gutters > [class*=medium-], .colors div > div.l-half-vertical-gutters > [class*=medium-],
  .l-column-group.l-half-vertical-gutters > [class*=l-], .colors div > div.l-half-vertical-gutters > [class*=l-],
  .l-column-group.l-half-vertical-gutters > [class*=l-all-], .colors div > div.l-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-half-vertical-gutters > .l-all-auto, .colors div > div.l-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.75em; }
  .l-column-group.l-quarter-gutters, .colors div > div.l-quarter-gutters {
    margin-left: -0.375em; }
    .l-column-group.l-quarter-gutters > [class*=medium-], .colors div > div.l-quarter-gutters > [class*=medium-],
    .l-column-group.l-quarter-gutters > [class*=l-], .colors div > div.l-quarter-gutters > [class*=l-],
    .l-column-group.l-quarter-gutters > [class*=l-all-], .colors div > div.l-quarter-gutters > [class*=l-all-],
    .l-column-group.l-quarter-gutters > .l-all-auto, .colors div > div.l-quarter-gutters > .l-all-auto {
      padding-left: 0.375em;
      margin-bottom: 0.375em; }
  .l-column-group.l-quarter-horizontal-gutters, .colors div > div.l-quarter-horizontal-gutters {
    margin-left: -0.375em; }
    .l-column-group.l-quarter-horizontal-gutters > [class*=medium-], .colors div > div.l-quarter-horizontal-gutters > [class*=medium-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.375em; }
  .l-column-group.l-quarter-vertical-gutters > [class*=medium-], .colors div > div.l-quarter-vertical-gutters > [class*=medium-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-], .colors div > div.l-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.375em; }
  .l-column-group.l-medium-gutters, .colors div > div.l-medium-gutters {
    margin-left: -1.5em; }
    .l-column-group.l-medium-gutters > [class*=medium-], .colors div > div.l-medium-gutters > [class*=medium-],
    .l-column-group.l-medium-gutters > [class*=l-], .colors div > div.l-medium-gutters > [class*=l-],
    .l-column-group.l-medium-gutters > [class*=l-all-], .colors div > div.l-medium-gutters > [class*=l-all-],
    .l-column-group.l-medium-gutters > .l-all-auto, .colors div > div.l-medium-gutters > .l-all-auto {
      padding-left: 1.5em;
      margin-bottom: 1.5em; }
  .l-column-group.l-medium-horizontal-gutters, .colors div > div.l-medium-horizontal-gutters {
    margin-left: -1.5em; }
    .l-column-group.l-medium-horizontal-gutters > [class*=medium-], .colors div > div.l-medium-horizontal-gutters > [class*=medium-],
    .l-column-group.l-medium-horizontal-gutters > [class*=l-], .colors div > div.l-medium-horizontal-gutters > [class*=l-],
    .l-column-group.l-medium-horizontal-gutters > [class*=l-all-], .colors div > div.l-medium-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-medium-horizontal-gutters > .l-all-auto, .colors div > div.l-medium-horizontal-gutters > .l-all-auto {
      padding-left: 1.5em; }
  .l-column-group.l-medium-vertical-gutters > [class*=medium-], .colors div > div.l-medium-vertical-gutters > [class*=medium-],
  .l-column-group.l-medium-vertical-gutters > [class*=l-], .colors div > div.l-medium-vertical-gutters > [class*=l-],
  .l-column-group.l-medium-vertical-gutters > [class*=l-all-], .colors div > div.l-medium-vertical-gutters > [class*=l-all-],
  .l-column-group.l-medium-vertical-gutters > .l-all-auto, .colors div > div.l-medium-vertical-gutters > .l-all-auto {
    margin-bottom: 1.5em; }
  .l-column-group.l-medium-double-gutters, .colors div > div.l-medium-double-gutters {
    margin-left: -3em; }
    .l-column-group.l-medium-double-gutters > [class*=medium-], .colors div > div.l-medium-double-gutters > [class*=medium-],
    .l-column-group.l-medium-double-gutters > [class*=l-], .colors div > div.l-medium-double-gutters > [class*=l-],
    .l-column-group.l-medium-double-gutters > [class*=l-all-], .colors div > div.l-medium-double-gutters > [class*=l-all-],
    .l-column-group.l-medium-double-gutters > .l-all-auto, .colors div > div.l-medium-double-gutters > .l-all-auto {
      padding-left: 3em;
      margin-bottom: 3em; }
  .l-column-group.l-medium-double-horizontal-gutters, .colors div > div.l-medium-double-horizontal-gutters {
    margin-left: -3em; }
    .l-column-group.l-medium-double-horizontal-gutters > [class*=medium-], .colors div > div.l-medium-double-horizontal-gutters > [class*=medium-],
    .l-column-group.l-medium-double-horizontal-gutters > [class*=l-], .colors div > div.l-medium-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-medium-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-medium-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-medium-double-horizontal-gutters > .l-all-auto, .colors div > div.l-medium-double-horizontal-gutters > .l-all-auto {
      padding-left: 3em; }
  .l-column-group.l-medium-double-vertical-gutters > [class*=medium-], .colors div > div.l-medium-double-vertical-gutters > [class*=medium-],
  .l-column-group.l-medium-double-vertical-gutters > [class*=l-], .colors div > div.l-medium-double-vertical-gutters > [class*=l-],
  .l-column-group.l-medium-double-vertical-gutters > [class*=l-all-], .colors div > div.l-medium-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-medium-double-vertical-gutters > .l-all-auto, .colors div > div.l-medium-double-vertical-gutters > .l-all-auto {
    margin-bottom: 3em; }
  .l-column-group.l-medium-half-gutters, .colors div > div.l-medium-half-gutters {
    margin-left: -0.75em; }
    .l-column-group.l-medium-half-gutters > [class*=medium-], .colors div > div.l-medium-half-gutters > [class*=medium-],
    .l-column-group.l-medium-half-gutters > [class*=l-], .colors div > div.l-medium-half-gutters > [class*=l-],
    .l-column-group.l-medium-half-gutters > [class*=l-all-], .colors div > div.l-medium-half-gutters > [class*=l-all-],
    .l-column-group.l-medium-half-gutters > .l-all-auto, .colors div > div.l-medium-half-gutters > .l-all-auto {
      padding-left: 0.75em;
      margin-bottom: 0.75em; }
  .l-column-group.l-medium-half-horizontal-gutters, .colors div > div.l-medium-half-horizontal-gutters {
    margin-left: -0.75em; }
    .l-column-group.l-medium-half-horizontal-gutters > [class*=medium-], .colors div > div.l-medium-half-horizontal-gutters > [class*=medium-],
    .l-column-group.l-medium-half-horizontal-gutters > [class*=l-], .colors div > div.l-medium-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-medium-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-medium-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-medium-half-horizontal-gutters > .l-all-auto, .colors div > div.l-medium-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.75em; }
  .l-column-group.l-medium-half-vertical-gutters > [class*=medium-], .colors div > div.l-medium-half-vertical-gutters > [class*=medium-],
  .l-column-group.l-medium-half-vertical-gutters > [class*=l-], .colors div > div.l-medium-half-vertical-gutters > [class*=l-],
  .l-column-group.l-medium-half-vertical-gutters > [class*=l-all-], .colors div > div.l-medium-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-medium-half-vertical-gutters > .l-all-auto, .colors div > div.l-medium-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.75em; }
  .l-column-group.l-medium-quarter-gutters, .colors div > div.l-medium-quarter-gutters {
    margin-left: -0.375em; }
    .l-column-group.l-medium-quarter-gutters > [class*=medium-], .colors div > div.l-medium-quarter-gutters > [class*=medium-],
    .l-column-group.l-medium-quarter-gutters > [class*=l-], .colors div > div.l-medium-quarter-gutters > [class*=l-],
    .l-column-group.l-medium-quarter-gutters > [class*=l-all-], .colors div > div.l-medium-quarter-gutters > [class*=l-all-],
    .l-column-group.l-medium-quarter-gutters > .l-all-auto, .colors div > div.l-medium-quarter-gutters > .l-all-auto {
      padding-left: 0.375em;
      margin-bottom: 0.375em; }
  .l-column-group.l-medium-quarter-horizontal-gutters, .colors div > div.l-medium-quarter-horizontal-gutters {
    margin-left: -0.375em; }
    .l-column-group.l-medium-quarter-horizontal-gutters > [class*=medium-], .colors div > div.l-medium-quarter-horizontal-gutters > [class*=medium-],
    .l-column-group.l-medium-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-medium-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-medium-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-medium-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-medium-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-medium-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.375em; }
  .l-column-group.l-medium-quarter-vertical-gutters > [class*=medium-], .colors div > div.l-medium-quarter-vertical-gutters > [class*=medium-],
  .l-column-group.l-medium-quarter-vertical-gutters > [class*=l-], .colors div > div.l-medium-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-medium-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-medium-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-medium-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-medium-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.375em; }
  .l-column-group.l-medium-no-gutters, .colors div > div.l-medium-no-gutters {
    margin-left: 0; }
    .l-column-group.l-medium-no-gutters > [class*=medium-], .colors div > div.l-medium-no-gutters > [class*=medium-],
    .l-column-group.l-medium-no-gutters > [class*=l-], .colors div > div.l-medium-no-gutters > [class*=l-],
    .l-column-group.l-medium-no-gutters > [class*=l-all-], .colors div > div.l-medium-no-gutters > [class*=l-all-],
    .l-column-group.l-medium-no-gutters > .l-all-auto, .colors div > div.l-medium-no-gutters > .l-all-auto {
      padding-left: 0;
      margin-bottom: 0; }
  .l-medium-5 {
    width: 5%;
    flex-grow: 0; }
  .l-medium-10 {
    width: 10%;
    flex-grow: 0; }
  .l-medium-15 {
    width: 15%;
    flex-grow: 0; }
  .l-medium-16 {
    width: 16.66666%;
    flex-grow: 0; }
  .l-medium-20 {
    width: 20%;
    flex-grow: 0; }
  .l-medium-25 {
    width: 25%;
    flex-grow: 0; }
  .l-medium-30 {
    width: 30%;
    flex-grow: 0; }
  .l-medium-33 {
    width: 33.33333%;
    flex-grow: 0; }
  .l-medium-35 {
    width: 35%;
    flex-grow: 0; }
  .l-medium-40 {
    width: 40%;
    flex-grow: 0; }
  .l-medium-45 {
    width: 45%;
    flex-grow: 0; }
  .l-medium-50 {
    width: 50%;
    flex-grow: 0; }
  .l-medium-55 {
    width: 55%;
    flex-grow: 0; }
  .l-medium-60 {
    width: 60%;
    flex-grow: 0; }
  .l-medium-65 {
    width: 65%;
    flex-grow: 0; }
  .l-medium-66 {
    width: 66.66666%;
    flex-grow: 0; }
  .l-medium-70 {
    width: 70%;
    flex-grow: 0; }
  .l-medium-75 {
    width: 75%;
    flex-grow: 0; }
  .l-medium-80 {
    width: 80%;
    flex-grow: 0; }
  .l-medium-85 {
    width: 85%;
    flex-grow: 0; }
  .l-medium-90 {
    width: 90%;
    flex-grow: 0; }
  .l-medium-95 {
    width: 95%;
    flex-grow: 0; }
  .l-medium-100 {
    width: 100%;
    flex-grow: 0; }
  .l-medium-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-flex,
  .l-column-group,
  .colors div > div {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-direction: row;
    list-style: none; }
    .l-flex.l-medium-reverse,
    .l-column-group.l-medium-reverse,
    .colors div > div.l-medium-reverse {
      flex-direction: row-reverse; }
    .l-flex.l-medium-vertical,
    .l-column-group.l-medium-vertical,
    .colors div > div.l-medium-vertical {
      flex-direction: column; }
    .l-flex.l-medium-vertical.l-medium-reverse,
    .l-column-group.l-medium-vertical.l-medium-reverse,
    .colors div > div.l-medium-vertical.l-medium-reverse {
      flex-direction: column-reverse; }
  .l-order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .l-order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .l-order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .l-order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .l-order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .l-order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .l-order-7 {
    order: 7;
    -ms-flex-order: 7; }
  .l-order-8 {
    order: 8;
    -ms-flex-order: 8; }
  .l-order-9 {
    order: 9;
    -ms-flex-order: 9; }
  .l-order-10 {
    order: 10;
    -ms-flex-order: 10; }
  .l-column-group .l-medium-auto, .colors div > div .l-medium-auto {
    -ms-flex-basis: auto;
    flex-grow: 1; }
  .l-push-top,
  .l-medium-push-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .l-push-bottom,
  .l-medium-push-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .l-push-middle, .colors div > div,
  .l-medium-push-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .l-push-stretch,
  .l-medium-push-stretch {
    display: flex;
    align-items: stretch;
    flex-align: stretch;
    -ms-flex-align: stretch; }
  .l-push-left,
  .l-medium-push-left {
    justify-content: flex-start;
    flex-pack: start;
    -ms-flex-pack: start;
    float: left; }
  .l-push-center, .colors div > div,
  .l-medium-push-center {
    float: none !important;
    justify-content: center;
    flex-pack: center;
    -ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto; }
  .l-push-right,
  .l-medium-push-right {
    justify-content: flex-end;
    flex-pack: end;
    -ms-flex-pack: end;
    float: right; }
  .l-push-distribute,
  .l-medium-push-distribute {
    justify-content: space-around;
    flex-pack: distribute;
    -ms-flex-pack: distribute; }
  .l-align-left,
  .l-medium-align-left {
    text-align: left; }
  .l-align-center,
  .l-medium-align-center {
    text-align: center; }
  .l-align-right,
  .l-medium-align-right {
    text-align: right; }
  .l-space {
    margin: 1.5em; }
  .l-medium-space {
    margin: 1.5em; }
  .l-padding {
    padding: 1.5em; }
  .l-medium-padding {
    padding: 1.5em; }
  .l-double-space {
    margin: 3em; }
  .l-medium-double-space {
    margin: 3em; }
  .l-double-padding {
    padding: 3em; }
  .l-medium-double-padding {
    padding: 3em; }
  .l-half-space {
    margin: 0.75em; }
  .l-medium-half-space {
    margin: 0.75em; }
  .l-half-padding {
    padding: 0.75em; }
  .l-medium-half-padding {
    padding: 0.75em; }
  .l-quarter-space {
    margin: 0.375em; }
  .l-medium-quarter-space {
    margin: 0.375em; }
  .l-quarter-padding {
    padding: 0.375em; }
  .l-medium-quarter-padding {
    padding: 0.375em; }
  .l-vertical-space {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .l-medium-vertical-space {
    margin-top: 1.5em;
    margin-bottom: 1.5em; }
  .l-vertical-padding {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .l-medium-vertical-padding {
    padding-top: 1.5em;
    padding-bottom: 1.5em; }
  .l-double-vertical-space {
    margin-top: 3em;
    margin-bottom: 3em; }
  .l-medium-double-vertical-space {
    margin-top: 3em;
    margin-bottom: 3em; }
  .l-double-vertical-padding {
    padding-top: 3em;
    padding-bottom: 3em; }
  .l-medium-double-vertical-padding {
    padding-top: 3em;
    padding-bottom: 3em; }
  .l-half-vertical-space {
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
  .l-medium-half-vertical-space {
    margin-top: 0.75em;
    margin-bottom: 0.75em; }
  .l-half-vertical-padding {
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
  .l-medium-half-vertical-padding {
    padding-top: 0.75em;
    padding-bottom: 0.75em; }
  .l-quarter-vertical-space {
    margin-top: 0.375em;
    margin-bottom: 0.375em; }
  .l-medium-quarter-vertical-space {
    margin-top: 0.375em;
    margin-bottom: 0.375em; }
  .l-quarter-vertical-padding {
    padding-top: 0.375em;
    padding-bottom: 0.375em; }
  .l-medium-quarter-vertical-padding {
    padding-top: 0.375em;
    padding-bottom: 0.375em; }
  .l-horizontal-space {
    margin-left: 1.5em;
    margin-right: 1.5em; }
  .l-medium-horizontal-space {
    margin-left: 1.5em;
    margin-right: 1.5em; }
  .l-horizontal-padding {
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .l-medium-horizontal-padding {
    padding-left: 1.5em;
    padding-right: 1.5em; }
  .l-double-horizontal-space {
    margin-left: 3em;
    margin-right: 3em; }
  .l-medium-double-horizontal-space {
    margin-left: 3em;
    margin-right: 3em; }
  .l-double-horizontal-padding {
    padding-left: 3em;
    padding-right: 3em; }
  .l-medium-double-horizontal-padding {
    padding-left: 3em;
    padding-right: 3em; }
  .l-half-horizontal-space {
    margin-left: 0.75em;
    margin-right: 0.75em; }
  .l-medium-half-horizontal-space {
    margin-left: 0.75em;
    margin-right: 0.75em; }
  .l-half-horizontal-padding {
    padding-left: 0.75em;
    padding-right: 0.75em; }
  .l-medium-half-horizontal-padding {
    padding-left: 0.75em;
    padding-right: 0.75em; }
  .l-quarter-horizontal-space {
    margin-left: 0.375em;
    margin-right: 0.375em; }
  .l-medium-quarter-horizontal-space {
    margin-left: 0.375em;
    margin-right: 0.375em; }
  .l-quarter-horizontal-padding {
    padding-left: 0.375em;
    padding-right: 0.375em; }
  .l-medium-quarter-horizontal-padding {
    padding-left: 0.375em;
    padding-right: 0.375em; }
  .l-top-space {
    margin-top: 1.5em; }
  .l-medium-top-space {
    margin-top: 1.5em; }
  .l-top-padding {
    padding-top: 1.5em; }
  .l-medium-top-padding {
    padding-top: 1.5em; }
  .l-double-top-space {
    margin-top: 3em; }
  .l-medium-double-top-space {
    margin-top: 3em; }
  .l-double-top-padding {
    padding-top: 3em; }
  .l-medium-double-top-padding {
    padding-top: 3em; }
  .l-half-top-space {
    margin-top: 0.75em; }
  .l-medium-half-top-space {
    margin-top: 0.75em; }
  .l-half-top-padding {
    padding-top: 0.75em; }
  .l-medium-half-top-padding {
    padding-top: 0.75em; }
  .l-quarter-top-space {
    margin-top: 0.375em; }
  .l-medium-quarter-top-space {
    margin-top: 0.375em; }
  .l-quarter-top-padding {
    padding-top: 0.375em; }
  .l-medium-quarter-top-padding {
    padding-top: 0.375em; }
  .l-right-space {
    margin-right: 1.5em; }
  .l-medium-right-space {
    margin-right: 1.5em; }
  .l-right-padding {
    padding-right: 1.5em; }
  .l-medium-right-padding {
    padding-right: 1.5em; }
  .l-double-right-space {
    margin-right: 3em; }
  .l-medium-double-right-space {
    margin-right: 3em; }
  .l-double-right-padding {
    padding-right: 3em; }
  .l-medium-double-right-padding {
    padding-right: 3em; }
  .l-half-right-space {
    margin-right: 0.75em; }
  .l-medium-half-right-space {
    margin-right: 0.75em; }
  .l-half-right-padding {
    padding-right: 0.75em; }
  .l-medium-half-right-padding {
    padding-right: 0.75em; }
  .l-quarter-right-space {
    margin-right: 0.375em; }
  .l-medium-quarter-right-space {
    margin-right: 0.375em; }
  .l-quarter-right-padding {
    padding-right: 0.375em; }
  .l-medium-quarter-right-padding {
    padding-right: 0.375em; }
  .l-bottom-space {
    margin-bottom: 1.5em; }
  .l-medium-bottom-space {
    margin-bottom: 1.5em; }
  .l-bottom-padding {
    padding-bottom: 1.5em; }
  .l-medium-bottom-padding {
    padding-bottom: 1.5em; }
  .l-double-bottom-space {
    margin-bottom: 3em; }
  .l-medium-double-bottom-space {
    margin-bottom: 3em; }
  .l-double-bottom-padding {
    padding-bottom: 3em; }
  .l-medium-double-bottom-padding {
    padding-bottom: 3em; }
  .l-half-bottom-space {
    margin-bottom: 0.75em; }
  .l-medium-half-bottom-space {
    margin-bottom: 0.75em; }
  .l-half-bottom-padding {
    padding-bottom: 0.75em; }
  .l-medium-half-bottom-padding {
    padding-bottom: 0.75em; }
  .l-quarter-bottom-space {
    margin-bottom: 0.375em; }
  .l-medium-quarter-bottom-space {
    margin-bottom: 0.375em; }
  .l-quarter-bottom-padding {
    padding-bottom: 0.375em; }
  .l-medium-quarter-bottom-padding {
    padding-bottom: 0.375em; }
  .l-left-space {
    margin-left: 1.5em; }
  .l-medium-left-space {
    margin-left: 1.5em; }
  .l-left-padding {
    padding-left: 1.5em; }
  .l-medium-left-padding {
    padding-left: 1.5em; }
  .l-double-left-space {
    margin-left: 3em; }
  .l-medium-double-left-space {
    margin-left: 3em; }
  .l-double-left-padding {
    padding-left: 3em; }
  .l-medium-double-left-padding {
    padding-left: 3em; }
  .l-half-left-space {
    margin-left: 0.75em; }
  .l-medium-half-left-space {
    margin-left: 0.75em; }
  .l-half-left-padding {
    padding-left: 0.75em; }
  .l-medium-half-left-padding {
    padding-left: 0.75em; }
  .l-quarter-left-space {
    margin-left: 0.375em; }
  .l-medium-quarter-left-space {
    margin-left: 0.375em; }
  .l-quarter-left-padding {
    padding-left: 0.375em; }
  .l-medium-quarter-left-padding {
    padding-left: 0.375em; } }

@media screen and (min-width: 641px) and (max-width: 960px) {
  .l-hide-medium {
    display: none !important; }
  .l-show-medium {
    display: inherit !important; }
  table.l-show-medium {
    display: table; }
  thead.l-show-medium {
    display: table-header-group; }
  tbody.l-show-medium {
    display: table-row-group; }
  tfoot.l-show-medium {
    display: table-footer-group; }
  tr.l-show-medium {
    display: table-row; }
  th.l-show-medium,
  td.l-show-medium {
    display: table-cell; } }

@media screen and (min-width: 961px) {
  .l-grid {
    padding: 0 1.75em; }
  .l-column-group.l-gutters, .colors div > div.l-gutters {
    margin-left: -1.75em; }
    .l-column-group.l-gutters > [class*=large-], .colors div > div.l-gutters > [class*=large-],
    .l-column-group.l-gutters > [class*=l-], .colors div > div.l-gutters > [class*=l-],
    .l-column-group.l-gutters > [class*=l-all-], .colors div > div.l-gutters > [class*=l-all-],
    .l-column-group.l-gutters > .l-all-auto, .colors div > div.l-gutters > .l-all-auto {
      padding-left: 1.75em;
      margin-bottom: 1.75em; }
  .l-column-group.l-horizontal-gutters, .colors div > div.l-horizontal-gutters {
    margin-left: -1.75em; }
    .l-column-group.l-horizontal-gutters > [class*=large-], .colors div > div.l-horizontal-gutters > [class*=large-],
    .l-column-group.l-horizontal-gutters > [class*=l-], .colors div > div.l-horizontal-gutters > [class*=l-],
    .l-column-group.l-horizontal-gutters > [class*=l-all-], .colors div > div.l-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-horizontal-gutters > .l-all-auto, .colors div > div.l-horizontal-gutters > .l-all-auto {
      padding-left: 1.75em; }
  .l-column-group.l-vertical-gutters > [class*=large-], .colors div > div.l-vertical-gutters > [class*=large-],
  .l-column-group.l-vertical-gutters > [class*=l-], .colors div > div.l-vertical-gutters > [class*=l-],
  .l-column-group.l-vertical-gutters > [class*=l-all-], .colors div > div.l-vertical-gutters > [class*=l-all-],
  .l-column-group.l-vertical-gutters > .l-all-auto, .colors div > div.l-vertical-gutters > .l-all-auto {
    margin-bottom: 1.75em; }
  .l-column-group.l-double-gutters, .colors div > div.l-double-gutters {
    margin-left: -3.5em; }
    .l-column-group.l-double-gutters > [class*=large-], .colors div > div.l-double-gutters > [class*=large-],
    .l-column-group.l-double-gutters > [class*=l-all-], .colors div > div.l-double-gutters > [class*=l-all-],
    .l-column-group.l-double-gutters > .l-all-auto, .colors div > div.l-double-gutters > .l-all-auto {
      padding-left: 3.5em;
      margin-bottom: 3.5em; }
  .l-column-group.l-double-horizontal-gutters, .colors div > div.l-double-horizontal-gutters {
    margin-left: -3.5em; }
    .l-column-group.l-double-horizontal-gutters > [class*=large-], .colors div > div.l-double-horizontal-gutters > [class*=large-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-], .colors div > div.l-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-double-horizontal-gutters > .l-all-auto, .colors div > div.l-double-horizontal-gutters > .l-all-auto {
      padding-left: 3.5em; }
  .l-column-group.l-double-vertical-gutters > [class*=large-], .colors div > div.l-double-vertical-gutters > [class*=large-],
  .l-column-group.l-double-vertical-gutters > [class*=l-], .colors div > div.l-double-vertical-gutters > [class*=l-],
  .l-column-group.l-double-vertical-gutters > [class*=l-all-], .colors div > div.l-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-double-vertical-gutters > .l-all-auto, .colors div > div.l-double-vertical-gutters > .l-all-auto {
    margin-bottom: 3.5em; }
  .l-column-group.l-half-gutters, .colors div > div.l-half-gutters {
    margin-left: -0.875em; }
    .l-column-group.l-half-gutters > [class*=large-], .colors div > div.l-half-gutters > [class*=large-],
    .l-column-group.l-half-gutters > [class*=l-], .colors div > div.l-half-gutters > [class*=l-],
    .l-column-group.l-half-gutters > [class*=l-all-], .colors div > div.l-half-gutters > [class*=l-all-],
    .l-column-group.l-half-gutters > .l-all-auto, .colors div > div.l-half-gutters > .l-all-auto {
      padding-left: 0.875em;
      margin-bottom: 0.875em; }
  .l-column-group.l-half-horizontal-gutters, .colors div > div.l-half-horizontal-gutters {
    margin-left: -0.875em; }
    .l-column-group.l-half-horizontal-gutters > [class*=large-], .colors div > div.l-half-horizontal-gutters > [class*=large-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-], .colors div > div.l-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-half-horizontal-gutters > .l-all-auto, .colors div > div.l-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.875em; }
  .l-column-group.l-half-vertical-gutters > [class*=large-], .colors div > div.l-half-vertical-gutters > [class*=large-],
  .l-column-group.l-half-vertical-gutters > [class*=l-], .colors div > div.l-half-vertical-gutters > [class*=l-],
  .l-column-group.l-half-vertical-gutters > [class*=l-all-], .colors div > div.l-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-half-vertical-gutters > .l-all-auto, .colors div > div.l-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.875em; }
  .l-column-group.l-quarter-gutters, .colors div > div.l-quarter-gutters {
    margin-left: -0.4375em; }
    .l-column-group.l-quarter-gutters > [class*=large-], .colors div > div.l-quarter-gutters > [class*=large-],
    .l-column-group.l-quarter-gutters > [class*=l-], .colors div > div.l-quarter-gutters > [class*=l-],
    .l-column-group.l-quarter-gutters > [class*=l-all-], .colors div > div.l-quarter-gutters > [class*=l-all-],
    .l-column-group.l-quarter-gutters > .l-all-auto, .colors div > div.l-quarter-gutters > .l-all-auto {
      padding-left: 0.4375em;
      margin-bottom: 0.4375em; }
  .l-column-group.l-quarter-horizontal-gutters, .colors div > div.l-quarter-horizontal-gutters {
    margin-left: -0.4375em; }
    .l-column-group.l-quarter-horizontal-gutters > [class*=large-], .colors div > div.l-quarter-horizontal-gutters > [class*=large-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.4375em; }
  .l-column-group.l-quarter-vertical-gutters > [class*=large-], .colors div > div.l-quarter-vertical-gutters > [class*=large-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-], .colors div > div.l-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.4375em; }
  .l-column-group.l-large-gutters, .colors div > div.l-large-gutters {
    margin-left: -1.75em; }
    .l-column-group.l-large-gutters > [class*=large-], .colors div > div.l-large-gutters > [class*=large-],
    .l-column-group.l-large-gutters > [class*=l-], .colors div > div.l-large-gutters > [class*=l-],
    .l-column-group.l-large-gutters > [class*=l-all-], .colors div > div.l-large-gutters > [class*=l-all-],
    .l-column-group.l-large-gutters > .l-all-auto, .colors div > div.l-large-gutters > .l-all-auto {
      padding-left: 1.75em;
      margin-bottom: 1.75em; }
  .l-column-group.l-large-horizontal-gutters, .colors div > div.l-large-horizontal-gutters {
    margin-left: -1.75em; }
    .l-column-group.l-large-horizontal-gutters > [class*=large-], .colors div > div.l-large-horizontal-gutters > [class*=large-],
    .l-column-group.l-large-horizontal-gutters > [class*=l-], .colors div > div.l-large-horizontal-gutters > [class*=l-],
    .l-column-group.l-large-horizontal-gutters > [class*=l-all-], .colors div > div.l-large-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-large-horizontal-gutters > .l-all-auto, .colors div > div.l-large-horizontal-gutters > .l-all-auto {
      padding-left: 1.75em; }
  .l-column-group.l-large-vertical-gutters > [class*=large-], .colors div > div.l-large-vertical-gutters > [class*=large-],
  .l-column-group.l-large-vertical-gutters > [class*=l-], .colors div > div.l-large-vertical-gutters > [class*=l-],
  .l-column-group.l-large-vertical-gutters > [class*=l-all-], .colors div > div.l-large-vertical-gutters > [class*=l-all-],
  .l-column-group.l-large-vertical-gutters > .l-all-auto, .colors div > div.l-large-vertical-gutters > .l-all-auto {
    margin-bottom: 1.75em; }
  .l-column-group.l-large-double-gutters, .colors div > div.l-large-double-gutters {
    margin-left: -3.5em; }
    .l-column-group.l-large-double-gutters > [class*=large-], .colors div > div.l-large-double-gutters > [class*=large-],
    .l-column-group.l-large-double-gutters > [class*=l-], .colors div > div.l-large-double-gutters > [class*=l-],
    .l-column-group.l-large-double-gutters > [class*=l-all-], .colors div > div.l-large-double-gutters > [class*=l-all-],
    .l-column-group.l-large-double-gutters > .l-all-auto, .colors div > div.l-large-double-gutters > .l-all-auto {
      padding-left: 3.5em;
      margin-bottom: 3.5em; }
  .l-column-group.l-large-double-horizontal-gutters, .colors div > div.l-large-double-horizontal-gutters {
    margin-left: -3.5em; }
    .l-column-group.l-large-double-horizontal-gutters > [class*=large-], .colors div > div.l-large-double-horizontal-gutters > [class*=large-],
    .l-column-group.l-large-double-horizontal-gutters > [class*=l-], .colors div > div.l-large-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-large-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-large-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-large-double-horizontal-gutters > .l-all-auto, .colors div > div.l-large-double-horizontal-gutters > .l-all-auto {
      padding-left: 3.5em; }
  .l-column-group.l-large-double-vertical-gutters > [class*=large-], .colors div > div.l-large-double-vertical-gutters > [class*=large-],
  .l-column-group.l-large-double-vertical-gutters > [class*=l-], .colors div > div.l-large-double-vertical-gutters > [class*=l-],
  .l-column-group.l-large-double-vertical-gutters > [class*=l-all-], .colors div > div.l-large-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-large-double-vertical-gutters > .l-all-auto, .colors div > div.l-large-double-vertical-gutters > .l-all-auto {
    margin-bottom: 3.5em; }
  .l-column-group.l-large-half-gutters, .colors div > div.l-large-half-gutters {
    margin-left: -0.875em; }
    .l-column-group.l-large-half-gutters > [class*=large-], .colors div > div.l-large-half-gutters > [class*=large-],
    .l-column-group.l-large-half-gutters > [class*=l-], .colors div > div.l-large-half-gutters > [class*=l-],
    .l-column-group.l-large-half-gutters > [class*=l-all-], .colors div > div.l-large-half-gutters > [class*=l-all-],
    .l-column-group.l-large-half-gutters > .l-all-auto, .colors div > div.l-large-half-gutters > .l-all-auto {
      padding-left: 0.875em;
      margin-bottom: 0.875em; }
  .l-column-group.l-large-half-horizontal-gutters, .colors div > div.l-large-half-horizontal-gutters {
    margin-left: -0.875em; }
    .l-column-group.l-large-half-horizontal-gutters > [class*=large-], .colors div > div.l-large-half-horizontal-gutters > [class*=large-],
    .l-column-group.l-large-half-horizontal-gutters > [class*=l-], .colors div > div.l-large-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-large-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-large-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-large-half-horizontal-gutters > .l-all-auto, .colors div > div.l-large-half-horizontal-gutters > .l-all-auto {
      padding-left: 0.875em; }
  .l-column-group.l-large-half-vertical-gutters > [class*=large-], .colors div > div.l-large-half-vertical-gutters > [class*=large-],
  .l-column-group.l-large-half-vertical-gutters > [class*=l-], .colors div > div.l-large-half-vertical-gutters > [class*=l-],
  .l-column-group.l-large-half-vertical-gutters > [class*=l-all-], .colors div > div.l-large-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-large-half-vertical-gutters > .l-all-auto, .colors div > div.l-large-half-vertical-gutters > .l-all-auto {
    margin-bottom: 0.875em; }
  .l-column-group.l-large-quarter-gutters, .colors div > div.l-large-quarter-gutters {
    margin-left: -0.4375em; }
    .l-column-group.l-large-quarter-gutters > [class*=large-], .colors div > div.l-large-quarter-gutters > [class*=large-],
    .l-column-group.l-large-quarter-gutters > [class*=l-], .colors div > div.l-large-quarter-gutters > [class*=l-],
    .l-column-group.l-large-quarter-gutters > [class*=l-all-], .colors div > div.l-large-quarter-gutters > [class*=l-all-],
    .l-column-group.l-large-quarter-gutters > .l-all-auto, .colors div > div.l-large-quarter-gutters > .l-all-auto {
      padding-left: 0.4375em;
      margin-bottom: 0.4375em; }
  .l-column-group.l-large-quarter-horizontal-gutters, .colors div > div.l-large-quarter-horizontal-gutters {
    margin-left: -0.4375em; }
    .l-column-group.l-large-quarter-horizontal-gutters > [class*=large-], .colors div > div.l-large-quarter-horizontal-gutters > [class*=large-],
    .l-column-group.l-large-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-large-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-large-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-large-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-large-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-large-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.4375em; }
  .l-column-group.l-large-quarter-vertical-gutters > [class*=large-], .colors div > div.l-large-quarter-vertical-gutters > [class*=large-],
  .l-column-group.l-large-quarter-vertical-gutters > [class*=l-], .colors div > div.l-large-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-large-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-large-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-large-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-large-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.4375em; }
  .l-column-group.l-large-no-gutters, .colors div > div.l-large-no-gutters {
    margin-left: 0; }
    .l-column-group.l-large-no-gutters > [class*=large-], .colors div > div.l-large-no-gutters > [class*=large-],
    .l-column-group.l-large-no-gutters > [class*=l-], .colors div > div.l-large-no-gutters > [class*=l-],
    .l-column-group.l-large-no-gutters > [class*=l-all-], .colors div > div.l-large-no-gutters > [class*=l-all-],
    .l-column-group.l-large-no-gutters > .l-all-auto, .colors div > div.l-large-no-gutters > .l-all-auto {
      padding-left: 0;
      margin-bottom: 0; }
  .l-large-5 {
    width: 5%;
    flex-grow: 0; }
  .l-large-10 {
    width: 10%;
    flex-grow: 0; }
  .l-large-15 {
    width: 15%;
    flex-grow: 0; }
  .l-large-16 {
    width: 16.66666%;
    flex-grow: 0; }
  .l-large-20 {
    width: 20%;
    flex-grow: 0; }
  .l-large-25 {
    width: 25%;
    flex-grow: 0; }
  .l-large-30 {
    width: 30%;
    flex-grow: 0; }
  .l-large-33 {
    width: 33.33333%;
    flex-grow: 0; }
  .l-large-35 {
    width: 35%;
    flex-grow: 0; }
  .l-large-40 {
    width: 40%;
    flex-grow: 0; }
  .l-large-45 {
    width: 45%;
    flex-grow: 0; }
  .l-large-50 {
    width: 50%;
    flex-grow: 0; }
  .l-large-55 {
    width: 55%;
    flex-grow: 0; }
  .l-large-60 {
    width: 60%;
    flex-grow: 0; }
  .l-large-65 {
    width: 65%;
    flex-grow: 0; }
  .l-large-66 {
    width: 66.66666%;
    flex-grow: 0; }
  .l-large-70 {
    width: 70%;
    flex-grow: 0; }
  .l-large-75 {
    width: 75%;
    flex-grow: 0; }
  .l-large-80 {
    width: 80%;
    flex-grow: 0; }
  .l-large-85 {
    width: 85%;
    flex-grow: 0; }
  .l-large-90 {
    width: 90%;
    flex-grow: 0; }
  .l-large-95 {
    width: 95%;
    flex-grow: 0; }
  .l-large-100 {
    width: 100%;
    flex-grow: 0; }
  .l-large-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-flex,
  .l-column-group,
  .colors div > div {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-direction: row;
    list-style: none; }
    .l-flex.l-large-reverse,
    .l-column-group.l-large-reverse,
    .colors div > div.l-large-reverse {
      flex-direction: row-reverse; }
    .l-flex.l-large-vertical,
    .l-column-group.l-large-vertical,
    .colors div > div.l-large-vertical {
      flex-direction: column; }
    .l-flex.l-large-vertical.l-large-reverse,
    .l-column-group.l-large-vertical.l-large-reverse,
    .colors div > div.l-large-vertical.l-large-reverse {
      flex-direction: column-reverse; }
  .l-order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .l-order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .l-order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .l-order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .l-order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .l-order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .l-order-7 {
    order: 7;
    -ms-flex-order: 7; }
  .l-order-8 {
    order: 8;
    -ms-flex-order: 8; }
  .l-order-9 {
    order: 9;
    -ms-flex-order: 9; }
  .l-order-10 {
    order: 10;
    -ms-flex-order: 10; }
  .l-column-group .l-large-auto, .colors div > div .l-large-auto {
    -ms-flex-basis: auto;
    flex-grow: 1; }
  .l-push-top,
  .l-large-push-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .l-push-bottom,
  .l-large-push-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .l-push-middle, .colors div > div,
  .l-large-push-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .l-push-stretch,
  .l-large-push-stretch {
    display: flex;
    align-items: stretch;
    flex-align: stretch;
    -ms-flex-align: stretch; }
  .l-push-left,
  .l-large-push-left {
    justify-content: flex-start;
    flex-pack: start;
    -ms-flex-pack: start;
    float: left; }
  .l-push-center, .colors div > div,
  .l-large-push-center {
    float: none !important;
    justify-content: center;
    flex-pack: center;
    -ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto; }
  .l-push-right,
  .l-large-push-right {
    justify-content: flex-end;
    flex-pack: end;
    -ms-flex-pack: end;
    float: right; }
  .l-push-distribute,
  .l-large-push-distribute {
    justify-content: space-around;
    flex-pack: distribute;
    -ms-flex-pack: distribute; }
  .l-align-left,
  .l-large-align-left {
    text-align: left; }
  .l-align-center,
  .l-large-align-center {
    text-align: center; }
  .l-align-right,
  .l-large-align-right {
    text-align: right; }
  .l-space {
    margin: 1.75em; }
  .l-large-space {
    margin: 1.75em; }
  .l-padding {
    padding: 1.75em; }
  .l-large-padding {
    padding: 1.75em; }
  .l-double-space {
    margin: 3.5em; }
  .l-large-double-space {
    margin: 3.5em; }
  .l-double-padding {
    padding: 3.5em; }
  .l-large-double-padding {
    padding: 3.5em; }
  .l-half-space {
    margin: 0.875em; }
  .l-large-half-space {
    margin: 0.875em; }
  .l-half-padding {
    padding: 0.875em; }
  .l-large-half-padding {
    padding: 0.875em; }
  .l-quarter-space {
    margin: 0.4375em; }
  .l-large-quarter-space {
    margin: 0.4375em; }
  .l-quarter-padding {
    padding: 0.4375em; }
  .l-large-quarter-padding {
    padding: 0.4375em; }
  .l-vertical-space {
    margin-top: 1.75em;
    margin-bottom: 1.75em; }
  .l-large-vertical-space {
    margin-top: 1.75em;
    margin-bottom: 1.75em; }
  .l-vertical-padding {
    padding-top: 1.75em;
    padding-bottom: 1.75em; }
  .l-large-vertical-padding {
    padding-top: 1.75em;
    padding-bottom: 1.75em; }
  .l-double-vertical-space {
    margin-top: 3.5em;
    margin-bottom: 3.5em; }
  .l-large-double-vertical-space {
    margin-top: 3.5em;
    margin-bottom: 3.5em; }
  .l-double-vertical-padding {
    padding-top: 3.5em;
    padding-bottom: 3.5em; }
  .l-large-double-vertical-padding {
    padding-top: 3.5em;
    padding-bottom: 3.5em; }
  .l-half-vertical-space {
    margin-top: 0.875em;
    margin-bottom: 0.875em; }
  .l-large-half-vertical-space {
    margin-top: 0.875em;
    margin-bottom: 0.875em; }
  .l-half-vertical-padding {
    padding-top: 0.875em;
    padding-bottom: 0.875em; }
  .l-large-half-vertical-padding {
    padding-top: 0.875em;
    padding-bottom: 0.875em; }
  .l-quarter-vertical-space {
    margin-top: 0.4375em;
    margin-bottom: 0.4375em; }
  .l-large-quarter-vertical-space {
    margin-top: 0.4375em;
    margin-bottom: 0.4375em; }
  .l-quarter-vertical-padding {
    padding-top: 0.4375em;
    padding-bottom: 0.4375em; }
  .l-large-quarter-vertical-padding {
    padding-top: 0.4375em;
    padding-bottom: 0.4375em; }
  .l-horizontal-space {
    margin-left: 1.75em;
    margin-right: 1.75em; }
  .l-large-horizontal-space {
    margin-left: 1.75em;
    margin-right: 1.75em; }
  .l-horizontal-padding {
    padding-left: 1.75em;
    padding-right: 1.75em; }
  .l-large-horizontal-padding {
    padding-left: 1.75em;
    padding-right: 1.75em; }
  .l-double-horizontal-space {
    margin-left: 3.5em;
    margin-right: 3.5em; }
  .l-large-double-horizontal-space {
    margin-left: 3.5em;
    margin-right: 3.5em; }
  .l-double-horizontal-padding {
    padding-left: 3.5em;
    padding-right: 3.5em; }
  .l-large-double-horizontal-padding {
    padding-left: 3.5em;
    padding-right: 3.5em; }
  .l-half-horizontal-space {
    margin-left: 0.875em;
    margin-right: 0.875em; }
  .l-large-half-horizontal-space {
    margin-left: 0.875em;
    margin-right: 0.875em; }
  .l-half-horizontal-padding {
    padding-left: 0.875em;
    padding-right: 0.875em; }
  .l-large-half-horizontal-padding {
    padding-left: 0.875em;
    padding-right: 0.875em; }
  .l-quarter-horizontal-space {
    margin-left: 0.4375em;
    margin-right: 0.4375em; }
  .l-large-quarter-horizontal-space {
    margin-left: 0.4375em;
    margin-right: 0.4375em; }
  .l-quarter-horizontal-padding {
    padding-left: 0.4375em;
    padding-right: 0.4375em; }
  .l-large-quarter-horizontal-padding {
    padding-left: 0.4375em;
    padding-right: 0.4375em; }
  .l-top-space {
    margin-top: 1.75em; }
  .l-large-top-space {
    margin-top: 1.75em; }
  .l-top-padding {
    padding-top: 1.75em; }
  .l-large-top-padding {
    padding-top: 1.75em; }
  .l-double-top-space {
    margin-top: 3.5em; }
  .l-large-double-top-space {
    margin-top: 3.5em; }
  .l-double-top-padding {
    padding-top: 3.5em; }
  .l-large-double-top-padding {
    padding-top: 3.5em; }
  .l-half-top-space {
    margin-top: 0.875em; }
  .l-large-half-top-space {
    margin-top: 0.875em; }
  .l-half-top-padding {
    padding-top: 0.875em; }
  .l-large-half-top-padding {
    padding-top: 0.875em; }
  .l-quarter-top-space {
    margin-top: 0.4375em; }
  .l-large-quarter-top-space {
    margin-top: 0.4375em; }
  .l-quarter-top-padding {
    padding-top: 0.4375em; }
  .l-large-quarter-top-padding {
    padding-top: 0.4375em; }
  .l-right-space {
    margin-right: 1.75em; }
  .l-large-right-space {
    margin-right: 1.75em; }
  .l-right-padding {
    padding-right: 1.75em; }
  .l-large-right-padding {
    padding-right: 1.75em; }
  .l-double-right-space {
    margin-right: 3.5em; }
  .l-large-double-right-space {
    margin-right: 3.5em; }
  .l-double-right-padding {
    padding-right: 3.5em; }
  .l-large-double-right-padding {
    padding-right: 3.5em; }
  .l-half-right-space {
    margin-right: 0.875em; }
  .l-large-half-right-space {
    margin-right: 0.875em; }
  .l-half-right-padding {
    padding-right: 0.875em; }
  .l-large-half-right-padding {
    padding-right: 0.875em; }
  .l-quarter-right-space {
    margin-right: 0.4375em; }
  .l-large-quarter-right-space {
    margin-right: 0.4375em; }
  .l-quarter-right-padding {
    padding-right: 0.4375em; }
  .l-large-quarter-right-padding {
    padding-right: 0.4375em; }
  .l-bottom-space {
    margin-bottom: 1.75em; }
  .l-large-bottom-space {
    margin-bottom: 1.75em; }
  .l-bottom-padding {
    padding-bottom: 1.75em; }
  .l-large-bottom-padding {
    padding-bottom: 1.75em; }
  .l-double-bottom-space {
    margin-bottom: 3.5em; }
  .l-large-double-bottom-space {
    margin-bottom: 3.5em; }
  .l-double-bottom-padding {
    padding-bottom: 3.5em; }
  .l-large-double-bottom-padding {
    padding-bottom: 3.5em; }
  .l-half-bottom-space {
    margin-bottom: 0.875em; }
  .l-large-half-bottom-space {
    margin-bottom: 0.875em; }
  .l-half-bottom-padding {
    padding-bottom: 0.875em; }
  .l-large-half-bottom-padding {
    padding-bottom: 0.875em; }
  .l-quarter-bottom-space {
    margin-bottom: 0.4375em; }
  .l-large-quarter-bottom-space {
    margin-bottom: 0.4375em; }
  .l-quarter-bottom-padding {
    padding-bottom: 0.4375em; }
  .l-large-quarter-bottom-padding {
    padding-bottom: 0.4375em; }
  .l-left-space {
    margin-left: 1.75em; }
  .l-large-left-space {
    margin-left: 1.75em; }
  .l-left-padding {
    padding-left: 1.75em; }
  .l-large-left-padding {
    padding-left: 1.75em; }
  .l-double-left-space {
    margin-left: 3.5em; }
  .l-large-double-left-space {
    margin-left: 3.5em; }
  .l-double-left-padding {
    padding-left: 3.5em; }
  .l-large-double-left-padding {
    padding-left: 3.5em; }
  .l-half-left-space {
    margin-left: 0.875em; }
  .l-large-half-left-space {
    margin-left: 0.875em; }
  .l-half-left-padding {
    padding-left: 0.875em; }
  .l-large-half-left-padding {
    padding-left: 0.875em; }
  .l-quarter-left-space {
    margin-left: 0.4375em; }
  .l-large-quarter-left-space {
    margin-left: 0.4375em; }
  .l-quarter-left-padding {
    padding-left: 0.4375em; }
  .l-large-quarter-left-padding {
    padding-left: 0.4375em; } }

@media screen and (min-width: 961px) and (max-width: 1260px) {
  .l-hide-large {
    display: none !important; }
  .l-show-large {
    display: inherit !important; }
  table.l-show-large {
    display: table; }
  thead.l-show-large {
    display: table-header-group; }
  tbody.l-show-large {
    display: table-row-group; }
  tfoot.l-show-large {
    display: table-footer-group; }
  tr.l-show-large {
    display: table-row; }
  th.l-show-large,
  td.l-show-large {
    display: table-cell; } }

@media screen and (min-width: 1261px) {
  .l-grid {
    padding: 0 2em; }
  .l-column-group.l-gutters, .colors div > div.l-gutters {
    margin-left: -2em; }
    .l-column-group.l-gutters > [class*=xlarge-], .colors div > div.l-gutters > [class*=xlarge-],
    .l-column-group.l-gutters > [class*=l-], .colors div > div.l-gutters > [class*=l-],
    .l-column-group.l-gutters > [class*=l-all-], .colors div > div.l-gutters > [class*=l-all-],
    .l-column-group.l-gutters > .l-all-auto, .colors div > div.l-gutters > .l-all-auto {
      padding-left: 2em;
      margin-bottom: 2em; }
  .l-column-group.l-horizontal-gutters, .colors div > div.l-horizontal-gutters {
    margin-left: -2em; }
    .l-column-group.l-horizontal-gutters > [class*=xlarge-], .colors div > div.l-horizontal-gutters > [class*=xlarge-],
    .l-column-group.l-horizontal-gutters > [class*=l-], .colors div > div.l-horizontal-gutters > [class*=l-],
    .l-column-group.l-horizontal-gutters > [class*=l-all-], .colors div > div.l-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-horizontal-gutters > .l-all-auto, .colors div > div.l-horizontal-gutters > .l-all-auto {
      padding-left: 2em; }
  .l-column-group.l-vertical-gutters > [class*=xlarge-], .colors div > div.l-vertical-gutters > [class*=xlarge-],
  .l-column-group.l-vertical-gutters > [class*=l-], .colors div > div.l-vertical-gutters > [class*=l-],
  .l-column-group.l-vertical-gutters > [class*=l-all-], .colors div > div.l-vertical-gutters > [class*=l-all-],
  .l-column-group.l-vertical-gutters > .l-all-auto, .colors div > div.l-vertical-gutters > .l-all-auto {
    margin-bottom: 2em; }
  .l-column-group.l-double-gutters, .colors div > div.l-double-gutters {
    margin-left: -4em; }
    .l-column-group.l-double-gutters > [class*=xlarge-], .colors div > div.l-double-gutters > [class*=xlarge-],
    .l-column-group.l-double-gutters > [class*=l-all-], .colors div > div.l-double-gutters > [class*=l-all-],
    .l-column-group.l-double-gutters > .l-all-auto, .colors div > div.l-double-gutters > .l-all-auto {
      padding-left: 4em;
      margin-bottom: 4em; }
  .l-column-group.l-double-horizontal-gutters, .colors div > div.l-double-horizontal-gutters {
    margin-left: -4em; }
    .l-column-group.l-double-horizontal-gutters > [class*=xlarge-], .colors div > div.l-double-horizontal-gutters > [class*=xlarge-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-], .colors div > div.l-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-double-horizontal-gutters > .l-all-auto, .colors div > div.l-double-horizontal-gutters > .l-all-auto {
      padding-left: 4em; }
  .l-column-group.l-double-vertical-gutters > [class*=xlarge-], .colors div > div.l-double-vertical-gutters > [class*=xlarge-],
  .l-column-group.l-double-vertical-gutters > [class*=l-], .colors div > div.l-double-vertical-gutters > [class*=l-],
  .l-column-group.l-double-vertical-gutters > [class*=l-all-], .colors div > div.l-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-double-vertical-gutters > .l-all-auto, .colors div > div.l-double-vertical-gutters > .l-all-auto {
    margin-bottom: 4em; }
  .l-column-group.l-half-gutters, .colors div > div.l-half-gutters {
    margin-left: -1em; }
    .l-column-group.l-half-gutters > [class*=xlarge-], .colors div > div.l-half-gutters > [class*=xlarge-],
    .l-column-group.l-half-gutters > [class*=l-], .colors div > div.l-half-gutters > [class*=l-],
    .l-column-group.l-half-gutters > [class*=l-all-], .colors div > div.l-half-gutters > [class*=l-all-],
    .l-column-group.l-half-gutters > .l-all-auto, .colors div > div.l-half-gutters > .l-all-auto {
      padding-left: 1em;
      margin-bottom: 1em; }
  .l-column-group.l-half-horizontal-gutters, .colors div > div.l-half-horizontal-gutters {
    margin-left: -1em; }
    .l-column-group.l-half-horizontal-gutters > [class*=xlarge-], .colors div > div.l-half-horizontal-gutters > [class*=xlarge-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-], .colors div > div.l-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-half-horizontal-gutters > .l-all-auto, .colors div > div.l-half-horizontal-gutters > .l-all-auto {
      padding-left: 1em; }
  .l-column-group.l-half-vertical-gutters > [class*=xlarge-], .colors div > div.l-half-vertical-gutters > [class*=xlarge-],
  .l-column-group.l-half-vertical-gutters > [class*=l-], .colors div > div.l-half-vertical-gutters > [class*=l-],
  .l-column-group.l-half-vertical-gutters > [class*=l-all-], .colors div > div.l-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-half-vertical-gutters > .l-all-auto, .colors div > div.l-half-vertical-gutters > .l-all-auto {
    margin-bottom: 1em; }
  .l-column-group.l-quarter-gutters, .colors div > div.l-quarter-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-quarter-gutters > [class*=xlarge-], .colors div > div.l-quarter-gutters > [class*=xlarge-],
    .l-column-group.l-quarter-gutters > [class*=l-], .colors div > div.l-quarter-gutters > [class*=l-],
    .l-column-group.l-quarter-gutters > [class*=l-all-], .colors div > div.l-quarter-gutters > [class*=l-all-],
    .l-column-group.l-quarter-gutters > .l-all-auto, .colors div > div.l-quarter-gutters > .l-all-auto {
      padding-left: 0.5em;
      margin-bottom: 0.5em; }
  .l-column-group.l-quarter-horizontal-gutters, .colors div > div.l-quarter-horizontal-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-quarter-horizontal-gutters > [class*=xlarge-], .colors div > div.l-quarter-horizontal-gutters > [class*=xlarge-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.5em; }
  .l-column-group.l-quarter-vertical-gutters > [class*=xlarge-], .colors div > div.l-quarter-vertical-gutters > [class*=xlarge-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-], .colors div > div.l-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.5em; }
  .l-column-group.l-xlarge-gutters, .colors div > div.l-xlarge-gutters {
    margin-left: -2em; }
    .l-column-group.l-xlarge-gutters > [class*=xlarge-], .colors div > div.l-xlarge-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-gutters > [class*=l-], .colors div > div.l-xlarge-gutters > [class*=l-],
    .l-column-group.l-xlarge-gutters > [class*=l-all-], .colors div > div.l-xlarge-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-gutters > .l-all-auto, .colors div > div.l-xlarge-gutters > .l-all-auto {
      padding-left: 2em;
      margin-bottom: 2em; }
  .l-column-group.l-xlarge-horizontal-gutters, .colors div > div.l-xlarge-horizontal-gutters {
    margin-left: -2em; }
    .l-column-group.l-xlarge-horizontal-gutters > [class*=xlarge-], .colors div > div.l-xlarge-horizontal-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-horizontal-gutters > [class*=l-], .colors div > div.l-xlarge-horizontal-gutters > [class*=l-],
    .l-column-group.l-xlarge-horizontal-gutters > [class*=l-all-], .colors div > div.l-xlarge-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-horizontal-gutters > .l-all-auto, .colors div > div.l-xlarge-horizontal-gutters > .l-all-auto {
      padding-left: 2em; }
  .l-column-group.l-xlarge-vertical-gutters > [class*=xlarge-], .colors div > div.l-xlarge-vertical-gutters > [class*=xlarge-],
  .l-column-group.l-xlarge-vertical-gutters > [class*=l-], .colors div > div.l-xlarge-vertical-gutters > [class*=l-],
  .l-column-group.l-xlarge-vertical-gutters > [class*=l-all-], .colors div > div.l-xlarge-vertical-gutters > [class*=l-all-],
  .l-column-group.l-xlarge-vertical-gutters > .l-all-auto, .colors div > div.l-xlarge-vertical-gutters > .l-all-auto {
    margin-bottom: 2em; }
  .l-column-group.l-xlarge-double-gutters, .colors div > div.l-xlarge-double-gutters {
    margin-left: -4em; }
    .l-column-group.l-xlarge-double-gutters > [class*=xlarge-], .colors div > div.l-xlarge-double-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-double-gutters > [class*=l-], .colors div > div.l-xlarge-double-gutters > [class*=l-],
    .l-column-group.l-xlarge-double-gutters > [class*=l-all-], .colors div > div.l-xlarge-double-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-double-gutters > .l-all-auto, .colors div > div.l-xlarge-double-gutters > .l-all-auto {
      padding-left: 4em;
      margin-bottom: 4em; }
  .l-column-group.l-xlarge-double-horizontal-gutters, .colors div > div.l-xlarge-double-horizontal-gutters {
    margin-left: -4em; }
    .l-column-group.l-xlarge-double-horizontal-gutters > [class*=xlarge-], .colors div > div.l-xlarge-double-horizontal-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-double-horizontal-gutters > [class*=l-], .colors div > div.l-xlarge-double-horizontal-gutters > [class*=l-],
    .l-column-group.l-xlarge-double-horizontal-gutters > [class*=l-all-], .colors div > div.l-xlarge-double-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-double-horizontal-gutters > .l-all-auto, .colors div > div.l-xlarge-double-horizontal-gutters > .l-all-auto {
      padding-left: 4em; }
  .l-column-group.l-xlarge-double-vertical-gutters > [class*=xlarge-], .colors div > div.l-xlarge-double-vertical-gutters > [class*=xlarge-],
  .l-column-group.l-xlarge-double-vertical-gutters > [class*=l-], .colors div > div.l-xlarge-double-vertical-gutters > [class*=l-],
  .l-column-group.l-xlarge-double-vertical-gutters > [class*=l-all-], .colors div > div.l-xlarge-double-vertical-gutters > [class*=l-all-],
  .l-column-group.l-xlarge-double-vertical-gutters > .l-all-auto, .colors div > div.l-xlarge-double-vertical-gutters > .l-all-auto {
    margin-bottom: 4em; }
  .l-column-group.l-xlarge-half-gutters, .colors div > div.l-xlarge-half-gutters {
    margin-left: -1em; }
    .l-column-group.l-xlarge-half-gutters > [class*=xlarge-], .colors div > div.l-xlarge-half-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-half-gutters > [class*=l-], .colors div > div.l-xlarge-half-gutters > [class*=l-],
    .l-column-group.l-xlarge-half-gutters > [class*=l-all-], .colors div > div.l-xlarge-half-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-half-gutters > .l-all-auto, .colors div > div.l-xlarge-half-gutters > .l-all-auto {
      padding-left: 1em;
      margin-bottom: 1em; }
  .l-column-group.l-xlarge-half-horizontal-gutters, .colors div > div.l-xlarge-half-horizontal-gutters {
    margin-left: -1em; }
    .l-column-group.l-xlarge-half-horizontal-gutters > [class*=xlarge-], .colors div > div.l-xlarge-half-horizontal-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-half-horizontal-gutters > [class*=l-], .colors div > div.l-xlarge-half-horizontal-gutters > [class*=l-],
    .l-column-group.l-xlarge-half-horizontal-gutters > [class*=l-all-], .colors div > div.l-xlarge-half-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-half-horizontal-gutters > .l-all-auto, .colors div > div.l-xlarge-half-horizontal-gutters > .l-all-auto {
      padding-left: 1em; }
  .l-column-group.l-xlarge-half-vertical-gutters > [class*=xlarge-], .colors div > div.l-xlarge-half-vertical-gutters > [class*=xlarge-],
  .l-column-group.l-xlarge-half-vertical-gutters > [class*=l-], .colors div > div.l-xlarge-half-vertical-gutters > [class*=l-],
  .l-column-group.l-xlarge-half-vertical-gutters > [class*=l-all-], .colors div > div.l-xlarge-half-vertical-gutters > [class*=l-all-],
  .l-column-group.l-xlarge-half-vertical-gutters > .l-all-auto, .colors div > div.l-xlarge-half-vertical-gutters > .l-all-auto {
    margin-bottom: 1em; }
  .l-column-group.l-xlarge-quarter-gutters, .colors div > div.l-xlarge-quarter-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-xlarge-quarter-gutters > [class*=xlarge-], .colors div > div.l-xlarge-quarter-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-quarter-gutters > [class*=l-], .colors div > div.l-xlarge-quarter-gutters > [class*=l-],
    .l-column-group.l-xlarge-quarter-gutters > [class*=l-all-], .colors div > div.l-xlarge-quarter-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-quarter-gutters > .l-all-auto, .colors div > div.l-xlarge-quarter-gutters > .l-all-auto {
      padding-left: 0.5em;
      margin-bottom: 0.5em; }
  .l-column-group.l-xlarge-quarter-horizontal-gutters, .colors div > div.l-xlarge-quarter-horizontal-gutters {
    margin-left: -0.5em; }
    .l-column-group.l-xlarge-quarter-horizontal-gutters > [class*=xlarge-], .colors div > div.l-xlarge-quarter-horizontal-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-quarter-horizontal-gutters > [class*=l-], .colors div > div.l-xlarge-quarter-horizontal-gutters > [class*=l-],
    .l-column-group.l-xlarge-quarter-horizontal-gutters > [class*=l-all-], .colors div > div.l-xlarge-quarter-horizontal-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-quarter-horizontal-gutters > .l-all-auto, .colors div > div.l-xlarge-quarter-horizontal-gutters > .l-all-auto {
      padding-left: 0.5em; }
  .l-column-group.l-xlarge-quarter-vertical-gutters > [class*=xlarge-], .colors div > div.l-xlarge-quarter-vertical-gutters > [class*=xlarge-],
  .l-column-group.l-xlarge-quarter-vertical-gutters > [class*=l-], .colors div > div.l-xlarge-quarter-vertical-gutters > [class*=l-],
  .l-column-group.l-xlarge-quarter-vertical-gutters > [class*=l-all-], .colors div > div.l-xlarge-quarter-vertical-gutters > [class*=l-all-],
  .l-column-group.l-xlarge-quarter-vertical-gutters > .l-all-auto, .colors div > div.l-xlarge-quarter-vertical-gutters > .l-all-auto {
    margin-bottom: 0.5em; }
  .l-column-group.l-xlarge-no-gutters, .colors div > div.l-xlarge-no-gutters {
    margin-left: 0; }
    .l-column-group.l-xlarge-no-gutters > [class*=xlarge-], .colors div > div.l-xlarge-no-gutters > [class*=xlarge-],
    .l-column-group.l-xlarge-no-gutters > [class*=l-], .colors div > div.l-xlarge-no-gutters > [class*=l-],
    .l-column-group.l-xlarge-no-gutters > [class*=l-all-], .colors div > div.l-xlarge-no-gutters > [class*=l-all-],
    .l-column-group.l-xlarge-no-gutters > .l-all-auto, .colors div > div.l-xlarge-no-gutters > .l-all-auto {
      padding-left: 0;
      margin-bottom: 0; }
  .l-xlarge-5 {
    width: 5%;
    flex-grow: 0; }
  .l-xlarge-10 {
    width: 10%;
    flex-grow: 0; }
  .l-xlarge-15 {
    width: 15%;
    flex-grow: 0; }
  .l-xlarge-16 {
    width: 16.66666%;
    flex-grow: 0; }
  .l-xlarge-20 {
    width: 20%;
    flex-grow: 0; }
  .l-xlarge-25 {
    width: 25%;
    flex-grow: 0; }
  .l-xlarge-30 {
    width: 30%;
    flex-grow: 0; }
  .l-xlarge-33 {
    width: 33.33333%;
    flex-grow: 0; }
  .l-xlarge-35 {
    width: 35%;
    flex-grow: 0; }
  .l-xlarge-40 {
    width: 40%;
    flex-grow: 0; }
  .l-xlarge-45 {
    width: 45%;
    flex-grow: 0; }
  .l-xlarge-50 {
    width: 50%;
    flex-grow: 0; }
  .l-xlarge-55 {
    width: 55%;
    flex-grow: 0; }
  .l-xlarge-60 {
    width: 60%;
    flex-grow: 0; }
  .l-xlarge-65 {
    width: 65%;
    flex-grow: 0; }
  .l-xlarge-66 {
    width: 66.66666%;
    flex-grow: 0; }
  .l-xlarge-70 {
    width: 70%;
    flex-grow: 0; }
  .l-xlarge-75 {
    width: 75%;
    flex-grow: 0; }
  .l-xlarge-80 {
    width: 80%;
    flex-grow: 0; }
  .l-xlarge-85 {
    width: 85%;
    flex-grow: 0; }
  .l-xlarge-90 {
    width: 90%;
    flex-grow: 0; }
  .l-xlarge-95 {
    width: 95%;
    flex-grow: 0; }
  .l-xlarge-100 {
    width: 100%;
    flex-grow: 0; }
  .l-xlarge-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .l-flex,
  .l-column-group,
  .colors div > div {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flexbox-wrap: wrap;
    flex-direction: row;
    list-style: none; }
    .l-flex.l-xlarge-reverse,
    .l-column-group.l-xlarge-reverse,
    .colors div > div.l-xlarge-reverse {
      flex-direction: row-reverse; }
    .l-flex.l-xlarge-vertical,
    .l-column-group.l-xlarge-vertical,
    .colors div > div.l-xlarge-vertical {
      flex-direction: column; }
    .l-flex.l-xlarge-vertical.l-xlarge-reverse,
    .l-column-group.l-xlarge-vertical.l-xlarge-reverse,
    .colors div > div.l-xlarge-vertical.l-xlarge-reverse {
      flex-direction: column-reverse; }
  .l-order-1 {
    order: 1;
    -ms-flex-order: 1; }
  .l-order-2 {
    order: 2;
    -ms-flex-order: 2; }
  .l-order-3 {
    order: 3;
    -ms-flex-order: 3; }
  .l-order-4 {
    order: 4;
    -ms-flex-order: 4; }
  .l-order-5 {
    order: 5;
    -ms-flex-order: 5; }
  .l-order-6 {
    order: 6;
    -ms-flex-order: 6; }
  .l-order-7 {
    order: 7;
    -ms-flex-order: 7; }
  .l-order-8 {
    order: 8;
    -ms-flex-order: 8; }
  .l-order-9 {
    order: 9;
    -ms-flex-order: 9; }
  .l-order-10 {
    order: 10;
    -ms-flex-order: 10; }
  .l-column-group .l-xlarge-auto, .colors div > div .l-xlarge-auto {
    -ms-flex-basis: auto;
    flex-grow: 1; }
  .l-push-top,
  .l-xlarge-push-top {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
  .l-push-bottom,
  .l-xlarge-push-bottom {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
  .l-push-middle, .colors div > div,
  .l-xlarge-push-middle {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
  .l-push-stretch,
  .l-xlarge-push-stretch {
    display: flex;
    align-items: stretch;
    flex-align: stretch;
    -ms-flex-align: stretch; }
  .l-push-left,
  .l-xlarge-push-left {
    justify-content: flex-start;
    flex-pack: start;
    -ms-flex-pack: start;
    float: left; }
  .l-push-center, .colors div > div,
  .l-xlarge-push-center {
    float: none !important;
    justify-content: center;
    flex-pack: center;
    -ms-flex-pack: center;
    margin-left: auto;
    margin-right: auto; }
  .l-push-right,
  .l-xlarge-push-right {
    justify-content: flex-end;
    flex-pack: end;
    -ms-flex-pack: end;
    float: right; }
  .l-push-distribute,
  .l-xlarge-push-distribute {
    justify-content: space-around;
    flex-pack: distribute;
    -ms-flex-pack: distribute; }
  .l-align-left,
  .l-xlarge-align-left {
    text-align: left; }
  .l-align-center,
  .l-xlarge-align-center {
    text-align: center; }
  .l-align-right,
  .l-xlarge-align-right {
    text-align: right; }
  .l-space {
    margin: 2em; }
  .l-xlarge-space {
    margin: 2em; }
  .l-padding {
    padding: 2em; }
  .l-xlarge-padding {
    padding: 2em; }
  .l-double-space {
    margin: 4em; }
  .l-xlarge-double-space {
    margin: 4em; }
  .l-double-padding {
    padding: 4em; }
  .l-xlarge-double-padding {
    padding: 4em; }
  .l-half-space {
    margin: 1em; }
  .l-xlarge-half-space {
    margin: 1em; }
  .l-half-padding {
    padding: 1em; }
  .l-xlarge-half-padding {
    padding: 1em; }
  .l-quarter-space {
    margin: 0.5em; }
  .l-xlarge-quarter-space {
    margin: 0.5em; }
  .l-quarter-padding {
    padding: 0.5em; }
  .l-xlarge-quarter-padding {
    padding: 0.5em; }
  .l-vertical-space {
    margin-top: 2em;
    margin-bottom: 2em; }
  .l-xlarge-vertical-space {
    margin-top: 2em;
    margin-bottom: 2em; }
  .l-vertical-padding {
    padding-top: 2em;
    padding-bottom: 2em; }
  .l-xlarge-vertical-padding {
    padding-top: 2em;
    padding-bottom: 2em; }
  .l-double-vertical-space {
    margin-top: 4em;
    margin-bottom: 4em; }
  .l-xlarge-double-vertical-space {
    margin-top: 4em;
    margin-bottom: 4em; }
  .l-double-vertical-padding {
    padding-top: 4em;
    padding-bottom: 4em; }
  .l-xlarge-double-vertical-padding {
    padding-top: 4em;
    padding-bottom: 4em; }
  .l-half-vertical-space {
    margin-top: 1em;
    margin-bottom: 1em; }
  .l-xlarge-half-vertical-space {
    margin-top: 1em;
    margin-bottom: 1em; }
  .l-half-vertical-padding {
    padding-top: 1em;
    padding-bottom: 1em; }
  .l-xlarge-half-vertical-padding {
    padding-top: 1em;
    padding-bottom: 1em; }
  .l-quarter-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .l-xlarge-quarter-vertical-space {
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  .l-quarter-vertical-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .l-xlarge-quarter-vertical-padding {
    padding-top: 0.5em;
    padding-bottom: 0.5em; }
  .l-horizontal-space {
    margin-left: 2em;
    margin-right: 2em; }
  .l-xlarge-horizontal-space {
    margin-left: 2em;
    margin-right: 2em; }
  .l-horizontal-padding {
    padding-left: 2em;
    padding-right: 2em; }
  .l-xlarge-horizontal-padding {
    padding-left: 2em;
    padding-right: 2em; }
  .l-double-horizontal-space {
    margin-left: 4em;
    margin-right: 4em; }
  .l-xlarge-double-horizontal-space {
    margin-left: 4em;
    margin-right: 4em; }
  .l-double-horizontal-padding {
    padding-left: 4em;
    padding-right: 4em; }
  .l-xlarge-double-horizontal-padding {
    padding-left: 4em;
    padding-right: 4em; }
  .l-half-horizontal-space {
    margin-left: 1em;
    margin-right: 1em; }
  .l-xlarge-half-horizontal-space {
    margin-left: 1em;
    margin-right: 1em; }
  .l-half-horizontal-padding {
    padding-left: 1em;
    padding-right: 1em; }
  .l-xlarge-half-horizontal-padding {
    padding-left: 1em;
    padding-right: 1em; }
  .l-quarter-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .l-xlarge-quarter-horizontal-space {
    margin-left: 0.5em;
    margin-right: 0.5em; }
  .l-quarter-horizontal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .l-xlarge-quarter-horizontal-padding {
    padding-left: 0.5em;
    padding-right: 0.5em; }
  .l-top-space {
    margin-top: 2em; }
  .l-xlarge-top-space {
    margin-top: 2em; }
  .l-top-padding {
    padding-top: 2em; }
  .l-xlarge-top-padding {
    padding-top: 2em; }
  .l-double-top-space {
    margin-top: 4em; }
  .l-xlarge-double-top-space {
    margin-top: 4em; }
  .l-double-top-padding {
    padding-top: 4em; }
  .l-xlarge-double-top-padding {
    padding-top: 4em; }
  .l-half-top-space {
    margin-top: 1em; }
  .l-xlarge-half-top-space {
    margin-top: 1em; }
  .l-half-top-padding {
    padding-top: 1em; }
  .l-xlarge-half-top-padding {
    padding-top: 1em; }
  .l-quarter-top-space {
    margin-top: 0.5em; }
  .l-xlarge-quarter-top-space {
    margin-top: 0.5em; }
  .l-quarter-top-padding {
    padding-top: 0.5em; }
  .l-xlarge-quarter-top-padding {
    padding-top: 0.5em; }
  .l-right-space {
    margin-right: 2em; }
  .l-xlarge-right-space {
    margin-right: 2em; }
  .l-right-padding {
    padding-right: 2em; }
  .l-xlarge-right-padding {
    padding-right: 2em; }
  .l-double-right-space {
    margin-right: 4em; }
  .l-xlarge-double-right-space {
    margin-right: 4em; }
  .l-double-right-padding {
    padding-right: 4em; }
  .l-xlarge-double-right-padding {
    padding-right: 4em; }
  .l-half-right-space {
    margin-right: 1em; }
  .l-xlarge-half-right-space {
    margin-right: 1em; }
  .l-half-right-padding {
    padding-right: 1em; }
  .l-xlarge-half-right-padding {
    padding-right: 1em; }
  .l-quarter-right-space {
    margin-right: 0.5em; }
  .l-xlarge-quarter-right-space {
    margin-right: 0.5em; }
  .l-quarter-right-padding {
    padding-right: 0.5em; }
  .l-xlarge-quarter-right-padding {
    padding-right: 0.5em; }
  .l-bottom-space {
    margin-bottom: 2em; }
  .l-xlarge-bottom-space {
    margin-bottom: 2em; }
  .l-bottom-padding {
    padding-bottom: 2em; }
  .l-xlarge-bottom-padding {
    padding-bottom: 2em; }
  .l-double-bottom-space {
    margin-bottom: 4em; }
  .l-xlarge-double-bottom-space {
    margin-bottom: 4em; }
  .l-double-bottom-padding {
    padding-bottom: 4em; }
  .l-xlarge-double-bottom-padding {
    padding-bottom: 4em; }
  .l-half-bottom-space {
    margin-bottom: 1em; }
  .l-xlarge-half-bottom-space {
    margin-bottom: 1em; }
  .l-half-bottom-padding {
    padding-bottom: 1em; }
  .l-xlarge-half-bottom-padding {
    padding-bottom: 1em; }
  .l-quarter-bottom-space {
    margin-bottom: 0.5em; }
  .l-xlarge-quarter-bottom-space {
    margin-bottom: 0.5em; }
  .l-quarter-bottom-padding {
    padding-bottom: 0.5em; }
  .l-xlarge-quarter-bottom-padding {
    padding-bottom: 0.5em; }
  .l-left-space {
    margin-left: 2em; }
  .l-xlarge-left-space {
    margin-left: 2em; }
  .l-left-padding {
    padding-left: 2em; }
  .l-xlarge-left-padding {
    padding-left: 2em; }
  .l-double-left-space {
    margin-left: 4em; }
  .l-xlarge-double-left-space {
    margin-left: 4em; }
  .l-double-left-padding {
    padding-left: 4em; }
  .l-xlarge-double-left-padding {
    padding-left: 4em; }
  .l-half-left-space {
    margin-left: 1em; }
  .l-xlarge-half-left-space {
    margin-left: 1em; }
  .l-half-left-padding {
    padding-left: 1em; }
  .l-xlarge-half-left-padding {
    padding-left: 1em; }
  .l-quarter-left-space {
    margin-left: 0.5em; }
  .l-xlarge-quarter-left-space {
    margin-left: 0.5em; }
  .l-quarter-left-padding {
    padding-left: 0.5em; }
  .l-xlarge-quarter-left-padding {
    padding-left: 0.5em; }
  .l-hide-xlarge {
    display: none !important; }
  .l-show-xlarge {
    display: inherit !important; }
  table.l-show-xlarge {
    display: table; }
  thead.l-show-xlarge {
    display: table-header-group; }
  tbody.l-show-xlarge {
    display: table-row-group; }
  tfoot.l-show-xlarge {
    display: table-footer-group; }
  tr.l-show-xlarge {
    display: table-row; }
  th.l-show-xlarge,
  td.l-show-xlarge {
    display: table-cell; } }

.l-no-border {
  border-color: transparent !important; }

.h-text-lowercase {
  text-transform: lowercase; }

.h-text-uppercase {
  text-transform: uppercase; }

.h-text-italic {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-style: italic; }

.h-text-bold {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold; }

em {
  font-family: "Helvetica Neue", Arial, sans-serif; }

body {
  background-color: #fff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 100%;
  line-height: 26px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

a {
  color: #0d78aa;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.o-icon-container {
  display: inline-block;
  padding: .5rem;
  background-color: #4c5358; }

.o-icon {
  display: inline-block;
  width: 48px;
  height: 48px;
  fill: #4c5358; }

.o-icon--xxsmall {
  width: 16px;
  height: 16px; }

.o-icon--xsmall {
  width: 24px;
  height: 24px; }

.o-icon--small {
  width: 32px;
  height: 32px; }

.o-icon--large {
  width: 63.99984px;
  height: 63.99984px; }

.o-icon--xlarge {
  width: 80.0016px;
  height: 80.0016px; }

.o-icon--xxlarge {
  width: 96px;
  height: 96px; }

.o-icon--text {
  fill: #4c5358; }

.o-icon--white {
  fill: #fff; }

.o-icon--error {
  fill: #c10606; }

.o-icon--warning {
  fill: #ed6f19; }

.h-img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.c-list {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-type: none;
  line-height: 1.75; }
  .c-list .c-list {
    margin-bottom: 0;
    margin-left: 20px; }
  .c-list ol,
  .c-list ul {
    padding-left: 1rem;
    list-style-type: none; }

.c-list--unordered {
  margin-left: 20px; }
  .c-list--unordered li {
    position: relative; }
    .c-list--unordered li:before {
      content: '\2022';
      position: absolute;
      top: -14px;
      margin-left: -20px;
      color: #aec736;
      font-size: 2rem; }

.c-list--ordered {
  margin: 0 0 0 20px;
  padding: 0;
  list-style-type: decimal;
  font-size: 1rem; }
  .c-list--ordered ol,
  .c-list--ordered ul {
    list-style-type: decimal; }

.c-list--inline {
  display: -webkit-box;
  display: -moz-box;
  -moz-display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  list-style-type: none; }
  .c-list--inline li {
    margin-left: 20px; }

.c-list--definition {
  margin: 0 0 12.0003000075px; }
  .c-list--definition dt {
    margin-bottom: 12.0003000075px;
    font-weight: bold; }
  .c-list--definition dd {
    margin: 0;
    padding-left: 0; }

.h-show-for-sr,
.h-show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.h-show-on-focus:active, .h-show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.h-show-for-landscape,
.h-hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .h-show-for-landscape,
    .h-hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .h-show-for-landscape,
    .h-hide-for-portrait {
      display: none !important; } }

.h-hide-for-landscape,
.h-show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .h-hide-for-landscape,
    .h-show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .h-hide-for-landscape,
    .h-show-for-portrait {
      display: block !important; } }

.l-main-content {
  height: 100vh;
  overflow-y: scroll; }

.is-readonly {
  font-style: italic; }

.is-error {
  background: #fcd0cc; }

.is-warning {
  background: #feeab4; }

.is-success {
  background: #dbefb9; }

.is-info {
  background: #d9edf7; }

.is-selected {
  background: #b7e9f8; }

.is-focused {
  background: #edf9fd; }

.o-btn {
  display: inline-block;
  padding: 0 1rem;
  margin-right: 12.0003000075px;
  max-height: 44px;
  line-height: 44px;
  font-size: 16px;
  background-color: #f5f5f6;
  color: #000;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -spec-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  border-width: 1px;
  border-style: solid;
  border-color: #aab1b6; }
  .o-btn:after, .o-btn:before {
    display: none; }
  .o-btn:hover, .o-btn:active {
    text-decoration: none; }
  .o-btn:not(.is-disabled):not([disabled]):not(:disabled):hover, .o-btn:not(.is-disabled):not([disabled]):not(:disabled).is-hover, .o-btn:not(.is-disabled):not([disabled]):not(:disabled):focus:hover {
    background-color: #e7e9eb;
    color: #000; }
  .o-btn:not(.is-disabled):not([disabled]):not(:disabled):active, .o-btn:not(.is-disabled):not([disabled]):not(:disabled).is-selected, .o-btn:not(.is-disabled):not([disabled]):not(:disabled):focus:active {
    background-color: #d2d6d9;
    color: #000; }
  .o-btn:focus, .o-btn.is-focused {
    outline: none; }
    .o-btn:focus:not(.is-disabled):not([disabled]):not(:disabled), .o-btn.is-focused:not(.is-disabled):not([disabled]):not(:disabled) {
      box-shadow: 0 0 3px #0d78aa; }
  .o-btn[disabled="disabled"], .o-btn:disabled, .o-btn.is-disabled {
    opacity: .3;
    cursor: not-allowed; }

.o-btn--small {
  display: inline-block;
  padding: 0 0.7500187505rem;
  margin-right: 12.0003000075px;
  max-height: 36px;
  line-height: 36px;
  font-size: 0.875rem; }

.o-btn--large {
  display: inline-block;
  padding: 0 1rem;
  margin-right: 12.0003000075px;
  max-height: 52px;
  line-height: 52px;
  font-size: 1.125rem; }

.o-btn--happy {
  background-color: #0d78aa;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -spec-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  border-color: transparent; }
  .o-btn--happy:after, .o-btn--happy:before {
    display: none; }
  .o-btn--happy:hover, .o-btn--happy:active {
    text-decoration: none; }
  .o-btn--happy:not(.is-disabled):not([disabled]):not(:disabled):hover, .o-btn--happy:not(.is-disabled):not([disabled]):not(:disabled).is-hover, .o-btn--happy:not(.is-disabled):not([disabled]):not(:disabled):focus:hover {
    background-color: #00648e;
    color: #fff; }
  .o-btn--happy:not(.is-disabled):not([disabled]):not(:disabled):active, .o-btn--happy:not(.is-disabled):not([disabled]):not(:disabled).is-selected, .o-btn--happy:not(.is-disabled):not([disabled]):not(:disabled):focus:active {
    background-color: #00436a;
    color: #fff; }
  .o-btn--happy:focus, .o-btn--happy.is-focused {
    outline: none; }
    .o-btn--happy:focus:not(.is-disabled):not([disabled]):not(:disabled), .o-btn--happy.is-focused:not(.is-disabled):not([disabled]):not(:disabled) {
      box-shadow: 0 0 3px #0d78aa; }
  .o-btn--happy[disabled="disabled"], .o-btn--happy:disabled, .o-btn--happy.is-disabled {
    opacity: .3;
    cursor: not-allowed; }

.o-btn--positive {
  background-color: #5d9834;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -spec-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  border-color: transparent; }
  .o-btn--positive:after, .o-btn--positive:before {
    display: none; }
  .o-btn--positive:hover, .o-btn--positive:active {
    text-decoration: none; }
  .o-btn--positive:not(.is-disabled):not([disabled]):not(:disabled):hover, .o-btn--positive:not(.is-disabled):not([disabled]):not(:disabled).is-hover, .o-btn--positive:not(.is-disabled):not([disabled]):not(:disabled):focus:hover {
    background-color: #4a7a2a;
    color: #fff; }
  .o-btn--positive:not(.is-disabled):not([disabled]):not(:disabled):active, .o-btn--positive:not(.is-disabled):not([disabled]):not(:disabled).is-selected, .o-btn--positive:not(.is-disabled):not([disabled]):not(:disabled):focus:active {
    background-color: #385b1f;
    color: #fff; }
  .o-btn--positive:focus, .o-btn--positive.is-focused {
    outline: none; }
    .o-btn--positive:focus:not(.is-disabled):not([disabled]):not(:disabled), .o-btn--positive.is-focused:not(.is-disabled):not([disabled]):not(:disabled) {
      box-shadow: 0 0 3px #0d78aa; }
  .o-btn--positive[disabled="disabled"], .o-btn--positive:disabled, .o-btn--positive.is-disabled {
    opacity: .3;
    cursor: not-allowed; }

.o-btn--negative {
  background-color: #c10606;
  color: #fff;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -spec-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  border-color: transparent; }
  .o-btn--negative:after, .o-btn--negative:before {
    display: none; }
  .o-btn--negative:hover, .o-btn--negative:active {
    text-decoration: none; }
  .o-btn--negative:not(.is-disabled):not([disabled]):not(:disabled):hover, .o-btn--negative:not(.is-disabled):not([disabled]):not(:disabled).is-hover, .o-btn--negative:not(.is-disabled):not([disabled]):not(:disabled):focus:hover {
    background-color: #9a0505;
    color: #fff; }
  .o-btn--negative:not(.is-disabled):not([disabled]):not(:disabled):active, .o-btn--negative:not(.is-disabled):not([disabled]):not(:disabled).is-selected, .o-btn--negative:not(.is-disabled):not([disabled]):not(:disabled):focus:active {
    background-color: #740404;
    color: #fff; }
  .o-btn--negative:focus, .o-btn--negative.is-focused {
    outline: none; }
    .o-btn--negative:focus:not(.is-disabled):not([disabled]):not(:disabled), .o-btn--negative.is-focused:not(.is-disabled):not([disabled]):not(:disabled) {
      box-shadow: 0 0 3px #0d78aa; }
  .o-btn--negative[disabled="disabled"], .o-btn--negative:disabled, .o-btn--negative.is-disabled {
    opacity: .3;
    cursor: not-allowed; }

.c-btn-group {
  display: inline-block;
  position: relative;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-color: #aab1b6; }
  .c-btn-group input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0); }
    .c-btn-group input[type="checkbox"]:checked + .o-btn-toggle {
      z-index: 1;
      border-color: transparent #aab1b6;
      background-color: #b7e9f8; }
    .c-btn-group input[type="checkbox"]:focus + .o-btn-toggle {
      z-index: 2;
      outline: none;
      background-color: #b7e9f8;
      box-shadow: 0 0 0.375rem #0d78aa; }
  .c-btn-group--split button {
    margin: 0; }
  .c-btn-group--toggle {
    position: relative;
    border: 0; }

.is-toggle input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0); }
  .is-toggle input[type="checkbox"]:checked + .o-btn-icon {
    z-index: 1;
    border-color: transparent #aab1b6;
    background-color: #b7e9f8; }
  .is-toggle input[type="checkbox"]:focus + .o-btn-icon {
    z-index: 2;
    outline: none;
    background-color: #dbf4fb;
    box-shadow: 0 0 0.375rem #0d78aa; }

.o-btn-icon {
  padding: 0.5rem;
  height: 2.75rem;
  width: 2.75rem;
  border-width: 1px;
  border-style: solid;
  border-color: #aab1b6;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 2px;
  position: relative; }
  .o-btn-icon svg {
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px; }
  .o-btn-icon:hover, .o-btn-icon.is-hover, .o-btn-icon:focus:hover {
    background-color: #dbf4fb; }
  .o-btn-icon:active, .o-btn-icon.is-selected, .o-btn-icon:focus:active, .o-btn-icon.is-focused:active {
    z-index: 2;
    background-color: #b7e9f8;
    border-color: #aab1b6; }
  .o-btn-icon:focus, .o-btn-icon.is-focused {
    outline: none;
    background-color: #b7e9f8;
    box-shadow: 0 0 0.375rem #0d78aa; }
  .o-btn-icon:disabled, .o-btn-icon.is-disabled {
    border-color: #e7e9eb;
    background-color: #f5f5f6;
    cursor: not-allowed; }
  .o-btn-icon svg {
    position: absolute;
    fill: #4c5358; }

.o-btn-icon--transparent {
  border: 0;
  background-color: transparent; }
  .o-btn-icon--transparent:active, .o-btn-icon--transparent:hover {
    background-color: transparent; }

.o-btn-icon--small {
  padding: 0.5rem;
  height: 2.25rem;
  width: 2.25rem; }
  .o-btn-icon--small svg {
    top: 8px;
    left: 8px;
    width: 20px;
    height: 20px; }

.o-btn-icon--normal {
  padding: 0.5rem;
  height: 2.75rem;
  width: 2.75rem; }
  .o-btn-icon--normal svg {
    top: 8px;
    left: 8px;
    width: 28px;
    height: 28px; }

.o-btn-icon--large {
  padding: 0.5rem;
  height: 3.25rem;
  width: 3.25rem; }
  .o-btn-icon--large svg {
    top: 8px;
    left: 8px;
    width: 36px;
    height: 36px; }

.o-btn-icon--xl {
  padding: 0.7500187505rem;
  height: 4.625rem;
  width: 4.625rem; }
  .o-btn-icon--xl svg {
    top: 12.0003000075px;
    left: 12.0003000075px;
    width: 49.999399985px;
    height: 49.999399985px; }

.o-btn-icon--xxl {
  padding: 0.7500187505rem;
  height: 5.625rem;
  width: 5.625rem; }
  .o-btn-icon--xxl svg {
    top: 12.0003000075px;
    left: 12.0003000075px;
    width: 65.999399985px;
    height: 65.999399985px; }

.o-btn-icon--3xl {
  padding: 1rem;
  height: 7.25rem;
  width: 7.25rem; }
  .o-btn-icon--3xl svg {
    top: 16px;
    left: 16px;
    width: 84px;
    height: 84px; }

.o-btn-icon--4xl {
  padding: 1rem;
  height: 8.25rem;
  width: 8.25rem; }
  .o-btn-icon--4xl svg {
    top: 16px;
    left: 16px;
    width: 100px;
    height: 100px; }

.o-btn-toggle {
  padding: 0 0.75rem;
  min-width: 50px;
  height: 40px;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #aab1b6;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 0; }
  .o-btn-toggle:hover, .o-btn-toggle.is-hover, .o-btn-toggle:focus:hover {
    background-color: #dbf4fb; }
  .o-btn-toggle:active, .o-btn-toggle.is-selected, .o-btn-toggle:focus:active, .o-btn-toggle.is-focused:active {
    z-index: 2;
    background-color: #b7e9f8;
    border-color: #aab1b6; }
  .o-btn-toggle:focus, .o-btn-toggle.is-focused {
    outline: none;
    background-color: #b7e9f8;
    box-shadow: 0 0 0.375rem #0d78aa; }
  .o-btn-toggle:disabled, .o-btn-toggle.is-disabled {
    border-color: #e7e9eb;
    background-color: #f5f5f6;
    cursor: not-allowed; }

.o-btn-toggle--small {
  padding: 0 0.75rem;
  min-width: 40px;
  height: 33px;
  font-size: 0.875rem;
  line-height: 35px;
  text-align: center; }

.o-btn-toggle--large {
  padding: 0 0.75rem;
  min-width: 65px;
  height: 55px;
  font-size: 1.125rem;
  line-height: 55px;
  text-align: center; }

.o-btn-toggle--rounded {
  min-width: 50px;
  height: 40px;
  padding: 10px 20px 0.75rem;
  font-size: 1rem;
  line-height: 40px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  border-color: #aab1b6;
  background-color: #f5f5f6;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 30px;
  margin: 5px; }
  .o-btn-toggle--rounded:hover, .o-btn-toggle--rounded.is-hover, .o-btn-toggle--rounded:focus:hover {
    background-color: #dbf4fb; }
  .o-btn-toggle--rounded:active, .o-btn-toggle--rounded.is-selected, .o-btn-toggle--rounded:focus:active, .o-btn-toggle--rounded.is-focused:active {
    z-index: 2;
    background-color: #b7e9f8;
    border-color: #aab1b6; }
  .o-btn-toggle--rounded:focus, .o-btn-toggle--rounded.is-focused {
    outline: none;
    background-color: #b7e9f8;
    box-shadow: 0 0 0.375rem #0d78aa; }
  .o-btn-toggle--rounded:disabled, .o-btn-toggle--rounded.is-disabled {
    border-color: #e7e9eb;
    background-color: #f5f5f6;
    cursor: not-allowed; }

.is-grouped .o-btn-icon,
.is-grouped .o-btn-toggle {
  border-width: 0 1px;
  border-style: solid;
  border-color: #e7e9eb;
  border-radius: 0;
  position: relative;
  z-index: 0;
  float: left; }
  .is-grouped .o-btn-icon:active, .is-grouped .o-btn-icon.is-selected,
  .is-grouped .o-btn-toggle:active,
  .is-grouped .o-btn-toggle.is-selected {
    border-color: transparent #aab1b6;
    background-color: #b7e9f8; }
  .is-grouped .o-btn-icon ~ .is-grouped .o-btn-icon,
  .is-grouped .o-btn-toggle ~ .is-grouped .o-btn-icon, .is-grouped .o-btn-icon ~
  .is-grouped .o-btn-toggle,
  .is-grouped .o-btn-toggle ~
  .is-grouped .o-btn-toggle {
    margin-left: -0.0625rem; }
  .is-grouped .o-btn-icon:focus,
  .is-grouped .o-btn-toggle:focus {
    z-index: 2;
    border: 0;
    box-shadow: none; }
  .is-grouped .o-btn-icon:first-of-type,
  .is-grouped .o-btn-toggle:first-of-type {
    border-radius: 2px 0 0 2px;
    margin: 0;
    border-left: none; }
  .is-grouped .o-btn-icon:last-of-type,
  .is-grouped .o-btn-toggle:last-of-type {
    border-radius: 0 2px 2px 0;
    border-right: none; }

.o.icon {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcyIDcxLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDcyIDcxLjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojNEM1MzU4O308L3N0eWxlPjxnIGlkPSJlZGl0Ij48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCw3MS41bDExLjctMS43bDExLjctMS43bC0xMC0xMGwtMTAtMTBMMS43LDU5LjhMMCw3MS41eiBNNDMuNSwxNC42bC0zLjQtMy40TDYuNiw0NC43bDIwLjEsMjAuMWwzMy41LTMzLjVMNTYuOCwyOEw0My41LDE0LjZ6IE03MC43LDIxLjRjMS44LTEuOCwxLjctNC43LTAuMS02LjZMNTcuMiwxLjRjLTEuOC0xLjgtNC44LTEuOS02LjUtMC4xYy0wLjEsMC4xLTAuMiwwLjMtMC4zLDAuNWwtMC4xLTAuMWwtNi40LDYuNGwyMC4xLDIwLjFsNi40LTYuNGwtMC4xLTAuMUM3MC40LDIxLjYsNzAuNiwyMS41LDcwLjcsMjEuNHoiLz48L2c+PGcgaWQ9IkxhYWdfMSI+PC9nPjwvc3ZnPg==); }
  .o.icon:not([disabled]):hover, .o.icon:not([disabled]).is-hover, .o.icon:not([disabled]):focus, .o.icon:not([disabled]).is-focused, .o.icon:not([disabled]):active, .o.icon:not([disabled]).is-selected {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcyIDcxLjUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDcyIDcxLjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48ZyBpZD0iZWRpdCI+PHBhdGggZD0iTTAsNzEuNWwxMS43LTEuN2wxMS43LTEuN2wtMTAtMTBsLTEwLTEwTDEuNyw1OS44TDAsNzEuNXogTTQzLjUsMTQuNmwtMy40LTMuNEw2LjYsNDQuN2wyMC4xLDIwLjFsMzMuNS0zMy41TDU2LjgsMjhMNDMuNSwxNC42eiBNNzAuNywyMS40YzEuOC0xLjgsMS43LTQuNy0wLjEtNi42TDU3LjIsMS40Yy0xLjgtMS44LTQuOC0xLjktNi41LTAuMWMtMC4xLDAuMS0wLjIsMC4zLTAuMywwLjVsLTAuMS0wLjFsLTYuNCw2LjRsMjAuMSwyMC4xbDYuNC02LjRsLTAuMS0wLjFDNzAuNCwyMS42LDcwLjYsMjEuNSw3MC43LDIxLjR6Ii8+PC9nPjxnIGlkPSJMYWFnXzEiPjwvZz48L3N2Zz4=); }

.o-btn--dropdown {
  position: relative;
  padding-right: 40px;
  text-align: right; }
  .o-btn--dropdown:before {
    content: '';
    display: block;
    position: absolute;
    right: 14px;
    bottom: 15px;
    width: 18px;
    height: 22px;
    background-image: url("../images/icons/u4-icon--colored/caret-down--grey-120.svg");
    background-repeat: no-repeat; }
  .o-btn--dropdown.o-btn--small:before {
    bottom: 7px;
    width: 15px;
    background-size: 15px; }
  .o-btn--dropdown.o-btn--large:before {
    bottom: 18px; }

.o-btn.is-floating {
  width: 42px;
  height: 42px;
  font-size: 1.5rem;
  line-height: 1.5rem;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0.125rem 0.125rem 0.25rem rgba(0, 0, 0, 0.2);
  text-align: center;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
  -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
  -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
  transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -spec-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: transform, background-color, box-shadow;
  -moz-transition-property: transform, background-color, box-shadow;
  transition-property: transform, background-color, box-shadow; }
  .o-btn.is-floating:not(.o-btn--happy) {
    border-color: #7c878e; }
    .o-btn.is-floating:not(.o-btn--happy):hover {
      background-color: #d2d6d9; }
    .o-btn.is-floating:not(.o-btn--happy):active {
      background-color: #aab1b6; }
  .o-btn.is-floating.o-btn--small {
    width: 32px;
    height: 32px;
    font-size: 1rem;
    line-height: 1rem; }
  .o-btn.is-floating.o-btn--large {
    width: 52px;
    height: 52px;
    font-size: 2rem;
    line-height: 2rem; }
  .o-btn.is-floating:active {
    transform: scale(0.96); }
  .o-btn.is-floating:focus:not(:active) {
    box-shadow: 0 0 0.375rem #0d78aa; }

.o-btn-split-icon {
  display: block;
  width: 44px;
  height: 44px;
  border-left: 1px solid #d2d6d9;
  background: url("../images/icons/u4-icon--colored/caret-down--grey-120.svg") center no-repeat;
  background-size: 40%; }

.o-btn--small .o-btn-split-icon {
  width: 36px;
  height: 36px; }

.o-btn--large .o-btn-split-icon {
  width: 52px;
  height: 52px; }

.c-btn-group--switch__check {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }
  .c-btn-group--switch__check + .c-btn-group--switch__label {
    display: block;
    position: relative;
    width: 42px;
    height: 24px;
    border-radius: 2em;
    outline: 0;
    background: #d2d6d9;
    cursor: pointer;
    user-select: none; }
    .c-btn-group--switch__check + .c-btn-group--switch__label:after, .c-btn-group--switch__check + .c-btn-group--switch__label:before {
      content: '';
      display: block;
      position: relative;
      width: 24px;
      height: 100%; }
    .c-btn-group--switch__check + .c-btn-group--switch__label:after {
      left: 0;
      border: 1px solid #aab1b6;
      border-radius: 12px;
      background: #fff;
      -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
      -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
      -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
      transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -spec-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: transform, width;
      -moz-transition-property: transform, width;
      transition-property: transform, width; }
    .c-btn-group--switch__check + .c-btn-group--switch__label:before {
      position: absolute;
      width: 100%;
      transition: border-width ease-in-out .2s;
      border: 0 solid #b7e9f8;
      border-radius: 12px; }
    .c-btn-group--switch__check + .c-btn-group--switch__label:hover:after {
      border-color: #7c878e;
      background-color: #edf9fd; }
    .c-btn-group--switch__check + .c-btn-group--switch__label:active:after {
      width: 28px;
      border-color: #7c878e;
      background-color: #edf9fd; }
  .c-btn-group--switch__check:focus + .c-btn-group--switch__label:after, .c-btn-group--switch__check:active + .c-btn-group--switch__label:after {
    box-shadow: 0 0 3px #0d78aa; }
  .c-btn-group--switch__check:checked + .c-btn-group--switch__label {
    border: 1px solid #7c878e; }
    .c-btn-group--switch__check:checked + .c-btn-group--switch__label:before {
      border-width: 11px; }
    .c-btn-group--switch__check:checked + .c-btn-group--switch__label:after {
      width: 22px;
      height: 22px;
      transform: translateX(18px);
      border: #0d78aa;
      border-radius: 11px;
      background: #0d78aa; }
    .c-btn-group--switch__check:checked + .c-btn-group--switch__label:hover:after {
      border: none;
      background: #00648e; }
    .c-btn-group--switch__check:checked + .c-btn-group--switch__label:active:after {
      width: 26px;
      transform: translateX(14px); }
  .c-btn-group--switch__check[disabled=disabled] + .c-btn-group--switch__label,
  .c-btn-group--switch__check:disabled + .c-btn-group--switch__label {
    opacity: .3;
    cursor: not-allowed; }
    .c-btn-group--switch__check[disabled=disabled] + .c-btn-group--switch__label:active:after, .c-btn-group--switch__check[disabled=disabled] + .c-btn-group--switch__label:hover:after,
    .c-btn-group--switch__check:disabled + .c-btn-group--switch__label:active:after,
    .c-btn-group--switch__check:disabled + .c-btn-group--switch__label:hover:after {
      width: 24px;
      border: 1px solid #aab1b6;
      background: #fff;
      box-shadow: none; }
  .c-btn-group--switch__check[disabled=disabled]:checked + .c-btn-group--switch__label,
  .c-btn-group--switch__check:disabled:checked + .c-btn-group--switch__label {
    opacity: .3; }
    .c-btn-group--switch__check[disabled=disabled]:checked + .c-btn-group--switch__label:active:after, .c-btn-group--switch__check[disabled=disabled]:checked + .c-btn-group--switch__label:hover:after,
    .c-btn-group--switch__check:disabled:checked + .c-btn-group--switch__label:active:after,
    .c-btn-group--switch__check:disabled:checked + .c-btn-group--switch__label:hover:after {
      width: 22px;
      transform: translateX(18px);
      border: #0d78aa;
      background: #0d78aa;
      box-shadow: none; }

.o-form-input {
  margin-bottom: 20px; }
  .o-form-input:last-child {
    margin: 0; }

.o-input__wrap {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 29px;
  min-height: 1.8125rem;
  margin-bottom: 28px; }
  .o-input__wrap .o-input__placeholder,
  .o-input__wrap .o-input__validation-icon {
    position: absolute;
    pointer-events: none; }

.o-input {
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  width: 100%;
  max-width: 100%;
  height: 29px;
  min-height: 29px;
  margin: 0;
  padding: 0 0 0.0625rem;
  border-width: 0 0 1px;
  border-radius: 0;
  border-color: transparent;
  background-color: transparent;
  color: #000;
  font-size: 16px; }
  .o-input:last-child {
    margin: 0; }
  .o-input:focus, .o-input.is-error, .o-input.is-warning, .o-input.is-success, .o-input.is-info {
    padding: 0 0 0.0625rem/16pxrem;
    border-width: 0 0 0.125rem;
    outline: 0;
    background-repeat: no-repeat;
    background-position: right 1px;
    background-size: 1.25rem; }
  .o-input:focus, .o-input:focus.is-error, .o-input:focus.is-warning, .o-input:focus.is-success, .o-input:focus.is-info {
    border-color: transparent; }
  .o-input__description {
    display: block;
    font-size: 0.875rem; }

.o-input__border {
  position: relative;
  top: -1px;
  width: 100%;
  height: 1px;
  background-color: #6c777c;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -webkit-transition-duration: 0.26s;
  -moz-transition-duration: 0.26s;
  -spec-transition-duration: 0.26s;
  transition-duration: 0.26s;
  -webkit-transition-property: background-color, transform;
  -moz-transition-property: background-color, transform;
  transition-property: background-color, transform; }

.o-input:focus ~ .o-input__border {
  transform: scaleY(1.6);
  background-color: #0d78aa; }

.o-input__placeholder {
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
  -webkit-transition-duration: 0.26s;
  -moz-transition-duration: 0.26s;
  -spec-transition-duration: 0.26s;
  transition-duration: 0.26s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  transition-property: transform, opacity;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  color: #6c777c; }
  .o-input__placeholder.is--hidden {
    transform: translateX(-5px);
    opacity: 0; }

.o-input__validation-icon {
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
  -webkit-transition-duration: 0.26s;
  -moz-transition-duration: 0.26s;
  -spec-transition-duration: 0.26s;
  transition-duration: 0.26s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateX(15px); }
  .o-input__validation-icon::before {
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -webkit-transition-duration: 0.26s;
    -moz-transition-duration: 0.26s;
    -spec-transition-duration: 0.26s;
    transition-duration: 0.26s;
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    transition-property: transform, opacity;
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    right: 0;
    width: 1.25rem;
    height: 1.25rem;
    transform: rotate(45deg);
    opacity: 0;
    background-size: 1.25rem; }

.o-input.is-error, .o-input.is-warning, .o-input.is-success, .o-input.is-info {
  padding-right: 1.25rem; }
  .o-input.is-error ~ .o-input__validation-icon, .o-input.is-warning ~ .o-input__validation-icon, .o-input.is-success ~ .o-input__validation-icon, .o-input.is-info ~ .o-input__validation-icon {
    transform: translateX(0); }
    .o-input.is-error ~ .o-input__validation-icon::before, .o-input.is-warning ~ .o-input__validation-icon::before, .o-input.is-success ~ .o-input__validation-icon::before, .o-input.is-info ~ .o-input__validation-icon::before {
      transform: rotate(0);
      opacity: 1; }
  .o-input.is-error:focus ~ .o-input__validation-icon, .o-input.is-warning:focus ~ .o-input__validation-icon, .o-input.is-success:focus ~ .o-input__validation-icon, .o-input.is-info:focus ~ .o-input__validation-icon {
    transform: translateX(0); }

.o-input.is-error.is-error-just-removed ~ .o-input__border, .o-input.is-warning.is-warning-just-removed ~ .o-input__border, .o-input.is-success.is-success-just-removed ~ .o-input__border, .o-input.is-info.is-info-just-removed ~ .o-input__border {
  background-color: #6c777c; }

.o-input.is-error.is-error-just-removed:focus ~ .o-input__border, .o-input.is-warning.is-warning-just-removed:focus ~ .o-input__border, .o-input.is-success.is-success-just-removed:focus ~ .o-input__border, .o-input.is-info.is-info-just-removed:focus ~ .o-input__border {
  background-color: #0d78aa; }

.o-input.is-error.is-error-just-removed ~ .o-input__validation-icon, .o-input.is-warning.is-warning-just-removed ~ .o-input__validation-icon, .o-input.is-success.is-success-just-removed ~ .o-input__validation-icon, .o-input.is-info.is-info-just-removed ~ .o-input__validation-icon {
  transform: translateX(15px); }
  .o-input.is-error.is-error-just-removed ~ .o-input__validation-icon::before, .o-input.is-warning.is-warning-just-removed ~ .o-input__validation-icon::before, .o-input.is-success.is-success-just-removed ~ .o-input__validation-icon::before, .o-input.is-info.is-info-just-removed ~ .o-input__validation-icon::before {
    transform: rotate(45deg);
    opacity: 0; }

.o-input.is-error:not(:focus) ~ .o-input__border {
  transform: scaleY(1.6);
  background-color: #c10606; }

.o-input.is-error ~ .o-input__validation-icon::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23c10606%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2296px%22%20height%3D%2296px%22%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cpath%20d%3D%22M47.125%2C0C21.096%2C0%2C0%2C21.096%2C0%2C47.125C0%2C73.152%2C21.096%2C94.25%2C47.125%2C94.25c26.028%2C0%2C47.125-21.098%2C47.125-47.125%0D%0A%09C94.25%2C21.096%2C73.153%2C0%2C47.125%2C0z%20M42.669%2C15.708h8.496c2.353%2C0%2C4.174%2C1.521%2C4.05%2C3.868l-1.676%2C31.271%0D%0A%09c-0.127%2C2.354-2.149%2C3.527-4.506%2C3.527h-4.14c-2.352%2C0-4.381-1.164-4.512-3.507l-1.751-30.919%0D%0A%09C38.504%2C17.599%2C40.318%2C15.708%2C42.669%2C15.708z%20M47.011%2C78.466c-4.724%2C0-8.709-3.983-8.709-8.713c0-4.635%2C3.984-8.61%2C8.709-8.61%0D%0A%09c4.726%2C0%2C8.617%2C3.977%2C8.617%2C8.61C55.628%2C74.482%2C51.736%2C78.466%2C47.011%2C78.466z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A"); }

.o-input.is-warning:not(:focus) ~ .o-input__border {
  transform: scaleY(1.6);
  background-color: #ed6f19; }

.o-input.is-warning ~ .o-input__validation-icon::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%23ed6f19%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%0D%0A%09%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2296px%22%20height%3D%2296px%22%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cpath%20d%3D%22M95.505%2C86.017L50.414%2C6.1c-0.579-1.03-1.699-1.6-2.872-1.414c-0.866%2C0.139-1.603%2C0.67-2.022%2C1.414L0.429%2C86.017%0D%0A%09c-0.496%2C0.877-0.496%2C2.295%2C0%2C3.168c0.503%2C0.888%2C1.432%2C1.755%2C2.445%2C1.755h90.188c1.009%2C0%2C1.943-0.867%2C2.443-1.755%0D%0A%09C95.999%2C88.309%2C95.999%2C86.893%2C95.505%2C86.017z%20M44.479%2C31.624h6.799c1.882%2C0%2C3.34%2C1.316%2C3.239%2C3.196l-1.343%2C25.322%0D%0A%09c-0.1%2C1.88-1.72%2C3.422-3.603%2C3.422h-3.313c-1.882%2C0-3.508-1.578-3.612-3.457l-1.402-25.191%0D%0A%09C41.143%2C33.035%2C42.597%2C31.624%2C44.479%2C31.624z%20M47.953%2C81.514c-3.782%2C0-6.97-3.188-6.97-6.971c0-3.708%2C3.188-6.895%2C6.97-6.895%0D%0A%09c3.779%2C0%2C6.895%2C3.187%2C6.895%2C6.895C54.848%2C78.325%2C51.733%2C81.514%2C47.953%2C81.514z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A%0D%0A"); }

.o-input.is-success:not(:focus) ~ .o-input__border {
  transform: scaleY(1.6);
  background-color: #5d9834; }

.o-input.is-success ~ .o-input__validation-icon::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%235d9834%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20x%3D%220px%22%20y%3D%220px%22%0D%0A%09%20width%3D%2296px%22%20height%3D%2296px%22%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cg%20id%3D%22approved_filter%22%3E%0D%0A%09%3Cpath%20d%3D%22M75.672%2C33.32L40.445%2C76.382l-17.67-19.969c-1.826-2.046-1.439-5.049%2C0.872-6.655%0D%0A%09%09c2.325-1.633%2C5.673-1.288%2C7.5%2C0.774l8.967%2C10.129L67.067%2C27.73c1.729-2.117%2C5.062-2.601%2C7.442-1.053%0D%0A%09%09C76.891%2C28.228%2C77.416%2C31.203%2C75.672%2C33.32z%20M47.736%2C0.43C21.378%2C0.43%2C0%2C21.821%2C0%2C48.208C0%2C74.608%2C21.378%2C96%2C47.736%2C96%0D%0A%09%09c26.36%2C0%2C47.736-21.392%2C47.736-47.792C95.473%2C21.821%2C74.097%2C0.43%2C47.736%2C0.43z%22%2F%3E%20%0D%0A%3C%2Fg%3E%0D%0A%3C%2Fsvg%3E%0D%0A"); }

.o-input.is-info:not(:focus) ~ .o-input__border {
  transform: scaleY(1.6);
  background-color: #0d78aa; }

.o-input.is-info ~ .o-input__validation-icon::before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%230d78aa%22%20version%3D%221.1%22%20%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20x%3D%220px%22%0D%0A%09%20y%3D%220px%22%20width%3D%2296px%22%20height%3D%2296px%22%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cpath%20d%3D%22M90.894%2C0H4.981C2.229%2C0%2C0%2C2.35%2C0%2C5.25v85.375c0%2C2.899%2C2.229%2C5.25%2C4.981%2C5.25h85.914c2.75%2C0%2C4.98-2.351%2C4.98-5.25V5.25%0D%0A%09C95.875%2C2.35%2C93.645%2C0%2C90.894%2C0z%20M56.542%2C81.125c0%2C2.037-1.652%2C3.688-3.688%2C3.688h-9.833c-2.037%2C0-3.688-1.65-3.688-3.688V39.333%0D%0A%09c0-2.037%2C1.65-3.688%2C3.688-3.688h9.833c2.035%2C0%2C3.688%2C1.65%2C3.688%2C3.688V81.125z%20M47.938%2C30.729c-5.431%2C0-9.833-4.403-9.833-9.833%0D%0A%09c0-5.431%2C4.403-9.833%2C9.833-9.833s9.833%2C4.403%2C9.833%2C9.833C57.771%2C26.326%2C53.368%2C30.729%2C47.938%2C30.729z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A"); }

.o-label, .o-label--inline {
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -webkit-transition-duration: 0.26s;
  -moz-transition-duration: 0.26s;
  -spec-transition-duration: 0.26s;
  transition-duration: 0.26s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color;
  display: block;
  color: #4c5358;
  font-size: 0.875rem;
  line-height: 2.07; }
  .o-label.is-error, .is-error.o-label--inline, .o-label.is-warning, .is-warning.o-label--inline, .o-label.is-success, .is-success.o-label--inline, .o-label.is-info, .is-info.o-label--inline {
    background-color: transparent; }
  .o-label.is-error, .is-error.o-label--inline {
    color: #c10606; }

.o-label--inline {
  display: inline-block;
  padding-right: 20px; }
  .o-label--inline ~ .o-input__wrap {
    max-width: 70%; }
  .o-label--inline ~ .o-input__description {
    margin-left: 28%; }

.o-label.o-label--focus, .o-label--focus.o-label--inline {
  color: #0d78aa; }

::-webkit-input-placeholder {
  color: #6c777c; }

::-moz-placeholder {
  color: #6c777c; }

:-moz-placeholder {
  color: #6c777c; }

input:not(.c-table--input):-ms-input-placeholder {
  color: #6c777c; }

input.c-table--input:-ms-input-placeholder {
  color: #6c777c; }

.o-input--select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  min-width: 183px;
  padding-bottom: 0.1875rem;
  border-width: 0 0 1px;
  border-radius: 0;
  border-bottom-color: #6c777c;
  background: transparent no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%234c5358%22%20version%3D%221.1%22%20%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2296px%22%20height%3D%2296px%22%0D%0A%09%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cpath%20d%3D%22M82%2C32c2.2%2C0%2C2.729%2C1.273%2C1.172%2C2.829L50.829%2C67.172c-1.556%2C1.557-4.102%2C1.557-5.657%2C0L12.829%2C34.829%0D%0A%09C11.273%2C33.273%2C11.8%2C32%2C14%2C32H82z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
  background-position: right 8px;
  background-size: 12px; }
  .o-input--select:focus {
    padding-bottom: 0.1875rem-1;
    border-bottom-width: 2px;
    border-bottom-color: #0d78aa;
    outline: none; }
  .o-input--select:focus, .o-input--select:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%2300648e%22%20version%3D%221.1%22%20%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2296px%22%20height%3D%2296px%22%0D%0A%09%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cpath%20d%3D%22M82%2C32c2.2%2C0%2C2.729%2C1.273%2C1.172%2C2.829L50.829%2C67.172c-1.556%2C1.557-4.102%2C1.557-5.657%2C0L12.829%2C34.829%0D%0A%09C11.273%2C33.273%2C11.8%2C32%2C14%2C32H82z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A"); }
  .o-input--select option {
    padding: 0; }
  .o-input--select::-ms-expand {
    display: none; }
  .o-input--select::-ms-value {
    background: none;
    color: #000; }
  .o-input--select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000; }
  .o-input--select[multiple="multiple"] {
    min-height: 65px; }

/*.o-input--number {
	position: relative;
	height: auto;

	&::-webkit-outer-spin-button,
	&::-webkit-inner-spin-button {
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		border: 6px solid;
		cursor: pointer;
		opacity: .4;

		&:active,
		&:hover {
			opacity: 1;
		}
	}
}*/
.o-input--radio,
.o-input--checkbox {
  position: absolute;
  width: auto;
  clip: rect(0, 0, 0, 0); }
  .o-input--radio + label,
  .o-input--checkbox + label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: relative;
    vertical-align: top; }
  .o-input--radio:focus + label,
  .o-input--checkbox:focus + label {
    color: #0d78aa; }

.o-input--radio + label {
  height: 33px;
  margin-right: 16px;
  padding-right: 0.375rem;
  padding-left: 2.1875rem;
  line-height: 2.25;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -spec-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: color;
  -moz-transition-property: color;
  transition-property: color; }

.o-input--radio:not(:disabled) + label {
  cursor: pointer; }

.o-input--radio + label:before,
.o-input--radio + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0.75rem;
  border-radius: 50%;
  background-color: #fff; }

.o-input--radio + label:before {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  border: 1px solid #d2d6d9;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -spec-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  transition-property: background-color, border; }

.o-input--radio + label:after {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: -0.75rem;
  margin-left: -0.75rem;
  width: 24px;
  height: 24px;
  transform: scale(0);
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -spec-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform; }

.o-input--radio:hover:not(:disabled) + label:before {
  border-color: #00648e; }

.o-input--radio:active:not(:disabled) + label:before {
  border-color: #0d78aa; }

.o-input--radio:focus + label:before {
  border-color: #0d78aa;
  box-shadow: 0 0 3px #0d78aa; }

.o-input--radio:checked + label:after {
  transform: scale(0.4); }

.o-input--radio:checked + label:before {
  border-color: #0d78aa;
  background-color: #0d78aa; }

.o-input--radio:checked:hover + label:before {
  border-color: #00648e;
  background-color: #00648e; }

.o-input--radio:disabled + label:before,
.o-input--radio:disabled + label {
  opacity: 0.7; }

.o-input--checkbox + label {
  height: 28px;
  margin-right: 16px;
  padding-right: 0.375rem;
  padding-left: 2.1875rem;
  line-height: 2; }

.o-input--checkbox:not(:disabled) + label {
  cursor: pointer; }

.o-input--checkbox + label:before,
.o-input--checkbox + label:after {
  content: '';
  display: block;
  position: absolute; }

.o-input--checkbox + label:before {
  top: 0.125rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .3s ease;
  transition-property: background-color, border-color;
  border: 1px solid #d2d6d9;
  background-color: #fff; }

.o-input--checkbox + label:after {
  top: 16px;
  left: 5px;
  width: 16px;
  height: 8px;
  transform: rotate(-52deg) rotateY(-24deg) rotateX(14deg);
  transform-origin: left top;
  transition: opacity .2s ease;
  animation: tick-disappear .3s;
  border: 2.5px solid #fff;
  border-top: none;
  border-right: none;
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  opacity: 0; }

.o-input--checkbox:hover:not(:disabled) + label:before {
  border-color: #00648e; }

.o-input--checkbox:focus + label:before {
  border-color: transparent;
  box-shadow: 0 0 3px #0d78aa; }

.o-input--checkbox:active:not(:disabled) + label:before {
  border-color: #0d78aa; }

.o-input--checkbox:checked + label:before {
  border-color: #0d78aa;
  background-color: #0d78aa; }

.o-input--checkbox:checked + label:after {
  animation: tick-appear .3s;
  opacity: 1; }

.o-input--checkbox:checked:hover + label:before {
  background-color: #00648e; }

.o-input--checkbox:disabled + label:before,
.o-input--checkbox:disabled + label {
  opacity: 0.7; }

@keyframes tick-appear {
  0% {
    width: 0;
    height: 0; }
  25% {
    width: 0;
    height: 8px; }
  50% {
    width: 15px;
    height: 8px; } }

@keyframes tick-disappear {
  0% {
    width: 16px;
    height: 8px; }
  25% {
    width: 0;
    height: 8px; }
  50% {
    width: 0;
    height: 0; } }

.o-input--file {
  position: absolute;
  z-index: -1;
  width: .1px;
  height: .1px;
  overflow: hidden;
  opacity: 0; }

.o-input--file__name {
  padding: 0 0.5rem; }

.o-input--file__label {
  display: inline-block;
  padding: 0 0.7500187505rem;
  margin-right: 12.0003000075px;
  max-height: 36px;
  line-height: 36px;
  font-size: 0.875rem;
  background-color: #f5f5f6;
  color: #000;
  border-radius: 3px;
  text-decoration: none;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -spec-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, box-shadow;
  -moz-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  border-width: 1px;
  border-style: solid;
  border-color: #aab1b6;
  cursor: pointer; }
  .o-input--file__label:after, .o-input--file__label:before {
    display: none; }
  .o-input--file__label:hover, .o-input--file__label:active {
    text-decoration: none; }
  .o-input--file__label:not(.is-disabled):not([disabled]):not(:disabled):hover, .o-input--file__label:not(.is-disabled):not([disabled]):not(:disabled).is-hover, .o-input--file__label:not(.is-disabled):not([disabled]):not(:disabled):focus:hover {
    background-color: #e7e9eb;
    color: #000; }
  .o-input--file__label:not(.is-disabled):not([disabled]):not(:disabled):active, .o-input--file__label:not(.is-disabled):not([disabled]):not(:disabled).is-selected, .o-input--file__label:not(.is-disabled):not([disabled]):not(:disabled):focus:active {
    background-color: #d2d6d9;
    color: #000; }
  .o-input--file__label:focus, .o-input--file__label.is-focused {
    outline: none; }
    .o-input--file__label:focus:not(.is-disabled):not([disabled]):not(:disabled), .o-input--file__label.is-focused:not(.is-disabled):not([disabled]):not(:disabled) {
      box-shadow: 0 0 3px #0d78aa; }
  .o-input--file__label[disabled="disabled"], .o-input--file__label:disabled, .o-input--file__label.is-disabled {
    opacity: .3;
    cursor: not-allowed; }
  .o-input--file__label:focus, .o-input--file__label.o-label--focus {
    outline: none;
    box-shadow: 0 0 3px #0d78aa; }

.o-input--textarea {
  width: 100%;
  padding-bottom: 0.0625rem-2;
  overflow: auto;
  resize: none; }
  .o-input--textarea:focus {
    padding-bottom: 0.0625rem-3; }

.o-text-count {
  display: block;
  color: #6c777c;
  font-size: 14px; }

.o-text-count--wrong {
  display: block;
  color: #c10606;
  font-size: 14px; }

.o-text-count--warning {
  display: block;
  color: #ed6f19;
  font-size: 14px; }

.l-form-group {
  margin-bottom: 20px; }

.o-input--range {
  height: 80px;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-appearance: none; }
  .o-input--range::-webkit-slider-runnable-track {
    border: none;
    height: 5px;
    background-color: #d2d6d9;
    background: linear-gradient(#0d78aa, #0d78aa) no-repeat #d2d6d9;
    background-size: 0% 100%;
    position: relative;
    -webkit-appearance: none; }
  .o-input--range::-moz-range-track {
    border: none;
    height: 5px;
    background-color: #d2d6d9;
    background: linear-gradient(#0d78aa, #0d78aa) no-repeat #d2d6d9;
    background-size: 0% 100%; }
  .o-input--range::-ms-track {
    height: 5px;
    border: 0;
    color: transparent; }
  .o-input--range::-ms-fill-lower {
    background: #0d78aa; }
  .o-input--range::-ms-fill-upper {
    background: #d2d6d9; }
  .o-input--range::-webkit-slider-thumb {
    border-width: 1px;
    border-style: solid;
    border-color: #7c878e;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -webkit-transition-duration: 0.26s;
    -moz-transition-duration: 0.26s;
    -spec-transition-duration: 0.26s;
    transition-duration: 0.26s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f5f5f6;
    margin-top: -9.5px;
    -webkit-appearance: none; }
  .o-input--range::-moz-range-thumb {
    border-width: 1px;
    border-style: solid;
    border-color: #7c878e;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -webkit-transition-duration: 0.26s;
    -moz-transition-duration: 0.26s;
    -spec-transition-duration: 0.26s;
    transition-duration: 0.26s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f5f5f6;
    cursor: pointer; }
  .o-input--range::-ms-thumb {
    border-width: 1px;
    border-style: solid;
    border-color: #7c878e;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1.6);
    -webkit-transition-duration: 0.26s;
    -moz-transition-duration: 0.26s;
    -spec-transition-duration: 0.26s;
    transition-duration: 0.26s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f5f5f6;
    width: 22px;
    height: 22px; }
  .o-input--range::-ms-tooltip {
    display: none; }
  .o-input--range:active::-webkit-slider-thumb {
    transform: scale(1.2); }
  .o-input--range:active::-moz-range-thumb {
    transform: scale(1.2); }
  .o-input--range:active::-ms-thumb {
    transform: scale(1.2); }
  .o-input--range:focus {
    outline: none; }
    .o-input--range:focus:not(:active)::-webkit-slider-thumb {
      box-shadow: 0 0 3px #0d78aa; }
    .o-input--range:focus:not(:active)::-moz-range-thumb {
      box-shadow: 0 0 3px #0d78aa; }
    .o-input--range:focus:not(:active)::-ms-thumb {
      box-shadow: 0 0 3px #0d78aa; }

.o-select {
  position: relative;
  min-width: 183px; }
  .o-select__field {
    width: 100%;
    height: 29px;
    padding-bottom: 0.1875rem;
    border-width: 0 0 1px;
    border-style: solid;
    border-radius: 0;
    border-bottom-color: transparent;
    background-color: transparent;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none; }
    .o-select__field:focus {
      outline: none; }
    .o-select__field:focus + .o-select__trigger {
      background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%2300648e%22%20version%3D%221.1%22%20%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2296px%22%20height%3D%2296px%22%0D%0A%09%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cpath%20d%3D%22M82%2C32c2.2%2C0%2C2.729%2C1.273%2C1.172%2C2.829L50.829%2C67.172c-1.556%2C1.557-4.102%2C1.557-5.657%2C0L12.829%2C34.829%0D%0A%09C11.273%2C33.273%2C11.8%2C32%2C14%2C32H82z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A"); }
  .o-select__field-border {
    position: relative;
    top: -1px;
    width: 100%;
    height: 1px;
    background-color: #6c777c;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -webkit-transition-duration: 0.26s;
    -moz-transition-duration: 0.26s;
    -spec-transition-duration: 0.26s;
    transition-duration: 0.26s;
    -webkit-transition-property: background-color, transform;
    -moz-transition-property: background-color, transform;
    transition-property: background-color, transform; }
  .o-select__field:focus + .o-select__field-border {
    transform: scaleY(1.6);
    background-color: #0d78aa; }
  .o-select__trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 12px;
    height: 100%;
    border: none;
    background: transparent no-repeat;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%234c5358%22%20version%3D%221.1%22%20%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2296px%22%20height%3D%2296px%22%0D%0A%09%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cpath%20d%3D%22M82%2C32c2.2%2C0%2C2.729%2C1.273%2C1.172%2C2.829L50.829%2C67.172c-1.556%2C1.557-4.102%2C1.557-5.657%2C0L12.829%2C34.829%0D%0A%09C11.273%2C33.273%2C11.8%2C32%2C14%2C32H82z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A");
    background-position: right 8px;
    background-size: 12px; }
    .o-select__trigger:active {
      outline: none; }
  .o-select:hover .o-select__trigger {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20fill%3D%22%2300648e%22%20version%3D%221.1%22%20%0D%0A%09%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2296px%22%20height%3D%2296px%22%0D%0A%09%20viewBox%3D%220%200%2096%2096%22%20%20%3E%0D%0A%3Cpath%20d%3D%22M82%2C32c2.2%2C0%2C2.729%2C1.273%2C1.172%2C2.829L50.829%2C67.172c-1.556%2C1.557-4.102%2C1.557-5.657%2C0L12.829%2C34.829%0D%0A%09C11.273%2C33.273%2C11.8%2C32%2C14%2C32H82z%22%2F%3E%0D%0A%3C%2Fsvg%3E%0D%0A"); }

.o-select + .c-menu {
  border-top: none; }

.c-tabs {
  display: -webkit-box;
  display: -moz-box;
  -moz-display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #fff; }
  .c-tabs__tab {
    display: block;
    position: relative;
    border: 0; }
    .c-tabs__tab a {
      -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
      -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
      -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
      transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
      -webkit-transition-duration: 0.26s;
      -moz-transition-duration: 0.26s;
      -spec-transition-duration: 0.26s;
      transition-duration: 0.26s;
      -webkit-transition-property: color;
      -moz-transition-property: color;
      transition-property: color;
      display: block;
      padding: 0 1rem;
      color: #4c5358; }
      .c-tabs__tab a:hover, .c-tabs__tab a:focus {
        outline: none;
        color: #0d78aa;
        text-decoration: none; }
    .c-tabs__tab:not(:last-child)::after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 0;
      width: 1px;
      height: 13px;
      margin-top: -6.5px;
      background-color: #d2d6d9; }
    .c-tabs__tab:active a, .c-tabs__tab.is--active a {
      color: #000; }
    .c-tabs__tab:active a:hover,
    .c-tabs__tab:active a:focus, .c-tabs__tab.is--active a:hover,
    .c-tabs__tab.is--active a:focus {
      color: #0d78aa; }

.c-tabs__tab-active-bar {
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
  -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
  -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
  transition-timing-function: cubic-bezier(0.45, 0, 0, 1.35);
  -webkit-transition-duration: 0.26s;
  -moz-transition-duration: 0.26s;
  -spec-transition-duration: 0.26s;
  transition-duration: 0.26s;
  -webkit-transition-property: transform, width;
  -moz-transition-property: transform, width;
  transition-property: transform, width;
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0d78aa; }

.c-panel__menu .c-tabs {
  background-color: #f5f5f6; }

.c-tabs--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  padding-left: 0; }
  .c-tabs--fixed ul {
    display: -webkit-box;
    display: -moz-box;
    -moz-display: flex;
    -ms-display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0; }
  @media screen and (max-width: 960px) {
    .c-tabs--fixed {
      display: -webkit-box;
      display: -moz-box;
      -moz-display: flex;
      -ms-display: flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 0;
      background-color: #4a5c69; }
      .c-tabs--fixed .c-tabs__tab {
        flex: 1; }
        .c-tabs--fixed .c-tabs__tab a {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 100%;
          padding: 0;
          color: #fff; }
        .c-tabs--fixed .c-tabs__tab svg {
          width: 28px;
          height: 28px;
          fill: #fff; }
        .c-tabs--fixed .c-tabs__tab:active, .c-tabs--fixed .c-tabs__tab.is--active {
          border-color: #afc836; }
          .c-tabs--fixed .c-tabs__tab:active a, .c-tabs--fixed .c-tabs__tab.is--active a {
            color: #fff; }
      .c-tabs--fixed .c-tabs__tab-active-bar {
        background-color: #afc836; } }

.c-tabs__tab {
  height: 52px; }
  .c-tabs__tab svg {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    padding: 0.25rem; }
  .c-tabs__tab a {
    display: -webkit-box;
    display: -moz-box;
    -moz-display: flex;
    -ms-display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    height: 100%;
    padding: 0 2rem;
    line-height: 1; }
  .c-tabs__tab::after {
    content: none; }

.c-tabs--bottom {
  top: auto;
  bottom: 0; }
  .c-tabs--bottom .c-tabs__tab:first-child::before {
    top: 0;
    bottom: auto; }

.c-tabs--with-scroll {
  box-sizing: content-box;
  background-color: #4a5c69; }
  .c-tabs--with-scroll .c-tabs__scroll-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    pointer-events: none; }
    .c-tabs--with-scroll .c-tabs__scroll-overlay__left, .c-tabs--with-scroll .c-tabs__scroll-overlay__right {
      display: block;
      position: absolute;
      top: 0;
      width: calc(12% + 15px);
      height: 100%;
      transition: opacity 0.4s;
      opacity: 0;
      background-image: url("data:image/svg+xml;charset=utf-8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%0A%3Csvg%20width%3D%2296px%22%20height%3D%2296px%22%20viewbox%3D%220%200%2096%2096%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20%3E%0A%20%20%20%20%3Cdefs%3E%0A%20%20%20%20%20%20%20%20%3ClinearGradient%20id%3D%22alphaLinear%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%220%25%22%20stop-color%3D%22%23FFFFFF%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Cstop%20offset%3D%22100%25%22%20stop-color%3D%22%23000000%22%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2FlinearGradient%3E%0A%0A%20%20%20%20%20%20%20%20%3Cmask%20id%3D%22Mask%22%3E%0A%20%20%20%20%20%20%20%20%20%20%20%20%3Crect%20x%3D%220%22%20y%3D%220%22%20width%3D%2276%22%20height%3D%2296%22%20fill%3D%22url(%23alphaLinear)%22%20%20%2F%3E%0A%20%20%20%20%20%20%20%20%3C%2Fmask%3E%0A%0A%20%20%20%20%3C%2Fdefs%3E%0A%20%20%20%20%3Crect%20class%3D%22st0%22%20width%3D%2296%22%20height%3D%2296%22%20fill%3D%22%234a5c69%22%20mask%3D%22url(%23Mask)%22%2F%3E%0A%3C%2Fsvg%3E"); }
      .c-tabs--with-scroll .c-tabs__scroll-overlay__left.show, .c-tabs--with-scroll .c-tabs__scroll-overlay__right.show {
        opacity: 1; }
    .c-tabs--with-scroll .c-tabs__scroll-overlay__left {
      left: -15px; }
    .c-tabs--with-scroll .c-tabs__scroll-overlay__right {
      right: -15px;
      transform: rotateZ(180deg); }
  .c-tabs--with-scroll:not(.c-tabs--scrolling),
  .c-tabs--with-scroll:not(.c-tabs--scrolling) .c-tabs__scroll-overlay {
    transition: transform 1s cubic-bezier(0, 0, 0.31, 1.07); }

@media screen and (max-width: 960px) {
  .c-tabs--fixed.c-tabs--with-icons .c-tabs__tab {
    height: 70px; } }

.c-modal__wrap {
  display: -webkit-box;
  display: -moz-box;
  -moz-display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -webkit-transition-duration: 0.21s;
  -moz-transition-duration: 0.21s;
  -spec-transition-duration: 0.21s;
  transition-duration: 0.21s;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  align-items: center;
  pointer-events: none; }
  .c-modal__wrap.is--opened {
    opacity: 1;
    pointer-events: initial; }
    .c-modal__wrap.is--opened .c-modal {
      transform: scale(1) translateY(0);
      pointer-events: all; }
    .c-modal__wrap.is--opened .c-modal__overlay {
      pointer-events: all; }

.c-modal {
  padding: 1.5rem;
  transform: scale(0.9) translateY(10px);
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -webkit-transition-duration: 0.21s;
  -moz-transition-duration: 0.21s;
  -spec-transition-duration: 0.21s;
  transition-duration: 0.21s;
  -webkit-transition-property: transform;
  -moz-transition-property: transform;
  transition-property: transform;
  border: 1px solid #d2d6d9;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 640px) {
    .c-modal {
      width: calc(100% - 2rem);
      padding: 1.5rem-8; } }
  @media screen and (min-width: 641px) {
    .c-modal {
      min-width: 208px;
      max-width: 608px; } }
  .c-modal__btn-group {
    padding: 1.5rem 0 0; }
  .c-modal__close {
    position: absolute;
    top: 23px;
    right: 23px; }
    .c-modal__close .o-icon {
      width: 20px;
      height: 20px; }
  .c-modal__title {
    width: 90%;
    margin-bottom: 8px;
    padding: 0;
    color: #000; }
  .c-modal__overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(74, 92, 105, 0.8);
    cursor: pointer; }

.c-breadcrumb {
  margin: 0;
  padding: 0; }
  .c-breadcrumb__item {
    display: inline-block;
    margin-right: 25px; }
  .c-breadcrumb a {
    position: relative;
    color: #0d78aa;
    font-size: 0.875rem; }
    .c-breadcrumb a:after {
      content: '';
      position: absolute;
      top: 3px;
      right: -16px;
      width: 5px;
      height: 8px;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0icmlnaHQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQuMiA3MS4xIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NC4yIDcxLjE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPi5zdDB7ZmlsbDojQTlCMUI1O308L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00My4zLDMzLjRsLTUuNy01LjdjMCwwLDAsMCwwLDBMMjQuOSwxNWgwTDE1LDUuMWwwLDBsLTQuMi00LjJjLTEuMi0xLjItMy4xLTEuMi00LjIsMEwwLjksNi41Yy0xLjIsMS4yLTEuMiwzLjEsMCw0LjJsMSwxTDUuMSwxNWw5LjksOS45bDEwLjYsMTAuNmwtNi40LDYuNGgwTDAuOSw2MC4zYy0xLjIsMS4yLTEuMiwzLjEsMCw0LjJsNS43LDUuN2MxLjIsMS4yLDMuMSwxLjIsNC4yLDBsMTguNC0xOC40bDguNS04LjVjMCwwLDAsMCwwLDBsNS43LTUuN2MwLjYtMC42LDAuOS0xLjQsMC45LTIuMUM0NC4yLDM0LjgsNDMuOSwzNCw0My4zLDMzLjR6Ii8+PC9zdmc+) center no-repeat;
      background-size: cover; }
    .c-breadcrumb a:before {
      -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
      -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
      -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
      transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
      -webkit-transition-duration: 0.3s;
      -moz-transition-duration: 0.3s;
      -spec-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-property: width, opacity;
      -moz-transition-property: width, opacity;
      transition-property: width, opacity;
      content: '';
      position: absolute;
      bottom: -6px;
      left: 0;
      width: 0;
      height: 2px;
      opacity: 0;
      background-color: #0d78aa; }
    .c-breadcrumb a:hover {
      text-decoration: none; }
      .c-breadcrumb a:hover:before {
        width: 100%;
        opacity: 1; }

.c-panel {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d6d9;
  position: relative; }
  .c-panel__action {
    position: absolute;
    top: 10px;
    right: 10px; }
  .c-panel__action-option {
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -webkit-transition-duration: 0.23s;
    -moz-transition-duration: 0.23s;
    -spec-transition-duration: 0.23s;
    transition-duration: 0.23s;
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    transition-property: transform, opacity;
    position: absolute;
    right: 0;
    transform: scale(0);
    opacity: 0;
    color: #000;
    font-size: .9rem;
    line-height: 1.5rem; }
    .c-panel__action-option:hover {
      text-decoration: none; }
    .c-panel__action-option.is--active {
      transform: scale(1);
      opacity: 1; }
    .c-panel__action-option > svg {
      margin-top: 2px; }
  .c-panel__body {
    padding: 1rem;
    background-color: #fff; }
    .c-panel__body p {
      margin: 0; }
  .c-panel__footer {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d6d9;
    padding: 1rem;
    border-width: 1px 0 0;
    background-color: #fff; }
  .c-panel__buttongroup a:last-child {
    margin: 0; }
  .c-panel__header {
    width: 100%;
    padding: 0 1rem;
    background-color: #f5f5f6; }
  .c-panel__title {
    margin: 0;
    padding: 0;
    padding-right: 10%;
    overflow: hidden;
    color: #000;
    line-height: 2.223;
    text-overflow: ellipsis;
    white-space: nowrap; }

.c-panel--noheader .c-panel__header {
  background: none; }

.c-panel--noheader .c-panel__body {
  padding: 0 1rem 1rem 1rem; }

.c-panel--child {
  border: 0; }
  .c-panel--child > .c-panel__header {
    padding: 0;
    background-color: transparent; }
  .c-panel--child > .c-panel__body {
    padding: 0 0 1rem 0; }
  .c-panel--child .c-panel__title {
    line-height: inherit; }

.c-topbar {
  display: block;
  width: 100%;
  min-height: 64px;
  box-shadow: 0 4px 6px rgba(76, 83, 88, 0.1); }
  @media screen and (min-width: 961px) {
    .c-topbar {
      background-color: #fff; }
      .c-topbar,
      .c-topbar .c-topbar__title a {
        color: #4c5358; }
      .c-topbar .c-topbar__element--show-on-mobile {
        display: none; } }
  @media screen and (max-width: 960px) {
    .c-topbar {
      background-color: #4a5c69; }
      .c-topbar,
      .c-topbar .c-topbar__title a {
        color: #fff; }
      .c-topbar .c-topbar__element--show-on-desktop {
        display: none; } }
  .c-topbar::before {
    content: ' ';
    display: block;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #4ac7ed 28px, #f68d2e 28px, #f68d2e 16%, #aab1b6 16%, #aab1b6 51%, #afc836 51%); }
  .c-topbar__wrapper {
    display: -webkit-box;
    display: -moz-box;
    -moz-display: flex;
    -ms-display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    min-height: 60px;
    padding: 1rem 1.75rem; }
    @media screen and (max-width: 640px) {
      .c-topbar__wrapper {
        display: -webkit-box;
        display: -moz-box;
        -moz-display: flex;
        -ms-display: flexbox;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -ms-justify-content: center;
        -moz-justify-content: center;
        justify-content: center; } }
  .c-topbar__title, .c-topbar__subtitle {
    margin: 0;
    padding: 0;
    white-space: nowrap; }
  .c-topbar__title,
  .c-topbar__title a, .c-topbar__subtitle {
    display: -webkit-box;
    display: -moz-box;
    -moz-display: flex;
    -ms-display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .c-topbar__title {
    margin-right: 0.8125rem;
    font-size: 1.1875rem;
    line-height: 24px; }
    .c-topbar__title img {
      height: 24px; }
  .c-topbar__subtitle {
    font-size: 1.1875rem;
    line-height: 1.1875rem; }
  .c-topbar .o-icon {
    width: 24px;
    height: 24px; }
  .c-topbar__expander {
    display: inline-block;
    position: relative;
    height: 24px;
    padding-left: 28px;
    white-space: nowrap;
    display: none;
    position: absolute;
    top: 0;
    right: 0; }
    .c-topbar__expander .c-topbar__link-icon {
      display: block;
      position: absolute;
      top: -8px;
      left: -8px;
      width: 40px;
      height: 40px;
      padding: 8px; }
    .c-topbar__expander .c-topbar__link-title {
      display: none; }
      @media screen and (min-width: 961px) {
        .c-topbar__expander .c-topbar__link-title {
          display: inherit; } }
    @media screen and (min-width: 961px) {
      .c-topbar__expander {
        color: #4c5358; }
        .c-topbar__expander .c-topbar__link-icon svg {
          fill: #4c5358; }
        .c-topbar__expander:hover {
          color: #000;
          text-decoration: none; }
          .c-topbar__expander:hover .c-topbar__link-icon svg {
            fill: #000; } }
    @media screen and (max-width: 960px) {
      .c-topbar__expander {
        color: #fff; }
        .c-topbar__expander .c-topbar__link-icon svg {
          fill: #fff; } }
    @media screen and (max-width: 640px) {
      .c-topbar__expander {
        display: inherit; } }
  .c-topbar__badge {
    border-radius: 3px;
    display: block;
    position: absolute;
    top: 0;
    right: -7px;
    min-width: 20px;
    padding: 0 2px;
    padding-top: 2px;
    background-color: #ed6f19;
    color: #fff;
    font-size: 0.9375rem;
    line-height: 18px;
    text-align: center; }
  .c-topbar__btn--back {
    display: inline-block;
    position: relative;
    height: 24px;
    padding-left: 28px;
    white-space: nowrap;
    display: none;
    position: absolute;
    top: 1.1rem;
    left: 1.75rem; }
    .c-topbar__btn--back .c-topbar__link-icon {
      display: block;
      position: absolute;
      top: -8px;
      left: -8px;
      width: 40px;
      height: 40px;
      padding: 8px; }
    .c-topbar__btn--back .c-topbar__link-title {
      display: none; }
      @media screen and (min-width: 961px) {
        .c-topbar__btn--back .c-topbar__link-title {
          display: inherit; } }
    @media screen and (min-width: 961px) {
      .c-topbar__btn--back {
        color: #4c5358; }
        .c-topbar__btn--back .c-topbar__link-icon svg {
          fill: #4c5358; }
        .c-topbar__btn--back:hover {
          color: #000;
          text-decoration: none; }
          .c-topbar__btn--back:hover .c-topbar__link-icon svg {
            fill: #000; } }
    @media screen and (max-width: 960px) {
      .c-topbar__btn--back {
        color: #fff; }
        .c-topbar__btn--back .c-topbar__link-icon svg {
          fill: #fff; } }
    @media screen and (max-width: 640px) {
      .c-topbar__btn--back {
        display: inherit; } }
  .c-topbar__menu-toggle-placeholder {
    width: 32px; }
    @media screen and (min-width: 961px) {
      .c-topbar__menu-toggle-placeholder {
        display: none; } }

.c-topbar--fixed {
  position: fixed;
  z-index: 5;
  top: 0; }

.c-topbar--fixed + * {
  margin-top: 60px; }

.c-topbar__toolbar {
  position: absolute;
  top: 1.12rem;
  right: 1.75rem;
  height: 24px; }
  .c-topbar__toolbar > ul {
    display: -webkit-box;
    display: -moz-box;
    -moz-display: flex;
    -ms-display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 640px) {
      .c-topbar__toolbar > ul {
        display: none; } }
    .c-topbar__toolbar > ul .c-topbar__link {
      display: inline-block;
      position: relative;
      height: 24px;
      padding-left: 28px;
      white-space: nowrap;
      margin-left: 16px; }
      .c-topbar__toolbar > ul .c-topbar__link .c-topbar__link-icon {
        display: block;
        position: absolute;
        top: -8px;
        left: -8px;
        width: 40px;
        height: 40px;
        padding: 8px; }
      .c-topbar__toolbar > ul .c-topbar__link .c-topbar__link-title {
        display: none; }
        @media screen and (min-width: 961px) {
          .c-topbar__toolbar > ul .c-topbar__link .c-topbar__link-title {
            display: inherit; } }
      @media screen and (min-width: 961px) {
        .c-topbar__toolbar > ul .c-topbar__link {
          color: #4c5358; }
          .c-topbar__toolbar > ul .c-topbar__link .c-topbar__link-icon svg {
            fill: #4c5358; }
          .c-topbar__toolbar > ul .c-topbar__link:hover {
            color: #000;
            text-decoration: none; }
            .c-topbar__toolbar > ul .c-topbar__link:hover .c-topbar__link-icon svg {
              fill: #000; } }
      @media screen and (max-width: 960px) {
        .c-topbar__toolbar > ul .c-topbar__link {
          color: #fff; }
          .c-topbar__toolbar > ul .c-topbar__link .c-topbar__link-icon svg {
            fill: #fff; } }
  .c-topbar__toolbar .c-topbar__item--has-badge .c-topbar__link {
    padding-left: 2.8125rem; }

.c-topbar__search {
  display: -webkit-box;
  display: -moz-box;
  -moz-display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .c-topbar__search .c-topbar__link {
    margin-left: 18px; }
  .c-topbar__search .o-input__wrap {
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -spec-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-property: width, opacity;
    -moz-transition-property: width, opacity;
    transition-property: width, opacity;
    width: 0;
    opacity: 0; }
  .c-topbar__search .o-input {
    margin: 0;
    font-size: 1.2rem; }
    .c-topbar__search .o-input:focus {
      transform: none; }

.c-topbar__toolbar .c-topbar__link-title {
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -spec-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: width, opacity;
  -moz-transition-property: width, opacity;
  transition-property: width, opacity;
  overflow: hidden;
  opacity: 1; }

.c-topbar__toolbar.is--search-expanded .c-topbar__link-title {
  width: 0 !important;
  opacity: 0; }

.c-topbar__toolbar.is--search-expanded .c-topbar__search .o-input__wrap {
  width: 400px;
  opacity: 1; }
  @media screen and (max-width: 960px) {
    .c-topbar__toolbar.is--search-expanded .c-topbar__search .o-input__wrap {
      width: 25vw; }
      .c-topbar__toolbar.is--search-expanded .c-topbar__search .o-input__wrap .o-input {
        color: #fff; } }

@media screen and (min-width: 1261px) {
  .c-topbar--centered .c-topbar__wrapper {
    padding-right: calc((100% - 78.8125rem) / 2 + 0rem);
    padding-left: calc((100% - 78.8125rem) / 2 + 0rem); }
    .c-topbar--centered .c-topbar__wrapper .c-topbar__toolbar {
      right: calc((100% - 78.8125rem) / 2 + 0rem); } }

.c-topbar--condensed {
  min-height: 40px; }
  .c-topbar--condensed .c-topbar__wrapper {
    min-height: 36px;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem; }
  @media screen and (min-width: 1261px) {
    .c-topbar--condensed .c-topbar--centered .c-topbar__wrapper {
      padding-right: calc((100% - 78.8125rem) / 2 + 0.625rem);
      padding-left: calc((100% - 78.8125rem) / 2 + 0.625rem); } }
  .c-topbar--condensed .c-topbar__title,
  .c-topbar--condensed .c-topbar__subtitle {
    line-height: 16px; }
  .c-topbar--condensed .c-topbar__title img {
    height: 16px;
    vertical-align: middle; }
  .c-topbar--condensed .c-topbar__subtitle {
    padding-top: 0.125rem;
    font-size: 1rem; }
  .c-topbar--condensed .c-topbar__back-button {
    top: 0.625rem; }
  .c-topbar--condensed .c-topbar__link .c-topbar__link-icon {
    top: -10px;
    left: -10px;
    width: 36px;
    height: 36px;
    padding: 10px; }
  .c-topbar--condensed .c-topbar__badge {
    top: 10px;
    right: -10px;
    min-width: 18px;
    padding: 0;
    line-height: 18px; }
  .c-topbar--condensed .o-icon {
    width: 16px;
    height: 16px; }
  .c-topbar--condensed .c-topbar__toolbar {
    position: absolute;
    top: 0.625rem;
    height: 16px;
    font-size: 1rem;
    line-height: 1rem; }
    .c-topbar--condensed .c-topbar__toolbar > ul .c-topbar__link {
      height: 16px; }
  .c-topbar--condensed .c-topbar__link .c-topbar__link-icon,
  .c-topbar--condensed .c-topbar__toolbar .c-topbar__link .c-topbar__link-icon {
    top: -10px;
    left: -10px;
    width: 36px;
    height: 36px;
    padding: 10px; }
  .c-topbar--condensed .c-topbar__toolbar .c-topbar__search .o-input {
    height: 1.1875rem;
    min-height: 1.1875rem; }
  .c-topbar--condensed .c-topbar__btn--back {
    top: .5rem; }

.c-topbar + .c-tabs:not(.c-tabs--fixed),
.c-topbar .c-tabs {
  padding-left: 1.75rem;
  background-color: #fff; }
  @media screen and (max-width: 960px) {
    .c-topbar + .c-tabs:not(.c-tabs--fixed),
    .c-topbar .c-tabs {
      background-color: #4a5c69; }
      .c-topbar + .c-tabs:not(.c-tabs--fixed) .c-tabs__tab-active-bar,
      .c-topbar .c-tabs .c-tabs__tab-active-bar {
        background-color: #afc836; } }

.c-topbar + .c-tabs {
  z-index: 1;
  box-shadow: 0 4px 6px rgba(76, 83, 88, 0.1); }
  @media screen and (max-width: 960px) {
    .c-topbar + .c-tabs {
      display: -webkit-box;
      display: -moz-box;
      -moz-display: flex;
      -ms-display: flexbox;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 0;
      background-color: #4a5c69; }
      .c-topbar + .c-tabs .c-tabs__tab {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        .c-topbar + .c-tabs .c-tabs__tab a {
          width: 100%;
          color: #fff;
          text-align: center; }
        .c-topbar + .c-tabs .c-tabs__tab:active a,
        .c-topbar + .c-tabs .c-tabs__tab.is-active a {
          color: #fff; } }

@media screen and (min-width: 1261px) {
  .c-topbar.c-topbar--centered + .c-tabs {
    padding-left: calc((100% - 78.8125rem) / 2 + 0rem); } }

.c-topbar .c-tabs {
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-bottom: -1rem; }
  @media screen and (max-width: 960px) {
    .c-topbar .c-tabs {
      background-color: #4a5c69; }
      .c-topbar .c-tabs .c-tabs__tab a,
      .c-topbar .c-tabs .c-tabs__tab a:hover,
      .c-topbar .c-tabs .c-tabs__tab.is-active a {
        color: #fff; } }

.c-topbar--condensed .c-tabs {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  .c-topbar--condensed .c-tabs .c-tabs__tab {
    height: 36px; }
    .c-topbar--condensed .c-tabs .c-tabs__tab a {
      padding: 0 1rem 0; }

.c-topbar--fixed + .c-tabs {
  position: fixed;
  z-index: 6;
  top: 60px;
  width: 100%; }

@media screen and (max-width: 320px) {
  .c-topbar:not(.c-topbar--condensed) .c-topbar__wrapper {
    padding: 1rem 1rem; }
  .c-topbar .c-topbar__btn--back {
    left: 1rem; }
  .c-topbar__toolbar {
    right: 1rem; }
  .c-topbar + .c-tabs:not(.c-tabs--fixed),
  .c-topbar .c-tabs {
    padding-left: 1rem; } }

@media screen and (min-width: 321px) and (max-width: 640px) {
  .c-topbar:not(.c-topbar--condensed) .c-topbar__wrapper {
    padding: 1rem 1.25rem; }
  .c-topbar .c-topbar__btn--back {
    left: 1.25rem; }
  .c-topbar__toolbar {
    right: 1.25rem; }
  .c-topbar + .c-tabs:not(.c-tabs--fixed),
  .c-topbar .c-tabs {
    padding-left: 1.25rem; } }

@media screen and (min-width: 641px) and (max-width: 960px) {
  .c-topbar:not(.c-topbar--condensed) .c-topbar__wrapper {
    padding: 1rem 1.5rem; }
  .c-topbar .c-topbar__btn--back {
    left: 1.5rem; }
  .c-topbar__toolbar {
    right: 1.5rem; }
  .c-topbar + .c-tabs:not(.c-tabs--fixed),
  .c-topbar .c-tabs {
    padding-left: 1.5rem; } }

@media screen and (min-width: 1261px) and (max-width: 1600) {
  .c-topbar:not(.c-topbar--condensed) .c-topbar__wrapper {
    padding: 1rem 2rem; }
  .c-topbar .c-topbar__btn--back {
    left: 2rem; }
  .c-topbar__toolbar {
    right: 2rem; }
  .c-topbar + .c-tabs:not(.c-tabs--fixed),
  .c-topbar .c-tabs {
    padding-left: 2rem; } }

@media screen and (min-width: 1600px) {
  .c-topbar:not(.c-topbar--condensed) .c-topbar__wrapper {
    padding: 1rem 2.25rem; }
  .c-topbar .c-topbar__btn--back {
    left: 2.25rem; }
  .c-topbar__toolbar {
    right: 2.25rem; }
  .c-topbar + .c-tabs:not(.c-tabs--fixed),
  .c-topbar .c-tabs {
    padding-left: 2.25rem; } }

.c-sidebar {
  position: relative;
  top: 0;
  left: 0;
  width: 360px;
  height: 100vh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #4a5c69;
  -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
  -webkit-transition-duration: 0.21s;
  -moz-transition-duration: 0.21s;
  -spec-transition-duration: 0.21s;
  transition-duration: 0.21s;
  -webkit-transition-property: width;
  -moz-transition-property: width;
  transition-property: width; }
  @media screen and (max-width: 960px) {
    .c-sidebar {
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
      position: absolute;
      z-index: 4;
      width: 100vw;
      height: 100%; } }
  .c-sidebar__header {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -webkit-box;
    display: -moz-box;
    -moz-display: flex;
    -ms-display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 12.0003000075px; }
  .c-sidebar__header-top {
    width: 100%;
    height: 64px;
    background-color: #3f4f5a; }
  .c-sidebar__header-toggle {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 32px;
    height: 32px;
    transform-origin: center center;
    cursor: pointer;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -webkit-transition-duration: 0.21s;
    -moz-transition-duration: 0.21s;
    -spec-transition-duration: 0.21s;
    transition-duration: 0.21s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform; }
    @media screen and (max-width: 960px) {
      .c-sidebar__header-toggle {
        display: none; } }
  .c-sidebar__header-toggle-icon {
    width: 100%;
    height: 100%;
    fill: #d2d6d9; }
  .c-sidebar__avatar {
    position: absolute;
    top: 18px;
    left: 36%;
    width: 90px;
    height: 90px; }
    .c-sidebar__avatar img {
      border-radius: 50%;
      border-width: 8px;
      border-style: solid;
      border-color: #3f4f5a;
      max-width: 100%;
      height: 90px; }
    @media screen and (max-width: 960px) {
      .c-sidebar__avatar {
        width: 28%;
        height: 75px; }
        .c-sidebar__avatar img {
          height: 75px; } }
  .c-sidebar__header-user {
    width: 100%;
    margin: 58px 0 0;
    clear: both; }
    @media screen and (max-width: 960px) {
      .c-sidebar__header-user {
        margin: 36px 0 0; } }
  .c-sidebar__username, .c-sidebar__function-title {
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .c-sidebar__username {
    color: #bfda3a; }
    @media screen and (max-width: 960px) {
      .c-sidebar__username {
        font-size: 1rem; } }
  .c-sidebar__function-title {
    color: #fff;
    font-weight: normal; }
    @media screen and (max-width: 960px) {
      .c-sidebar__function-title {
        font-size: 0.875rem; } }
  .c-sidebar__nav {
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -webkit-transition-duration: 0.21s;
    -moz-transition-duration: 0.21s;
    -spec-transition-duration: 0.21s;
    transition-duration: 0.21s;
    -webkit-transition-property: transform;
    -moz-transition-property: transform;
    transition-property: transform;
    margin: 0 0;
    padding: 0;
    list-style-type: none; }
    @media screen and (max-width: 960px) {
      .c-sidebar__nav {
        margin: 10px 0 0; } }
  .c-sidebar__nav-item-link {
    display: flex;
    position: relative;
    align-items: center;
    height: 40px;
    padding: 0 1rem;
    color: #d2d6d9;
    font-size: 1rem;
    line-height: 2.6667;
    cursor: pointer; }
    .c-sidebar__nav-item-link::before {
      content: '';
      display: block;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border-left: 4px solid #bfda3a;
      opacity: 0;
      background-color: #3f4f5a;
      -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
      -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
      -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
      transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
      -webkit-transition-duration: 0.21s;
      -moz-transition-duration: 0.21s;
      -spec-transition-duration: 0.21s;
      transition-duration: 0.21s;
      -webkit-transition-property: opacity;
      -moz-transition-property: opacity;
      transition-property: opacity; }
    .c-sidebar__nav-item-link:hover, .c-sidebar__nav-item-link.is--active {
      text-decoration: none; }
      .c-sidebar__nav-item-link:hover::before, .c-sidebar__nav-item-link.is--active::before {
        opacity: 1; }
      .c-sidebar__nav-item-link:hover .c-sidebar__nav-item-link-label, .c-sidebar__nav-item-link.is--active .c-sidebar__nav-item-link-label {
        color: #fff; }
      .c-sidebar__nav-item-link:hover .c-sidebar__nav-item-link-icon, .c-sidebar__nav-item-link.is--active .c-sidebar__nav-item-link-icon {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        fill: #fff; }
    .c-sidebar__nav-item-link.is--active .c-sidebar__badge {
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      -webkit-transform: scale(0);
      transform: scale(0);
      opacity: 0; }
  .c-sidebar__badge {
    display: block;
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 16px;
    width: 20px;
    height: 20px;
    padding: 0.0625rem 0.3125rem;
    border-radius: 2px;
    background-color: #ed6f19;
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.4285;
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -webkit-transition-duration: 0.21s;
    -moz-transition-duration: 0.21s;
    -spec-transition-duration: 0.21s;
    transition-duration: 0.21s;
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    transition-property: transform, opacity; }
  .c-sidebar__nav-item-link-icon {
    z-index: 1;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    fill: #d2d6d9;
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -webkit-transition-duration: 0.21s;
    -moz-transition-duration: 0.21s;
    -spec-transition-duration: 0.21s;
    transition-duration: 0.21s;
    -webkit-transition-property: transform, fill;
    -moz-transition-property: transform, fill;
    transition-property: transform, fill; }
  .c-sidebar__nav-item-link-label {
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -webkit-transition-duration: 0.21s;
    -moz-transition-duration: 0.21s;
    -spec-transition-duration: 0.21s;
    transition-duration: 0.21s;
    -webkit-transition-property: opacity, color;
    -moz-transition-property: opacity, color;
    transition-property: opacity, color;
    z-index: 1;
    padding-left: 0.7500187505rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  @media screen and (max-width: 960px) {
    .c-sidebar__wrapper.js-is-overflow {
      overflow: auto; } }
  .c-sidebar__footer {
    position: absolute;
    z-index: 4;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: #4a5c69; }
    @media screen and (max-width: 960px) {
      .c-sidebar__footer {
        position: fixed; } }
  .c-sidebar__avatar,
  .c-sidebar__avatar img, .c-sidebar__header-user, .c-sidebar__footer {
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -webkit-transition-duration: 0.21s;
    -moz-transition-duration: 0.21s;
    -spec-transition-duration: 0.21s;
    transition-duration: 0.21s;
    -webkit-transition-property: transform, opacity;
    -moz-transition-property: transform, opacity;
    transition-property: transform, opacity; }

.menu-toggle__check {
  position: absolute;
  clip: rect(0, 0, 0, 0); }
  @media screen and (max-width: 960px) {
    .menu-toggle__check:checked ~ .c-sidebar {
      -moz-transform: none;
      -o-transform: none;
      -ms-transform: none;
      -webkit-transform: none;
      transform: none; } }

.menu-toggle__label {
  visibility: hidden;
  position: fixed;
  z-index: 6;
  top: 17px;
  left: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer; }
  .menu-toggle__label svg {
    width: 100%;
    height: 100%;
    fill: #fff; }
  @media screen and (max-width: 960px) {
    .menu-toggle__label {
      visibility: visible; } }

.js-is-minified {
  width: 58px; }
  .js-is-minified .c-sidebar__header-toggle {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .js-is-minified .c-sidebar__header + .c-sidebar__wrapper .c-sidebar__nav {
    transform: translateY(-55px); }
  .js-is-minified .c-sidebar__header-user,
  .js-is-minified .c-sidebar__avatar,
  .js-is-minified .c-sidebar__footer {
    -moz-transform: translateY(-20px) translateX(-180px);
    -o-transform: translateY(-20px) translateX(-180px);
    -ms-transform: translateY(-20px) translateX(-180px);
    -webkit-transform: translateY(-20px) translateX(-180px);
    transform: translateY(-20px) translateX(-180px);
    opacity: 0; }
  .js-is-minified .c-sidebar__avatar img {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .js-is-minified .c-sidebar__nav-item-link-label {
    opacity: 0; }
  .js-is-minified .c-sidebar__badge {
    -moz-transform: translate(10px, 10px);
    -o-transform: translate(10px, 10px);
    -ms-transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
    transform: translate(10px, 10px); }
  .js-is-minified .c-sidebar__nav-item-link {
    padding: 0 1.0625rem; }
  @media screen and (max-width: 960px) {
    .js-is-minified {
      width: 100vw; }
      .js-is-minified .c-sidebar__footer,
      .js-is-minified .c-sidebar__username,
      .js-is-minified .c-sidebar__function-title,
      .js-is-minified .c-sidebar__avatar,
      .js-is-minified .c-sidebar__nav-item-link-label {
        display: block; }
      .js-is-minified .c-sidebar__header-toggle {
        display: none; }
      .js-is-minified .c-sidebar__nav-item-link {
        padding: 0 1rem; }
        .js-is-minified .c-sidebar__nav-item-link:hover {
          padding-left: 0.7500187505rem; } }

@media screen and (min-width: 961px) {
  .c-sidebar ~ * > .c-topbar.c-topbar--fixed {
    -webkit-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -moz-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -spec-transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 0.4, 0, 1);
    -webkit-transition-duration: 0.21s;
    -moz-transition-duration: 0.21s;
    -spec-transition-duration: 0.21s;
    transition-duration: 0.21s;
    -webkit-transition-property: width;
    -moz-transition-property: width;
    transition-property: width;
    width: calc(100% - 360px); }
  .js-is-minified ~ * > .c-topbar.c-topbar--fixed {
    width: calc(100% - 58px); } }

@media screen and (max-width: 960px) {
  .c-sidebar--under-topbar {
    margin-top: 60px; } }

.c-table {
  width: 100%;
  border-radius: 2px;
  border-color: #d2d6d9;
  background-color: #fff;
  color: #4c5358;
  line-height: normal;
  text-align: left; }
  .c-table tr {
    border-width: 1px;
    border-style: solid;
    border-color: #d2d6d9; }
    .c-table tr .text-align-left {
      text-align: left; }
    .c-table tr .text-align-center {
      text-align: center; }
    .c-table tr .text-align-right {
      text-align: right; }
    .c-table tr:active {
      background-color: #b7e9f8; }
    .c-table tr:focus {
      background-color: #edf9fd; }
      .c-table tr:focus td {
        text-decoration: underline; }
    .c-table tr:hover {
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -spec-transition: all 0.15s linear;
      transition: all 0.15s linear;
      background-color: #edf9fd !important;
      cursor: pointer; }
      .c-table tr:hover td {
        color: #000; }
  .c-table th {
    padding: 0.7500187505rem 0.5rem 0.7500187505rem 0.7500187505rem;
    background-color: #f5f5f6;
    color: #000;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-weight: bold;
    white-space: nowrap; }
  .c-table td {
    padding: 0.5rem;
    line-height: 1.375rem; }

.c-table--bordered tr {
  border: 0; }

.c-table--bordered th,
.c-table--bordered td {
  border-width: 1px;
  border-style: solid;
  border-color: #d2d6d9; }

.c-table--condensed th,
.c-table--condensed td {
  padding: 0.5rem; }

.c-table--striped tr:nth-of-type(even) {
  background: #f5f5f6; }

.c-table--editable .c-table--editable-column.text-align-right:not(:last-of-type) {
  padding-right: 1rem; }

.c-table--editable th {
  position: relative;
  padding-top: calc(0.7500187505rem + 0.0625rem);
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -spec-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color;
  -moz-transition-property: background-color;
  transition-property: background-color; }
  .c-table--editable th::before {
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -spec-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, transform, background-color;
    -moz-transition-property: opacity, transform, background-color;
    transition-property: opacity, transform, background-color;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0d78aa; }
  .c-table--editable th::before {
    width: 100%;
    height: 2px; }
  .c-table--editable th::before {
    transform: scaleX(0);
    opacity: 0; }
  .c-table--editable th.is--edition-active {
    background-color: #e7e9eb; }
    .c-table--editable th.is--edition-active::before {
      transform: scaleX(1);
      opacity: 1; }

.c-table--editable td:first-child {
  position: relative;
  padding-left: calc(0.5rem + 0.0625rem); }
  .c-table--editable td:first-child::before {
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -spec-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, transform, background-color;
    -moz-transition-property: opacity, transform, background-color;
    transition-property: opacity, transform, background-color;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0d78aa; }
  .c-table--editable td:first-child::before {
    width: 2px;
    height: 100%; }
  .c-table--editable td:first-child::before {
    transform: scaleY(0);
    opacity: 0; }

.c-table--editable .is--edition-active td:first-child {
  min-height: 2.625rem; }
  .c-table--editable .is--edition-active td:first-child::before {
    transform: scaleY(1);
    opacity: 1; }

.c-table--editable tr:not(:hover).is--edition-active td:first-child {
  background-color: #e7e9eb; }

.c-table--editable th.is--edition-active,
.c-table--editable .is-edition-active td:first-child {
  color: #000; }

.c-table--editable .c-table--editable__cell {
  padding: 0; }

.c-table--editable__input {
  border-width: 0.125rem;
  border-style: solid;
  border-color: transparent;
  box-sizing: content-box;
  width: calc(100% - 20px);
  min-height: 2.375rem;
  padding: 0 0.5rem;
  background-color: transparent; }
  .c-table--editable__input:focus {
    border-width: 0.125rem;
    border-style: solid;
    border-color: #0d78aa;
    outline: none;
    background-color: #fff;
    color: #000; }
  .c-table--editable__input::-ms-clear {
    display: none; }

.c-table--editable td:not(.c-table--editable__cell) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.c-table--dark th {
  border-color: #4a5c69;
  background-color: #4a5c69;
  color: #d2d6d9;
  font-weight: normal; }
  .c-table--dark th.is--edition-active {
    background-color: #556978; }

.c-table--editable.c-table--dark th.is--edition-active {
  position: relative;
  padding-top: calc(0.7500187505rem + 0.0625rem);
  color: #fff; }
  .c-table--editable.c-table--dark th.is--edition-active::before {
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -spec-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, transform, background-color;
    -moz-transition-property: opacity, transform, background-color;
    transition-property: opacity, transform, background-color;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #afc836; }
  .c-table--editable.c-table--dark th.is--edition-active::before {
    width: 100%;
    height: 3px; }

.c-table--editable.c-table--dark .is--edition-active td:first-child {
  position: relative;
  padding-left: calc(0.5rem + 0.0625rem); }
  .c-table--editable.c-table--dark .is--edition-active td:first-child::before {
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -spec-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, transform, background-color;
    -moz-transition-property: opacity, transform, background-color;
    transition-property: opacity, transform, background-color;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #afc836; }
  .c-table--editable.c-table--dark .is--edition-active td:first-child::before {
    width: 3px;
    height: 100%; }

.c-table--editable.c-table--dark .is--edition-active:hover td:first-child {
  position: relative;
  padding-left: calc(0.5rem + 0.0625rem); }
  .c-table--editable.c-table--dark .is--edition-active:hover td:first-child::before {
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -spec-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: opacity, transform, background-color;
    -moz-transition-property: opacity, transform, background-color;
    transition-property: opacity, transform, background-color;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: #afc836; }
  .c-table--editable.c-table--dark .is--edition-active:hover td:first-child::before {
    width: 3px;
    height: 100%; }

.c-signin {
  position: relative; }
  .c-signin__image {
    position: absolute;
    height: 100vh;
    background: url("../images/signin/SignIn_img1600_01.jpg");
    background-size: cover; }
    .c-signin__image:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 67vw; }
    @media screen and (max-width: 640px) {
      .c-signin__image {
        z-index: 999;
        top: 4px;
        height: 33vh;
        background-image: url("../images/signin/SignIn_img640_01.jpg"); }
        .c-signin__image:before {
          display: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
      .c-signin__image {
        margin-left: -25%; } }
    @media screen and (orientation: landscape) and (max-width: 640px) {
      .c-signin__image {
        top: 0;
        height: 100vh; } }
  .c-signin__image-wrapper {
    position: relative;
    width: 100%;
    height: 34vh; }
  .c-signin__legal {
    position: absolute;
    bottom: 16px;
    width: 100%; }
    @media screen and (orientation: landscape) and (max-width: 960px) {
      .c-signin__legal {
        display: none; } }
    @media screen and (max-width: 640px) {
      .c-signin__legal {
        display: none; } }
  .c-signin__login {
    position: fixed;
    right: 0;
    height: 100vh;
    background-color: #fff;
    box-shadow: 0 5px 26px rgba(0, 0, 0, 0.26); }
    .c-signin__login::before {
      content: ' ';
      display: block;
      position: absolute;
      top: 0;
      width: 100%;
      height: 4px;
      background-image: linear-gradient(to right, , #f68d2e 2rem, #f68d2e 16%, #aab1b6 16%, #aab1b6 51%, ); }
    @media screen and (max-width: 640px) {
      .c-signin__login {
        padding-top: 34vh; } }
    @media screen and (orientation: landscape) and (max-width: 960px) {
      .c-signin__login {
        z-index: 1001;
        width: 50%;
        padding-top: 0; } }
  .c-signin__login-title {
    margin: 40px 0; }
    @media screen and (orientation: landscape) and (max-width: 960px) {
      .c-signin__login-title {
        margin: 0; } }
  .c-signin__logo {
    position: absolute;
    z-index: 1000;
    bottom: 44px;
    width: 100%; }
    @media screen and (orientation: landscape) and (max-width: 960px) {
      .c-signin__logo {
        width: 50%; } }
  .c-signin__button {
    margin: 28px 0; }
    @media screen and (orientation: landscape) and (max-width: 960px) {
      .c-signin__button {
        margin: 14px 0; } }

.c-menu {
  position: absolute;
  z-index: 400;
  top: 0;
  left: 0;
  min-width: 180px;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(-10px);
  -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
  -webkit-transition-duration: 0.26s;
  -moz-transition-duration: 0.26s;
  -spec-transition-duration: 0.26s;
  transition-duration: 0.26s;
  -webkit-transition-property: transform, opacity;
  -moz-transition-property: transform, opacity;
  transition-property: transform, opacity;
  border: 1px solid #d2d6d9;
  opacity: 0;
  background-color: #fff;
  text-align: left;
  box-shadow: 0 3px 9px 0 rgba(76, 83, 88, 0.4);
  pointer-events: none; }
  .c-menu.is--from-bottom {
    transform: translateY(10px); }
  .c-menu.is--open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: inherit; }
  .c-menu__item a {
    display: -webkit-box;
    display: -moz-box;
    -moz-display: flex;
    -ms-display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 36px;
    padding: 0 1rem;
    -webkit-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -moz-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -spec-transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    transition-timing-function: cubic-bezier(0.45, 0, 0, 1.15);
    -webkit-transition-duration: 0.26s;
    -moz-transition-duration: 0.26s;
    -spec-transition-duration: 0.26s;
    transition-duration: 0.26s;
    -webkit-transition-property: background-color, box-shadow;
    -moz-transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow;
    color: #000;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    .c-menu__item a:hover, .c-menu__item a:focus {
      background-color: #dbf4fb;
      text-decoration: none; }
    .c-menu__item a:active {
      background-color: #b7e9f8; }
    .c-menu__item a:focus {
      outline: none;
      box-shadow: 0 0 3px #0d78aa; }
    .c-menu__item a .o-icon {
      width: 1rem;
      height: 1rem;
      margin-right: 8px;
      margin-bottom: 2px;
      fill: #4c5358; }
  .c-menu__item.is--selected a {
    background-color: #b7e9f8; }
  .c-menu__item__shorthand {
    position: absolute;
    top: 0;
    right: 1rem;
    color: #6c777c;
    line-height: 36px; }
  .c-menu__separator {
    height: 0;
    margin: 8px 0;
    border-top: 1px solid #d2d6d9; }

.c-menu--limited {
  max-height: 400px;
  overflow-y: auto; }

/* ==========================================================================
Print styles.

Inlined to avoid the additional HTTP request: h5bp.com/r
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
  * Don't show links that are fragment identifiers,
  * or use the `javascript:` pseudo protocol
  */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .c-navigation {
    display: none; }
  .c-table {
    border-collapse: collapse; }
  .o-label, .o-label--inline {
    border: 1px solid #000; } }

.colors div > div {
  height: 100px;
  border-radius: 3px;
  text-align: center; }

.white {
  background-color: #fff; }

.black {
  color: #fff;
  background-color: #000; }

.grey {
  background-color: #7c878e; }

.grey-8 {
  background-color: #f5f5f6; }

.grey-12 {
  background-color: #eff1f1; }

.grey-18 {
  background-color: #e7e9eb; }

.grey-34 {
  background-color: #d2d6d9; }

.grey-65 {
  background-color: #aab1b6; }

.grey-110 {
  background-color: #6c777c; }

.grey-120 {
  background-color: #4c5358; }

.blue {
  background-color: #0d78aa; }

.lightblueselect {
  background-color: #b7e9f8; }

.lightblue {
  background-color: #dbf4fb; }

.paleblue {
  background-color: #edf9fd; }

.grey-blue-background {
  background-color: #e8eef2; }

.grey-unit4 {
  background-color: #4a5c69; }

.darkgrey-unit4 {
  background-color: #3f4f5a; }

.warning {
  background-color: #ed6f19; }

.warning-light {
  background-color: #ffbe64; }

.warning-pale {
  background-color: #feeab4; }

.success {
  background-color: #5d9834; }

.success-light {
  background-color: #afd189; }

.success-pale {
  background-color: #dbefb9; }

.info {
  background-color: #0d78aa; }

.info-light {
  background-color: #90cdea; }

.info-pale {
  background-color: #d9edf7; }

.system {
  background-color: #4c5358; }

.system-light {
  background-color: #d2d6d9; }

.system-pale {
  background-color: #e7e9eb; }

.scheme-u4green {
  background-color: #bfda3a; }

.scheme-u4darkgreen {
  background-color: #afc836; }

.scheme-u4green-10 {
  background-color: #f9fbeb; }

.scheme-u4green-20 {
  background-color: #f2f8d8; }

.scheme-u4green-40 {
  background-color: #e5f0b0; }

.scheme-u4green-70 {
  background-color: #d2e575; }

.scheme-u4blue {
  background-color: #4ac7ed; }

.scheme-u4darkblue {
  background-color: #38add1; }

.scheme-u4blue-10 {
  background-color: #edf9fd; }

.scheme-u4blue-20 {
  background-color: #dbf4fb; }

.scheme-u4blue-40 {
  background-color: #b7e9f8; }

.scheme-u4blue-70 {
  background-color: #80d8f2; }

.scheme-u4orange {
  background-color: #f68d2e; }

.scheme-u4darkorange {
  background-color: #e87d19; }

.scheme-u4orange-10 {
  background-color: #fef4ea; }

.scheme-u4orange-20 {
  background-color: #fde8d5; }

.scheme-u4orange-40 {
  background-color: #fbd1ab; }

.scheme-u4orange-70 {
  background-color: #f9af6d; }

.scheme-blue {
  background-color: #4296f5; }

.scheme-darkblue {
  background-color: #3a83d6; }

.scheme-blue-10 {
  background-color: #ecf5fe; }

.scheme-blue-20 {
  background-color: #d9eafd; }

.scheme-blue-40 {
  background-color: #b3d5fb; }

.scheme-blue-70 {
  background-color: #7bb6f8; }

.scheme-violet {
  background-color: #d742f5; }

.scheme-darkviolet {
  background-color: #c13bdb; }

.scheme-violet-10 {
  background-color: #fbecfe; }

.scheme-violet-20 {
  background-color: #f7d9fd; }

.scheme-violet-40 {
  background-color: #efb3fb; }

.scheme-violet-70 {
  background-color: #e37bf8; }

.scheme-aqua {
  background-color: #19e2a2; }

.scheme-darkaqua {
  background-color: #17d196; }

.scheme-aqua-10 {
  background-color: #e8fcf6; }

.scheme-aqua-20 {
  background-color: #d1f9ec; }

.scheme-aqua-40 {
  background-color: #a3f3da; }

.scheme-aqua-70 {
  background-color: #5eebbe; }

.scheme-pink {
  background-color: #ed51b4; }

.scheme-darkpink {
  background-color: #db4ba6; }

.scheme-pink-10 {
  background-color: #fdeef8; }

.scheme-pink-20 {
  background-color: #fbdcf0; }

.scheme-pink-40 {
  background-color: #f8b9e1; }

.scheme-pink-70 {
  background-color: #f285cb; }

.scheme-yellow {
  background-color: #facf4b; }

.scheme-darkyellow {
  background-color: #ebbf3b; }

.scheme-yellow-10 {
  background-color: #fffaed; }

.scheme-yellow-20 {
  background-color: #fef5db; }

.scheme-yellow-40 {
  background-color: #fdecb7; }

.scheme-yellow-70 {
  background-color: #fcdd81; }

.scheme-purple {
  background-color: #a04bfa; }

.scheme-darkpurple {
  background-color: #8a3cde; }

.scheme-purple-10 {
  background-color: #f6edff; }

.scheme-purple-20 {
  background-color: #ecdbfe; }

.scheme-purple-40 {
  background-color: #d9b7fd; }

.scheme-purple-70 {
  background-color: #bd81fc; }

.scheme-green {
  background-color: #75e05a; }

.scheme-darkgreen {
  background-color: #6acc52; }

.scheme-green-10 {
  background-color: #f1fcef; }

.scheme-green-20 {
  background-color: #e3f9de; }

.scheme-green-40 {
  background-color: #c8f3bd; }

.scheme-green-70 {
  background-color: #9ee98c; }

.scheme-red {
  background-color: #fa4e4b; }

.scheme-darkred {
  background-color: #e03f3d; }

.scheme-red-10 {
  background-color: #ffeded; }

.scheme-red-20 {
  background-color: #fedcdb; }

.scheme-red-40 {
  background-color: #fdb8b7; }

.scheme-red-70 {
  background-color: #fc8381; }

.scheme-purple2 {
  background-color: #704dfa; }

.scheme-darkpurple2 {
  background-color: #5c3cde; }

.scheme-purple2-10 {
  background-color: #f1edff; }

.scheme-purple2-20 {
  background-color: #e2dbfe; }

.scheme-purple2-40 {
  background-color: #c6b8fd; }

.scheme-purple2-70 {
  background-color: #9b82fc; }

.arial--normal {
  font-size: 1.875rem; }

*[class^='weight-'] {
  font-size: 5rem; }
  *[class^='weight-'] > div {
    padding: 14;
    border: 1px solid #d2d6d9;
    border-radius: 10px; }

.weight--light {
  font-weight: normal; }

.weight--bold {
  font-weight: bold; }

.weight-description {
  display: inline-block;
  width: 80%;
  padding-top: .5rem;
  margin-top: .5rem;
  vertical-align: top;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  border-top: 1px solid #d2d6d9; }

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.test-image__box {
  border: 1px solid #aab1b6; }

.test-image__img {
  width: 300px; }

.test-image__retina {
  width: 200px;
  height: 200px;
  background-image: url("../images/demo/1x.png"); }
  @media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .test-image__retina {
      background-image: url("../images/demo/2x.png");
      background-size: 200px 200px; } }

.l-presentation {
  margin-bottom: 15px; }

body {
  background-color: #e7ecf0; }

.u4-presentation-flex {
  display: -webkit-box;
  display: -moz-box;
  -moz-display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.c-flex-group {
  display: -webkit-box;
  display: -moz-box;
  -moz-display: flex;
  -ms-display: flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .c-flex-group button {
    display: -webkit-box;
    display: -moz-box;
    -moz-display: flex;
    -ms-display: flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    margin: 0 .4rem; }
    .c-flex-group button:first-child {
      margin-left: 0; }
    .c-flex-group button:last-child {
      margin-right: 0; }

.double-border {
  border-left: solid 1px #4c5358;
  border-right: solid 1px #4c5358;
  margin: 0 1rem;
  padding: 2rem 1rem; }

.u4-presentation-grouped {
  margin-bottom: 2rem; }
  .u4-presentation-grouped .u4-btn-group {
    margin-right: 1rem; }

/*# sourceMappingURL=design-system.css.map */