/* Source repo `flagship-support/program-marketing-pages` */
/* copied from Pages::Marketing Contnet asset injector*/


.program-rfi-wrapper {
  background-color: #0072CE;
  color: white;
  padding: 1rem;
}
.program-rfi-wrapper .default.form_button_submit {
  background-color: #F1C400;
  border: none;
  font-family: "Gentona", tahoma, sans-serif, "Helvetica", "Arial", sans-serif;
  font-weight: bold;
  margin-top: 1em;
  padding: 0.5em;
  text-transform: uppercase;
  width: 100%;
}
.program-rfi-wrapper .form_text {
  color: white;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8em;
  text-transform: uppercase;
}
.program-rfi-wrapper .form_h1 .form_label {
  color: white;
  display: block;
  font-family: "Titling Gothic", tahoma, sans-serif;
  font-weight: 400 !important;
  letter-spacing: 1px;
  line-height: 1.125;
  text-transform: uppercase;
}
.program-rfi-wrapper .form_h2 .form_label {
  color: white;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95em;
  font-weight: 400 !important;
  line-height: 1.125;
}
.program-rfi-wrapper .form_responses input {
  border: none;
  border-radius: 0;
  padding: 0.5em;
  width: 100%;
}
.program-rfi-wrapper .small {
  color: white;
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.8em;
  margin-top: 0.75em;
}
@media (min-width: 1010px) {
  .program-rfi-wrapper .button-white {
    width: 100%;
  }
}

