body.default.wFormWebPage {
  overflow: hidden;
}

.wFormContainer {
  border: none;
  text-align: center;
}
.wForm {
  display: table;
  margin: 0 auto;
}

form#tfa_0 {
  display: table-cell;
  vertical-align: top;
}

.wFormTitle#tfa_0-T {
  text-transform: uppercase;
  color: #244a5f;
  font-family: 'BebasNeueRegular', Verdana, Arial, Helvetica, sans-serif;
  line-height: 100%;
  font-size: 1.7em;
  font-weight: normal;
  margin: 0 auto;
  padding-bottom: 0;
  display: table-cell;
}
.wFormTitle#tfa_0-T:focus {
  outline: none;
}
#tfa_1-D {
  margin-top: 0;
  display: table-cell;
}
#tfa_1-D.errFld {
  border: none;
}
#tfa_1 {
  width: 190px;
}
.wForm .actions {
  padding: 5px 2px;
  margin-top: 0;
  display: table-cell;
}
input[type="submit"].primaryAction {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  background-origin: padding-box;
  background-size: auto;
  border: none;
  box-shadow: none;
  color: rgb(57, 92, 112);
  cursor: pointer;
  display: inline;
  font-family: GibsonRegular, Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: auto;
  line-height: 18.719999313354492px;
  text-align: left;
  text-decoration: none solid rgb(57, 92, 112);
  width: auto;
  padding: 0 4px 0 0;
  text-transform: uppercase;
}
input[type="submit"].primaryAction:focus {
  outline: none;
}
input[type="submit"].primaryAction:hover {
  box-shadow: none;
}

.explanation-text {
  text-align: center;
  margin: 0;
}