/* Standard informational page title band. Explicitly excludes protected store pages and Page 601. */
body.page-template-default.page:not(.page-id-7):not(.page-id-8):not(.page-id-9):not(.page-id-10):not(.page-id-22):not(.page-id-601) main.site-main > .page-header {
  padding: 80px 0 60px;
  text-align: center;
}
body.page-template-default.page:not(.page-id-7):not(.page-id-8):not(.page-id-9):not(.page-id-10):not(.page-id-22):not(.page-id-601) main.site-main > .page-header > .entry-title {
  margin: 0;
  color: #FFFFFF;
  font-family: "Oswald", sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.08;
  text-align: center;
}
body.page-template-default.page:not(.page-id-7):not(.page-id-8):not(.page-id-9):not(.page-id-10):not(.page-id-22):not(.page-id-601) main.site-main > .page-content > .wp-block-spacer:first-child {
  display: none;
}
@media (max-width: 1067px) {
  body.page-template-default.page:not(.page-id-7):not(.page-id-8):not(.page-id-9):not(.page-id-10):not(.page-id-22):not(.page-id-601) main.site-main > .page-header {
    padding: 60px 0 50px;
  }
  body.page-template-default.page:not(.page-id-7):not(.page-id-8):not(.page-id-9):not(.page-id-10):not(.page-id-22):not(.page-id-601) main.site-main > .page-header > .entry-title {
    font-size: 44px;
  }
}
@media (max-width: 767px) {
  body.page-template-default.page:not(.page-id-7):not(.page-id-8):not(.page-id-9):not(.page-id-10):not(.page-id-22):not(.page-id-601) main.site-main > .page-header {
    padding: 48px 0 40px;
  }
  body.page-template-default.page:not(.page-id-7):not(.page-id-8):not(.page-id-9):not(.page-id-10):not(.page-id-22):not(.page-id-601) main.site-main > .page-header > .entry-title {
    font-size: 36px;
  }
}
