  /*.region.region-content {
    min-width: 1000px;
}*/

/*H2 hidden for jump links*/
.facts-hidden-title{
    visibility:hidden;
    margin-bottom: -50px;
}

/*H2s for Related Links Wide on ÌÇÐÄVlog Facts Page*/

.h2facts{
    text-align: center;
    margin-bottom: -10px;
    font-size: 3.4375rem !important;
    color: #00356b;
}

.h2factsEI{
    text-align: center;
    margin-bottom: -10px;
    font-size: 3.4375rem !important;
    color: #00356b;
    margin-top: -100px;
}

.h2factsnomargin {
    margin-top: -75px;
    text-align: center;
    margin-bottom: -10px;
    font-size: 3.4375rem !important;
    color: #00356b;
}

.h2factsmargin {
    margin-bottom: 50px;
}


@media (max-width: 768px) {
    .h2factsEI{
    font-size: 3rem !important;
    }
}



h2.related_links_title.related_links_title_wide.heading_2.color_midnight {
        /*font-size: 3.4375rem !important;*/
        display:none;
}

/*card pair headers*/
h2.content_card_title.heading_3 {
    font-size: 3em;
}

/*Card Pair Eyebrow*/
h3.content_card_subtitle.heading_5.text_divide {
    display: none;
}


/*Link from card pair*/
a.content_card_link {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: inherit;
}


/*Related Links Wide Buttons*/
.related_links_buttons.related_links_buttons_wide {
    text-align: center;
}

/*Related Links Wide Headers*/
h2.related_links_title.related_links_title_wide.heading_2.color_midnight {
    text-align: center;
    padding-bottom: 10px;
}


/*Bold callout ahref link*/
.color_gray_light.large_visual_description a {
  color: #ffffff;
  text-decoration: underline;
}

/*BIG NUMBER FEATURE*/
.numbers_stat:before {
    display: none !important;
}

.callout_pair_row {
    margin-top: -200px;
    padding-bottom: 70px;
}

@media (max-width: 768px) {
    .callout_pair_row {
        margin-top: 20px;
    }
}


/* Media query for wide screens */
@media (min-width: 1220px) {
  .related_links_description_wide {
    max-width: 1220px !important;
  }
}



/* BUTTON COLORS */
.button_solid_marine {
    background-color: #fff !important;
    color: #286dc0 !important;
    border: 1px solid #286dc0 !important;
}

/* HOVER / FOCUS STATE */
.button_solid_marine:focus,
.no-touch .button_solid_marine:hover {
    background-color: #286dc0 !important;
    color: #fff !important;
    border-color: #286dc0 !important;
}

/* BOX SHADOW (OPTIONAL) */
.boxshadow .button_solid_marine:focus,
.no-touch.boxshadow .button_solid_marine:hover {
    box-shadow: inset 0 0 0 1px #286dc0 !important;
}

/* Default arrow (blue) */
.button_icon_right_arrow.button_solid_marine:after {
    border-color: transparent transparent transparent #286dc0 !important;
}

/* Hover arrow (white) */
.button_solid_marine:focus.button_icon_right_arrow:after,
.no-touch .button_solid_marine:hover.button_icon_right_arrow:after {
    border-color: transparent transparent transparent #fff !important;
}



/* Infographics text styling */
.info-number-yale-font {
  font-family: 'yale','TimesNewRoman','Baskerville','Georgia', serif;
  font-size: 3em;
  padding-top: 10px;
  color: #00356b;
  margin: 0;
}

.info-number {
    font-family: 'ÌÇÐÄVlog', 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 3em;
    color: #00356b;
    margin: 0;
}

.info-title {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8
  /*padding-top: 6px;*/
}

.info-subtitle {
  font-style: italic;
  margin-top: 0;
  line-height: 1.2;
   font-size: 0.9375rem;
  font-weight: 400;
}


/* Table structure */
.divTable {
  display: table;
  border-collapse: collapse;
  width: 100%;
  margin-top: -20px;
  margin-bottom: 15px;
}

.divTableRow {
  display: table-row;
}

.divTableHeading,
.divTableFoot {
  background-color: #ffffff;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  display: table-footer-group;
}

.divTableBody {
  display: table-row-group;
}

.divTableCell,
.divTableHead {
  display: table-cell;
  border: 0.125em solid #ffffff;
  padding: 0.75em;
  text-align: center;
  line-height: 1.5;
}

/* Responsive table layout */
@media (max-width: 30em) {
  .divTableHeading > .divTableRow {
    position: absolute;
    top: -9999em;
    left: -9999em;
  }

  .divTableRow {
    display: block;
    border: 0.125em solid #ffffff;
    border-bottom: 0;
    margin-top: 1.5em;
  }

  .divTableCell {
    display: block;
    border: none;
    border-bottom: 0.125em solid #ffffff;
    padding-left: 0 !important;
  }

  .divTableCell:before {
    content: attr(data-label);
    display: inline-block;
    font-weight: bold;
    line-height: 1.5;
    margin-left: 0;
    width: 100%;
  }
}

@media (max-width: 20em) {
  .divTableCell:before {
    display: block;
    margin-bottom: 0.75em;
  }
}

/* Main Layout */
.impact-image-text-container,
.impact-image-text-container-charts {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.impact-image-text-container-charts {
  text-align: center;
}

/* Container holding both pairs side-by-side on desktop */
.impact-text-below-charts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
  width: 100%;
}

/* Each image + text pair */
.impact-pair-charts {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 45%;
  /*max-width: 350px;*/
}

/* Image styling */
.impact-item-charts img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Text styling */
.impact-item-charts {
  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;
  text-align: center;
}

