/* Shared navigation behavior across the website. */
html{scroll-padding-top:calc(var(--site-header-height, 76px) + 12px)}
.top{position:sticky;top:0;z-index:100}
@media(min-width:851px){.video-layout .player{top:calc(var(--site-header-height, 76px) + 16px)}}
