.sc_formstack .fsRowOpen,
.sc_formstack .fsRowClose,
.sc_formstack .fsRowBottom .fsRowBody,
.sc_formstack .fsRowTop .fsRowBody,
.sc_formstack .fsTable {
  background-image: none;
}
.sc_formstack .fsSectionRow td.fsRowBody {
  background-image: none;
}
.sc_formstack .fsForm .fsTable {
  margin: 0;
  padding: 0;
}
.sc_formstack td.fsRowBody {
  background-color: inherit;
}
.sc_formstack .fsForm .fsRowBottom,
.sc_formstack .fsForm .fsRowBottom * {
  display: none;
  padding: 0;
  margin: 0;
}
.sc_formstack .fsForm {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.sc_formstack .fsForm .fsSectionHeading {
  font-size: inherit;
  padding: 0 0 0.5em;
  font-family: franklingothiccompresseddemi, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #5c0000;
}
.sc_formstack .fsForm .fsLabel {
  font-family: franklingothiccompresseddemi, Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 700;
}
.sc_formstack .fsForm .fsLabel,
.sc_formstack .fsForm .fsSupporting {
  font-size: inherit;
}
.sc_formstack .fsForm .fsSupporting {
  font-size: 85%;
}
.sc_formstack .fsForm .fsTable {
  text-align: inherit;
}
.sc_formstack .fsForm .fsTable th,
.sc_formstack .fsForm .fsTable td {
  text-align: inherit;
}
.sc_formstack .fsOptionLabel {
  margin-left: 0.5em;
  margin-right: 1em;
}
.sc_formstack .fsSupporting {
  color: #4a4a4a;
}
.sc_formstack .fsSubField {
  padding-bottom: 0.5em;
}
.txa1 .sc_formstack .fsSubField {
  float: none;
}
.txa2 .sc_formstack .fsSubField {
  float: right;
}
.sc_formstack .fsFieldFocused {
  background: rgba(255,255,255,0.15);
}
.sc_formstack .fsPagination {
  text-align: inherit;
}
.sc_formstack .fsSubmit {
  padding: 0 18px;
}
.sc_formstack .fsSubmit input.fsSubmitButton {
  display: inline-block;
  padding: 1em;
  font-family: inherit;
  text-decoration: none;
  text-shadow: none;
  box-sizing: border-box;
  color: #fff;
  box-shadow: none;
  background: #030647;
  font-size: 16px;
  font-weight: inherit;
  border-color: #00ae00;
  border-width: 3px;
  border-style: solid;
  border-radius: 6px;
}
.sc_formstack .fsCredit {
  display: none;
}
