/* 
This is the section css for
Master of Social Work 
*/
/* 
This is the section css for
Master of Social Work 
*/


/**RSS FEED - PROFILES**/
#home-content #profilesFeed{
	background-color: #441F49;
	color: #fff;
}

#home-content .imgLeft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#home-content .gridLeft{
	padding-right: 10px;
}

#home-content .listStyle{
	list-style-type: disc;
}

#home-content #profilesFeed .commNewsItem h3 {
	display: block;
	color: #fff;
}

#home-content #profilesFeed .commNewsItem a:visited{}
#home-content #profilesFeed .commNewsItem h3 {
	display: block;
	color: #fff;
}
#home-content #profilesFeed .commNewsItem{
	width: 100%;
	padding-top: 20px;
}
#home-content #profilesFeed .commNewsItem img{
	/* 	width:100% */
	float: none;
	display: block;
	margin: 0 auto;
	max-width: 85%;
}

#home-content #profilesFeed .commDate{
	display: none;
}
#home-content #profilesFeed p{
	position: absolute;
	float:right;
}
#home-content .readMoreLink{
	text-align: right;
}

#home-content .btnVoices{
	width: 100%;
}

#home-content .programs{
	background-color: #fff;
	padding: 0px 20px 20px 20px;
	border: 2px solid #382140;
	margin-bottom: 20px;
}
#home-content .lowerAlphaList{
	list-style-type: lower-alpha;
}

/**IMAGE PLACEMENT**/
#home-content .imgRight{
	float: right;
	padding-left: 10px;
}
#home-content .imgLeft{
	float: left;
	padding-right: 10px;
}
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

#hbPage h4{
	border-bottom: none;
	color: #763775;
	padding-bottom: 0;
	margin-bottom: 10px;
}

/*archive*/
#home-content .grid12 .archivePage{
	margin: 10px;
}
#home-content .grid12 .archivePage .grid4{
	padding-left:10px;
}
#home-content .archivePage #newsArchiveFeed .grid12{
	display: flex;
	flex-wrap: wrap;
}
/*News Feed*/
#home-content #newsFeed h3:after{
	display: none;
}

#home-content #newsFeed h3{
	border-bottom: none;
	font-size: 1.6em;
	color: #441F49;
	margin-top: 0;
	line-height: 35px;
}

#home-content #newsFeed .grid4{
	padding-left: 20px;
}
#home-content #newsFeed .commDate{
	display: none;
}
#home-content .vision2020{
	float: right;
	margin-left: 10px;
}
#home-content .vision2020 .btnMain{
	width: 100%;
}
/******	RSS FEED	******/
#home-content #profilesFeed .grid3:nth-of-type(4n+1){
	clear: left;
}
#home-content #profilesFeed .grid3:nth-of-type(n+5){
	display: none;
}

#home-content  #profilesFeed {
	background-color: #441F49;
	overflow: auto;
}

#home-content  #profilesFeed .grid3 {
	/* 	padding: 0 20px !important; */
	text-align: center;
}
/* #home-content  #profilesFeed img { 
width: 100%;
} */



/* ============================ NEW HOME - PATRICK ================================== */

#home-content .customH3 {
	border: none;
	color: #441F49;
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
}
#home-content .customH3:after { display: none; }
#home-content .customH3 span {
	font-size: .5em;
	font-weight: normal;
}
/* HOME BANNER */
#home-content #homeBanner > .row-responsive > .grid4 {
	display: table; 
}
#home-content #homeBanner > .row-responsive > .grid4 > .content {
	display: table-cell;
	vertical-align: middle;
}
#home-content #homeBanner .grid4:nth-child(1) { text-align: right; }
#home-content #homeBanner h2 {
	color: #FFF;
	font-size: 4.5em;
	line-height: 1em;
	margin: 0;
}
#home-content #homeBanner {
	background-color: #441F49;
	margin-top: -10px;
	overflow: auto;
}
#home-content #homeBanner .grid4:nth-child(2) {
	text-align: center;
}
#home-content #homeBanner .faIcons {
	font-size: 5em;
	text-align: center;
}
#home-content #homeBanner .faIcons span { color: #FFF; }
#home-content #homeBanner .faIcons span:hover { color: #FFBD07; }
#home-content #homeBanner .customBtn {
	border-radius: 5px;
	border: 3px solid #FFF;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	padding: 5px 0;
	margin: 1em auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 80%;
}
#home-content #homeBanner #applyBtn { background-color: #FFBD07; }
#home-content #homeBanner #applyBtn:hover {
	background-color: #D9AA2A;
	color: #FFF;
}
#home-content #homeBanner #visitBtn { background-color: #B094B5; }
#home-content #homeBanner #visitBtn:hover {
	background-color: #763775;
	color: #FFF;
}
#home-content .homeStats img{
	display: block;
	margin: 0 auto;
}
#home-content .homeStats .grid4{
	padding: 0 10px;
	text-align: center;
}
/* LINK TILES */


