.webform {
	clear: both;
	background: #abca4a;
	width: 720px;
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 20px;
	font-family: PrimaryExtraBoldFont;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: .050em;
   color: #000000;
   border-radius: 20px;
   overflow: hidden;
}

.hp-field{
  position:absolute !important;
  left:-10000px !important;
  top:auto !important;
  width:1px !important;
  height:1px !important;
  overflow:hidden !important;
}

.required{
  margin-right: 5px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
}

.formhelp {
  font-size: 14px;
  color: #029332;
}

.forminfoblock {
	width: 660px;
	margin-left: 40px;
	clear: both;
	font-family: PrimaryMediumFont;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: .050em;
   color: #000000;
}

.forminfoblockrow {
	clear: both;
	height: 40px;
}

.colforminfo {
	display: block;
	float:left;
	margin: 0;
}

.colforminfo:first-child {
	margin-left: 0 !important;
}

.formlabelblock {
	position: relative;
	margin-bottom: 5px;
	width:175px;
	line-height: 1em;
	padding-right: 5px;
}

.formlabelblock-noflag {
	position: relative;
	margin-bottom: 5px;
	width:175px;
	line-height: 1em;
	padding-left: 0;
	padding-right: 5px;
   padding-left: 21px;
   text-indent: -21px;
}

.formlabelblock-noflag::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.formlabelblock .required {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
}

.formfieldblock {
	position:relative;
	width:480px;
}

.formlabelblock,
.formlabelblock-noflag,
.formfieldblock {
  box-sizing: border-box;
}

.formsubblock {
	margin-left: 220px;
	margin-top: 20px;
}

#subformbutton {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  padding: 12px 28px;
  min-height: 45px;
  background-color: #eef6da;
  color: #abca4a;
  font-family: PrimaryExtraBoldFont2, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border-radius: 14px;
  cursor: pointer;
  line-height: 1;
  text-align: center;

  transition:
    background-color 120ms ease,
    color 120ms ease,
    transform 120ms ease,
    box-shadow 120ms ease;

  text-shadow:
    -1px -1px 0 #000,
     0px -1px 0 #000,
     1px -1px 0 #000,
    -1px  0px 0 #000,
     1px  0px 0 #000,
    -1px  1px 0 #000,
     0px  1px 0 #000,
     1px  1px 0 #000;

}

#subformbutton:hover,
#subformbutton:focus-visible {
  background-color: #eef6da;
  color: #f38109;
  transform: translateY(-1px);
  outline: none;
}

#subformbutton:active {
  transform: translateY(0);
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.25);
}

#subformbutton:focus-visible {
  box-shadow: 0 0 0 3px rgba(243,129,9,0.45);
}

.formfield {
	width: 400px;
}

.formfieldnote {
	width: 400px;
	height: 200px;
}

@media only screen and (max-width: 740px) {

  .webform {
	  width: auto;
	  margin-left: 15px;
	  margin-right: 15px;
  }

  #subformbutton {
    font-size: 14px;
    letter-spacing: 0.12em;
    padding: 10px 20px;
  }

  .formfield {
    width: 100%;
  }

  .formfieldnote {
    width: 100%;
    height: 80px;
  }

  .formfieldblock {
    width: auto;
  }

  .forminfoblock {
    width: auto;
    margin-left: 5px;
  }

  .forminfoblockrow {
    margin-bottom: 10px;
    height: auto;
  }

  .formsubblock {
    margin-left: 5px;
    margin-top: 40px;
  }

  .formlabelblock {
    width: auto;
  }

  .formlabelblock-noflag {
    width: auto;
  }

  .formlabelblock-noflag::before {
    display: none;
  }

  .colforminfo {
    display: block;
    float: none;
    margin: 0;
  }

}

