/* Highlight Pre-Approval nav item */
.header-menu-1 ul.menu > li:nth-child(6) > a {
  color: #ffffff !important;
  font-weight: 700 !important;
  background-color: #16a34a !important;
  border: 2px solid #16a34a !important;
  border-radius: 6px !important;
  padding: 4px 10px !important;
}

.header-menu-1 ul.menu > li:nth-child(6) > a:hover {
  background-color: #15803d !important;
  border-color: #15803d !important;
  color: #ffffff !important;
}

/* Hide page title on homepage */
.page-id-838 .hero-section,
.page-id-838 .page-title {
  display: none !important;
}

/* Hide page title — About page */
.page-id-1557 .entry-title,
.page-id-1557 .page-title,
.page-id-1557 h1.wp-block-post-title {
  display: none !important;
}

/* Hide hero/title + center content — all calendar pages + reviews */
.page-id-1127 .hero-section,
.page-id-1127 .page-title,
.page-id-1209 .hero-section,
.page-id-1209 .page-title,
.page-id-1266 .hero-section,
.page-id-1266 .page-title,
.page-id-1271 .hero-section,
.page-id-1271 .page-title,
.page-id-1286 .hero-section,
.page-id-1286 .page-title,
.page-id-1149 .hero-section,
.page-id-1149 .page-title {
  display: none !important;
}

/* Center calendar content */
.page-id-1209 .entry-content.is-layout-constrained,
.page-id-1266 .entry-content.is-layout-constrained,
.page-id-1271 .entry-content.is-layout-constrained,
.page-id-1286 .entry-content.is-layout-constrained {
  max-width: 860px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

/* Small portrait in header */
.site-logo-container img {
  width: 175px !important;
  height: 175px !important;
  border-radius: 6px !important;
  object-fit: cover !important;
  object-position: 75% 55% !important;
}

/* Make branding container the positioning anchor */
.site-branding[data-id="logo"] {
  position: relative !important;
}

/* Float title absolutely */
.site-title {
  position: absolute !important;
  left: 200px !important;
  top: 25px !important;
  font-size: 2rem !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
}

.site-title a,
.site-title a:link,
.site-title a:visited,
.site-title a:hover {
  color: #000000 !important;
  text-decoration: none !important;
}

/* Smaller portrait image on mobile */
@media (max-width: 768px) {
  .site-logo-container img {
    width: 60px !important;
    height: 60px !important;
  }

  .site-title {
    font-size: 0.7rem !important;
    left: 120px !important;
    top: 10px !important;
  }

  .site-title a,
  .site-title a:link,
  .site-title a:visited,
  .site-title a:hover {
    font-size: .9rem !important;
  }
}

/* Smaller portrait image on mobile */
@media (max-width: 768px) {
  .site-logo-container img {
    width: 125px !important;
    height: 125px !important;
  }
}

footer { background-color: #1a1e2e !important; }
  .site-footer { background-color: #1a1e2e !important; }
  #colophon { background-color: #1a1e2e !important; }

#footer { background-color: var(--theme-palette-color-7) !important; }

#footer,
#footer .ct-footer,
.ct-footer[data-id="type-1"],
.ct-footer[data-row="bottom"] {
  background-color: #FAFBFC !important;
}