/* 
This is the section css for
Graduate Student Association 
*/

.fancybox-inner ul{
	margin-left: 20px !important;
}
.gsaBanner{
	max-width: 90%;
}
#home-content #gsaHome .secondarySlider img, #home-content #gsaHome .secondarySlider{
	width: 100%;
}

#home-content .eventsListed{
	text-align: center;
}
#home-content .eventsListed a img{
	width: 350px;
}

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

#home-content #clubs a {
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	padding-top: 10px;
	display: block;
	width: 100%;
}
#home-content #clubs a:hover {
	background-color: #763775;
	color: #fff;
	transition:.2s;
}
#home-content #clubs .fancybox-contentDS {
	display: inline-block;
	margin: 0 auto;
	width: 100%;
	font-size: 1.4em;
	font-weight: bold;
	padding: 20px;
}
#home-content #clubs .grid4 .row-responsive{
	margin-top: 0px;
}

#home-content .socialMediaGSA { display: inline-block; }

/** PROGRAMMING **/
#home-content .programming .grid7{
	padding-right: 10px;
}
#home-content .programming .grid5 iframe{
	width: 100%;
}

/** GSA MEMBERS **/
#home-content .imgCenter{
	display: block;
	margin: 0 auto;
	padding: 0 10px;
}


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