#gs-sponsors {
	position: relative;
	width: 25%;
	height:150px;
	margin: 0px auto 16px auto;
}
#gs-ept {
	display: block;
	margin: 0 auto;
}
#gs-ept img  {
	display: block;
	width: 235px;
	margin-left: auto;
	margin-right: auto;
}
#gs-img-tagline {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 3px;
	text-align: center;
  color: #1c1f40; /* dark blue */
}
.gs-sponsor {
	display: inline-block;
	width: 50%;
}
#gs-ftr-navbar {
	margin-bottom: 10px;
}
@media only screen and (max-width: 960px) {
	#gs-sponsors {
		width: 50%;
		height: 120px;
	}
	#gs-ept img {
		width: 170px;
	}
	#gs-img-tagline {
		font-size: 12px;
	}
}
@media only screen and (max-width: 480px) {
	#gs-sponsors {
		width: 90%;
		height: 100px;
	}
	#gs-ept img {
		padding-top: 5px;
		width: 125px;
	}
	#gs-img-tagline {
		font-size: 10px;
	}
}
@media only screen and (max-width: 360px) {
	#gs-sponsors {
		width: 100%;
		height: 100px;
	}
	#gs-ept img {
		padding-top: 5px;
		width: 125px;
	}
	#gs-img-tagline {
		font-size: 7px;
	}
}
