#home-content .nsseBold{font-weight: bold;}
#home-content .nsseLeft{padding-right: 10px;}
#home-content .nsseList{padding-bottom: 10px;}
#home-content .nsseList li{list-style-type: none; margin-left: -20px;}
#home-content .nsseLogo{background-position: center; border: none; background: transparent;}
#home-content .nsseContact{background-color: #EEE; padding: 10px; padding-top: 5px;}
#home-content .contactList li{list-style-type: none; margin-left: -20px;}
#home-content .prize{background-color: #EEE; padding: 10px; width: 32%;}
#home-content .prize h3{margin-top: 0;}
#home-content .midGrid{margin: 0 5px;}
#home-content .nsseImg{float: right; padding: 0 10px 0 10px;}

@media only screen and (max-width:768px){
	#home-content .nsseLeft{padding-right: 0;}
	#home-content .prize{width: 100%; margin-top: 10px;}
	#home-content .midGrid{margin: 0; margin-top: 10px;}
	#home-content .nsseContact{width: 75%;}
	#home-content .nsseLogo{float: right; width: 25%;}
	#home-content .nsseImg{padding-bottom: 10px;}
}
@media only screen and (max-width:480px){
	#home-content .nsseLogo{display: none;}
	#home-content .nsseContact{width: 100%;}
}