.two-column-banner {
	padding: 30px 30px 0 30px; 
	border-radius: 30px; 
}

.two-column-banner p {
	padding-bottom: 30px; 
}

.state-of-health.study-method-wrapper {
	padding-bottom: 10px !important; 
}

#gated-form-wrapper fieldset .hs_jobtitle input {
	padding: 10px; 
	border-radius: 20px; 
	width: 100%; 
	color: #071e16;
}

/* HS Download PDF */

.hs-download-pdf {
	display: flex; 
	padding-bottom: 36px; 
	text-align: center; 
	justify-content: center; 
	margin: auto !important;
}

.hs-download-pdf h3 {
	margin-bottom: 35px;
}

.hs-download-pdf fieldset {
/* 	margin: 10px;  */
	max-width: 90% !important;
	margin: 10px auto; 
}

.hs-download-pdf fieldset:has(input[name="whpcid__c"]) {
  margin: 0;
}

.hs-download-pdf fieldset:nth-of-type(7) {
  margin: 0;
	padding-left: 10px;
}


.hs-download-pdf .input .hs-input {
	border-radius: 30px; 
	padding: 15px 10px; 
	width: 100% !important; 
	color: #003d31;
}

.hs-download-pdf .legal-consent-container {
	text-align: left; 
}

.hs-download-pdf fieldset:has(input[name="whpcid__c"]) {
  margin: 0;
}

.hs-download-pdf .legal-consent-container ul.inputs-list {
	list-style: none; 
}


.hs-download-pdf input#LEGAL_CONSENT\.subscription_type_885253127-a3611846-d884-4479-a6c6-5aed72e47043 {
	width: auto !important; 
	margin-top: 6px !important; 
}

.hs-download-pdf .hs-recaptcha {
	height: 15px; 
	margin: 0 !important; 
}

.hs-download-pdf .hs-submit {
	background-color: #003d31;
	border-radius: 30px; 
	color: #fed448; 
	font-weight: 600; 
	padding: 12px 24px;
	width: 125px;
	text-align: center; 
	margin: auto; 
}

.hs-download-pdf 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-download-pdf .legal-consent-container ul.no-list.hs-error-msgs.inputs-list {
	list-style: disc !important;
	padding-left: 24px !important;
}

.hs-download-pdf .hs_error_rollup {
	display: none;
}

#robo-download .legal-consent-container .inputs-list {
	padding-left:10px !important; 
}

#robo-download .legal-consent-container .hs-form-booleancheckbox-display input {
	width: 20px !important;
	margin-top: 5px; 
}

@media (max-width: 327px) {
	.two-column-banner .pre-title {
		letter-spacing: 0; 
	}
}
@media (max-width: 400px), (min-device-width: 320px) and (max-device-width: 480px) {
	.hs-download-pdf .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field {
		margin-bottom: 10px; 
	}
	.hs-download-pdf .hs_jobtitle.hs-jobtitle.hs-fieldtype-text.field.hs-form-field {
		margin-bottom: 10px; 
	}
}