/*
Theme Name: Bionews Immersive
Author: Bionews
Description: Custom immersive WordPress theme for Bionews.
Version: 1.0.0
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: bionews-immersive
*/

:root {
  --bn-color-navy: #1e2559;
  --bn-color-azure: #1754ff;
  --bn-color-royal: #1f35a0;
  --bn-color-sky: #4dcdff;
  --bn-color-forest: #006054;
  --bn-color-mint: #05d3ab;
  --bn-color-spring: #b0ede1;
  --bn-color-black: #000000;
  --bn-color-white: #ffffff;
  --bn-color-dark-gray: #575757;
  --bn-color-medium-gray: #949494;
  --bn-color-light-gray: #e8e9ea;
  --bn-color-gold: #f5b335;
  --bn-color-red: #eb002f;
  --bn-font-base: "Poppins", sans-serif;
  --bn-layout-max-width: 80rem;
  --bn-space-phone: 1.25rem;
  --bn-space-tablet: 2.5rem;
  --bn-space-desktop: 5rem;
  --bn-radius-card: 20px;
  --bn-radius-pill: 999rem;
  --bn-breakpoint-phone: 48rem;
  --bn-breakpoint-tablet-max: 64rem;
  --bn-breakpoint-desktop: 64.0625rem;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  color: var(--bn-color-dark-gray);
  background: var(--bn-color-white);
  font-family: var(--bn-font-base);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img,
svg,
video,
canvas {
  display: block;
  max-width: 100%;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.screen-reader-text:focus-visible {
  top: 1rem;
  left: 1rem;
  z-index: 100000;
  width: auto;
  height: auto;
  padding: 0.75rem 1rem;
  margin: 0;
  clip: auto;
  color: var(--bn-color-black);
  background: var(--bn-color-white);
  border-radius: 2px;
  box-shadow: 0 0 0 2px var(--bn-color-black);
  overflow: visible;
  text-decoration: none;
  white-space: normal;
}
.site-shell,
.site-main,
.entry-content {
  width: 100%;
  margin: 0;
  padding: 0;
}

.entry-content > .alignfull {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}
p,
.wp-block-paragraph {
  color: var(--bn-color-black);
  font-size: 1rem;
}
.jwplayer-container,
.wp-block-video,
.wp-block-embed.is-type-video .wp-block-embed__wrapper {
  border-radius: var(--bn-radius-card, 20px);
  isolation: isolate;
  overflow: hidden;
  transform: translateZ(0);
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.jwplayer-container :where(.jwplayer, .jw-wrapper, iframe, video),
.wp-block-video video,
.wp-block-embed.is-type-video .wp-block-embed__wrapper :where(iframe, video) {
  border-radius: inherit;
  display: block;
  overflow: hidden;
}
h3,
.wp-block-heading:is(h3) {
  color: var(--bn-color-black);
}

.entry-content table,
.wp-block-table table {
  width: 100%;
  overflow: hidden;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--bn-color-medium-gray);
  border-radius: 1.25rem;
  font-size: 1rem;
}

.entry-content thead,
.wp-block-table thead {
  background: var(--bn-color-navy);
}

.entry-content th,
.entry-content td,
.wp-block-table th,
.wp-block-table td {
  padding: 1.25rem;
  border: 0;
  color: var(--bn-color-black);
}

.entry-content th,
.wp-block-table th {
  color: var(--bn-color-white);
  font-weight: 700;
  text-align: left;
}

.entry-content tbody tr:nth-child(odd),
.wp-block-table tbody tr:nth-child(odd) {
  background: var(--bn-color-white);
}

.entry-content tbody tr:nth-child(even),
.wp-block-table tbody tr:nth-child(even) {
  background: #f6f6f6;
}

ol.is-style-azure-numbered,
.is-style-azure-numbered ol {
  padding-left: 0;
  list-style: none;
  counter-reset: azure-numbered-list;
}

ol.is-style-azure-numbered > li,
.is-style-azure-numbered ol > li {
  display: grid;
  grid-template-columns: 2.1875rem 1fr;
  column-gap: 0.625rem;
  align-items: center;
  margin-bottom: 0.9375rem;
  color: var(--bn-color-black);
  font-size: 1rem;
  counter-increment: azure-numbered-list;
}

ol.is-style-azure-numbered > li::before,
.is-style-azure-numbered ol > li::before {
  display: inline-grid;
  width: 2.1875rem;
  height: 2.1875rem;
  place-items: center;
  border-radius: 50%;
  background: var(--bn-color-azure);
  color: var(--bn-color-white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  content: counter(azure-numbered-list);
}

ol.is-style-azure-numbered > li:last-child,
.is-style-azure-numbered ol > li:last-child {
  margin-bottom: 0;
}

.wp-block-list.is-style-azure-numbered {
  padding-left: 0;
  list-style: none !important;
  counter-reset: azure-numbered-list;
}

.wp-block-list.is-style-azure-numbered > li {
  display: grid;
  grid-template-columns: 2.1875rem 1fr;
  column-gap: 0.625rem;
  align-items: center;
  margin-bottom: 0.9375rem;
  color: var(--bn-color-black);
  font-size: 1rem;
  counter-increment: azure-numbered-list;
}

.wp-block-list.is-style-azure-numbered > li::marker {
  content: "";
}

.wp-block-list.is-style-azure-numbered > li::before {
  display: inline-grid;
  width: 2.1875rem;
  height: 2.1875rem;
  place-items: center;
  border-radius: 50%;
  background: var(--bn-color-azure);
  color: var(--bn-color-white);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  content: counter(azure-numbered-list);
}

ol.is-style-azure-numbered,
.wp-block-list.is-style-azure-numbered,
.is-style-azure-numbered ol {
  margin-top: 0;
  padding-top: 0;
}

ol.is-style-azure-numbered > li,
.wp-block-list.is-style-azure-numbered > li,
.is-style-azure-numbered ol > li {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

ol.is-style-azure-numbered > li::before,
.wp-block-list.is-style-azure-numbered > li::before,
.is-style-azure-numbered ol > li::before {
  flex: 0 0 2.1875rem;
}

ol.is-style-azure-numbered > li,
.wp-block-list.is-style-azure-numbered > li,
.is-style-azure-numbered ol > li {
  position: relative;
  display: block;
  min-height: 2.1875rem;
  padding-left: 2.8125rem;
  line-height: 1.5;
}

ol.is-style-azure-numbered > li::before,
.wp-block-list.is-style-azure-numbered > li::before,
.is-style-azure-numbered ol > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

ol.is-style-azure-numbered > li,
.wp-block-list.is-style-azure-numbered > li,
.is-style-azure-numbered ol > li {
  position: relative;
  display: grid;
  grid-template-columns: 2.1875rem minmax(0, 1fr);
  column-gap: 0.625rem;
  align-items: center;
  min-height: 2.1875rem;
  padding-left: 0;
  line-height: 1.5;
}

ol.is-style-azure-numbered > li::before,
.wp-block-list.is-style-azure-numbered > li::before,
.is-style-azure-numbered ol > li::before {
  position: static;
  transform: none;
  grid-column: 1;
  align-self: center;
  justify-self: center;
}

ol.is-style-azure-numbered > li > *,
.wp-block-list.is-style-azure-numbered > li > *,
.is-style-azure-numbered ol > li > * {
  margin-top: 0;
  margin-bottom: 0;
  align-self: center;
}

ol.is-style-azure-numbered,
.wp-block-list.is-style-azure-numbered,
.is-style-azure-numbered ol {
  margin-top: 0.9375rem;
}

ol.is-style-azure-numbered > li::before,
.wp-block-list.is-style-azure-numbered > li::before,
.is-style-azure-numbered ol > li::before {
  padding-top: 0.0625rem;
}

:where(a, button, input, select, textarea, summary, iframe, object, embed, area, audio[controls], video[controls], [contenteditable="true"], [tabindex]:not([tabindex="-1"]), [role="button"], [role="link"], [role="checkbox"], [role="radio"], [role="switch"], [role="tab"], [role="menuitem"]):focus-visible {
  outline: 2px solid var(--bn-color-black);
  outline-offset: 2px;
}

:where(a:not(.wp-block-button__link):not(.wp-element-button), input, select, textarea, summary, iframe, object, embed, area, audio[controls], video[controls], [contenteditable="true"], [tabindex]:not([tabindex="-1"]), [role="link"], [role="checkbox"], [role="radio"], [role="switch"], [role="tab"], [role="menuitem"]):focus-visible {
  border-radius: 2px;
}

/* =========================================================
   Gravity Forms styling
   ========================================================= */

.gform_wrapper,
.gform_wrapper * {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif !important;
}

.gform_wrapper {
  --bio-blue: #1754FF;
  --bio-blue-hover: #000000;
  --bio-text: #000000;
  --bio-border: #949494;
  --bio-bg: #ffffff;
  --bio-white: #ffffff;
  --bio-radius: 16px;

  max-width: 850px;
  margin: 0;
  text-align: left;
}

.gform_wrapper form {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent !important;
  overflow: visible;
  box-shadow: none;
}

.gform_wrapper,
.gform_wrapper .gform-theme--framework,
.gform_wrapper .gform-body,
.gform_wrapper .gform_page,
.gform_wrapper .gform_page_fields,
.gform_wrapper .gform_fields {
  background: transparent;
}

.gform_wrapper form::before {
  content: none !important;
}

.gform_wrapper .gform-body,
.gform_wrapper .gform_page,
.gform_wrapper .gform_page_fields,
.gform_wrapper .gform_fields,
.gform_wrapper .ginput_container,
.gform_wrapper .ginput_container_radio,
.gform_wrapper .gfield_radio {
  margin: 0;
  padding: 0;
}

.gform_wrapper .gfield,
.gform_wrapper fieldset.gfield {
  margin: 0;
  padding: 0;
  border: 0;
}


.bio-gf-form-question-number {
  display: block;
  font-size: 0.875rem;
  margin: 0;
  padding: 0;
}
/* question heading */
.gform_wrapper legend.gfield_label,
.gform_wrapper .gfield_label {
  display: block;
  margin: 0 0 26px;
  color: var(--bio-text);
  font-size: 1.5rem;
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -0.02em;
}

/* radio rows */
.gform_wrapper .gfield_radio .gchoice {
  display: flex !important;
  align-items: center;
  column-gap: 12px !important;
  margin: 0 0 10px;
  padding: 0;
}

.gform_wrapper .gfield_radio .gchoice:last-child {
  margin-bottom: 0;
}

/* larger radio label text */
.gform_wrapper .gfield_radio .gchoice label,
.gform_wrapper .gfield_checkbox .gchoice label,
.gform_wrapper label.gform-field-label--type-inline {
  display: block;
  margin: 0;
  color: var(--bio-text);
  line-height: 1.4 !important;
  font-weight: 400;
  cursor: pointer;
  font-size: 16px !important;
}

/* custom radio */
.gform_wrapper input[type="radio"].gfield-choice-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  min-width: 26px;
  margin: 0;
  border: 1px solid var(--bio-border);
  border-radius: 50%;
  background: var(--bio-white);
  position: relative;
  cursor: pointer;
  box-shadow: none;
  outline: none;
}

/* 15px centered dot */
.gform_wrapper input[type="radio"].gfield-choice-input::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
  margin-left: -7.5px;
  border-radius: 50%;
  background: var(--bio-blue);
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.15s ease;
}

.gform_wrapper input[type="radio"].gfield-choice-input:checked {
  border-color: var(--bio-blue);
  background: var(--bio-white);
}

.gform_wrapper input[type="radio"].gfield-choice-input:checked::before {
  transform: scale(1);
}

.gform_wrapper input[type="radio"].gfield-choice-input:hover {
  border-color: var(--bio-text);
}

.gform_wrapper input[type="radio"].gfield-choice-input:focus-visible {
  outline: 2px solid var(--bio-text) !important;
  outline-offset: 2px;
}

/* footer/buttons */
.gform_wrapper .gform_page_footer,
.gform_wrapper .gform-page-footer {
  margin-top: 34px;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
}

.gform_wrapper .gform_next_button,
.gform_wrapper .gform_button,
.gform_wrapper input[type="submit"].gform_button,
.gform_wrapper input[type="button"].gform_next_button {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 43px;
  padding: 0 20px;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--bio-blue) !important;
  color: var(--bio-white) !important;
  font-weight: 700 !important;
  line-height: 1.1 !important;
  cursor: pointer;
  box-shadow: none !important;
}

.gform_wrapper .gform_next_button:hover,
.gform_wrapper .gform_button:hover,
.gform_wrapper input[type="submit"].gform_button:hover,
.gform_wrapper input[type="button"].gform_next_button:hover {
  background: var(--bio-text) !important;
}

.gform_wrapper .gform_previous_button,
.gform_wrapper .gform-theme-button--secondary {
  appearance: none !important;
  -webkit-appearance: none !important;
  min-height: 43px;
  padding: 0 18px;
  border: 1px solid var(--bio-blue) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--bio-blue) !important;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600 !important;
  cursor: pointer;
  box-shadow: none !important;
}