/* Text Styling */
.impact-text-top,
.impact-text-bottom,
.impact-text-bottom h3 {
  margin-bottom: 1em;
  font-family: 'Mallory', 'Gill Sans', 'Gill Sans MT', Calibri, Arial, sans-serif;
}

.impact-text-below {
  margin-top: 1em;
  padding: 1em;
  background-color: #286dc1;
}

.impact-text-below-charts {
  /*margin-top: 1em;*/
  padding: 1em;
  background-color: #ffffff;
  width: 100%;
  margin-top:-25px;
}

/* Grid for Impact Items */
.impact-text-grid,
.impact-text-grid-charts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
}

.impact-item,
.impact-item-charts {
  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;
}

.impact-item {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.impact-item-charts {
  text-align: center;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .impact-image-text-container,
  .impact-image-text-container-charts {
    flex-direction: column;
  }

  .impact-text-below-charts {
    flex-direction: column;
    gap: 1.5em;
    margin-top:-25px;
  }

  .impact-pair-charts {
    flex: 1 1 100%;
    max-width: none;
  }

  .impact-image-section,
  .impact-text-section {
    flex: 1 1 100%;
  }

  .impact-text-grid,
  .impact-text-grid-charts {
    grid-template-columns: 1fr;
  }
}

.research-feature {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 30px;
}

.research-feature img {
  width: 50%;
  height: auto;
  display: block;
  object-fit: cover;
}

.research-feature-text {
  flex: 1;
}

/* Mobile layout: stack image on top */
@media (max-width: 768px) {
  .research-feature {
    flex-direction: column;
  }

  .research-feature img {
    width: 100%;
  }
}



/**** NEW 3-COL BY 2-ROW CODE WITH BASELINE ALIGNMENT ****/

.div3ColTable {
  display: block;
  width: 100%;
}

.div3ColTableBody {
  display: block;
}

/* Desktop: row of three, numbers baseline-aligned */
.div3ColTableRow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2rem;
  align-items: baseline; /* baseline alignment fixes the misaligned middle number */
}

/* Each cell stacks image + number + title */
.div3ColTableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1 1 0;
  min-width: 0;
  padding: 0.5rem;
  box-sizing: border-box;
}

.div3ColTableCell img {
  display: block;
  margin-bottom: 0.5rem;
}

/* 2-column row styling (below the main 3-col row) */
.div2ColTableRow {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 100px;
}

.div2ColTableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  min-width: 0;
  box-sizing: border-box;
}

/* Normalize the number and title typography so all cells behave the same */
.div3ColTableCell .info-number,
.div2ColTableCell .info-number {
  margin: 0;
  line-height: 1;
  font-size: clamp(2.2rem, 5vw, 4rem);
  font-family: 'ÌÇÐÄVlog', 'Times New Roman', Times, Georgia, serif;
  color: #00356b;
}

.div3ColTableCell .info-title,
.div2ColTableCell .info-title {
  margin-top: 10px;
  line-height: 1.3;
  font-size: 1rem;
  max-width: 34ch;
}

/* Mobile: stack cells vertically and center */
@media (max-width: 768px) {
  .div3ColTableRow,
  .div2ColTableRow {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .div3ColTableCell,
  .div2ColTableCell {
    width: 100%;
    max-width: 420px;
    padding: 12px;
  }

  .div3ColTableCell .info-number,
  .div2ColTableCell .info-number {
    font-size: clamp(2rem, 8vw, 3.2rem);
  }
}

@media (max-width: 480px) {
  .div3ColTableRow,
  .div2ColTableRow {
    gap: 18px;
  }

  .div3ColTableCell .info-number,
  .div2ColTableCell .info-number {
    font-size: 2.2rem;
  }

  .div3ColTableCell,
  .div2ColTableCell {
    padding: 8px;
  }
}


/* FACULTY & STAFF SECTION â€” PERFECT BASELINE ALIGNMENT */
.faculty-staff-section .divTable {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.faculty-staff-section .divTableRow {
  display: flex;
  justify-content: center;
  align-items: flex-end; /* baseline + optical correction */
  flex-wrap: wrap;
  gap: 4rem;
}

.faculty-staff-section .divTableCell {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Large number styling â€” consistent line height and no padding push */
.faculty-staff-section .info-number {
  font-family: 'ÌÇÐÄVlog', 'Times New Roman', Times, Georgia, serif;
  font-size: clamp(2.5rem, 5vw, 4rem);
  color: #00356b;
  margin: 0;
  padding: 0;
  line-height: 0.9; /* tighten vertical space */
  display: inline-block;
}

/* Title and subtitle spacing */
.faculty-staff-section .info-title {
  margin: 0.4em 0 0 0;
  line-height: 1.3;
  font-size: 1rem;
}

.faculty-staff-section .info-subtitle {
  margin: 0.2em 0 0 0;
  font-style: italic;
  font-size: 0.9375rem;
  line-height: 1.2;
}

/* Responsive stacking */
@media (max-width: 768px) {
  .faculty-staff-section .divTableRow {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
}


.undergrad-align-fix .div2ColTableRow {
  display: flex;
  align-items: flex-start;
}

.undergrad-align-fix .div2ColTableCell {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.undergrad-align-fix .info-title {
  line-height: 1.4;
  max-width: 260px;
  margin: 0 auto;
}

/CALLOUT PAIR STYLE****/
/*.callout_pair_row {
  margin-top: 100px;
  padding-bottom: 0px;
}*/

.theme_white .callout_media_description p::after { /**removes the arrow button**/
    display:none;
}

.callout_media_link { /**removes the ability to link**/
  pointer-events: none;
}
