  .region.region-content {
    max-width: 950px;
    width: 100%;
}

/* Large screens with sidebar */
@media (max-width: 1200px) {
    .region.region-content {
        max-width: 750px;
        padding: 0 15px;
    }
}

/* Tablet */
@media (max-width: 992px) {
    .region.region-content {
        max-width: 750px;
        padding: 0 15px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .region.region-content {
        max-width: 100%;
        padding: 0 10px;
    }
}

.state-H2 {
  color: #00356b !important;
  font-size: 3rem !important;
  margin-bottom: -5px;
}

/* Intro text width */
.intro-width {
    max-width: 750px;
    width: 100%;
}

/* Adjust layout when sidebar causes text wrapping */
@media (max-width: 1200px) {
    .intro-width {
        max-width: 100%;
    }
}

p.home-width {
    max-width: 980px;
    width: 100%;
}

@media (max-width: 768px) {
  p.home-width {
    width: 100%;
  }
}

/* Media query for wide screens */
@media (min-width: 1220px) {
  .related_links_description_wide {
    max-width: 1220px !important;
  }
}

/* Body text max-width adjustment */
.related_links_description_wide {
  max-width: 980px;
}

/* Carousel Test */
figcaption.label.color_white.content_carousel_caption {
  font-size: 1.85em;
  font-style: normal;
  font-weight: bold;
}

@media (max-width: 768px) {
  figcaption.label.color_white.content_carousel_caption {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  figcaption.label.color_white.content_carousel_caption {
    font-size: 1em;
  }
}

/* ===== RESPONSIVE STATE SECTION ===== */
.divTable-state {
  display: flex;
  flex-direction: column;
  align-items: center; /* centers the section */
  justify-content: center;
  width: 100%;
  gap: 2.5rem;
  margin: 0 auto;
  text-align: center;
  padding-bottom:20px;
}

.div2ColTableRow-state {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap; /* allows wrapping for smaller screens */
  gap: 3rem;
  width: 100%;
  max-width: 900px; /* keeps layout balanced on large screens */
  margin: 0 auto;
}

.div2ColTableCell-state {
  flex: 1 1 40%; /* two per row by default */
  max-width: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

/* Headline */
.h2facts {
  text-align: center;
  margin-bottom: 30px;
  font-size: 3rem !important;
  color: #00356b;
  line-height: 1.2;
}

/* Numbers */
.info-number {
  font-family: 'Yale', 'Times New Roman', Times, Baskerville, Georgia, serif;
  font-size: 3em;
  color: #00356b;
  margin: 0 0 8px 0;
}

/* Titles below numbers */
.info-title {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  max-width: 250px;
  margin: 0 auto;
}

/* ===== RESPONSIVE BREAKPOINTS ===== */

/* Tablet */
@media (max-width: 992px) {
  .div2ColTableRow-state {
    gap: 2rem;
  }

  .div2ColTableCell-state {
    flex: 1 1 45%;
    padding: 15px;
  }

  .info-number {
    font-size: 2.5em;
  }

  .h2facts {
    font-size: 2.5rem !important;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .div2ColTableRow-state {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }

  .div2ColTableCell-state {
    flex: 1 1 100%;
    max-width: 100%;
    padding: 10px 0;
  }

  .info-number {
    font-size: 2em;
  }

  .info-title {
    font-size: 0.9375rem;
    max-width: 90%;
  }

  .h2facts {
    font-size: 2rem !important;
  }
}

.related_links_title_wide {
  margin: 20px 0;
  display: none;
}

/* ===== IMPACT IMAGE TEXT SECTION ===== */

.impact-image-text-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.impact-text-below {
  margin-top: 1em;
  padding: 1em;
  background-color: #286dc1;
}

.impact-text-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.impact-item {
  background-color: #fff;
  padding: 0.75em;
  border-radius: 0.5em;
  font-family: 'Mallory', 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
  font-size: 1em;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .impact-image-text-container {
    flex-direction: column;
  }

  .impact-text-grid {
    grid-template-columns: 1fr;
  }
}

.related_links_content.related_links_content_wide {
  margin-top: -100px;
}

/*FOOTER BUTTON*/
.large_visual_buttons {
  display: none;
}

.large_visual_background:after {
  opacity:.2 !important;
}

.large_visual_background:after {
  opacity:.2 !important;
}

.stay-connected a {
  text-decoration: underline;
  color: #fff;
}

/*STATE LANDING PAGE H3*/
.state-page-H3 {
  color: #00356b !important;
  font-size: 2rem !important;
  line-height: 50px;
  max-width: 960px;
  font-family: 'YaleDesign';
  font-style: normal;
  font-weight: normal;
  margin-top: 50px;
}

/* Add top spacing on mobile devices */
@media (max-width: 768px) {
  .state-page-H3 {
    margin-top: 40px !important;
  }
}

/* Optional: Extra spacing for very small mobile devices */
@media (max-width: 480px) {
  .state-page-H3 {
    margin-top: 50px !important;
  }
}

/*LIST BULLETS */
.body_text ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.body_text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px; /* Controls spacing between bullets */
}
.body_text ul li::before {
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  background-color: #286dc0;
  border-radius: 50%;
  border: none !important;
}