/******/
/*** GRAVITY FORMS ***/
/******/

.ginput_container input[type=text], .ginput_container input[type=email], .ginput_container textarea.textarea {
	padding: .625rem!important;
	font-size: var(--text-base)!important;
	min-height: 2rem!important;
}

.section-comments form textarea, .section-comments form input {
	padding: .625rem;!important;
	font-size: var(--text-base)!important;
	border: none;
}

.gform_footer input.gform_button, input[type=password], form.post-password-form input[type=submit], .section-comments form input[type=submit] {
	font-size: var(--text-base)!important;
	border-radius: var(--radius-small)!important;
	padding: .75rem!important;
}

.gform-theme--foundation .gfield textarea.medium, .section-comments form textarea {
	min-height: 10rem!important;
}

.section-comments form input:not(p.comment-form-cookies-consent input, .section-comments form input[type=submit]) {
	width: 100%;
}

.section-comments form textarea, .section-comments form input:not(p.comment-form-cookies-consent input) {
	max-width: calc(100% - 3rem);
	border-radius: var(--radius-small);
}

.section-comments form label:not(p.comment-form-cookies-consent label, label.gform-field-label--type-inline) {
	width: 100%;
	float: left;
}

.gform-footer {
	display: flex !important;
	justify-content: center !important;
	padding-top: 2rem;
}

.gform_button, .gform-button {
	background-color: var(--color-green) !important;
	color: var(--color-cream) !important;
	padding: .375rem .75rem !important;
	font-family: "bree", sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
	letter-spacing: 0.125rem !important;
}

footer .gform-button {
	background-color: transparent !important;
	color: var(--color-cream) !important;
	border: solid .0625rem var(--color-cream) !important;
	border-radius: 1.5rem!important;
}

footer .ginput_container input[type=email] {
	border: 2px solid var(--color-white) !important;
	color: #000000 !important;
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
    margin-top: 0.3rem;
}

.background-navy .ginput_container input[type=email] {
	border: .125rem solid var(--color-white) !important;
	color: #000000 !important;
	border-radius: 1.5rem;
}

.background-navy .gform-button {
	color: var(--color-white) !important;
	background-color: var(--color-navy) !important;
	border: .125rem solid var(--color-white) !important;
}


#gform_fields_1 {
	align-items: center !important;
}

.gfield-choice-input[type="radio"] {
	background-color: var(--color-white) !important;
	border-color: var(--color-navy) !important;
}

.gfield-choice-input[type="radio"]::before {
	background-color: var(--color-navy) !important;
}

.gform-theme--foundation .gform_footer {
	justify-content: flex-start!important;
}
