#introduction,
#purpose,
#eligibility-criteria {
	padding-top: 50px;
	padding-bottom: 50px;
}
#introduction {
	display: flex;
	align-items: center;
	position: relative;
	padding-top: 150px;
	min-height: 100vh;
	background: center / cover no-repeat  url(/images/hero-background.jpg);
}
#introduction h1 {
	color: #fff;
}
#introduction p.notice,
#notice p {
	padding: 25px;
	background: #3E4653;
	color: #fff;
	font-size: 17px;
	line-height: 1.5em;
}
#introduction p.pstn-bttm-xs.notice {
	border-radius: 0;
	width: 100%;
	text-align: center;
}

#purpose .col-md-4 img {
	width: 150px;
}
#purpose a svg {
	vertical-align: middle;
}

#eligibility-criteria {
	background-color: #f2f2f2;
}
#eligibility-criteria h2 {
	margin-bottom: 25px;
}
#eligibility-criteria h3 {
	color: #4091af;
}
#eligibility-criteria .col-lg-4 {
	display: flex;
	align-items: start;
	align-items: flex-start;
	padding-left: 25px;
	padding-right: 25px;
}
#eligibility-criteria .col-lg-4 {
	margin-bottom: 25px;
}
#eligibility-criteria .col-lg-4 img {
	width: 55px;
	height: auto;
	flex-shrink: 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	/* This looks super weird and stupid, but IE breaks without it.
		 See here: https://github.com/philipwalton/flexbugs/issues/231#issuecomment-618574662 */
	.full-screen {
		height: 1px;
	}
}

@media (min-width: 768px) {
	#introduction,
	#purpose,
	#eligibility-criteria {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#purpose .col-md-4 img {
		width: auto;
	}

	#eligibility-criteria h2 {
		margin-bottom: 50px;
	}
	#eligibility-criteria h3 {
		font-size: 30px;
	}
	#eligibility-criteria .col-lg-4 {
		margin-bottom: 50px;
	}
}
@media (min-width: 992px) {
	#introduction {
		padding-top: 100px;
	}

	#purpose .col-md-4 {
		margin-top: 155px;
	}
}

@media (max-width: 1199px) {
	.brochure-btn {
		display: table;
		margin-top: 15px;
	}
}


