/* Standard sections and subsections */
.section {
	margin-top: 4.8rem;
}

.section__header + .section__body,
.subsection,
.subsection__body {
  margin-top: 2.4rem;
}

.subsection__header {
	display: block;
}

.subsection:first-child {
	margin-top: 0;
}

/* Alt header styles */
.section__header--alt,
.subsection__header--alt {
	padding-bottom: 1rem;
	border-bottom: 1px solid hsla(0, 0%, 0%, .1);
}

@media (min-width: 33.75em) {

	.section {
		margin-top: 6rem;
	}
	
	.section__header + .section__body,
	.subsection,
	.subsection__body {
	  margin-top: 3.2rem;
	}

}

@media (min-width: 60em) {

	.section {
		margin-top: 8.4rem;
	}
	
	.subsection {
	  margin-top: 4.8rem;
	}

}

/* Page Intros */
.section--page-intro {
  margin-top: 0;
}

.breadcrumb,
.section--page-intro .section__header {
	margin-top: 2.4rem;
}

.breadcrumb {
	margin-left: 0;
	opacity: .6;
	color: #000;
	font-size: 1.2rem;
}

.breadcrumb li {
	display: inline;
}

.breadcrumb a:link,
.breadcrumb a:visited {
	color: inherit;
}

.breadcrumb a:hover {
	color: #666;
}

.section--page-intro .section__header {
	position: relative;
}

.heading--page__subtitle {
	max-width: 60rem;
}

@media (min-width: 33.75em) {

	.breadcrumb,
	.section--page-intro .section__header {
	  margin-top: 3.2rem;
	}

}

@media (min-width: 48em) {

	.breadcrumb,
	.section--page-intro .section__header {
		margin-top: 4.8rem;
	}

}

/* Banners */
.section--banner,
.section--image-banner {
	margin-top: 2.4rem;
}

.section--banner {
	padding: 2.4rem 0;
	overflow: hidden;
	background: #414143;
	color: #fff;
}

.section--banner a:not(.button) {
	border-bottom: 1px solid rgba(255,255,255,.75);
	color: inherit;
}

.section--banner a:not(.button):hover {
	border-bottom-color: rgba(255,255,255,1);
	color: #fff;
}

.section--banner .button {
	background: #fff;
	color: #414143;
}

.section--banner img,
.section--image-banner img {
	display: block;
}

.section--banner .module--secondary {
	margin-top: 3.2rem;
}

.section--banner .module__body {
	color: rgba(255,255,255,.75);
}

.section--banner .module--flush-bottom {
	margin-bottom: -2.5rem;
}

/* Modify top margin of section directly below banner or page header section */
.section--page-intro + section,
.section--banner + .section,
.section--image-banner + .section {
	margin-top: 2.4em;
}

/* Light Banner Theme */
.section--banner--light {
	background: #f4f4f4;
	color: #414143;
}

.section--banner--light a:not(.button) {
	border-bottom: 0 none;
	color: #006fc6;
}

.section--banner--light a:not(.button):hover {
	color: #666;
}

/* Image Banners */
.section--image-banner {
	position: relative;
	overflow: hidden;
}

.image-banner__background-image {
	display: block;
	z-index: 1;
}

.image-banner__tile {
	position: relative;
	z-index: 2;
	margin-top: 0;
}

@media (min-width: 33.75em) {

	.section--banner,
	.section--image-banner {
		position: relative;
		margin-top: 3.2rem;
	}
	
	.section--image-banner {
		min-height: 27rem;
	}
	
	.section--page-intro + section,
	.section--banner + .section,
	.section--image-banner + .section {
		margin-top: 3.2rem;
	}
	
	.section--banner .module--flush-bottom {
		margin-bottom: -3.3rem;
	}

}

@media (max-width: 47.9375em) {

	.section--image-banner .container {
		width: 100%;
	}

}

@media (min-width: 48em) {

	.section--banner,
	.section--image-banner {
		margin-top: 4.8rem;
		padding: 4.8rem 0;
	}
	
	.section--page-intro + section,
	.section--banner + .section,
	.section--image-banner + .section {
		margin-top: 4.8rem;
	}
	
	.section--banner .actions {
		margin-top: 3.2rem;
	}

	.section--banner .module--secondary {
		margin-top: 0;
	}
	
	.section--banner .module--flush-bottom {
		margin-bottom: -4.9rem;
	}
	
	.section--image-banner {
		min-height: 50rem;
	}
	
	.image-banner__background {
	  position: absolute; 
	  top: -50%; 
	  left: -50%; 
	  width: 200%; 
	  height: 200%;
	}
	.image-banner__background__image {
	  position: absolute; 
	  top: 0; 
	  left: 0; 
	  right: 0; 
	  bottom: 0; 
	  margin: auto; 
	  width: auto;
	  min-width: 50%;
	  max-width: none;
	  height: auto;
	  min-height: 50%;
	}

	.image-banner__tile {
		width: 50%;
		max-width: 60rem;
	}

}