/*

> 2017
> still requiring CSS hacks for IE

IE *still* needs hacks to work properly with flexbox. And this is just 11.

*/

@media all and (-ms-high-contrast:none) {

	.site-branding, .main-navigation {
		margin: inherit !important;
	}

	.main-navigation {
		margin-left: 50px !important;
	}

	.listen-now-button {
		flex: inherit !important;
	}
}
