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-4c4ed4f-font-family), Sans-serif;
    font-size: var(--e-global-typography-4c4ed4f-font-size);
    font-weight: var(--e-global-typography-4c4ed4f-font-weight);
    line-height: var(--e-global-typography-4c4ed4f-line-height);
    letter-spacing: var(--e-global-typography-4c4ed4f-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-4c4ed4f-font-family), Sans-serif;
    font-size: var(--e-global-typography-4c4ed4f-font-size);
    font-weight: var(--e-global-typography-4c4ed4f-font-weight);
    line-height: var(--e-global-typography-4c4ed4f-line-height);
    letter-spacing: var(--e-global-typography-4c4ed4f-letter-spacing);
	color: var(--e-global-color-primary);
}

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

/* 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-b8a06e5-font-family), Sans-serif;
    font-size: var(--e-global-typography-b8a06e5-font-size);
    font-weight: var(--e-global-typography-b8a06e5-font-weight);
    line-height: var(--e-global-typography-b8a06e5-line-height);
    letter-spacing: var(--e-global-typography-b8a06e5-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 {
	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-b8a06e5-font-family), Sans-serif;
    font-size: var(--e-global-typography-b8a06e5-font-size);
    font-weight: var(--e-global-typography-b8a06e5-font-weight);
    line-height: var(--e-global-typography-b8a06e5-line-height);
    letter-spacing: var(--e-global-typography-b8a06e5-letter-spacing);
    color: var(--e-global-color-text);
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-style: solid;
	border-color: var(--e-global-color-secondary);
	padding: 0.75rem 0!important;
	background-color: var(--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-secondary);
}

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: 2px;
	border-style: solid;
	border-color: var(--e-global-color-secondary);
	border-radius: 0;
	background-color: var(--color-transparent);
	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-primary);
}

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

/* 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-588ab31-font-family), Sans-serif;
    font-size: var(--e-global-typography-588ab31-font-size);
    font-weight: var(--e-global-typography-588ab31-font-weight);
    text-transform: var(--e-global-typography-588ab31-text-transform);
    line-height: var(--e-global-typography-588ab31-line-height);
    letter-spacing: var(--e-global-typography-588ab31-letter-spacing);
    color: var(--color-white);
    background-color: var(--e-global-color-primary);
    border: none;
    border-radius: 0;
    padding: 12px 24px;
	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;
}