<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logo-container,
.sitenav {
	display: none;
}

.quick-nav-wrapper {
	opacity: 0;
}

.quick-nav-wrapper a {
	cursor: default !important;
}

.about-giving-logo img {
	width: 120px;
}

@media only screen and (min-width: 1400px) {
	.about-giving-logo {
		margin: 60px;
	}

	.about-giving-logo img {
		position: absolute;
		left: -140px;
		top: 43px;
	}
}

.about-giving-subhead span {
	color: #990000;
	line-height: 1.2;
}

.about-giving-button a {
	background: #990000 !important;
	border-color: #990000 !important;
	color: #fff !important;
}

@media only screen and (max-width: 600px) {
	.about-giving-button {
		text-align: center;
	}

	.about-giving-button a {
		margin-bottom: 30px;
		margin-right: 20px;
	}

	.about-giving-button img {
		float: none !important;
	}
}

.about-giving-contact {
	background: #F0F0F0;
	padding: 10px 30px;
}

.about-giving-contact p strong:first-of-type,
.about-giving-contact a span {
	color: #990000;
}

/* Print CSS */
@media print {
    .hide-accessible {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        width: auto !important;
        height: auto !important;
    }
}</pre></body></html>