body .wFormContainer {
  font-size: initial;
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Roboto", sans-serif;
  color: #343b3e;
  background: white;
}

body .wFormContainer .wForm {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  background: none;
}
body .wFormContainer .wForm .wFormFooter,
body .wFormContainer .wForm .supportInfo,
body .wFormContainer .wForm .wFormTitle,
body .wFormContainer .wForm div.cs-select {
  display: none;
}
body .wFormContainer .wForm form .inputWrapper {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
}

body .wFormContainer .wForm form .section .section,
body .wFormContainer .wForm form fieldset.section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .wFormContainer .wForm form .section .section legend,
body .wFormContainer .wForm form fieldset.section legend {
  color: #1a4986;
}
body .wFormContainer .wForm form .section .section .oneField,
body .wFormContainer .wForm form fieldset.section .oneField {
  width: 49%;
  border: 0;
  padding: 0;
}

body .wFormContainer .wForm .primaryAction {
  background: #4baadf;
  line-height: 0;
  padding: 20px;
  color: white;
}
body .wFormContainer .wForm .primaryAction:hover {
  background: white;
  color: #4baadf;
}

.onechoice body .wFormContainer .wForm form .inputWrapper label, body .wFormContainer .wForm form .inputWrapper .onechoice label, .onechoice body .wFormContainer .wForm form .inputWrapper .label, body .wFormContainer .wForm form .inputWrapper .onechoice .label {
  vertical-align: top !important;
}

body .wFormContainer .wForm form .inputWrapper input {
  width: 100%;
  padding: 10px;
  border: 1px solid #bbb;
}

body .wFormContainer .wForm form .inputWrapper select {
  display: block;
  padding: 10px;
  background: white;
  width: 100%;
  border: 1px solid #bbb;
}

body .wFormContainer .wForm form .inputWrapper textarea {
  min-height: 100px;
}

body .wFormContainer .wForm form .inputWrapper input[type=checkbox] {
  height: 25px;
  width: 25px;
  -webkit-appearance: checkbox !important;
}

body .wFormContainer .wForm form .inputWrapper input[type=radio] {
  height: 25px;
  width: 25px;
  -webkit-appearance: radio !important;
}

body .wFormContainer .section:not(fieldset):not(.pageSection) {
  margin: 0;
}

/*# sourceMappingURL=fa-form.css.map */
