@charset "UTF-8";
/** app variables */
/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html, body {
  height: 100%;
  font-family: "prelo_lightlight"; }

body {
  padding: 0;
  margin: 0;
  padding-top: 80vh;
  color: rgba(0, 0, 0, 0.7); }

h1, h2, h3, h5, h6 {
  font-family: "prelo_lightlight"; }

@media (max-width: 768px) {
  section {
    padding-left: 22.5px;
    padding-right: 22.5px; } }

.header {
  background: white;
  padding: 25px;
  top: 50px;
  width: 100%;
  position: fixed;
  z-index: 4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
  @media (max-width: 625px) {
    .header {
      top: 63px; } }
  @media (max-width: 768px) {
    .header {
      padding: 25px 25px 12px; }
      .header.open {
        padding: 25px 25px 0px; }
        .header.open nav {
          height: auto; } }
  .header:after {
    content: "";
    display: table;
    clear: both; }
  .header .logo {
    float: left;
    width: 200px; }
    .header .logo img {
      width: 100%; }
  .header nav {
    float: right; }
    @media (max-width: 768px) {
      .header nav {
        float: left;
        margin-top: 10px;
        width: -webkit-calc(100% + 50px);
        width: calc(100% + 50px);
        margin-left: -25px;
        height: 0;
        overflow: hidden; } }
    .header nav ul {
      margin: 10px 0;
      padding: 0; }
      @media (max-width: 768px) {
        .header nav ul {
          margin-bottom: 0; } }
      .header nav ul li {
        list-style: none;
        display: inline-block;
        font-family: "prelo_semiboldsemibold";
        margin-right: 20px; }
        .header nav ul li a {
          color: #333; }
          .header nav ul li a.nav-active {
            color: #f7bd21; }
        @media (max-width: 768px) {
          .header nav ul li {
            display: block;
            padding: 5px 10px;
            border-bottom: 1px solid #ccc;
            width: 100%; } }

.hello-bar {
  background: #f7bd21;
  color: #333;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 100;
  text-align: center;
  padding: 10px;
  font-family: "prelo_semiboldsemibold"; }
  @media (max-width: 625px) {
    .hello-bar {
      font-size: 14px;
      height: 63px; } }
  .hello-bar button {
    color: white;
    background: #333;
    border-radius: 4px;
    padding: 5px 10px; }

.top-form-section {
  position: absolute;
  top: -45vh;
  z-index: 5;
  text-align: center;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 75%; }
  .top-form-section h1 {
    color: white;
    font-family: "prelo_lightlight";
    font-size: 35px; }
  .top-form-section img {
    width: auto;
    height: -webkit-calc(26vh);
    height: calc(26vh); }
    @media (max-width: 675px) {
      .top-form-section img {
        display: none; } }

.mobile-btn {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  display: none; }
  .mobile-btn:after {
    color: #3c3c3c;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    font-size: 70px;
    text-transform: none;
    position: absolute;
    content: "≡";
    text-indent: 0;
    text-align: center;
    line-height: 30px;
    width: 100%;
    top: 0;
    left: 0; }
  @media (max-width: 768px) {
    .mobile-btn {
      display: block; } }

main {
  position: relative;
  z-index: 3;
  background: white; }
  main section h1 {
    font-family: "harabarabold";
    font-weight: 100;
    letter-spacing: 1px;
    text-align: center;
    font-size: 30px;
    margin: 20px 0; }
  main section h2 {
    font-size: 25px;
    text-align: center;
    width: 70%;
    margin: 10px auto; }
    @media (max-width: 768px) {
      main section h2 {
        width: 100%; } }
  main section strong {
    color: #f7bd21; }

.intro .store-buttons {
  width: 25%;
  margin: 0 auto;
  min-width: 270px; }
  .intro .store-buttons:after {
    content: "";
    display: table;
    clear: both; }
  .intro .store-buttons img {
    width: 50%;
    float: left; }

.how-it-works {
  margin-bottom: 30px; }
  .how-it-works h2 {
    font-size: 17px; }
    @media (max-width: 675px) {
      .how-it-works h2 {
        font-size: 19px;
        text-align: justify; } }
  .how-it-works > div {
    margin-top: 30px; }
    .how-it-works > div > div {
      margin-bottom: 40px;
      text-align: center; }
  .how-it-works span {
    color: #f7bd21;
    font-weight: 300;
    font-family: "harabarabold";
    text-align: center;
    font-size: 20px;
    width: 100%;
    display: block; }
  .how-it-works img {
    display: block;
    margin: 0 auto 20px; }
  .how-it-works .step1 img {
    width: 60%;
    margin-top: 5px; }
  .how-it-works .step2 img {
    width: 30%; }
  .how-it-works .step3 img {
    width: 30%;
    margin-top: 10px;
    margin-bottom: 30px; }
  .how-it-works .step4 img {
    width: 20%;
    margin-top: -2px; }

.features:after {
  content: "";
  display: table;
  clear: both; }
.features .phone-features {
  width: 50%;
  display: block;
  float: left; }
  @media (max-width: 768px) {
    .features .phone-features {
      width: 80%;
      margin: 0 auto;
      float: none; } }
.features ul {
  height: 100%; }
  @media (max-width: 768px) {
    .features ul {
      max-width: 60%;
      margin: 0 auto; } }
  .features ul li {
    list-style: none;
    text-align: center;
    height: -webkit-calc(100% / 3);
    height: calc(100% / 3);
    margin-bottom: 20px; }
    .features ul li .label {
      font-family: "prelo_semiboldsemibold";
      font-size: 20px; }
    .features ul li p {
      font-family: 'prelo_lightlight'; }
.features .features-left {
  height: 100%;
  margin-top: 10%;
  width: -webkit-calc(25%);
  width: calc(25%);
  float: left; }
  @media (max-width: 768px) {
    .features .features-left {
      width: 100%; } }
.features .features-right {
  height: 100%;
  margin-top: 10%;
  width: -webkit-calc(25%);
  width: calc(25%);
  float: right; }
  @media (max-width: 768px) {
    .features .features-right {
      width: 100%; } }

.service-workers {
  background: url("../img/hardwoodfloor.jpg");
  background-size: cover;
  padding: 10px 0;
  position: relative; }
  .service-workers h1, .service-workers h2 {
    color: white; }
  .service-workers h2 {
    font-family: "prelo_boldbold";
    font-weight: 100;
    letter-spacing: 1px; }
  .service-workers .holder {
    position: relative;
    z-index: 2; }
  .service-workers .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3); }
  .service-workers ul {
    margin: 20px;
    padding: 20px;
    position: relative;
    z-index: 1; }
    .service-workers ul:after {
      content: "";
      display: table;
      clear: both; }
    .service-workers ul li {
      list-style: none;
      width: -webkit-calc((100% / 4) - 20px);
      width: calc((100% / 4) - 20px);
      margin: 10px;
      float: left;
      min-height: 100px;
      text-align: center;
      line-height: normal;
      display: table;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.6);
      background: white;
      background-size: cover !important;
      background-position: center center; }
      @media (max-width: 1024px) {
        .service-workers ul li {
          width: -webkit-calc((100% / 3) - 20px);
          width: calc((100% / 3) - 20px); } }
      @media (max-width: 667px) {
        .service-workers ul li {
          width: -webkit-calc((100% / 2) - 20px);
          width: calc((100% / 2) - 20px); } }
      @media (max-width: 400px) {
        .service-workers ul li {
          width: -webkit-calc((100%) - 20px);
          width: calc((100%) - 20px); } }
      .service-workers ul li span {
        display: table-cell;
        vertical-align: middle;
        font-weight: 700;
        font-size: 20px;
        font-family: 'prelo_semiboldsemibold';
        color: white;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
      .service-workers ul li.contracting {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/contracting.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/contracting.jpg"); }
      .service-workers ul li.handyman {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/handyman.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/handyman.jpg"); }
      .service-workers ul li.plumbing {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/plumbing.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/plumbing.jpg"); }
      .service-workers ul li.painting {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/painting.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/painting.jpg");
        background-position: center bottom; }
      .service-workers ul li.electrical {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/electrical.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/electrical.jpg");
        background-position: center bottom; }
      .service-workers ul li.moving {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/moving.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/moving.jpg");
        background-position: center bottom; }
      .service-workers ul li.junkremoval {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/junkremoval.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/junkremoval.jpg");
        background-position: center bottom; }
      .service-workers ul li.landscaping {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/landscaping.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/landscaping.jpg");
        background-position: center bottom; }
      .service-workers ul li.snowremoval {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/snowremoval.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/snowremoval.jpg");
        background-position: center bottom; }
      .service-workers ul li.furnace {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/furnace.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/furnace.jpg");
        background-position: center bottom; }
      .service-workers ul li.cleaning {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/cleaning.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/cleaning.jpg");
        background-position: center bottom; }
      .service-workers ul li.roofing {
        background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/roofing.jpg");
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), url("../img/categories/roofing.jpg");
        background-position: center bottom; }

.launching-soon {
  margin-bottom: 30px; }
  .launching-soon h1 {
    margin-bottom: 10px; }
    @media (max-width: 675px) {
      .launching-soon h1 {
        margin-bottom: 10px;
        line-height: 30px;
        font-weight: 100;
        font-size: 22px; } }
  .launching-soon form {
    width: 60%;
    display: block;
    margin: 0 auto; }
    @media (max-width: 768px) {
      .launching-soon form {
        width: 100%; } }
    .launching-soon form input {
      width: 70%;
      padding: 10px;
      margin-right: 20px; }
      @media (max-width: 768px) {
        .launching-soon form input {
          width: 60%;
          margin-right: 10px; } }
    .launching-soon form button {
      clear: both;
      background: #f7bd21;
      font-size: 20px;
      color: #533406;
      padding: 10px 20px;
      border-radius: 40px;
      margin-top: 30px;
      display: inline-block;
      font-family: "prelo_boldbold"; }

.locations {
  background-image: url("../img/google-maps.png");
  background-size: cover;
  background-position: center center;
  height: 500px;
  position: relative; }
  .locations h1 {
    margin-bottom: 0px; }
  .locations .holder {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    padding: 20px 0;
    text-align: center; }
    .locations .holder .cities {
      width: 50%;
      margin: 0 auto;
      padding: 0; }
      .locations .holder .cities:after {
        content: "";
        display: table;
        clear: both; }
      .locations .holder .cities li {
        width: -webkit-calc(100% / 2);
        width: calc(100% / 2);
        float: left;
        color: white;
        list-style: none;
        font-size: 30px;
        text-align: center; }
        @media (max-width: 768px) {
          .locations .holder .cities li {
            width: 100%; } }
    .locations .holder .next {
      width: 80%;
      margin: 0 auto;
      padding: 0; }
      .locations .holder .next:after {
        content: "";
        display: table;
        clear: both; }
      .locations .holder .next li {
        width: -webkit-calc(100%);
        width: calc(100%);
        float: left;
        color: white;
        list-style: none;
        font-size: 30px;
        text-align: center; }
    .locations .holder button {
      clear: both;
      background: #f7bd21;
      font-size: 20px;
      color: #533406;
      padding: 10px 20px;
      border-radius: 40px;
      margin-top: 60px;
      display: inline-block;
      font-family: "prelo_boldbold"; }
      @media (max-width: 675px) {
        .locations .holder button {
          margin-top: 0px; } }
  .locations h1 {
    color: white;
    font-size: 40px; }
  .locations .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); }

@media (max-width: 768px) {
  .professionals {
    text-align: center; }
    .professionals h1 {
      text-align: center !important; } }
.professionals section {
  padding: 20px 0; }
  .professionals section:after {
    content: "";
    display: table;
    clear: both; }
  .professionals section div:first-child {
    padding: 0 60px; }
.professionals:after {
  content: "";
  display: table;
  clear: both; }
.professionals img {
  width: 100%; }
.professionals h1 {
  text-align: left; }
.professionals ul li {
  list-style: none; }
.professionals button {
  clear: both;
  background: #f7bd21;
  font-size: 20px;
  color: #533406;
  padding: 15px 30px;
  border-radius: 40px;
  margin-top: 30px;
  display: inline-block;
  font-family: "prelo_boldbold"; }

footer a {
  display: inline-block;
  width: 30px;
  height: 30px; }
  footer a img {
    width: 100%; }
footer .social {
  width: auto;
  text-align: center;
  margin: 30px auto 30px; }

.contact-us {
  margin-bottom: 20px; }
  .contact-us:after {
    content: "";
    display: table;
    clear: both; }
  .contact-us .form-holder {
    float: none !important; }
    .contact-us .form-holder button {
      background: #533406;
      font-size: 20px;
      color: white;
      padding: 10px 20px;
      border-radius: 40px;
      float: right;
      margin-right: 20px; }

.slides {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  height: 80vh;
  z-index: 0; }
  .slides .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in;
    transition: opacity 2s ease-in; }
    .slides .slide img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .slides .slide.show {
      opacity: 1; }

.slide-opacity {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); }

