
#missionStatement{
	background-color: #eee;
	padding: 10px 40px 20px 40px;
	margin-top: 10px;
}

.panelInfo span.panelTitle {
	padding: 15px 20px 15px 30px;
	font-size: 1.3em;
}
#home-content .right-pad{
	float: left;
	width: 100%;
	padding-right: 20px;
}
#home-content .gridLeft{
	padding-right: 10px;
}
#home-content .centerText{
	text-align: center;
}

/**		UNDERGRADUATE PAGE	  **/
#home-content #undergraduatePage .grid3, #home-content #undergraduatePage .grid4{
	padding: 0px 10px;
}

/**		GRADUATE PAGE	  **/
#home-content #graduatePage .grid3, #home-content #graduatePage .grid4{
	padding: 0px 10px;
}


/**		FACULTY PAGE	  **/
#home-content .facultySection{
	width: 100%;
	float: left;
	padding: 10px 10px 20px 10px;
	border-bottom: 4px solid #441F49;
}
#home-content .facultySection .grid6{
	padding-right: 20px;
}
#home-content #facultyPage #accordion h3{
	font-size: 1em;
}

/** FACULTY PROFILE **/
#home-content .facultyProfile .grid4{
	padding: 0 10px;
}


/* side menu */
#home-content .hideMenu{
	display: none;
}
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
	position: -webkit-sticky;
	position: sticky;
	top: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
	background-color: #fff;
}
#home-content .sideLinks a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #575757;
	font-weight: bold;
	padding-left: 13px;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
}
#home-content .sideLinks > .grid12:first-of-type > a{
	border-top: 1px solid #DDD;
}
#home-content .sideLinks .subSideLink{
	font-size: .9em;
	padding: 5px 10px 3px 30px;
	border-left: 0;
	font-weight: bold;
	text-indent: -10px;
	line-height: 20px;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .sideLinks .grid12 a:hover{
	color: #763775;
	border-left: 3px solid #FFBD07;
}
#home-content .sideLinks .activeSideLink{
	color: #763775;
	border-left: 3px solid #763775;
}
#home-content .inactive{
	display: none;
}
#home-content .active{
	display: block;
}



@media only screen and (max-width:768px){
	/*	Mhhm.. food	*/
	#home-content .gridLeft{
		padding-right: 0;
	}
}

/*****************************************************/
/*****************************************************/
/*					NEW BRAND CSS					*/
/*****************************************************/
/*****************************************************/

#home-content .grid9 .splitImg-8 .grid8, #home-content .grid9 .splitImg-8 .grid8 h3{
	padding-top: 0px;
	margin-top: 0px;
}
#home-content .grid9 .splitImg-8 .grid4{
	padding-top: 40px;
}
#home-content #ugGrad .pyPara1 .grid6:first-of-type .outerWCUSplitBlock{
	padding: 20px 5% 20px 1%;
}
.centerH2{
	text-align: center;
}
#home-content .borderContent{
	padding: 5% 20%;
}
#home-content .borderContent .border{
	padding: 2.5% 5%;
}
.centerContent .grid4{
	padding: 0px 10px;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
#ugGrad .pyPara1, #graduatePage .pyPara1, #undergraduatePage .pyPara1{
	background-image: url(https://www.wcupa.edu/education-socialWork/specialEducation/images/sideMenuSplitBack.jpg);
	background-attachment: initial;
}
#undergraduatePage .pyPara1 .grid6:last-of-type .outerWCUSplitBlock{
	padding-left: 0px;
	padding-right: 0px;
}
#graduatePage .pyPara1 .grid6:last-of-type .outerWCUSplitBlock{
	padding-left: 0px;
	padding-right: 0px;
}

/********** WISER **********/
#home-content .wiserVideo{
	display: flex;
	justify-content: center;
}

@media only screen and (max-width:1024px){
	#home-content .borderContent{
		padding: 5% 10%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 3.5%;
	}
}
@media only screen and (max-width:768px){
	.purplePara{
		padding: 20% 5% 20% 5%;
	}
	.pyPara2, .pyPara1{
		display: block;
	}
	.pyPara2 .grid6:first-of-type{
		background-color: #382140;
	}
	.pyPara2 .grid6:last-of-type{
		background-color: #FFE800;
	}
	#home-content .borderContent{
		padding: 5% 5%;
	}
	#home-content .borderContent .border{
		padding: 2.5% 2.5%;
	}
	#home-content .grid9 .splitImg-8 .grid4{
		padding-top: 0px;
		padding-bottom: 40px;
	}
	#home-content .btnPadSpecific p{
		margin: 0px 0px;
	}
}

