/* only code that varies from the master style needs to go in here. */

header { padding-bottom: 0; }
#sx-co-out { width: 100%; max-width: 100%; }

#sx-nav { display: none; }
#sx-content { width: 100%; }

#sx-co { padding-left: 0; }

/* landing page specific rwd*/
/*------------------------------------
   smaller desktop / tablet landscape
--------------------------------------*/
@media only screen and (max-width: 1230px) {
	
#sx-co-out { padding: 0 !important; }	
	
}