::-webkit-scrollbar {
  width: 0px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0,0,0,0.3);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.45);
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.45);
}

.u-text-center {
  text-align: center;
}
.u-text-left {
  text-align: left;
}
.u-text-right {
  text-align: right;
}

.hidden-input {
  position: fixed;
  z-index: -1;
  height: 0;
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 16px;
  opacity: 0;
}

span.error {
  display: block;
  text-align: center;
  margin: -15px 0 20px;
  font-size: 0.7em;
  font-weight: 700;
  color: #c4240a;
}

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

html {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  padding: 0;
  background: #f9f9f9;
  color: #333;
  font-family: 'Inter', sans-serif;
  text-rendering:optimizeLegibility;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-weight:400;
  font-size: 16px;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "ivypresto-bold";
  font-weight: normal;
  margin: 0 0 30px;
  letter-spacing: 0;
}
  h1 {
    font-size: 56px;
    line-height: 58px;
  }
  h2 {
    font-size: 48px;
    line-height: 52px;
  }
  h3 {
    font-size: 36px;
    line-height: 40px;
  }
  h4 {
    font-size: 26px;
  }
  h5 {
    font-size: 20px;
  }
  h6 {
    font-size: 18px;
  }

h1.sans,
h2.sans,
h3.sans,
h4.sans,
h5.sans,
h6.sans {
  font-family: Gotham;
  font-weight: 600;
  letter-spacing: -1px;
}

p {
  margin: 0 0 20px;
}


.mobile-only {
  display: none !important;
}
.desktop-only {
 display: block !important;
}

.text-yellow {
    color: #FFA42F;
}
.text-green {
    color: #56c2a4;
}
.text-red {
    color: #c4240d;
}
.text-white {
    color: #fff;
}

.bg-white {
  background: #fff;
}
.bg-yellow {
  background: #ffd812;
}
.bg-red {
  background: #c4240d;
}
.bg-black {
  background: #111;
}
.bg-dark-grey {
  background: #999;
}
.bg-cream {
  background: #efece8;
}

.error {
  font-size: 0.8em;
}

.button {
  border: none !important;
  display: inline-block;
  font-size: 16px;
  text-transform: none;
  letter-spacing: 0;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  transition: all 0.2s;
  padding: 0 20px;
  height: auto;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .button.red {
    background: #c4250d;
    color: #fff;
  }
  .button.black-yellow {
    background: #111;
    color: #FFD812;
  }
  .button.yellow {
    background: #FFD812;
    color: #111;
  }
  .button.black-white {
    background: #111;
    color: #FFF;
  }
  .button.yellow {
    background: #ffd812;
    color: #111;
  }
  .button.blank {
    color: #1EAEDB;
  }
  .button.blank.red {
    color: #c4250d;
    background: unset;
  }
  .button.darkgray {
    color: #333;
  }

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

  .button.smaller {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    min-width: 0;
  }

  .button.small {
    height: 28px;
    line-height: 28px;
    font-size: 13px;
    min-width: 0;
  }

  .button.smallest {
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    min-width: 0;
  }

  .button.disabled {
    opacity: 0.5;
    cursor: default;
    filter: grayscale(1);
  }

/* FORMS */

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="date"],
input[type="number"],
select,
textarea {
  width: 100%;
  color: #111;
  text-align: left;
  padding: 25px 20px;
  border: none !important;
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
}
textarea {
  padding: 10px;
}
select {
  padding: 5px 10px;
  height: 42px;
}
label {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: 0 0 3px;
}

textarea {
  min-height: 150px;
}


/** CLOSE BUTTON **/

.close {
  position: relative;
  width: 35px;
  height: 35px;
  opacity: 0.3;
  z-index: 100;
}
  .close:hover {
    opacity: 1;
  }
  .close:before, .close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 35px;
    width: 2px;
    background-color: #333;
  }
  .close:before {
    transform: rotate(45deg);
  }
  .close:after {
    transform: rotate(-45deg);
  }

.note {
  font-size: 13px;
}

/** STEPPER **/

.stepper {
  margin: 20px 0;
  padding: 0;
  position: relative;
}
  .stepper li {
    display: inline-block;
    margin: 0 30px;
    width: 90px;
    padding: 0;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    position: relative;
  }
  .stepper li:after {
    content: "";
    background: #111;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 19px;
    left: 100%;
    margin-left: -15px;
  }
  .stepper li:first-child {
    margin-left: 0;
  }
  .stepper li:last-child {
    margin-right: 0;
  }
  .stepper li:last-child:after {
    display: none;
  }
  .stepper li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 100%;
    color: #111;
    border: solid 2px #111;
    font-size: 23px;
    line-height: 39px;
    font-weight: 700;
    margin: 0 auto 10px;
    background: #FFD812;
  }
  .stepper li.active span {
    color: #FFD812;
    background: #111;
  }


/* RESPONSIVE */

@media (max-width: 768px) {

  h1 {
    margin: 0 0 20px;
  }

}

@media (max-width: 600px) {

  html,
  body {
    font-size: 14px;
  }

  h1 {
    font-size: 46px;
    line-height: 48px;
  }

  h2 {
    font-size: 38px;
    line-height: 42px;
  }

  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }

  .stepper {
    margin: 20px 0 30px !important;
  }
  .stepper li,
  .stepper li:after {
    display: none;
  }
    .stepper li {
      margin: 0;
      padding: 0;
      text-align: left;
      font-size: 16px;
      text-transform: uppercase;
    }
    .stepper li.active {
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
    }
    .stepper li span {
      width: auto;
      height: 30px;
      font-size: 14px;
      margin: -3px 10px 0 0;
      line-height: 30px;
      padding: 5px 8px;
      border-radius: 10px;
    }
    .stepper li span:before {
      content: "Step";
      margin: 0 5px 0 0;
    }

}
