@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700);
@import url(https://fonts.googleapis.com/css2?family=Bigshot+One);
@import url(https://fonts.googleapis.com/css?family=Cabin:400,600,700);
/* Either go with a colorname approach (purple, blue, red...) or a hierarchy (primary, secondary etc...) */
/* Primary */
/*$color-primary-lighter:                   #FFE0D6;
$color-primary-light:                     #FFB5AF;
$color-primary:                           #E5989B;
$color-primary-dark:                      #B5838D;
$color-primary-darker:                    #6D6875; 
*/
/* Secondary */
/* UI Greys */
/* UI Colors for feedback messages etc. */
/* UI Colors for background etc. */
/* Blue */
/* Red */
/* Orange */
/* Green */
/* UI Greys */
/* Black and White */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 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 */
  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.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 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: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small, .text--small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * 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.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*:before, *:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html {
  background: #eaeaea;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #eaeaea;
  height: 100%;
}

main {
  min-height: 100%;
}

.wrap {
  position: relative;
  width: 100%;
}
.wrap--guttered {
  padding-right: 24px;
  padding-left: 24px;
}

.maxwidth {
  margin-right: auto;
  margin-left: auto;
  width: 98%;
}
@media only screen and (min-width: 684px) {
  .maxwidth {
    width: 95%;
  }
}
@media only screen and (min-width: 880px) {
  .maxwidth {
    width: 90%;
  }
}
.maxwidth--xxs {
  max-width: 320px;
}
.maxwidth--xs {
  max-width: 480px;
}
.maxwidth--s {
  max-width: 600px;
}
.maxwidth--m {
  max-width: 768px;
}
.maxwidth--l {
  max-width: 992px;
}
.maxwidth--xl {
  max-width: 1280px;
}
.maxwidth--xxl {
  max-width: 1440px;
}
.maxwidth--xxl {
  max-width: 1600px;
}

.grid {
  font-size: 0;
  text-justify: distribute-all-lines;
  display: flex;
  flex-wrap: wrap;
}
.grid__cell {
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
@media only screen and (min-width: 400px) {
  .grid__cell--xxs-1-1 {
    width: 100%;
  }
  .grid__cell-offset--xxs-1-1 {
    margin-left: 100%;
  }
  .grid__cell--xxs-11-12 {
    width: 91.6667%;
  }
  .grid__cell-offset--xxs-11-12 {
    margin-left: 91.6667%;
  }
  .grid__cell--xxs-5-6 {
    width: 83.3334%;
  }
  .grid__cell-offset--xxs-5-6 {
    margin-left: 83.3334%;
  }
  .grid__cell--xxs-4-5 {
    width: 80%;
  }
  .grid__cell-offset--xxs-4-5 {
    margin-left: 80%;
  }
  .grid__cell--xxs-3-4 {
    width: 75%;
  }
  .grid__cell-offset--xxs-3-4 {
    margin-left: 75%;
  }
  .grid__cell--xxs-2-3 {
    width: 66.6667%;
  }
  .grid__cell-offset--xxs-2-3 {
    margin-left: 66.6667%;
  }
  .grid__cell--xxs-3-5 {
    width: 60%;
  }
  .grid__cell-offset--xxs-3-5 {
    margin-left: 60%;
  }
  .grid__cell--xxs-7-12 {
    width: 58.33334%;
  }
  .grid__cell-offset--xxs-7-12 {
    margin-left: 58.33334%;
  }
  .grid__cell--xxs-1-2 {
    width: 50%;
  }
  .grid__cell-offset--xxs-1-2 {
    margin-left: 50%;
  }
  .grid__cell--xxs-5-12 {
    width: 41.6667%;
  }
  .grid__cell-offset--xxs-5-12 {
    margin-left: 41.6667%;
  }
  .grid__cell--xxs-2-5 {
    width: 40%;
  }
  .grid__cell-offset--xxs-2-5 {
    margin-left: 40%;
  }
  .grid__cell--xxs-1-3 {
    width: 33.3334%;
  }
  .grid__cell-offset--xxs-1-3 {
    margin-left: 33.3334%;
  }
  .grid__cell--xxs-1-4 {
    width: 25%;
  }
  .grid__cell-offset--xxs-1-4 {
    margin-left: 25%;
  }
  .grid__cell--xxs-1-5 {
    width: 20%;
  }
  .grid__cell-offset--xxs-1-5 {
    margin-left: 20%;
  }
  .grid__cell--xxs-1-6 {
    width: 16.66667%;
  }
  .grid__cell-offset--xxs-1-6 {
    margin-left: 16.66667%;
  }
  .grid__cell--xxs-1-12 {
    width: 8.33334%;
  }
  .grid__cell-offset--xxs-1-12 {
    margin-left: 8.33334%;
  }
}
@media only screen and (min-width: 540px) {
  .grid__cell--xs-1-1 {
    width: 100%;
  }
  .grid__cell-offset--xs-1-1 {
    margin-left: 100%;
  }
  .grid__cell--xs-11-12 {
    width: 91.6667%;
  }
  .grid__cell-offset--xs-11-12 {
    margin-left: 91.6667%;
  }
  .grid__cell--xs-5-6 {
    width: 83.3334%;
  }
  .grid__cell-offset--xs-5-6 {
    margin-left: 83.3334%;
  }
  .grid__cell--xs-4-5 {
    width: 80%;
  }
  .grid__cell-offset--xs-4-5 {
    margin-left: 80%;
  }
  .grid__cell--xs-3-4 {
    width: 75%;
  }
  .grid__cell-offset--xs-3-4 {
    margin-left: 75%;
  }
  .grid__cell--xs-2-3 {
    width: 66.6667%;
  }
  .grid__cell-offset--xs-2-3 {
    margin-left: 66.6667%;
  }
  .grid__cell--xs-3-5 {
    width: 60%;
  }
  .grid__cell-offset--xs-3-5 {
    margin-left: 60%;
  }
  .grid__cell--xs-7-12 {
    width: 58.33334%;
  }
  .grid__cell-offset--xs-7-12 {
    margin-left: 58.33334%;
  }
  .grid__cell--xs-1-2 {
    width: 50%;
  }
  .grid__cell-offset--xs-1-2 {
    margin-left: 50%;
  }
  .grid__cell--xs-5-12 {
    width: 41.6667%;
  }
  .grid__cell-offset--xs-5-12 {
    margin-left: 41.6667%;
  }
  .grid__cell--xs-2-5 {
    width: 40%;
  }
  .grid__cell-offset--xs-2-5 {
    margin-left: 40%;
  }
  .grid__cell--xs-1-3 {
    width: 33.3334%;
  }
  .grid__cell-offset--xs-1-3 {
    margin-left: 33.3334%;
  }
  .grid__cell--xs-1-4 {
    width: 25%;
  }
  .grid__cell-offset--xs-1-4 {
    margin-left: 25%;
  }
  .grid__cell--xs-1-5 {
    width: 20%;
  }
  .grid__cell-offset--xs-1-5 {
    margin-left: 20%;
  }
  .grid__cell--xs-1-6 {
    width: 16.66667%;
  }
  .grid__cell-offset--xs-1-6 {
    margin-left: 16.66667%;
  }
  .grid__cell--xs-1-12 {
    width: 8.33334%;
  }
  .grid__cell-offset--xs-1-12 {
    margin-left: 8.33334%;
  }
}
@media only screen and (min-width: 684px) {
  .grid__cell--s-1-1 {
    width: 100%;
  }
  .grid__cell-offset--s-1-1 {
    margin-left: 100%;
  }
  .grid__cell--s-11-12 {
    width: 91.6667%;
  }
  .grid__cell-offset--s-11-12 {
    margin-left: 91.6667%;
  }
  .grid__cell--s-5-6 {
    width: 83.3334%;
  }
  .grid__cell-offset--s-5-6 {
    margin-left: 83.3334%;
  }
  .grid__cell--s-4-5 {
    width: 80%;
  }
  .grid__cell-offset--s-4-5 {
    margin-left: 80%;
  }
  .grid__cell--s-3-4 {
    width: 75%;
  }
  .grid__cell-offset--s-3-4 {
    margin-left: 75%;
  }
  .grid__cell--s-2-3 {
    width: 66.6667%;
  }
  .grid__cell-offset--s-2-3 {
    margin-left: 66.6667%;
  }
  .grid__cell--s-3-5 {
    width: 60%;
  }
  .grid__cell-offset--s-3-5 {
    margin-left: 60%;
  }
  .grid__cell--s-7-12 {
    width: 58.33334%;
  }
  .grid__cell-offset--s-7-12 {
    margin-left: 58.33334%;
  }
  .grid__cell--s-1-2 {
    width: 50%;
  }
  .grid__cell-offset--s-1-2 {
    margin-left: 50%;
  }
  .grid__cell--s-5-12 {
    width: 41.6667%;
  }
  .grid__cell-offset--s-5-12 {
    margin-left: 41.6667%;
  }
  .grid__cell--s-2-5 {
    width: 40%;
  }
  .grid__cell-offset--s-2-5 {
    margin-left: 40%;
  }
  .grid__cell--s-1-3 {
    width: 33.3334%;
  }
  .grid__cell-offset--s-1-3 {
    margin-left: 33.3334%;
  }
  .grid__cell--s-1-4 {
    width: 25%;
  }
  .grid__cell-offset--s-1-4 {
    margin-left: 25%;
  }
  .grid__cell--s-1-5 {
    width: 20%;
  }
  .grid__cell-offset--s-1-5 {
    margin-left: 20%;
  }
  .grid__cell--s-1-6 {
    width: 16.66667%;
  }
  .grid__cell-offset--s-1-6 {
    margin-left: 16.66667%;
  }
  .grid__cell--s-1-12 {
    width: 8.33334%;
  }
  .grid__cell-offset--s-1-12 {
    margin-left: 8.33334%;
  }
}
@media only screen and (min-width: 880px) {
  .grid__cell--m-1-1 {
    width: 100%;
  }
  .grid__cell-offset--m-1-1 {
    margin-left: 100%;
  }
  .grid__cell--m-11-12 {
    width: 91.6667%;
  }
  .grid__cell-offset--m-11-12 {
    margin-left: 91.6667%;
  }
  .grid__cell--m-5-6 {
    width: 83.3334%;
  }
  .grid__cell-offset--m-5-6 {
    margin-left: 83.3334%;
  }
  .grid__cell--m-4-5 {
    width: 80%;
  }
  .grid__cell-offset--m-4-5 {
    margin-left: 80%;
  }
  .grid__cell--m-3-4 {
    width: 75%;
  }
  .grid__cell-offset--m-3-4 {
    margin-left: 75%;
  }
  .grid__cell--m-2-3 {
    width: 66.6667%;
  }
  .grid__cell-offset--m-2-3 {
    margin-left: 66.6667%;
  }
  .grid__cell--m-3-5 {
    width: 60%;
  }
  .grid__cell-offset--m-3-5 {
    margin-left: 60%;
  }
  .grid__cell--m-7-12 {
    width: 58.33334%;
  }
  .grid__cell-offset--m-7-12 {
    margin-left: 58.33334%;
  }
  .grid__cell--m-1-2 {
    width: 50%;
  }
  .grid__cell-offset--m-1-2 {
    margin-left: 50%;
  }
  .grid__cell--m-5-12 {
    width: 41.6667%;
  }
  .grid__cell-offset--m-5-12 {
    margin-left: 41.6667%;
  }
  .grid__cell--m-2-5 {
    width: 40%;
  }
  .grid__cell-offset--m-2-5 {
    margin-left: 40%;
  }
  .grid__cell--m-1-3 {
    width: 33.3334%;
  }
  .grid__cell-offset--m-1-3 {
    margin-left: 33.3334%;
  }
  .grid__cell--m-1-4 {
    width: 25%;
  }
  .grid__cell-offset--m-1-4 {
    margin-left: 25%;
  }
  .grid__cell--m-1-5 {
    width: 20%;
  }
  .grid__cell-offset--m-1-5 {
    margin-left: 20%;
  }
  .grid__cell--m-1-6 {
    width: 16.66667%;
  }
  .grid__cell-offset--m-1-6 {
    margin-left: 16.66667%;
  }
  .grid__cell--m-1-12 {
    width: 8.33334%;
  }
  .grid__cell-offset--m-1-12 {
    margin-left: 8.33334%;
  }
}
@media only screen and (min-width: 1136px) {
  .grid__cell--l-1-1 {
    width: 100%;
  }
  .grid__cell-offset--l-1-1 {
    margin-left: 100%;
  }
  .grid__cell--l-11-12 {
    width: 91.6667%;
  }
  .grid__cell-offset--l-11-12 {
    margin-left: 91.6667%;
  }
  .grid__cell--l-5-6 {
    width: 83.3334%;
  }
  .grid__cell-offset--l-5-6 {
    margin-left: 83.3334%;
  }
  .grid__cell--l-4-5 {
    width: 80%;
  }
  .grid__cell-offset--l-4-5 {
    margin-left: 80%;
  }
  .grid__cell--l-3-4 {
    width: 75%;
  }
  .grid__cell-offset--l-3-4 {
    margin-left: 75%;
  }
  .grid__cell--l-2-3 {
    width: 66.6667%;
  }
  .grid__cell-offset--l-2-3 {
    margin-left: 66.6667%;
  }
  .grid__cell--l-3-5 {
    width: 60%;
  }
  .grid__cell-offset--l-3-5 {
    margin-left: 60%;
  }
  .grid__cell--l-7-12 {
    width: 58.33334%;
  }
  .grid__cell-offset--l-7-12 {
    margin-left: 58.33334%;
  }
  .grid__cell--l-1-2 {
    width: 50%;
  }
  .grid__cell-offset--l-1-2 {
    margin-left: 50%;
  }
  .grid__cell--l-5-12 {
    width: 41.6667%;
  }
  .grid__cell-offset--l-5-12 {
    margin-left: 41.6667%;
  }
  .grid__cell--l-2-5 {
    width: 40%;
  }
  .grid__cell-offset--l-2-5 {
    margin-left: 40%;
  }
  .grid__cell--l-1-3 {
    width: 33.3334%;
  }
  .grid__cell-offset--l-1-3 {
    margin-left: 33.3334%;
  }
  .grid__cell--l-1-4 {
    width: 25%;
  }
  .grid__cell-offset--l-1-4 {
    margin-left: 25%;
  }
  .grid__cell--l-1-5 {
    width: 20%;
  }
  .grid__cell-offset--l-1-5 {
    margin-left: 20%;
  }
  .grid__cell--l-1-6 {
    width: 16.66667%;
  }
  .grid__cell-offset--l-1-6 {
    margin-left: 16.66667%;
  }
  .grid__cell--l-1-12 {
    width: 8.33334%;
  }
  .grid__cell-offset--l-1-12 {
    margin-left: 8.33334%;
  }
}
@media only screen and (min-width: 1360px) {
  .grid__cell--xl-1-1 {
    width: 100%;
  }
  .grid__cell-offset--xl-1-1 {
    margin-left: 100%;
  }
  .grid__cell--xl-11-12 {
    width: 91.6667%;
  }
  .grid__cell-offset--xl-11-12 {
    margin-left: 91.6667%;
  }
  .grid__cell--xl-5-6 {
    width: 83.3334%;
  }
  .grid__cell-offset--xl-5-6 {
    margin-left: 83.3334%;
  }
  .grid__cell--xl-4-5 {
    width: 80%;
  }
  .grid__cell-offset--xl-4-5 {
    margin-left: 80%;
  }
  .grid__cell--xl-3-4 {
    width: 75%;
  }
  .grid__cell-offset--xl-3-4 {
    margin-left: 75%;
  }
  .grid__cell--xl-2-3 {
    width: 66.6667%;
  }
  .grid__cell-offset--xl-2-3 {
    margin-left: 66.6667%;
  }
  .grid__cell--xl-3-5 {
    width: 60%;
  }
  .grid__cell-offset--xl-3-5 {
    margin-left: 60%;
  }
  .grid__cell--xl-7-12 {
    width: 58.33334%;
  }
  .grid__cell-offset--xl-7-12 {
    margin-left: 58.33334%;
  }
  .grid__cell--xl-1-2 {
    width: 50%;
  }
  .grid__cell-offset--xl-1-2 {
    margin-left: 50%;
  }
  .grid__cell--xl-5-12 {
    width: 41.6667%;
  }
  .grid__cell-offset--xl-5-12 {
    margin-left: 41.6667%;
  }
  .grid__cell--xl-2-5 {
    width: 40%;
  }
  .grid__cell-offset--xl-2-5 {
    margin-left: 40%;
  }
  .grid__cell--xl-1-3 {
    width: 33.3334%;
  }
  .grid__cell-offset--xl-1-3 {
    margin-left: 33.3334%;
  }
  .grid__cell--xl-1-4 {
    width: 25%;
  }
  .grid__cell-offset--xl-1-4 {
    margin-left: 25%;
  }
  .grid__cell--xl-1-5 {
    width: 20%;
  }
  .grid__cell-offset--xl-1-5 {
    margin-left: 20%;
  }
  .grid__cell--xl-1-6 {
    width: 16.66667%;
  }
  .grid__cell-offset--xl-1-6 {
    margin-left: 16.66667%;
  }
  .grid__cell--xl-1-12 {
    width: 8.33334%;
  }
  .grid__cell-offset--xl-1-12 {
    margin-left: 8.33334%;
  }
}
@media only screen and (min-width: 1520px) {
  .grid__cell--xxl-1-1 {
    width: 100%;
  }
  .grid__cell-offset--xxl-1-1 {
    margin-left: 100%;
  }
  .grid__cell--xxl-11-12 {
    width: 91.6667%;
  }
  .grid__cell-offset--xxl-11-12 {
    margin-left: 91.6667%;
  }
  .grid__cell--xxl-5-6 {
    width: 83.3334%;
  }
  .grid__cell-offset--xxl-5-6 {
    margin-left: 83.3334%;
  }
  .grid__cell--xxl-4-5 {
    width: 80%;
  }
  .grid__cell-offset--xxl-4-5 {
    margin-left: 80%;
  }
  .grid__cell--xxl-3-4 {
    width: 75%;
  }
  .grid__cell-offset--xxl-3-4 {
    margin-left: 75%;
  }
  .grid__cell--xxl-2-3 {
    width: 66.6667%;
  }
  .grid__cell-offset--xxl-2-3 {
    margin-left: 66.6667%;
  }
  .grid__cell--xxl-3-5 {
    width: 60%;
  }
  .grid__cell-offset--xxl-3-5 {
    margin-left: 60%;
  }
  .grid__cell--xxl-7-12 {
    width: 58.33334%;
  }
  .grid__cell-offset--xxl-7-12 {
    margin-left: 58.33334%;
  }
  .grid__cell--xxl-1-2 {
    width: 50%;
  }
  .grid__cell-offset--xxl-1-2 {
    margin-left: 50%;
  }
  .grid__cell--xxl-5-12 {
    width: 41.6667%;
  }
  .grid__cell-offset--xxl-5-12 {
    margin-left: 41.6667%;
  }
  .grid__cell--xxl-2-5 {
    width: 40%;
  }
  .grid__cell-offset--xxl-2-5 {
    margin-left: 40%;
  }
  .grid__cell--xxl-1-3 {
    width: 33.3334%;
  }
  .grid__cell-offset--xxl-1-3 {
    margin-left: 33.3334%;
  }
  .grid__cell--xxl-1-4 {
    width: 25%;
  }
  .grid__cell-offset--xxl-1-4 {
    margin-left: 25%;
  }
  .grid__cell--xxl-1-5 {
    width: 20%;
  }
  .grid__cell-offset--xxl-1-5 {
    margin-left: 20%;
  }
  .grid__cell--xxl-1-6 {
    width: 16.66667%;
  }
  .grid__cell-offset--xxl-1-6 {
    margin-left: 16.66667%;
  }
  .grid__cell--xxl-1-12 {
    width: 8.33334%;
  }
  .grid__cell-offset--xxl-1-12 {
    margin-left: 8.33334%;
  }
}
@media only screen and (min-width: 1664px) {
  .grid__cell--xxxl-1-1 {
    width: 100%;
  }
  .grid__cell-offset--xxxl-1-1 {
    margin-left: 100%;
  }
  .grid__cell--xxxl-11-12 {
    width: 91.6667%;
  }
  .grid__cell-offset--xxxl-11-12 {
    margin-left: 91.6667%;
  }
  .grid__cell--xxxl-5-6 {
    width: 83.3334%;
  }
  .grid__cell-offset--xxxl-5-6 {
    margin-left: 83.3334%;
  }
  .grid__cell--xxxl-4-5 {
    width: 80%;
  }
  .grid__cell-offset--xxxl-4-5 {
    margin-left: 80%;
  }
  .grid__cell--xxxl-3-4 {
    width: 75%;
  }
  .grid__cell-offset--xxxl-3-4 {
    margin-left: 75%;
  }
  .grid__cell--xxxl-2-3 {
    width: 66.6667%;
  }
  .grid__cell-offset--xxxl-2-3 {
    margin-left: 66.6667%;
  }
  .grid__cell--xxxl-3-5 {
    width: 60%;
  }
  .grid__cell-offset--xxxl-3-5 {
    margin-left: 60%;
  }
  .grid__cell--xxxl-7-12 {
    width: 58.33334%;
  }
  .grid__cell-offset--xxxl-7-12 {
    margin-left: 58.33334%;
  }
  .grid__cell--xxxl-1-2 {
    width: 50%;
  }
  .grid__cell-offset--xxxl-1-2 {
    margin-left: 50%;
  }
  .grid__cell--xxxl-5-12 {
    width: 41.6667%;
  }
  .grid__cell-offset--xxxl-5-12 {
    margin-left: 41.6667%;
  }
  .grid__cell--xxxl-2-5 {
    width: 40%;
  }
  .grid__cell-offset--xxxl-2-5 {
    margin-left: 40%;
  }
  .grid__cell--xxxl-1-3 {
    width: 33.3334%;
  }
  .grid__cell-offset--xxxl-1-3 {
    margin-left: 33.3334%;
  }
  .grid__cell--xxxl-1-4 {
    width: 25%;
  }
  .grid__cell-offset--xxxl-1-4 {
    margin-left: 25%;
  }
  .grid__cell--xxxl-1-5 {
    width: 20%;
  }
  .grid__cell-offset--xxxl-1-5 {
    margin-left: 20%;
  }
  .grid__cell--xxxl-1-6 {
    width: 16.66667%;
  }
  .grid__cell-offset--xxxl-1-6 {
    margin-left: 16.66667%;
  }
  .grid__cell--xxxl-1-12 {
    width: 8.33334%;
  }
  .grid__cell-offset--xxxl-1-12 {
    margin-left: 8.33334%;
  }
}
.grid--guttered {
  margin-right: -12px;
  margin-left: -12px;
  margin-bottom: -24px;
}
.grid--guttered + .grid {
  margin-top: 24px;
}
.grid--guttered .grid__cell {
  padding: 0 12px;
  margin-bottom: 24px;
}

html {
  font-weight: 400;
  font-family: "Cabin", Arial, Helvetica, Roboto, Sans, Sans Serif, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #4E596B;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 32px 0 16px;
}
h1:first-child, .h1:first-child,
h2:first-child, .h2:first-child,
h3:first-child, .h3:first-child,
h4:first-child, .h4:first-child,
h5:first-child, .h5:first-child,
h6:first-child, .h6:first-child {
  margin-top: 0;
}
h1:last-child, .h1:last-child,
h2:last-child, .h2:last-child,
h3:last-child, .h3:last-child,
h4:last-child, .h4:last-child,
h5:last-child, .h5:last-child,
h6:last-child, .h6:last-child {
  margin-bottom: 0;
}

h1 + h2,
h2 + h3,
h1 + h3 {
  margin-top: 0;
}

h1, .h1 {
  font-weight: 400;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 684px) {
  h1, .h1 {
    font-size: 20px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 880px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 1136px) {
  h1, .h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
h1.sans, .h1.sans {
  font-family: "Cabin", Impact, sans serif;
  font-weight: 700;
  text-transform: uppercase;
}

h2, .h2 {
  font-weight: 400;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  font-size: 24px;
  line-height: 30px;
}
@media only screen and (min-width: 684px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 880px) {
  h2, .h2 {
    font-size: 32px;
    line-height: 40px;
  }
}
h2.sans, .h2.sans {
  font-family: "Cabin", Impact, sans serif;
  font-weight: 700;
  text-transform: uppercase;
}

h3, .h3 {
  font-weight: 400;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  font-size: 12px;
  line-height: 15px;
}
@media only screen and (min-width: 684px) {
  h3, .h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
h3.sans, .h3.sans {
  font-family: "Cabin", Impact, sans serif;
  font-weight: 700;
  text-transform: uppercase;
}

h4, .h4 {
  font-weight: 400;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  font-size: 20px;
  line-height: 25px;
}
@media only screen and (min-width: 684px) {
  h4, .h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
h4.sans, .h4.sans {
  font-family: "Cabin", Impact, sans serif;
  font-weight: 700;
}

h5, .h5 {
  font-weight: 400;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 684px) {
  h5, .h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
h5.sans, .h5.sans {
  font-family: "Cabin", Impact, sans serif;
  font-weight: 700;
}

h6, .h6 {
  font-weight: 400;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}
h6.sans, .h6.sans {
  font-family: "Cabin", Impact, sans serif;
  font-weight: 700;
}

sub, .sub {
  font-weight: 700;
  font-family: "Cabin", Impact, sans serif;
}

p {
  margin: 16px 0;
}
p:first-child {
  margin-top: 0;
}

a {
  color: #005D5D;
  text-decoration: none;
  outline: 0;
  transition: color 100ms ease-in-out;
}
a:hover, a:focus, a:active {
  color: #074747;
  text-decoration: none;
  transition: color 50ms ease-in-out;
}
a .textlink {
  border-bottom: dotted 1px #005D5D;
}

small, .text--small {
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
}

b, strong {
  font-weight: 700;
}

em, i {
  font-style: italic;
}

del, s, strike {
  text-decoration: line-through;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0 0 16px;
}

address {
  font-style: italic;
  margin: 0 0 16px;
}

mark {
  background: #3aafa9;
  border-radius: 2px;
  padding: 6px 8px;
}

blockquote {
  font-style: italic;
  border-left: 3px solid #4E596B;
  margin: 32px 0;
  padding: 24px;
}
blockquote :last-child {
  margin-bottom: 0;
}

cite {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0 none;
  border-top: 1px solid #CED6E2;
  margin: 16px 0;
}
@media only screen and (min-width: 684px) {
  hr {
    margin: 24px 0;
  }
}
@media only screen and (min-width: 880px) {
  hr {
    margin: 24px 0;
  }
}

label {
  font-weight: 700;
  font-family: "Cabin", Impact, sans serif;
  text-transform: uppercase;
  color: #99A4B5;
  font-size: 12px;
  line-height: 15px;
}
@media only screen and (min-width: 684px) {
  label {
    font-size: 12px;
    line-height: 15px;
  }
}

legend {
  color: #3aafa9;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  font-family: "Cabin", Impact, sans serif;
}

legend + h1, legend + h2 {
  margin-top: 0;
}

@media only screen and (min-width: 684px) {
  .text--big {
    font-size: 20px;
    line-height: 30px;
  }
}

.text--light {
  color: rgba(78, 89, 107, 0.8);
}

.text--spaced {
  letter-spacing: 3px;
}

.text--caps {
  text-transform: uppercase;
}

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

.details {
  background-color: #fff;
  border-top: 1px solid #cdd0d2;
  border-bottom: 0;
  cursor: pointer;
}
.details:first-of-type {
  border-top: none;
}
.details--bordered {
  border-left: 1px solid #cdd0d2;
  border-right: 1px solid #cdd0d2;
}
.details--bordered:first-of-type {
  border-top: 1px solid #cdd0d2;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.details--bordered:last-of-type {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom: 1px solid #cdd0d2;
}

.details--open .summary, .details[open] .summary {
  background-color: #ebeced;
}

summary {
  display: block;
  transition: all 100ms ease-in-out;
}
summary::-webkit-details-marker {
  display: none;
}

.summary {
  display: list-item;
  font-size: 14px;
  padding: 14px 40px;
  position: relative;
  list-style-type: none;
  margin: 0;
  font-weight: 400;
}
.summary:after, .summary:before {
  content: "";
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #37454d;
  display: block;
  position: absolute;
  top: 50%;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  left: 21px;
  contain: strict;
}
.summary:before {
  transform: translate(-50%, -50%) rotate(-90deg);
  will-change: translate, rotate;
}
.summary:after {
  transform: translate(-50%, -50%);
  will-change: translate, opacity;
}

.details--open .summary:before, .details[open] .summary:before {
  transform: translate(-50%, -50%) rotate(0);
}

.details--open .summary:after, .details[open] .summary:after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.details__content {
  /*border-top: 1px solid #cdd0d2;*/
  cursor: auto;
  font-size: 14px;
  padding: 8px 16px 16px 40px;
  transition: all 100ms ease-in-out;
}

/* add wrapper, continue with font-size */
@keyframes invisiblyGrowFontSize {
  0% {
    font-size: 0;
    opacity: 0;
  }
  100% {
    font-size: 1em;
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.details[open] .details__content {
  animation-name: invisiblyGrowFontSize, fadeIn;
  animation-duration: 100ms, 100ms;
  animation-delay: 0ms, 100ms;
}

.alert {
  padding: 8px 16px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  display: block;
  margin-bottom: 16px;
  background-color: white;
  border-color: #99A4B5;
  font-style: italic;
}
.alert--success {
  background-color: white;
  border-color: #7EBA9A;
  color: #7EBA9A;
}
.alert--info {
  background-color: #d3e3ee;
  border-color: #4685AF;
  color: #4685AF;
}
.alert--warning {
  background-color: #f9e3c4;
  border-color: #DA8A17;
  color: #DA8A17;
}
.alert--error {
  background-color: #f4dcd4;
  border-color: #CA5832;
  color: #CA5832;
}

input:not([type=checkbox]) + .alert,
select + .alert,
textarea + .alert {
  border-top: 0px;
  border-radius: 0 0 2px 2px;
  margin-top: -8px;
}

.day_picker .alert {
  margin-bottom: 0;
}

.breadcrumb {
  min-height: 24px;
}
.breadcrumb a, .breadcrumb span {
  font-size: 12px;
  line-height: 16px;
}
.breadcrumb a::before, .breadcrumb span::before {
  content: "/";
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  color: #37454d;
}
.breadcrumb a:first-child::before, .breadcrumb span:first-child::before {
  display: none;
}
.breadcrumb a img, .breadcrumb span img {
  margin-top: -3px;
  max-width: 16px;
  max-height: 16px;
}

.btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: #005D5D;
  font-family: "Cabin", Impact, sans serif;
  font-size: 16px;
  line-height: 16pxpx;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  width: 100%;
  height: 44px;
  border: 1px solid #005D5D;
  border-bottom: 1px solid #074747;
  border-radius: 26px;
  margin: 0 0 12px 0;
  padding: 0 16px;
  transition: all 100ms ease-in-out;
}
.btn:hover {
  background: #074747;
  color: #fff;
  border-color: #074747;
  transition: all 50ms ease-in-out;
}
.btn:active {
  background: #074747;
  color: #fff;
  border-color: #074747;
}
.btn--disabled {
  background: #5AB9B9;
  color: #fff;
  border-color: #5AB9B9;
  pointer-events: none;
}
.btn--secondary {
  background: #81D1C3;
  color: #fff;
  border-color: #81D1C3;
  border-bottom-color: #3aafa9;
}
.btn--secondary:hover, .btn--secondary:active {
  background: #3aafa9;
  color: #fff;
  border-color: #3aafa9;
}
.btn--secondary.btn--disabled {
  background: #C9E8E3;
  color: #fff;
  border-color: #C9E8E3;
}
.btn--tertiary {
  background: #fff;
  color: #005D5D;
  border-color: #117F7F;
}
.btn--tertiary:hover, .btn--tertiary:active {
  background: #117F7F;
  color: #fff;
  border-color: #117F7F;
}
.btn--tertiary.btn--disabled {
  background: #fff;
  color: #5AB9B9;
  border-color: #5AB9B9;
}
.btn--link {
  background: transparent !important;
  font-size: inherit;
  color: #007fad;
  text-align: left;
  width: auto;
  border: 0 none;
  padding: 0;
}
.btn--link:hover {
  color: #003447;
}
.btn--link:active {
  color: #003447;
}
.btn--s {
  font-size: 12px;
  line-height: 12px;
  height: 36px;
  padding: 0 12px;
}
.btn--l {
  font-size: 20px;
  line-height: 20px;
  height: 52px;
  padding: 0 24px;
}
.btn--icon {
  padding-left: 0;
}
.btn .icon-ic {
  line-height: 0;
  display: inline-block;
  text-indent: 0;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn .icon-ic svg *[fill] {
  fill: currentColor;
}
.btn .icon-ic svg *[stroke] {
  stroke: currentColor;
}
.btn--icon-only {
  padding: 0;
  min-width: 44px;
}
.btn--icon-only.btn--s {
  min-width: 36px;
}
.btn--icon-only.btn--l {
  min-width: 52px;
}
.btn--icon-only .icon-ic {
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.btn--icon-leading {
  padding-left: 48px;
}
.btn--icon-leading .icon-ic {
  left: 10px;
}
.btn--icon-trailing {
  padding-right: 48px;
}
.btn--icon-trailing .icon-ic {
  right: 10px;
}
@media only screen and (min-width: 540px) {
  .btn {
    width: auto;
  }
}

/* Firefox Fix */
button::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=submit]::-moz-focus-inner, input[type=file] > input[type=button]::-moz-focus-inner {
  border: 0;
  margin: 0;
  padding: 0;
}

button,
button[type=button],
button[type=reset],
button[type=submit] {
  /*
     Change the cursor in all browsers (opinionated).
   */
  cursor: pointer;
}

button[disabled] {
  cursor: not-allowed;
}

.card {
  border-radius: 4px;
  background: #fff;
  padding: 24px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
}
.card header, .card .header {
  border-bottom: 1px solid #CED6E2;
  margin: 0 -24px;
  padding: 0 12px 16px;
  margin-bottom: 16px;
}
.card header .grid__cell:last-child, .card .header .grid__cell:last-child {
  margin-bottom: 0;
}
.card hr {
  margin: 0 -24px;
}
.card hr + .buttons {
  margin-top: 16px;
  float: right;
}
.card hr + .buttons .btn {
  display: inline-block;
  margin-left: 12px;
}
.card form, .card section, .card .btn {
  margin-bottom: 0;
}
.card section {
  padding-top: 0;
}
.card .tabs {
  margin: -24px -24px 0 -24px;
  display: block;
  width: auto;
  max-width: none;
}
.card .tabs ul.tabs__list {
  background: transparent;
}
.card .tabs :after {
  display: none;
}
.card .tabs .tabs__label--active {
  border-bottom-color: #fff;
}
.card .status__box {
  margin: 0 -24px 16px -24px;
  padding: 16px;
  box-sizing: border-box;
}
.card header + .status__box {
  margin-top: -16px;
}
.card header + .legend {
  margin: 0 -24px 16px -24px;
  margin-top: -16px;
}

.card + .card {
  margin-top: 16px;
}

.card_registration label + p {
  margin-top: 0;
}

.demo {
  border-radius: 2px 2px 0 0;
  border: 1px solid #ebeced;
  padding: 32px;
}

code, kbd, pre, samp {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-size: 12px;
  line-height: 18px;
  word-spacing: normal;
  word-break: normal;
}

pre {
  white-space: pre;
  margin-bottom: 0;
  overflow: scroll;
  max-height: 250px;
  background: rgba(235, 236, 237, 0.5);
  border-radius: 2px;
  padding: 24px 48px;
  position: relative;
  display: inline-block;
  width: 100%;
}
pre.numbers {
  counter-reset: linenumbers;
}
pre.numbers span.line {
  counter-increment: linenumbers;
  white-space: nowrap;
}
pre.numbers span.line::before {
  content: counter(linenumbers);
  position: absolute;
  left: 24px;
  font-weight: 700;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  color: #cdd0d2;
  pointer-events: none;
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */ /* IE10+/Edge */
  user-select: none; /* Standard */
}
pre.numbers span.line:hover::before {
  color: #697379;
}

code {
  white-space: pre;
}

.html-tag {
  color: #007fad;
}

.css-class {
  color: #c94a30;
}

.colorfield {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #CED6E2;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: -2px;
}
.colorfield--white {
  background-color: #fff;
}

.debugging {
  position: absolute;
  background: #333;
  color: #ccc;
  width: 100%;
  overflow: auto;
  font-size: 10px;
  line-height: 1.5em;
  padding: 32px 16px 16px 16px;
}
.debugging:before {
  content: "DEBUGGING";
  font-weight: bold;
  position: absolute;
  top: 8px;
  left: 16px;
}

footer[role=contentinfo] {
  background: #4E596B;
  color: #fff;
  padding: 48px 0;
}
footer[role=contentinfo] ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer[role=contentinfo] p.heading {
  font-weight: bold;
}
footer[role=contentinfo] a {
  color: rgba(255, 255, 255, 0.75);
}
footer[role=contentinfo] a:hover {
  color: #fff;
}
footer[role=contentinfo] a.socialmedia {
  margin-right: 12px;
}
footer[role=contentinfo] .logo {
  max-width: 128px;
  height: 32px;
}

form {
  margin: 0 0 16px;
}
form .grid--guttered .grid__cell {
  margin-bottom: 8px;
}

fieldset {
  min-width: 0;
  border: 0 none;
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
}

fieldset > div {
  font-size: 0;
  margin: 0 0 16px;
}

fieldset > div > input, fieldset > div > select, fieldset > div > textarea {
  font-size: 16px;
  line-height: 24px;
}

fieldset.form_disabled {
  outline: 10px solid #f4dcd4;
  padding: 12px;
  margin-bottom: 16px;
}

label {
  cursor: pointer;
}

label, .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 6px;
}
label small, label .text--small, .label small, .label .text--small {
  font-weight: 400;
  font-size: inherit;
}
label--checkbox, label--radio, .label--checkbox, .label--radio {
  font-weight: 400;
  display: inline-block;
  margin: 0;
  margin-right: 24px !important;
}
label--switch, .label--switch {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 684px) {
  label--autowidth, .label--autowidth {
    text-align: left !important;
    width: auto !important;
    padding-right: 0 !important;
  }
}

input, select, textarea {
  font-weight: inherit;
  font-size: 16px;
  line-height: 24px;
  font-family: inherit;
  color: inherit;
  vertical-align: baseline;
}

input[type=text], input[type=password], input[type=search], input[type=email], input[type=url], input[type=tel], input[type=date], input[type=time], input[type=number], input[type=file], select, textarea {
  background: #fff;
  display: block;
  width: 100%;
  min-height: 2.75em;
  border: 1px solid #CED6E2;
  margin: 0;
  margin-bottom: 8px;
  padding: 12px;
  border-radius: 2px;
  -webkit-appearance: none;
}
input[type=text][disabled], input[type=password][disabled], input[type=search][disabled], input[type=email][disabled], input[type=url][disabled], input[type=tel][disabled], input[type=date][disabled], input[type=time][disabled], input[type=number][disabled], input[type=file][disabled], select[disabled], textarea[disabled] {
  background: rgba(206, 214, 226, 0.4);
  border-color: #CED6E2;
  pointer-events: none;
  cursor: not-allowed;
}

input[type=checkbox], input[type=radio] {
  position: relative;
  top: -1px;
  margin-right: 8px;
}

input[type=file] {
  background: transparent !important;
  border: 0 none;
  padding: 0;
}

select {
  width: 100%;
  cursor: pointer;
  background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%227%22%20viewBox%3D%220%200%2013%207%22%3E%3Cpath%20fill%3D%22%2337454D%22%20d%3D%22M5.8%206.72L.32%201.822C-.094%201.472-.094.772.25.352c.342-.42%201.028-.42%201.44-.07l4.797%204.27L11.284.28c.412-.42%201.097-.35%201.44.07.412.42.342%201.12-.068%201.47l-5.484%204.9c-.205.21-.412.28-.685.28-.274%200-.48-.07-.686-.28z%22%2F%3E%3C%2Fsvg%3E") #fff;
  background-repeat: no-repeat;
  background-position: right 12px top 50%;
}

textarea {
  height: auto;
  min-height: 100px;
  vertical-align: top;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  color: #CED6E2;
}
::-webkit-input-placeholder[disabled],
::-moz-placeholder[disabled],
:-ms-input-placeholder[disabled] {
  color: #788599;
}

.hidden_input {
  display: none;
}

.label--checkbox {
  display: inline-flex;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.label--checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.label--checkbox input:checked ~ .checkmark {
  background-color: #005D5D;
}
.label--checkbox input:checked ~ .checkmark:after {
  display: block;
}
.label--checkbox .checkmark {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-color: #CED6E2;
  border-radius: 2px;
}
.label--checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.label--checkbox:hover .checkmark {
  background-color: #ccc;
}

.label--radio {
  display: inline-flex;
  position: relative;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.label--radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.label--radio input:checked ~ .radio {
  background-color: #005D5D;
}
.label--radio input:checked ~ .radio:after {
  display: block;
}
.label--radio .radio {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  min-width: 24px;
  background-color: #CED6E2;
  border-radius: 50%;
}
.label--radio .radio:after {
  content: "";
  position: absolute;
  display: none;
  left: 9px;
  top: 6px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}
.label--radio:hover .radio {
  background-color: #ccc;
}

.label--switch {
  display: flex;
  line-height: 24px;
}
.label--switch input {
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  padding: 0;
  left: -10000px;
  top: auto;
  position: absolute;
  white-space: nowrap;
}
.label--switch input:checked ~ .switch {
  background: #005D5D;
}
.label--switch input:checked ~ .switch::before {
  left: 27px;
}
.label--switch .switch {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  width: 48px;
  height: 24px;
  cursor: pointer;
  background: #CED6E2;
  border-radius: 2px;
  transition: background 0.3s ease;
}
.label--switch .switch::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  border-radius: 2px;
  background: #fff;
  transition: all 0.3s ease;
  left: 3px;
}

@media only screen and (min-width: 684px) {
  .flexform label, .flexform .label {
    display: inline-block;
    width: 33.3334%;
  }
}
@media only screen and (min-width: 880px) {
  .flexform label, .flexform .label {
    text-align: right;
    padding-right: 24px;
  }
}
@media only screen and (min-width: 684px) {
  .flexform input[type=text], .flexform input[type=password], .flexform input[type=search], .flexform input[type=email], .flexform input[type=url], .flexform input[type=tel], .flexform input[type=date], .flexform input[type=time], .flexform input[type=number], .flexform input[type=file], input.switch__checkbox .flexform textarea, .flexform select {
    display: inline-block;
    width: 66.6667%;
  }
}
.flexform input[type=text] + span, .flexform input[type=password] + span, .flexform input[type=search] + span, .flexform input[type=email] + span, .flexform input[type=url] + span, .flexform input[type=tel] + span, .flexform input[type=date] + span, .flexform input[type=time] + span, .flexform input[type=number] + span, .flexform input[type=file] + span, input.switch__checkbox .flexform textarea + span, .flexform select + span {
  display: inline-block;
  margin-top: 8px;
}
@media only screen and (min-width: 880px) {
  .flexform input[type=text] + span, .flexform input[type=password] + span, .flexform input[type=search] + span, .flexform input[type=email] + span, .flexform input[type=url] + span, .flexform input[type=tel] + span, .flexform input[type=date] + span, .flexform input[type=time] + span, .flexform input[type=number] + span, .flexform input[type=file] + span, input.switch__checkbox .flexform textarea + span, .flexform select + span {
    margin-left: 33.3334%;
  }
}
.flexform .inputs {
  width: 100%;
}
.flexform .inputs span {
  display: block;
}
.flexform .inputs .switch__slidebar {
  display: inline-block;
}
.flexform .inputs .switch span {
  display: inline-block;
  height: 24px;
  vertical-align: middle;
  line-height: 24px;
  margin-right: 8px;
}
@media only screen and (min-width: 684px) {
  .flexform .inputs {
    display: inline-block;
    width: 66.6667%;
    vertical-align: top;
  }
  .flexform .inputs span {
    margin-left: 0;
  }
}
@media only screen and (min-width: 684px) {
  .flexform .btn {
    margin-left: 33.3334%;
  }
}

/* Normalize Fix */
input[type=search] {
  box-sizing: border-box;
}

/* WebKit Fix */
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

small.hint, .hint.text--small {
  font-style: italic;
  display: block;
  margin-bottom: 8px;
}

.init_svg {
  display: none;
}

.tools {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.tools .tool {
  width: 24px;
  height: 24px;
  margin: 6px;
}
.tools .tool button {
  border: none;
  background: transparent;
}

.clickable .tools {
  flex-wrap: nowrap;
}

.icon {
  width: 24px;
  height: 24px;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: transparent;
  margin: 0;
  fill: currentColor;
}
.icon img {
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.icon--small {
  width: 16px;
  height: 16px;
}
.icon--light {
  opacity: 0.6;
}

nav .icon {
  width: 32px;
  height: 32px;
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px;
}
.icon.disabled {
  cursor: default;
  opacity: 0.5;
}

.flag_icon {
  fill: currentColor;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.flag_icon--small {
  width: 22px;
  height: 22px;
  padding: 0 2px 0 0;
}
.flag_icon .icon {
  margin-top: -2px;
}

.flag_active {
  background: rgba(126, 186, 154, 0.4);
  border-radius: 2px;
}

.flag_active.flag_close {
  background: rgba(202, 88, 50, 0.4);
  border-radius: 2px;
}

.flag_active.flag_error {
  background: #ca5832;
  border-radius: 2px;
  color: #fff;
}

/**
 * List Base Style
 *
 * @version 1.0.0
 */
ul,
ol,
dl,
dd {
  margin: 16px 0;
}
ul:first-child,
ol:first-child,
dl:first-child,
dd:first-child {
  margin-top: 6px;
}
ul:last-child,
ol:last-child,
dl:last-child,
dd:last-child {
  margin-bottom: 6px;
}

ul, ol {
  padding-left: 24px;
}
ul ul, ul ol, ol ul, ol ol {
  margin: 16px 0;
}

ul {
  list-style: disc outside;
}

ol {
  list-style: decimal outside;
}

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: 700;
}

.lightbox_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  display: none;
}

.lightbox {
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: none;
  flex-direction: column;
  max-width: 90vw;
  max-height: 90vh;
}
.lightbox header {
  display: block;
  background: #fff;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px 4px 0 0;
  height: 40px;
}
.lightbox header .header_items {
  height: 100%;
  display: flex;
  align-items: center;
  flex-basis: 100%;
  justify-content: space-between;
}
.lightbox header h3 {
  margin: 0;
}
.lightbox header .tool {
  position: relative;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin-left: 16px;
}
.lightbox .lightbox_content {
  padding: 16px;
  background: white;
  width: 100%;
  border-radius: 0 0 4px 4px;
  overflow-y: auto;
}
.lightbox .lightbox_content img {
  max-height: calc(80vh - 40px);
}
.lightbox.alert {
  display: none;
  padding: 0;
}
.lightbox.alert header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
.lightbox.open, .lightbox.alert.open {
  display: flex;
}
.lightbox .buttons {
  display: flex;
  justify-content: flex-end;
}
.lightbox .buttons .btn {
  margin: 0 0 0 12px;
}
.lightbox .buttons form {
  margin: 0;
}

.masthead {
  background: #F6F6F6;
  height: 56px;
}
.masthead .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media only screen and (min-width: 540px) {
  .masthead {
    height: 80px;
  }
}
.masthead a {
  padding: 24px 0;
  display: inline-block;
}
.masthead a.logolink {
  padding: 14px 16px 10px;
}
.masthead a.logolink h2 {
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.masthead a.logolink h3 {
  font-size: 24px;
  line-height: 20px;
  text-transform: uppercase;
}
@media only screen and (min-width: 540px) {
  .masthead a.logolink {
    padding: 18px 16px 14px;
  }
}
.masthead .logo {
  height: 32px;
}
.masthead + main {
  position: relative;
}
.masthead + main a.anchor::before {
  content: "";
  display: block;
  height: 80px; /* set the same size as inner padding from .content*/
  margin: -80px 0 0; /* negative fixed */
}
.masthead--fixed {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.masthead--fixed + main {
  padding-top: 72px;
}
@media only screen and (min-width: 540px) {
  .masthead--fixed + main {
    padding-top: 96px;
  }
}
.masthead--fixed + main a.anchor::before {
  content: "";
  display: block;
  height: 136px; /* fixed header height*/
  margin: -136px 0 0; /* negative fixed header height */
}
@media only screen and (min-width: 540px) {
  .masthead--fixed + main a.anchor::before {
    height: 160px; /* fixed header height */
  }
}
.masthead .user {
  float: right;
  display: inline-flex;
  flex-direction: column;
}
.masthead .user .username {
  display: flex;
  justify-content: space-between;
}
.masthead .user label {
  display: block;
}
.masthead .user a {
  margin: 0;
  padding: 0;
}

img {
  -ms-interpolation-mode: bicubic;
}

img, object, embed, svg {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  width: auto;
  width: auto\9 ; /* IE Fix */
  height: auto;
}

audio,
canvas,
img,
video {
  /*
    Remove the gap between images, videos, audio and canvas and the bottom of
    their containers: h5bp.com/i/440
  */
  vertical-align: middle;
}

figure, audio, video {
  margin: 0;
}

.mediabox {
  overflow: hidden;
  position: relative;
  height: 0;
  margin-bottom: 16px;
  padding-top: 100%;
}
.mediabox img, .mediabox iframe, .mediabox object, .mediabox embed {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.mediabox iframe, .mediabox object, .mediabox embed {
  width: 100%;
  height: 100%;
}
.mediabox--1-1 {
  padding-top: 100%;
}
.mediabox--4-3 {
  padding-top: 75%;
}
.mediabox--3-2 {
  padding-top: 66.6667%;
}
.mediabox--16-9 {
  padding-top: 56.25%;
}
.mediabox--2-1 {
  padding-top: 50%;
}
.mediabox--3-1 {
  padding-top: 33.33333%;
}

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important;
}

.show__menu {
  display: none;
}

.masthead .logolink * {
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  text-transform: uppercase;
  color: #37454d;
}
.masthead nav {
  position: relative;
  display: inline-block;
  float: right;
  height: 100%;
  /* active state */
  /* Subnavigation */
  /* Offcanvas + Topbar nav */
  /* Toggle Button Mobile */
}
.masthead nav a {
  text-align: center;
  display: block;
  padding: 24px 24px;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  color: #37454d;
}
.masthead nav a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.masthead nav a:active, .masthead nav a:focus, .masthead nav a:hover {
  font-weight: 700;
}
@media only screen and (min-width: 880px) {
  .masthead nav a {
    padding: 16px 8px 0;
    line-height: 32px;
    display: inline-block;
    text-align: center;
  }
}
.masthead nav a img.icon {
  max-height: 32px;
  max-width: 32px;
}
.masthead nav a span {
  display: block;
}
.masthead nav::before {
  content: "";
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  visibility: hidden;
  z-index: 2;
  transition: all 500ms ease-in-out;
  pointer-events: all;
}
.masthead nav li.active:after {
  position: absolute;
  height: 5px;
  width: 100%;
  content: "";
  bottom: 0;
  left: 0px;
  background: #005D5D;
}
.masthead nav li {
  position: relative;
  text-align: center;
}
.masthead nav li[tabindex="0"]::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.masthead nav li[tabindex="0"].open::after {
  content: "-";
}
.masthead nav li[tabindex="0"]:hover::after {
  color: #007fad;
}
.masthead nav li[tabindex="0"].closed > ul {
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
}
.masthead nav li[tabindex="0"].open > ul {
  height: auto;
  overflow: hidden;
  opacity: 1;
}
.masthead nav ul {
  margin: 0;
  list-style-type: none;
  position: fixed;
  overflow-y: scroll;
  width: 90vw;
  height: 100vh;
  left: 100vw;
  top: 0;
  z-index: 5;
  background: #F6F6F6;
  padding-top: 64px;
  transition: transform 500ms ease-in-out;
}
@media only screen and (min-width: 880px) {
  .masthead nav ul {
    position: relative;
    width: auto;
    height: 100%;
    top: auto;
    left: auto;
    overflow: hidden;
    padding: 0;
    display: inline-block;
    background: transparent;
  }
}
.masthead nav li {
  margin: 0;
  display: block;
  border-width: 0;
  border-color: transparent;
  border-style: solid;
}
@media only screen and (min-width: 880px) {
  .masthead nav li {
    height: 100%;
  }
}
@media only screen and (min-width: 880px) {
  .masthead nav li:first-child {
    border-top-width: 0;
  }
}
@media only screen and (min-width: 880px) {
  .masthead nav li:last-child {
    border-right-width: 1px;
  }
}
@media only screen and (min-width: 880px) {
  .masthead nav li {
    display: inline-block;
    border-width: 0 0 0 1px;
  }
}
.masthead nav label.toggle__nav {
  position: relative;
  z-index: 6;
  right: 0;
  top: 28px;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-right: 16px;
}
@media only screen and (min-width: 540px) {
  .masthead nav label.toggle__nav {
    top: 40px;
  }
}
@media only screen and (min-width: 880px) {
  .masthead nav label.toggle__nav {
    visibility: hidden;
    display: none;
  }
}
.masthead nav label.toggle__nav .menu_icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: #000000;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}
.masthead nav label.toggle__nav .menu_icon * {
  transition: all 200ms ease-in-out;
}

/* Mobile Nav is active */
.show__menu:checked ~ nav {
  position: fixed;
  z-index: 5;
  height: 100vh;
  width: 100vw;
  display: block;
  top: 0;
  /* Toggle Button Mobile Animation */
  /* Show Nav */
}
.show__menu:checked ~ nav::before {
  visibility: visible;
  background: rgba(55, 69, 77, 0.8);
}
.show__menu:checked ~ nav label.toggle__nav {
  position: absolute;
}
.show__menu:checked ~ nav .menu_ico .menu_ico_top,
.show__menu:checked ~ nav .menu_ico .menu_ico_bot {
  stroke-width: 0;
}
.show__menu:checked ~ nav .menu_ico .menu_ico_mid1 {
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}
.show__menu:checked ~ nav .menu_ico .menu_ico_mid2 {
  transform: rotateZ(-45deg);
  transform-origin: 50% 50%;
}
.show__menu:checked ~ nav ul {
  transform: translateX(-90vw);
}

/* NAV - a11y - skiplink */
a.skiplink {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
a.skiplink:focus, a.skiplink:active {
  position: relative;
  left: auto;
  width: auto;
  height: auto;
  overflow: visible;
  background: #ebeced;
  padding: 10px;
  border-radius: 3px;
}

.wrap--guttered nav label.toggle__nav {
  right: 24px;
}

section {
  background: transparent;
  padding: 24px 0;
}

aside {
  position: fixed;
  overflow-y: auto;
  left: 0;
  height: 100%;
  width: 250px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 16px 24px;
}
aside .logo {
  height: 32px;
}
aside a {
  padding: 8px 0;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
aside a.logolink {
  text-align: left;
  width: 100%;
}
aside nav ul, aside nav li {
  position: relative;
  transition: all 500ms ease-in-out;
}
aside nav li:focus {
  outline: none;
}
aside nav li[tabindex="0"]::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 0;
  width: 16px;
  height: 16px;
  line-height: 16px;
}
aside nav li[tabindex="0"].open::after {
  content: "-";
}
aside nav li[tabindex="0"]:hover::after {
  color: #007fad;
}
aside nav li[tabindex="0"].closed > ul {
  height: 0;
  overflow: hidden;
  opacity: 0;
}
aside nav li[tabindex="0"].open > ul {
  height: auto;
  overflow: hidden;
  opacity: 1;
}
aside nav > ul > li {
  border-bottom: 1px dashed #ebeced;
  position: relative;
}
aside nav > ul > li a {
  width: 100%;
  padding: 16px 0;
  color: #37454d;
}
aside nav > ul > li a:hover, aside nav > ul > li a:focus {
  color: #007fad;
}
aside nav > ul > li li.active a {
  color: #007fad;
  font-weight: 700;
}
aside nav > ul > li li a {
  color: #697379;
  padding: 12px 0 12px 16px;
}

aside + main,
aside ~ footer {
  margin-left: 250px;
}

.stat {
  margin: 0;
}
.stat--l {
  font-size: 60px;
  line-height: 69px;
  font-weight: bold;
}
.stat--m {
  font-size: 28px;
  line-height: 32.2px;
  font-weight: bold;
}
.stat--s {
  font-size: 12px;
  line-height: 13.8px;
}

.stats {
  margin-bottom: 6px;
}
.stats--centered {
  text-align: center;
  justify-content: center;
}

.statbar {
  display: flex;
}
.statbar span {
  height: 32px;
  display: inline-block;
  outline: 1px solid #fff;
}
.statbar--blue {
  background-color: rgba(70, 133, 175, 0.5);
}
.statbar--green {
  background-color: rgba(126, 186, 154, 0.5);
}
.statbar--red {
  background-color: rgba(202, 88, 50, 0.5);
}

.statlegend {
  display: flex;
  align-items: center;
}
.statlegend span.statblock {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px;
}

.stattoc {
  display: flex;
  justify-content: space-between;
  background-image: linear-gradient(to right, #000 10%, rgba(255, 255, 255, 0) 0%);
  background-position: 0 14px;
  background-size: 10px 1px;
  background-repeat: repeat-x;
  width: 100%;
  height: 25px;
}
.stattoc span {
  background: #fff;
}

.stepper {
  display: flex;
  justify-content: center;
}
.stepper .step {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}
.stepper .step .icon, .stepper .step span {
  display: inline-block;
  flex: 100%;
}
.stepper .step span {
  font-size: 12px;
  line-height: 18px;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  text-transform: uppercase;
}
.stepper .step.active {
  border-bottom: 2px solid #005D5D;
  font-weight: bold;
}
.stepper .step.inactive {
  opacity: 0.5;
}

form.create fieldset.form_step {
  position: relative;
  min-height: 100vh;
  width: 100%;
}

form.edit fieldset.form_step {
  position: relative;
  width: 100%;
  padding-bottom: 64px;
}

table {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  margin: 0 0 16px;
}

th, td {
  font-weight: inherit;
  font-family: inherit;
  font-size: 12px;
  line-height: 18px;
  color: inherit;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #CED6E2;
}

thead th {
  font-weight: 400;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  color: #99A4B5;
  border-bottom: 1px solid #9ba2a6;
  padding: 6px 12px;
  text-transform: uppercase;
}

tbody th {
  font-weight: 400;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  color: #99A4B5;
  padding: 6px 12px;
  text-transform: uppercase;
}

tbody td {
  padding: 16px 12px;
}

tbody td[colspan] {
  text-align: center;
}

table#recaptcha_table, table.table-auto {
  table-layout: auto;
}

/* Responsive Table Wrapper */
.flex-table {
  position: relative;
  margin: 16px 0;
  overflow-x: auto;
  /* helper until I figured out why his doesnt work */
  max-width: 85vw;
  /* &:after, &:before {
      content:'';
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      z-index: 2;
      opacity: 1;
      transition: all 100ms ease-in-out;
      pointer-events: none;

      @include mq-l {
          opacity: 0;
      }
      }

  &:before {
      border-left: $spacing--m solid rgba(255,255,255,1);
      border-right: $spacing--m solid rgba(255,255,255,0.75);
      }

  &:after {
      left: auto;
      right: 0;
      border-right: $spacing--m solid rgba(255,255,255,1);
      border-left: $spacing--m solid rgba(255,255,255,0.75);
      }

  &.flex-table--ind-left:before,
  &.flex-table--ind-right:after {
          opacity: 1;        
      }

  @include mq-l {
      opacity: 0;
  } */
}
.flex-table .flex-table-scroll {
  position: relative;
  overflow-x: auto;
}

.flex-table table {
  margin: 0;
}

/* Collapsible Table */
.collapse__icon {
  float: right;
}

.collapse__icon:checked ~ .collapsible {
  display: table;
}

.collapsible--show {
  display: table;
}
.collapsible--hidden {
  display: none;
}
.tabs {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
  margin: 0 0 16px;
  position: relative;
}
.tabs ul.tabs__list {
  margin: 0;
  padding: 0;
  background-color: #eaeaea;
  border-bottom: 1px solid #99A4B5;
  display: flex;
  line-height: 0;
}
.tabs ul.tabs__list:after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(234, 234, 234, 0) 0%, #eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=1 ); /* IE6-9 */
}
.tabs .tabs__item {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: -1px;
  min-width: 0;
}
.tabs .tabs__label {
  font-weight: 700;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #99A4B5;
  padding: 16px;
  display: block;
  border-radius: 4px 4px 0 0;
  border: 1px solid rgba(153, 164, 181, 0.25);
  transition: background-color 150ms ease-in-out;
}
.tabs .tabs__label--active {
  color: #222833;
  border: 1px solid #99A4B5;
  border-bottom-color: #eaeaea;
}
.tabs .tabs__label:hover {
  color: #788599;
  background-color: rgba(206, 214, 226, 0.2);
  text-decoration: none;
}
.tabs .tabs__label--disabled, .tabs .tabs__label--disabled:hover {
  color: #CED6E2;
}
.tabs .tabs__indicator {
  background-color: #005D5D;
  bottom: 0;
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 2;
  margin-lefT: 1px;
  transition: all 300ms ease-in-out;
}

[data-tooltip] {
  position: relative;
  cursor: pointer;
}

[data-tooltip]:before,
[data-tooltip]:after {
  line-height: 1;
  font-size: 0.9em;
  pointer-events: none;
  position: absolute;
  box-sizing: border-box;
  display: none;
  opacity: 0;
  filter: drop-shadow(0px 3px 0px #788599);
}

[data-tooltip]:before {
  content: "";
  border: 5px solid transparent;
  z-index: 100;
}

[data-tooltip]:after {
  content: attr(data-tooltip) "\a" attr(data-tooltip2);
  font-size: 12px;
  line-height: 1rem;
  text-align: left;
  min-width: 3em;
  max-width: 21em;
  white-space: pre;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 8px;
  border-radius: 3px;
  background: #eee;
  color: #000;
  z-index: 99;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  display: block;
  opacity: 1;
}

[data-tooltip]:not([data-flow])::before,
[data-tooltip][data-flow=top]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #eee;
}

[data-tooltip]:not([data-flow])::after,
[data-tooltip][data-flow=top]::after {
  bottom: calc(100% + 5px);
}

[data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
[data-tooltip][data-flow=top]::before,
[data-tooltip][data-flow=top]::after {
  left: 50%;
  transform: translate(-50%, -4px);
}

[data-tooltip][data-flow=bottom]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #eee;
}

[data-tooltip][data-flow=bottom]::after {
  top: calc(100% + 5px);
}

[data-tooltip][data-flow=bottom]::before, [data-tooltip][data-flow=bottom]::after {
  left: 50%;
  transform: translate(-50%, 8px);
}

[data-tooltip][data-flow=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #eee;
  left: calc(0em - 5px);
  transform: translate(-8px, -50%);
}

[data-tooltip][data-flow=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-8px, -50%);
}

[data-tooltip][data-flow=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #eee;
  right: calc(0em - 5px);
  transform: translate(8px, -50%);
}

[data-tooltip][data-flow=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(8px, -50%);
}

[data-tooltip=""]::after, [data-tooltip=""]::before {
  display: none !important;
}

.day_picker {
  width: 100%;
  border-radius: 8px;
  padding: 8px;
  display: inline-block;
}
.day_picker .month {
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.day_picker .year {
  font-size: 0.6rem;
  text-align: center;
}
.day_picker .week {
  display: flex;
  justify-content: space-evenly;
}
.day_picker .week .day {
  position: relative;
  width: 14.285%;
  min-width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.day_picker .week .day label {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: center;
}
.day_picker .week .day input {
  display: none;
}
.day_picker .week .day input[type=checkbox]:checked ~ label {
  border-radius: 0%;
  background: rgba(0, 0, 0, 0.1);
}
.day_picker .week .day input[type=checkbox]:checked.start ~ label {
  border-radius: 18px 0 0 18px;
}
.day_picker .week .day input[type=checkbox]:checked.end ~ label {
  border-radius: 0 18px 18px 0;
}
.day_picker .week .day input[type=checkbox]:checked.start.end ~ label {
  border-radius: 18px;
}
.day_picker .week .day.inactive {
  opacity: 50%;
}

.meal_picker .day input {
  margin: 0px;
}

.meal_picker .day.active input {
  outline: #BAC8E2 8px solid;
}

.meal_picker .day.active.start input[data-mealtime="1"],
.meal_picker .day.active.start input[data-mealtime="2"] {
  outline: none;
}

.meal_picker .day.active.end input[data-mealtime="3"],
.meal_picker .day.active.end input[data-mealtime="4"] {
  outline: none;
}

/*
& .day {
	position: relative;
    width: 36px;
    height: 36px;
    display: flex;

    justify-content: center;
    align-items: center;

	& label {
		position: absolute;
	    width: 100%;
	    height: 100%;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    margin: 0;
	    justify-content: center;

	}

	& input {
		display: none;
	}

	& input[type=checkbox]:checked ~ label{
		border-radius: 0%;
   		background: rgba(0,0,0,0.1);
	}

	& input[type=checkbox]:checked.start ~ label{
		border-radius: 50% 0 0 50%;
	}

	& input[type=checkbox]:checked.end ~ label{
		border-radius: 0 50% 50% 0;
	}

	& input[type=checkbox]:checked.start.end ~ label{
		border-radius: 50%;
	}

}*/
.accplanner {
  margin: 0 -24px;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
}
.accplanner--first {
  background-color: #eaeaea;
}
.accplanner--second {
  background-color: #d0d3da;
}
.accplanner--second label {
  color: #717f94;
}
.accplanner--planned {
  background-color: #fff;
}
.accplanner--fixed {
  background-color: #D5E4CB;
}
.accplanner--fixed label {
  color: #717f94;
}
.accplanner div:first-child {
  flex-basis: 100%;
}
.accplanner .accplanner__item {
  padding-left: 8px;
}
.accplanner .accplanner__item .main_line,
.accplanner .accplanner__item .sub_line {
  display: flex;
  align-items: center;
}
.accplanner .accplanner__item .main_line {
  justify-content: space-between;
}
.accplanner .accplanner__item .main_line .accplanner__tools {
  display: flex;
}
.accplanner .accplanner__item .sub_line .price_tag {
  margin-right: 12px;
}
.accplanner form {
  display: inline;
}
.accplanner .btn {
  background: none;
  border: none;
  float: right;
  color: #333;
  flex-basis: 20%;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    text-shadow: none !important;
    box-shadow: none !important;
    opacity: 1 !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  @page {
    margin: 2cm;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    page-break-after: avoid;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p {
    orphans: 3;
    widows: 3;
  }
  a {
    color: #000 !important;
    text-decoration: underline;
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
}
.hero {
  background-image: url("/img/hero.jpg");
  background-size: cover;
  width: inherit;
  height: 200px;
}
@media only screen and (min-width: 880px) {
  .hero {
    height: 100vh;
    position: fixed;
  }
}

.mask {
  display: none;
}
.mask.active {
  display: block;
}

.backlink:before {
  content: "";
  position: absolute;
  left: 0;
  width: 10px;
  height: 25px;
  margin-right: 8px;
  background-image: url(/img/icons/back.svg);
  background-size: 100%;
}

.backlink {
  position: relative;
  height: 25px;
  color: inherit;
  display: flex;
}

.title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  display: flex;
  align-items: center;
}

sub {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
}

.db_ref {
  background: #CED6E2;
  padding: 2px 6px;
  border-radius: 12px;
  color: #4E596B;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  margin: 4px 0;
}

.buttons {
  display: flex;
  align-items: center;
}

.password_link {
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  color: grey;
  margin-left: 24px;
}

.tools {
  align-content: center;
}
.tools form {
  display: flex;
  margin-bottom: 0;
}
.tools form button, .tools form select {
  margin-bottom: 0;
  margin-left: 12px;
}

.legend {
  display: flex;
  align-items: center;
  padding: 8px;
  background: rgba(78, 89, 107, 0.1);
}
.legend h5 {
  font-size: 12px;
  line-height: 18px;
  margin-right: 12px;
}
.legend * {
  margin-right: 8px;
  margin-bottom: 0;
}

.table_status {
  min-width: 5px;
  width: 5px;
  max-width: 5px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.table_status .status {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}

.status {
  position: relative;
}
.status h3 {
  margin: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.status p {
  margin: 0;
}
.status__dot {
  height: 5px;
  width: 5px;
  border-radius: 50%;
  display: inline-block;
}
.status__indicator {
  width: 5px;
  height: 100%;
  background-color: inherit;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.status--1.status__box {
  background: rgba(70, 133, 175, 0.5);
}
.status--2.status__box {
  background: rgba(126, 186, 154, 0.5);
}
.status--3.status__box, .status--4.status__box {
  background: rgba(202, 88, 50, 0.5);
}
.status--1 .status__dot, .status--1 .status__indicator {
  background: #4685AF;
}
.status--2 .status__dot, .status--2 .status__indicator {
  background: #7EBA9A;
}
.status--3 .status__dot, .status--3 .status__indicator, .status--4 .status__dot, .status--4 .status__indicator {
  background: #CA5832;
}
.status.status__box {
  border-radius: 5px;
  padding: 6px 16px;
}

table th, table td {
  vertical-align: middle;
  width: 100%;
  white-space: nowrap;
}
table .clickable {
  cursor: pointer;
}
table tr:hover td:not(.status) {
  background: #CED6E2;
}
table .tabletitle {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
}
table .table_checkbox {
  min-width: 40px;
  width: 40px;
  max-width: 40px;
  overflow: hidden;
  padding: 0;
  position: relative;
}
table .table_checkbox label {
  margin: 8px 0 8px 12px;
}

.tabletools {
  display: flex;
  align-content: center;
  justify-content: space-between;
}

fieldset.grid__cell {
  padding: 16px !important;
}
fieldset.grid__cell header {
  display: flex;
  align-items: center;
  padding: 8px 0;
  color: #4E596B;
}
fieldset.grid__cell header .icon {
  max-height: 24px;
}
fieldset.grid__cell header h5 {
  margin: 0 0 0 8px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
fieldset.grid__cell label {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #99A4B5;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  margin-bottom: 0;
}
fieldset.grid__cell label + p {
  margin-top: 0;
}

.reg_form.edit .registration_step.active {
  display: block;
}

.price__wrapper {
  position: fixed;
  z-index: 99;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 12px;
  background: #f6f6f6;
  border: 1px solid #CED6E2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.price__wrapper .grid__cell, .price__wrapper .grid {
  margin-bottom: 0;
}

@media only screen and (min-width: 880px) {
  .price__preview {
    flex-direction: row-reverse;
  }
}

.price__sum {
  display: flex;
}
@media only screen and (min-width: 880px) {
  .price__sum {
    flex-direction: column;
    flex-basis: 25%;
  }
}

.price__details {
  display: none;
}
@media only screen and (min-width: 880px) {
  .price__details {
    display: flex;
    justify-content: space-between;
    flex-basis: 75%;
  }
}

.price__item {
  display: flex;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.price__item .amount {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
@media only screen and (min-width: 880px) {
  .price__item {
    flex-direction: column;
    width: auto;
  }
}

.day_ui {
  display: inline-flex;
}
.day_ui label {
  display: flex;
  flex-wrap: wrap;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
  font-weight: bold;
  text-align: center;
  width: 48px;
  margin-right: 8px !important;
  background: rgba(206, 214, 226, 0.5);
  border-radius: 24px;
  height: 100px;
}
.day_ui label.disabled {
  opacity: 0.5;
}
.day_ui span, .day_ui .checkmark {
  flex: 100%;
  text-align: center;
}
.day_ui span {
  margin-bottom: 0;
}
.day_ui span.day {
  font-size: 20px;
  line-height: 20px;
  padding-top: 8px;
}
.day_ui span.month {
  font-size: 12px;
  line-height: 18px;
}
.day_ui span.checkmark {
  border-radius: 0 0 24px 24px;
  width: 48px;
  margin: 0;
  height: 32px;
}
.day_ui input:checked ~ .checkmark {
  background-color: #005D5D;
}
.day_ui input:checked ~ .checkmark:after {
  display: block;
  left: 50%;
  top: 9px;
  transform: translateX(-50%) rotate(45deg);
}
.day_ui input:checked:disabled ~ .checkmark {
  background-color: #99a;
}

.booking_list {
  display: none;
}
.booking_list.active {
  display: block;
}

.td_accommodation_icon {
  width: 50px;
}

.accommodations_list .list_pair {
  position: relative;
  display: inline-block;
  width: 24px;
  border-radius: 12px;
  height: 48px;
  background: #CED6E2;
}
.accommodations_list .list_pair p.date, .accommodations_list .list_pair p.id {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin: 0;
  text-align: center;
  line-height: 24px;
  font-family: "Cabin", "Bigshot One", Georgia, serif;
}
.accommodations_list .list_pair p.date {
  background: transparent;
}
.accommodations_list .list_pair p.id {
  background: rgba(64, 224, 208, 0.3);
}
.accommodations_list .list_pair p.id.id--null {
  background: transparent;
}
.accommodations_list .list_pair p.id.id--1 {
  background: rgba(255, 0, 0, 0.3);
}
.accommodations_list .list_pair p.id.id--2 {
  background: rgba(0, 128, 0, 0.3);
}
.accommodations_list .list_pair p.id.id--3 {
  background: rgba(0, 0, 255, 0.3);
}
.accommodations_list .list_pair p.id.id--4 {
  background: rgba(255, 255, 0, 0.3);
}
.accommodations_list .list_pair p.id.id--5 {
  background: rgba(255, 255, 255, 0.3);
}
.accommodations_list.inactive p.id {
  background: #99A4B5 !important;
}

.booking_allocation {
  display: flex;
}

.td_merch_image, .merch_image {
  width: 50px;
}
.td_merch_image .merch_img, .merch_image .merch_img {
  max-height: 50px;
  max-width: 50px;
  border-radius: 4px;
}

.merch {
  display: flex;
  align-items: center;
}

.merch_image {
  margin-right: 16px;
  width: 80px;
}

.merch_form {
  float: right;
  display: inline-flex;
  align-items: center;
  height: 100%;
}
.merch_form .merch_input {
  max-width: 64px;
  margin-left: 8px;
}

.flag {
  background: #eeeeee;
  padding: 0 3px;
  border-radius: 3px;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.65rem;
  line-height: 0.8rem;
}
.flag.status--1 {
  background-color: rgba(70, 133, 175, 0.5);
}
.flag.status--2 {
  background-color: rgba(126, 186, 154, 0.5);
}
.flag.status--3, .flag.status--4 {
  background-color: rgba(202, 88, 50, 0.5);
}

.flag_toggles {
  display: flex;
}

.flag_toggle {
  margin-right: 8px;
}
.flag_toggle.flag_active {
  background-color: rgba(126, 186, 154, 0.5);
}

.price_tag {
  background: #6ab070;
  padding: 0px 6px;
  border-radius: 0 3px 3px 0;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.65rem;
  line-height: 20px;
  height: 20px;
  position: relative;
  color: #fff;
  /* This makes room for the triangle */
  margin-left: 16px;
}

/* Makes the triangle */
.price_tag:before {
  content: "";
  position: absolute;
  display: block;
  left: -12px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 12px solid #6ab070;
}

/* Makes the circle */
.price_tag:after {
  content: "";
  background-color: white;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -4px;
  top: 8px;
}
