@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none;
  }
}
@media screen and (-ms-high-contrast: active) and (min-width: 800px) {
  #navSection {
    width: 98%;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  img[src*=".svg"] {
    width: 100%;
  }
}

/*# sourceMappingURL=ie.css.map */
