/* IE10 and IE11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.page,
	.page.is-top { 
		margin-top: 0 !important; 
	}

	.page-header {
		position: relative !important;
	}

	/* 
	 * IE11 flexbox fix: 
	 * https://github.com/philipwalton/flexbugs/issues/164 
	 */
	.simplify-container .simplify {
		min-width: 1px;
	}
}