/** GLOBAL **/
#home-content .btnWide{
	width: 100%;
}
#home-content .btnMain, #home-content .btnMain:visited{
	color: #fff;
	font-weight: bold;
}
/** HOME **/
#home-content #studyAbroadHome .grid9{
	padding-right: 10px;
}
#home-content #studyAbroadHome .faIcons a{
	height: 50px;
	float: right;
	margin: 5px;
}
#home-content #studyAbroadHome .faIcons a img{
	width: 36px;
	height: 40px;
	padding-top: 5px;
}
#home-content #studyAbroadHome .faIcons a span{
	margin-top: 0px;
}
#home-content .myWorldLogo{
	display: block;
	margin: 0 auto;
	max-width: 200px;
}
#home-content .educationAbroadStaff img{
	float: left;
	margin-right: 10px;
}
#home-content .educationAbroadStaff h4{
	border-bottom: none;
	margin: 0;
	padding-bottom: 5px;
}
#home-content .educationAbroadStaff h4 + p{
	margin-top: 0;
}
.s-lch-widget-float{
	right: 190px !important;
	bottom: 40px !important;
	font-size: 20px !important;
}

/*	STUDENT TAKEOVER PAGE	*/
#home-content #sast .row-responsive{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 3px solid #eee;
}
#home-content #sast .row-responsive:last-of-type{
	border-bottom: 0px;
}
#home-content #sast .grid4{
	padding: 10px 40px;
	padding-top: 0px;
}
#home-content #sast .grid4 .locationAbroad{
	font-size:1.5em;
	margin-bottom: 0px;
	font-weight: bold;
	color: rgba(68, 31, 73, .75);
	margin-bottom: 5px;
}
#home-content #sast .grid4 .infoAbroad{
	margin-bottom: 0px;
}
#home-content #sast .grid4 a{
	display: block;
	margin: 0 auto;
	text-align: center;
}
#home-content #sast .videoContainer{
	border-bottom: 0px; 
	padding-bottom: 0px;
	margin-top: 0px;
}
#home-content #sast .videoContainer .playBtn{
	display: none;
}
#home-content #sast #toBottomSection{
	float: left;
	width: 100%;
}
#home-content #sast #hashtag{
	font-size: 3em;
	font-weight: bold;
	color: #763775;
	text-align: center;
	margin-top: 30px;
}
#home-content #sast #toBottomSection .grid6{
	padding: 0px 10px;
}

/** HISTORICAL DATA **/
#home-content .historicalData a{
	display: block;
	background: #763775;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	font-size: 2em;
	padding: 20px;
}
#home-content .historicalData a:visited{
	color: #FFF;
}
#home-content .historicalData a:hover{
	background: #441F49;
	color: #FFBD07;
}

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



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

#home-content .imgCenter{
	display: block;
	margin: 0 auto;
}

/*** HOMEPAGE **/
.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%;
}
.purplePara .grid4{
	text-align: center;
	padding: 10px 20px;
}
.purplePara h2{
	text-align: center;
	color: #FFE800;
}
.purplePara .grid4 h4, .purplePara .grid4 p{
	color: #F5F5F5;
}
#home-content .homepageHero{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.socialBar{
	width: 100%;
	display: block;
	background-color: #6e3061;
	text-align: center;
	padding: 10px;
	padding-top: 15px;
	float: left;
	margin-top: -25px;
}
#home-content .socialBar p{
	margin: 0px 0px;
}
.socialLogo{
	display: inline-block;
	margin-right: 5px;
	max-width: 45px;
}

/*** STUDENT TAKEOVER ***/
#home-content .hTag{
	text-align: center;
}

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