#home-content #linkTiles .linkWrapper,
#home-content #linkTiles .linkWrapper img { width: 100%; }
#home-content #linkTiles .panelTitle {
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
}
#home-content #linkTiles .grid3:nth-of-type(even) .panelTitle {
	color: #441F49;
	background: rgba(255, 255, 255, .8);
}
/* ALUMNI SPOTLIGHT */

/* PROGRAM NEWS */
#home-content #programNews h5 {
	color: #7030A0;
	font-size: 1.3em;
	/* 	font-weight: normal; */
	margin: 10px 0;
}
/* ============================ NEW HOME - PATRICK ================================== */


#home-content h4 {
	margin-top: 20px;
}
#home-content .greyBox {
	background-color: #eee;
	padding: 15px 10px;
	margin-bottom: 10px;
}
#home-content #curriculumImages img {
	width: 100%;
}
#home-content #curriculumImages .grid4:nth-child(1) {
	padding-right: 10px;
}
#home-content #curriculumImages .grid4:nth-child(2) {
	padding-left: 5px;
	padding-right: 5px;
}
#home-content #curriculumImages .grid4:nth-child(3) {
	padding-left: 10px;
}

/*	Remove padding from contentHolder	*/


/*	NEW HOME PAGE	*/
#mswHome #topSection{
	padding: 20px 40px;
	margin: 10px 0px;
	background-color: #eee;
}
#home-content #mswHome h3, #home-content #mswHome h3:after{
	font-size: 2.3em;
	border-bottom: none;
	background: none;
	color: #441F49;
	margin-top: 0;
}
#home-content #linkWrapperSection{
	padding: 30px 20px;
	float: left;
}
#home-content #linkWrapperSection .grid3{
	padding: 10px;
}
#mswHome .spotlightBox{
	padding: 0px;
	float: left;
	width: 100%;
}
#mswHome .spotlightBox img{
	float: left;
	padding-right: 20px;
	padding-top: 10px;
}
#mswHome .spotlightBox .row-responsive{
	margin-top: 0;
	margin-bottom: 0;
}
#mswHome .spotlightBox .contentSlides{
	margin-top: 0;
}
#mswHome .spotlightBox .contentSlidesContainer{
	padding-right: 0;
}
#home-content #factsSlides .slides{
	padding: 10px 30px;
}
#home-content #mswHome h4{
	margin-top: 10px;
}
#mswHome .faIcons{
	float: right;
	margin-bottom: 20px;
}
#mswHome #westChesterCampus{
	background-color: #B094B5;
	padding: 5px 20px;
	float: left;
	width: 100%;
}
#mswHome #westChesterCampus img{
	float: left;
	width: 34%;
	padding-right: 40px;
}
#mswHome #westChesterCampus span{
	font-size: 2em;
	color: #441F49;
}
#mswHome #westChesterCampus p:first-of-type{
	margin-top: 45px;
}
#mswHome #westChesterCampus p{
	color: #fff;
	font-size: 1.1em;
	margin-top: 2px;
}
#mswHome #phillyCampus{
	background-color: #441F49;
	padding: 5px 20px;
	float: left;
	width: 100%;
}
#mswHome #phillyCampus img{
	float: right;
	width: 25%;
	padding-left: 40px;
	padding-bottom: 25px;
	margin-top: 35px;
	margin-right: 40px;
}
#mswHome #phillyCampus span{
	font-size: 2em;
	color: #B094B5;
}
#mswHome #phillyCampus p:first-of-type{
	margin-top: 45px;
}
#mswHome #phillyCampus p{
	color: #fff;
	font-size: 1.1em;
	margin-top: 2px;
	text-align: right;
}
#home-content #quickLinks .row-responsive{
	margin-top: 0;
	margin-bottom: 0;
}
#home-content #quickLinks .bottomBoxes a{
	padding: 60px 5px;
	display: block;
	text-align: center;
	text-decoration: none;
	font-size: 2.1em;
	line-height: 1.2em;
}
#home-content #quickLinks .bottomBoxes a:hover{
	font-weight: bold;
}
#home-content #quickLinks h3{
	margin-top: 0px;
	text-align: center;
}

