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

/* Required elements */


body .el-gform .gform_heading .gform_required_legend {
	font-family: var(--e-global-typography-559fb21-font-family), Sans-serif;
    font-size: var(--e-global-typography-559fb21-font-size);
    font-weight: var(--e-global-typography-559fb21-font-weight);
    line-height: var(--e-global-typography-559fb21-line-height);
    letter-spacing: var(--e-global-typography-559fb21-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-559fb21-font-family), Sans-serif;
    font-size: var(--e-global-typography-559fb21-font-size);
    font-weight: var(--e-global-typography-559fb21-font-weight);
    line-height: var(--e-global-typography-559fb21-line-height);
    letter-spacing: var(--e-global-typography-559fb21-letter-spacing);
    color: var(--e-global-color-secondary);
}

body .el-gform .gfield_required_text {
	font-family: var(--e-global-typography-559fb21-font-family), Sans-serif;
    font-size: var(--e-global-typography-559fb21-font-size);
    font-weight: var(--e-global-typography-559fb21-font-weight);
    line-height: var(--e-global-typography-559fb21-line-height);
    letter-spacing: var(--e-global-typography-559fb21-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-8f9e825-font-family), Sans-serif;
    font-size: var(--e-global-typography-8f9e825-font-size);
    font-weight: var(--e-global-typography-8f9e825-font-weight);
    text-transform: var(--e-global-typography-8f9e825-text-transform);
    line-height: var(--e-global-typography-8f9e825-line-height);
    letter-spacing: var(--e-global-typography-8f9e825-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-52d6dcb-font-family), Sans-serif;
    font-size: var(--e-global-typography-52d6dcb-font-size);
    font-weight: var(--e-global-typography-52d6dcb-font-weight);
    line-height: var(--e-global-typography-52d6dcb-line-height);
    letter-spacing: var(--e-global-typography-52d6dcb-letter-spacing);
    color: var(--e-global-color-primary);
	border: 3px solid var(--e-global-color-accent);
	border-radius: 10px;
	padding: 0.75rem!important;
	background-color: var(--e-global-color-ac9b891);
	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: rgba(130, 0, 36, 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-color: var(--e-global-color-primary);
}

/* file uploads */
body .el-gform .gform_wrapper .gform_drop_area {
	border: 3px;
	border-style: dashed;
	border-color: var(--e-global-color-accent);
	border-radius: 10px;
	background-color: transparent;
	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 {
	font-family: var(--e-global-typography-52d6dcb-font-family), Sans-serif;
    font-size: var(--e-global-typography-52d6dcb-font-size);
    font-weight: var(--e-global-typography-52d6dcb-font-weight);
    line-height: var(--e-global-typography-52d6dcb-line-height);
    letter-spacing: var(--e-global-typography-52d6dcb-letter-spacing);
	color: var(--e-global-color-primary);
}

body .el-gform .gform_wrapper .ginput_container_fileupload .gform_drop_area button.gform_button_select_files {
	font-family: var(--e-global-typography-8b2fb2a-font-family), Sans-serif;
    font-size: var(--e-global-typography-8b2fb2a-font-size);
    font-weight: var(--e-global-typography-8b2fb2a-font-weight);
    text-transform: var(--e-global-typography-8b2fb2a-text-transform);
    line-height: var(--e-global-typography-8b2fb2a-line-height);
    letter-spacing: var(--e-global-typography-8b2fb2a-letter-spacing);
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-primary);
    border: none;
    border-radius: 100px 100px 100px 100px;
    padding: 10px 22px 10px 22px;
	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);
	color: var(--e-global-color-primary);
}

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: center;
}

body .el-gform .gform_wrapper .gform_footer input.gform_button.button,
body .el-gform .gform_wrapper .gform_footer input[type=submit].gform_button.button {
	background-color: var(--e-global-color-accent);
    font-family: var(--e-global-typography-8b2fb2a-font-family), Sans-serif;
    font-size: var(--e-global-typography-8b2fb2a-font-size);
    font-weight: var(--e-global-typography-8b2fb2a-font-weight);
    text-transform: var(--e-global-typography-8b2fb2a-text-transform);
    line-height: var(--e-global-typography-8b2fb2a-line-height);
    letter-spacing: var(--e-global-typography-8b2fb2a-letter-spacing);
    color: var(--e-global-color-primary);
    border: 3px solid var(--e-global-color-primary);
    border-radius: 100px 100px 100px 100px;
    padding: 10px 22px 10px 22px;
	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 {
	color: var(--e-global-color-accent);
	background-color: var(--e-global-color-primary);
}

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