/*  ######################################################################
	- Section
	-	- General
	-	- Width options
###################################################################### */
/*  ######################################################################
	-	- General
###################################################################### */
.section {
	padding: 0 2rem;
}
.section:nth-of-type( odd ) {
	background-color: transparent;
}
.section:nth-of-type( even ) {
	background-color: transparent;
}
.section-container {
	width: 100%;
	padding: 2rem 0;
}
.section-container .section-container {
	padding: 4rem 0;
}
	.page-header + .section > .section-container {
		padding-top: 0;
	}
@media screen and ( max-width: 67.5em ) {
}
@media screen and ( max-width: 22.5em ) {
}
/*  ######################################################################
	-	- Width options
###################################################################### */
.has-narrow-width > .section-container,
.has-normal-width > .section-container,
.has-wide-width > .section-container {
	width: 100%;
}