/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 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-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/10/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 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: 2em;
  margin: 0.67em 0; }

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * 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; }

/**
 * Colors and backgrounds
 */
/*79589F*/
/**
 * Sizes
 */
html {
  font-size: 18px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media (min-width: 85em) {
    html {
      font-size: 20px; } }

body {
  font-family: "europa", "Avenir Next", "Avenir", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #445261;
  background-color: #E8EBEF;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 1; }

a {
  color: #39BA91;
  text-decoration: none;
  transition: .2s ease-out; }
  a:hover, a:focus {
    color: #5acca8;
    outline: 0; }
  a .icon {
    stroke: #39BA91; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .menu__title, .h5, .h6 {
  font-family: inherit;
  line-height: 1.2;
  color: #074354;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 1; }
  .wf-loading h1, .wf-loading h2, .wf-loading h3, .wf-loading h4, .wf-loading h5, .wf-loading h6, .wf-loading
  .h1, .wf-loading .h2, .wf-loading .h3, .wf-loading .h4, .wf-loading .menu__title, .wf-loading .h5, .wf-loading .h6 {
    font-weight: 400; }
  h1,
  .wf-active h1,
  .wf-inactive h1, h2,
  .wf-active h2,
  .wf-inactive h2, h3,
  .wf-active h3,
  .wf-inactive h3, h4,
  .wf-active h4,
  .wf-inactive h4, h5,
  .wf-active h5,
  .wf-inactive h5, h6,
  .wf-active h6,
  .wf-inactive h6,
  .h1,
  .wf-active
  .h1,
  .wf-inactive
  .h1, .h2,
  .wf-active .h2,
  .wf-inactive .h2, .h3,
  .wf-active .h3,
  .wf-inactive .h3, .h4, .menu__title,
  .wf-active .h4,
  .wf-active .menu__title,
  .wf-inactive .h4,
  .wf-inactive .menu__title, .h5,
  .wf-active .h5,
  .wf-inactive .h5, .h6,
  .wf-active .h6,
  .wf-inactive .h6 {
    font-weight: 300; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 2rem;
  margin-bottom: 2rem; }

h4, .h4, .menu__title,
h5, .h5,
h6, .h6 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

h5,
.wf-active h5,
.wf-inactive h5, .h5,
.wf-active .h5,
.wf-inactive .h5,
h6,
.wf-active
h6,
.wf-inactive
h6, .h6,
.wf-active .h6,
.wf-inactive .h6 {
  font-weight: 400; }

h1, .h1 {
  font-size: 2.7rem; }

h2, .h2 {
  font-size: 2.3rem; }

h3, .h3 {
  font-size: 1.8rem; }

h4, .h4, .menu__title {
  font-size: 1.45rem; }

h5, .h5 {
  font-size: 1.3rem; }

h6, .h6 {
  font-size: 1rem; }

p {
  margin: 0 0 1rem; }

small,
.small {
  font-size: 0.85rem;
  font-weight: 400; }

.mini {
  font-size: 0.7rem;
  font-weight: 400; }

.large {
  font-size: 1.3rem; }

strong,
.strong,
.bold {
  font-weight: 600; }

em,
.italic {
  font-style: italic; }

.light {
  font-weight: 300; }

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

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

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

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

.text-capitalize {
  text-transform: capitalize; }

.text-dimmed {
  color: #9dabba; }

.lead {
  font-size: 1.3rem;
  color: #074354;
  line-height: 1.33333; }

*,
*:before,
*:after {
  box-sizing: border-box; }

html,
body,
.app,
.app > div,
.app > div > div,
.app__content {
  margin: 0 0 1em 0;
  padding: 0;
  width: 100%; }

.app__content {
  padding-top: 3rem; }

*,
*:before,
*:after {
  box-sizing: border-box; }

.grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }

.grid__col {
  flex: 1;
  min-height: 0;
  min-width: 0; }

.row {
  max-width: calc(50em - 4rem);
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 40em) {
    .row {
      padding-left: 2rem;
      padding-right: 2rem; } }

.row--wide {
  max-width: 70rem; }

.row--narrow {
  max-width: 28.57143em; }

.grid--top {
  align-items: flex-start; }

.grid--bottom {
  align-items: flex-end; }

.grid--center {
  align-items: center; }

.grid--justifycenter {
  justify-content: center; }

.grid__col--top {
  align-self: flex-start; }

.grid__col--bottom {
  align-self: flex-end; }

.grid__col--center {
  align-self: center; }

.grid--gutters {
  margin: -2rem 0 2rem -2rem; }
  .grid--gutters > .grid__col {
    padding: 2rem 0 0 2rem; }

@media (min-width: 40em) {
  .grid-small--gutters {
    margin: -2rem 0 2rem -2rem; }
    .grid-small--gutters > .grid__col {
      padding: 2rem 0 0 2rem; } }

@media (min-width: 50em) {
  .grid-medium--gutters {
    margin: -2rem 0 2rem -2rem; }
    .grid-medium--gutters > .grid__col {
      padding: 2rem 0 0 2rem; } }

@media (min-width: 85em) {
  .grid-large--gutters {
    margin: -2rem 0 2rem -2rem; }
    .grid-large--gutters > .grid__col {
      padding: 2rem 0 0 2rem; } }

.grid--fit > .grid__col {
  flex: 1; }

.grid--full > .grid__col {
  flex: 0 0 100%; }

.grid--third > .grid__col {
  flex: 0 0 33.3%; }

.grid--half > .grid__col {
  flex: 0 0 50%;
  max-width: 50%; }

.grid--columns > .grid__col {
  max-width: none; }
  .grid--columns > .grid__col.grid__col--1 {
    flex: 0 0 16%; }
  .grid--columns > .grid__col.grid__col--2 {
    flex: 0 0 33.3%; }
  .grid--columns > .grid__col.grid__col--3 {
    flex: 0 0 50%; }
  .grid--columns > .grid__col.grid__col--4 {
    flex: 0 0 66.6%; }
  .grid--columns > .grid__col.grid__col--5 {
    flex: 0 0 84%; }
  .grid--columns > .grid__col.grid__col--6 {
    flex: 0 0 100%; }

@media (min-width: 40em) {
  .grid-small--columns > .grid__col {
    max-width: none; }
    .grid-small--columns > .grid__col.grid__col--1 {
      flex: 0 0 16%; }
    .grid-small--columns > .grid__col.grid__col--2 {
      flex: 0 0 33.3%; }
    .grid-small--columns > .grid__col.grid__col--3 {
      flex: 0 0 50%; }
    .grid-small--columns > .grid__col.grid__col--4 {
      flex: 0 0 66.6%; }
    .grid-small--columns > .grid__col.grid__col--5 {
      flex: 0 0 84%; }
    .grid-small--columns > .grid__col.grid__col--6 {
      flex: 0 0 100%; }
  .grid-small--fit > .grid__col {
    flex: 1; }
  .grid-small--full > .grid__col {
    flex: 0 0 100%; }
  .grid-small--third > .grid__col {
    flex: 0 0 33.3%; }
  .grid-small--half > .grid__col {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 50em) {
  .grid-medium--columns > .grid__col {
    max-width: none; }
    .grid-medium--columns > .grid__col.grid__col--1 {
      flex: 0 0 16%; }
    .grid-medium--columns > .grid__col.grid__col--2 {
      flex: 0 0 33.3%; }
    .grid-medium--columns > .grid__col.grid__col--3 {
      flex: 0 0 50%; }
    .grid-medium--columns > .grid__col.grid__col--4 {
      flex: 0 0 66.6%; }
    .grid-medium--columns > .grid__col.grid__col--5 {
      flex: 0 0 84%; }
    .grid-medium--columns > .grid__col.grid__col--6 {
      flex: 0 0 100%; }
  .grid-medium--fit > .grid__col {
    flex: 1; }
  .grid-medium--full > .grid__col {
    flex: 0 0 100%; }
  .grid-medium--third > .grid__col {
    flex: 0 0 33.3%; }
  .grid-medium--half > .grid__col {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 85em) {
  .grid-large--columns > .grid__col {
    max-width: none; }
    .grid-large--columns > .grid__col.grid__col--1 {
      flex: 0 0 16%; }
    .grid-large--columns > .grid__col.grid__col--2 {
      flex: 0 0 33.3%; }
    .grid-large--columns > .grid__col.grid__col--3 {
      flex: 0 0 50%; }
    .grid-large--columns > .grid__col.grid__col--4 {
      flex: 0 0 66.6%; }
    .grid-large--columns > .grid__col.grid__col--5 {
      flex: 0 0 84%; }
    .grid-large--columns > .grid__col.grid__col--6 {
      flex: 0 0 100%; }
  .grid-large--fit > .grid__col {
    flex: 1; }
  .grid-large--full > .grid__col {
    flex: 0 0 100%; }
  .grid-large--third > .grid__col {
    flex: 0 0 33.3%; }
  .grid-large--half > .grid__col {
    flex: 0 0 50%;
    max-width: 50%; } }

.menu {
  background: rgba(16, 26, 37, 0.75);
  backdrop-filter: saturate(150%) blur(10px);
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 1;
  min-height: 3rem; }

.menu__link,
.menu .logo,
.menu__title {
  flex-basis: 33.33333%; }

.menu__link,
.menu__title {
  font-size: 0.85rem; }

.menu .logo {
  margin-right: -1rem; }

.menu__link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: inline-block;
  transition: .2s ease-out;
  opacity: .8; }
  .menu__link .icon {
    stroke-width: 2;
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.25rem; }

.menu__link:hover {
  opacity: 1; }

.menu__title {
  margin: 0;
  color: #fff;
  text-align: right; }

.icon {
  fill: none;
  stroke: #074354;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  width: 1rem;
  height: 1rem; }

.button {
  display: inline-block;
  font-family: inherit;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: none;
  box-shadow: none;
  transition: .2s ease-out;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.15rem; }
  .button:hover, .button:focus {
    box-shadow: 0 1px 4px rgba(16, 26, 37, 0.4);
    transform: translateY(-1px);
    outline: 0; }
  .button:active, .button.active {
    background-image: none;
    outline: 0;
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(16, 26, 37, 0.3); }
  .button.disabled, .button:disabled {
    opacity: .45;
    box-shadow: none;
    cursor: not-allowed;
    pointer-events: none; }
  .button .icon {
    width: 1rem;
    height: 1rem;
    margin-right: .25rem;
    margin-bottom: -1px; }

a.button.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.button--primary {
  color: #074354 !important;
  background: #39BA91; }
  .button--primary:hover, .button--primary:focus {
    color: #074354 !important;
    background-color: #46c69e; }
  .button--primary:active {
    color: #074354 !important;
    background: #37b28b;
    transition: none; }
  .button--primary.disabled:focus, .button--primary:disabled:focus {
    background-color: #39BA91; }
  .button--primary .icon {
    fill: #074354; }

.button--secondary {
  color: #074354 !important;
  background: #9dabba; }
  .button--secondary:hover, .button--secondary:focus {
    color: #074354 !important;
    background-color: #acb8c5; }
  .button--secondary:active {
    color: #074354 !important;
    background: #97a6b6;
    transition: none; }
  .button--secondary.disabled:focus, .button--secondary:disabled:focus {
    background-color: #9dabba; }
  .button--secondary .icon {
    fill: #074354; }

.button--blue {
  color: #39BA91 !important;
  background: #074354; }
  .button--blue:hover, .button--blue:focus {
    color: #39BA91 !important;
    background-color: #09566c; }
  .button--blue:active {
    color: #39BA91 !important;
    background: #063b4b;
    transition: none; }
  .button--blue.disabled:focus, .button--blue:disabled:focus {
    background-color: #074354; }
  .button--blue .icon {
    fill: #39BA91; }

.button--violet {
  color: #074354 !important;
  background: #B581CF; }
  .button--violet:hover, .button--violet:focus {
    color: #074354 !important;
    background-color: #c093d6; }
  .button--violet:active {
    color: #074354 !important;
    background: #b17acc;
    transition: none; }
  .button--violet.disabled:focus, .button--violet:disabled:focus {
    background-color: #B581CF; }
  .button--violet .icon {
    fill: #074354; }

.button--info {
  color: #fff !important;
  background: #3E91CE; }
  .button--info:hover, .button--info:focus {
    color: #fff !important;
    background-color: #529dd3; }
  .button--info:active {
    color: #fff !important;
    background: #368ccc;
    transition: none; }
  .button--info.disabled:focus, .button--info:disabled:focus {
    background-color: #3E91CE; }
  .button--info .icon {
    fill: #fff; }

.button--success {
  color: #fff !important;
  background: #388250; }
  .button--success:hover, .button--success:focus {
    color: #fff !important;
    background-color: #40945b; }
  .button--success:active {
    color: #fff !important;
    background: #357b4c;
    transition: none; }
  .button--success.disabled:focus, .button--success:disabled:focus {
    background-color: #388250; }
  .button--success .icon {
    fill: #fff; }

.button--warning {
  color: #fff !important;
  background: #8E8E24; }
  .button--warning:hover, .button--warning:focus {
    color: #fff !important;
    background-color: #a2a229; }
  .button--warning:active {
    color: #fff !important;
    background: #868622;
    transition: none; }
  .button--warning.disabled:focus, .button--warning:disabled:focus {
    background-color: #8E8E24; }
  .button--warning .icon {
    fill: #fff; }

.button--danger {
  color: #fff !important;
  background: #c9726a; }
  .button--danger:hover, .button--danger:focus {
    color: #fff !important;
    background-color: #d0847d; }
  .button--danger:active {
    color: #fff !important;
    background: #c66b63;
    transition: none; }
  .button--danger.disabled:focus, .button--danger:disabled:focus {
    background-color: #c9726a; }
  .button--danger .icon {
    fill: #fff; }

.button--link {
  font-weight: normal;
  color: #39BA91;
  border-radius: 0; }
  .button--link, .button--link:active, .button--link.active, .button--link:disabled {
    background-color: transparent;
    box-shadow: none; }
  .button--link, .button--link:hover, .button--link:focus, .button--link:active {
    border-color: transparent;
    box-shadow: none;
    background: none; }

.button--lg {
  padding: 1rem 3rem;
  font-size: 1.3rem;
  line-height: 1.33333;
  border-radius: 0.2rem; }
  .button--lg .icon {
    width: 1.3rem;
    height: 1.3rem; }

.button--sm {
  padding: 0.4rem 1.25rem;
  font-size: 0.85rem;
  line-height: 1.3;
  border-radius: 0.1rem; }
  .button--sm .icon {
    width: 0.85rem;
    height: 0.85rem; }

.button--xs {
  padding: 0.15rem 0.75rem;
  font-size: 0.7rem;
  line-height: 1.2;
  border-radius: 0.1rem; }
  .button--xs .icon {
    width: 0.7rem;
    height: 0.7rem; }

.button-block {
  display: block;
  width: 100%; }

.button-block + .button-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.form {
  padding: 1rem;
  background: #9dabba;
  border-radius: 0.15rem;
  margin-bottom: 1rem; }
  @media (min-width: 40em) {
    .form {
      padding: 2rem 2.5rem; } }

.form__control {
  display: block;
  width: 100%;
  appearance: none;
  padding: 0.5rem 0;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  color: #394552;
  text-align: left;
  background: none;
  border: none;
  border-bottom: 2px solid #445261;
  border-radius: 0;
  transition: .2s ease-out; }
  .form__control:focus {
    outline: 0;
    border-color: #394552; }
  .form__control::placeholder {
    color: #445261;
    opacity: 1; }
  .form__control:disabled, .form__control[readonly] {
    background-color: #394552;
    opacity: 1; }
  .form__control:disabled {
    cursor: disabled; }

.form__label {
  position: absolute;
  top: 0.5rem;
  left: 0;
  right: 0;
  transition: .15s ease-out;
  user-select: none;
  cursor: text;
  font-family: inherit;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  color: #445261;
  text-align: left;
  transform-origin: left; }

.form__control:focus ~ .form__label {
  transform: translate3d(0, -1.16667rem, 0) scale(0.7);
  color: #394552; }

.form__group {
  margin-bottom: 1rem;
  position: relative;
  margin-top: 1rem; }
  .form__group:last-of-type {
    margin-bottom: 0; }
    .form__group:last-of-type .btn {
      margin-top: 1rem; }

.logo {
  fill: #39BA91;
  color: #074354;
  width: 300px;
  height: 60px;
  display: block; }

.logo--white {
  fill: #fff;
  color: #fff; }

.logo--white--green, .menu .logo {
  fill: #39BA91;
  color: #fff; }

.logo--sm, .menu .logo {
  width: 140px;
  height: 25px; }

.logo--full {
  display: block;
  width: 100%;
  height: auto; }

.logo--dark {
  fill: #101A25; }

.transition, .screenchange-appear.screenchange-appear-active, .screenchange-appear.screenchange-enter-active,
.screenchange-enter.screenchange-appear-active,
.screenchange-enter.screenchange-enter-active, .screenchange-leave.screenchange-leave-active, .modal__overlay {
  transition: all .2s ease-out; }

.fade {
  transition: all .2s ease-out;
  opacity: 0; }
  .fade.in {
    opacity: 1; }

.animation-fadein {
  animation: fadein 0.4s ease-out; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.screenchange-appear,
.screenchange-enter {
  opacity: 0.01;
  transform: translate3d(100%, 0, 0); }
  .screenchange-appear.screenchange-appear-active, .screenchange-appear.screenchange-enter-active,
  .screenchange-enter.screenchange-appear-active,
  .screenchange-enter.screenchange-enter-active {
    opacity: 1;
    transform: translate3d(0, 0, 0); }

.screenchange-leave {
  opacity: 1;
  transform: translate3d(0, 0, 0); }
  .screenchange-leave.screenchange-leave-active {
    opacity: 0.01;
    transform: translate3d(-100%, 0, 0); }

.animation-slide-in-from-bottom, .modal__content {
  animation: slide-in-from-bottom 0.7s cubic-bezier(0, 1.02, 0.32, 1.34); }
  .animation-slide-in-from-bottom.paused, .paused.modal__content {
    animation-play-state: paused; }

@keyframes slide-in-from-bottom {
  0% {
    opacity: 0;
    transform: translateY(50px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

.animation-slide-out-to-left {
  animation: slide-out-to-left 0.2s ease-out; }
  .animation-slide-out-to-left.paused {
    animation-play-state: paused; }

@keyframes slide-out-to-left {
  0% {
    opacity: 0;
    transform: translateX(0); }
  100% {
    opacity: 1;
    transform: translateX(-100%); } }

.animation-slide-in-from-right {
  animation: slide-out-to-left 0.2s ease-out; }
  .animation-slide-in-from-right.paused {
    animation-play-state: paused; }

@keyframes slide-in-from-right {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 0.7rem;
  hyphens: none; }

code {
  padding: 2px 4px;
  color: #E8EBEF;
  background-color: #394552;
  border-radius: 0.15rem; }

kbd {
  padding: 2px 4px;
  color: #E8EBEF;
  background-color: #394552;
  border-radius: 0.1rem;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
  display: block;
  padding: 1rem;
  margin: 0 0 1rem;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #E8EBEF;
  background-color: #394552;
  border-radius: 0.15rem;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  max-height: 340px; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre;
    overflow-wrap: normal;
    word-wrap: normal;
    word-break: normal;
    overflow: auto;
    background-color: transparent;
    border-radius: 0; }

.react-syntax-highlighter-line-number {
  opacity: .5; }

.ReactModal__Body--open {
  overflow: hidden; }

.modal__overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding-top: 4rem;
  padding-bottom: 2rem;
  background: rgba(68, 82, 97, 0.6);
  backdrop-filter: blur(3px);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: flex;
  align-items: center;
  justify-content: center; }

.modal__content {
  margin: auto 2rem;
  padding: 1rem;
  max-width: 100%;
  background: #CAD2DA;
  border: 1px solid #acb9c5;
  border-radius: 0.15rem;
  outline: 0; }
  @media (min-width: 40em) {
    .modal__content {
      max-width: 40em;
      min-width: 20em; } }
  .modal__content pre {
    max-height: none;
    background-color: #394552 !important;
    margin-bottom: 0;
    padding: 1rem !important; }

#wrapper {
  padding-left: 250px;
  transition: all 0.4s ease 0s;
  margin-top: 70px; }

#sidebar-wrapper {
  margin-left: -250px;
  left: 250px;
  width: 250px;
  height: 100%;
  overflow-y: auto;
  z-index: 900;
  transition: all 0.4s ease 0s; }

.sidebar-nav {
  position: fixed;
  top: 70px;
  width: 250px;
  margin: 0;
  padding: 2em 0;
  z-index: 1100;
  height: 100vh;
  border-right: 2px solid #00b276; }
  .sidebar-nav ul {
    list-style: none;
    padding: 0; }
  .sidebar-nav .dropdown-menu {
    overflow-y: scroll;
    max-height: 50vh; }

@media (max-width: 930px) {
  #wrapper {
    padding-left: 0; }
  #sidebar-wrapper {
    left: 0; }
  #wrapper.active {
    position: relative;
    left: 250px; }
  #wrapper.active #sidebar-wrapper {
    left: 250px;
    width: 250px;
    transition: all 0.4s ease 0s; } }

/**
 * Colors and backgrounds
 */
.input-asset-fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  border-bottom: 2px solid #00b276 !important; }
  .input-asset-fixed input {
    background: #b2ffe5; }
  .input-asset-fixed ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #1c00ff; }
  .input-asset-fixed :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #1c00ff;
    opacity: 1; }
  .input-asset-fixed ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #1c00ff;
    opacity: 1; }
  .input-asset-fixed :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #1c00ff; }
  .input-asset-fixed .inner-addon .glyphicon-input {
    color: #1c00ff; }

.input-content {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #e5fff6; }

.input-content-panel ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #1c00ff; }

.input-content-panel :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #1c00ff;
  opacity: 1; }

.input-content-panel ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #1c00ff;
  opacity: 1; }

.input-content-panel :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1c00ff; }

.input-content-panel .inner-addon .glyphicon-input {
  color: #1c00ff; }

/* enable absolute positioning */
.inner-addon {
  position: relative; }

/* style icon */
.inner-addon .glyphicon-input {
  position: absolute;
  padding: 1em;
  pointer-events: none; }

/* align icon */
.left-addon .glyphicon-input {
  left: 0; }

.right-addon .glyphicon-input {
  right: 0; }

/* add padding  */
.left-addon input {
  padding-left: 3em; }

.right-addon input {
  padding-right: 3em; }

#page-content-wrapper {
  width: 100%;
  max-width: 840px; }

.page-content {
  padding: 0 1em;
  padding-bottom: 5em;
  padding-top: 1em; }

.content-text {
  margin-top: 2em;
  text-align: center; }

.hero,
.page--result {
  background-color: #EEE; }

.logo-brand > span:first-of-type {
  font-weight: 700; }

.navbar-fixed-bottom {
  margin-left: 250px; }

@media (max-width: 930px) {
  .navbar-fixed-bottom {
    margin-left: 0; } }

/**
 * Layout
 */
.row {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.row--wide {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto; }

.row--narrow {
  max-width: 28.57143em; }

.vertical-align-outer {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%; }

.vertical-align-inner {
  display: table-cell;
  vertical-align: middle; }

#app-container {
  margin-top: 50vh;
  text-align: center; }

.content-header-wrapper {
  width: 100%; }

.content-header {
  width: 100%;
  max-width: 1100px;
  position: fixed;
  height: 70px;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5);
  z-index: 1200; }

/**
 * Colors and backgrounds
 */
/*79589F*/
/**
 * Sizes
 */
html,
body,
.app,
.app > div,
.app > div > div,
.app__content {
  margin: 0px !important; }

body {
  background: #445261;
  color: #CAD2DA;
  position: relative; }

h1,
h2 {
  color: #CAD2DA; }

h2 {
  text-align: left; }

.app__content {
  padding-bottom: 150px; }

.row--wide {
  max-width: 1200px; }

.section p {
  text-align: justify; }

.table-tutorial__wrapper {
  margin: 1em 0; }

.table-tutorial {
  margin: auto;
  border-collapse: collapse;
  border: 1px solid #39BA91; }
  .table-tutorial thead {
    font-size: 1.2em;
    color: #39BA91;
    border-bottom: 1px solid; }
  .table-tutorial tr:first-child td {
    border-right: 1px solid #39BA91; }
  .table-tutorial td {
    border-right: 1px solid #39BA91;
    padding: .5em; }

.logo--github {
  fill: #CAD2DA; }

.logo-xs svg {
  width: 1rem;
  height: 1rem; }

.logo-md svg {
  width: 1.5rem;
  height: 1.5rem; }

.menu--main .logo--github {
  fill: #445261;
  cursor: pointer; }

.logo-circle--wrapper {
  margin: 1em; }

.logo--home {
  fill: #CAD2DA;
  cursor: pointer; }

.img-wrapper {
  text-align: center;
  position: absolute;
  bottom: 3em; }
  .img-wrapper img:hover {
    opacity: .2;
    transition: opacity .2s ease-in-out; }

.hidden {
  display: none; }

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-top: 1px solid #445261;
  background-color: #394552;
  color: #9dabba;
  text-align: center; }

/**
 * Colors and backgrounds
 */
/*79589F*/
/**
 * Sizes
 */
.menu {
  background: #CAD2DA;
  padding-left: 5px;
  padding-right: 10px; }

.menu .menu-logo {
  fill: #39BA91;
  color: #445261;
  width: 140px;
  height: 25px;
  position: absolute;
  top: 16px; }

.menu .active.menu__links .label {
  border-bottom: 2px solid #445261; }

.menu .active.menu__links .number {
  color: white; }

.menu .menu__links {
  color: #445261;
  padding: 0px 10px 0px 5px;
  display: inline-block; }
  .menu .menu__links .number {
    text-align: center;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    font-size: .65rem;
    vertical-align: .1rem;
    background: #445261;
    color: #9dabba;
    font-weight: 600;
    line-height: 1rem; }

.menu .menu__links.checked {
  color: #388250; }
  .menu .menu__links.checked .number {
    background-color: #388250;
    color: #fff; }

.exampleHolder {
  display: flex;
  flex-wrap: wrap; }
  .exampleHolder .sideHolder {
    width: 50%; }
  @media (max-width: 700px) {
    .exampleHolder .sideHolder {
      width: 100%; } }

/**
 * Colors and backgrounds
 */
/*79589F*/
/**
 * Sizes
 */
.code-example {
  max-width: 700px;
  margin: 0 auto; }

.code-output {
  position: relative;
  text-align: left;
  margin: 45px; }
  .code-output pre {
    overflow: auto;
    height: 100%;
    border: 1px solid #39BA91; }
    .code-output pre code {
      white-space: pre-wrap; }
  .code-output .error {
    border: 1px solid #c9726a; }
  .code-output a {
    position: absolute;
    bottom: 0;
    z-index: 1; }

.code-example__header {
  text-align: left;
  margin: 1rem 0;
  border-bottom: 2px solid #9dabba; }

.code-example__body {
  padding: 1em;
  text-align: left; }
  .code-example__body pre {
    background: #445261;
    overflow: auto;
    padding: 0;
    max-height: 400px; }
  .code-example__body .c {
    color: #E8EBEF; }
  .code-example__body .ci {
    color: #E8EBEF;
    padding-left: 25px; }
  .code-example__body .ci2 {
    color: #E8EBEF;
    padding-left: 50px; }
  .code-example__body .comment {
    color: #39BA91; }

.code--highlight {
  background: #394552;
  color: white;
  padding: .5em;
  font-size: .8em;
  border: 1px solid #39BA91; }

