@media (min-width:1200px){
	
	.container { width:1260px; }
	
	body{
		/* background:orange; */
	}
	
	#head #head-btm { height:auto; /* display:none; */ }
	#head #head-btm #sfcMenu { height:auto; display:block; }
	
	/***************************************
	** EXPAND SIDE NAV
	***************************************/
	
	#sfcExpandMenu { display:none; }
	
	/***************************************
	** SAVE PAGE
	***************************************/
	
	#savePage { margin-bottom:20px; }

	#what-we-do .col-lg-2 {
    		width: 14.2%;
	}
	#guidance .col-lg-2 {
    		width: 14.2%;
	}
	
}