
.bio-section {
	margin: 0 0 4em;
}

.bio-section .info {
	width: 30em;
	margin: 0 auto;
}

.bio-section.with-articles .info {
	margin-left: 0;
	width: 28em;
	float: left;
}

.bio-section.with-articles .articles {
	width: 28em;
	float: right;
}

@media (max-width: 1023px) {
	.bio-section .info {
		width: auto;
		max-width: 30em;
	}

	.bio-section.with-articles .info {
		max-width: 28em;
	}

	.bio-section.with-articles .info,
	.bio-section.with-articles .articles {
		width: auto;
		float: none;
	}

	.bio-section.with-articles .articles {
		margin-top: 2em;
	}
}

.bio-section .articles h2 {
	font-size: 150%;
	margin: .25em 0 0;
	padding-bottom: .5em;
	border-bottom: 1px solid #000;
}

.bio-section .articles .nav {
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	margin: .5em 0;
	overflow: hidden;
}

.bio-section .articles .nav a {
	text-decoration: none;
}

.bio-section .articles .nav b {
	text-decoration: underline;
}

.bio-section .articles .nav .type a {
	margin-right: .75em;
}

.bio-section .articles .nav .count {
	float: right;
}

.bio-section .articles .nav .count a {
	margin-left: .75em;
}

.bio-section .articles .article {
	margin: 1.5em 0;
	max-width: 24em;
}

.bio-section .articles h3 {
	font-size: 120%;
	margin-bottom: .375em;
}

.bio-section .articles .more {
	margin-top: .25em;
}

.bio-section h1 {
	font-size: 150%;
}

.bio-section h1.subtitle {
	font-size: 100%;
	font-weight: normal;
	margin-top: .5em;
	text-wrap: balance;
}

.bio-section .contact {
	margin-top: 1.5em;
}

.bio-section .contact span {
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 88%;
	display: block;
}

.bio-section .contact a {
	padding-left: 1.5em;
	background: no-repeat left center;
	background-size: auto 1em;
}

.bio-section .contact .email {
	color: #666;
	background-image: url(/include/images/tools/email.svg);
}

.bio-section .contact .twitter {
	color: #000;
	background-image: url(/include/images/social/twitter.svg?v=2);
}

.bio-section .contact:before {
	content: '';
	display: block;
	width: 50%;
	border-top: 1px solid #666;
	margin-bottom: 1em;
}

.bio-section .info .bio {
	margin-top: 2em;
}

.bio-section .info .photo {
	width: 10em;
}

.bio-section .info .photo img {
	display: block;
}

.bio-section .info .photo ~ .title {
	width: 16em;
	margin-left: 1.25em;
}

.bio-section .info .photo,
.bio-section .info .photo ~ .title {
	display: inline-block;
	vertical-align: middle;
}

.bio-section .info.with-contact .photo,
.bio-section .info.with-contact .title {
	vertical-align: baseline;
}

@media (max-width: 500px) {
	.bio-section .info .photo,
	.bio-section .info .title,
	.bio-section .info .photo ~ .title {
		display: block;
		margin: 1em 0;
	}

	.bio-section .info .title,
	.bio-section .info .photo ~ .title {
		width: auto;
		max-width: 16em;
	}
}

/* .breadcrumb */

.bio-section .breadcrumb {
	float: none;
	overflow: hidden;
	width: 30em;
	margin: 1.5em auto;
	color: #777;
}

.bio-section.with-articles .breadcrumb {
	width: auto;
	margin-left: 0;
}

@media (max-width: 1023px) {
	.bio-section .breadcrumb {
		width: auto;
		max-width: 30em;
	}

	.bio-section.with-articles .breadcrumb {
		max-width: 28em;
	}
}

.bio-section .breadcrumb a {
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	font-size: 87.5%;
}