.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 1em;
  width: -webkit-calc(100% - 2em);
  width: calc(100% - 2em);
  vertical-align: top; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0.8em;
  width: 60%;
  border: none;
  border-radius: 0;
  background: #f0f0f0;
  color: #533406;
  font-weight: 400;
  font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */ }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  color: #533406;
  font-weight: bold;
  font-size: 70.25%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%; }

.input__field--yoshiko {
  width: 100%;
  background-color: #f7bd21;
  border: 2px solid transparent;
  -webkit-transition: background-color 0.25s, border-color 0.25s;
  transition: background-color 0.25s, border-color 0.25s; }

.input__label--yoshiko {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 100%;
  pointer-events: none;
  overflow: hidden;
  padding: 0 1.25em;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.input__label-content--yoshiko {
  color: #533406;
  font-size: 15px;
  padding: 0.25em 0;
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out; }

.input__label-content--yoshiko::after {
  content: attr(data-content);
  position: absolute;
  font-weight: 800;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  color: #f7bd21;
  padding: 0.25em 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.85em; }

.input__field--yoshiko:focus + .input__label--yoshiko,
.input--filled .input__label--yoshiko {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.input__field--yoshiko:focus + .input__label--yoshiko .input__label-content--yoshiko,
.input--filled .input__label-content--yoshiko {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0); }

.input__field--yoshiko:focus + .input__field--yoshiko,
.input--filled .input__field--yoshiko {
  background-color: transparent;
  border-color: #f7bd21; }

.row {
  max-width: 65rem;
  margin-left: auto;
  margin-right: auto; }

.full-width {
  width: 100%;
  max-width: 99999px; }

@-webkit-keyframes xfade {
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  92% {
    opacity: 0; } }

@keyframes xfade {
  17% {
    opacity: 1; }
  25% {
    opacity: 0; }
  92% {
    opacity: 0; } }
.signup {
  padding-top: 0;
  text-align: center;
  overflow-x: hidden;
  background: #2a2b2a;
  color: white; }
  .signup button {
    background: #f7bd21;
    padding: 10px 20px;
    width: 150px;
    border-radius: 30px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    z-index: 1003; }
    .signup button.back {
      position: absolute;
      top: 20px;
      left: 20px;
      border: 3px solid #f7bd21;
      background: transparent;
      color: white;
      font-family: "prelo_semiboldsemibold";
      -webkit-transition: background .1s ease-out, color .1s ease-out;
      transition: background .1s ease-out, color .1s ease-out; }
      .signup button.back:hover {
        background: #f7bd21;
        color: white; }
      @media (max-width: 625px) {
        .signup button.back {
          display: none; } }
  .signup .step-holder {
    width: 300px;
    margin: 0 auto 20px; }
    .signup .step-holder:after {
      content: "";
      display: table;
      clear: both; }
  .signup .page-btn {
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    float: left;
    width: 50%;
    border: 3px solid #f7bd21;
    background: transparent;
    color: #f7bd21;
    font-family: "prelo_semiboldsemibold";
    -webkit-transition: background .1s ease-out, color .1s ease-out;
    transition: background .1s ease-out, color .1s ease-out;
    cursor: pointer; }
    .signup .page-btn:hover {
      background: #f7bd21;
      color: white; }
    .signup .page-btn.disabled {
      pointer-events: none;
      opacity: .4; }
  .signup .errorlist {
    margin: 11px 0;
    padding: 0;
    color: white; }
    .signup .errorlist li {
      list-style: none;
      background: #f7bd21;
      width: 180px;
      border-radius: 5px;
      margin: 0 auto;
      position: relative;
      border: none;
      padding-left: 5px;
      text-align: center; }
    .signup .errorlist li:after, .signup .errorlist li:before {
      top: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .signup .errorlist li:after {
      border-color: rgba(83, 52, 6, 0);
      border-top-color: #f7bd21;
      border-width: 6px;
      margin-left: -6px; }
    .signup .errorlist li:before {
      border-color: transparent;
      border-top-color: none;
      border-width: 12px;
      margin-left: -12px; }
  .signup main {
    background: transparent;
    padding-bottom: 50px;
    overflow-x: hidden; }
    @media (max-width: 720px) {
      .signup main {
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        height: 100%; } }
    .signup main .intro {
      line-height: 18px;
      margin-bottom: 30px;
      margin-top: 16px;
      font-size: 15px; }
    .signup main .instructions {
      font-weight: bold;
      font-size: 12px; }
  .signup .row {
    max-width: 40rem; }
  .signup .generic-form h1 {
    font-family: "prelo_boldbold";
    font-size: 45px;
    margin-bottom: 0px;
    line-height: 43px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2); }
    .signup .generic-form h1 span {
      color: #f7bd21; }
  .signup .generic-form .help {
    display: block;
    font-style: italic; }
  .signup .generic-form label {
    width: 100%;
    display: block;
    text-align: left;
    margin: 0 auto 10px;
    line-height: 18px;
    font-weight: bold;
    font-size: 14px; }
  .signup .generic-form #save-skills-button {
    margin: 0 auto; }
  .signup .generic-form .tradeskills-modal {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 20;
    height: 1710px; }
    @media (max-width: 600px) {
      .signup .generic-form .tradeskills-modal {
        height: auto;
        position: fixed; } }
    .signup .generic-form .tradeskills-modal.active {
      display: block; }
    .signup .generic-form .tradeskills-modal .field {
      width: 50%;
      min-width: 710px;
      margin: 30px auto;
      background: white;
      padding: 40px;
      color: black;
      border-radius: 30px; }
      @media (max-width: 600px) {
        .signup .generic-form .tradeskills-modal .field {
          min-width: 100%;
          margin: 0;
          border-radius: 0; } }
      .signup .generic-form .tradeskills-modal .field:after {
        content: "";
        display: table;
        clear: both; }
      .signup .generic-form .tradeskills-modal .field ul:after {
        content: "";
        display: table;
        clear: both; }
      @media (max-width: 625px) {
        .signup .generic-form .tradeskills-modal .field ul {
          max-height: 350px;
          overflow: auto; } }
      .signup .generic-form .tradeskills-modal .field ul li {
        width: 50%;
        float: left;
        list-style: none; }
        @media (max-width: 625px) {
          .signup .generic-form .tradeskills-modal .field ul li {
            width: 100%; } }
      .signup .generic-form .tradeskills-modal .field #id_trade_skills {
        overflow: scroll;
        background: -webkit-linear-gradient(white 30%, rgba(255, 255, 255, 0)), -webkit-linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, -webkit-radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), transparent), -webkit-radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), transparent) 0 100%;
        background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(50% 0, farthest-side, rgba(0, 0, 0, 0.2), transparent), radial-gradient(50% 100%, farthest-side, rgba(0, 0, 0, 0.2), transparent) 0 100%;
        background: linear-gradient(white 30%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, 0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.2), transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), transparent) 0 100%;
        background-repeat: no-repeat;
        background-color: white;
        background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
        /* Opera doesn't support this in the shorthand */
        background-attachment: local, local, scroll, scroll; }
  .signup .generic-form #tradeskills-button {
    width: 250px;
    margin: 0px 0 30px; }
  .signup .generic-form input, .signup .generic-form select {
    width: 100%;
    background: white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #333; }
    .signup .generic-form input[type='checkbox'], .signup .generic-form select[type='checkbox'] {
      width: auto;
      display: inline;
      margin-right: 10px;
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      margin-left: 4px; }
  .signup .generic-form .notes {
    margin-top: 40px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.25);
    color: #f7bd21;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px; }
  .signup form .scroll-wrapper {
    position: relative;
    width: 100%; }
    .signup form .scroll-wrapper:after {
      content: "";
      display: table;
      clear: both; }
    @media (min-width: 720px) {
      .signup form .scroll-wrapper {
        height: auto;
        -webkit-transition: height .3s ease-out;
        transition: height .3s ease-out; } }
  .signup form .form-wrapper {
    position: absolute;
    display: block;
    width: 4000px;
    text-align: left;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
    /* easeOutSine */ }
    .signup form .form-wrapper:after {
      content: "";
      display: table;
      clear: both; }
  .signup form section {
    width: 38.6rem;
    vertical-align: top;
    display: inline-block;
    margin-right: 20px;
    opacity: .3;
    -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
    transition: opacity .3s ease-out, transform .3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    min-height: 300px; }
    .signup form section[data-page="3"] {
      height: 410px; }
    .signup form section.inactive {
      max-height: 400px;
      -webkit-transform: translate3d(0, 0, 0) scale(0.5, 0.5);
      transform: translate3d(0, 0, 0) scale(0.5, 0.5); }
    .signup form section.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
      transform: translate3d(0, 0, 0) scale(1, 1); }
    .signup form section .field-wrapper {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 20px;
      -moz-column-gap: 20px;
      column-gap: 20px;
      position: relative; }
    .signup form section .field {
      padding-top: 10px;
      display: inline-block;
      width: 100%; }
    .signup form section .label {
      width: 100%;
      min-height: 0;
      font-weight: bold; }
    .signup form section textarea{
        color: black;
    }
      .signup form section .label strong {
        color: #f7bd21;
        font-size: 30px;
        font-family: "prelo_semiboldsemibold"; }
  .signup form button {
    margin: 30px auto;
    display: block; }
  .signup .pages {
    width: 70px;
    margin: 20px auto; }
    .signup .pages:after {
      content: "";
      display: table;
      clear: both; }
    .signup .pages .page {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      background: #f7bd21;
      float: left;
      margin-right: 10px;
      opacity: .5; }
      .signup .pages .page:last-child {
        margin-right: 0; }
      .signup .pages .page.active {
        opacity: 1; }
  @media (max-width: 720px) {
    .signup .pages, .signup .step-holder {
      display: none; }
    .signup .scroll-wrapper:before {
      display: none; }
    .signup .scroll-wrapper:after {
      display: none; }
    .signup .form-wrapper {
      width: 100% !important;
      position: static; }
      .signup .form-wrapper button {
        background: #f7bd21; }
      .signup .form-wrapper section {
        display: block;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
        opacity: 1;
        width: 100%; }
        .signup .form-wrapper section #id_trade_skills {
          max-height: 100000px;
          height: auto !important;
          position: static;
          background: transparent; }
          .signup .form-wrapper section #id_trade_skills li {
            width: 50%;
            float: left;
            list-style: none; }
        .signup .form-wrapper section.inactive {
          opacity: 1;
          -webkit-transform: scale(1, 1);
          -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
        .signup .form-wrapper section .field-wrapper {
          -webkit-column-count: 1;
          -moz-column-count: 1;
          column-count: 1;
          -webkit-column-gap: 0px;
          -moz-column-gap: 0px;
          column-gap: 0px; }
        .signup .form-wrapper section .label strong {
          color: #f7bd21; }
        .signup .form-wrapper section .field label {
          font-size: 11px;
          padding-right: 4px;
          line-height: 10px;
          clear: both; }
        .signup .form-wrapper section .field input, .signup .form-wrapper section .field select {
          color: #333; }
          .signup .form-wrapper section .field input[type='checkbox'], .signup .form-wrapper section .field select[type='checkbox'] {
            float: left;
            height: 27px; } }

.signup-success {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
  z-index: 10000;
  position: fixed;
  max-height: 95vh;
  width: 50vw;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #1b1b1b;
  color: white;
  text-align: center;
  border-radius: 20px;
  padding: 20px; }
  .signup-success.active {
    display: block;
    opacity: 1; }
  .signup-success h1 {
    text-align: center;
    color: #f7bd21; }
  .signup-success ul {
    list-style-position: inside; }
    .signup-success ul li span {
      font-style: italic;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.4); }
  .signup-success button {
    clear: both;
    background: #f7bd21;
    font-size: 20px;
    color: #533406;
    padding: 10px 20px;
    border-radius: 40px;
    margin-top: 10px;
    display: inline-block;
    font-family: "prelo_boldbold"; }

/*# sourceMappingURL=styles.css.map */
