
.footer .widget {
   border-top: 0;
}

.posts .post-content .more-link {
    display: block;
    margin-top: 1.1em;
    font-weight: bold;
}


.header .cover {
background: hsl(0deg 0% 100% / 0%);}

/* Hides comments icon on Homepage KD 7910659 */
.home .post-meta {
    display: none;
}

.posts .post-meta {
    display: none;
}

.post.sticky .sticky-post {
    display: none;
}

/* Left aligns menu item text KD 7910659 */
.main-navigation ul ul a {
    text-align: left;
}

.wpnbha .entry-title a {
		color: #467b18 !important;
    text-decoration: none;
    font-weight: bold;
}

.wpnbha .article-section-title {
    font-size: .9em !important;
    margin-bottom: 20px !important;
    /* margin-bottom: 0.5em; */
    width: 100%;
}

#block-28 {
	padding: 0px !important;
}

#block-31 {
	padding: 0px !important;
}



/* Global font setup */
body {
  font-family: 'Manrope', sans-serif;
}

/* Intro header styling */
.intro-header {
  text-align: center;
  padding: 40px 20px;
}

.intro-header h1 {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: -0.3px;
  color: #1c1c1c;
}

.intro-header .black {
  display: block;
  color: #1c1c1c;
}

.intro-header .green {
  display: block;
  color: #2d7a2f;
}

.intro-header p {
  font-size: 1.1rem;
  color: #555;
  font-weight: 500;
}

/* Force Manrope globally (optional — to apply everywhere) */
body, h1, h2, h3, h4, h5, h6, p, span, a, div {
  font-family: 'Manrope', sans-serif !important;
}

/* Specific intro block override */
.intro-header {
  text-align: center;
  padding: 0px;
  font-family: 'Manrope', sans-serif !important;
}

.intro-header h1 {
  font-size: 3rem;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: -0.3px;
  color: #1c1c1c;
  font-family: 'Manrope', sans-serif !important;
}

.intro-header .black,
.intro-header .green {
  display: block;
  font-family: 'Manrope', sans-serif !important;
}

.intro-header .green {
  color: #2d7a2f;
}

.intro-header p {
  font-size: 1.1rem;
  color: #555;
  font-weight: 500;
  font-family: 'Manrope', sans-serif !important;
}

/* Most likely structure in Baskerville or similar blog themes */
.page-id-8421 header.entry-header,
.page-id-8421 .entry-title,
.page-id-8421 .post-header,
.page-id-8421 .page-header {
  display: none !important;
}

/* Hide 2024 title */

.page-id-9405 header.entry-header,
.page-id-9405 .entry-title,
.page-id-9405 .post-header,
.page-id-9405 .page-header {
  display: none !important;
}

/* Hide 2023 title */

.page-id-9377 header.entry-header,
.page-id-9377 .entry-title,
.page-id-9377 .post-header,
.page-id-9377 .page-header {
  display: none !important;
}

/* Hide 2022 title  */

.page-id-9380 header.entry-header,
.page-id-9380 .entry-title,
.page-id-9380 .post-header,
.page-id-9380 .page-header {
  display: none !important;
}

/* Hide 2021 title  */

.page-id-9383 header.entry-header,
.page-id-9383 .entry-title,
.page-id-9383 .post-header,
.page-id-9383 .page-header {
  display: none !important;
}

.page-id-8421 .post-content h3 {
  margin-top: 10px !important;
}

.full-width-image-wrapper {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  max-width: 100vw;
  overflow: hidden;
  text-align: center;
}

.full-width-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}

.full-width-image-wrapper {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.full-width-image-wrapper img {
  margin: 0 !important;
  padding: 0 !important;
}


