/* ---------------------------------------- 

		     IE10+ CSS STYLES 

---------------------------------------- */


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 

	/* UNIVERSAL STYLES */
	
	.btn {
		padding: 5px 8px;
	}
	
	
	/* DESKTOP NAVIGATION */

	.AspNet-Menu-Horizontal > ul > li:nth-of-type(2) > a {
		width: 110px;
	}
	
	.AspNet-Menu-Horizontal > ul > li:nth-of-type(3) > a {
		width: 150px;
	}
	
	.AspNet-Menu-Horizontal > ul > li:nth-of-type(4) > a {
		width: 150px;
	}
	
	.AspNet-Menu-Horizontal > ul > li:nth-of-type(5) > a {
		width: 120px;
	}
	
	.AspNet-Menu-Horizontal > ul > li:nth-of-type(6) > a {
		width: 110px;
		border-right: none;
	}
	
	
	/* HOMEPAGE */
	
	.tab-hero-container img {
		max-width: 1510px !important;
	}
	
	.hp-hero-mobile-img img {
		max-width: 600px !important;
	}
	
	
	/* SUBPAGE */
	
	.sidebar-links * {
		font-size: 12px;
	}
	
		.sidebar-links a img {
			width: 6px !important;
		}
}