/* HubSpot Gen Contact Form as of January 2026 */

.hs-gen-contact {
	max-width: 550px; 
	margin: auto !important; 
	padding-bottom: 36px; 
}

.hs-gen-contact fieldset {
	margin: 10px; 
}

.hs-gen-contact fieldset:has(input[name="whpcid__c"]) {
  margin: 0;
}

.hs-gen-contact fieldset:nth-of-type(7) {
  margin: 0;
	padding-left: 10px;
}


.hs-gen-contact .input .hs-input {
	border-radius: 30px; 
	padding: 15px 10px; 
	width: 100% !important; 
	color: #003d31;
}

.hs-gen-contact .legal-consent-container ul.inputs-list {
	list-style: none; 
}


.hs-gen-contact input#LEGAL_CONSENT\.subscription_type_885253127-bf2f5c2e-2592-4095-8b6a-765f6ba4b09e {
	width: auto !important; 
	margin-top: 6px !important; 
}

.hs-gen-contact .hs-recaptcha {
	height: 15px; 
	margin: 0 !important; 
}

.hs-gen-contact .hs-submit {
	background-color: #FED448;
	border-radius: 30px; 
	color: #003d31; 
	font-weight: 600; 
	padding: 12px 24px;
	width: 125px;
	text-align: center; 
	margin: auto; 
}

.hs-gen-contact ul.no-list.hs-error-msgs.inputs-list {
	font-size: 14px !important;
	text-align: left !important; 
	color: #f2545b; 
/* 	list-style: none; */
	padding-top: 5px; 
}

.hs-gen-contact .legal-consent-container ul.no-list.hs-error-msgs.inputs-list {
	list-style: disc !important;
	padding-left: 24px !important;
}

.hs-gen-contact .hs_error_rollup {
	display: none;
}

@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	.hs-gen-contact .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
		margin-bottom: 10px; 
	}
}