.gform_wrapper .gform_next_button:focus,
.gform_wrapper .gform_next_button:focus-visible,
.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button:focus-visible,
.gform_wrapper input[type="submit"].gform_button:focus,
.gform_wrapper input[type="submit"].gform_button:focus-visible,
.gform_wrapper input[type="button"].gform_next_button:focus,
.gform_wrapper input[type="button"].gform_next_button:focus-visible,
.gform_wrapper .gform_previous_button:focus,
.gform_wrapper .gform_previous_button:focus-visible,
.gform_wrapper .gform-theme-button--secondary:focus,
.gform_wrapper .gform-theme-button--secondary:focus-visible {
  box-shadow: none !important;
  outline: 2px solid #000000 !important;
  outline-offset: 2px !important;
}

.gform_wrapper .gform_previous_button:hover,
.gform_wrapper .gform-theme-button--secondary:hover {
  border-color: var(--bio-text) !important;
  color: var(--bio-text) !important;
}

/* mobile */
@media (max-width: 640px) {
  .gform_wrapper legend.gfield_label,
  .gform_wrapper .gfield_label {
    margin-bottom: 22px;
    font-size: 1.5rem;
  }
}

/* 1) kill top spacing from page 1 containers */
.gform_wrapper .gform-body,
.gform_wrapper .gform_page,
.gform_wrapper .gform_page_fields,
.gform_wrapper .gform_fields {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.gform_wrapper .gf_progressbar_wrapper {
  margin: 0 0 40px !important;
  padding: 0 !important;
}
.gform_wrapper .gf_progressbar_percentage,
.gform_wrapper .gform-theme--framework .gf_progressbar_percentage {
  background: #1754FF !important;
}
.gf-bio-quiz-confirmation ul,
.gf-bio-quiz-confirmation li {
  color: #000000;
  font-size: 1rem;
}
.gform_wrapper .gform-icon.gform-icon--circle-error {
  display: none !important;
}


.site-header {
  position: relative;
  z-index: 20;
  width: 100%;
  background: var(--bn-color-white);
  border-bottom: 1px solid var(--bn-color-light-gray);
}

.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(100%, 90rem);
  margin: 0 auto;
  padding: 1rem 1.25rem;
}