#home-content .sideMenu .quickLinks h4{
	text-align: center; 
	margin-top: 0;
}
#home-content .sideMenu .quickLinks ul{
	list-style-type: none;
	margin-left: 0;
}

#home-content .spotlightBox h3{
	margin-top: 0px;
	text-align: center;
}
#darkPurple, #darkPurple a{
	background-color: #441F49;
	color: #fff;
}
#gray, #gray a{
	background-color: #eee;
	color: #441F49;
}
#lightPurple, #lightPurple a{
	background-color: #B094B5;
	color: #441F49;
}
#gold, #gold a{
	background-color: #D9AA2A;
	color: #441F49;
}
#home-content .visitApplyBtn{
	float: right;
	margin-right: 5px;
	margin-top: 7px;
}
#home-content .faIcons{
	float: right;
	margin-top: 4px;
}

/* GENERAL USE */
#home-content .wide{
	width: 100%;
}

#home-content .greyBack{
	background-color: #EEE;
	padding: 10px;
}

#home-content .news{background-color: #EEE; padding: 10px;}
#home-content .news h4{margin-bottom: 5px;}
#home-content .news p{color: #474747; border-bottom: 1px dotted #763775; margin-bottom: 5px; margin-top: 5px; padding-bottom: 5px;}
#home-content .news p:last-of-type{border-bottom: none;}

#home-content .stayConnected h4{text-align: center; margin-top: 0; margin-bottom: 5px;}
.stayConnected .facebookIcon a{
	background: url(../images/logos1.png) 0px 0px no-repeat;
	padding: 12px 0 6px 45px;
}
.stayConnected .facebookIcon a:hover{background: url(../images/logos1.png) 0px -40px no-repeat;}
.stayConnected .twitterIcon a{
	background: url(../images/logos1.png) -141px 0px no-repeat;
	padding: 12px 0 6px 45px;
}
.stayConnected .twitterIcon a:hover{background: url(../images/logos1.png) -141px -40px no-repeat;}
.stayConnected .instagramIcon a{
	background: url(../images/logos1.png) -282px 0px no-repeat;
	padding: 12px 0 6px 45px;
}
.stayConnected .instagramIcon a:hover{background: url(../images/logos1.png) -282px -40px no-repeat;}
.stayConnected .googleIcon a{
	background: url(../images/logos1.png) -423px 0px no-repeat;
	padding: 12px 0 6px 45px;
}
.stayConnected .googleIcon a:hover{background: url(../images/logos1.png) -423px -40px no-repeat;}
.stayConnected .facultyNewsIcon a{
	background: url(../images/logos1.png) -564px 0px no-repeat;
	padding: 12px 0 6px 45px;
}
.stayConnected .facultyNewsIcon a:hover{background: url(../images/logos1.png) -564px -40px no-repeat;}
.stayConnected a{margin-bottom: 10px;}
.stayConnected a{
	float: left;
	font-size: .85em;
	line-height: 12pt;
	text-align: left;
	text-decoration: none;
	color: #575757;
}
.stayConnected a:hover{
	text-decoration: underline;
	color: #763775;
}
.stayConnected{
	background-color: #F7F7F7;
	padding: 10px;
	border: 3px solid #EEEEEE;
	margin-top: 5px;
	margin-bottom: 5px;
}

