#lang-switcher {
  margin-top: 6px;
  margin-right: 10px;
  display: inline-flex;
  align-items: flex-start;
}
#lang-switcher.hide {
  display: none !important;
} #}
#lang-switcher .globe_class {
  background-image: url('https://www.oshkoshairport.com/hubfs/globe.svg')!important;
}
#lang-switcher:hover .lang_list_class{
  display: block;
}
.lang_list_class {
  min-width: 200px;
}
.lang--current {
  color: white;
  font-size: 14px;
  margin-left: 7px;
  margin-right: 7px;
  display: block;
  cursor: pointer;
}
