body:not(.iah_is_logged_in) .letter_signature .pregen {
  display: none;
}

.iah_modal_outer .iah_login_form .facebook-signup {
  display: none;
}

@media (max-width: 992px) {
  #form-issue-block {
    margin-top: 15px;
  }
}

.wizard-wrap {
  overflow: hidden;
  white-space: nowrap;
  opacity: 1;
}

.wizard-wrap.transparent {
  opacity: 0;
}

.wizard-wrap .wizard-slide {
  left: 0;
}

.wizard-wrap .wizard-slide:before {
  content: 'Confirm Your Letter';
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 5px;
  border: 1px solid;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

.wizard-wrap .wizard-slide > form, .wizard-wrap .wizard-slide > div {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 15px;
  height: 0;
  white-space: normal;
}

.wizard-wrap .wizard-slide.step-1 > form {
  height: auto;
}

.wizard-wrap .wizard-slide.step-2 {
  left: calc(-100% - 15px);
}

.wizard-wrap .wizard-slide.step-2:before {
  content: 'Find Your Legislators';
  left: calc(100% + 15px);
}

.wizard-wrap .wizard-slide.step-2 .letter_sender_addr {
  height: auto;
}

.wizard-wrap .wizard-slide.step-2 + .wizard-controls {
  display: none;
}

.wizard-wrap .wizard-controls button {
  text-transform: uppercase;
  background: #009bdf;
  color: #fff !important;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 0 !important;
  padding: 12.5px 20px;
  font-size: 15px;
  font-weight: 700;
  width: 100%;
  max-width: 100%;
}
/*# sourceMappingURL=main.css.map */