﻿/*Support IE*/
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	/* IE10+ specific styles go here */

	.navbar-expand-lg .navbar-nav .menuNavbar {
		left: -267px;
		top: 56px;
		background-color: #f1fbfe;
	}

	#custom-search-input button {
		position: absolute;
		left: 216px;
		right: 0px;
		top: 0px;
		bottom: 0px;
		padding: 0px 5px;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 17px;
	}
}