h1, h2, h3 {
	line-height: 2.5rem;
	vertical-align: text-top;
	margin: 0 auto;
}

.home h1 {
	font-size: 2.5rem;
	line-height: 2.75rem;
}

h1, h2, h3,
.h1, .h2, .h3 {
	font-size: 1.875rem;
	line-height: 2.25rem;
}

blockquote {
	margin-top: 0.6rem;
}

figure {
	border-top: 1px solid #1b1b1b;
}
figure:first-child {
	border-top: 0 none;
}

blockquote:before {
	margin-left: -0.3rem;
}

.content {
	 max-width: 1280px;
	 margin: 0 auto;
	 text-align: left;
 }

.double-image .image-wrap {
	width: 50%;
	float: left;
}

.archive-item {
	position: relative;
	float: left;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.related .archive-item {
	max-width: 25%;
}

.hover-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.archive-item:hover .image-wrap img.loaded {
	opacity: 0.3 !important;
}

.archive-item:hover .hover-content {
	opacity: 1;
}

.related-title {
	margin: 0 0.25rem;
	display: block;
	line-height: 1.4rem;
}

.front-page {
	box-sizing: border-box;
	padding-top: 0;
}

.front-page .content {
	margin-top: 30px;
}

.vam {
	min-height: 670px;
}

@media screen and (max-width: 720px) {
	.show-mobile {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
}

@media screen and (max-width: 960px) {
	.about .content h2 {
		width: 100%;
	}
	.about .content h2 + .col-9-16,
	.about .content h2 + .team-members {
		clear: left;
		margin-left: 12.5%;
		margin-top: 2rem;
	}
	.about .content > h3 {
		clear: left;
		margin-left: 12.5%;
		margin-top: 2rem;
	}

	.about .content .col-8-16 {
		clear: left;
		margin-left: 12.5%;
		margin-top: 1rem;
	}
}

@media screen and (max-width: 1327px) {
	.home h1 {
		font-size: 2.2rem;
		line-height: 2.45rem;
	}
}

@media screen and (max-width: 1275px) {
	.home h1 {
		font-size: 2rem;
		line-height: 2.25rem;
	}
}

@media screen and (max-width: 1080px) {
	.home h1 {
		font-size: 1.8rem;
		line-height: 2.05rem;
	}
}

@media screen and (max-width: 870px) {
	.home h1 {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
	.content {
		margin: 0 80px;
	}
}

@media screen and (min-width: 720px) and (max-width: 1024px) {
	.content {
		margin: 0 20px;
	}
}