@font-face {
  font-family: 'jaapokki-regular';
  src: url("../font/jaapokki-regular/jaapokki-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/jaapokki-regular/jaapokki-regular.woff") format("woff"), url("../font/jaapokki-regular/jaapokki-regular.ttf") format("truetype"), url("../font/jaapokki-regular/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'worksans-medium';
  src: url("../font/worksans-medium/WorkSans-Medium.woff2") format("woff2"), url("../font/worksans-medium/WorkSans-Medium.woff") format("woff"), url("../font/worksans-medium/WorkSans-Medium.ttf") format("truetype");
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@font-face {
  font-family: 'jaapokki-regular';
  src: url("../font/jaapokki-regular/jaapokki-regular.eot");
  /* IE9 Compat Modes */
  src: url("../font/jaapokki-regular/jaapokki-regular.woff") format("woff"), url("../font/jaapokki-regular/jaapokki-regular.ttf") format("truetype"), url("../font/jaapokki-regular/jaapokki-regular.svg#JaapokkiRegular") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'worksans-medium';
  src: url("../font/worksans-medium/WorkSans-Medium.woff2") format("woff2"), url("../font/worksans-medium/WorkSans-Medium.woff") format("woff"), url("../font/worksans-medium/WorkSans-Medium.ttf") format("truetype");
}

html {
  font-size: 16px;
  font-family: 'worksans-medium', sans-serif;
  color: #2B2B32;
}

@media (max-width: 1366px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1160px) {
  html {
    font-size: 12px;
  }
}

.cookies-warning {
  position: fixed;
  z-index: 10;
  bottom: 1em;
  left: 1em;
  font-family: 'jaapokki-regular', sans-serif;
}

@media (max-width: 810px) {
  .cookies-warning {
    width: 90vw;
  }
}

.cookies-warning .content {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cookies-warning .background {
  width: 42em;
}

@media (max-width: 810px) {
  .cookies-warning .background {
    width: 100%;
  }
}

.cookies-warning .close {
  position: absolute;
  right: 2em;
  top: 50%;
  height: 5em;
  -webkit-transform: translate(25%, -50%);
          transform: translate(25%, -50%);
  cursor: pointer;
}

@media (max-width: 810px) {
  .cookies-warning .close {
    height: 4em;
  }
}

.cookies-warning .text {
  position: absolute;
  top: 50%;
  font-size: 1.3rem;
  color: white;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 2em;
}

@media (max-width: 810px) {
  .cookies-warning .text {
    width: calc(100% - 5em);
    font-size: 1.2rem;
  }
}

.lock-scroll {
  overflow: hidden;
}

.nav {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  overflow: hidden;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 70px 120px -60px rgba(0, 0, 0, 0.75);
          box-shadow: 0px 70px 120px -60px rgba(0, 0, 0, 0.75);
  font-size: 1.05rem;
  text-align: center;
  z-index: 5;
  font-family: 'jaapokki-regular', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  min-height: 10vh;
}

@media (min-width: 1160px) {
  .nav {
    -webkit-box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
  }
}

@media (max-width: 1366px) {
  .nav {
    font-size: 1rem;
  }
}

@media (max-width: 1160px) {
  .nav {
    font-size: 1.5rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: fixed;
    top: 0;
    left: -75%;
    height: 100%;
    z-index: 6;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 75%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.6em 0;
    overflow-y: auto;
    /* enable scroll for menu items */
  }
  .show .nav {
    left: 0;
  }
}

.nav > a {
  padding: 1em 1em;
  text-transform: uppercase;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media (min-width: 1160px) {
  .nav > a:hover {
    color: #F15136;
  }
  .nav > a:not(:last-child)::after {
    content: '/';
    position: absolute;
    right: -0.3em;
    top: 39%;
    color: #2B2B32;
  }
}

@media (max-width: 1160px) {
  .nav > a {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em;
  }
  .nav > a:first-of-type {
    margin-top: 1.5em;
  }
}

.nav > a img {
  margin-left: 0.5em;
  height: 2.5em;
  border-radius: 50%;
}

.nav .login {
  background-color: #EAEAEA;
  padding: 0.8em;
  margin-bottom: 0.2em;
  padding-top: 1em;
  border-radius: 1.6em;
}

@media (max-width: 1160px) {
  .nav .nav-logo {
    display: none;
  }
}

.hamburger {
  display: none;
}

.nav-logo {
  -webkit-transform: translateY(4em);
          transform: translateY(4em);
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: 0.6s -webkit-transform ease-in-out;
  transition: 0.6s -webkit-transform ease-in-out;
  transition: 0.6s transform ease-in-out;
  transition: 0.6s transform ease-in-out, 0.6s -webkit-transform ease-in-out;
}

.nav-logo img {
  height: 4em;
  display: block;
}

.nav-logo.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.nav-logo.mobile {
  -webkit-transform: translateY(6.8em);
          transform: translateY(6.8em);
  margin-right: 1em;
}

.nav-logo.mobile img {
  height: 6em;
}

.nav-logo.mobile.show {
  -webkit-transform: translateY(0.8em);
          transform: translateY(0.8em);
}

@media (max-width: 1160px) {
  .menu-overlay {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: -2;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .7s;
    transition: opacity .7s;
  }
  .show .menu-overlay {
    opacity: 1;
    z-index: 1;
  }
  .hamburger {
    padding: 0.7em;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4;
    background-color: white;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
    text-align: center;
  }
  .container > .hamburger {
    -webkit-box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
            box-shadow: 0px -15px 30px 0px rgba(0, 0, 0, 0.75);
  }
  .hamburger .bars {
    padding: 1.6em 1em;
    width: 6em;
    height: 6em;
    border-radius: 50%;
    background: #EAEAEA;
  }
  .hamburger .bar1, .hamburger .bar2, .hamburger .bar3 {
    width: 35px;
    height: 5px;
    background-color: #2B2B32;
    margin: 4px auto;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 5px;
  }
  .show .hamburger {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: static;
    background: none;
    padding: 0;
    margin: 0 auto;
  }
  .show .hamburger .bars {
    padding: 1em 0;
    width: 3.2em;
    height: 3.2em;
    background-color: transparent;
  }
  .show .hamburger .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4.5px, 6px);
            transform: rotate(-45deg) translate(-4.5px, 6px);
  }
  .show .hamburger .bar2 {
    opacity: 0;
  }
  .show .hamburger .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -9px);
            transform: rotate(45deg) translate(-6px, -9px);
  }
}

