/* 
This is the section css for Counselor Education
*/

#home-content .contentHolder h2.whiteH2{color: #FFF;}

#home-content #linkSectionHP .grid6{
	padding: 0px 10px 5px;
}
#home-content .gridLeft{
	padding-right: 10px;
}

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


/* 
This is the section css for
Template 
*/

/* 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;
}

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



.tabContentSwitcher {
    float: left;
    width: 100%;
    padding: 0px 10px;
    position: relative;
    z-index: 10;
}

.purplePara .wcuLink svg, .pyPara2 .grid6:last-of-type .wcuLink svg, .pyPara1 .grid6:first-of-type .wcuLink svg{
	fill: #F5F5F5;
}
.purplePara, .pyPara2, .pyPara1{
	padding: 3.5%;
}
.pyPara2, .pyPara1{
	display: flex;
}
.pyPara2 .grid6:first-of-type, .pyPara1 .grid6:last-of-type{
	background-color: #FFE800;
	height: 100%;
}
.pyPara2 .grid6:last-of-type, .pyPara1 .grid6:first-of-type{
	background-color: #382140;
	height: 100%;
}
.pyPara1 .silverFont, .pyPara1 .silverFont svg{
	color: #F5F5F5;
	fill: #F5F5F5;
}
#clinical-mh .pyPara1{
	background-image: url(https://www.wcupa.edu/education-socialWork/specialEducation/images/sideMenuSplitBack.jpg);
	background-attachment: initial;
}
#clinical-mh .pyPara2{
	background-image: url(https://www.wcupa.edu/education-socialWork/counselorEducation/images/new-bg-split.jpg);
	background-attachment: initial;
	margin-bottom: 3.5%;
}
#clinical-mh .pyPara2 .outerWCUSplitBlock{
	padding-left: 0px;
	padding-right: 0px;
}
#school-counseling .pyPara1{
	background-image: url(https://www.wcupa.edu/education-socialWork/specialEducation/images/sideMenuSplitBack.jpg);
	background-attachment: initial;
}
#school-counseling .pyPara2{
	background-image: url(https://www.wcupa.edu/education-socialWork/counselorEducation/images/new-bg-split.jpg);
	background-attachment: initial;
}
#home-content .border-one{
	padding: 3.5% 0%;
	float: left;
	width: 100%;
}
#home-content .border-one .grid7{
	padding: 40px 40px 0px 0px;
}
#home-content .border-one .grid5{
	padding-right: 30px;
}
#home-content .border-two .grid7{
	padding: 40px 40px 20px 5%;
}
#home-content .border-two .grid5{
	padding: 20px 20px 20px 40px;
}
#home-content .img-split .grid6:first-of-type h2{
	margin-top: 0px;
}
#home-content .img-split .grid6:last-of-type, #home-content .img-split .grid6:last-of-type .outerWCUSplitBlock{
	padding: 0px 0px 0px 0px;
}
#home-content .img-split .grid6:last-of-type img{
	margin-bottom: -6px;
}
.type-font span{
	font-size: 1.6em;
    margin-right: 7px;
    color: #ffe800;
    display: inline-block;
    vertical-align: text-bottom;
}



@media only screen and (min-width:768px){
	.noImgPad .grid6:first-of-type{
		padding: 0px 0px !important;
	}
}
@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;
	}
}

h3 .smallHead1 {
    font-size: .7em;
    line-height: 2em;
}

#home-content .welcomeMessage {
	padding: 5px 60px;
}