/* 
This is the section css for
Anthropology Sociology 
*/

/* ================ */
/*   GRID SYSTEM    */
/* ================ */
#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 10px; }
#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 10px; }
#home-content .col6-6 .grid6 { text-align: center; }
#home-content .col6-6 ul {
	list-style: none;
	margin-left: 0;
}

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

#home-content .quickBold{
	font-weight: bold;
}
#home-content .fac-page .grid3{
	padding: 30px 20px 10px 20px;
}
#home-content .fac-page h4{
	text-align: center;
	margin-top: 10px;
}
#home-content .fac-page h4 a, #home-content .fac-page h4 a:visited{
	color: #382140;
}
#home-content .fac-page img{
	display: block;
	margin: 0 auto;
	min-width: 150px;
	max-width: 150px;
}

@media only screen and (max-width: 768px) {
	/* ================ */
	/*   GRID SYSTEM    */
	/* ================ */
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(1) { padding-right: 0; }
	#home-content .col6-6 > .row-responsive > .grid6:nth-child(2) { padding-left: 0; }
}