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-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: 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-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: var(--e-global-color-bc0a96e);
}

body .el-gform .gfield_required_text {
	font-family: var(--e-global-typography-735f590-font-family), Sans-serif;
    font-size: var(--e-global-typography-735f590-font-size);
    font-weight: var(--e-global-typography-735f590-font-weight);
    text-transform: var(--e-global-typography-735f590-text-transform);
    line-height: var(--e-global-typography-735f590-line-height);
    letter-spacing: var(--e-global-typography-735f590-letter-spacing);
	color: var(--e-global-color-85af56a);
}

/* 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-0d1f198-font-family), Sans-serif;
    font-size: var(--e-global-typography-0d1f198-font-size);
	font-weight: 500;
    text-transform: var(--e-global-typography-0d1f198-text-transform);
    line-height: var(--e-global-typography-0d1f198-line-height);
    letter-spacing: var(--e-global-typography-0d1f198-letter-spacing);
    word-spacing: var(--e-global-typography-0d1f198-word-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 {
	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 .ginput_container_select select,
body .el-gform .gform_wrapper .ginput_container_textarea textarea {
	block-size: unset!important;
	font-family: var(--e-global-typography-b05d05e-font-family), Sans-serif;
    font-size: var(--e-global-typography-b05d05e-font-size);
	font-weight: 300;
    line-height: var(--e-global-typography-b05d05e-line-height);
    letter-spacing: var(--e-global-typography-b05d05e-letter-spacing);
    word-spacing: var(--e-global-typography-b05d05e-word-spacing);
    color: var(--e-global-color-text);
	border: 2px solid var(--e-global-color-primary);
	border-radius: 0;
	padding: 0.75rem 1.375rem!important;
	background-color: var(--e-global-color-primary);
	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 .ginput_container_select select:has(option.gf_placeholder:checked), /* dropdown placeholder */
body .el-gform .gform_wrapper .ginput_container_select select:has(option[value=""]:checked), /* dropdown placeholder */
body .el-gform .gform_wrapper .ginput_container_textarea textarea::placeholder {
	
}

#gform_wrapper_6 #input_6_7:has(option.gf_placeholder:checked),
#gform_wrapper_6 #input_6_7:has(option[value=""]:checked) {
  color: rgba(21, 83, 68, 0.4);
}

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-bottom-color: var(--e-global-color-text);
}

/* 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-ce0603b-font-family), Sans-serif;
    font-size: var(--e-global-typography-ce0603b-font-size);
    text-transform: var(--e-global-typography-ce0603b-text-transform);
    line-height: var(--e-global-typography-ce0603b-line-height);
    letter-spacing: var(--e-global-typography-ce0603b-letter-spacing);
    word-spacing: var(--e-global-typography-ce0603b-word-spacing);
    color: var(--e-global-color-primary);
    background-color: var(--e-global-color-secondary);
    border-radius: 100px 100px 100px 100px;
    padding: 14px 20px 14px 20px;
	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-text);
}

/* confitrmation 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;
}