/* =========================================
   REMOVE THEME-GENERATED PAGE HERO / TITLE
   ========================================= */

.page .page-header,
.page .entry-header,
.page .site-page-header,
.page .hero-banner,
.page .title-area,
.page .page-title-area,
.page .page-hero,
.page .inner-hero,
.page .default-page-hero,
.page .breadcrumbs,
.page .title-bar {
  display: none !important;
  min-height: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}


/* =========================================
   REMOVE EXTRA TOP SPACING FROM PAGE WRAPPERS
   ========================================= */

.page .site-main,
.page .content-area,
.page .entry-content,
.page .page-content,
.page .post-content,
.page main {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* =========================================
   TIGHTEN YOUR CUSTOM HERO / FIRST SECTION
   ========================================= */

.page .hero {
  min-height: 0 !important;
  height: auto !important;
  padding: 36px 0 40px !important;
  margin-top: 0 !important;
}

.page .hero-grid {
  align-items: start !important;
}

.page .employment-page,
.page .about-page {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* =========================================
   SAFETY: REMOVE FIRST TOP GAP IF THEME ADDS IT
   ========================================= */

.page main > section:first-child,
.page .site-main > section:first-child,
.page .entry-content > section:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}one !important;
}
/* FIX DEAD SPACE + FULL WIDTH EDITING */

.editor-canvas,
.entry-content {
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 auto !important;
}

.entry-content > * {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.entry-content .wp-block-group,
.entry-content .wp-block-columns {
    max-width: 1200px;
}

/* remove boxed feel */
.card.entry-content {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
}

/* tighten spacing */
.section {
    padding: 60px 20px !important;
}

.section-tight {
    padding: 40px 20px !important;
}
/* Remove gap under page title band */
.page-hero-compact {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0 !important;
}

/* Remove space from next section */
.page-hero-compact + .section-tight {
  padding-top: 10px !important;
  margin-top: 0 !important;
}

/* Tighten wrap spacing */
.page-hero-compact .wrap {
  margin-bottom: 0 !important;
}

/* Remove any accidental spacer blocks */
.page-hero-compact + * {
  margin-top: 0 !important;
}
/* Remove gap under page title band */
.page-hero-compact {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: 0 !important;
}

/* Remove space from next section */
.page-hero-compact + .section-tight {
  padding-top: 10px !important;
  margin-top: 0 !important;
}

/* Tighten wrap spacing */
.page-hero-compact .wrap {
  margin-bottom: 0 !important;
}

/* Remove any accidental spacer blocks */
.page-hero-compact + * {
  margin-top: 0 !important;
}
/* unify all inside pages */
.page-hero-compact {
  padding: 8px 0 0 !important;
  margin: 0 !important;
}

.page-hero-compact .wrap {
  margin: 0 auto !important;
}

.page-title-band {
  display: inline-flex;
  align-items: center;
  min-height: 62px;
  width: min(100%, 375px);
  padding: 0 22px;
  margin: 0 !important;
  border: 1px solid rgba(207,160,68,.14);
  background:
    linear-gradient(90deg, rgba(207,160,68,.12), rgba(255,255,255,.03) 68%, rgba(255,255,255,.01)),
    linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,.01));
  box-shadow: none;
}

.page-title-band .eyebrow {
  margin: 0 !important;
  font-size: .86rem;
  letter-spacing: .22em;
}

.page-title-band .eyebrow::before {
  width: 42px;
}

.page-hero-compact + .section-tight,
.page-hero-compact + .section {
  padding-top: 10px !important;
  margin-top: 0 !important;
}

/* prevent duplicate top headings from looking like a second banner */
.entry-content > h1:first-child,
.entry-content > h2:first-child {
  margin-top: 0 !important;
}