#home-content .learnMore{
	font-weight: bold;
	text-align: center;
	font-size: 1.1em;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	display: inline-block;
	width: 100%;
	padding: 15px 0;
}

@media only screen and (max-width:480px){
	.stayConnected .grid6{width: 100%;}
	.stayConnected .grid6 a{margin-bottom: 5px;}
}

/**SIDELINKS ON CURRICULUM**/
/* side menu */
#home-content .hideMenu{
	display: none;
}
#home-content .sideLinks{
	margin-top: 10px;
	padding-right: 20px;
}
#home-content .sideLinks .grid12{
	margin: 0;
	max-width: 380px;
}
#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;
	border-top: none;
	border-bottom: none;
}
#home-content .sideLinks .subSideLink:before{
	content: "\203A"; 
	padding-right: 5px; 
	position: relative;
	top: -1px;
	color: #763775;
}
#home-content .subLinks{
	border-bottom: 1px solid #DDD;
}
#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;
}


#home-content #hbPage .sideLinks {
	margin-top: -65px;
	padding-right: 20px;
}

/* HOME */
#home-content #home .grid8{
	padding-right: 15px;
}
#home-content #home .grid10{
	padding-left: 15px;
}
#home-content #home .greyBack p{
	border-top: 1px solid #ddd;
	padding-top: 5px;
	margin-bottom: 5px;

}
#home-content #home .row-responsive{
	margin: 0;
}
#home-content #home .grid4 a{
	margin-top: 5px;
	margin-bottom: 5px;
}
#home-content #home .greyBack {
	margin-bottom: 5px;
}

@media only screen and (max-width: 600px) {
	#home-content #home .grid2 img{
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 70%
	}
	#home-content #home .grid4 img{
		margin-left: auto;
		margin-right: auto;
		display: block;
		width: 100%
	}
}


/* ADMISSIONS */
#home-content #adMis .grid4{
	padding-left: 15px;
}
#home-content #adMis .grid4 img{
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 5px;
}
#home-content #adMis .grid4 a{
	margin-bottom: 5px;
	margin-top: 5px;
}
#home-content #adMis .row-responsive{
	margin: 0;
}
#home-content .grid8{
	padding-right: 10px;
}

/* CURRICULUM */
#home-content #curr .grid4{
	padding-left: 15px;
}

/* FIELD PRAC */
#home-content #fieldP .grid4{
	padding-left: 15px;
}
#home-content #fieldP .row-responsive{
	margin: 0;
}

