.moHero {
	width: 100%;
}
.moSec1 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}
.moSec2 {
	display: flex;
	flex-wrap: wrap;
	background: #00263e;
	margin: 40px auto;
	position: relative;
	z-index: 10;
}
.moSec2:before  {
	content: "";
	background: #00263e;
	position: absolute;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: 0;
}
.moIconGrid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
}
.moIcon {
	display: flex;
	margin: 30px auto;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
}
.moIcon img {
	display: flex;
	width: 90px;
}
.moIcon p {
	display: flex;
	font-family: "gotham regular", sans-serif;
	text-align: center;
	color: white;
	font-size: 20px;
}
.moSec3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	background: #00263e;
	position: relative;
	z-index: 10;
}
.moSec3:before  {
	content: "";
	background: #00263e;
	position: absolute;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: 0;
}
.moQuote {
	width: 75%;
	margin: 20px;
	display: flex;
	position: relative;
}
.moQuotePic {
	width: 18%;
	margin: 20px;
	display: flex;
	justify-content: center;
	position: relative;
}
.moSec4 {
	display: flex;
	flex-wrap: wrap;
	background: #76bc21;
	margin: 40px auto;
	position: relative;
	z-index: 10;
}
.moSec4:before  {
	content: "";
	background: #76bc21;
	position: absolute;
	height: 100%;
	width: 200vw;
	left: -100vw;
	z-index: -1;
}
.moSec5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
}
.moLogo {
	display: flex;
	flex-wrap: wrap;
	margin: 20px;
	height: 100%;
	align-items: center;
	align-content: center;
	justify-content: center;
}
.moSec1Img {
	margin: 20px;
	width: 100%;
}
.moVid {
	display: flex;
	width: 100%;
	margin: 40px auto;
	position: relative;
	z-index: 5;
	flex-direction: row;
	justify-content: center;
}
.moCol {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}
.mo2Col {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
}
.moQuoteIcon {
	width: 40px;
	margin: 0 auto auto;
}
.moQuoteIcon:nth-of-type(2) {
	rotate: 180deg;
	margin: auto auto 0;
}
.titleLine {
	margin-bottom: 40px;
	border-bottom: solid 3px #76bc21;
	z-index: 1;
	position: relative;
	width: 180px;
}
.titleHolder {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}
@media (min-width: 1200px) {
	.moLogo {
		width: 16%;
	}
	.moIcon {
		width: 22%;
	}
	.moCol  {
		width: 30%;
	}
	.mo2Col {
		width: 50%;
	}
	.youtubeEmbed {
		width: 900px;
		height: 500px;
	}
}
@media (min-width: 800px) and (max-width: 1199px) {
	.moLogo {
		width: 45%;
	}
	.moIcon {
		width: 30%;
	}
	.moQuote {
		width: 100%;
	}
	.moQuotePic {
		width: 30%;
	}
	.moCol {
		width: 50%;
	}
	.mo2Col {
		width: 50%;
	}
	.youtubeEmbed {
		width: 700px;
		height: 300px;
	}
}
@media(max-width: 799px) {
	.moLogo {
		width: 45%;
	}
	.moIcon {
		width: 45%;
	}
	.moQuote {
		width: 100%;
	}
	.moQuotePic {
		width: 30%;
	}
	.moCol {
		width: 100%;
	}
	.mo2Col {
		width: 100%;
	}
	.youtubeEmbed {
		width: 400px;
		height: 200px;
	}
}