@media screen and (min-width:1200px) {
	
	body.grid {
		background:		center top url(../images/grid-lg.png) repeat-y;
	}
	
	a.feedback {
		top:			280px;	
	}

	#copy .cnt i.fa-laptop {
		display:		none;	
	}
	
	#copy .cnt i.fa-desktop {
		display:		inline;	
	}
	
	#banner {
		height:			160px;	
	}
	
	#banner ul.meta {
		padding-top:	25px;	
	}
	
	#banner ul.topnavigation {
		padding-top:	55px;	
	}
}