.gform_wrapper ul {
	margin: 0 !important;
	padding: 0 !important;
	list-style-type: none !important;
}

.gform_wrapper .gsection:not(first-child) {
	margin-top: 40px;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper .ginput_container_product_price input,
.gform_wrapper .StripeElement {
	font-size: 18px !important;
	padding: 15px 10px !important;
	background: unset !important;
	background-color: #fbfcfb !important;
	border: 1px solid #e5e6e5 !important;
	border-radius: 3px;
	height: unset !important;
	box-shadow: none !important;
}

.gform_wrapper input[type="text"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper .ginput_container_product_price input,
.gform_wrapper .StripeElement {
	height: 58px !important;
}

.gform_wrapper select .gf_placeholder {
	color: #a7a8a7 !important;
}

.gform_wrapper label,
.gform_wrapper legend {
	font-size: 12px !important;
	margin-bottom: 2px !important;
}

.gform_wrapper .large-label label,
.gform_wrapper .large-label legend
 {
	font-size: 1em !important;
	margin-bottom: 5px !important;
}

.dark-form .gform_wrapper label,
.dark-form .gform_wrapper legend {
	color: #FFFFFF;
}

fieldset legend {
	padding-top: 6px !important
}

.gform_wrapper .gfield_description {
	padding-bottom: 8px !important;
}

.gform_wrapper .gfield_description,
.gform_wrapper .gfield-choice-input+label,
.gform_wrapper .gfield_consent_label,
.gform_wrapper .gfield_total label,
.gform_wrapper .gfield_shipping label {
	font-size: 16px !important;
}

.gform_wrapper .gchoice,
.gform_wrapper .ginput_container_consent {
	margin-bottom: 16px !important;
}

.gfrowm_wrapper .gchoice:last-child {
	margin-bottom: 5px !important;
}

.gform_wrapper .gchoice label,
.gform_wrapper .ginput_container_consent label {
	display: flex !important;
	align-items: flex-start;	
}

.gform_wrapper .gchoice input,
.gform_wrapper .ginput_container_consent input {
	display: none !important;
}

.gform_wrapper .gchoice input+label:before,
.gform_wrapper .ginput_container_consent input+label:before {
	display: flex;
	justify-content: center;
	align-items: center;
	content: "";
	min-width: 23px;
	min-height: 23px;
	max-width: 23px;
	max-height: 23px;
	border: .5px solid #434343;
	border-radius: 10%;
	background-color: #fbfcfb;
	margin-right: 10px;
	transition-duration: 200ms;
}

.gform_wrapper .gfield_radio .gchoice input+label:before {
	border-radius: 50%;
}

.gform_wrapper .gfield_radio .gchoice input:checked+label:before,
.gform_wrapper .ginput_container_consent input:checked+label:before {
	background: radial-gradient(#1f3262 50%, rgba(255, 0, 0, 0) 51%);
}

.gform_wrapper .gfield_checkbox .gchoice input:checked+label:before,
.gform_wrapper .ginput_container_consent input:checked+label:before {
	content: "✓";
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1f3262;
	text-align: center;
}

.gform_wrapper .gfield-choice input+label,
.gform_wrapper .ginput_container_consent input+label {
	max-width: 100% !important;
}

.gform_wrapper .gfield_checkbox,
.gform_wrapper .ginput_container_consent {
	margin-top: 9px;
}

.gform_body .gchoice,
.gform_wrapper .ginput_container_consent {
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}

.gform_wrapper .gsection_description {
	margin-top: 10px !important;
	margin-bottom: 0px !important;
	padding: 0 !important;
}

div[id^="gf_coupons_container_"] {
	display: flex;
}

.gform_wrapper .gfield_price .ginput_container_total input {
	background-color: transparent !important;
	border: 0 !important;
}

.gform_wrapper .gfield_total input {
	font-size: 24px !important;
}

.gform_wrapper .ginput_container_date {
	max-width: 100% !important;
	flex-grow: 1;
}

/* input[type="button"],
input[type="submit"] {
	background-color: rgba(180,30,55,.9) !important;
	color: #FFFFFF !important;
	border: 0 !important;
	padding: 15px 20px !important;
	transition-duration: 200ms;
	text-transform: uppercase;
	font-weight: bold !important;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: rgba(180,30,55, 1) !important;
} */

.gform_wrapper .gfield_signature_container,
.gform_wrapper .gfield_signature_container canvas {
	width: 100% !important;
}

.gform_wrapper .gform_confirmation_wrapper {
	border: 1px solid #eeeeee;
    background-color: transparent;
    padding: 10px;
    font-size: .95rem;
}

[id^="gform_multifile_messages_"] {
	display: none;
}

/* Form Assembly Styling */

.wFormContainer input[type="radio"],
.wFormContainer input[type="checkbox"] {
	height: 16px !important;
	width: 16px !important;
	margin-top: 5px !important;
	margin-bottom: 0 !important;
}

.wFormContainer .oneChoice {
	display: flex !important;
	align-items: flex-start !important;
}

/* WELCOME WEEK FORM STYLING */

.ww-form-style input[type="text"],
.ww-form-style textarea {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    border-bottom: 2px solid #1e3261 !important;
    padding: 0 !important;
	font-size: 18px !important;
	line-height: 24px !important;
	height: unset !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	vertical-align: middle !important;
}

.ww-form-style textarea {
	height: 68px !important;
}