/********** DEFAULT **********/
#home-content .greyGrid{
	padding: 10px;
	background: #EEE;
	font-size: .9em;
	line-height: 20px;
	margin: 15px 0;
}
#home-content .greyGrid h4{
	margin-top: 0;
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0;
}

#home-content .grid3{
	padding-left: 20px;
}
#home-content .bursarBtn{
	display: block;
	margin: auto;
	border-radius: 0px;
	padding: 10px;
	
}
#home-content .btnEmergContact{
	float: right;
}

#home-content .emergency{
	color: red;
}
#home-content .announcementTitle{
	color: #763775;
	font-weight: bold;
}
#home-content .imgAnnounce img{
	float: left;
	margin-right: 10px;
}
#home-content .imgAnnounce ul{
	position: relative;
	left: 20px;
}


/**NEW HOMEPAGE CSS**/
#home-content .resourcesHome .grid3{
	padding: 5px 5px;
}

#home-content .resourcesHome .grid3 a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	background-color: #763775;
	padding: 20px 0px 20px 20px;
	display: block;
}
#home-content .grid9{
	padding-left: 20px;
}
#home-content .emergencyInfo .btnMain{
	width: 100%;
}
/********** FACULTY AND STAFF **********/

#home-content .facultyStaff .grid10{
	padding-left: 20px;
}

#home-content .facultyStaff .row-responsive .grid6:first-of-type{
	padding-right: 5px;
}
#home-content .facultyStaff img{
	float: left;
	margin-right: 10px;
}
#home-content .facultyStaff ul{
	list-style-type: none;
}
#home-content .facultyStaff ul li:nth-of-type(3){
	margin-top: 10px;
}
#home-content .traineesStaff img{
	float: left;
	margin-right: 10px;
}
#home-content .traineesStaff h4{
	clear: left;
}
#home-content .traineesStaff ul{
	list-style-type: none;
}
#home-content .traineesStaff ul li:nth-of-type(2){
	margin-top: 10px;
}

/********** GROUP COUNSELING ***********/
#home-content .expandList li:hover{
	cursor: pointer;
}
#home-content .counselingVideo p{
	margin: 0;
}

/********** REFERRALS **********/
#home-content .referralDocs{
	background: #EEE;
	padding: 10px;
}
#home-content .referralDocs h3{
	border-bottom: none;
	margin: 0;
}
#home-content .referralDocs h3:after{
	display: none;
}

/********** RESILIENCE *********/
#home-content .resilienceLogo{
	float: right;
	z-index: 10;
	margin-left: 10px;
	position: relative;
}

/********** SOCIAL JUSTICE *********/
#home-content .onCampusContact .grid12{
	padding: 0 10px;
	width: 50%;
	margin-bottom: 10px;
}
#home-content .contactResource{
	text-align: center;
	border: 2px solid #EEE;
}
#home-content .contactResource ul{
	list-style-type: none;
	margin-left: 0;
}
#home-content .contactResource li:first-of-type{
	background-color: #763775;
	color: #FFF;
	padding: 10px;
}

/*************RESOURCES**************/
#home-content .flexsliderMixedContent .slides
{
	height: auto !important;
}
#home-content .flexsliderMixedContent
{
	text-align: center;
	font-weight: bold;
	padding-bottom: 15px;
}
/* #home-content .flexsliderMixedContent .slides li
{
min-height: 300px;
padding: 0 10px;
} */
#home-content .resourcesSpace h4
{
	margin-top: 5px;
	margin-bottom: 0;
	border-bottom: none;
	font-size: 1.1em;
}
#home-content .resourcesSpace
{
	background-color: #eee;
	padding: 10px;
	float: left;
}

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

	/********** FACULTY AND STAFF **********/
	#home-content .facultyStaff .grid6{
		border-bottom: 2px solid #EEE;
		padding: 10px 0;
	}
	#home-content .facultyStaff .row-responsive .grid6:first-of-type{
		padding-right: 0;
	}
	#home-content .facultyStaff .row-responsive:last-of-type .grid6:last-of-type{
		border: none;
	}

	/********** SOCIAL JUSTICE **********/
	#home-content .onCampusContact .grid12{
		width: 100%;
		padding: 0;
	}

	/********** GROUP COUNSELING **********/
	#home-content .counselingVideo img{
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width:480px){
	/********** DEFAULT **********/
	#home-content .imgAnnounce ul{
		position: inherit;
	}

	/********** FACULTY AND STAFF **********/
	#home-content .facultyStaff ul{
		margin-left: 0;
	}
	#home-content .traineesStaff ul{
		margin-left: 0;
	}

	/********** RESILIENCY PAGE **********/
	#home-content .resilienceLogo{
		display: none;
	}
}
