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

/* 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-2676106);
	display: none;
}

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-accent);
}

body .el-gform .gfield_required_text,
body .el-gform .gfield_required_custom {
	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-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-e50aeef-font-family), Sans-serif;
    font-size: var(--e-global-typography-e50aeef-font-size);
    font-weight: var(--e-global-typography-e50aeef-font-weight);
    text-transform: var(--e-global-typography-e50aeef-text-transform);
    line-height: var(--e-global-typography-e50aeef-line-height);
    letter-spacing: var(--e-global-typography-e50aeef-letter-spacing);
    color: var(--e-global-color-2676106);
}

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-e50aeef-font-family), Sans-serif;
    font-size: var(--e-global-typography-e50aeef-font-size);
    font-weight: var(--e-global-typography-e50aeef-font-weight);
    text-transform: var(--e-global-typography-e50aeef-text-transform);
    line-height: var(--e-global-typography-e50aeef-line-height);
    letter-spacing: var(--e-global-typography-e50aeef-letter-spacing);
    color: var(--e-global-color-text);
	padding: 0.75rem!important;
	background-color: var(--e-global-color-2676106);
	border: none;
	border-radius: 0;
	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 {

}

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

/* 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: none;
	border-radius: 0;
	background-color: #fff;
	box-shadow: none;
	height: 36px;
	width: 36px;
}



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

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


/* 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-2676106);
    font-family: var(--e-global-typography-655362d-font-family), Sans-serif;
    font-size: var(--e-global-typography-655362d-font-size);
    font-weight: var(--e-global-typography-655362d-font-weight);
    text-transform: var(--e-global-typography-655362d-text-transform);
    line-height: var(--e-global-typography-655362d-line-height);
    letter-spacing: var(--e-global-typography-655362d-letter-spacing);
    color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    border-radius: 100px 100px 100px 100px;
    padding: 0.8em 2em 0.8em 2em;
	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-2676106);
	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-2676106 )!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;
}