/* When moving over the code for the MC4WP Downloadable Asset Forms styles make sure to copy this shortcode into all applicable pages. Work with Grace for complete list of pages/posts with downloadable articles. */


/* NEW MC General Contact Form - THIS MIGHT BE OBSOLETE IF GRACE PAYS FOR WPFORMS AND IS ABLE TO CONNECT OUR EXISTING GC FORM  */
.gen-contact-container {
	max-width: 550px; 
	margin: auto; 
	padding-top: 36px; 
	padding-bottom: 36px;
}

.side-by-side {
	display: flex; 
	justify-content: space-between; 
}

.side-by-side .single-line-fields {
	width: 48%; 
}

.single-line-fields input {
	width: 100%;
	padding: 12px 24px;
	color: #003d31;
}

.multi-line-fields input {
	width: 100%;
	height: 125px; 
	padding: 12px 24px; 
	color: #003D31; 
}

.submit-button-wrap {
	text-align: center; 
	line-height: 22px; 
}

.submit-btn {
	border-radius: 30px;
	min-width: auto;
	width: 125px; 
	background-color: #FED448;
	border: 2px solid #FED448; 
	color: #003d31; 
	height: 46px; 
	font-weight: 500;
}
/* Healthcare marketing Worksthop More Info Form id-23432 */
.mc4wp-form-23432 .mc4wp-response .mc4wp-alert.mc4wp-success { 
	color: #003D31;
}


/* Download Asset Form */
.download-guide-container {
	max-width: 450px; 
	margin: auto; 
}
.download-guide input {
	border: 1px solid #003d31; 
	padding: 12px 24px; 
	width: 100%; 
}

.mc4wp-response {
	margin:auto; 
}

.download-form {
	margin: auto; 
}

/* Sample Audit Form */
.sample-audit-form-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
}
.radio-fields-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; 
}

.radio-fields input {
	min-width: 20px;
}

.radio-fields {
	margin-top: 20px;
	max-width: 550px;
}	

.sample-audit-button, 
.audit-button a {
	background-color: #FED448;
	color: #003d31; 
}

.registration-fields {
/* 	min-width: 300px; */
/* 	max-width: 400px; */
	padding: 12px 24px;
}

.registration-fields input {
	min-width: 300px;
	max-width: 400px;
	padding: 12px 24px;
	color: #003D31;
}

.saf-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* SEO Healthcare Study Download Form */
.download-email {
  margin-top: 10px;
	margin-bottom: 20px; 
}

.download-email input {
	min-width: 300px;
	max-width: 400px;
	padding: 12px 24px;
	color: #003D31;
}


/* Meta Privacy Update Contact Us Form  */

.wpf-meta-contact-form .wpforms-submit-container {
	text-align: center !important;
}

.wpf-meta-contact-btn {
	background-color: #FED448 !important; 
border: 2px solid #FED448 !important; 
border-radius: 30px !important; 
	color: #003d31 !important;
	padding: 12px 20px 30px 20px !important;
	text-decoration: none; 
}

.wpf-meta-contact-form input {
/* 	width: 90% !important;  */
	border-radius: 30px !important;
	color: #003d31 !important;
/* 	height: 36px;  */
}

.wpf-meta-contact-form textarea {
/* 	width: 90% !important;   */
	border-radius: 30px !important;
	color: #003d31 !important;
}

.wpf-meta-contact-form {
	width: 95%;
	background-color: #003d31 !important;
	padding-top: 24px !important; 
	padding-bottom: 24px !important;
	margin: 0 auto !important;
}

@media screen and (min-width: 682px) {
	/*WPForms General Contact */
	.wpf-gen-contact-form,
	.wpf-meta-contact-form {
		width: 622px !important; 
	}
	.wpf-gen-contact-container {
		display:flex;
	}
	.wpf-gen-contact-container p {
		width: 100%;
	}
	.wpf-gen-contact-form input,
	.wpf-gen-contact-form textarea {
	width: 98%; 
	}
	.wpf-gen-contact-btn-container {
		text-align: right !important;
	}
}
