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

.ginput_container input[type=text], .ginput_container input[type=tel], .ginput_container input[type=email], .ginput_container textarea.textarea {
	padding: .625rem!important;
	font-size: var(--text-base)!important;
	min-height: 3rem!important;
	background-color: transparent !important;
	border-radius: 0.3125rem !important;
	border: .125rem solid var(--color-plum) !important;
}

.gfield input:focus,
.gfield textarea:focus,
.gfield select:focus,
.gform_button:focus {
	outline: none !important;
	box-shadow: none !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;
}

.gfield_required_text {
	display: none !important;
}

.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: 1.25rem 1.5rem !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 .125rem var(--color-cream) !important;
}

footer .ginput_container input[type=email], .call-to-action .ginput_container input[type=email] {
	border: 2px solid var(--color-cream) !important;
	color: var(--color-cream) !important;
	padding-top: 1.7rem !important;
	padding-bottom: 1.7rem !important;
    margin-top: 0.3rem;
}

.call-to-action.background-blue .ginput_container input[type=email] {
	border: 2px solid var(--color-green) !important;
	color: var(--color-green) !important;
}

.call-to-action.background-blue .gform-button {
	color: var(--color-blue) !important;
}

.call-to-action.background-green .ginput_container input[type=email] {
	border: 2px solid var(--color-saffron) !important;
	color: var(--color-saffron) !important;
}

.call-to-action.background-green .gform-button {
	color: var(--color-green) !important;
	background-color: var(--color-saffron) !important;
}


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

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

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

