body > header:not(#masthead) {
  position: sticky;
  top: 0;
  z-index: 99;
  transition: all 100ms ease-in-out;
}
body > header:not(#masthead).idt-header-fixed {
  background-color: transparent;
  top: -10px;
}
@media (min-width: 1024px) {
  body > header:not(#masthead).idt-header-fixed {
    top: -50px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fcustom_codes%2F23128-scss-default.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%22%7D */