@import url(https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500&subset=latin-ext);/*------------------------------------*    $NAMING CONVENTIONS
\*------------------------------------*/
/**
  block-name__elem-name--mod-name

 * Names are written in lower case.
 * Words within the names of BEM entities are separated by a hyphen (-).
 * An element name is separated from a block name by a double underscore (__).
 * Boolean modifiers are delimited by double hyphens (--).
 * Key-value type modifiers are not used.
 *
 // Harry Robert's style
 // https://en.bem.info/methodology/naming-convention/

 */
/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #424242;
  background-color: #FAFAFA; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid white; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #FF7545;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #FF7545;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #959595;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input::-moz-placeholder {
  opacity: 1; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/* ==========  Number input spinner reset  ========== */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  /* Removes leftover margin */ }

input[type=number] {
  -moz-appearance: textfield; }

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input; }

html:not([dir="rtl"]) input {
  text-align: left; }

/**
* Styles for HTML elements
**/
*, :after, :before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.padded {
  padding: 8px 24px;
  display: block; }

b,
strong {
  font-weight: 500; }

/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

/* ==========  MEDIA QUERIES  ========== */
/* ==========  DROP SHADOWS  ========== */
/* ==========  FLEXBOX  ========== */
/* ==========  Typography  ========== */
/* mixin for multiline text truncation */
.page.page__layout--1col-center {
  height: 100vh;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #FAFAFA;
  max-width: 1200px;
  margin: 54px auto 0; }
  @media only screen and (max-width: 992px) {
    .page.page__layout--1col-center {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row wrap;
      -moz-box-orient: horizontal;
      -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap; } }
  .page.page__layout--1col-center > .content {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  .page.page__layout--1col-center .layout__main {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    padding: 27px 15px 27px 40px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 600px;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 768px) {
      .page.page__layout--1col-center .layout__main {
        padding: 16px 14px; } }

/*
* Custom styles for Form components
*/
.forminput.forminput--size-lg.forminput--skill:before {
  font-size: 2em;
  font-weight: 500; }

.forminput.forminput--profile .forminput__input {
  border: 1px solid #1DC4A4; }
  .forminput.forminput--profile .forminput__input:focus {
    border-color: #189b7b; }

.forminput.forminput--skill:before {
  position: absolute;
  padding: 0 0.6em;
  color: #1dc4a4;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  content: '#';
  left: 0;
  top: 0;
  line-height: 1.7; }

.forminput.forminput--skill .forminput__input {
  padding-left: 2.5em;
  border: 1px solid #1DC4A4; }
  .forminput.forminput--skill .forminput__input:focus {
    border-color: #189b7b; }

.forminput.forminput--phonenumber:before {
  position: absolute;
  padding: 0 0.6em;
  color: #1dc4a4;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  content: '+36';
  left: 0;
  bottom: 0;
  top: 1.35em;
  line-height: 2.5; }

.forminput.forminput--phonenumber .forminput__input {
  padding-left: 3em;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none; }

/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

/* ==========  MEDIA QUERIES  ========== */
/* ==========  DROP SHADOWS  ========== */
/* ==========  FLEXBOX  ========== */
/* ==========  Typography  ========== */
/* mixin for multiline text truncation */
.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1850;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.modal__info .modal-content {
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0; }
  .modal.modal__info .modal-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px; }
  .modal.modal--wide .modal-dialog {
    max-width: 800px;
    padding: 0 20px; }
  .modal.modal--wide .modal-title {
    font-size: -webkit-calc(18em / 14);
    font-size: calc(18em / 14);
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.02em;
    color: #424242; }
  .modal.modal--wide .modal-header {
    padding-bottom: 0; }
  .modal.modal--wide .modal-body {
    padding-top: 0; }
  @media only screen and (max-width: 576px) {
    .modal.modal--wide .modal-dialog {
      padding: 0; } }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  -webkit-transform: translate(0, -200%);
  -ms-transform: translate(0, -200%);
  transform: translate(0, -200%);
  -webkit-transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 500ms;
  transition: -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 500ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 500ms;
  transition: transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 500ms, -webkit-transform 450ms cubic-bezier(0.23, 1, 0.32, 1) 500ms; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  background-clip: padding-box;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18), 0 8px 18px -6px rgba(0, 0, 0, 0.22), 0 5px 18px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18), 0 8px 18px -6px rgba(0, 0, 0, 0.22), 0 5px 18px 0 rgba(0, 0, 0, 0.12);
  outline: 0; }
  .modal-content .form__container {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1840;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show, .modal-backdrop.in {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 14px 8px 14px; }
  .modal-header .counter {
    background-color: #1DC4A4;
    border-radius: 5em;
    color: white;
    font-size: 0.85em;
    padding: 0.2em 0.4em 0.2em 0.6em;
    letter-spacing: 2px;
    position: absolute;
    height: 18px;
    line-height: 14px;
    right: 48px; }
  .modal-header .close {
    position: absolute;
    background: transparent;
    border: 0;
    right: 14px;
    top: 9px;
    font-size: 1.7em;
    color: #959595;
    cursor: pointer;
    margin-right: auto;
    outline: none; }
    .modal-header .close:hover {
      color: #FF7545; }
    .modal-header .close .sr-only {
      display: none; }
    @media only screen and (max-width: 576px) {
      .modal-header .close {
        top: 3px;
        right: 3px; } }

.modal-title {
  margin-bottom: 0;
  font-size: -webkit-calc(14em / 14);
  font-size: calc(14em / 14);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  color: #959595; }
  @media only screen and (max-width: 576px) {
    .modal-title {
      margin-top: 6px; } }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 8px 14px;
  color: #959595; }
  .modal-body .separator {
    -webkit-box-flex: 1;
    -webkit-flex: 1 100%;
    -moz-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%; }
    .modal-body .separator hr {
      border-top: 1px solid rgba(0, 0, 0, 0.08);
      margin: 14px 0; }

.modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 8px 14px 14px; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media only screen and (min-width: 577px) {
  .modal-dialog {
    max-width: 577px;
    margin: 54px auto; }
  .modal-content {
    -webkit-box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18), 0 8px 18px -6px rgba(0, 0, 0, 0.22), 0 5px 18px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.18), 0 8px 18px -6px rgba(0, 0, 0, 0.22), 0 5px 18px 0 rgba(0, 0, 0, 0.12); }
  .modal-sm {
    max-width: 300px; } }

@media only screen and (min-width: 993px) {
  .modal-lg {
    max-width: 800px; } }

.error-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1em;
  color: #414141; }
  .error-page .error-status {
    font-size: 6em;
    font-weight: 300; }

/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

/* ==========  MEDIA QUERIES  ========== */
/* ==========  DROP SHADOWS  ========== */
/* ==========  FLEXBOX  ========== */
/* ==========  Typography  ========== */
/* mixin for multiline text truncation */
.card {
  margin: 27px 0;
  width: 100%;
  min-height: 60px;
  background: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 3px -2px rgba(0, 0, 0, 0.02), 0 1px 8px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.08), 0 3px 3px -2px rgba(0, 0, 0, 0.02), 0 1px 8px 0 rgba(0, 0, 0, 0.02); }
  .card:nth-child(1) {
    margin-top: 0; }
  .card:nth-last-child(1) {
    margin-bottom: 0; }
  .card.card--paddingless .card__content {
    padding: 0; }
  .card.card--warning {
    background: #F76161; }
    .card.card--warning .card__content {
      color: white;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .card.card--warning .card__content div:first-child {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
  .card.card--primary {
    background: #1DC4A4; }
    .card.card--primary .card__header {
      border-color: transparent; }
      .card.card--primary .card__header .title {
        color: white; }
    .card.card--primary .card__content {
      color: white; }
  .card.card--size-sm {
    margin: 18px 0;
    border-radius: 0.18em; }
    .card.card--size-sm:nth-child(1) {
      margin-top: 0; }
    .card.card--size-sm:nth-last-child(1) {
      margin-bottom: 0; }
    .card.card--size-sm .card__header {
      padding: 15px 20px;
      border-bottom: 1px solid #EFEFEF;
      text-align: left; }
      .card.card--size-sm .card__header .title {
        font-size: -webkit-calc(12em / 14);
        font-size: calc(12em / 14);
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0;
        color: #959595; }
    .card.card--size-sm .card__content .title {
      text-align: left;
      color: #959595;
      padding: 0 0 15px;
      font-size: -webkit-calc(12em / 14);
      font-size: calc(12em / 14);
      font-weight: 400;
      line-height: 1;
      letter-spacing: 0;
      font-weight: 500; }
      .card.card--size-sm .card__content .title span {
        margin-left: 2px;
        font-size: -webkit-calc(12em / 14);
        font-size: calc(12em / 14);
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0; }
  .card .card__header {
    padding: 15px 20px;
    border-bottom: 1px solid #EFEFEF;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .card .card__header .title {
      font-size: -webkit-calc(14em / 14);
      font-size: calc(14em / 14);
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0em;
      color: #959595;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .card .card__header .secondary-title {
      font-size: -webkit-calc(14em / 14);
      font-size: calc(14em / 14);
      font-weight: 500;
      line-height: 1;
      letter-spacing: 0em;
      color: #959595;
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      -webkit-box-flex: 0;
      -webkit-flex: 0;
      -moz-box-flex: 0;
      -ms-flex: 0;
      flex: 0; }
    .card .card__header .counter {
      background-color: #1DC4A4;
      border-radius: 5em;
      color: white;
      font-size: 0.85em;
      padding: 0.2em 0.4em 0.2em 0.6em;
      letter-spacing: 2px;
      height: 18px;
      line-height: 14px;
      right: 48px; }
  .card .card__action {
    text-align: right;
    padding: 15px 20px; }
    .card .card__action:empty {
      padding: 0; }
    .card .card__action .btn {
      margin-left: 15px; }
  .card .card__content {
    padding: 15px 20px;
    line-height: 1.35; }
  .card .card__content,
  .card .card__content .form__container {
    text-align: left;
    color: #424242;
    min-height: 3em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .card .card__content .separator,
    .card .card__content .form__container .separator {
      -webkit-box-flex: 1;
      -webkit-flex: 1 100%;
      -moz-box-flex: 1;
      -ms-flex: 1 100%;
      flex: 1 100%; }
      .card .card__content .separator hr,
      .card .card__content .form__container .separator hr {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        margin: 14px 0; }

/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

/*------------------------------------*    $CONTENTS
\*------------------------------------*/
/**
 * STYLE GUIDE VARIABLES------------------Declarations of Sass variables
 * -----Color Palettes
 * -----Colors
 * -----Typography
 * -----Buttons
 * -----Body
 * -----Header
 * -----Form
 * -----Animations
 * -----Drop Shadows
 * -----Older Things (need to remove)
 *
 */
/* ==========  Color Palettes  ========== */
/* ==========  Colors  ========== */
/* ==========  TYPOGRAPHY  ========== */
/* ==========  BUTTONS  ========== */
/* Default button colors. */
/* Text */
/* Dimensions */
/* ==========  BODY  ========== */
/* ==========  HEADER  ========== */
/* ==========  FORM  ========== */
/* Default input colors. */
/* Text */
/* ==========  ANIMATION  ========== */
/* ========== SHADOWS ========== */

/* ==========  MEDIA QUERIES  ========== */
/* ==========  DROP SHADOWS  ========== */
/* ==========  FLEXBOX  ========== */
/* ==========  Typography  ========== */
/* mixin for multiline text truncation */
.text {
  background: transparent;
  text-decoration: none;
  font-size: 1em;
  font-weight: normal; }
  .text.text--white {
    color: rgba(255, 255, 255, 0.87); }
  .text.text--white-blur {
    color: rgba(255, 255, 255, 0.54); }
  .text.text--sm {
    font-size: 0.85em; }

.full-height {
  height: 100vh; }

.full-width {
  width: 100%; }

.flex-center {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.position-ref {
  position: relative; }

.hidden {
  display: none !important; }

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

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

.np-box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .np-box .np-box--vertical {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%; }
    .np-box .np-box--vertical > .np-box__item {
      width: 100%; }
  .np-box .np-box__item-col-2 {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -moz-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2; }
  .np-box .np-box__item {
    width: 20%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }

/*# sourceMappingURL=70b862ae81754cd79a7c.css.map*/