/* style.temp-fix.css — temporary fix to disable html offsets and fixed locking */
@media not all and (max-width: 1024px),print{
  html{margin-top:0 !important; padding-top:0 !important; scroll-margin-top:0 !important}
}
@media not all and (max-width: 1559px),print{
  html{margin-top:0 !important; padding-top:0 !important; scroll-margin-top:0 !important}
}
html.is_locked{
  position: static !important; top: auto !important; width:100% !important;
}
@media screen and (max-width: 767px){
  html.is_locked{position: static !important}
}
