/** home **/
#home-content .nationalStudentExchange .grid9{
	padding-right: 10px;
}
#home-content .nationalStudentExchange .grid9 .nseLogoImg{
	float: left;
	margin-right: 10px;
	max-width: 150px;
}
#home-content .nationalStudentExchange .grid3 h4{
	margin-top: 10px;
	margin-bottom: 5px;
}
#home-content .nationalStudentExchange .grid3 > p{
	margin: 0;
}
#home-content .nationalStudentExchange .grid3 > p > a.btn{
	margin: 5px 0;
}
#home-content .nationalStudentExchange .grid3 .btn{
	width: 100%;
}
#home-content .nationalStudentExchange .grid3 ul li > div.row-responsive{
	margin: 0;
}
#home-content .nationalStudentExchange .grid3 ul li{
	clear: left;
}
#home-content .nationalStudentExchange #accordion ul li{
	margin-bottom: 2px;
}
.FancyBoxText{
	padding: 10px;
}
.FancyBoxText ul{
	padding-left: 20px;
}
#home-content .nseSway{
	width: 600px;
	text-align: center;
	border: 1px solid #EEE;
	padding: 0 10px 10px 10px;
}
#home-content .nseSway h3{
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
#home-content .nseSway h3:after{
	display: none;
}
#home-content .nseSway a{
	display: inline-block;
	background-color: #441F49;
	color: #FFF;
	padding: 5px 10px;
	text-decoration: none;
}
#home-content .nseSway a:hover{
	color: #FFBD07;
}
#home-content .nseSway a:visited{
	color: #FFF;
}
#home-content .homeBtns a{
	display: block;
	width: 100%;
	background: #763775;
	padding: 20px 10px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	font-size: 1.5em;
	margin: 0;
	font-weight: bold;
	line-height: 1.2em;
}
#home-content .homeBtns a:visited{
	color: #FFF;
}
.s-lch-widget-float{
	right: 80px !important;
	bottom: 40px !important;
}
#home-content #kaltura_player{
	width: 100%;
	max-width: 480px;
	height: 360px;
}
#home-content .nseVideo > .row-responsive{
	margin: 0;
}

/** featured students **/
#home-content .featuredStudents .grid2 img{
	display: block;
	margin: 0 auto;
}
#home-content .featuredStudents h3{
	border-bottom: none;
	margin: 0;
	color: #763775;
}
#home-content .featuredStudents h3:after{
	display: none;
}
#home-content .featuredStudents .grid10 ul{
	list-style-type: none;
	margin-left: 0;
}

@media only screen and (max-width:768px){
	#home-content #kaltura_player{
		height: 247px;
	}
}

@media only screen and (max-width:480px){
	#home-content #kaltura_player{
		height: 360px;
	}
}