/* ---------------------------------------- 

		     IE10+ CSS STYLES 

---------------------------------------- */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

	.two-column-lists > ol:last-of-type,
	.two-column-lists > ul:last-of-type {
		-webkit-flex: 0 1 44.7%;
		-ms-flex: 0 1 44.7%;
		flex: 0 1 44.7%;
	}
}