/* CSS fixes for specific pages */

/* Direct fix to remove white space above top bar */
.sub-page {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.sub-page .site-header {
  position: relative;
}

.sub-page .top-bar {
  margin-top: 0;
  position: relative;
  top: 0;
}
