/* Section
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.section {
	padding-bottom: 6rem;
}
.section__header {
	overflow: hidden;
	border-bottom: 1px solid hsl(0, 0%, 92%);
}
/*.section__title {
	font-size: 2rem;
	line-height: 1.5;
	display: block;
	float: left;
	margin-bottom: 1rem;

	font-family: "CaeciliaBold", "Caecilia LT Std", serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: "VistaMedium", "Vista Sans OT", sans-serif;
	font-weight: 500;
	color: #999;
}*/
.section__title {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.25px;
	text-transform: uppercase;
	display: block;
	float: left;
	margin-bottom: 1.1rem;
	font-family: "VistaMedium", "Vista Sans OT", sans-serif;
	font-weight: 500;
	color: #999;
}
.section__view-more-link {
	float: right;
	line-height: 1;
	margin-top: 1.5rem;

	display: none;
}

/*Modifiers*/
.section--no-header .section__header {
	display: none;
}
.section__header--no-link .section__view-more-link {
	display: none;
}
@media (min-width: 1024px) {
	.section {
		/*padding-bottom: 6rem;*/
	}
}

section.error {
	margin-bottom: 24rem;
}

section.page-title {
	padding-top: 6rem;
	padding-bottom: 2rem;
}
