/* Keep the complete Trial Pro header visible while the page scrolls. */
html {
  scroll-padding-top: 188px;
}

.site-header {
  position: sticky;
  z-index: 200;
  top: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(7, 23, 57, .08);
}

.site-header .primary-nav {
  position: relative;
  top: auto;
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 130px;
  }

  .site-header {
    box-shadow: 0 5px 18px rgba(7, 23, 57, .1);
  }
}
