.anchorLinks {
	text-align: center;
	padding: 1em;
	margin-bottom: 1.5em;
}
.gray {
	background: #f5f5f5;
}
.blue {
	background: #eff6ff;
}

.priority {
	padding: 1em;
	margin-top: -.5em;
	margin-bottom: 2em;
}

.priority-text {
	min-height: 100px;
}
.priority-button {
	text-align: center;
	padding-top: 1em;
}
.priority-button > a {
	margin-bottom: .5em;
}
.priority-button > a:last-of-type {
	margin-bottom: 0;
}
.priority-button a {
	width: 100%;
}

.giving-light-purple {
	background-color: rgba(245, 235, 250, 1);
}
.giving-light-green {
	background-color: rgba(220, 250, 252, 1);
}
.giving-light-blue {
	background-color: rgba(230, 236, 252, 1);
}
.giving-gray {
	background-color: rgba(245, 245, 245, 1);
}

@media screen and (max-width: 800px) {
	.priority-text {
		height: auto;
	}
	.priority-button {
		margin-top: 2.5em;
	}
}