.logo {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  z-index: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.logo .logo-mobile {
  display: none;
}

@media (max-width: 810px) {
  .logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 9em;
  }
  .logo .logo-mobile {
    display: block;
  }
  .logo .logo-normal {
    display: none;
  }
}

.logo img {
  display: block;
  width: 1160px;
  margin: 2em auto 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (max-width: 1366px) {
  .logo img {
    width: 900px;
  }
}

@media (max-width: 1160px) {
  .logo img {
    width: 700px;
  }
}

@media (max-width: 810px) {
  .logo img {
    margin: 0 auto;
    width: 60%;
  }
}

@media (max-width: 500px) {
  .logo img {
    margin: 0 auto;
    width: 90%;
  }
}

.logo .text {
  font-size: 3.5rem;
  position: absolute;
  top: 3.75em;
  left: calc(50vw + 370px);
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 1366px) {
  .logo .text {
    top: 4.5em;
    left: calc(50vw + 275px);
  }
}

@media (max-width: 1160px) {
  .logo .text {
    top: 5em;
    left: calc(50vw + 180px);
  }
}

@media (max-width: 810px) {
  .logo .text {
    position: static;
    -webkit-transform: none;
            transform: none;
    font-size: 3.5rem;
    margin: .3em auto;
  }
}

.step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-header {
  color: #9B9B9B;
  text-align: center;
  font-size: 2rem;
}

.step-header-bold {
  text-transform: uppercase;
  color: #2B2B32;
  font-size: 3rem;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

.step-header-bold::before, .step-header-bold::after {
  content: '-';
}

.step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 4em;
}

.description {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2em;
}

@media (max-width: 810px) {
  .description {
    text-align: center;
  }
}

@media (min-width: 810px) {
  .description {
    width: 45%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: absolute;
  }
}

.description-long {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2em;
  text-align: justify;
}

.field-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}

