#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

/********** FULL WIDTH **********/
.horizontalMenu{
	display: none !important;
}
#home-content{
	max-width: none !important;
	width: 100% !important;
}
.contentHolder{
	padding: 0;
}
#home-content .contentHolder > .row-responsive:first-of-type{
	margin-top: -10px;
}
#home-content .contentHolder .row-responsive .grid12 .row-responsive:not(.sectionPadding){
	padding: 0 50px 10px;
}

/** header section **/
#programEABHero{
	position: relative;
}
#programEABHero img{
	width: 100%;
}
#programEABHero .programEABHeader h1 svg{
	display: none;
}
#programEABHero .programEABHeader h1 a{
	color: #FFF;
	text-decoration: none;
}
#programEABHero .programEABHeader h1 a:hover{
	color: #FFF !important;
	text-decoration: underline;
}
.programEABHeader{
	position: absolute;
	z-index: 10;
	border-left: 5px solid #ffe800;
	padding-left: 10px;
	left: 20px;
	bottom: 60px;
	width: 65%;
	padding: 10px;
}
.programEABHeader h1{
	color: #FFF;
	font-weight: normal;
	margin: 0;
	width: 100%;
}
.programEABHeader h1 span{
	padding-left: 0;
}
.programEABHeader h2{
	display: block;
	color: #FFF;
    line-height: .5em;
	font-weight: normal;
	margin: 0;
    margin-bottom: 20px;
    font-family: "myriad-pro", Arial, sans-serif;
}
.programEABHeader h2 span{
	font-size: .5em;
}
.programEABHeader a.btnContact{
	display: inline-block;
	float: none;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
	margin: 0;
	margin-bottom: 3px;
}
.programEABHeader a.btnContact:hover{
	background: #FFF;
}
.programEABHeader a.btn{
	border-radius: 0;
	line-height: 2em;
}
.programEABHeader .breadCrumb{
	padding-top: 0;
	color: #FFF;
}
.programEABHeader .breadCrumb a{
	color: #FFF;
	text-decoration: underline;
}

/** body section **/
#home-content .centerHeader, #home-content .centerText{
	text-align: center;
}
#home-content .sectionPadding{
	padding: 20px 15%;
}
#home-content .sectionPurple{
	background-color: #382140;
}
#home-content .sectionPurple h2, #home-content .sectionPurple h3, #home-content .sectionPurple h4{
	color: #FFE800;
}
#home-content .sectionPurple p, #home-content .sectionPurple li{
	color: #FFF;
}
#home-content .sectionPurple a, #home-content .sectionPurple a:visited{
	color: #FFF;
}
#home-content .sectionPurple div.accordion h3 a{
	color: #382140;
}
#home-content .sectionPurple .btn{
	color: #FFF;
	border: 2px solid #FFF;
}
#home-content .btnWide{
	width: 100%;
}
#home-content .ctaBtn a.btn{
	color: #382140;
	background: #FFE800;
	border: 2px solid #FFE800;
}
#home-content .ctaBtn a.btn:hover{
	background: #382140;
	color: #FFE800 !important;
}
#home-content img.imgCenter{
	display: block;
	margin: 0 auto;
}
#home-content .sectionPurple .responsiveTable tr{
	background: #EEE;
}

/** statistic section **/
#home-content #statistics > .tileBuilderSnippet:first-of-type{
	display: flex;
}
#home-content #statistics > .tileBuilderSnippet:first-of-type > .grid4{
	display: flex;
}
#home-content #statistics > .tileBuilderSnippet:first-of-type > .grid4 .statistic{
	flex: 1;
	border: 2px solid #382140;
	border-radius: 10px;
}
#home-content .statistic h3{
	margin: 0;
	margin-bottom: 5px;
	padding: 10px 0;
	background: #382140;
	color: #FFE800;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
#home-content .statistic .statisticContent{
	padding: 5px 20px;
}
#home-content .statistic h3{
	font-size: 5em;
}
#home-content .statistic h4{
	margin: 5px 0;
}

/** quotes section **/
#home-content .gradQuotes > div{
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#home-content .gradQuotes > div{
	border-bottom: 1px solid #EEE;
}
#home-content .gradQuotes > div:last-of-type{
	border: none;
}
#home-content .gradQuotes img{
	max-width: 150px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#home-content .gradQuotes p{
	font-style: italic;
	font-size: 1.2em;
}

/** contact section **/
#home-content .contactLinks p{
	margin: 0;
}

@media screen and (max-width: 768px){
	#home-content .tileBuilderSnippet > div.grid6,
	#home-content .tileBuilderSnippet > div.grid4{
		width: 100%;
	}
	.pageWrapper{
		margin-top: 0;
	}
	#programEABHero{
		position: inherit;
		background: #B094B5;
		padding: 20px 0;
	}
	#programEABHero .programEABHeader{
		position: inherit;
	}
	#programEABHero .programEABHeader h1{
		margin-top: 0;
	}
	#home-content p.ctaBtn{
		margin: 0;
	}
}