/* GENERAL USE */
#home-content .greyBack{
	background-color: #EEE;
	padding: 10px 30px 30px 30px;
	margin-bottom: 5px;
	width: 100%;
}
#home-content .wide{
	width: 100%
}
.full-HI{
	width: 100%;
}
#home-content .purp-border{
	border: 5px solid #6e3061;
}
#home-content .wgs{
	padding: 10px;
	border: 4px solid #FFBD07;
}
#home-content hr{
	border: 1px solid #EEE;
	margin: 10px 0;
}
/* #home-content h3{
	color: #6e3061;
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0;
	text-transform: uppercase;
}
#home-content h3:after{
	display: none;
}
#home-content h3 span:not(.fa){
	font-size: 1.6em;
} */
#home-content h4{
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
#home-content .grid10{
	padding-left: 30px;
}
#home-content .learnMore{
    border-top: 2px solid #EEE;
    border-bottom: 2px solid #EEE;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
    font-size: 1.1em;
	float: left;
	width: 100%;
}
#home-content .grid4{
	padding-right: 20px;
}
#home-content dl{
	margin: 10px 0;
}
#home-content dl dt{
	padding: 0;
}
#home-content .greyBack h3{
	text-align: right;
}

/* HOME */
#home-content .home .grid9{
	padding-right: 10px;
}
#home-content .home .greyBack img{
	display: block;
	margin: 0 auto;
}
#home-content .home .greyBack .videoContainer img.playBtn{
	display: none;
}
#home-content .home .greyBack p{
	text-align: center;
}
#home-content .home .vidLink{
	border-bottom: 2px solid #6e3061;
	margin-bottom: 10px;
	clear: left;
	padding-bottom: 10px;
}
#home-content .home .vidLink a{
	text-decoration: none;
	font-weight: bold;
}
#home-content .home .playBtn{
	display: none;
}
#home-content .home .faIcons{
	clear: left;
	text-align: right;
}

/* FACULTY */
#home-content .faculty ul{
	margin: 10px 0;
	padding: 10px 0;
	padding-top: 0;
	border-bottom: 1px dotted #EEE;
	list-style-type: none;
}
#home-content .faculty ul li:first-of-type{
	text-transform: uppercase;
	font-weight: bold;
}

/* GRADUATE ASSISTANT */
#home-content .gradAssistant img{
	float: right;
	margin-left: 10px;
}

/* VIDEOS */
#home-content .videos img.playBtn{
	display: none;
}

/* FACULTY PAGES */
#home-content .facultyProfile img{
	display: block;
	margin: 0 auto;
}
#home-content .facultyProfile .grid2{
	padding-right: 10px;
}

/* 
/* PROGRAM DETAILS
#home-content .programDetails .grid9{
	padding-right: 10px;
} 
*/

/* NEWS */
#home-content .newsPage .grid6{
	padding: 0 10px;
	text-align: center;
}

/* WOMEN AND GENDER STUDIES */
#home-content .topImg{
	width: 100%;
}
#home-content .flex-caption {
	background-color: transparent; 
}
#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%;
}

/* centers the bullet points on home page */
#home-content ul.ulWSdefault li {
	margin-left: 45%;
}
@media only screen and (max-width:768px){
	#home-content ul.ulWSdefault li {
		margin-left: 40%;
	}
}

@media only screen and (max-width:480px){
	#home-content ul.ulWSdefault li {
		margin-left: 35%;
	}
}
/* ************************************** */

/* social bar */
.wsSocialBar{
	width: 100%;
	display: block;
	position: relative;
	top: -7px;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: 0px;
	margin-bottom: 5px;
}
#home-content .wsSocialBar p{
	margin: 0px 0px;
}
.wsSocialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}

/* new faculty page */
#home-content ul.wsFaculty {
	padding-top: 4%; 
}
#home-content ul.wsFaculty li{
	list-style: none;
	padding-bottom: 1%;
}


@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%;
	}
}


@media only screen and (max-width:768px){
	/* HOME */
	#home-content .home .grid9{
		padding-right: 0;
	}
	/* dispay block menu colors */
	#home-content .innerWCUSplitBlock h2{
		color: #382140;
	}
	#home-content .innerWCUSplitBlock p{
		color: #6e3061;
	}
	
	/* sizing for faculty images */
	#home-content .wsLiam, #home-content .wsTabassum, #home-content .wsSam, #home-content .wsTabitha, #home-content .wsSara{
		width: 250px;
		height: 250px;
	}
	
	/* PROGRAM DETAILS 
	#home-content .programDetails .grid9{
		padding-right: 0;
	}
	*/
	
}

@media only screen and (max-width:480px){
	/* GRADUATE ASSISTANT */
	#home-content .gradAssistant img{
		float: none;
		display: block;
		margin: 10px auto;
	}
}

