@media (max-width: 767px) {	
	.touch #unified-header {
/* this affects landscape iphone and android tablet - overrides style in rwd.nav.unified */
/* 		min-height: 182px; */
		min-height: inherit !important;
	}
}

@media (max-width: 479px) {
	.touch #unified-header {
/* this affect portrait iphone - overrides style in rwd.nav.unified */
/* 		min-height:120px; */
		min-height: inherit !important;
	}
}

