.frontpage-section {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.section-header {
	padding-bottom: 1em;
	margin-bottom: 2em;
	border-bottom: 1px solid #e4e6eb;
	overflow: auto;
}
.section-title {
	float: left;
	font-size: 0.875em;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #757a80;
	margin: 0;
	padding: 0;
}
.section-more {
	float: right;
	font-size: 0.875em;
	font-weight: 300;
	line-height: 1em;
}
.section-more a {
	position: relative;
	font-weight: 300;
	color: #2996cc;
	padding-left: 1em;
	white-space: pre;
	display: inline-block;
}
.section-more a:hover,
.section-more a:focus {
	color: #1f7099;
}
.section-more a:after {
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: '\f0da';
	position: absolute;
	top: 0.1em;
	left: 0.2em;
	padding: 0;
	margin: 0;
	width: auto;
	color: #ff9500;
}
.section-aside {}
.section-aside p {
	margin: 0 0 1em;
}


#logo-image {
	margin-top: -16%;
}
#logo-name {
	display: block;
	text-align: center;
	margin: -8% auto 8%;
	font-family: 'PoliticsHeadBold', 'Open Sans', sans-serif;
	font-size: 1.6em;
	line-height: 0.875em;
}

/* ==========================================================================
   Blog Posts
   ========================================================================== */


#section-blog {
	padding-top: 64px;
	border-bottom: 1px solid #e4e6eb;
}
#section-blog .inner {
	max-width: 90em;
}
#masonry {
	margin: 0 -24px;
}
.no-js #masonry {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.masonry-item {
	width: 33.3%;
}
.masonry-item.sticky:nth-child(1) {
	width: 66.6%;
}
.no-js .masonry-item {
	width: auto !important;
}
.featured-post.post {
	padding: 1px 0;
	margin-bottom: 96px;
	position: relative;
	border: 0;
}
.js.csstransitions.opacity.no-touch .featured-post.post {
	opacity: 0;

	-webkit-transform: translate3d(0px, 96px, 0px);
	transform: translate3d(0px, 96px, 0px);
	
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	
	-webkit-transition-property: opacity, transform;
	transition-property: opacity, transform;
	
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.js.csstransitions.opacity.no-touch .featured-post.post.show {
	opacity: 1;

	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.featured-post.post .post-inner {
	margin: 0 24px;
	padding: 0;
	position: relative;
}
.featured-post .post-thumbnail {
	float: none;
	width: 100%;
	height: 0;
	padding-bottom: 62.5%;
	margin: 24px auto;
}
.featured-post .post-video {
	float: none;
	width: 100%;
	margin: 24px auto;
	height: 0;
	padding-bottom: 56.25%;
}
.no-js .featured-post .post-video {
	padding-bottom: 56.25%;
}
.featured-post .post-title {
	font-size: 1.6em;
	text-indent: -1px;
	font-weight: 700;
}
.featured-post.sticky .post-title {
	padding-right: 40px;
}
.featured-post .post-article {
	-webkit-column-count: 1 !important;
	-moz-column-count: 1 !important;
	column-count: 1 !important;
}


/* ==========================================================================
   Media Queries - Greater than 1440px
   ========================================================================== */

@media only screen and (min-width: 1440px) {
	.masonry-item {
		width: 24.95%;
	}
	.masonry-item.sticky:nth-child(1) {
		width: 49.95%;
	}
}

/* ==========================================================================
   Media Queries - Smaller than 960px
   ========================================================================== */


@media only screen and (max-width: 960px) {
	#logo-image {
		margin-top: -8%;
		margin-bottom: -4%;
	}
	.no-js #masonry {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.masonry-item {
		width: 49.95%;
	}
	.masonry-item.sticky:nth-child(1) {
		width: 100%;
	}
}

/* ==========================================================================
   Media Queries - Smaller than 640px
   ========================================================================== */


@media only screen and (max-width: 640px) {
	.no-js #masonry {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.masonry-item {
		width: 100%;
	}
	.featured-post .post-inner {
		min-height: 0;
	}
	.featured-post .post-header {
		min-height: 0;
	}
	.featured-post .post-video {
		height: auto;
		padding-bottom: 0;
	}
}

/* ==========================================================================
   Media Queries - Smaller than 480px
   ========================================================================== */

@media only screen and (max-width: 480px) {
	#masonry {
		height: auto !important;
	}
	.featured-post {
		left: auto !important;
		top: auto !important;
		position: relative !important;
	}
	.featured-post .post-thumbnail,
	.featured-post .post-video {
		margin: 0 auto 1.2em;
	}
}