  /*
Description: IE ANY specific style.
*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){
	select::-ms-expand {
		display: none;
	}
	.page-header-simple .col-12
	{
		min-width:100%;
	}
	section.page-modular .page-header .image-muted h1, 
	section.page-modular .page-header-simple h1
	{
		 font-family: 'FuturaStd-Light', 'Nunito Sans', sans-serif;
		font-weight:300;
	}
	
	.top_bar .logo-col img
	{
		/* max-height:60px; */
		max-height:40px;
	}
	.logo_col img
	{
		max-height:68px;
	}
	
}
/*
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (min-width:992px){
	.d-lg-block {
		display: block !important;
	}	
}

*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active), (max-width:1200px){
	.top-mobile-menus{ display:block; }
}