/* Styles */

.donor-form {
	text-align: center;
	margin: 0.8em;
}

.donor-form label {
	display: inline-block;
	vertical-align: middle;
	color: #003055;
	font-family: 'Roboto';
	font-size: 26px;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-right: 0.3em;
}

.donor-form input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	max-width: 270px;
	margin: 0 0.5em;
}

.donor-form button {
	display: inline-block;
	vertical-align: middle;
}

.wpfox_donor_section {
	position: relative;
}

.wpfox_donor_section .nav {
	font-family: 'Roboto';
	font-weight: 700;
	letter-spacing: 0.05em;
	font-size: 14px;
	color: #ba9761;
	text-align: center;
	padding: 0.8em 0 2.1em;
}

.wpfox_donor_section .nav-item {
	display: inline-block;
}

.wpfox_donor_section .nav-item:not(:first-child)::before {
	content: "|";
	padding: 0 0.3em;
}

.wpfox_donor_section .nav-item span {
	cursor: pointer;
	transition: color 0.4s;
	display: inline-block;
	padding: 0.7em;
}

@media (max-width: 63.999em) {
	.wpfox_donor_section .nav-item span {
		padding: 0.5em;
	}
}

@media (max-width: 39.999em) {
	.wpfox_donor_section .nav-item span {
		padding: 0.3em;
	}
}



.wpfox_donor_section .nav-item span:hover {
	color: #3e6c89;
}

.wpfox_donor_section .nav-item span.active {
	color: #003055;
}

.wpfox_donor_section .donor-groups {
	margin: 0 0 7em;
	min-height: 0px;
	max-height: 0;
	position: relative;
	opacity: 0;
	transition: opacity 0.4s;
}

.wpfox_donor_section .donor-groups.active {
	opacity: 1;
	min-height: 500px;
	max-height: none;
}

.wpfox_donor_section .donor-group {
	columns: 3;
	position: absolute;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0s;
	top: 0;
	left: 0;
	width: 100%;
}

@media (max-width: 63.999em) {
	.wpfox_donor_section .donor-group {
		columns: 2;
	}
}

@media (max-width: 39.999em) {
	.wpfox_donor_section .donor-group {
		columns: 1;
	}
}



.wpfox_donor_section .donor-group.active {
	position: relative;
	opacity: 1;
	pointer-events: auto;
	transition: opacity 1.2s;
}

.wpfox_donor_section .donor-groups .donor {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	text-align: center;
	margin-bottom: 1em;
}

.wpfox_donor_section .donor-groups .donor .name {
	color: #000;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: 0;
	margin: 0;
	line-height: 1.2;
}

.wpfox_donor_section .donor-groups .donor .note {
	font-size: 14px;
	font-weight: 400;
	font-style: italic;
	line-height: 1.2;
}

.wpfox_donor_section .donor-highlight {
	background-color: #f2f2f2;
	text-align: center;
	padding: 3.5em;
	z-index: 10;
	max-width: 742px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0s;
}

.wpfox_donor_section .donor-highlight.active {
	opacity: 1;
	position: relative;
	left: auto;
	transform: none;
	transition: opacity 0.4s;
}

.wpfox_donor_section .donor-highlight .donor {
	display: none;
}

.wpfox_donor_section .donor-highlight .donor::after,
.wpfox_donor_section .donor-highlight .no-results::after {
	background-color: #ba9761;
	height: 1px;
	width: 100%;
	content: " ";
	display: block;
	max-width: 436px;
	margin: 1.4em auto;
}

.wpfox_donor_section .donor-highlight .donor .name {
	font-family: 'Roboto';
	font-size: 31px;
	font-weight: 300;
	color: #3e6d8a;
	line-height: 1.2;
	letter-spacing: -0.01em;
	margin-bottom: 0.2em;
}

.wpfox_donor_section .donor-highlight .donor .note {
	font-style: italic;
	font-size: 21px;
	line-height: 1.2;
	font-weight: 400;
	color: #353b43;
}

.wpfox_donor_section .donor-highlight .no-results {
	display: none;
}

.wpfox_donor_section .donor-highlight .thank-you {
	margin-top: 2.8em;
}

.wpfox_donor_section .donor-highlight .thank-you p:empty {
	display: none;
}

.wpfox_donor_section .donor-highlight .thank-you p {
	color: #353b43;
	font-size: 17px;
	letter-spacing: 0;
	margin: 0;
}

@media (max-width: 63.999em) {
	.wpfox_donor_section .donor-highlight {
		padding: 2.75em;
	}
	.wpfox_donor_section .donor-highlight .donor .name {
		font-size: 25px;
	}
	.wpfox_donor_section .donor-highlight .donor .note {
		font-size: 18px;
	}
	.wpfox_donor_section .donor-highlight .thank-you {
		margin-top: 1.8em;
	}
	.wpfox_donor_section .donor-highlight .thank-you p {
		font-size: 15px;
	}
}

@media (max-width: 39.999em) {
	.wpfox_donor_section .donor-highlight {
		padding: 2em;
	}
	.wpfox_donor_section .donor-highlight .donor .name {
		font-size: 19px;
	}
	.wpfox_donor_section .donor-highlight .donor .note {
		font-size: 15px;
	}
	.wpfox_donor_section .donor-highlight .thank-you {
		margin-top: 0.8em;
	}
	.wpfox_donor_section .donor-highlight .thank-you p {
		font-size: 13px;
	}
}