/* FIELD EDUCATION */
#home-content #fieldE .grid4{
	padding-left: 15px;
}
#home-content #fieldE .stayConnected{
	margin-bottom: 10px
}
#home-content #fieldE .grid4 a{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* FACULTY STAFF */
#home-content #staff .nameParagraph{
	font-weight: bold;
	font-size: 1.1em;
}
#home-content #staff .grid6{
	padding: 10px;
}
#home-content #staff .grid9{
	padding-left: 10px;
}
#home-content #staff th{
	display: none;
}
#home-content #staff .row-responsive{
	margin: 0;
}
#home-content .staffBorder{
	border-bottom: 1px dotted #ddd; 
	display: block;
	height: 5px;
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-content #staff .overFlow .grid6{
	height: 25%;
}
#home-content #staff ul{
	list-style-type: square;
}
#home-content #cChi .grid2 img{
	width: 100%;
}
#home-content #cChi .grid10{
	padding-left: 15px;
}
#home-content #cChi .row-responsive{
	margin-top: 0;
}
#home-content #Metz .grid2 img{
	width: 100%;
}
#home-content #Metz .grid10{
	padding-left: 15px;
}
#home-content #Metz .row-responsive{
	margin-top: 0;
}
#home-content #Akbar .grid2 img{
	width: 100%;
}
#home-content #Akbar .grid10{
	padding-left: 15px;
}
#home-content #Akbar .row-responsive{
	margin-top: 0;
}
#home-content #pArr .grid2 img{
	width: 100%;
}
#home-content #pArr .grid10{
	padding-left: 15px;
}
#home-content #pArr .row-responsive{
	margin-top: 0;
}
#home-content #Bean .grid2 img{
	width: 100%;
}
#home-content #Bean .grid10{
	padding-left: 15px;
}
#home-content #Bean .row-responsive{
	margin-top: 0;
}
#home-content #Buck .grid2 img{
	width: 100%;
}
#home-content #Buck .grid10{
	padding-left: 15px;
}
#home-content #Buck .row-responsive{
	margin-top: 0;
}
#home-content #yi .grid2 img{
	width: 100%;
}
#home-content #yi .grid10{
	padding-left: 15px;
}
#home-content #yi .row-responsive{
	margin-top: 0;
}
#home-content #Ello .grid2 img{
	width: 100%;
}
#home-content #Ello .grid10{
	padding-left: 15px;
}
#home-content #Ello .row-responsive{
	margin-top: 0;
}
#home-content #aHol .grid2 img{
	width: 100%;
}
#home-content #aHol .grid10{
	padding-left: 15px;
}
#home-content #aHol .row-responsive{
	margin-top: 0;
}
#home-content #aLa .grid2 img{
	width: 100%;
}
#home-content #aLa .grid10{
	padding-left: 15px;
}
#home-content #aLa .row-responsive{
	margin-top: 0;
}
#home-content #Lewis .grid2 img{
	width: 100%;
}
#home-content #Lewis .grid10{
	padding-left: 15px;
}
#home-content #Lewis .row-responsive{
	margin-top: 0;
}
#home-content #Neal .grid2 img{
	width: 100%;
}
#home-content #Neal .grid10{
	padding-left: 15px;
}
#home-content #Neal .row-responsive{
	margin-top: 0;
}
#home-content #tenn .grid2 img{
	width: 100%;
}
#home-content #tenn .grid10{
	padding-left: 15px;
}
#home-content #tenn .row-responsive{
	margin-top: 0;
}
#home-content #allen .grid2 img{
	width: 100%;
}
#home-content #allen .grid10{
	padding-left: 15px;
}
#home-content #allen .row-responsive{
	margin-top: 0;
}
#home-content #Mohr .grid2 img{
	width: 100%;
}
#home-content #Mohr .grid10{
	padding-left: 15px;
}
#home-content #Mohr .row-responsive{
	margin-top: 0;
}
#home-content #Murray .grid2 img{
	width: 100%;
}
#home-content #nJohn .grid2 img{
	width: 100%;
}
#home-content #nJohn .grid10{
	padding-left: 15px;
}
#home-content #Murray .grid10{
	padding-left: 15px;
}
#home-content #Murray .row-responsive{
	margin-top: 0;
}

/* NEW STUDENTS */	
#home-content #newStu .grid9{
	padding-right: 15px;
}
#home-content #newStu .grid3 a{
	margin-top: 5px;
	margin-bottom: 5px;
}
#home-content #newStu .row-responsive{
	margin-top: 0;
}
#home-content #newStu h2{
	margin-bottom: 5px;
}

/* RESOURCES */
#home-content #resources .grid4, #home-content #resources .grid3{
	padding: 10px;
}
#home-content #resources .grid6{
	padding: 0px 20px;
}
#home-content #resources .row-responsive{
	margin: 0;
}
#home-content #resources .grid6 iframe{
	max-width: 100%;
}
#home-content .eventFlyers .grid6{
	padding: 0 10px;
}
#home-content .eventFlyers img{
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}
#home-content .eventFlyers p,
#home-content .eventFlyers h3{
	text-align: center;
}
/* VOICES */
#home-content #voices .grid9{
	padding-right: 15px;
}

/* DIRECTIONS / PARKING */
#home-content #parking .grid6{
	padding: 7px;
}
#home-content #parking .grid6 img{
	width: 100%;
}
#home-content #parking .grid9{
	padding-right: 7px;
}
#home-content #parking .grid3 a{
	margin-top: 5px;
	margin-bottom: 5px;
}
#home-content #parking .grid3 img{
	margin-top: 5px;
}

/* PHILADELPHIA */
#home-content #philly .row-responsive{
	margin: 0;
}
#home-content #philly .grid4{
	padding-left: 10px;
}

/* TUITION FINANCIAL AID */

