.debug {
  border: 1px solid red;
}
.narrow {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
}
.deco {
  font-family: "HelveticaNeue-CondensedBold", "Arial Narrow", Arial, sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.pictos {
  font-family: 'pictos';
}
.fit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.touch-input {
  font-size: 18px;
  line-height: 20px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.qa-form-wrapper .qa-form-overlay {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) #000000 60%, #000000 61%, rgba(0, 0, 0, 0.6) 89%, rgba(0, 0, 0, 0.59) 90%, 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(60%, #000000), color-stop(61%, #000000), color-stop(89%, rgba(0, 0, 0, 0.6)), color-stop(90%, rgba(0, 0, 0, 0.59)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(top, #000000 60%, #000000 61%, rgba(0, 0, 0, 0.6) 89%, rgba(0, 0, 0, 0.59) 90%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(top, #000000 60%, #000000 61%, rgba(0, 0, 0, 0.6) 89%, rgba(0, 0, 0, 0.59) 90%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(top, #000000 60%, #000000 61%, rgba(0, 0, 0, 0.6) 89%, rgba(0, 0, 0, 0.59) 90%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to bottom, #000000 60%, #000000 61%, rgba(0, 0, 0, 0.6) 89%, rgba(0, 0, 0, 0.59) 90%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
html,
body {
  background: transparent;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
label,
input,
select {
  font-size: 18px !important;
}
.campaign-form input,
.campaign-form select {
  height: 38px;
  line-height: 34px;
  width: 100%;
  max-width: 350px;
  padding: 0 10px;
  box-sizing: border-box;
}
.intl-tel-input input::placeholder {
  color: rgba(0, 0, 0, 0.15);
}
input:focus {
  outline-width: 0 !important;
}
.alert-error,
.alert-success {
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  max-width: 260px;
}
@media (max-width: 767px) {
  .alert-error,
  .alert-success {
    max-width: 100%;
  }
}
.form-box.theme * {
  color: rgba(255, 255, 255, 0.8) !important;
}
.form-box.theme .alert-success {
  background: transparent;
  border: none;
  padding: 5px 0;
}
.form-box.theme .alert-error {
  color: #b94a48 !important;
}
.form-box.theme input,
.form-box.theme select {
  background: rgba(255, 255, 255, 0.1);
  border: rgba(0, 0, 0, 0.5);
}
.form-box.theme .btn {
  background: #8d8d8d;
  text-shadow: none;
  color: black;
}
.form-box.theme .btn-primary {
  background: #00ae9e;
  color: black !important;
}
.landing-footer-content {
  text-align: center;
  padding: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
