﻿/*To fix IE header height issues. Px need to be adjusted according to header content.*/
	@media all and (-ms-high-contrast: none) and (max-width: 457px),
(-ms-high-contrast: active) and (max-width: 457px) {
	    header { min-height: 220px !important; }
	}

	@media all and (-ms-high-contrast: none) and (min-width: 458px) and (max-width: 991px),
(-ms-high-contrast: active) and (min-width: 458px) and (max-width: 991px) {
	    header { min-height: 170px !important; }
	}

	@media all and (-ms-high-contrast: none) and (min-width: 992px) and (max-width: 1010px),
(-ms-high-contrast: active) and (min-width: 992px) and (max-width: 1011px) {
	    header { min-height: 140px !important; }
	}

	@media all and (-ms-high-contrast: none) and (min-width: 1010px),
(-ms-high-contrast: active) and (min-width: 1010px) {
	    header { min-height: 120px !important; }
	}
/*****************************************/