/* Mainstage [Parent] */
.mainstage {
	position: relative;
	padding: 4em 0 27em;
	background-image: url(/images/SAM/parent-mainstage.jpg);
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
}

.mainstage header {
	width: 60em;
	margin: 0 auto;
	max-width: 100%;
}

.mainstage header strong {
	font-weight: 800;
	font-size: 3.111em;
	display: block;
	line-height: 1.25;
}

.mainstage header em {
	font-style: normal;
	display: block;
	font-size: 2.667em;
	font-weight: 600;
	line-height: 1.25;
}

.mainstage header ul {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left;
	margin-top: 1em;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.mainstage header li {
	width: 49%;
	position: relative;
	font-size: 1.111em;
	font-weight: 600;
	padding-left: 2em;
	margin-top: .5em;
}

.mainstage header li:before {
	content: '\e132';
	position: absolute;
	font-family: 'icomoon-ult';
	top: 0.25em;
	left: 0;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 1.15em;
	height: 1.15em;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 50%;
	padding-left: 0.35em;
	padding-bottom: 0.35em;
	font-size: 1.05em;
	font-weight: 400;
}
/* End Mainstage [Parent] */

/* Mainstage [Child] */
.child-mainstage {
	position: relative;
	overflow: hidden;
	background-color: #000000;
	background-image: url(/images/SAM/mainstage-bg.jpg);
	padding: 10em 0;
	background-size: cover;
	background-position: 50% 50%;
}

.commercial-insulation .child-mainstage {
	background-image: url(/images/SAM/Commercial-Insulation.jpg);
}

.spray-foam-insulation .child-mainstage {
	background-image: url(/images/SAM/Spray-Foam.jpg);
}

.spray-foam-insulation .child-mainstage:before, .crawl-space-insulation .child-mainstage:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	opacity: 0.5;
}

.foam-insulation .child-mainstage {
	background-image: url(/images/SAM/Foam-Insulation.jpg);
}

.crawl-space-insulation .child-mainstage {
	background-image: url(/images/SAM/Crawl-Space.jpg);
}

.air-sealing .child-mainstage {
	background-image: url(/images/SAM/Air-Sealing.jpg);
}

.child-mainstage header {
	width: 42em;
	max-width: 100%;
}

.child-mainstage header strong {
	font-size: 3.111em;
	display: block;
	font-weight: 800;
	line-height: 1.25;
}

.child-mainstage header em {
	font-style: normal;
	font-size: 1.667em;
	font-weight: 600;
	display: block;
	line-height: 1.25;
	margin: 0.75rem 0 1.5rem;
}

.child-mainstage header p {
	margin-bottom: 2rem;
	font-size: 1.111em;
	font-weight: 600;
}
/* End Mainstage [Child] */

/* Responsive - 1436px */
@media screen and (max-width: 1436px) {
}
/* End Responsive - 1436px */

/* Responsive - 1120px */
@media screen and (max-width: 1120px) {
	.child-mainstage {
		padding: 4em 0 14em;
		background-position: 30% 50%;
	}
}
/* End Responsive - 1120px */

/* Responsive - 875px */
@media screen and (max-width: 875px) {
	.mainstage header strong {
		font-size: 2.75em;
	}

	.mainstage header em {
		font-size: 2.35em;
	}

	.child-mainstage {
		background-position: 75% 50%;
	}

	.child-mainstage:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.7;
		background-color: #FFFFFF;
	}

	.spray-foam-insulation .child-mainstage:before, .crawl-space-insulation .child-mainstage:before {
		opacity: 0.7;
	}
}
/* End Responsive - 875px */

/* Responsive - 800px (Mobile) */
@media screen and (max-width: 800px) {
}
/* End Responsive - 800px (Mobile) */

/* Responsive - 683px */
@media screen and (max-width: 683px) {
	.mainstage header strong {
		font-size: 2.25em;
	}

	.child-mainstage header strong {
		font-size: 2.25em;
	}

	.mainstage header em {
		font-size: 1.85em;
	}
}
/* End Responsive - 683px */

/* Responsive - 532px */
@media screen and (max-width: 532px) {
	.mainstage header li {
		width: 100%;
		font-size: 1em;
	}

	.mainstage {
		padding: 4em 0 10em;
	}

	.mainstage:before {
		background-color: #FFFFFF;
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.7;
	}

	.child-mainstage header strong {
		font-size: 2em;
	}

	.child-mainstage header em {
		font-size: 1.35em;
	}

	.child-mainstage header p {
		font-size: 1em;
	}
}
/* End Responsive - 532px */

/* Responsive - 414px */
@media screen and (max-width: 414px) {
	.mainstage header strong {
		font-size: 2em;
	}

	.child-mainstage {
		padding: 4em 0 8em;
	}

	.child-mainstage header strong {
	}

	.child-mainstage header em {
		font-size: 1.151em;
	}
}
/* End Responsive - 414px */

/* Responsive - 323px */
@media screen and (max-width: 323px) {
}
/* End Responsive - 323px */
