
.blog-section {
	margin-bottom: 4em;
}

.dynamic .blog-section {
	margin-top: 4.5em;
}

.blog-section .heading {
	float: left;
	padding: 2.75em 0 .75em;
}

.dynamic .blog-section .heading {
	position: fixed;
	top: 4.5em;
}

.blog-section h1 {
	font-size: 150%;
	line-height: 1;
}

.blog-section .index {
	clear: left;
	border-top: 1px solid #000;
	width: 22em;
}

.blog-section .index .byline {
	font-size: 88%;
	margin-top: .25em;
}

.dynamic .blog-section .index {
	position: fixed;
	top: 9.5em;
	bottom: 0;
	overflow: scroll;
	overflow-x: hidden;
	overscroll-behavior: none;
	-ms-scroll-chaining: none;
}

.dynamic .blog-section .index .article {
	cursor: pointer;
}

.dynamic .blog-section .index .article.selected {
	background: #e7f1f3;
}

.blog-section .index .article > * {
	width: 20em;
	margin: 0 auto;
	padding: 1em 0;
}

.blog-section .index .article + .article {
	border-top: 1px solid #CCC;
}

.blog-section .index .byline .d {
	margin: 0 .25em;
}

.blog-section .blog {
	width: 55em;
}

.blog-section .blog > * {
	float: right;
	clear: right;
	width: 30em;
}

.blog-section .blog .article {
	padding: 3em 0;
	border-bottom: 1px solid #000;
}

.blog-section .blog .article > .more {
	margin-top: 1em;
	text-align: center;
}

.blog-section .blog .banner {
	position: relative;
}

.blog-section .blog .banner .image {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 52.5%;
}

.blog-section .blog .banner .image > * {
	position: absolute;
	width: 100%;
	height: 100%;
}

.blog-section .blog .title h2 {
	font-size: 200%;
}

.blog-section .blog .title h2.subtitle {
	font-size: 150%;
	font-weight: normal;
}

.blog-section .blog .title h2 + h2 {
	margin-top: .5em;
}

@media (max-width: 420px) {
	.blog-section .blog .title h2 {
		font-size: 150%;
	}

	.blog-section .blog .title h2.subtitle {
		font-size: 120%;
	}
}

.blog-section .blog .breadcrumb,
.blog-section .blog .byline {
	margin: 1em 0 .75em;
}

.blog-section .blog .byline .thumbnail {
	text-decoration: none;
}

.blog-section .blog .byline img {
	vertical-align: middle;
	vertical-align: -1.125em;
	border-radius: 50%;
	margin-right: .25em;
	display: inline-block;
}

.blog-section .blog .breadcrumb .date {
	font-family: 'Open Sans', 'Arial', 'Helvetica', sans-serif;
	margin-right: 2em;
}

.blog-section .blog .content {
	margin: 1em 0;
}

.dynamic .site-header {
	top: 0;
	position: fixed;
	width: 100%;
	background: #FFF;
	z-index: 1000;
}

.dynamic .site-footer {
	display: none;
}

@media (max-width: 940px) {
	.blog-section .index {
		display: none;
	}

	.blog-section .blog {
		width: auto;
		max-width: 30em;
	}

	.blog-section .blog > * {
		float: none;
		width: auto;
	}

	.blog-section .heading {
		float: none;
	}

	.blog-section .heading h1 {
		margin-bottom: -.5em;
		font-size: 200%;
	}

	.dynamic .blog-section .heading {
		position: static;
	}
}
