/*@charset "UTF-8";*/
/* ADRC CSS */







/* ==== ADRC: Registration =========== */
.adrc section#overview h1.display-1 {
	font-size: 2.4rem;
}

.adrc section#overview p.display-4 {
	font-size: 1.6rem;
	line-height: 1.5rem;
	color: #e5a630;
}

.adrc section#overview p.display-5 {
	font-size: 1.3rem;
	line-height: 1.5rem;
}

.adrc section#overview p {
	font-size: 1.0rem;
}

	.adrc section#overview p#languages {
		font-size: 1.0rem;
	}

	/* ==== Section 2 =========== */
	.adrc section#referral-form article {
		/* background: #fff; */
		/* box-shadow: 0px -12px 12px -6px rgba(0, 0, 0, 0.15), 0px 12px 12px -6px rgba(0, 0, 0, 0.15); */
		padding: 70px 10%;
	}

		.adrc section#referral-form form div.invalid-feedback {
			margin-top: -1.0rem !important;
		}

		.adrc section#referral-form form div#message div.invalid-feedback {
			margin-top: -1.25rem;
		}

		.adrc section#referral-form form #consent-release label {
			color: #4c4c4c;
			font-size: 1.05rem;
			line-height: normal;
		}

		.adrc section#referral-form .checkboxes-2 {
			padding-bottom: 4px;
		}

			.adrc section#referral-form .checkboxes-2 label {
				font-size: 0.9rem;
				text-transform: none;
				letter-spacing: normal;
				line-height: 1.0rem;
			}

@media (max-width: 950px) {

	.adrc section#referral-form form.w-75 {
		width: 100% !important;
	}
	
}

@media (max-width: 550px) {

	.adrc section#referral-form form div.row {
		display: block;
	}

		.adrc section#referral-form form div.row div.col {
			display: block;
			margin-bottom: 20px;
		}
	
}

@media print {
	
	.pagebreak {
		page-break-before: always;
	}

	.adrc header,
	.adrc footer {
		display: none !important;
	}

	.adrc section * {
		color: #000 !important;
		border-color: #000 !important;
	}

	.adrc section a {
		text-decoration: none !important;
	}

	.adrc section p,
	.adrc section label {
		font-size: 21px !important;
		line-height: 24px !important
	}

	.adrc .form-1 input::placeholder,
	.adrc .form-1 textarea::placeholder,
	.adrc .form-1 button {
		display: none;
	}
	
	.adrc .form-1 input[type="radio"],
	.adrc .form-1 input[type="checkbox"] {
		outline: #000 solid 1px;
	}
	
	.adrc .form-1 .collapse {
		display: block;
		padding-bottom: 20px;
	}
	
	.adrc .grecaptcha-badge * {
		display: none !important;
		color: #fff !important;
	}
	
}





















