html, body {
	letter-spacing: .05em;
	max-width:100%!important;
	box-shadow: none!important;
	line-height:1.6;
}

p, ul, ol {
	font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-weight:400!important;
	color:#6D6D6D;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Lato", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-weight:700!important;
	color:#1a1a1a;
}


.green-section {
	background:#216267;
	padding:4rem;
	text-align:center;
	margin-bottom:40px;
}

.section-header {
	text-align:center;
	margin-bottom:40px;
}

.section-header-container {
	padding:4rem;
	background:#efefef;
	border:4px solid #216267;
}

.section-header-container p {
	margin-bottom:0;
}

.section-bg-parallax {
	background:url(https://cdn2.hubspot.net/hubfs/121295/Gospel_Advancing_Images/gam-assessment-parallax-bg.jpg) no-repeat center center;
	background-size:cover;
	background-attachment: fixed;
	margin-top:40px;
	padding:4rem 0rem;
	min-height:450px;
	display:flex;
	align-items:center;
	justify-content: center;
	line-height: 1.6;
}

.section-bg-parallax p {
	color:#fff;
	margin-bottom:0;
}

.section-additional-resources {
	padding:4rem;
	margin:4rem auto;
	text-align: center;
}

.section-additional-resources .four {
	text-align:center;
}

.section-additional-resources img {
	width:100%;
	min-height: 320px;
	object-fit: contain;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.section-additional-resources img:hover {
	box-shadow: 0 3px 6px rgba(17,15,51,0.15);
}

.section-pre-footer p {
	background:#232323;
	color:#fff;
	text-align:center;
	font-weight: 700;
	padding:1rem;
	margin-bottom:0;
	letter-spacing:.242em;
	font-size:12px;
}