@media (max-width: 810px) {
  .field-container {
    width: 90%;
  }
}

.buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media (max-width: 810px) {
  .buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .buttons [class$=button]:not(:last-child) {
    margin-bottom: 1em;
  }
}

.action-button input, .action-button button, .delete-button input, .delete-button button {
  cursor: pointer;
  text-transform: lowercase;
  font-family: 'jaapokki-regular', sans-serif;
  color: white;
  border: none;
  font-size: 2rem;
  padding: 0.25em 0.75em;
  border-radius: 1.5em;
}

.action-button input, .action-button button {
  background-color: #2B2B32;
}

.delete-button input, .delete-button button {
  background-color: #8C8C9A;
}

.form-description {
  font-size: 1.2em;
  color: #686868;
  text-align: justify;
}

.input-group {
  margin-bottom: 2em;
  position: relative;
}

.normal-field label {
  font-size: 1.5rem;
  text-transform: lowercase;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.3em;
  opacity: 0.5;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.normal-field input {
  font-size: 1.5rem;
  border: none;
  border-radius: 2.2em;
  padding: 1em;
  font-family: 'jaapokki-regular', sans-serif;
}

.normal-field input:focus + label, .normal-field input:not(:placeholder-shown) + label {
  opacity: 1;
  font-size: 1rem;
  -webkit-transform: translateY(-2.5em) translateX(0);
          transform: translateY(-2.5em) translateX(0);
}

.long-field {
  width: 90%;
}

.long-field input {
  width: 95%;
}

.required-field::before {
  content: '*';
  font-size: 2.5rem;
  color: #F15136;
  position: absolute;
  top: 0.9em;
}

.textarea-field {
  width: 90%;
}

.textarea-field label {
  font-size: 1.5rem;
  text-transform: lowercase;
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.3em;
  opacity: 0.5;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

.textarea-field textarea {
  font-size: 1.5rem;
  border: none;
  border-radius: 2.2em;
  padding: 1em;
  font-family: 'jaapokki-regular', sans-serif;
  resize: none;
  width: 95%;
  height: 10em;
}

.textarea-field textarea:focus + label, .textarea-field textarea:not(:placeholder-shown) + label {
  opacity: 1;
  font-size: 1rem;
  -webkit-transform: translateY(-2.5em) translateX(0);
          transform: translateY(-2.5em) translateX(0);
}

.inline-fields {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 810px) {
  .inline-fields {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.combo-field {
  position: relative;
  width: 45%;
  border-radius: 2.2em;
}

@media (max-width: 810px) {
  .combo-field {
    width: 90%;
  }
}

.combo-field select {
  width: 100%;
  font-size: 1.5rem;
  border: none;
  padding: 1em;
  font-family: 'jaapokki-regular', sans-serif;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("../img/icons/arrow-down.png");
  background-repeat: no-repeat;
  background-position-x: 90%;
  background-position-y: 50%;
  background-size: 0.8em;
}

.combo-field.select-disabled {
  position: relative;
  overflow: hidden;
}

.combo-field.select-disabled::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: not-allowed;
}

.checkbox-field {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.checkbox-field::before {
  top: 0.2em;
}

.checkbox-field .custom-checkbox {
  position: absolute;
  opacity: 0;
}

.checkbox-field .custom-checkbox.required-field label {
  margin-left: 1.5em;
}

.checkbox-field .custom-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 1.5rem;
  top: 0.2em;
  width: 100%;
  margin-left: 1.5em;
  line-height: 1.1;
}

.checkbox-field .custom-checkbox + label::before {
  content: '';
  margin-right: 0.6em;
  display: inline-block;
  vertical-align: text-top;
  width: 1.1em;
  height: 1.1em;
  background: #EAEAEA;
  position: relative;
  top: 0.15em;
  border-radius: 50%;
  border: 0.2em solid #F15136;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox-field .custom-checkbox:checked + label:before {
  background: #F15136;
}

.small-text {
  font-size: 1rem !important;
  margin-top: 0.5em;
}

.form-legend {
  margin-top: 2em;
  padding-bottom: 2em;
}

.form-legend::before {
  content: '';
  display: block;
  width: 6em;
  height: 0.5em;
  margin-bottom: 1em;
  background-color: #2B2B32;
}

.form-legend-required {
  color: #F15136;
  font-size: 1.3rem;
}

.form-dots {
  text-align: center;
  padding-bottom: 2em;
}

.form-dots .dot {
  display: inline-block;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-image: url("../img/icons/dot-inactive-red.png");
  background-repeat: no-repeat;
}

.form-dots .dot-active {
  background-image: url("../img/icons/dot-active-red.png");
}

.field-error, .field-errors {
  color: #F15136;
  font-size: 1.3rem;
}

.normal-field .field-error:not(:empty), .normal-field .field-errors:not(:empty) {
  margin-left: 1em;
  padding-top: 0.5em;
}

.action-button .field-error:not(:empty), .action-button .field-errors:not(:empty) {
  margin-left: 1em;
  padding-bottom: 0.3em;
}

.checkbox-field .field-error:not(:empty), .checkbox-field .field-errors:not(:empty) {
  padding-top: 0.6em;
  margin-left: 1.8em;
}

.required-field.normal-field .field-error:not(:empty), .required-field.normal-field .field-errors:not(:empty) {
  margin-left: 2.7em;
  padding-top: 0.5em;
}

.profile-photo .field-error:not(:empty), .profile-photo .field-errors:not(:empty) {
  padding-top: 0.3em;
}

.save-info {
  font-size: 1.3rem;
  margin-bottom: 0.7em;
}

.save-info .success {
  color: #018EB6;
}

.save-info .error {
  color: #F15136;
}

.container {
  background: #FBFBFB;
  font-family: 'jaapokki-regular', sans-serif;
  background-image: url("../img/background-light.png");
}

.form-container {
  width: 60%;
  margin: 4em auto;
}

@media (max-width: 1160px) {
  .form-container {
    width: 80%;
  }
}

@media (max-width: 810px) {
  .form-container {
    width: 95%;
  }
}

@media (min-width: 810px) {
  form .action-button {
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: absolute;
    bottom: 1em;
    right: 1em;
  }
}

.double-form form .field-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}

@media (max-width: 810px) {
  .double-form form .field-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

form .field-container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 810px) {
  form .field-container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

form .field-column {
  width: 40%;
}

@media (max-width: 810px) {
  form .field-column {
    width: 80%;
  }
}

form .normal-field label, form .normal-field input {
  margin-left: 1.5em;
}

@media (max-width: 810px) {
  form .normal-field input {
    width: calc(100% - 1.5em);
  }
}

form .step-content {
  padding-bottom: 0;
}

form .action-button {
  position: static;
}

form .action-button input {
  display: block;
  margin: 0 auto;
}

.profile-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.profile-photo .photo {
  width: 16em;
  height: 16em;
  position: relative;
}

@media (max-width: 810px) {
  .profile-photo .photo {
    margin: 0 auto;
  }
}

.profile-photo .photo input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.profile-photo .photo img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.profile-photo-header, .profile-description-header {
  font-size: 1.4rem;
  color: #018EB6;
  text-align: center;
  margin-bottom: 1em;
}

.helptext {
  font-size: 1.3rem;
  margin-bottom: 1.5em;
  line-height: 1.2;
  color: #9B9B9B;
  text-align: left;
  margin-left: 1.75em;
}

@media (max-width: 810px) {
  .helptext {
    text-align: center;
  }
}

.profile-description {
  margin-top: 2.5em;
}

.profile-description textarea {
  width: 100%;
  font-size: 1.6rem;
  font-family: 'jaapokki-regular', sans-serif;
  line-height: 1.2;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  padding: 0.5em;
}

.form-success .action-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-success .action-button button {
  font-size: 1.8rem;
}

.form-success .step-content {
  font-size: 1.4rem;
}
/*# sourceMappingURL=joinus.css.map */