.nav_appeals ul {
	list-style: disc;
	margin-left: 1.5rem;
}
.nav_appeals li {
	margin-top: 0.15em;
}
.nav_appeals li:first-child {
	margin-top: 0;
}

.nav_years {
	text-align: right;
}
.nav_years i {
	margin: 0 0.5rem;
}
.nav_years select {
	display: inline;
	width: auto; padding: 0.5em 1.5em 0.5em 0.5em;
}
.nav_years .null {
	color: #ccc;
}

.appeals {
	display: block; position: relative;
}
.appeal {
	display: block; position: relative;
	margin-top: 2rem;
}
.appeal:first-child {
	margin-top: 0;
}

.head {
	display: block; position: relative;
	padding: 1rem;
	border-radius: 0 10rem 10rem 0;
}
.head h1 {
	margin-bottom: 0.25em;
}

.group {
	display: block; position: relative;
	margin-top: 1rem; padding-left: 1rem;
}
.group h2 {
	margin-bottom: 0.5rem;
}
.group h3 {
	margin-bottom: 0.5rem;
}

.appeal.legacy .category.c9 {
	padding: 1rem;
	background: #f8e8e3;
}

.donors {
	padding-left: 1rem;
}
.donors p {
	margin: 0 0 0.2em 0; padding-left: 1rem;
	text-indent: -1rem;
}
.donors .amount {
	font-weight: bold;
}
.donors .early {
	margin-left: 0.35em;
	color: #999;
}

.donors.bios .donor {
	display: block; position: relative; clear: both;
	min-height: 7em; margin-top: 1rem; padding-top: 1rem;
	border-top: 1px solid rgba(0,0,0,0.15);
}
.donors.bios .donor:first-child {
	margin-top: 0; padding-top: 0;
	border-top: none;
}
.donors.bios .donor .photo {
	display: block; position: relative; float: right;
	width: 7em; height: 7em; margin: 0 1rem 0 2rem;
}
.appeal.legacy .category.c9 .donors.bios .donor .photo {
	margin-right: 0;
}
.donors.bios .donor .photo img {
	display: block;
	width: 7em; height: 7em;
	border-radius: 4em;
}
.donors.bios .donor p {
	margin: 0; padding: 0;
	text-indent: 0;
}
.donors.bios .donor .name {
	height: 1em; margin: 0 0 0.4em 0; padding-top: 0.5em;
	font-weight: bold;
}
.donors.bios .donor .bio {
	overflow: hidden;
	margin: 0.6em 0 0 0;
	line-height: 1.2em;
}

.desks {
	display: block;
}
.desks .desk {
	display: inline-block;
	width: 50%; margin-top: 1rem;
}
.desks .desk .wrap {
	display: block; position: relative;
	background: url(https://cdn.ans.org/donate/honor/i/ndesk.jpg); background-size: contain;
	padding: 0 0 100% 0;
}
.desks .desk.empty .wrap {
	background-image: url(https://cdn.ans.org/donate/honor/i/ndesk-gray.jpg);
}
.desks .desk .name {
	position: absolute; overflow: hidden;
	left: 13%; bottom: 79%; width: 80%;
	transform: skewY(-7deg);
	line-height: 1.1;
}
@media (min-width: 480px) and (max-width: 639px) {
	.desks .desk {
		width: 33.3333%;
	}
}
@media (min-width: 640px) and (max-width: 799px) {
	.desks .desk {
		width: 25%;
	}
}
@media (min-width: 800px) and (max-width: 1023px) {
	.desks .desk {
		width: 16.6666%;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) {
	.desks .desk {
		width: 33.3333%;
	}
}
@media (min-width: 1280px) {
	.desks .desk {
		width: 16.6666%;
	}
}

.footnote {
	display: block; position: relative;
	margin-bottom: 1rem; padding-bottom: 1rem;
	border-bottom: 1px solid #ddd;
	font-size: 0.9em;
}
.footnote .early {
	color: #555;
}

.appeals .donate {
	display: block; position: relative;
	margin-top: 1rem;
	text-align: right;
}

.extend {
	color: #007; text-decoration: underline;
	cursor: pointer;
}

#extended {
	display: none; position: fixed; z-index: 100;
	left: 0; top: 0; right: 0; bottom: 0;
	background: rgba(0,0,0,0.7);
}
#extended .canvas {
	display: block; position: fixed;
	left: 0; top: 32px; bottom: 32px; width: 760px;
	background: #fff; box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
#extended .close {
	display: block; position: absolute;
	right: -16px; top: -16px; width: 16px; height: 16px; padding: 8px;
	background: #000; border-radius: 16px;
	font-size: 16px; color: #fff; text-align: center;
	cursor: pointer;
}