#home-content #tutAid .grid4{
	padding-left: 15px;
}

/* DEPARTMENT NEWS */
#home-content .newsArchives .grid2 {
	background-color: #EEE;
}
#home-content .newsArchives .grid10 p{
	font-weight: bold;
	padding-left: 20px;
}
#home-content .newsArchives .grid12{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
}


/*************** DISPOSITIONS *******************/
#home-content .contentHolder .dispositionContent h2{
	font-size: 1.5em;
}
#home-content .disposition > div > div{
	margin-top: 10px;
	margin-bottom: 10px;
}
#home-content .disposition .grid6{
	padding: 0 10px;
}
#home-content .disposition .grid4{
	padding: 0 10px;
}
#home-content .disposition .grid3{
	padding: 0 10px;
}
#home-content .ynBlock{
	background-color: #441F49;
	border: 5px solid #763775;
	color: #FFF;
	padding: 5px 10px;
	text-align: center;
	width: 40%;
	display: block;
	margin: 0 auto;
	position: relative;
}
#home-content .ynBlock p{
	color: #FFF;
	font-size: 1.5em;
	line-height: 1.5em;
	font-weight: bold;
	margin: 0;
	margin-bottom: 20px;
	padding: 0 10px;
	padding-bottom: 10px;
}
#home-content .yesLink, #home-content .noLink{
	position: absolute;
	bottom: 5px;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
	padding: 0 10px;
	padding-bottom: 5px;
}
#home-content .yesLink:hover, #home-content .noLink:hover{
	color: #FFBD07;
	cursor: pointer;
}
#home-content .yesLink{
	left: 5px;
	border-left: 2px solid #441F49;
	border-bottom: 2px solid #441F49;
}
#home-content .yesLink:hover{
	border-left: 2px solid #FFBD07;
	border-bottom: 2px solid #FFBD07;
}
#home-content .noLink{
	right: 5px;
	border-right: 2px solid #441F49;
	border-bottom: 2px solid #441F49;
}
#home-content .noLink:hover{
	border-right: 2px solid #FFBD07;
	border-bottom: 2px solid #FFBD07;
}
#home-content .stepContent{
	width: 40%;
	background: #EEE;
	border: 2px solid #441F49;
	padding: 5px 10px;
	display: block;
	margin: 0 auto;
}
#home-content .grid6 .stepContent{
	width: 100%;
}
#home-content .grid4 .stepContent{
	width: 100%;
}
#home-content .grid3 .stepContent{
	width: 100%;
}
#home-content .noLink.ynActive{
	color: #FFBD07;
	border-right: 2px solid #FFBD07;
	border-bottom: 2px solid #FFBD07;
}
#home-content .yesLink.ynActive{
	color: #FFBD07;
	border-left: 2px solid #FFBD07;
	border-bottom: 2px solid #FFBD07;
}
#home-content .hideContent{
	display: none;
}

/********** DISPOSITIONS **********/
#home-content .hideDispositionContent{
	display: none;
}
#home-content .dispositionRight{
	padding-left: 10px;
	margin-top: 10px;
}
#home-content .dispositionRight > .grid12{
	margin-bottom: 10px;
}
#home-content .dispositionRight > h3{
	border: 1px solid #DDD;
	margin: 0;
	padding: 5px;
	color: #FFF;
}
#home-content .dispositionRight  > h3:after{
	display: none;
}
#home-content .dispositionRight > h3:first-of-type{
	background: #763775;
}
#home-content .dispositionRight h3:last-of-type{
	background: #B094B5;
}
#home-content .dispositionRight ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content .dispositionRight li a{
	display: block;
	border: 1px solid #DDD;
	border-top: none;
	padding: 5px;
	text-decoration: none;
}
#home-content .dispositionRight li.addText{
	padding: 5px;
	border: 1px solid #DDD;
	border-top: none;
}
#home-content .dispositionRight li a:hover{
	font-weight: bold;
	cursor: pointer;
}
#home-content .addText{
	font-size: .85em;
}
.hdnContent{
	display: none;
	padding: 10px;
	max-width: 400px;
}
#home-content .homeLists{
	margin-bottom: 10px;
}
#home-content .homeLists .grid6{
	padding: 0 5px;
}
#home-content .dispositionMenu{
	margin-bottom: 10px;
}