.site-header__logo-link {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  color: var(--bn-color-black);
  text-decoration: none;
}

.site-header__logo {
  display: block;
  width: auto;
  max-height: 40px;
}

.site-header__site-title {
  color: var(--bn-color-black);
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}

.site-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site-header__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-header__menu .menu-item {
  margin: 0;
  padding: 0;
}

.site-header__menu .bn-site-nav__link {
  display: inline-flex;
  align-items: center;
  color: var(--bn-color-black);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
}

.site-header__menu .bn-site-nav__link:hover {
  text-decoration: none;
}

.site-header__menu .bn-site-nav__link:hover .bn-site-nav__text,
.site-header__menu .bn-site-nav__link:focus-visible .bn-site-nav__text {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.bn-site-nav__icon-shell {
  align-items: center;
  background: rgba(23, 84, 255, 0.14);
  border-radius: 999rem;
  display: inline-flex;
  flex: 0 0 2.75rem;
  height: 2.75rem;
  justify-content: center;
  margin-right: 0.625rem;
  width: 2.75rem;
}

.bn-site-nav__icon-core {
  align-items: center;
  background: #1754ff;
  border-radius: 999rem;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 1.875rem;
  height: 1.875rem;
  justify-content: center;
  width: 1.875rem;
}

.bn-site-nav__icon {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.site-header__menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  padding: 0;
  border: 0;
  border-radius: 999rem;
  background: var(--bn-color-azure);
  color: var(--bn-color-white);
  cursor: pointer;
}

.site-header__hamburger {
  position: relative;
  display: block;
  width: 1.25rem;
  height: 1rem;
}

.site-header__hamburger span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 999rem;
  background: currentColor;
  transition: top 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.site-header__hamburger span:nth-child(1) {
  top: 0;
}

.site-header__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}

