/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 11 2025 | 23:12:31 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#gform_fields_10 .ginput_container_address .address_line_1 {
    margin-bottom: 20px;
}

#gform_10 .gform_page_footer.top_label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#gform_10 .gsection_title {
    color: #4A8B40;
    font-family: "Cabin", Verdana, Arial, sans-serif;
    text-transform: none;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.68px;
}

#gform_10 .gfield--type-section {
    border: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#gform_10 .gform_next_button {
    padding-bottom: 12px !important;
	transition: all .3s ease !important; 
}

#gform_10 .gform_save_link {
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .3s ease !important; 
}

#gform_10 .gform_save_link svg path {
	fill: #f1eee6;
}

#gform_10 .gform_save_link:hover svg path {
	fill: #1e2f29;
}

#gform_10 .gf_progressbar_percentage {
    background-color: #4A8B40 !important;
	color: #f1eee6 !important;
}
