@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .flex-wrap {
			display: inline !important;
		}
		
		.row {
			max-width: 1600px !important;
		}
		
		.dividerQuote {
			max-width: 1600px !important;
		}
		
		.collapse {
			display: inline !important;
		}
		
		.ie-show {
			display: inherit !important;
		}
		.ie-hide {
			display: none !important;
		}
		
		body,
		.mainContentContainer,
		.containerMain,
		.footer,
		#sponsorContainer,
		.footer,
		.row,
		.exhibitorListGridContain,
		.exhibitorListListContain,
		.featuredtabsBox {
			min-width: 1000px !important;
			max-width: 1600px !important;
			width: 100%;
		}
		
		.margin-top-30-xs.margin-top-30-ieFix,
		.margin-top-40-xs.margin-top-40-ieFix {
			margin-top: 0px !important;
		}

	.col-lg-12, .col-md-12, .col-sm-12, .col-xs-12 {
		max-width: 1600px;
	}
	
	.col-lg-11, .col-md-11, .col-sm-11, .col-xs-11 {
		max-width: 1375px;
	}
	
	.col-lg-6, .col-md-6, .col-sm-6, .col-xs-6 {
		max-width: 750px;
	}
	
	.col-lg-4, .col-md-4, .col-sm-4, .col-xs-4 {
		max-width: 453px;
	}
	
	.col-lg-3, .col-md-3, .col-sm-3, .col-xs-3 {
		max-width: 351px;
	}
	
	.exhibitorGridBox .headersThree {
		max-width: 453px;
	}

	.ie-453-maxWidth {
		max-width: 453px;
	}


}