﻿@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.section-title,
	.page-title {
		color: #e8323a;
		background: none;
		animation: none;
	}

	.story-section .section-title,
	.story-section .more-link {
		color: #e8323a;
		background: none;
		animation: none;
	}

	.header-shell,
	.header-brand,
	.site-nav,
	.section-head,
	.footer-shell,
	.home-footer-shell,
	.image-footer-shell,
	.hero-overlay,
	.hero-countdown,
	.notice-item,
	.line-news,
	.news-page-list a {
		display: -ms-flexbox;
	}

	.header-shell,
	.section-head,
	.footer-shell,
	.home-footer-shell,
	.image-footer-shell,
	.hero-overlay {
		-ms-flex-align: center;
	}

	.header-shell,
	.section-head,
	.hero-overlay {
		-ms-flex-pack: justify;
	}

	.section-grid,
	.news-page-layout,
	.image-page-layout,
	.story-item {
		display: block;
	}

	.section-grid:after,
	.news-page-layout:after,
	.image-page-layout:after,
	.story-item:after,
	.image-page-grid:after {
		content: "";
		display: block;
		clear: both;
	}

	.news-panel {
		float: left;
		width: 620px;
	}

	.notice-panel {
		float: right;
		width: 520px;
	}

	.line-news span,
	.news-page-list span,
	.notice-item > span {
		-ms-flex: 1 1 auto;
	}

	.line-news time {
		width: 80px;
	}

	.notice-item time {
		width: 72px;
	}

	.news-poster,
	.image-tabs {
		float: left;
	}

	.news-page-list {
		margin-left: 270px;
	}

	.image-page-grid {
		margin-left: 212px;
	}

	.image-page-grid article {
		float: left;
		width: 30%;
		margin-right: 3%;
		margin-bottom: 54px;
	}

	.image-page-grid img,
	.main-news-card img,
	.image-slide img {
		height: auto;
	}

	.story-thumb {
		float: left;
		width: 230px;
	}

	.story-copy {
		display: block;
		margin-left: 264px;
	}

	.story-copy span,
	.image-page-grid h2,
	.alumni-card h3 {
		display: block;
	}

	.alumni-grid {
		display: -ms-flexbox;
		-ms-flex-pack: justify;
	}

	.alumni-card {
		width: 30%;
	}

	.carousel-track {
		overflow: hidden;
	}

	.image-slide {
		display: none;
	}

	.image-slide.is-active,
	.image-slide.is-prev,
	.image-slide.is-next {
		display: block;
	}

	.home-footer-shell,
	.image-footer-shell {
		-ms-flex-pack: center;
	}
}
