/* Consolidated external styles: contact forms. */
html,body{
						margin: 0px;
					}
					.formsubmit.zcwf_button{
						color: white !important;
						background: transparent linear-gradient(0deg, #0279FF 0%, #00A3F3 100%);
					}
					#crmWebToEntityForm.zcwf_lblLeft{
						width: 100%;
						padding: 25px;
						margin: 0 auto;
						box-sizing: border-box;
					}
					#crmWebToEntityForm.zcwf_lblLeft *{
						box-sizing: border-box;
					}
					#crmWebToEntityForm{
						text-align: left;
					}
					#crmWebToEntityForm *{
						direction: ltr;
					}
					.zcwf_lblLeft .zcwf_title{
						word-wrap: break-word;
						padding: 0px 6px 10px;
						font-weight: bold }
					.zcwf_lblLeft.cpT_primaryBtn:hover{
						background: linear-gradient(#02acff 0,#006be4 100%)no-repeat padding-box !important;
						box-shadow: 0 -2px 0 0  #0159b9 inset !important;
						border: 0 !important;
						color:  #fff !important;
						outline: 0 !important;
					}
					.zcwf_lblLeft .zcwf_col_fld input[ type  = text], input[ type  = password], .zcwf_lblLeft .zcwf_col_fld textarea{
						width: 60%;
						border: 1px solid  #c0c6cc !important;
						resize: vertical;
						border-radius: 2px;
						float: left;
					}
					.zcwf_lblLeft .zcwf_col_lab{
						width: 30%;
						word-break: break-word;
						padding: 0px 6px 0px;
						margin-right: 10px;
						margin-top: 5px;
						float: left;
						min-height: 1px;
					}
					.zcwf_lblLeft .zcwf_col_fld{
						float: left;
						width: 68%;
						padding: 0px 6px 0px;
						position: relative;
						margin-top: 5px;
					}
					.zcwf_lblLeft .zcwf_privacy{
						padding: 6px;
					}
					.zcwf_lblLeft .wfrm_fld_dpNn{
						display: none;
					}
					.dIB{
						display: inline-block;
					}
					.zcwf_lblLeft .zcwf_col_fld_slt{
						width: 60%;
						border: 1px solid  #ccc;
						background:  #fff;
						border-radius: 4px;
						font-size: 12px;
						float: left;
						resize: vertical;
						padding: 2px 5px;
					}
					.zcwf_lblLeft .zcwf_row:after, .zcwf_lblLeft .zcwf_col_fld:after{
						content: '';
						display: table;
						clear: both;
					}
					.zcwf_lblLeft .zcwf_col_help{
						float: left;
						margin-left: 7px;
						font-size: 12px;
						max-width: 35%;
						word-break: break-word;
					}
					.zcwf_lblLeft .zcwf_help_icon{
						cursor: pointer;
						width: 16px;
						height: 16px;
						display: inline-block;
						background:  #fff;
						border: 1px solid  #c0c6cc;
						color:  #c1c1c1;
						text-align: center;
						font-size: 11px;
						line-height: 16px;
						font-weight: bold;
						border-radius: 50%;
					}
					.zcwf_lblLeft .zcwf_row{
						margin: 15px 0px;
					}
					.zcwf_lblLeft .formsubmit{
						margin-right: 5px;
						cursor: pointer;
						color:  #313949;
						font-size: 12px;
					}
					.zcwf_lblLeft .zcwf_privacy_txt{
						width: 90%;
						color: rgb(0, 0, 0);
						font-size: 12px;
						font-family: Arial;
						display: inline-block;
						vertical-align: top;
						color:  #313949;
						padding-top: 2px;
						margin-left: 6px;
					}
					.zcwf_lblLeft .zcwf_button{
						font-size: 12px;
						color:  #313949;
						border: 1px solid  #c0c6cc;
						padding: 3px 9px;
						border-radius: 4px;
						cursor: pointer;
						max-width: 120px;
						overflow: hidden;
						text-overflow: ellipsis;
						white-space: nowrap;
					}
					.zcwf_lblLeft .zcwf_tooltip_over{
						position: relative;
					}
					.zcwf_lblLeft .zcwf_tooltip_ctn{
						position: absolute;
						background:  #dedede;
						padding: 3px 6px;
						top: 3px;
						border-radius: 4px;
						word-break: break-word;
						min-width: 100px;
						max-width: 150px;
						color:  #313949;
						z-index: 100;
					}
					.zcwf_lblLeft .zcwf_ckbox{
						float: left;
					}
					.zcwf_lblLeft .zcwf_file{
						width: 55%;
						box-sizing: border-box;
						float: left;
					}
					.cBoth:after{
						content: '';
						display: block;
						clear: both;
					}
					@media all and  (max-width: 600px){
						.zcwf_lblLeft .zcwf_col_lab, .zcwf_lblLeft .zcwf_col_fld{
							width: auto;
							float: none !important;
						}
						.zcwf_lblLeft .zcwf_col_help{
							width: 40%;
						}
					}

#crmWebToEntityForm.crmWebToEntityForm{
  background:#f5faf6 !important;color:#10231a !important;max-width:1100px !important;
  margin:0 auto !important;padding:34px !important;border:1px solid #b9d0c1 !important;
  border-radius:10px;box-shadow:0 16px 42px rgba(16,35,26,.08) !important;
  color-scheme:light;
}
#crmWebToEntityForm *{box-sizing:border-box;direction:ltr}
#crmWebToEntityForm form{
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));
  column-gap:22px;row-gap:18px;
}
#crmWebToEntityForm .zcwf_title{
  grid-column:1/-1;color:#10231a !important;font-size:28px !important;line-height:1.2;
  font-weight:800 !important;font-family:Arial,Helvetica,sans-serif !important;padding:0 0 10px !important;
}
#crmWebToEntityForm .zcwf_row{margin:0 !important;min-width:0}
#crmWebToEntityForm .zcwf_col_lab{
  width:auto !important;float:none !important;padding:0 0 7px !important;margin:0 !important;
  color:#10231a !important;font-size:14px !important;font-family:Arial,Helvetica,sans-serif !important;
}
#crmWebToEntityForm .zcwf_col_lab label{color:#10231a !important;font-size:14px !important;font-weight:700}
#crmWebToEntityForm .zcwf_col_fld{width:auto !important;float:none !important;padding:0 !important;margin:0 !important}
#crmWebToEntityForm input[type=text],
#crmWebToEntityForm input[type=email],
#crmWebToEntityForm input[type=password],
#crmWebToEntityForm input[type=tel],
#crmWebToEntityForm input[type=url],
#crmWebToEntityForm textarea,
#crmWebToEntityForm select{
  width:100% !important;min-height:48px;border:1px solid #789786 !important;
  background:#fff !important;color:#10231a !important;border-radius:6px !important;
  padding:12px 14px !important;font-size:15px !important;font-family:Arial,Helvetica,sans-serif !important;
  caret-color:#006b44 !important;-webkit-text-fill-color:#10231a !important;opacity:1 !important;
  outline:none;transition:border-color .2s,box-shadow .2s,background .2s;
}
#crmWebToEntityForm textarea{min-height:150px;resize:vertical}
#crmWebToEntityForm .zcwf_note_row{grid-column:1/-1}
#crmWebToEntityForm input:focus,
#crmWebToEntityForm textarea:focus,
#crmWebToEntityForm select:focus{
  border-color:#006b44 !important;box-shadow:0 0 0 3px rgba(0,107,68,.18) !important;
  background:#fff !important;color:#10231a !important;
}
#crmWebToEntityForm input::placeholder,
#crmWebToEntityForm textarea::placeholder{color:#52665b !important;opacity:1 !important}
#crmWebToEntityForm select option{color:#10231a !important;background:#fff !important}
#crmWebToEntityForm input:-webkit-autofill,
#crmWebToEntityForm input:-webkit-autofill:hover,
#crmWebToEntityForm input:-webkit-autofill:focus{
  -webkit-text-fill-color:#10231a !important;
  -webkit-box-shadow:0 0 0 1000px #fff inset !important;
  box-shadow:0 0 0 1000px #fff inset !important;
}
#crmWebToEntityForm .formsubmit.zcwf_button{
  color:#fff !important;background:#006b44 !important;border:1px solid #006b44 !important;
  padding:14px 24px !important;min-height:48px;border-radius:5px !important;
  max-width:none !important;font-size:15px !important;font-weight:800;cursor:pointer;
}
#crmWebToEntityForm .formsubmit.zcwf_button:hover,
#crmWebToEntityForm .formsubmit.zcwf_button:focus-visible{background:#005436 !important}
#crmWebToEntityForm input[type=reset].zcwf_button{
  background:#fff !important;color:#006b44 !important;border:1px solid #006b44 !important;
  padding:13px 18px !important;min-height:48px;border-radius:5px !important;
  max-width:none !important;font-size:14px !important;margin-left:10px;
}
#crmWebToEntityForm input[type=reset].zcwf_button:hover,
#crmWebToEntityForm input[type=reset].zcwf_button:focus-visible{
  background:#eaf5ed !important;color:#005436 !important;border-color:#005436 !important;
}
#crmWebToEntityForm .zcwf_col_help{display:none}
#crmWebToEntityForm .zcwf_row:last-of-type{grid-column:1/-1;margin-top:4px !important}
#crmWebToEntityForm .zcwf_row:last-of-type .zcwf_col_fld{display:flex;align-items:center}
#crmWebToEntityForm .zcwf_privacy_txt{color:#3f5147 !important}
#crmWebToEntityForm button:focus-visible,
#crmWebToEntityForm input:focus-visible,
#crmWebToEntityForm select:focus-visible,
#crmWebToEntityForm textarea:focus-visible{outline:3px solid rgba(0,107,68,.28) !important;outline-offset:2px !important}
@media(max-width:760px){
  #crmWebToEntityForm.crmWebToEntityForm{padding:24px 18px !important}
  #crmWebToEntityForm form{grid-template-columns:1fr}
  #crmWebToEntityForm .zcwf_title{font-size:24px !important}
  #crmWebToEntityForm .zcwf_note_row,
  #crmWebToEntityForm .zcwf_row:last-of-type{grid-column:auto}
  #crmWebToEntityForm .zcwf_row:last-of-type .zcwf_col_fld{flex-direction:column;align-items:stretch;gap:10px}
  #crmWebToEntityForm input[type=reset].zcwf_button{margin-left:0}
}