.site-header__hamburger span:nth-child(3) {
  top: calc(100% - 2px);
}

.site-header__menu-toggle[aria-expanded="true"] .site-header__hamburger span:nth-child(1) {
  top: calc(50% - 1px);
  transform: rotate(45deg);
}

.site-header__menu-toggle[aria-expanded="true"] .site-header__hamburger span:nth-child(2) {
  opacity: 0;
}

.site-header__menu-toggle[aria-expanded="true"] .site-header__hamburger span:nth-child(3) {
  top: calc(50% - 1px);
  transform: rotate(-45deg);
}

.site-footer {
  width: 100%;
  background: var(--bn-color-white);
  border-top: 1px solid var(--bn-color-light-gray);
}

.site-footer__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  width: min(100%, 90rem);
  margin: 0 auto;
  padding: 1.5rem 1.25rem;
}

.site-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu a,
.site-footer__copyright {
  color: var(--bn-color-black);
  font-size: 1rem;
  line-height: 1.4;
}

.site-footer__menu a {
  text-decoration: none;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-footer__copyright {
  margin: 0;
}

@media (max-width: 64rem) {
  .site-header__inner {
    position: relative;
  }

  .site-header__menu-toggle {
    display: inline-flex;
  }

  .site-header__menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 1.25rem;
    right: 1.25rem;
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.25rem;
    padding: 1.25rem;
    border: 1px solid var(--bn-color-medium-gray);
    border-radius: 1rem;
    background: var(--bn-color-white);
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 0.12);
  }

  .site-header__menu.is-open {
    display: flex;
  }

  .site-header__menu[hidden] {
    display: none;
  }

  .site-header__menu .bn-site-nav__link {
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 47.9375rem) {
  .site-header__inner {
    padding-inline: 1rem;
  }

  .site-header__menu {
    left: 1rem;
    right: 1rem;
  }

  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

.site-header {
  position: sticky;
  top: 0;
}

.site-header__inner {
  padding: 20px 20px;
}

@media (min-width: 48rem) {
  .site-header__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 64.0625rem) {
  .site-header__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (max-width: 47.9375rem) {
  .site-header__inner {
    padding: 20px;
  }
}

.site-footer {
  background: var(--bn-color-navy);
  border-top: 0;
  color: var(--bn-color-white);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 60px;
  align-items: start;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 60px 80px;
}

.site-footer__column {
  min-width: 0;
}

.site-footer__image-wrap {
  margin-bottom: 20px;
}

.site-footer__image {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.site-footer__nav {
  margin-bottom: 20px;
}

.site-footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__menu a {
  color: var(--bn-color-white);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  text-underline-offset: 0.18em;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus-visible {
  text-decoration: underline;
}

.site-footer__copyright {
  margin: 0;
  color: var(--bn-color-white);
  font-size: 0.875rem;
  line-height: 1.5;
}

.site-footer__rich-text,
.site-footer__rich-text :where(p, li, a, strong, em) {
  color: var(--bn-color-white);
  font-size: 0.875rem;
  line-height: 1.6;
}

.site-footer__rich-text > :first-child {
  margin-top: 0;
}

.site-footer__rich-text > :last-child {
  margin-bottom: 0;
}

.site-footer__rich-text a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

@media (max-width: 64rem) {
  .site-footer__inner {
    grid-template-columns: 1fr;
    gap: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 47.9375rem) {
  .site-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.wp-block-button__link,
.wp-element-button {
  padding: 10px 20px;
  font-size: 1rem;
}

.bn-table-scroll-note {
  display: none;
  margin: 0 0 0.5rem;
  color: var(--bn-color-black);
  font-size: 0.875rem;
  line-height: 1.4;
}

@media (max-width: 47.9375rem) {
  .bn-table-scroll-note:not([hidden]) {
    display: block;
  }

  .entry-content .wp-block-table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.wp-block-table.is-style-star-last-heading thead th:last-child::after {
  display: inline-block;
  margin-left: 0.5rem;
  color: var(--bn-color-mint);
  font-family: "Font Awesome 6 Free";
  font-size: 1rem;
  font-weight: 900;
  line-height: 1;
  content: "\f005";
}

@media (max-width: 47.9375rem) {
  .entry-content .wp-block-table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .entry-content .wp-block-table table {
    width: max-content;
    min-width: 48rem;
  }

  .entry-content .wp-block-table th,
  .entry-content .wp-block-table td {
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}

.bn-table-scroll-note {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 47.9375rem) {
  .entry-content .wp-block-table table {
    width: auto;
    min-width: 100%;
  }

  .entry-content .wp-block-table th,
  .entry-content .wp-block-table td {
    min-width: 10rem;
    white-space: normal;
  }
}

@media (max-width: 47.9375rem) {
  .entry-content .wp-block-table th,
  .entry-content .wp-block-table td {
    min-width: 12rem;
  }
}

.wp-block-table.is-style-star-last-heading thead th:last-child::after {
  font-family: "Font Awesome 7 Free";
}

@media (max-width: 47.9375rem) {
  .entry-content .wp-block-table {
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (max-width: 47.9375rem) {
  .entry-content .wp-block-table {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .entry-content .wp-block-table table {
    width: 100%;
    min-width: max-content;
  }

  .entry-content .wp-block-table th,
  .entry-content .wp-block-table td {
    min-width: unset;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}

.wp-block-table.has-bionews-side-margins {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(80rem + 2.5rem);
  width: min(100%, calc(80rem + 2.5rem));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 48rem) {
  .wp-block-table.has-bionews-side-margins {
    max-width: calc(80rem + 5rem);
    width: min(100%, calc(80rem + 5rem));
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 64.0625rem) {
  .wp-block-table.has-bionews-side-margins {
    max-width: calc(80rem + 10rem);
    width: min(100%, calc(80rem + 10rem));
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.wp-block-table.is-style-star-last-heading thead th:last-child::after {
  width: 1rem;
  height: 1rem;
  background-color: var(--bn-color-mint);
  content: "";
  font-family: inherit;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%20-32%20576%20544'%3E%3Cpath%20fill%3D'black'%20d%3D'M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3%205.1-21.4%2013.1L193.1%20125.3%2033.2%20150.7c-8.9%201.4-16.3%207.7-19.1%2016.3s-.5%2018%205.8%2024.4l114.4%20114.5-25.2%20159.9c-1.4%208.9%202.3%2017.9%209.6%2023.2s16.9%206.1%2025%202L288.1%20417.6%20432.4%20491c8%204.1%2017.7%203.3%2025-2s11-14.2%209.6-23.2L441.7%20305.9%20556.1%20191.4c6.4-6.4%208.6-15.8%205.8-24.4s-10.1-14.9-19.1-16.3L383%20125.3%20309.5-18.9z'%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%20-32%20576%20544'%3E%3Cpath%20fill%3D'black'%20d%3D'M309.5-18.9c-4.1-8-12.4-13.1-21.4-13.1s-17.3%205.1-21.4%2013.1L193.1%20125.3%2033.2%20150.7c-8.9%201.4-16.3%207.7-19.1%2016.3s-.5%2018%205.8%2024.4l114.4%20114.5-25.2%20159.9c-1.4%208.9%202.3%2017.9%209.6%2023.2s16.9%206.1%2025%202L288.1%20417.6%20432.4%20491c8%204.1%2017.7%203.3%2025-2s11-14.2%209.6-23.2L441.7%20305.9%20556.1%20191.4c6.4-6.4%208.6-15.8%205.8-24.4s-10.1-14.9-19.1-16.3L383%20125.3%20309.5-18.9z'%2F%3E%3C%2Fsvg%3E") center / contain no-repeat;
  vertical-align: -0.125em;
}

.wp-block-table.is-style-star-last-heading thead th:last-child::after {
  display: inline-block;
  transform: translateY(0.1em);
  vertical-align: middle;
}

.wp-block-table.is-style-star-last-heading thead th:last-child::after {
  transform: none;
  vertical-align: middle;
}

.wp-block-table.is-style-star-last-heading thead th:last-child::after {
  transform: translateY(-2px);
}

.wp-block-table.is-style-star-last-heading thead th:last-child::after {
  transform: translateY(-1px);
}

.site-header {
  transition: transform 0.24s ease;
  will-change: transform;
}

.site-header.site-header--hidden {
  transform: translateY(-100%);
}

@media (prefers-reduced-motion: reduce) {
  .site-header {
    transition: none;
  }
}

.site-header {
  border-bottom-color: var(--bn-color-medium-gray);
}

.wp-block-button__link:focus-visible,
.wp-element-button:focus-visible {
  outline: 2px solid var(--bn-color-black) !important;
  outline-offset: 2px !important;
}

.bio-link:hover,
.bio-link:focus-visible {
  color: var(--bn-color-black);
}

.site-footer__image-wrap {
  margin-top: 0;
  margin-bottom: 20px;
}

.site-footer__nav {
  margin-top: 0;
  margin-bottom: 20px;
}

.site-footer__menu {
  margin-top: 0;
  margin-bottom: 0;
}

.site-footer__copyright {
  margin-top: 0;
}

.site-footer a:focus-visible {
  outline: 2px solid var(--bn-color-white) !important;
  outline-offset: 2px !important;
  border-radius: 2px;
}

@media (max-width: 47.9375rem) {
  .site-footer__menu {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 47.9375rem) {
  .site-footer__menu {
    flex-direction: column;
    gap: 20px;
  }

  .site-footer__menu li {
    margin: 0;
    padding: 0;
    line-height: 1;
  }

  .site-footer__menu a {
    display: inline-block;
    line-height: 1.2;
  }
}

@media (max-width: 47.9375rem) {
  .site-footer__nav {
    margin-bottom: 40px;
  }
}

.entry-content thead th,
.wp-block-table thead th {
  border-left: 0 !important;
  background: var(--bn-color-navy);
  box-shadow: -1px 0 0 var(--bn-color-navy);
}

@media (max-width: 47.9375rem) {
  .entry-content .wp-block-table {
    box-sizing: border-box;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .entry-content .wp-block-table table {
    width: max-content;
    min-width: 48rem;
    table-layout: auto;
  }

  .entry-content .wp-block-table th,
  .entry-content .wp-block-table td {
    min-width: unset;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 47.9375rem) {
  .entry-content .wp-block-table {
    box-sizing: border-box;
    width: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .entry-content .wp-block-table table {
    width: 1280px;
    max-width: none;
    min-width: 0;
    table-layout: auto;
  }

  .entry-content .wp-block-table th,
  .entry-content .wp-block-table td {
    min-width: 0;
    white-space: normal;
    overflow-wrap: normal;
    word-break: normal;
  }
}

@media (max-width: 47.9375rem) {
  .entry-content .wp-block-table,
  .entry-content .wp-block-table.has-bionews-side-margins {
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

.wp-block-button__link:hover,
.wp-element-button:hover {
  background-color: var(--bn-color-black) !important;
}
@media (max-width: 47.9375rem) {
  .bio-mobile-3-col-grid {
    column-gap: 20px !important;
    display: grid !important;
    grid-template-columns: repeat(3, max-content) !important;
    justify-content: center;
    justify-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100% - 40px);
    row-gap: 20px !important;
    width: fit-content;
  }

  .bio-mobile-3-col-grid > * {
    margin: 0 !important;
  }
}