/* Biography pages: shared layout extending the existing HTML5 UP theme. */

.bio-section .container,
.sources-section .container {
	padding-bottom: 5em;
	padding-top: 3.5em;
	width: 52.5em;
}

/* The base single-page theme vertically centers each section with a
   viewport-height pseudo-element. Biography pages should flow naturally. */
.bio-section .container:before,
.sources-section .container:before {
	content: none;
	display: none;
	min-height: 0;
	width: 0;
}

.bio-copy,
.sources-section .content {
	display: block !important;
	margin: 0 auto !important;
	max-width: 42em;
	text-align: left;
	width: auto !important;
}

.bio-copy header.major,
.sources-section header.major {
	text-align: center;
}

.bio-copy h3 {
	margin-top: 2.25em;
}

.bio-figure {
	margin: 2em auto 2.75em;
	max-width: 22em;
}

.bio-figure img {
	background: #ffffff;
	box-shadow: 0 0.75em 2em rgba(0, 0, 0, 0.18);
	display: block;
	height: auto;
	width: 100%;
}

.bio-figure--portrait {
	max-width: 15em;
}

.bio-figure--chart {
	max-width: 30em;
}

.bio-caption {
	font-size: 0.78em;
	line-height: 1.55em;
	margin: 1.25em 0 0;
	text-align: center;
}

.bio-callout {
	background: rgba(140, 209, 168, 0.12);
	border-left: solid 0.35em #8cd1a8;
	margin: 2em 0;
	padding: 1.4em 1.6em 0.1em;
}

.bio-callout h3 {
	margin-top: 0;
}

.bio-list,
.sources-list {
	list-style: disc;
	margin: 0 0 2em 1.4em;
	padding-left: 0.7em;
}

.bio-list li,
.sources-list li {
	margin-bottom: 0.75em;
	padding-left: 0.25em;
}

.research-note {
	font-size: 0.9em;
}

@media screen and (max-width: 980px) {
	.bio-section .container,
	.sources-section .container {
		width: 80% !important;
	}

	.bio-copy,
	.sources-section .content {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.bio-section .container,
	.sources-section .container {
		padding-bottom: 3.5em;
		padding-top: 2.5em;
		width: 100% !important;
	}

	.bio-callout {
		padding-left: 1em;
		padding-right: 1em;
	}
}
