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

#home-content .grid4{
	padding-right:10px;
}
#home-content .grid9{
	padding-right: 20px;
}
#home-content .quickBold{
	font-weight: bold;
}
#home-content .imgLeft{
	float: left;
	margin: 0px 20px 10px 0px;
}

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

.centerH2{
	text-align: center;
}
.centerContent .grid4{
	padding: 0px 10px;
}
#home-content .borderContent, #home-content .border{
	width: 100%;
}
#home-content #botSection .grid6:first-of-type{
	padding: 2% 2% 2% 5%;
}
#home-content #botSection .grid6:last-of-type{
	padding: 2% 5% 2% 2%;
}
#home-content .centerContent .grid3 img{
	margin-top: 30px;
}
.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%;
}
.artSocialBar{
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	float: left;
	margin-top: 0px;
}
#home-content .artSocialBar p{
	margin: 0px 0px;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}
#home-content .ovBlockContainer .ovContent p{
	margin-top: 5px;
	margin-bottom: 5px;
}
#home-content .centerContent .brandContent .grid3{
	padding: 5px 20px;
}
#home-content .centerContent .grid3 img{
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
#home-content .centerContent .grid9 h2{
	text-align: left;
}
#home-content .centerContent .grid9{
	padding-left: 30px;
}
#home-content .centerContent .grid9 p{
	text-align: left;
	font-size: 1.1em;
}
#home-content .centerContent .videoContainer{
	width: 100%;
}
#home-content .centerContent .videoContainer img{
	display: block;
	margin: 0 auto;
}
#home-content .border{
	float: left;
}
#home-content .border .grid4 img{
	width: 100%;
}
#home-content .borderContent{
	padding: 0px 0px;
}
#contact-page .grid3{
	padding-right: 20px;
}
#contact-page .grid3 img{
	width: 100%;
}

#lalsCourseList ul
{
	width: 11.11%;
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 1em 0;
}
@media only screen and (max-width:1024px){
	#lalsCourseList ul
	{
		width: 33.33%;
	}
}
@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;
	}
}