/*search box width*/
/* IE 10, 11 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .search-global input[type='text'] {
    width: 197px;
  }
}
