body .el-gform .gform-theme--foundation .gform_fields {
	grid-row-gap: 20px;
}

/* Required elements 
body .el-gform .gform_heading .gform_required_legend {
	display: none;
}*/

body .el-gform .gform_heading .gform_required_legend {
	font-family: var(--e-global-typography-94a8e27-font-family), Sans-serif;
    font-size: var(--e-global-typography-94a8e27-font-size);
    font-weight: var(--e-global-typography-94a8e27-font-weight);
    line-height: var(--e-global-typography-94a8e27-line-height);
    letter-spacing: var(--e-global-typography-94a8e27-letter-spacing);
	color: var(--e-global-color-text);
}

body .el-gform .gfield_required_asterisk,
body .el-gform .gform_heading .gfield_required_asterisk {
	font-family: var(--e-global-typography-351e072-font-family), Sans-serif;
    font-size: var(--e-global-typography-351e072-font-size);
    font-weight: var(--e-global-typography-351e072-font-weight);
    line-height: var(--e-global-typography-351e072-line-height);
    letter-spacing: var(--e-global-typography-351e072-letter-spacing);
    color: var(--e-global-color-text);
}

body .el-gform .gfield_required_text {
	font-family: var(--e-global-typography-94a8e27-font-family), Sans-serif;
    font-size: var(--e-global-typography-94a8e27-font-size);
    font-weight: var(--e-global-typography-94a8e27-font-weight);
    line-height: var(--e-global-typography-94a8e27-line-height);
    letter-spacing: var(--e-global-typography-94a8e27-letter-spacing);
	color: var(--e-global-color-accent);
}

/* Field labels */
body .el-gform .gform_wrapper .gform-field-label:not(.gform-field-label--type-sub, .gform-field-label--type-inline) {
    font-family: var(--e-global-typography-351e072-font-family), Sans-serif;
    font-size: var(--e-global-typography-351e072-font-size);
    font-weight: var(--e-global-typography-351e072-font-weight);
    line-height: var(--e-global-typography-351e072-line-height);
    letter-spacing: var(--e-global-typography-351e072-letter-spacing);
    color: var(--e-global-color-text);
}

body .el-gform .gform_wrapper .gform-field-label--type-sub {
	display: none;
}

body .el-gform .gform_wrapper .gfield_description {
	font-family: var(--e-global-typography-27332f5-font-family), Sans-serif;
    font-size: var(--e-global-typography-27332f5-font-size);
    font-weight: var(--e-global-typography-27332f5-font-weight);
    line-height: var(--e-global-typography-27332f5-line-height);
    letter-spacing: var(--e-global-typography-27332f5-letter-spacing);
	color: var( --e-global-color-text );
}

/* Field inputs */
body .el-gform .gform_wrapper .ginput_container_text input,
body .el-gform .gform_wrapper .ginput_container_email input,
body .el-gform .gform_wrapper .ginput_container_phone input,
body .el-gform .gform_wrapper .ginput_container_date input,
body .el-gform .gform_wrapper .name_first input,
body .el-gform .gform_wrapper .name_last input,
body .el-gform .gform_wrapper .ginput_container_address input,
body .el-gform .gform_wrapper .ginput_container_address select,
body .el-gform .gform_wrapper .gfield--input-type-select select,
body .el-gform .gform_wrapper .ginput_container_textarea textarea {
	block-size: unset!important;
	font-family: var(--e-global-typography-94a8e27-font-family), Sans-serif;
    font-size: var(--e-global-typography-94a8e27-font-size);
    font-weight: var(--e-global-typography-94a8e27-font-weight);
    line-height: var(--e-global-typography-94a8e27-line-height);
    letter-spacing: var(--e-global-typography-94a8e27-letter-spacing);
    color: var(--e-global-color-text);
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: var(--e-global-color-9b0bd99);
	border-radius: 0;
	padding: 0.75rem 0!important;
	background-color: transparent;
	box-shadow: none;
	width: 100%;
}

body .el-gform .gform_wrapper .ginput_container_text input::placeholder,
body .el-gform .gform_wrapper .ginput_container_email input::placeholder,
body .el-gform .gform_wrapper .ginput_container_phone input::placeholder,
body .el-gform .gform_wrapper .ginput_container_date input::placeholder,
body .el-gform .gform_wrapper .name_first input::placeholder,
body .el-gform .gform_wrapper .name_last input::placeholder,
body .el-gform .gform_wrapper .ginput_container_address input::placeholder,
body .el-gform .gform_wrapper .ginput_container_address select::placeholder,
body .el-gform .gform_wrapper .gfield--input-type-select select::placeholder,
body .el-gform .gform_wrapper .ginput_container_textarea textarea::placeholder {
	color: var(--e-global-color-9b0bd99);
}

body .el-gform .gform_wrapper .ginput_container_textarea textarea {
	block-size: 6rem!important;
}

