body.body-main {
	font-family: sans-serif !important;
	font-size: 18px;
	font-weight: 400 !important;
	letter-spacing: normal !important;
	-webkit-text-size-adjust: 100%;
}

.main-content {
	display: block;
}

.cust-nav-container {
	margin-top: 1em !important;
}

nav.woocommerce-breadcrumb {
	display: none;
}

.hero-container {
	width: 100%;
	min-height: 350px;
	display: table;
	margin-bottom: 3em;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 8px;
}

.hero-inner {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-color: rgb(0,0,0,0.3);
	border-radius: 8px;
}

.hero-words {
	padding: 1em;
	margin: 0;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	border-radius: 8px;
}

.hero-words h1 {
	vertical-align: middle;
	color: white;
	
}

.hero-words h3 {
	vertical-align: middle;
	color: white;
}

.download-button {
	border-radius: 8px;
	margin-top: 1em;
}

.download-button:hover {
	color: white !important;
	background-color: #1d559f !important;
}

.download-button a {
	font-family: sans-serif;
	font-weight: 700;
	color: white !important;
}

.message-buttons-container {
	margin-bottom: 3em;
	width: 100%;
	text-align: center !important;
	align-content: center;
}

.message-n-buttons {
	margin: 0 auto;
	width: 50%;
	position: relative;
}

.buttons-under-message button {
	margin-right: 2em;
	padding-left: 2em;
	padding-right: 2em;
}

.video-div {
	margin-top: 3em;
	margin-bottom: 3em;
	width: 100%;
}

.video-container {
	height: calc((70vw - 20px) * 0.5625);
    width: calc(90% - 20px);
	padding: 1em;
	margin: 0 auto;
	position: relative;
}

.video-container iframe {
	height: 100%;
	width: 100%;
}

.description-quad-container {
	margin-top: 2em;
	width: 100%;
	text-align: center;
}

.quarter-space{
	min-height: 220px;
	padding: 1em;
	vertical-align: top;
	width: 23%;
	display: inline-block;
	box-sizing: border-box;
}

.quarter-space h2 {
	text-align: left;
}

.quarter-space p {
	margin-top: 2em;
	text-align: left;
	vertical-align: top;
}

.quarter-space img {
	margin-bottom: 2em;
	position: relative;
}

.descriptive-paragraph-container {
	margin-top: 3em;
	width: 100%;
}

.descriptive-paragraph-container p {
	margin-bottom: 1em;
}

.descriptive-paragraph-container h3 {
	margin-bottom: 1em;
}

.paragraph-squeeze {
	margin: 0 auto;
	width: 80%;
	position: relative;
}

.squeeze-container {
	width: 100%;
	align-content: center;
}

.img-fp-container {
	margin-top: 2em;
	width: 100%;
	align-content: center;
	text-align: center;
}

.img-fp {
	padding: 1em;
	position: relative;
	margin: 0 auto;
}

.fp-img-p {
	margin-top: 2em;
	width: 100%;
}

.dual-hotstop-container {
	width: 100%;
	margin-top: 7em;
	margin-bottom: 7em;
}

.nested-halves {
	text-align: center;
	vertical-align: middle;
	width: 49%;
	display: inline-block;
}

.hotstop-button-right h3 {
	margin-bottom: 1em;
}

.certs-container {
	width: 100%;
	margin-bottom: 4em;
}

.verbiage-container {
	width: 100%;
	margin-bottom: 2em;
}

.verbiage-container h2 {
	text-align: center;
	margin-bottom: 1em;
}

.verbiage-container p {
	text-align: center;
}

.link-container {
	width: 100%;
}

.link-quarters {
	width: 24%;
	display: inline-block;
	text-align: center;
}

.link-quarters a {
	font-size: 22px;
	font-weight: 600;
}

.link-quarters a:hover {
	font-size: 22px;
	font-weight: 700;
	color: #0000EE;
}

@media screen and (max-width: 900px) {
	.quarter-space{
		align-content: center;
		text-align: center;
		width: 100%;
		display: block;
		margin-bottom: 3em;
	}
	
	.quarter-space img {
		height: auto;
		width: 40%;
		margin-bottom: 1em;
	}
	
	.nested-halves {
		width: 100%;
		display: block;
		text-align: center;
		align-content: center;
	}
	
	.nested-halves img {
		margin-bottom: 2em;
	}
	
	.link-quarters {
		width: 100%;
		display: block;
		text-align: center;
		align-content: center;
		margin-bottom: 1em;
	}
}