@import url("https://fonts.googleapis.com/css?family=Kaushan+Script|Montserrat:400,600i,700&display=swap");
body {
  font: normal 24px/1.5 Montserrat, sans-serif;
  letter-spacing: -0.25px;
  color: #fff;
  background: url(../images/bg.png) no-repeat top right/cover #4e4f50;
  background-attachment: fixed;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1 {
  text-transform: uppercase;
  font-size: 56px;
  font-weight: 700;
}

a {
  color: #68affb;
}

a:hover {
  color: #fff;
}

p {
  margin: 0 0 20px;
}

label {
  font-size: 18px;
  font-weight: 700;
}

hr {
  width: 100%;
  height: 5px;
  margin: 30px 0;
  border: none;
  background: #fff;
}

form img {
  display: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
select {
  display: block;
  margin: 0 auto 10px;
  width: 100%;
  padding: 1px 10px;
  border-radius: 7px;
  border: 2px solid #333;
  font-size: 18px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
select:focus {
  border-color: #000;
  outline: none;
}

select {
  height: 34px;
}

button {
  display: block;
  margin: 15px auto 0;
  padding: 4px 40px;
  font-size: 24px;
  color: #fff;
  background: #222;
  border-radius: 7px;
  border: none;
  text-transform: uppercase;
}

button:hover {
  background: #000;
}

button.disabled {
  cursor: not-allowed;
  background: #ccc;
}

button.disabled:hover {
  background: #ccc;
}

section {
  height: 100%;
  padding: 60px 0;
}

section#mobile-bg {
  padding: 0;
}

section#mobile-bg img {
  width: 100%;
}

section #optForm1, section #optForm2 {
  display: none;
}

section #note {
  font-size: 11px;
  font-weight: 400;
}

section #note input {
  margin-right: 3px;
}

section #HBBDiv, section #businessOppText {
  display: none;
}

section #prev-opp label {
  font-weight: 400;
  font-size: 18px;
}

section #biz-opps {
  margin-bottom: 10px;
}

section #biz-opps label {
  display: block;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 4px;
  cursor: pointer;
}

section #biz-opps input {
  margin-right: 5px;
  margin-bottom: 10px;
  transform: translateY(1px);
}

.bx-wrapper {
  margin: 0;
  background: none;
  box-shadow: none;
  border: none;
}

#loadingGraphic {
  display: none;
  margin: 20px auto 0;
}

#loader {
  width: 44px;
  height: 44px;
  margin: 6px auto;
  -webkit-animation: 1s ease-in-out infinite animball_two;
  animation: 1s ease-in-out infinite animball_two;
}

#loader .loaderBall {
  width: 44px;
  height: 44px;
  position: absolute;
}

#loader .loaderBall .ball {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: 1s ease-in-out infinite animball_one;
  animation: 1s ease-in-out infinite animball_one;
}

#loader .loaderBall .ball.ball1 {
  background-color: #222;
  top: 0;
  left: 0;
}

#loader .loaderBall .ball.ball2 {
  background-color: #222;
  top: 0;
  left: 24px;
}

#loader .loaderBall .ball.ball3 {
  background-color: #222;
  top: 24px;
  left: 0;
}

#loader .loaderBall .ball.ball4 {
  background-color: #222;
  top: 24px;
  left: 24px;
}

@-webkit-keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@keyframes animball_one {
  0% {
    position: absolute;
  }
  50% {
    top: 12px;
    left: 12px;
    position: absolute;
    opacity: 0.5;
  }
  100% {
    position: absolute;
  }
}

@-webkit-keyframes animball_two {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
  }
  50% {
    -webkit-transform: rotate(360deg) scale(1.3);
  }
  100% {
    -webkit-transform: rotate(720deg) scale(1);
  }
}

@keyframes animball_two {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1.3);
  }
  100% {
    transform: rotate(720deg) scale(1);
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  body {
    background-image: none;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
  section {
    padding: 30px 0;
  }
}
