@media all and (-ms-high-contrast:none)
{
	/*.foo { color: green }  IE10 */
	/*::-ms-backdrop, .foo { color: red }  IE11 */
	.shape-before-what-we-do:before{
		display: block;
	}
	.hero{
		height: 100vh;
	}
	.hero .container,
	.page-header .container{
		margin: 0;
	}
	.nav-item:last-child{
		top: -25px;
	}
	.page-header{
		height: 35vh;
	}
	.page-header:before{
		height: 120px;
		bottom: -2px;
		background-size: 100%;
	}
	.the-map iframe{
		filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	}
}