body .el-gform .gform_wrapper .ginput_container_text input:focus,
body .el-gform .gform_wrapper .ginput_container_email input:focus,
body .el-gform .gform_wrapper .ginput_container_phone input:focus,
body .el-gform .gform_wrapper .ginput_container_date input:focus,
body .el-gform .gform_wrapper .name_first input:focus,
body .el-gform .gform_wrapper .name_last input:focus,
body .el-gform .gform_wrapper .ginput_container_address input:focus,
body .el-gform .gform_wrapper .ginput_container_address select:focus,
body .el-gform .gform_wrapper .gfield--input-type-select select:focus,
body .el-gform .gform_wrapper .ginput_container_textarea textarea:focus {
	border-color: var(--e-global-color-primary);
}

/* Date Field */
body .el-gform .gform_wrapper .ginput_container_date {
	width: auto;
}

body .el-gform .gform_wrapper .ginput_container_date input {
	width: auto;
	min-width: 140px;
}

/* checkboxes */
body .el-gform .gform_wrapper .ginput_container_checkbox .gfield_checkbox div {
	align-items: center;
}

body .el-gform .gform_wrapper .ginput_container_checkbox input {
	border: 3px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
	height: 25px;
	width: 25px;
}

body .el-gform .gform_wrapper .ginput_container_checkbox input:focus {
	border-color: var(--e-global-color-primary);
}

body .el-gform .gform_wrapper .ginput_container_checkbox input::before {
	font-size: 1.25rem;
	color: var(--e-global-color-accent);
}

body .el-gform .gform_wrapper .ginput_container_checkbox label {
	font-family: var(--e-global-typography-08f8f8c-font-family), Sans-serif;
    font-size: var(--e-global-typography-08f8f8c-font-size);
    font-weight: var(--e-global-typography-08f8f8c-font-weight);
    line-height: var(--e-global-typography-08f8f8c-line-height);
    letter-spacing: var(--e-global-typography-08f8f8c-letter-spacing);
	color: rgba(21, 83, 68, 0.4);
}

/* file uploads */
body .el-gform .gform_wrapper .gform_drop_area {
	border: 3px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	background-color: rgba(255, 255, 255, 0.1);
	box-shadow: none;
}

body .el-gform .gform_wrapper .gform_drop_area::before {
	color: var(--e-global-color-primary);
}

body .el-gform .gform_wrapper .gform_drop_area .gform_drop_instructions {
	color: var(--e-global-color-primary);
	font-family: var(--e-global-typography-08f8f8c-font-family), Sans-serif;
    font-size: var(--e-global-typography-08f8f8c-font-size);
    font-weight: var(--e-global-typography-08f8f8c-font-weight);
    line-height: var(--e-global-typography-08f8f8c-line-height);
    letter-spacing: var(--e-global-typography-08f8f8c-letter-spacing);
    color: rgba(21, 83, 68, 0.4)!important;
}

body .el-gform .gform_wrapper .ginput_container_fileupload .gform_drop_area button.gform_button_select_files {
	font-family: var(--e-global-typography-35ff009-font-family), Sans-serif;
    font-size: var(--e-global-typography-35ff009-font-size);
    font-weight: var(--e-global-typography-35ff009-font-weight);
    text-transform: var(--e-global-typography-35ff009-text-transform);
    line-height: var(--e-global-typography-35ff009-line-height);
    letter-spacing: var(--e-global-typography-35ff009-letter-spacing);
    color: var(--e-global-color-704ec20);
    background-color: var(--e-global-color-primary);
    border: none;
    border-radius: 10px;
    padding: 12px 24px;
	block-size: auto;
	box-shadow: none;
}

body .el-gform .gform_wrapper .ginput_container_fileupload .gform_drop_area .gform_button_select_files:hover {
	background-color: var(--e-global-color-accent);
}

body .el-gform .gform_wrapper .gfield_fileupload_progress .gfield_fileupload_progressbar_progress {
	background-color: var(--e-global-color-primary);
}

/* Submit Button */
body .el-gform .gform_wrapper .gform_footer {
	justify-content: flex-start;
}

body .el-gform .gform_wrapper .gform_footer input.gform_button.button,
body .el-gform .gform_wrapper .gform_footer input[type=submit].gform_button.button {
	font-family: var(--e-global-typography-27332f5-font-family), Sans-serif;
    font-size: var(--e-global-typography-27332f5-font-size);
    font-weight: var(--e-global-typography-27332f5-font-weight);
    line-height: 0;
    letter-spacing: var(--e-global-typography-27332f5-letter-spacing);
    color: #000;
    background-color: var(--e-global-color-secondary);
    border: none;
    border-radius: 20px;
    padding: 12px 24px 16px;
	block-size: auto;
	box-shadow: none;
}

body .el-gform .gform_wrapper .gform_footer input.gform_button.button:hover,
body .el-gform .gform_wrapper .gform_footer input[type=submit].gform_button.button:hover {
	background-color: var(--e-global-color-accent);
}

/* confirmation message */
body .el-gform .gform_confirmation_message {
	text-align: center!important;
	font-weight: 600!important;
	color: var( --e-global-color-primary )!important;
	font-size: 2rem;
	padding: 40px 0;
}

