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

	/* = Site Header
	---------------------------------------------------- */

	.site-header-inner::after{
		display: none;
	}

	.site-logo svg{
		height: 62.56px;
	}

	/* = Site Main
	---------------------------------------------------- */

	.site-main{
		display: block;
	}

	/* = Page Content
	---------------------------------------------------- */

	.page-content picture{
		width: 100%;
	}

	/* = Page Sections
	---------------------------------------------------- */

	/* categories grid */

	.categories-grid-section-item-inner{
		width: 100%;
	}

	/* media mentions */

	.media-mentions-section-item-inner{
		width: 100%;
	}

	/* = Site Footer
	---------------------------------------------------- */

	.bottom-logo svg{
		height: 37px;
	}

}

@media only screen and (max-width: 1023px) and (-ms-high-contrast: active) and (-ms-high-contrast: none){

	/* = Site Header
	---------------------------------------------------- */

	.site-logo svg{
		height: 49.97px;
	}

}

@media only screen and (max-width: 767px) and (-ms-high-contrast: active) and (-ms-high-contrast: none){

	/* = Site Header
	---------------------------------------------------- */

	.site-logo svg{
		height: 34.09px;
	}

}