/* Site-wide font and brand color */
html, body, h1, h2, h3, h4, h5, h6, p, li, span, label, a, figcaption, blockquote, button, input, textarea, .wp-block-post-title, .wp-block-site-title a, .wp-block-navigation a, .wp-block-file a {
  font-family: Calibri, "Segoe UI", Arial, sans-serif !important;
}

body, h1, h2, h3, h4, h5, h6, p, li, span, label, a, figcaption, blockquote, .wp-block-post-title, .wp-block-site-title a, .wp-block-navigation a, .wp-block-file a {
  color: #274866 !important;
}

body.page-id-506 .wp-block-post-title,
body.page-id-509 .wp-block-post-title,
body.page-id-527 .wp-block-post-title { color: #274866 !important; }
body.page-id-506 .wp-block-site-title, body.page-id-509 .wp-block-site-title, body.page-id-527 .wp-block-site-title { display: none; }
body.page-id-506, body.page-id-509, body.page-id-527 { background-color: #F5F6F9; }
body.page-id-527 .wp-block-post-title {
  max-width: var(--wp--style--global--wide-size) !important;
  width: 100% !important;
  text-align: left !important;
}
body.page-id-527 main#wp--skip-link--target {
  margin-top: 20px !important;
}
body.page-id-527 main#wp--skip-link--target > .wp-block-group {
  padding-top: 20px !important;
}


/* Research page card */
body.page-id-527 .research-card {
  box-shadow: 0 1px 3px rgba(39, 72, 102, 0.10), 0 8px 20px rgba(39, 72, 102, 0.06);
}
body.page-id-527 .research-card .research-tag {
  display: inline-block;
  background-color: #274866;
  color: #ffffff !important;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 999px;
  margin: 0 0 10px;
}
body.page-id-527 .research-card h3 {
  margin: 4px 0 10px;
}
body.page-id-527 .research-card .research-desc {
  color: #45607a !important;
  margin: 0 0 18px;
  font-size: 15px;
}
body.page-id-527 .research-card .research-readmore a {
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}
body.page-id-527 .research-card .research-date {
  margin: 14px 0 0;
}

body.page-id-527 .research-card .research-secondary-link {
  margin: 6px 0 0;
}
body.page-id-527 .research-card .research-secondary-link a {
  font-size: 14px;
  font-weight: 500;
  color: #45607a !important;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 1px;
}


/* Homepage hero text readability panel */
body.home .wp-block-cover .wp-block-cover__inner-container {
  box-sizing: border-box;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px !important;
  background-color: rgba(245, 246, 249, 0.6);
  border-radius: 16px;
  box-shadow: 0 1px 3px rgba(39, 72, 102, 0.10), 0 8px 20px rgba(39, 72, 102, 0.06);
}


/* Research page intro paragraph: centered, single line on desktop */
body.page-id-527 .research-intro {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
@media (max-width: 900px) {
  body.page-id-527 .research-intro {
    white-space: normal;
    max-width: 645px;
  }
}
