.nf2-form-wrap {
  max-width: 1140px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #242b31;
    font-size:110%;
}
.nf2-form-wrap h1 {
  font-size: 32px;
  margin-bottom: 8px;
}
.nf2-description {
  margin-bottom: 28px;
}
.nf2-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.nf2-col {
  box-sizing: border-box;
  padding: 0 15px;
  margin-bottom: 0px;
  width: 100%;
}
.nf2-col-9 {
  width: 75%;
}
.nf2-col-6 {
  width: 50%;
}
.nf2-col-4 {
  width: 33.333%;
}
.nf2-col-3 {
  width: 25%;
}
.nf2-field label {
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.nf2-field label span {
  color: #bd1d1d;
}
.nf2-field input[type="text"],
.nf2-field input[type="email"],
.nf2-field input[type="number"],
.nf2-field input[type="date"],
.nf2-field textarea,
.nf2-field select {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  border: 1px solid #b1b3b4;
  border-radius: 0;
  background: #fff;
  padding: 9px 11px;
  font-size: 16px;
}
.nf2-field textarea {
  height: 120px;
  resize: vertical;
}
.nf2-label-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.nf2-download {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
  color: #004b81;
}
.nf2-download .dashicons {
  font-size: 19px;
}
.nf2-download-mobile {
  display: none;
  margin-top: 8px;
}
.nf2-help {
  display: block;
  color: #6d747b;
  margin-top: 0px;
  margin-bottom: 12px;
}
.nf2-heading {
  margin-top: 28px;
}
.nf2-heading h2 {
  color: #222;
  font-size: 25px;
  margin: 0 0 12px;
}
.nf2-content {
  line-height: 1.55;
}
.nf2-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: 10px;
  font-weight: 400 !important;
}
.nf2-checkbox input {
  margin-top: 3px;
}
.nf2-radios {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}
.nf2-radios label {
  font-weight: 400;
}
.nf2-submit {
  background: #004b81;
  color: #fff;
  border: 0;
  padding: 14px 28px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}
.nf2-submit:hover {
  background: #00365d;
}
.nf2-privacy {
  margin: 20px 0;
  font-size: 14px;
}
.nf2-success {
  max-width: 1140px;
  margin: 15px auto;
  padding: 16px;
  background: #e9f7ee;
  border-left: 4px solid #2f8d50;
}
.nf2-hp {
  position: absolute !important;
  left: -9999px !important;
}
.nf2-notice {
  padding: 12px;
  background: #fff3cd;
}
@media (max-width: 760px) {
  .nf2-col,
  .nf2-col-9,
  .nf2-col-6,
  .nf2-col-4,
  .nf2-col-3 {
    width: 100%;
  }
  .nf2-download:not(.nf2-download-mobile) {
    display: none;
  }
  .nf2-download-mobile {
    display: inline-flex;
  }
  .nf2-form-wrap h1 {
    font-size: 27px;
  }
}

.nf2-heading h2 {
  color: #0069a8;
}
.nf2-content p:first-child {
  margin-top: 0;
}
.nf2-content ul {
  padding-left: 20px;
}
.nf2-table-block h3,
.nf2-image-block h3 {
  color: #0069a8;
  font-size: 21px;
  margin: 0 0 14px;
}
.nf2-table-scroll {
  overflow-x: auto;
}
.nf2-table-block table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
}
.nf2-table-block th,
.nf2-table-block td {
  border: 1px solid #cfd5da;
  padding: 10px 12px;
  text-align: center;
}
.nf2-table-block th {
  background: #eef0f2;
  font-weight: 700;
}
.nf2-image-block img {
  display: block;
  max-width: 100%;
  height: auto;
}
.nf2-spacer {
  min-height: 28px;
}
.nf2-col.nf2-content {
  margin-bottom: 14px;
}
.nf2-form .nf2-label-line > label {
	margin-top: 0 !important;
}

.nf2-content p {
	margin-bottom: 0 !important;
}
.nf2-content {
	margin-bottom: 0 !important;
}

.nf2-field label span {
color:#000;font-weight:bold;  line-height: 1.2;margin-bottom:1rem;
}