/* remove focus outline. Do this if there is another visual indication that the field is selected. */
body .el-gform .gform_wrapper .ginput_container_text input:focus,
body .el-gform .gform_wrapper .ginput_container_email input:focus,
body .el-gform .gform_wrapper .ginput_container_phone input:focus,
body .el-gform .gform_wrapper .ginput_container_date input:focus,
body .el-gform .gform_wrapper .name_first input:focus,
body .el-gform .gform_wrapper .name_last input:focus,
body .el-gform .gform_wrapper .ginput_container_address input:focus,
body .el-gform .gform_wrapper .ginput_container_address select:focus,
body .el-gform .gform_wrapper .gfield--input-type-select select:focus,
body .el-gform .gform_wrapper .ginput_container_textarea textarea:focus,
body .el-gform .gform_wrapper .ginput_container_checkbox input,
body .el-gform .gform_wrapper .gform_footer input.gform_button.button:focus,
body .el-gform .gform_wrapper .gform_footer input[type=submit].gform_button.button:focus {
	outline: none!important;
}

/* el-gform--dark */
body .el-gform.el-gform--dark .gform_heading .gform_required_legend {
	color: #000;
}

body .el-gform.el-gform--dark .gfield_required_text {
	color: #000;
}

body .el-gform.el-gform--dark .gfield_required_asterisk,
body .el-gform.el-gform--dark .gform_heading .gfield_required_asterisk {
	color: #000;
}
body .el-gform.el-gform--dark .gform_wrapper .gform-field-label:not(.gform-field-label--type-sub, .gform-field-label--type-inline) {
	color: #000;
}

body .el-gform.el-gform--dark .gform_wrapper .ginput_container_email input {
	border-color: #000;
	color: #000;
}

body .el-gform.el-gform--dark .gform_wrapper .ginput_container_email input::placeholder {
	color: #000;
}

body .el-gform.el-gform--dark .gform_wrapper .ginput_container_email input:focus {
	border-color: #000;
}

body .el-gform.el-gform--dark .gform_wrapper .gform_footer input.gform_button.button,
body .el-gform.el-gform--dark .gform_wrapper .gform_footer input[type=submit].gform_button.button {
	color: var(--e-global-color-text);
	background-color: #000;
}

body .el-gform.el-gform--dark .gform_wrapper .gform_footer input.gform_button.button:hover,
body .el-gform.el-gform--dark .gform_wrapper .gform_footer input[type=submit].gform_button.button:hover {
	background-color: var(--e-global-color-f924b0f);
}

body .el-gform.el-gform--dark .gform_confirmation_message {
	color: #000!important;
}

/* Radio button buttons */
/* Scope everything to the radio field you tagged with 'button-options' */
.gfield.button-options .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;               /* space between “buttons” */
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Reset LI spacing */
.gfield.button-options .gchoice {
  margin: 0;
}

/* Visually hide the radios but keep them focusable & accessible */
.gfield.button-options input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  overflow: hidden !important;
  pointer-events: none !important;
}

/* Make labels look/behave like buttons */
.gfield.button-options label {
	display: inline-block;
	padding: 0.4rem 1.5rem 0.6rem;
	border: 1px solid var(--e-global-color-text);
	font: inherit;
	line-height: 1;
	cursor: pointer;
	user-select: none;
	transition: background-color .2s, color .2s, border-color .2s, transform .06s;
	background: transparent;
	color: var(--e-global-color-text);
	margin-inline-start: 0;
}

/* Hover/active feedback */
.gfield.button-options label:hover {
	color: #000;
	border-color: #000;
}

/* different colors */
.gfield.button-options .gfield_radio .gchoice:nth-child(1) label:hover { background: var(--e-global-color-secondary); }
.gfield.button-options .gfield_radio .gchoice:nth-child(2) label:hover { background: var(--e-global-color-f924b0f); }
.gfield.button-options .gfield_radio .gchoice:nth-child(3) label:hover { background: var(--e-global-color-accent); }
.gfield.button-options .gfield_radio .gchoice:nth-child(4) label:hover { background: var(--e-global-color-primary); }

/* Selected state — when the hidden radio is checked */
.gfield.button-options input[type="radio"]:checked + label {
	color: #000;
	border-color: #000;
}

.gfield.button-options .gfield_radio .gchoice:nth-child(1) input[type="radio"]:checked + label { background: var(--e-global-color-secondary); }
.gfield.button-options .gfield_radio .gchoice:nth-child(2) input[type="radio"]:checked + label { background: var(--e-global-color-f924b0f); }
.gfield.button-options .gfield_radio .gchoice:nth-child(3) input[type="radio"]:checked + label { background: var(--e-global-color-accent); }
.gfield.button-options .gfield_radio .gchoice:nth-child(4) input[type="radio"]:checked + label { background: var(--e-global-color-primary); }

/* Keyboard focus ring (when the hidden radio has focus) */
.gfield.button-options input[type="radio"]:focus-visible + label {
	outline: 3px solid var(--btn-focus, Highlight);
	outline-offset: 2px;
}

/* Disabled choice styling (optional) */
.gfield.button-options input[type="radio"]:disabled + label {
	opacity: .5;
	cursor: not-allowed;
}