/********** FULL WIDTH **********/
#home-content{
	max-width: none !important;
	width: 100% !important;
}
.header{
	max-width: none !important;
	width: 90% !important;
}
.horizontalMenu{
	display: none !important;
}
html.collegeTemplate .pageWrapper{
	margin-top: 0;
}
.row-responsive{
	padding-top: 20px;
	top: -5px;
}
#home-wrapper{
	clear: left;
}
#contactLinkContainer{
	text-align: right;
}
#contactLinkContainer a{
	color: #FFF;
	text-decoration: none;
}
#contactLinkContainer a:visited{
	color: #FFF;
}

/** new header section **/
#programHero{
	position: relative;
}
#programHero img{
	width: 100%;
}
.triad, #programHero .triad{
	width: 100px;
	max-width: 100px;
}
.programWrapper{
	position: absolute;
	z-index: 10;
	border-left: 5px solid #ffe800;
	padding-left: 10px;
	left: 20px;
	bottom: 60px;
	width: 65%;
}
.programWrapper h1, .programWrapper h2{
	color: #FFF;
	font-weight: normal;
	margin: 0;
}
.programWrapper h1{
	line-height: .5em;
}
.programWrapper h2{
	margin-bottom: 5px;
}
.programWrapper h1 span, .programWrapper h2 span{
	font-size: .5em;
}
.programWrapper a.btnContact{
	display: inline-block;
	float: none;
	border: 1px solid #FFF;
	color: #FFF;
	text-decoration: none;
	padding: 5px 15px;
	margin: 0;
	margin-bottom: 3px;
}
.programWrapper a.btnContact:hover{
	background: #FFF;
}
.programWrapper a.btn{
	border-radius: 0;
}
.programWrapper .breadCrumb{
	padding-top: 0;
	color: #FFF;
}
.programWrapper .breadCrumb a{
	color: #FFF;
	text-decoration: underline;
}
#hero img{
	width: 100%;
}
.programBtns{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 300px;
}
.programBtns .btn{
	display: block;
}
.programBtns .btnMain:hover, .programBtns .btnWarning:hover{
	background: #FFF;
}

/** targetx form **/
#home-content .tForm iframe{
	width: 100%;
	height: 480px;
	border: 2px solid #EEE;
	margin-top: 10px;
}

/** program page content **/
#home-content .grid1 svg{
	color: #6e3061;
}
#home-content .programLeft .grid1 svg{
	color: #6e3061;
}
#home-content .programLeft .grid11{
	padding-left: 20px;
}
#home-content .programLeft .grid11 h3 + ul{
	margin-top: 15px;
}
#home-content h4{
	border-bottom: none;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
}
#home-content .grid11 > h3, #home-content .programRight h3{
	text-transform: uppercase;
	color: #441F49;
	border-bottom: none;
	font-size: 1.8em;
	margin: 0;
	margin-top: 2px;
	padding: 0;
}
#home-content .grid11 > h3:after, #home-content .programRight h3:after{
	display: none;
}
#home-content .programLeft #accordion h3{
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin: 0;
	background-color: #FFF;
}
#home-content .programLeft{
	padding-right: 20px;
}
#home-content .programRight .btn{
	width: 100%;
	margin: 5px 0;
}
#home-content .programRight h3{
	margin: 10px 0 5px 0;
}
#home-content .programRight img{
	float: left;
	margin-right: 10px;
}
#home-content .wcuTileBtn{
	font-size: 1.2em !important;
}

@media only screen and (max-width:900px){
	/** new header section **/
	#home-wrapper{
		clear: left;
	}
	#programHero{
		position: inherit;
		margin: 0;
		margin-bottom: 15px;
		padding: 20px 10px;
		padding-top: 10px;
		background: #B094B5;
	}
	.programWrapper{
		position: inherit;
		border: none;
		padding-left: 0;
		width: 100%;
	}
	.row-reponsive{
		top: auto;
	}
	.programWrapper .breadCrumb{
		padding-top: 5px;
	}
	.programWrapper .breadCrumb a{
		color: #441F49;
	}
	#contactLinkContainer{
		text-align: center;
	}
	.programBtns{
		position: inherit;
		top: auto;
		width: 100%;
		margin: 10px 0;
	}
	.programBtns a.btn{
		float: none;
		border: 1px solid #FFF;
		border-radius: 0;
		color: #FFF;
		text-decoration: none;
		padding: 5px 15px;
		background: #B094B5;
		margin: 10px 0;
	}
	.programBtns a.btn:hover{
		background: #441F49;
	}
	
	/** program page content **/
	#home-content .programLeft{
		padding-right: 0;
	}
	#home-content .programLeft, #home-content .programRight{
		width: 100%;
	}
	#home-content .programRight{
		text-align: center;
	}
	#home-content .programRight h3{
		margin: 20px 0 10px 0;
	}
	#home-content .programLeft .grid1{
		width: 20%;
	}
	#home-content .programLeft .grid11{
		width: 80%;
	}
	#home-content .programRight ul{
		list-style-type: none;
		margin-left: 0;
	}
	#home-content .programRight ul li{
		border-bottom: 1px solid #EEE;
	}
	#home-content .programRight ul li:last-of-type{
		border-bottom: none;
	}
	#home-content .programRight img{
		float: none;
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width:768px){
	/** new header section **/
	#programHero{
		margin-bottom: 0;
	}
}