/********** CALENDAR **********/
#home-content .smallFont{
	font-size: 1.5em;
}
#home-content .alumniCalendar iframe{
	display: block;
	margin: 0 auto;
}
#home-content .calendarEvents span.pdfIcon{
	display: none;
}

@media only screen and (max-width: 1000px) {
	#home-content #homeBanner h2 {
		font-size: 3em;
	}
}

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

	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(1) { padding-right: 0; }
	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(2) { padding-left: 0; padding-right: 0; }
	#home-content .col4-4-4 > .row-responsive > .grid4:nth-child(3) { padding-left: 0; }
	#home-content #homeBanner { margin-bottom: 10px; }
	#home-content #homeBanner .grid4:nth-child(1) {text-align: center; }
	#home-content #homeBanner h2 {
		font-size: 2em;
		margin: 1em 0;
	}
	#home-content #homeBanner h2 br { display: none; }
	#home-content .alumniSpotlight { padding-bottom: 15px; }
	#home-content #resources .linkWrapper {
		margin: 0 auto !important;
		display: block;
		width: 90%;
	}
	#home-content #resources .panelInfo img { width: 100%; }
	#home-content #linkWrapperSection{
		padding-left: 5px;
		padding-right: 5px;
	}
	#home-content #linkWrapperSection .grid4 { padding: 10px 0px; }
	#home-content #linkWrapperSection .grid4 img { width: 100%; }
	#home-content .row-responsive { margin-bottom: 1em; }
	#home-content .whiteTile { margin-bottom: 10px; }
	.visitApplyBtn{
		margin-top: 0px;
	}
	#home-content .faIcons{
		float: left;
		margin-top: 0px;
	}
	#home-content .commNewsItem figcaption{
		text-align: center;
	}
	#home-content .homeStats .grid4{
		padding: 0;
	}
}
#home-content .vision2020{
	float: right;
}

/*	GRADUATE ASSISTANTSHIPS	*/
#home-content .jobDescriptions #accordion ul li, .accordion ul li {
	margin-bottom: 0px;
}


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

.secondarySlider li img{
	width: 100%;
}
.centerContent img{
	display: block;
	margin: 0 auto;
}
.centerContent p{
	display: block;
	margin: 0 auto;
}

.centerContent h1, .centerContent h2, .centerContent h3, .centerContent h4, .centerContent h5, .centerContent h6, .centerContent p{
	text-align: center;
}

.centerH2{
	text-align: center;
}

#home-content .faProcess a{
	color: #d4a129;
	text-decoration: underline;

}

.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;
}

.faProcess p, .faProcess h3, .faProcess ul, .faProcess li, .faProcess .wcuLink, .faProcess .wculink svg{
	color: #F5F5F5;
	fill: #F5F5F5;
}
.faProcess .grid4 img{
	display: block;
	margin: 0 auto;
	max-width: 200px;
}
.faProcess .row-responsive{
	margin-bottom: 40px;
}
#home-content .faProcess .psuedoHead1{
	font-size: 4em;
	color: #d4a129;
}
#home-content .faProcess .psuedoHead1 span{
	color: #ffe800;
}
#home-content .resourceBottom ul{
	list-style-type: none;
	margin-left: 0px;
}
#home-content .resourceBottom .tcsContainer{
	padding: 20px 10%;
}


@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 .smallHeader {
	font-size: .65em;
	font-family: "myriad-pro", Arial, sans-serif;
	color: #6e3061;
	font-weight: 700;
	letter-spacing: .15rem;
	text-transform: lowercase;
}

#home-content .grad .grid4{
	padding: 10px;
}

#home-content .grad .centerTiles.btnPad {
    padding: 3%;
	text-align: center;
}

#home-content .grad .purplePara, .pyPara2, .pyPara1 {
	padding: 0px;
}

#home-content .grad .centerContent {
	padding: 3% 10%;
	display: block;
	float: left;
	width: 100%;
}

#home-content .grad .grid4 .faProcess img{
	max-width: 98%;
}