@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

.block-lang-dropdown .form-group select{background-size: 0px 12px;}

.header-top .region-header-top-sidebar-left {
    top: 20%;
    -ms-transform: translateY(-20%);
}

.header-top .region-header-top-sidebar-right {
    top: 35%;
    -ms-transform: translateY(-35%);
}

.region-header-top-sidebar-right.region > .block-search{position: absolute;}

.region-header-top-sidebar-right.region > .active.block-search {
    left: 0px;
    right: 0px;
    width: 90%;
    margin: 0 auto;
    position: absolute;
}

}
