/* =========================================================
   Broadway League – new header / announcement / megamenu
   Desktop-first overrides (loaded after all.css)
   ========================================================= */

:root {
  --bl-black: #04030B;
  --bl-pink: #D71752;
  --bl-search-bg: #F5F5F5;
  --bl-header-height: 72px;
  --bl-font: 'Montserrat', sans-serif;
  --bl-font-heading: 'Barlow', sans-serif;
}

/* Shared pink CTA button */
.btn-pink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 53px;
  padding: 10px 28px;
  background: var(--bl-pink);
  color: #fff !important;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
}

.btn-pink:hover,
.btn-pink:focus {
  background: #b40038;
  color: #fff !important;
}

/* ----- Site header ----- */
#header {
  min-height: 72px;
}
.bl-site-header {
  position: relative;
  z-index: 200;
  background: #fff;
  width: 100%;
}

.bl-site-header__inner {
  display: flex;
  align-items: stretch;
  min-height: var(--bl-header-height);
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0 24px;
  box-sizing: border-box;
}

.bl-site-header__logo {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: auto;
  padding: 10px 0;
}

.bl-site-header__logo img {
  display: block;
  max-height: 42px;
  width: auto;
  height: auto;
}

.bl-site-header__links {
  display: flex;
  align-items: stretch;
  gap: 28px;
  margin-right: 28px;
  flex: 0 0 auto;
}

.bl-site-header__links-sep {
  align-self: stretch;
  width: 1px;
  background: #E3E3E3;
  flex-shrink: 0;
}

.bl-site-header__links a,
.bl-site-header a#link-1,
.bl-site-header a#link-2,
.bl-site-header a#link-3 {
  color: var(--bl-black) !important;
  text-align: center;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none !important;
  background-image: none !important;
  padding: 0 !important;
  height: auto !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
}

.bl-site-header__links a:hover,
.bl-site-header a#link-1:hover,
.bl-site-header a#link-2:hover,
.bl-site-header a#link-3:hover {
  color: var(--bl-pink) !important;
  background-image: none !important;
  text-decoration: none !important;
}

.bl-site-header__search {
  display: flex;
  align-items: stretch;
  flex: 0 0 auto;
  max-width: 235px;
  width: 235px;
  margin-right: 0;
}

.bl-site-header__search form {
  display: flex;
  align-items: center;
  width: 100%;
  background: var(--bl-search-bg);
  position: relative;
  margin: 0;
}

.bl-site-header__search-input {
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
  min-height: var(--bl-header-height);
  border: 0;
  background: transparent;
  padding: 0 44px 0 16px;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  color: var(--bl-black);
  outline: none;
  box-shadow: none;
}

.bl-site-header__search-input::placeholder {
  color: #888;
  opacity: 1;
}

.bl-site-header__search-submit {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  width: 23px;
  height: 23px;
  cursor: pointer;
  line-height: 0;
}

.bl-site-header__search-submit svg {
  display: block;
}

.bl-site-header__login {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 120px;
  padding: 0 28px;
  background: var(--bl-black);
  color: #fff;
  text-align: center;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.bl-site-header__login:hover,
.bl-site-header__login:focus {
  color: #fff !important;
  background: #1a1820 !important;
  text-decoration: none !important;
}

.bl-site-header__profile {
  text-transform: uppercase;
}

.bl-site-header__favorites {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  align-self: stretch;
  min-width: 72px;
  padding: 0 24px;
  background: #fff !important;
  border-left: 1px solid #eee;
  text-decoration: none !important;
}

.bl-site-header__favorites:hover,
.bl-site-header__favorites:focus {
  background: #fafafa !important;
  text-decoration: none !important;
}

.bl-site-header__favorites svg {
  display: block;
}

.bl-site-header__menu {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex: 0 0 auto;
  min-width: 140px;
  padding: 0 28px;
  background: var(--bl-pink);
  color: #fff;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
}

.bl-site-header__menu:hover,
.bl-site-header__menu:focus,
.bl-site-header__menu.is-active {
  background: #b40038;
  color: #fff;
  outline: none;
}

.bl-site-header__menu svg {
  display: block;
  flex: 0 0 auto;
}

.bl-site-header__menu-close {
  display: none;
  width: 18px;
  height: 18px;
  position: relative;
}

.bl-site-header__menu-close::before,
.bl-site-header__menu-close::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #fff;
}

.bl-site-header__menu-close::before {
  transform: translateY(-50%) rotate(45deg);
}

.bl-site-header__menu-close::after {
  transform: translateY(-50%) rotate(-45deg);
}

.bl-site-header__mobile-toggle {
  display: none;
  align-items: center;
  margin-left: auto;
  padding-right: 12px;
}

.bl-site-header__mobile-toggle {
  display: none;
  align-items: center;
  margin-left: auto;
  padding-right: 12px;
}
@media (max-width: 1250px) {
  .bl-site-header__links {
    display: none;
  }
}
@media (max-width: 991px) {
  #header {
    min-height: 64px;
  }
  .bl-site-header__logo img {
    max-height: 32px;
  }
  .bl-site-header .navbar-toggle {
    padding: 26px 21px;
    background: var(--bl-pink);
    border-radius: 0;
  }
  .bl-site-header .navbar-toggle span {
    background: #fff;
    width: 21px;
    height: 1px;
  }
  .bl-site-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar-toggle.active .icon-bar:nth-of-type(1) {
    top: 0;
  }
  .navbar-toggle.active .icon-bar:nth-of-type(3) {
    top: -10px;
  }
}

/* Mobile: compact header — pink Menu toggles drill-down nav (shows X when open) */
@media (max-width: 991px) {
  .bl-site-header__inner {
    padding: 0 0 0 16px;
    min-height: 60px;
  }

  .bl-site-header__menu {
    display: inline-flex;
    min-width: 0;
    padding: 0 21px;
    margin-left: 0;
    height: 64px;
  }
  .bl-site-header__menu > span:not(.bl-site-header__menu-close) {
    display: none;
  }

  .bl-site-header__menu.is-active {
    min-width: 64px;
    width: 64px;
    padding: 0;
    gap: 0;
  }

  .bl-site-header__menu.is-active > span:not(.bl-site-header__menu-close),
  .bl-site-header__menu.is-active > svg {
    display: none;
  }

  .bl-site-header__menu.is-active .bl-site-header__menu-close {
    display: block;
  }

  .bl-site-header__mobile-toggle {
    display: none !important;
  }

  .bl-site-header__login {
    min-width: 0;
    padding: 0 16px;
    font-size: 16px;
    background: transparent;
    color: #04030B;
  }

  .bl-site-header__favorites {
    min-width: 0;
    padding: 0 16px;
  }
}

/* ----- Announcement bar ----- */
.bl-announcement-bar {
  position: relative;
  z-index: 190;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: var(--bl-pink);
  color: #fff;
  padding: 10px 48px 10px 24px;
  width: 100%;
  box-sizing: border-box;
}

.bl-announcement-bar .emergency_message,
.bl-announcement-bar__item {
  background: transparent !important;
  color: #fff !important;
  border: 0 !important;
  line-height: 1.4 !important;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  width: auto;
  padding: 0;
  flex: 1 1 auto;
}

.bl-announcement-bar__close {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.bl-announcement-bar__close:hover {
  opacity: 0.8;
}

/* ----- Megamenu ----- */
.bl-megamenu {
  display: none;
  position: absolute;
  left: auto;
  right: 0;
  width: 71%;
  z-index: 180;
  background: var(--bl-black);
  color: #fff;
  box-sizing: border-box;
}

.bl-megamenu.is-open {
  display: block;
  position: fixed;
  left: auto;
  right: 0;
  bottom: 0;
  overflow-y: auto;
}

body.bl-megamenu-open {
  overflow: hidden;
}

.bl-megamenu__inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 80px 40px;
  box-sizing: border-box;
}

.bl-megamenu__close {
  position: absolute;
  top: 20px;
  right: 24px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 5px;
  background: #fff;
  color: var(--bl-pink);
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.bl-megamenu__close:hover {
  background: #f5f5f5;
}

.bl-megamenu__title {
  margin: 0 0 46px;
  padding-right: 48px;
  font-family: var(--bl-font-heading);
  font-size: 18px;
  line-height: 150%; /* 27px */
  font-weight: 700;
  letter-spacing: -0.36px;
  text-transform: uppercase;

  color: #F5F5F5;
}

.bl-megamenu__columns {
  display: flex;
  align-items: stretch;
  gap: 0;
  min-height: 320px;
  margin-bottom: 128px;
}

.bl-megamenu__col {
  box-sizing: border-box;
}

.bl-megamenu__col--primary {
  flex: 0 0 32%;
  max-width: 32%;
  padding-right: 34px;
  border-right: 1px solid #555;
}

.bl-megamenu__col--secondary {
  flex: 0 0 28%;
  max-width: 28%;
  padding: 0 34px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.bl-megamenu__col--tertiary {
  flex: 1 1 auto;
  padding-left: 34px;
}

.bl-megamenu__primary-list,
.bl-megamenu__secondary-list,
.bl-megamenu__tertiary-list,
.bl-megamenu__promo-links {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bl-megamenu__primary-link,
.bl-megamenu__secondary-link,
.bl-megamenu__tertiary-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  text-align: left;
  color: #fff !important;
  text-decoration: none !important;
  font-family: var(--bl-font);
  background: transparent;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
  
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.36px;
}

.bl-megamenu__primary-link {
  padding: 6px 21px;
  border-radius: 5px;

  color: #FFF;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
.bl-megamenu__primary-item {
  margin-bottom: 1px;
}
.bl-megamenu__primary-item.is-active .bl-megamenu__primary-link,
.bl-megamenu__primary-item:hover .bl-megamenu__primary-link {
  background: var(--bl-pink);
  color: #fff !important;
}

.bl-megamenu__chevron {
  width: 6px;
  height: 10px;
  flex: 0 0 auto;
  background: url('../images/megamenu-chevron.svg') center / contain no-repeat;
}

.bl-megamenu__chevron--muted {
  opacity: 0.55;
}

.bl-megamenu__panel {
  display: none;
}

.bl-megamenu__panel.is-active {
  display: block;
}

.bl-megamenu__secondary-link {
  padding: 6px 21px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 400;
}
.bl-megamenu__secondary-item {
  margin-bottom: 1px;
}
.bl-megamenu__secondary-item.is-active .bl-megamenu__secondary-link,
.bl-megamenu__secondary-item:hover .bl-megamenu__secondary-link {
  background: #B0B0B0;

}

.bl-megamenu__tertiary-panel {
  display: none;
}

.bl-megamenu__tertiary-panel.is-active {
  display: block;
}

.bl-megamenu__tertiary-link {
  display: inline-flex;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 400;
}

.bl-megamenu__tertiary-link:hover {
  color: var(--bl-pink) !important;
}

.bl-megamenu__promo {
  display: flex;
  align-items: stretch;
  background: #f3f3f3;
  overflow: hidden;
  min-height: 140px;
}

.bl-megamenu__promo-media {
  flex: 0 0 38%;
  max-width: 38%;
  background: #222;
  min-height: 140px;
  position: relative;
  overflow: hidden;
}

.bl-megamenu__promo-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.bl-megamenu__promo-links {
  flex: 1 1 auto;
  background: #fff;
  padding: 32px 58px;
}

.bl-megamenu__promo-links li {
  border-bottom: 1px solid #555;
}

.bl-megamenu__promo-links li:last-child {
  border-bottom: 0;
}

.bl-megamenu__promo-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 16px 0;
  color: var(--bl-black) !important;
  text-decoration: none !important;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
}
.bl-megamenu__promo-links a strong {
  margin-right: auto;
  text-decoration: underline;
}
.bl-megamenu__promo-links a:hover {
  background: #fafafa;
}

.bl-megamenu__promo-arrow {
  width: 6px;
  height: 10px;
  flex: 0 0 auto;
  background: url('../images/megamenu-promo-arrow.svg') center / contain no-repeat;
}

/* Position megamenu under header + announcement (top set in JS) */
@media (min-width: 992px) {
  .bl-site-header {
    position: sticky;
    top: 0;
    z-index: 210;
  }

  .bl-announcement-bar {
    position: sticky;
    top: var(--bl-header-height);
    z-index: 205;
  }

  .bl-mobile-nav {
    display: none !important;
  }
}

/* ----- Mobile drill-down nav ----- */
.bl-mobile-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 180;
  background: var(--bl-black);
  color: #fff;
  box-sizing: border-box;
  flex-direction: column;
  overflow: hidden;
}

.bl-mobile-nav.is-open {
  display: flex;
}

.bl-mobile-nav__search {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
  background: #F5F5F5;
  padding: 14px 16px;
  box-sizing: border-box;
}

.bl-mobile-nav__search-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 16px;
  line-height: 1.3;
  outline: none;
}

.bl-mobile-nav__search-submit {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.bl-mobile-nav__stage {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
}

.bl-mobile-nav__panel {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: var(--bl-black);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  box-sizing: border-box;
}

.bl-mobile-nav__panel.is-active {
  transform: translateX(0);
  z-index: 2;
}

.bl-mobile-nav__panel.is-left {
  transform: translateX(-35%);
  z-index: 1;
}

.bl-mobile-nav__panel[hidden] {
  display: none !important;
}

.bl-mobile-nav__panel.is-active[hidden],
.bl-mobile-nav__panel.is-left[hidden] {
  display: flex !important;
}

.bl-mobile-nav__title {
  margin: 0;
  padding: 28px 32px 25px;
  color: #f5f5f5;
  font-family: var(--bl-font-heading);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  text-transform: uppercase;
}

.bl-mobile-nav__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  align-self: flex-start;
  margin: 18px 12px 8px;
  padding: 10px 8px;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: var(--bl-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
}

.bl-mobile-nav__list {
  list-style: none;
  margin: 0;
  padding: 0 0 24px;
}

.bl-mobile-nav__list > li {
  margin: 0;
}

.bl-mobile-nav__row {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  box-sizing: border-box;
  padding-right: 12px;
}

.bl-mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 32px;
  border: 0;
  background: transparent;
  color: #fff !important;
  font-family: var(--bl-font);
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
  text-align: left;
  text-decoration: none !important;
  cursor: pointer;
}

.bl-mobile-nav__row > .bl-mobile-nav__link {
  width: auto;
  padding-right: 8px;
}

.bl-mobile-nav__toggle {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent url('../images/megamenu-chevron-pink.svg') center / 6px 10px no-repeat;
  cursor: pointer;
}

.bl-mobile-nav__item:not(.has-children) > .bl-mobile-nav__row > .bl-mobile-nav__toggle {
  display: none;
}

.bl-mobile-nav__chevron {
  flex: 0 0 auto;
  width: 6px;
  height: 10px;
  background: url('../images/megamenu-chevron-pink.svg') center / contain no-repeat;
}

.bl-mobile-nav__chevron--back {
  background-image: url('../images/megamenu-chevron-back-pink.svg');
}

.bl-mobile-nav__promo {
  list-style: none;
  margin: auto 0 0;
  padding: 16px 0;
  background: #38373C;
}

.bl-mobile-nav__promo > li {
  border-top: 1px solid #555;
}

.bl-mobile-nav__promo > li:first-child {
  border-top: 0;
}

.bl-mobile-nav__promo a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 32px;
  color: #fff !important;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: -0.32px;
  text-decoration: none !important;
}

.bl-mobile-nav__promo a strong {
  text-decoration: underline;
  font-weight: 700;
}

@media (max-width: 991px) {
  .bl-site-header {
    position: sticky;
    top: 0;
    z-index: 210;
  }

  .bl-megamenu {
    display: none !important;
  }
}

/* Hide legacy fixed search holder if any remnant exists */
#holder {
  display: none !important;
}

/* ----- Homepage Quick Search ----- */
.bl-quick-search {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  margin-top: -47px;
  z-index: 2;
}

.bl-quick-search__inner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(270deg, #FFF -2.79%, #D71752 118.17%);
}

.bl-quick-search__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
  box-sizing: border-box;
  background: var(--bl-search-bg);
  padding: 47px 30px;
}

.bl-quick-search__title {
  margin: 0;
  color: var(--bl-black);
  text-align: center;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.bl-quick-search__intro {
  width: 100%;
  text-align: center;
  font-family: var(--bl-font);
  font-size: 16px;
  line-height: 1.5;
  color: var(--bl-black);
}

.bl-quick-search__intro:empty {
  display: none;
}

.bl-quick-search__form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  max-width: 697px;
  margin: 0;
  padding: 11px 10px;
  background: #fff;
  box-sizing: border-box;
}

.bl-quick-search__label {
  flex: 0 0 auto;
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-quick-search__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  box-shadow: none;
}

.bl-quick-search__input::placeholder {
  color: #B8B8BA;
  font-style: italic;
  font-weight: 400;
  text-transform: capitalize;
  opacity: 1;
}

.bl-quick-search__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: var(--bl-pink);
  cursor: pointer;
  line-height: 0;
}

.bl-quick-search__submit:hover,
.bl-quick-search__submit:focus {
  background: #b40038;
  outline: none;
}

.bl-quick-search__submit svg {
  display: block;
}

.bl-quick-search__links {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.bl-quick-search__links-title {
  margin: 0;
  color: var(--bl-pink);
  text-align: center;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-quick-search__links-list {
  margin: 0;
  font-family: var(--bl-font);
  font-size: 16px;
  line-height: 1.5;
}

.bl-quick-search__link {
  color: var(--bl-black) !important;
  text-decoration: underline !important;
  font-weight: 400;
}

.bl-quick-search__link:hover,
.bl-quick-search__link:focus {
  color: var(--bl-pink) !important;
}

.bl-quick-search__link-sep {
  color: var(--bl-black);
  text-decoration: none;
}

@media (max-width: 991px) {
  .bl-quick-search {
    padding: 0;
    margin-top: 0;
  }

  .bl-quick-search__inner {
    width: 100%;
    gap: 24px;
    padding: 35px 32px;
  }

  .bl-quick-search__title {
    font-size: 32px;
    line-height: 1.1;
  }

  .bl-quick-search__form {
    flex-wrap: wrap;
    gap: 10px;
  }

  .bl-quick-search__label {
    width: 100%;
    display: none;
  }
}

/* ----- Homepage hero ----- */
.bl-home-hero {
  width: 100%;
  background: #1a0a12;
}

.bl-home-hero__stage {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
}

.bl-home-hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
  pointer-events: none;
}

.bl-home-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}

.bl-home-hero__media {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center 10%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bl-home-hero__media::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  pointer-events: none;
}

.bl-home-hero__media--empty {
  background: linear-gradient(135deg, #2a1018 0%, #5a1830 50%, #D71752 100%);
}

.bl-home-hero__overlay {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: stretch;
  min-height: 520px;
  padding: 48px 40px 200px;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(4, 3, 11, 0.55) 0%, rgba(4, 3, 11, 0.15) 45%, rgba(4, 3, 11, 0.45) 100%);
}

.bl-home-hero__layout {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  max-width: 1560px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-home-hero__intro {
  flex: 0 1 34%;
  max-width: 420px;
  color: #fff;
  padding-bottom: 8px;
}

.bl-home-hero__intro-title {
  margin: 0 0 16px;
  color: #fff;
  font-family: var(--bl-font-heading);
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
}

.bl-home-hero__intro-text {
  margin: 0 0 24px;
  color: #fff;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.bl-home-hero__intro-text p {
  margin: 0 0 10px;
  color: #fff;
}

.bl-home-hero__intro-text p:last-child {
  margin-bottom: 0;
}

/* Pink CTA: use .btn-pink (shared) */

.bl-home-hero__panel-wrap {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 24px;
  width: 100%;
  margin-right: calc((100% - 100vw) / 2 + 80px);
}

.bl-home-hero__logo-slot {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 220px;
  align-self: stretch;
  pointer-events: none;
  margin-left: calc((125% - 100vw) / 2 + 80px);
}

.bl-home-hero__logo {
  display: none;
  width: 100%;
  max-width: 280px;
  text-align: center;
}

.bl-home-hero__logo.is-active {
  display: block;
}

.bl-home-hero__logo img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 220px;
  margin: 0 auto;
}

.bl-home-hero__panel-column {
  flex: 0 0 380px;
  max-width: 380px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.bl-home-hero__panel {
  background: linear-gradient(0deg, rgba(21, 50, 90, 0.20) 0%, rgba(21, 50, 90, 0.20) 100%), linear-gradient(270deg, rgba(4, 3, 11, 0.20) 0.07%, #D71752 80.07%);
  padding: 24px 24px 28px;
  color: #fff;
  box-sizing: border-box;
}

.bl-home-hero__progress {
  display: flex;
  gap: 8px;
  margin: 0 0 20px;
}

.bl-home-hero__progress-item {
  flex: 1 1 auto;
  height: 3px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
}

.bl-home-hero__progress-item.is-active {
  background: var(--bl-pink);
}

.bl-home-hero__panel-content {
  display: none;
}

.bl-home-hero__panel-content.is-active {
  display: block;
}

.bl-home-hero__eyebrow {
  margin: 0 0 12px;
  color: #fff;
  font-family: var(--bl-font);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.bl-home-hero__slide-title {
  margin: 0 0 14px;
  color: #fff;
  font-family: var(--bl-font-heading);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.bl-home-hero__slide-copy {
  margin: 0 0 18px;
  color: #fff;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.bl-home-hero__slide-copy p {
  margin: 0 0 8px;
  color: #fff;
}

.bl-home-hero__slide-copy p:last-child {
  margin-bottom: 0;
}

.bl-home-hero__slide-cta {
  display: inline-block;
  color: #fff !important;
  font-family: var(--bl-font);
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px; /* 131.25% */
  letter-spacing: 0.8px;
}

.bl-home-hero__slide-cta::after {
  content: ' \00bb';
}

.bl-home-hero__slide-cta:hover,
.bl-home-hero__slide-cta:focus {
  opacity: 0.85;
}

.bl-home-hero__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.bl-home-hero__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  padding: 18px 16px;
  font-family: var(--bl-font);
  cursor: pointer;
  font-size: 16px;
  font-weight: 800;
  line-height: 21px; /* 131.25% */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.bl-home-hero__nav-btn--prev {
  background: #B0B0B0;
  color: #fff;
}

.bl-home-hero__nav-btn--next {
  background: #04030B;
  color: #fff;
}

.bl-home-hero__nav-btn:hover,
.bl-home-hero__nav-btn:focus {
  opacity: 0.9;
  outline: none;
}
@media (max-width: 991px) {
  .bl-home-hero__media::after {
    display: none;
  }
  .bl-home-hero__progress {
    display: none;
  }
  .bl-home-hero__stage {
    display: flex;
    flex-direction: column;
    min-height: 0;
  }

  .bl-home-hero__slide {
    position: relative;
    inset: auto;
    flex: 0 0 auto;
    order: 1;
    min-height: 280px;
    opacity: 1;
  }

  .bl-home-hero__slide:not(.is-active) {
    display: none;
  }

  .bl-home-hero__media {
    min-height: 280px;
  }

  .bl-home-hero__overlay {
    order: 2;
    flex: 0 0 auto;
    min-height: 0;
    padding: 0;
    background: transparent;
  }

  .bl-home-hero__layout {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: none;
  }

  .bl-home-hero__intro {
    order: 2;
    flex: none;
    max-width: none;
    padding: 32px;
    background: #fff;
    color: var(--bl-black);
  }

  .bl-home-hero__intro-title {
    color: var(--bl-black);
    margin-bottom: 24px;
    font-size: 40px;
    line-height: 1;
  }

  .bl-home-hero__intro-text,
  .bl-home-hero__intro-text p {
    color: var(--bl-black);
  }

  .bl-home-hero__panel-wrap {
    order: 1;
    flex: none;
    max-width: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .bl-home-hero__logo-slot {
    display: none;
  }

  .bl-home-hero__logo {
    max-width: 200px;
    margin: 0 auto;
  }

  .bl-home-hero__logo img {
    max-height: 140px;
  }

  .bl-home-hero__panel-column {
    order: 2;
    flex: none;
    max-width: none;
  }

  .bl-home-hero__panel {
    background: var(--bl-pink);
    padding: 32px;
  }
  .bl-home-hero__eyebrow {
    font-size: 13px;
    line-height: 16px;
  }
  .bl-home-hero__slide-title {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.78px;
  }
}

/* ----- Homepage featured row (research + press) ----- */
.bl-home-featured {
  width: 100%;
  padding: 40px 30px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #FFF 40%, #F5F5F5 40%);
}

.bl-home-featured__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 1570px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-home-card {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 100%;
  border: 0.5px solid #B0B0B0;
  background: #FFF;
  box-sizing: border-box;
  overflow: hidden;
}

.bl-home-card__media {
  flex: 0 0 40%;
  max-width: 40%;
  min-height: 100%;
  overflow: hidden;
  background: #e8e8e8;
}

.bl-home-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.bl-home-card__media--placeholder {
  background: url('../images/home/staff_placeholder.png') center / cover no-repeat;
}

.bl-home-card__body {
  display: flex;
  flex: 1 1 60%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  padding: 20px 18px 18px;
  box-sizing: border-box;
  min-width: 0;
}

.bl-home-card__eyebrow {
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-home-card__title {
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.bl-home-card__excerpt {
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.bl-home-card__excerpt p {
  margin: 0 0 8px;
}

.bl-home-card__excerpt p:last-child {
  margin-bottom: 0;
}

.bl-home-card__cta {
  display: inline-block;
  color: var(--bl-black) !important;
  font-family: var(--bl-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none !important;
}

.bl-home-card__cta::after {
  content: ' \00bb';
}

.bl-home-card__cta:hover,
.bl-home-card__cta:focus {
  color: var(--bl-pink) !important;
}

.bl-home-card__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 8px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #e0e0e0;
}

.bl-home-card__stat {
  margin: 0;
}

.bl-home-card__stat-label {
  margin: 0 0 4px;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.bl-home-card__stat-value {
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .bl-home-featured {
    padding: 32px 0;
  }

  .bl-home-featured__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .bl-home-card {
  }

  .bl-home-card__media {
    flex: 0 0 auto;
    max-width: 43%;
    width: 43%;
  }

  .bl-home-card__media img {
    min-height: 160px;
  }
  .bl-home-card__body {
    flex: 0 0 57%;
  }
  .bl-home-card__stats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

/* ----- Homepage message section ----- */
.bl-home-message {
  width: 100%;
  padding: 108px 30px;
  box-sizing: border-box;
  background: #F5F5F5;
}

.bl-home-message__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: stretch;
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
}
.bl-home-message__media {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bl-home-message__image {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bl-home-message__image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
  pointer-events: none;
}

.bl-home-message__image--placeholder {
  background: linear-gradient(135deg, #2a1018 0%, #5a1830 50%, #D71752 100%);
}

.bl-home-message__overlay-title {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 32px;
  box-sizing: border-box;
  color: #fff;
  text-align: center;
  font-family: var(--bl-font-heading);
  font-size: 60px;
  font-weight: 700;
  line-height: 1.15;
  max-width: 451px;
  margin: auto;
}


.bl-home-message__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  min-width: 0;
  padding: 60px 90px;
}
@media (max-width: 1500px) {
  .bl-home-message__content {
    padding: 60px 0;
  }
}
.bl-home-message__title {
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.bl-home-message__text,
.bl-home-message__text p {
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bl-home-message__text p + p {
  margin-top: 10px;
}

/* Pink CTA: use .btn-pink (shared) */

@media (max-width: 991px) {
  .bl-home-message {
    padding: 0 32px 32px 32px;
  }
  .bl-home-message__media {
    min-height: 276px;
    margin-right: calc((100% - 100vw) / 2);
    margin-left: calc((100% - 100vw) / 2);
  }
  .bl-home-message__inner {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .bl-home-message__overlay-title {
    font-size: 40px;
    padding: 24px;
  }
  .bl-home-message__content {
    padding: 0;
    gap: 24px;
  }
  .bl-home-message__title {
    font-size: 32px;
    line-height: 36px;
  }
  .bl-home-message__text,
  .bl-home-message__text p {
    line-height: 20px;
  }
}

/* ----- Homepage Membership Directory search (logged-in) ----- */
.bl-directory-search {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 160px 30px 170px;
}

.bl-directory-search__inner {
  position: relative;
  width: 100%;
  max-width: 1145px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #000;
  background-image: url('../images/home/membership_directory_bg.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  z-index: 1;
}

.bl-directory-search__shadow {
  width: 100%;
  max-width: 1145px;
  height: 0;
  margin: 0 auto;
  box-shadow: 13px 61px 24px 12px rgba(0, 0, 0, 0.15);
  pointer-events: none;
}

.bl-directory-search__inner::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--bl-pink);
  z-index: 2;
}

.bl-directory-search__mark {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 40px;
  height: auto;
  display: block;
  z-index: 2;
  pointer-events: none;
}

.bl-directory-search__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  width: 100%;
  max-width: 697px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 72px 30px 80px;
}

.bl-directory-search__title {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.bl-directory-search__form {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 11px 10px;
  background: #fff;
  box-sizing: border-box;
}

.bl-directory-search__label {
  flex: 0 0 auto;
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-directory-search__input {
  flex: 1 1 auto;
  min-width: 0;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  box-shadow: none;
}

.bl-directory-search__input::placeholder {
  color: #B8B8BA;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  opacity: 1;
}

.bl-directory-search__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background: var(--bl-pink);
  cursor: pointer;
}

.bl-directory-search__submit:hover,
.bl-directory-search__submit:focus {
  background: #b40038;
}

.bl-directory-search__submit svg {
  display: block;
}

@media (max-width: 767px) {
  
  .bl-directory-search__shadow {
    box-shadow: 13px 30px 24px 12px rgba(0, 0, 0, 0.15);
  }
  .bl-directory-search {
    padding: 80px 20px 90px;
  }
  .bl-directory-search__content {
    padding: 56px 20px 64px;
    gap: 24px;
  }

  .bl-directory-search__mark {
    top: 16px;
    right: 16px;
    width: 32px;
  }

  .bl-directory-search__title {
    font-size: 32px;
    line-height: 32px;
  }
}

/* ----- Membership Directory page ----- */
.bl-directory {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 48px 0 80px;
}

.bl-directory__inner {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-directory__panel {
  width: 100%;
  box-sizing: border-box;
}

.bl-directory-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin: 0 auto 40px;
  max-width: 1152px;
  padding: 0 30px;
}

.bl-directory .bl-directory-search {
  flex: 1 1 320px;
  min-width: 0;
  margin: 0;
  padding: 0;
}

.bl-directory .bl-directory-search__wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  box-sizing: border-box;
  width: 100%;
  background: #F5F5F5;
  padding: 14px 16px;
}

.bl-directory .bl-directory-search__label {
  flex: 0 0 auto;
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-directory .bl-directory-search__input {
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  background: #fff;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  box-shadow: none;
}

.bl-directory .bl-directory-search__input::placeholder {
  color: #B8B8BA;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  opacity: 1;
}

.bl-directory .bl-directory-search__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #D71752;
  cursor: pointer;
}

.bl-directory .bl-directory-search__submit:hover,
.bl-directory .bl-directory-search__submit:focus {
  background: #b40038;
}

.bl-directory-letter {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.bl-directory-letter__label {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bl-directory-letter__control {
  position: relative;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-width: 72px;
  height: 43px;
  border: 1px solid #B0B0B0;
  background: #fff;
}

.bl-directory-letter__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 44px 0 12px;
  border: 0;
  background: transparent;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
}

.bl-directory-letter__arrows {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  display: block;
  width: 20px;
  height: 43px;
  pointer-events: none;
}

.bl-directory-letter__arrows svg {
  display: block;
  width: 20px;
  height: 43px;
}

.bl-directory-dd {
  position: relative;
  flex: 0 0 auto;
}

.bl-directory-dd__toggle,
.bl-directory-profile {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 43px;
  padding: 10px 18px;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  cursor: pointer;
}

.bl-directory-dd__toggle {
  border: 0;
  background: #D71752;
  color: #fff;
}

.bl-directory-dd__toggle:hover,
.bl-directory-dd__toggle:focus {
  background: #b40038;
  color: #fff;
}

.bl-directory-profile {
  border: 1px solid #04030B;
  background: #fff;
  color: #04030B !important;
}

.bl-directory-profile:hover,
.bl-directory-profile:focus {
  color: #D71752 !important;
  border-color: #D71752;
}

.bl-directory-dd__menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 20;
  min-width: 100%;
  margin: 0;
  padding: 8px 0;
  list-style: none;
  background: #fff;
  border: 1px solid #B0B0B0;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.bl-directory-dd__menu a {
  display: block;
  padding: 8px 16px;
  color: #04030B !important;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none !important;
  text-transform: uppercase;
}

.bl-directory-dd__menu a:hover,
.bl-directory-dd__menu a:focus {
  background: #F5F5F5;
  color: #D71752 !important;
}

.bl-directory-table-wrap {
  max-width: 737px;
  margin: 0 auto;
}

.bl-directory-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.bl-directory-table .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bl-directory-row td {
  padding: 18px 12px;
  border-bottom: 1px solid #B0B0B0;
  vertical-align: middle;
}

.bl-directory-row__name {
  width: 34%;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bl-directory-row__company {
  width: 50%;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.bl-directory-row__details {
  width: 16%;
  text-align: right;
}

.bl-directory-row__details-link {
  color: #D71752 !important;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.bl-directory-row__details-link:hover,
.bl-directory-row__details-link:focus {
  opacity: 0.8;
}

.bl-directory-row__empty {
  padding: 24px 12px;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
}

@media (max-width: 991px) {
  .bl-directory {
    padding: 32px 0 0;
  }
  .bl-directory__panel {
    padding: 32px;
    background: #F5F5F5;
  }

  .bl-directory .bl-directory-search {
    flex: 1 1 auto;
  }

  .bl-directory .bl-directory-search .bl-directory-search__label {
    display: none;
  }

  .bl-directory .bl-directory-search .bl-directory-search__input {
    padding: 0;
  }

  .bl-directory .bl-directory-search__wrap {
    background: #fff;
    padding: 5px 16px;
  }

  .bl-directory-toolbar {
    flex-direction: column;
    align-items: center;
    padding: 0;
    gap: 16px;
  }

  .bl-directory-letter,
  .bl-directory-dd,
  .bl-directory-profile {
    width: 100%;
  }

  .bl-directory-dd__toggle,
  .bl-directory-profile {
    width: 100%;
  }

  .bl-directory-letter__control {
    flex: 1 1 auto;
  }
}

@media (max-width: 767px) {

  .bl-directory-row__name,
  .bl-directory-row__company,
  .bl-directory-row__details {
    display: block;
    width: 100%;
    text-align: left;
  }

  .bl-directory-row td {
    padding: 8px 0;
    border-bottom: 0;
  }

  .bl-directory-row {
    display: block;
    padding: 16px 0;
    border-bottom: 1px solid #B0B0B0;
  }

  .bl-directory-row__details {
    padding-bottom: 0;
  }
}


/* ----- Inner page hero + breadcrumbs ----- */
.bl-page-hero {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  background: #04030B;
}

.bl-page-hero__media {
  position: absolute;
  inset: 0;
  background-color: #04030B;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 0;
}

.bl-page-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.bl-page-hero__inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 134px 80px;
}

.bl-page-hero__eyebrow {
  margin: 0 0 8px;
}

.bl-page-hero__eyebrow span {
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.bl-page-hero__title {
  margin: 0;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
}

.bl-page-hero__text {
  max-width: 543px;
  margin: 20px 0 0;
  color: #FFF;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.bl-page-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 28px;
  min-height: 44px;
  padding: 10px 28px;
  background: var(--bl-pink);
  color: #fff !important;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
  border: 0;
}

.bl-page-hero__cta:hover,
.bl-page-hero__cta:focus {
  background: #b40038;
  color: #fff !important;
}

.bl-page-breadcrumbs {
  width: 100%;
  box-sizing: border-box;
  background: #F5F5F5;
  padding: 8px 30px;
}

.bl-page-breadcrumbs__inner {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-page-breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.bl-page-breadcrumbs__item,
.bl-page-breadcrumbs__item a {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.bl-page-breadcrumbs__item a:hover,
.bl-page-breadcrumbs__item a:focus {
  color: var(--bl-pink);
}

.bl-page-breadcrumbs__item.is-current,
.bl-page-breadcrumbs__item.is-current span {
  font-weight: 700;
}

.bl-page-breadcrumbs__sep {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 0;
}

.bl-page-breadcrumbs__sep svg {
  display: block;
}

@media (max-width: 991px) {
  .bl-page-hero {
    display: flex;
    flex-direction: column;
    background: #F5F5F5;
    overflow: visible;
  }

  .bl-page-hero__media {
    position: relative;
    inset: auto;
    flex: 0 0 145px;
    width: 100%;
    height: 145px;
    z-index: 0;
  }

  .bl-page-hero__overlay {
    display: none;
  }

  .bl-page-hero__inner {
    position: relative;
    z-index: 1;
    max-width: none;
    padding: 18px 32px 32px;
    background: #F5F5F5;
  }

  .bl-page-hero__eyebrow {
    margin: 0;
  }

  .bl-page-hero__eyebrow span {
    color: #04030B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--bl-font-heading);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  .bl-page-hero__title {
    color: #04030B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--bl-font-heading);
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
  }

  .bl-page-hero__text {
    max-width: none;
    margin-top: 16px;
    color: #04030B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--bl-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  .bl-page-breadcrumbs {
    display: none;
  }
}

/* ----- Page banner text (optional image + copy) ----- */
.bl-page-banner {
  width: 100%;
  box-sizing: border-box;
  margin: 0 0 40px;
}

.bl-page-banner--split {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 30px;
}

.bl-page-banner__media {
  flex: 0 0 40%;
  max-width: 40%;
  box-sizing: border-box;
}

.bl-page-banner__img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.bl-page-banner__text {
  flex: 1 1 60%;
  min-width: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 16px;
  line-height: 1.5;
}
.bl-page-banner__text ul {
  padding-left: 20px;
}
.bl-page-banner__text p:first-child {
  margin-top: 0;
}

.bl-page-banner__text p:last-child {
  margin-bottom: 0;
}

.bl-page-banner__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bl-page-banner__text h2 {
  color: #04030B;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  margin-bottom: 16px;
}

.bl-page-banner__text a {
  color: #D71752;
  text-decoration: underline;
}

.bl-page-banner__text strong {
  font-weight: 700;
}

@media (max-width: 991px) {
  .bl-page-banner__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .bl-page-banner__text h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .bl-page-banner--split {
    padding: 0 32px;
  }
}

@media (max-width: 767px) {
  .bl-page-banner--split {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }

  .bl-page-banner__media {
    flex: none;
    max-width: 100%;
    width: 100%;
  }
}

/* ----- Board of Governors ----- */
.bl-governors {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 48px 30px 80px;
}

.bl-governors__inner {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-governors__note {
  margin: 0 0 24px;
  color: var(--bl-black);
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.bl-governors__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
}

.bl-gov-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  background: transparent;
}

.bl-gov-card[hidden],
[data-staff-card][hidden] {
  display: none !important;
}

.bl-gov-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 2 / 3;
  max-height: 365px;
  overflow: hidden;
  background: #F5F5F5;
}

.bl-gov-card--square .bl-gov-card__media {
  aspect-ratio: 1 / 1;
  max-height: none;
}

.bl-gov-card__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bl-gov-card__badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 6px 28px;
  background: #D71752;
  color: #FFF;
  text-align: center;
  font-family: var(--bl-font);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.bl-gov-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  box-sizing: border-box;
  border: 0.5px solid #B0B0B0;
  background: #FFF;
  padding: 18px 16px 16px;
}

.bl-gov-card__name {
  margin: 0 0 8px;
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.bl-gov-card__info {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.bl-gov-card__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 18px;
  position: relative;
  z-index: 1;
}

.bl-gov-card__details {
  position: static;
  top: auto;
  right: auto;
  padding-left: 0;
  color: #000 !important;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.bl-gov-card__email {
  color: #D71752 !important;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.bl-gov-card__details:hover,
.bl-gov-card__details:focus,
.bl-gov-card__email:hover,
.bl-gov-card__email:focus {
  opacity: 0.8;
}

.bl-governors__empty {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--bl-black);
  font-family: var(--bl-font);
}

/* Shared pagination (governors first) */
.bl-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
}

.bl-pagination__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  flex: 0 0 auto;
}

.bl-pagination__btn--arrow {
  background: #D71752;
}

.bl-pagination__btn--arrow svg {
  display: block;
}

.bl-pagination__btn--arrow:first-child svg,
.bl-pagination__btn--arrow.bl-pagination__btn--prev svg {
  transform: scaleX(-1);
}

.bl-pagination__btn--num {
  background: #fff;
  border: 1px solid #F5F5F5;
  color: #000;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-pagination__btn--num.is-current {
  border: 1px solid #B0B0B0;
}

.bl-pagination__btn--ellipsis {
  border: 1px solid #F5F5F5;
  background: #fff;
  color: #000;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
}

.bl-pagination__btn--arrow.is-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.bl-pagination__btn--num:hover,
.bl-pagination__btn--num:focus {
  border-color: #B0B0B0;
  color: #000;
}

@media (max-width: 1199px) {
  .bl-governors__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .bl-governors__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .bl-governors {
    padding: 32px 20px 56px;
  }

  .bl-governors__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bl-gov-card__name {
    font-size: 18px;
    line-height: 22px;
  }



  .bl-gov-card__badge {
    padding: 6px 12px;
    font-size: 10px;
  }
}

/* ----- Our Staff ----- */
.bl-staff {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 48px 30px 80px;
}

.bl-staff__inner {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-staff__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 32px;
}

.bl-staff__title {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.bl-staff-filter {
  flex: 0 0 auto;
}

.bl-staff-filter__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  min-width: 260px;
  min-height: 44px;
  padding: 10px 40px 10px 16px;
  border: 1px solid #04030B;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2304030B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.bl-staff__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 38px;
  margin-bottom: 48px;
}

.bl-staff__empty {
  grid-column: 1 / -1;
  margin: 0 0 24px;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
}

.bl-staff .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.fancybox-inner .bio-info .bio {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.fancybox-inner .bio-info .bio .bio-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fancybox-inner .bio-info .bio .pic-frame {
  height: auto;
}

@media (max-width: 1199px) {
  .bl-staff__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .bl-staff {
    padding: 32px 20px 56px;
  }

  .bl-staff__header {
    flex-direction: column;
    align-items: flex-start;
  }

  .bl-staff__title {
    font-size: 32px;
  }

  .bl-staff-filter,
  .bl-staff-filter__select {
    width: 100%;
  }

  .bl-staff__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}

/* ----- Labor Relations ----- */
.bl-labor {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 48px 30px 80px;
}

.bl-labor__inner {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-labor__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 0 0 32px;
}

.bl-labor__title {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.bl-labor__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
}

.bl-labor__archive {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 20px;
  background: #D71752;
  color: #fff !important;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
}

.bl-labor__archive:hover,
.bl-labor__archive:focus {
  background: #b40038;
  color: #fff !important;
}

.bl-labor-filter__select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  min-width: 220px;
  min-height: 44px;
  padding: 10px 40px 10px 16px;
  border: 1px solid #04030B;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2304030B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 14px center;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.bl-labor-table--desktop {
  display: block;
}

.bl-labor-mobile {
  display: none;
}

.bl-labor-table__head {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  background: #F5F5F5;
}

.bl-labor-table__th {
  box-sizing: border-box;
  padding: 18px 20px;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}

.bl-labor-table__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.bl-labor-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bl-labor-row[hidden],
.bl-labor-card[hidden] {
  display: none !important;
}

.bl-labor-cell {
  box-sizing: border-box;
  min-width: 0;
  background: #F5F5F5;
  padding: 18px 20px;
}

.bl-labor-cell--union {
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.bl-labor-cell--links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}

.bl-labor-link {
  color: #04030B !important;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
}

.bl-labor-link:hover,
.bl-labor-link:focus {
  color: #D71752 !important;
}

.bl-labor-link--text {
  text-decoration: none !important;
}

.bl-labor__empty {
  margin: 24px 0 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
}

.bl-labor .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .bl-labor-table--desktop {
    display: none;
  }
  .bl-labor {
    padding: 32px 0 0;
  }

  .bl-labor-mobile {
    display: block;
    background: #F5F5F5;
    margin: 0;
    padding: 0 32px;
  }

  .bl-labor__header {
    flex-direction: column;
    align-items: stretch;
    padding: 0 32px;
  }
  .bl-labor__title {
    font-size: 32px;
    line-height: 40px;
  }
  .bl-labor__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .bl-labor__archive,
  .bl-labor-filter,
  .bl-labor-filter__select {
    width: 100%;
  }

  .bl-labor-card {
    padding: 28px 0;
    border-bottom: 1px solid #B0B0B0;
  }

  .bl-labor-card:last-child {
    border-bottom: 0;
  }

  .bl-labor-card__block {
    margin: 0 0 24px;
  }

  .bl-labor-card__block:last-child {
    margin-bottom: 0;
  }

  .bl-labor-card__label {
    margin: 0 0 10px;
    color: #04030B;
    font-family: var(--bl-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    text-transform: uppercase;
  }

  .bl-labor-card__union {
    margin: 0;
    color: #04030B;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: var(--bl-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }

  .bl-labor-card__links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .bl-labor-card__links .bl-labor-link {
    line-height: 26px;
  }
}


/* ----- Labor Contracts Archive ----- */
.bl-archive-back {
  width: 100%;
  box-sizing: border-box;
  background: #04030B;
  padding: 15px 30px;
  margin-bottom: 50px;
}

.bl-archive-back__inner {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
}

.bl-archive-back__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #FFF !important;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none !important;
}

.bl-archive-back__link:hover,
.bl-archive-back__link:focus {
  color: #FFF !important;
  opacity: 0.85;
}

.bl-archive-back__link svg {
  display: block;
  flex: 0 0 auto;
}

.bl-archive {
  width: 100%;
  box-sizing: border-box;
  background: #fff;
  padding: 0 30px 80px;
}

.bl-archive__inner {
  width: 100%;
  max-width: 1055px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-archive-sort {
  display: inline-flex;
  align-items: center;
  gap: 0;
  margin: 0 0 24px;
  padding: 0;
  border: 1px solid #B0B0B0;
  background: #fff;
  cursor: pointer;
}

.bl-archive-sort__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 43px;
  padding: 0 12px;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bl-archive-sort__icon {
  display: block;
  width: 20px;
  height: 43px;
  line-height: 0;
}

.bl-archive-sort__icon svg {
  display: block;
  width: 20px;
  height: 43px;
}

.bl-archive-list {
  display: flex;
  flex-direction: column;
}

.bl-archive-item {
  border: 1px solid #B0B0B0;
  background: #FFF;
}

.bl-archive-item + .bl-archive-item {
  border-bottom: 0;
}

.bl-archive-item:first-child {
  border-bottom: 0;
}

.bl-archive-item:last-child {
  border-bottom: 1px solid #B0B0B0;
}

.bl-archive-item.is-open {
  background: #F5F5F5;
  border-color: #F5F5F5;
  border-top-color: #fff;
}

.bl-archive-item__toggle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  margin: 0;
  padding: 14px 10px 14px 20px;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.bl-archive-item__title {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bl-archive-item__icon {
  flex: 0 0 auto;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 0;
  transition: transform 0.2s ease;
}

.bl-archive-item.is-open .bl-archive-item__icon {
  transform: rotate(180deg);
}

.bl-archive-item__icon svg {
  display: block;
}

.bl-archive-item__panel {
  padding: 0 20px 20px;
}

.bl-archive-item__panel[hidden],
.bl-archive-sub__panel[hidden] {
  display: none !important;
}

.bl-archive-sub {
  margin: 0 0 8px;
}

.bl-archive-sub__toggle {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 8px 0;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.bl-archive-sub__sign {
  flex: 0 0 auto;
  color: #D71752;
  font-family: var(--bl-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bl-archive-sub__title {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  line-height: 27px;
}

.bl-archive-sub__panel {
  padding: 4px 0 12px 28px;
}

.bl-archive-links {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 100%;
}

.bl-archive-links > * {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding-right: 16px;
  margin: 0 0 4px;
}

.bl-archive-link {
  color: #04030B !important;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-decoration: underline !important;
}

.bl-archive-link:hover,
.bl-archive-link:focus {
  color: #D71752 !important;
}

.bl-archive-link--text {
  text-decoration: none !important;
}

.bl-archive-nofiles {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.bl-archive__empty {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
}

@media (max-width: 767px) {
  .bl-archive-back {
    padding: 15px 20px;
  }

  .bl-archive {
    padding: 0 20px 56px;
  }

  .bl-archive-item__toggle {
    padding: 14px 8px 14px 14px;
  }

  .bl-archive-item__panel {
    padding: 0 14px 16px;
  }

  .bl-archive-sub__panel {
    padding-left: 20px;
  }

  .bl-archive-links > * {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .bl-archive-back__link {
    font-size: 14px;
  }
}

/* ----- Sponsors and partners ----- */
.bl-sponsors-partners {
  position: relative;
  width: 100%;
  padding: 80px 30px;
  box-sizing: border-box;
  background: #04030B;
  overflow: hidden;
}

.bl-sponsors-partners__bg {
  position: absolute;
  inset: 0;
  background: url('../images/bg-sponsors-lights.png') center center / cover no-repeat;
  z-index: 0;
}

.bl-sponsors-partners__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

/* --- Old gradient-based spotlight (kept for reference) ---
.bl-sponsors-partners {
  background: #04030B;
}

.bl-sponsors-partners::before,
.bl-sponsors-partners::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 0;
}

.bl-sponsors-partners::before {
  top: -10%;
  width: 110%;
  max-width: 1400px;
  height: 100%;
  background: radial-gradient(ellipse 25% 100% at 50% 0%, rgb(255 255 255 / 36%) 15%, rgb(255 255 255 / 14%) 55%, rgba(255, 255, 255, 0) 75%)
}

.bl-sponsors-partners::after {
  bottom: 0;
  width: 95%;
  max-width: 100%;
  height: 65%;
  background: radial-gradient(ellipse 90% 40% at 50% 100%, rgb(255 255 255 / 50%) 0%, rgb(255 255 255 / 0%) 50%, rgba(255, 255, 255, 0) 70%);
}
--- end old gradient-based spotlight --- */

.bl-sponsors-partners__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
}

.bl-sponsors-partners__official,
.bl-sponsors-partners__hospitality,
.bl-sponsors-partners__affiliates {
  text-align: center;
}

.bl-sponsors-partners__hospitality,
.bl-sponsors-partners__affiliates {
  margin-top: 56px;
}

.bl-sponsors-partners__eyebrow {
  margin: 0 0 10px;
  color: #FFF;
  text-align: center;
  font-family: var(--bl-font);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: -0.39px;
  text-transform: uppercase;
}

.bl-sponsors-partners__title {
  margin: 0 0 36px;
  color: #FFF;
  text-align: center;
  font-family: var(--bl-font-heading);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.78px;
  text-transform: uppercase;
}

.bl-sponsors-partners__subtitle {
  margin: 0 0 28px;
  color: #FFF;
  text-align: center;
  font-family: var(--bl-font-heading);
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.bl-sponsors-partners__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 75px;
}

.bl-sponsors-partners__logo img {
  display: block;
  width: auto;
  height: auto;
  max-height: 67px;
  max-width: 100%;
  object-fit: contain;
}

.bl-sponsors-partners__logo a {
  color: #fff !important;
  text-decoration: none !important;
  font-family: var(--bl-font);
  font-size: 18px;
  font-weight: 700;
}

.bl-sponsors-partners__affiliate-title {
  margin: 0 0 36px;
  color: #FFF;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.78px;
  text-transform: uppercase;
}

.bl-sponsors-partners__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 23px;
}

.bl-sponsors-partners__card {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - (23px * 4)) / 5);
  min-width: 160px;
  max-width: 294px;
  min-height: 160px;
  padding: 14px 18px;
  box-sizing: border-box;
  text-decoration: none !important;
  overflow: hidden;
  border-radius: 5px;
}

.bl-sponsors-partners__card-bg {
  position: absolute;
  inset: 0;
  background: #FFF;
  opacity: 0.3;
  border-radius: 5px;
  pointer-events: none;
}

.bl-sponsors-partners__card img {
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  opacity: 1;
}

/* ----- Site footer ----- */
.bl-site-footer {
  width: 100%;
  background: #fff;
  padding: 112px 30px;
  margin-top: 0 !important;
  box-sizing: border-box;
}

.bl-site-footer__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 74px;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-site-footer__info {
  flex: 0 1 380px;
  max-width: 380px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}

.bl-site-footer__logo {
  display: block;
  width: auto;
  max-width: 259px;
  height: auto;
  margin-bottom: 30px;
}

.bl-site-footer__about,
.bl-site-footer__about p {
  color: #1A202C;
  font-family: var(--bl-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}

.bl-site-footer__about p {
  margin: 0 0 12px;
}

.bl-site-footer__about p:last-child {
  margin-bottom: 0;
}
.bl-site-footer__about .txt-page {
  padding: 0;
  font-family: var(--bl-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
}
.bl-site-footer__about .txt-page .col-md-12.col-sm-12 {
  padding: 0;
}

.bl-site-footer__social {
  margin: 24px 0 37px;
}

.bl-site-footer__social .sharing-block {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bl-site-footer__social .sharing-block a.sharing-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  margin: 0;
  background: #1A202C !important;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  padding: 0;
}

.bl-site-footer__social .sharing-block a.sharing-link span {
  width: 35px;
  height: 35px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  right: 0;
  bottom: 0;
  transform: scale(1.02);
}

.bl-site-footer__social .sharing-block a.sharing-link.facebook,
.bl-site-footer__social .sharing-block a.sharing-link.twitter,
.bl-site-footer__social .sharing-block a.sharing-link.instagram {
  background: transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.bl-site-footer__social .sharing-block a.sharing-link.youtube span {
  width: 11px;
  height: 13px;
}

.bl-site-footer__social .sharing-block a.sharing-link.facebook span {
  background-image: url('../images/footer/facebook_bl.svg');
}

.bl-site-footer__social .sharing-block a.sharing-link.facebook:hover span {
  background-image: url('../images/footer/facebook_b40038.svg');
}

.bl-site-footer__social .sharing-block a.sharing-link.twitter span {
  background-image: url('../images/footer/twitter_bl.svg');
}

.bl-site-footer__social .sharing-block a.sharing-link.twitter:hover span {
  background-image: url('../images/footer/twitter_b40038.svg');
}

.bl-site-footer__social .sharing-block a.sharing-link.instagram span {
  background-image: url('../images/footer/instagram_bl.svg');
}

.bl-site-footer__social .sharing-block a.sharing-link.instagram:hover span {
  background-image: url('../images/footer/instagram_b40038.svg');
}

.bl-site-footer__social .sharing-block a.sharing-link.youtube {
  background: #fff !important;
}
.bl-site-footer__social .sharing-block a.sharing-link.youtube span {
  background-image: url('../images/footer/youtube_bl.svg');
}

.bl-site-footer__social .sharing-block a.sharing-link.youtube:hover span {
  background-image: url('../images/footer/youtube_b40038.svg');
  width: 35px;
  height: 35px;
}

.bl-site-footer__copyright,
.bl-site-footer__legal,
.bl-site-footer__legal a,
.bl-site-footer__developed,
.bl-site-footer__developed a {
  color: #1A202C !important;
  font-family: var(--bl-font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.32px;
}

.bl-site-footer__copyright {
  margin: 0 0 17px;
}

.bl-site-footer__legal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 16px;
  margin: 0 0 12px;
}

.bl-site-footer__legal a {
  text-decoration: none !important;
}

.bl-site-footer__legal a:hover,
.bl-site-footer__legal a:focus {
  color: var(--bl-pink) !important;
}

.bl-site-footer__developed {
  margin: 0;
}

.bl-site-footer__menus {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 30px 40px;
  min-width: 0;
}

.bl-site-footer__menu-col {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.bl-site-footer__menu-block {
  min-width: 0;
}

.bl-site-footer__menu-title {
  margin: 0 0 10px;
  color: #1A202C;
  font-family: var(--bl-font-heading);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.36px;
}

.bl-site-footer__menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bl-site-footer__menu-list > li {
  margin: 0 0 5px;
}

.bl-site-footer__menu-row {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.bl-site-footer__menu-row > a,
.bl-site-footer__menu-row > .bl-site-footer__menu-label {
  flex: 1 1 auto;
  min-width: 0;
}

.bl-site-footer__menu-list a,
.bl-site-footer__menu-label {
  color: #1A202C !important;
  font-family: var(--bl-font);
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: -0.3px;
  text-decoration: none !important;
}

.bl-site-footer__menu-list a:hover,
.bl-site-footer__menu-list a:focus {
  color: var(--bl-pink) !important;
}

.bl-site-footer__menu-toggle {
  flex: 0 0 auto;
  width: 24px;
  height: 24px;
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent url('../images/footer-chevron.svg') center / 10px 6px no-repeat;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.bl-site-footer__menu-item.has-children.is-open > .bl-site-footer__menu-row > .bl-site-footer__menu-toggle {
  transform: rotate(180deg);
}

.bl-site-footer__menu-sublist {
  list-style: none;
  margin: 4px 0 8px;
  padding: 0 0 0 12px;
}

.bl-site-footer__menu-sublist[hidden] {
  display: none !important;
}

.bl-site-footer__menu-sublist > li {
  margin: 0 0 4px;
}

.bl-site-footer__menu-sublist a:hover,
.bl-site-footer__menu-sublist a:focus {
  color: var(--bl-pink) !important;
}
.bl-site-footer .bl-page-banner__text {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.28px;
  font-weight: 500;
}

@media (max-width: 991px) {
  .bl-sponsors-partners {
    padding: 27px 20px 32px;
  }

  .bl-sponsors-partners__logos {
    gap: 20px;
    padding: 0 40px;
  }
  .bl-sponsors-partners__logo img {
    max-height: 57px;
  }

  /* Affiliated cards: horizontal snap slider (peek of next) */
  .bl-sponsors-partners__cards {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 20px;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .bl-sponsors-partners__cards::-webkit-scrollbar {
    display: none;
  }

  .bl-sponsors-partners__card {
    flex: 0 0 78%;
    width: 78%;
    min-width: 0;
    max-width: none;
    scroll-snap-align: start;
  }

  .bl-site-footer {
    padding: 64px 34px;
  }

  .bl-site-footer__inner {
    flex-direction: column;
  }

  .bl-site-footer__info {
    flex: none;
    max-width: none;
  }

  .bl-site-footer__menus {
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: none;
  }
  .bl-site-footer .bl-page-banner__text {
    font-size: 14px;
    line-height: 21px;
  }
  .bl-site-footer .bl-page-banner {
    margin-bottom: 28px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .bl-sponsors-partners__card {
    flex: 0 0 46%;
    width: 46%;
  }
}

@media (max-width: 600px) {
  .bl-site-footer__menus {
    grid-template-columns: 1fr;
  }
}


/* ===== Membership renewal form ===== */
.bl-renewal {
  width: 100%;
}

.bl-renewal__notice {
  padding: 24px 20px 0;
  text-align: center;
}

.bl-renewal__notice-text {
  margin: 0;
  color: #D71752;
  font-family: var(--bl-font);
  font-size: 16px;
}

.bl-renewal__form {
  margin: 0;
  padding: 0;
}

.bl-renewal-step {
  width: 100%;
  padding: 72px 40px;
  box-sizing: border-box;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.bl-renewal-step--alt {
  background-color: #F5F5F5;
}
.bl-renewal-step--category .bl-renewal-step__grid {
  align-items: flex-end;
}
.bl-renewal-step--category .bl-renewal-step__grid .bl-renewal-step__main {
  margin-bottom: 10px;
}
.bl-renewal-step--confirmation .bl-renewal-step__intro {
  max-width: 729px;
}
.bl-renewal-step--payment .bl-renewal-step__intro {
  max-width: 612px;
}
.bl-renewal-step--donation .bl-renewal-step__intro {
  max-width: 730px;
}
.bl-renewal-step--donation .bl-renewal-step__intro .bl-renewal-step__header {
  max-width: 700px;
}
.form input#id_donation[type="number"] {
  width: 100%;
}
.bl-renewal-step__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-renewal-step__grid {
  display: flex;
  gap: 50px;
  align-items: flex-start;
  justify-content: space-between;
}

.bl-renewal-step__intro,
.bl-renewal-step__main {
  flex: 1 1 auto;
  min-width: 0;
}

.bl-renewal-step__intro {
  max-width: 729px;
}

.bl-renewal-step__main {
  max-width: 612px;
}

/* Confirmation step: two-column layout */
.bl-renewal-confirmation {
  display: flex !important;
}

.bl-renewal-confirmation__copy {
  margin-top: 8px;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.bl-renewal-confirmation__copy p {
  margin: 0 0 1em;
}

.bl-renewal-confirmation__copy p:last-child {
  margin-bottom: 0;
}

.bl-renewal-confirmation__controls {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bl-renewal-confirmation__check {
  display: flex;
  align-items: center;
  gap: 0;
}

.form.bl-renewal__form .bl-renewal-confirmation__check input[type="checkbox"] + label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.form.bl-renewal__form .bl-renewal-confirmation .bl-renewal-fields {
  margin: 0;
}

.bl-renewal-confirmation__footer {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bl-renewal-confirmation__footer p {
  margin: 0 0 0.75em;
}

.bl-renewal-confirmation__footer p:last-child {
  margin-bottom: 0;
}

.bl-renewal-confirmation__footer em {
  font-style: italic;
}

/* Payment step layout */
.bl-renewal-payment {
  display: flex !important;
  margin-top: 32px;
}

.form.bl-renewal__form .bl-renewal-payment .bl-renewal-fields {
  margin: 0;
  gap: 20px;
}

.bl-renewal-payment__row {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
}

.bl-renewal-payment__row > .bl-renewal-field,
.bl-renewal-payment__row > select {
  flex: 1 1 0;
  min-width: 0;
}

.bl-renewal-payment__signature {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bl-renewal-payment__signature-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.bl-renewal-payment__signature-head .bl-renewal-field__label {
  margin: 0;
}

.form.bl-renewal__form .bl-renewal-payment__confirm input[type="checkbox"] + label {
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.form.bl-renewal__form .bl-renewal-payment select {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 40px 0 16px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2304030B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  cursor: pointer;
}

.form.bl-renewal__form .bl-renewal-step--alt.bl-renewal-step--payment select {
  background-color: #fff;
}

.bl-renewal .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.bl-renewal-step__intro {
  max-width: 588px;
}

.bl-renewal-step__intro .bl-page-banner {
  margin-bottom: 30px;
}

.bl-renewal-step__header {
  margin: 0 0 24px;
}

.bl-renewal-step__eyebrow {
  margin: 0 0 8px;
  color: #D71752;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.bl-renewal-step__header .bl-renewal-step__title {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.bl-renewal-step__intro-heading,
.bl-renewal-step__copy {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 18px;
  line-height: 1.45;
}

.bl-renewal-step__body {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.bl-renewal-step__body a {
  text-decoration: underline;
  font-weight: 700;
}

.bl-renewal-dues {
  margin-top: 28px;
  padding: 35px 32px;
  background: #04030B;
  color: #fff;
  text-align: center;
}

.bl-renewal-dues__label {
  margin: 0;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1
}

.bl-renewal-dues__amount {
  margin: 0;
  color: #D71752;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.bl-renewal-contact {
  margin-top: 16px;
}

.bl-renewal-contact p {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  line-height: 26px;
}

.bl-renewal-contact p:last-child {
  margin-bottom: 0;
}

.bl-renewal-contact__name strong {
  font-weight: 700;
}

.bl-renewal-contact a {
  color: inherit;
  text-decoration: underline;
  font-weight: 400;
}

.bl-renewal-contact a:hover,
.bl-renewal-contact a:focus {
  color: #D71752;
}

.bl-renewal-choices {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bl-renewal-choices__item {
  display: flex;
  align-items: center;
  gap: 0;
}

/* Shared custom radio / checkbox controls (overrides .form label:before) */
.form.bl-renewal__form .bl-renewal-choices__item input[type="radio"],
.form.bl-renewal__form input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  display: block;
  float: none !important;
}

.form.bl-renewal__form .bl-renewal-choices__item label,
.form.bl-renewal__form input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  float: none !important;
  margin: 0;
  padding-left: 30px;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 18px;
  color: #04030B;
  cursor: pointer;
}

.form.bl-renewal__form .bl-renewal-choices__item label:before,
.form.bl-renewal__form input[type="checkbox"] + label:before,
.form.bl-renewal__form input[type="checkbox"].checkbox + label:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #000;
  border-radius: 0;
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

.form.bl-renewal__form .bl-renewal-choices__item label:after,
.form.bl-renewal__form input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  width: 5px;
  height: 9px;
  margin-top: -6px;
  border: none;
  border-right: 1.5px solid #000;
  border-bottom: 1.5px solid #000;
  background: none;
  transform: rotate(45deg);
  opacity: 0;
  pointer-events: none;
}

.form.bl-renewal__form .bl-renewal-choices__item input[type="radio"]:checked + label:before,
.form.bl-renewal__form input[type="checkbox"]:checked + label:before,
.form.bl-renewal__form input[type="checkbox"].checkbox:checked + label:before {
  content: "";
  background-color: #fff;
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-align: left;
}

.form.bl-renewal__form .bl-renewal-choices__item input[type="radio"]:checked + label:after,
.form.bl-renewal__form input[type="checkbox"]:checked + label:after,
.form.bl-renewal__form input[type="checkbox"].checkbox:checked + label:after {
  opacity: 1;
}

.form.bl-renewal__form .bl-renewal-choices__item input[type="radio"]:focus-visible + label:before,
.form.bl-renewal__form input[type="checkbox"]:focus-visible + label:before {
  outline: 1px solid #000;
  outline-offset: 2px;
}

/* Text fields: gray on white sections, white on alt (gray) sections */
.form.bl-renewal__form .bl-renewal-step input[type="text"],
.form.bl-renewal__form .bl-renewal-step input[type="email"],
.form.bl-renewal__form .bl-renewal-step input[type="password"],
.form.bl-renewal__form .bl-renewal-step input[type="number"],
.form.bl-renewal__form .bl-renewal-step select,
.form.bl-renewal__form .bl-renewal-step textarea {
  background-color: #F5F5F5;
}

.form.bl-renewal__form .bl-renewal-step--alt input[type="text"],
.form.bl-renewal__form .bl-renewal-step--alt input[type="email"],
.form.bl-renewal__form .bl-renewal-step--alt input[type="password"],
.form.bl-renewal__form .bl-renewal-step--alt input[type="number"],
.form.bl-renewal__form .bl-renewal-step--alt select,
.form.bl-renewal__form .bl-renewal-step--alt textarea {
  background-color: #fff;
}

/* Label-above-input fields (generalized) */
.form.bl-renewal__form .bl-renewal-fields {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 24px 0;
}

.form.bl-renewal__form .bl-renewal-field {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  width: 100%;
}

.form.bl-renewal__form .bl-renewal-field__label,
.form.bl-renewal__form .bl-renewal-field > .bl-renewal-field__label,
.form.bl-renewal__form .tables .table-cells,
.form.bl-renewal__form .rale-20-light {
  display: block;
  float: none !important;
  margin: 0;
  padding: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form.bl-renewal__form .bl-renewal-field__label:before,
.form.bl-renewal__form .bl-renewal-field__label:after,
.form.bl-renewal__form .tables .table-cells:before,
.form.bl-renewal__form .tables .table-cells:after {
  content: none !important;
  display: none !important;
}

.form.bl-renewal__form .tables {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 8px;
  margin-bottom: 24px;
}

.form.bl-renewal__form .bl-renewal-step input[type="text"],
.form.bl-renewal__form .bl-renewal-step input[type="email"],
.form.bl-renewal__form .bl-renewal-step input[type="password"],
.form.bl-renewal__form .bl-renewal-step input[type="number"],
.form.bl-renewal__form .bl-renewal-step select,
.form.bl-renewal__form .bl-renewal-step textarea {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form.bl-renewal__form .bl-renewal-step textarea {
  height: auto;
  min-height: 120px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.form.bl-renewal__form .bl-renewal-step input::placeholder,
.form.bl-renewal__form .bl-renewal-step textarea::placeholder {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  opacity: 1;
}

.form.bl-renewal__form .bl-renewal-step input::-webkit-input-placeholder,
.form.bl-renewal__form .bl-renewal-step textarea::-webkit-input-placeholder {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  opacity: 1;
}

.form.bl-renewal__form .bl-renewal-step input::-moz-placeholder,
.form.bl-renewal__form .bl-renewal-step textarea::-moz-placeholder {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  opacity: 1;
}

.bl-renewal-donation {
  display: flex !important;
  margin-top: 0;
}

.form.bl-renewal__form .bl-renewal-donation .bl-renewal-donation__fields {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl-renewal-donation__copy {
  margin: 0 0 28px;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.bl-renewal-donation__copy a {
  color: #D71752;
  font-weight: 700;
  text-decoration: none;
}

.bl-renewal-donation__copy a:hover,
.bl-renewal-donation__copy a:focus {
  text-decoration: underline;
}

.bl-renewal-step--donation .bl-renewal-step__title {
  text-decoration: underline;
  text-underline-offset: 6px;
}

.bl-renewal-due {
  margin-top: 0;
  padding: 28px 32px;
  background: #04030B;
  color: #fff;
  border-radius: 4px;
}

.bl-renewal-due__text {
  margin: 0 0 16px;
  font-family: var(--bl-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.bl-renewal-due__note {
  color: #fff;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.bl-renewal-due__note p {
  margin: 0 0 0.75em;
  color: #fff;
}

.bl-renewal-due__note p:last-child {
  margin-bottom: 0;
}

.bl-renewal-due__note a {
  color: #D71752;
  font-weight: 700;
  text-decoration: underline;
}

.bl-renewal-due__note a:hover,
.bl-renewal-due__note a:focus {
  text-decoration: underline;
}

.form.bl-renewal__form .bl-renewal-donation select.allocation {
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 0 40px 0 16px;
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #F5F5F5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2304030B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 12px 8px;
  cursor: pointer;
}

.form.bl-renewal__form .bl-renewal-donation .donation-amount .left {
  display: none;
}

.bl-renewal-submit {
  margin-top: 24px;
}

.form.bl-renewal__form .bl-renewal-submit__btn,
.form.bl-renewal__form input.submit-btn.bl-renewal-submit__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  height: 48px;
  margin: 0;
  padding: 0 32px;
  border: 0;
  border-radius: 0;
  background: #D71752;
  color: #fff;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.form.bl-renewal__form .bl-renewal-submit__btn:hover,
.form.bl-renewal__form .bl-renewal-submit__btn:focus {
  background: #b91245;
  color: #fff;
}

.bl-renewal-step--notes {
  background-color: #F5F5F5;
}

.bl-renewal-submit__notes {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.55;
}

.bl-renewal-submit__notes a {
  color: #D71752;
  font-weight: 700;
  text-decoration: underline;
}

.bl-renewal-submit__notes a:hover,
.bl-renewal-submit__notes a:focus {
  text-decoration: underline;
}
.bl-renewal-submit__notes strong {
  font-weight: 700;
}
/* Two-column admin HTML: wrap content in .col-text divs */
.bl-renewal-submit__notes {
  display: flex;
  gap: 64px;
  justify-content: space-between;
  align-items: flex-start;
}

.bl-renewal-submit__notes > .col-text {
  flex: 1 1 0;
  min-width: 0;
}

.bl-renewal-submit__notes > .col-text:first-child {
  max-width: 729px;
}

.bl-renewal-submit__notes > .col-text:last-child {
  max-width: 612px;
}

.bl-renewal-submit__notes p {
  margin: 0 0 1em;
}

.bl-renewal-submit__notes p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .bl-renewal-step {
    padding: 48px 32px;
  }

  .bl-renewal-dues__label,
  .bl-renewal-dues__amount,
  .bl-renewal-step__header .bl-renewal-step__title {
    font-size: 32px;
    line-height: 40px;
  }
  .bl-renewal-step__header {
    margin: 0;
  }
  .bl-renewal-step__eyebrow {
    margin: 0;
  }
  .bl-renewal-step__grid,
  .bl-renewal-donation {
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
  }
  .bl-renewal-step--category .bl-renewal-step__grid {
    align-items: flex-start;
  }

  .bl-renewal-submit__notes {
    flex-direction: column;
    gap: 28px;
  }

  .bl-renewal-submit__notes > .col-text:first-child,
  .bl-renewal-submit__notes > .col-text:last-child {
    max-width: none;
  }

  .bl-renewal-step__intro,
  .bl-renewal-step__main {
    max-width: none;
    width: 100%;
  }
  .form.bl-renewal__form .bl-renewal-step--alt.bl-renewal-step--payment select {
    min-height: 48px;
  }

  .bl-renewal-payment__row {
    flex-direction: column;
    gap: 20px;
  }

  .bl-renewal-payment__signature-head {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

/* ===== Meeting calendar list ===== */
.bl-meetings-page {
  width: 100%;
  background: #fff;
}

.bl-meetings-page__tabs {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 0 0;
  box-sizing: border-box;
}

.bl-meetings-page .tab-content {
  display: none;
}

.bl-meetings-page .tab-content.active {
  display: block;
}
#meetings-calendar li.active:first-child {
  text-align: center;
}
#meetings-calendar li:nth-child(2),
#meetings-calendar li {
  background:rgba(215, 23, 81, 0.4);
  color: #fff;
}
#meetings-calendar li a, 
#meetings-calendar li a:hover {
  text-align: center;
}
#meetings-calendar li a {
  background: transparent;
  color: #fff;
  display: block;
  text-align: center;
}
#meetings-calendar li.active {
  background: #D71752;
  color: #fff;
} 
#meetings-calendar li.active a {
  background: transparent;
  color: #fff;
}

#meetings-calendar li:hover {
  background: var(--bl-black);
  color: #fff;
}
#meetings-calendar li.active a:hover,
#meetings-calendar li:hover a {
  color: #fff;
}


.bl-meetings {
  width: 100%;
  padding: 24px 40px 80px;
  box-sizing: border-box;
}

.bl-meetings__inner {
  width: 100%;
  max-width: 1376px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-meetings__demo-note {
  margin: 0 0 16px;
  color: #D71752;
  font-family: var(--bl-font);
  font-size: 13px;
  font-weight: 600;
}

.bl-meetings__meta {
  margin-bottom: 50px;
}

.bl-meetings__range {
  margin: 0 0 6px;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.bl-meetings__legend {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.bl-meetings__empty {
  margin: 24px 0 0;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
}

.bl-meetings-month__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
  margin-bottom: 46px;
}

.bl-meetings-month__title {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font-heading);
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}

.bl-meetings-month__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.bl-meetings-month__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #D71752;
  cursor: pointer;
}

.bl-meetings-month__btn:hover,
.bl-meetings-month__btn:focus {
  background: #b91245;
}

.bl-meetings-month__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

.bl-meetings-table__head,
.bl-meetings-table__row,
.bl-meetings-table__inner-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.bl-meetings-table__head {
  padding: 0 0 14px;
  border-bottom: 1px solid #C4C4C4;
}

.bl-meetings-table__row {
  padding: 18px 0;
  border-bottom: 1px solid #C4C4C4;
}

.bl-meetings-table__events {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.bl-meetings-table__inner-row {
  border: 0;
  padding: 0;
}

.bl-meetings-table__cell--day {
  flex: 0 0 23%;
  width: 23%;
}

.bl-meetings-table__cell--time {
  flex: 0 0 23%;
  width: 23%;
}
.bl-meetings-table__inner-row .bl-meetings-table__cell--time {
  flex: 0 0 30%;
  width: 30%;
}

.bl-meetings-table__cell--event {
  flex: 1 1 auto;
  min-width: 0;
}

.bl-meetings-table__cell--action {
  flex: 0 0 40px;
  width: 40px;
  display: flex;
  justify-content: flex-end;
}

.bl-meetings-table__head .bl-meetings-table__cell {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
}


.bl-meetings-table__day {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.bl-meetings-table__time {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}

.bl-meetings-table__event {
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}

.bl-meetings-table__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #D71752;
  text-decoration: none !important;
}

.bl-meetings-table__add:hover,
.bl-meetings-table__add:focus {
  background: #b91245;
}

.bl-meetings .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 991px) {
  .bl-meetings-page__tabs,
  .bl-meetings {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-meetings-month__title {
    font-size: 28px;
  }

  .bl-meetings-table__head,
  .bl-meetings-table__row,
  .bl-meetings-table__inner-row {
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .bl-meetings-table__events {
    flex: 1 1 100%;
    gap: 12px;
  }

  .bl-meetings-table__cell--day,
  .bl-meetings-table__cell--time {
    flex: 0 0 auto;
    width: auto;
  }

  .bl-meetings-table__cell--event {
    flex: 1 1 100%;
    order: 3;
  }

  .bl-meetings-table__cell--action {
    margin-left: auto;
  }
}

/* ===== Opening night calendar ===== */
.bl-opening-page {
  width: 100%;
  background: #fff;
}

.bl-opening-page__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 40px 80px;
  box-sizing: border-box;
}

.bl-opening {
  width: 100%;
}

.bl-opening #calendar {
  margin-bottom: 48px;
  max-width: 1111px;
}

.bl-opening .fc-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.bl-opening .fc-toolbar .fc-left,
.bl-opening .fc-toolbar .fc-right,
.bl-opening .fc-toolbar .fc-center {
  float: none;
}
.bl-opening .fc-toolbar .fc-right {
  margin-left: auto;
}

.bl-opening .fc-toolbar h2 {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.bl-opening .fc-button-group {
  display: inline-flex;
  gap: 8px;
}

.bl-opening .fc-prev-button,
.bl-opening .fc-next-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #D71752 !important;
  box-shadow: none !important;
  opacity: 1;
}
.bl-opening .fc-next-button .glyphicon {
  display: none !important;
}
.bl-opening .fc-prev-button .glyphicon {
  display: none !important;
}

.bl-opening .fc-prev-button:hover,
.bl-opening .fc-next-button:hover,
.bl-opening .fc-prev-button:focus,
.bl-opening .fc-next-button:focus {
  background: #b91245 !important;
}

.bl-opening .fc-prev-button.fc-state-disabled,
.bl-opening .fc-next-button.fc-state-disabled {
  opacity: 0.35;
  cursor: default;
}

.bl-opening .fc-prev-button .fc-icon,
.bl-opening .fc-next-button .fc-icon {
  display: none;
}

.bl-opening .fc-prev-button::before,
.bl-opening .fc-next-button::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}

.bl-opening .fc-prev-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M8.5 2.5L4 7L8.5 11.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.bl-opening .fc-next-button::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M5.5 2.5L10 7L5.5 11.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Day fill lives only on .fc-bg — content skeleton must stay transparent
   so borders and hover gray show through (FC stacks two tables per week). */
.bl-opening .fc-bg td.activeDay {
  background: #fff !important;
  color: inherit !important;
  transition: background 0.15s ease, box-shadow 0.15s ease;
}

.bl-opening .fc-bg td.activeDay.is-hover,
.bl-opening .fc-bg td.activeDay:hover {
  background: #F5F5F5 !important;
}

.bl-opening .fc-day-number.activeDay,
.bl-opening .fc-content-skeleton td.activeDay,
.bl-opening .fc-content-skeleton td.is-hover {
  background: transparent !important;
  color: inherit !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

/* Content layer sits on top of bg — let empty day area pass hover through to .fc-bg */
.fc-ltr .fc-basic-view .fc-day-number {
  color: #333;
  font-family: var(--bl-font);
  font-size: 10px;
  font-weight: 500;
  line-height: normal;
}
.bl-opening .fc-content-skeleton {
  pointer-events: none;
}

.bl-opening .fc-content-skeleton .fc-event-container,
.bl-opening .fc-content-skeleton .fc-event {
  pointer-events: auto;
}

.bl-opening a.fc-day-grid-event {
  background: transparent !important;
  border: 0 !important;
  padding-left: 9px;
}

.bl-opening .fc-day-grid-event .fc-content,
.bl-opening .fc-day-grid-event .fc-title {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  white-space: normal;
}

.bl-opening .fc-content-skeleton td.is-hover .fc-day-grid-event .fc-content,
.bl-opening .fc-content-skeleton td.is-hover .fc-day-grid-event .fc-title {
  color: #D71752;
  font-weight: 700;
}

.bl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 17px;
  border: 0;
  text-decoration: none !important;
  text-align: center;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.bl-btn--pink,
.bl-btn--pink:hover,
.bl-btn--pink:focus,
.bl-btn--pink:active {
  background: #D71752;
  color: #FFF !important;
}

.bl-btn--pink:hover,
.bl-btn--pink:focus {
  background: #b91245;
}

.bl-opening-modal {
  width: min(1401px, calc(100% - 30px));
}

.bl-opening-modal__content {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.bl-opening-modal__header {
  padding: 20px 20px 0;
  border: 0;
}

.bl-opening-modal__close {
  opacity: 1;
}

.bl-opening-modal__body {
  padding: 50px;
}

.bl-opening-modal__layout {
  display: flex;
  align-items: flex-start;
  gap: 50px;
}

.bl-opening-modal__media {
  flex: 0 0 399px;
  width: 399px;
}

.bl-opening-modal__media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.bl-opening-modal__main {
  flex: 1 1 auto;
  min-width: 0;
}
#fullCalModal .bl-opening-modal__main {
  padding-left: 0;
}
#fullCalModal .bl-opening-modal__header {
  min-height: 0;
  padding: 0;
}
#fullCalModal button.fancybox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("../images/modal-close.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px 28px;
  opacity: 1;
  z-index: 10;
}
#fullCalModal #modalTitle {
  color: #04030B;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
.bl-opening-modal__title {
  margin: 0 0 14px;
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
}

.bl-opening-modal__theatre,
.bl-opening-modal__label {
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.bl-opening-modal__theatre {
  margin: 0 0 2px;
}

.bl-opening-modal__meta {
  margin: 0;
}

.bl-opening-modal__meta + .bl-opening-modal__meta {
  margin-top: 12px;
}

.bl-opening-modal__value {
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.bl-opening-modal__download {
  margin-top: 18px;
}

.bl-opening-modal__footer {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 233px));
  gap: 14px;
  margin-top: 28px;
}

.bl-opening-modal__button {
  min-width: 233px;
}

.bl-opening-season {
  margin: 48px 0 0;
  max-width: 1111px;
}

.bl-opening-season__title {
  margin: 0 0 28px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.15;
  text-transform: none;
}

.bl-opening-season__table {
  width: 100%;
}

.bl-opening-season__head,
.bl-opening-season__row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: 100%;
  box-sizing: border-box;
}

.bl-opening-season__head {
  padding: 0 0 14px;
  border-bottom: 1px solid #E6E6E6;
}

.bl-opening-season__row {
  padding: 18px 0;
  border-bottom: 1px solid #E6E6E6;
}

.bl-opening-season__cell--opening {
  flex: 0 0 30%;
  width: 30%;
}

.bl-opening-season__cell--show {
  flex: 1 1 auto;
  min-width: 0;
}

.bl-opening-season__cell--closing {
  flex: 0 0 220px;
  width: 220px;
}

.bl-opening-season__head .bl-opening-season__cell {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
  text-transform: uppercase;
}

.bl-opening-season__date {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

.bl-opening-season__show {
  color: #D71752 !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: underline !important;
}

.bl-opening-season__theatre {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
}

.bl-opening-shows {
  margin-top: 274px;
}

.bl-opening-shows__carousel.jcarousel-wrapper.carousel-internal {
  border-top: 0;
  border-bottom: 0;
  margin: 0;
  padding: 0;
}

.bl-opening-shows__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 28px;
}

.bl-opening-shows__title {
  margin: 0;
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  background: none;
  padding: 0;
}

.bl-opening-shows__nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
}

.bl-opening-shows__btn.jcarousel-control-prev4,
.bl-opening-shows__btn.jcarousel-control-next4 {
  position: static !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: #D71752 !important;
  text-decoration: none !important;
  line-height: 1;
  color: #fff !important;
  opacity: 1 !important;
  font: inherit !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
}

.bl-opening-shows__btn.jcarousel-control-prev4:hover,
.bl-opening-shows__btn.jcarousel-control-next4:hover,
.bl-opening-shows__btn.jcarousel-control-prev4:focus,
.bl-opening-shows__btn.jcarousel-control-next4:focus {
  background: #b91245 !important;
  width: 36px;
  height: 36px;
}

.bl-opening-shows__btn .glyphicon {
  display: none;
}

@media (max-width: 991px) {
  .bl-opening-page__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-opening .fc-toolbar h2 {
    font-size: 24px;
  }

  .bl-opening-modal__body {
    padding: 24px;
  }

  .bl-opening-modal__layout {
    flex-direction: column;
    gap: 24px;
  }

  .bl-opening-modal__media {
    width: 100%;
    max-width: 270px;
  }

  .bl-opening-modal__title {
    font-size: 30px;
    line-height: 1.1;
  }

  .bl-opening-modal__footer {
    grid-template-columns: 1fr;
  }

  .bl-opening-modal__button {
    min-width: 0;
    width: 100%;
  }

  .bl-opening-season__title {
    font-size: 28px;
  }

  .bl-opening-season__head,
  .bl-opening-season__row {
    flex-wrap: wrap;
    gap: 8px 16px;
  }

  .bl-opening-season__cell--opening,
  .bl-opening-season__cell--closing {
    flex: 0 0 auto;
    width: auto;
  }

  .bl-opening-season__cell--show {
    flex: 1 1 100%;
    order: 3;
  }

  .bl-opening-shows__title {
    font-size: 28px;
    line-height: 1.1;
  }
}

/* ===== Press releases ===== */
.bl-press {
  width: 100%;
  background: #fff;
}

.bl-press__inner {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 32px 40px 80px;
  box-sizing: border-box;
}

.bl-press-search {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  width: 100%;
  max-width: 1152px;
  margin: 0 0 40px;
}

.bl-press-search__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 320px;
  min-width: 0;
  box-sizing: border-box;
  padding: 14px 16px;
  background: #F5F5F5;
}

.bl-press-search__label {
  flex: 0 0 auto;
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-press-search__input,
.bl-press-search__category {
  flex: 1 1 auto;
  min-width: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 12px;
  border: 0;
  background: #fff;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  outline: none;
  box-shadow: none;
  appearance: none;
  -webkit-appearance: none;
}

.bl-press-search__input::placeholder {
  color: #B8B8BA;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  opacity: 1;
}

.bl-press-search__category {
  flex: 0 1 220px;
  max-width: 260px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2304030B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
  cursor: pointer;
}

.bl-press-search__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #D71752;
  cursor: pointer;
}

.bl-press-search__submit:hover,
.bl-press-search__submit:focus {
  background: #b40038;
}

.bl-press-search__submit svg {
  display: block;
}

.bl-press-search__clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  box-sizing: border-box;
  margin: 0;
  padding: 17px 19px;
  border: 1px solid #000;
  background: #fff;
  color: #04030B !important;
  text-align: center;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none !important;
}

.bl-press-search__clear:hover,
.bl-press-search__clear:focus {
  background: #F5F5F5;
  color: #04030B !important;
}

.bl-press__results {
  margin: 0 0 28px;
  max-width: 1152px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.bl-press__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
  max-width: 1152px;
}

.bl-press-item {
  margin: 0;
  padding: 0;
}

.bl-press-item__date {
  margin: 0 0 8px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-press-item__title {
  margin: 0 0 8px;
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
}

.bl-press-item__title a {
  color: #04030B !important;
  text-decoration: none !important;
}

.bl-press-item__title a:hover,
.bl-press-item__title a:focus {
  color: #D71752 !important;
}

.bl-press-item__excerpt {
  margin: 0 0 8px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}

.bl-press-item__excerpt p {
  margin: 0;
  color: inherit;
  font: inherit;
}

.bl-press-item__more {
  display: inline-block;
  color: #D71752 !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none !important;
}

.bl-press-item__more:hover,
.bl-press-item__more:focus {
  text-decoration: underline !important;
}

.bl-press__pagination {
  margin-top: 78px;
  max-width: 1152px;
}

.bl-press__empty {
  margin: 24px 0 0;
  max-width: 1152px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .bl-press__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-press-search__bar {
    flex-wrap: wrap;
  }

  .bl-press-search__input,
  .bl-press-search__category {
    flex: 1 1 100%;
    max-width: none;
  }

  .bl-press-search__clear {
    width: 100%;
  }

  .bl-press-item__title {
    line-height: 1.2;
  }
}

/* ===== Press release detail ===== */
.bl-press-detail-back {
  margin-bottom: 0;
}

.bl-press-detail {
  width: 100%;
  background: #fff;
}

.bl-press-detail__inner {
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  padding: 40px 40px 80px;
  box-sizing: border-box;
}

.bl-press-detail__date {
  margin: 0 0 12px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-press-detail__title {
  margin: 0 0 24px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.bl-press-detail__body {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.bl-press-detail__body p {
  margin: 0 0 1em;
}

.bl-press-detail__share {
  margin-top: 32px;
}

.bl-press-detail__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 56px;
}

.bl-press-detail__nav-side {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.bl-press-detail__nav-side--next {
  gap: 12px;
}

.bl-press-detail__nav-label {
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.bl-press-detail__nav-btn {
  flex: 0 0 auto;
}

.bl-press-detail__nav-side--next .bl-pagination__btn--arrow svg {
  transform: none;
}

@media (max-width: 991px) {
  .bl-press-detail__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/* ===== Grosses – Broadway in NYC ===== */
.bl-grosses {
  width: 100%;
  background: #fff;
}

.bl-grosses__inner {
  width: 100%;
  max-width: 1478px;
  margin: 0 auto;
  padding: 32px 40px 80px;
  box-sizing: border-box;
}

.bl-grosses__chart-row,
.bl-grosses__with-sidebar {
  display: flex;
  align-items: flex-start;
  gap: 82px;
  margin: 0;
}

.bl-grosses__main {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 1036px;
}

.bl-grosses__with-sidebar .bl-grosses-sidebar {
  position: sticky;
  top: calc(var(--bl-header-height) + 24px);
  align-self: flex-start;
}

.bl-grosses__chart-row .bl-grosses__chart,
.bl-grosses__with-sidebar .bl-grosses__chart {
  flex: none;
  width: 100%;
  min-width: 0;
}

.bl-grosses__chart-row .bl-grosses__chart {
  flex: 1 1 auto;
}

.bl-grosses__chart > .bl-page-banner {
  margin: 0 0 24px;
}

.bl-grosses__disclaimer {
  margin: 0 0 28px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  max-width: 1036px;
}

.bl-grosses__chart > .bl-grosses__disclaimer {
  margin: 24px 0 0;
  max-width: none;
}

/* Chart tabs + panes (override all.css display:none on #for-grosses) */
.bl-grosses .bl-grosses-chart,
.bl-grosses-chart {
  width: 100%;
  background: #E8E8E8;
  box-sizing: border-box;
}

.bl-grosses .bl-grosses-chart__tabs,
.bl-grosses-chart__tabs {
  display: flex;
  width: 100%;
  margin: 0;
  border: 0;
  background: #C8C8C8;
}

.bl-grosses .bl-grosses-chart__tabs > li,
.bl-grosses-chart__tabs > li {
  float: none;
  flex: 1 1 50%;
  margin: 0;
  padding: 0;
  border: 0;
  background: #C8C8C8;
}

.bl-grosses .bl-grosses-chart__tabs > li.active,
.bl-grosses-chart__tabs > li.active {
  background: #E8E8E8;
  border: 0;
}

.bl-grosses .bl-grosses-chart__tabs > li > a,
.bl-grosses-chart__tabs > li > a {
  display: block;
  margin: 0;
  padding: 16px 24px;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #666 !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}

.bl-grosses .bl-grosses-chart__tabs > li.active > a,
.bl-grosses-chart__tabs > li.active > a {
  color: #04030B !important;
  background: transparent !important;
}

.bl-grosses .bl-grosses-chart__content,
.bl-grosses #tab-statistics.bl-grosses-chart__content {
  padding: 20px 24px 28px;
  border: 0;
  background: #E8E8E8;
}

.bl-grosses #for-grosses,
.bl-grosses #for-attendence,
.bl-grosses-chart #for-grosses,
.bl-grosses-chart #for-attendence {
  display: none;
}

.bl-grosses #for-grosses.active,
.bl-grosses #for-attendence.active,
.bl-grosses-chart #for-grosses.active,
.bl-grosses-chart #for-attendence.active,
.bl-grosses .tab-content > .active {
  display: block !important;
}

.bl-grosses .canvas-holder,
.bl-grosses-chart .canvas-holder {
  width: 100%;
  min-height: 280px;
}

.bl-grosses .canvas-holder canvas,
.bl-grosses-chart .canvas-holder canvas {
  width: 100% !important;
  max-width: 100%;
  height: auto !important;
}

.bl-grosses .chart-information,
.bl-grosses-chart .chart-information {
  margin-top: 16px;
  background: #E8E8E8;
}
.bl-grosses-chart .chart-container {
  max-width: 100%;
}
.bl-grosses-chart .chart-information {
  max-width: 100%;
  margin-bottom: 0;
}
#myTab > li {
  border-top: 0 !important;
}
#myTab > li.active {
  background: #E8E8E8;
}
.bl-grosses .chart-title,
.bl-grosses-chart .chart-title {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}

.bl-grosses .chart-subtitle,
.bl-grosses-chart .chart-subtitle {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0;
}

.bl-grosses .chart-links,
.bl-grosses-chart .chart-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  padding: 20px;
}

.bl-grosses .chart-links a.season,
.bl-grosses-chart .chart-links a.season {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #04030B;
  background: #fff;
  color: #04030B !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
}

.bl-grosses .chart-links a.season:hover,
.bl-grosses .chart-links a.season:focus,
.bl-grosses-chart .chart-links a.season:hover,
.bl-grosses-chart .chart-links a.season:focus {
  background: #D71752;
  border-color: #D71752;
  color: #fff !important;
}

/* Pink research sidebar */
.bl-grosses-sidebar {
  flex: 0 0 280px;
  width: 280px;
  box-sizing: border-box;
  padding: 28px 24px;
  background: #D71752;
  color: #fff;
}

.bl-grosses-sidebar__title {
  margin: 0 0 20px;
  color: #fff;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%; /* 22px */
  letter-spacing: -0.44px;
  text-transform: uppercase;
}

.bl-grosses-sidebar__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bl-grosses-sidebar__list > li {
  margin: 0;
  padding: 0;
}

.bl-grosses-sidebar__list > li:last-child {
  border-bottom: 0;
}

.bl-grosses-sidebar__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  color: #fff !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%; /* 18px */
  letter-spacing: -0.36px;
  text-decoration: none !important;
}

.bl-grosses-sidebar__link:hover,
.bl-grosses-sidebar__link:focus {
  color: #fff !important;
  opacity: 0.85;
}

.bl-grosses-sidebar__link svg {
  flex: 0 0 auto;
}

/* Weekly totals */
.bl-grosses-week {
  margin: 0 0 48px;
  max-width: 1036px;
}

.bl-grosses__main .bl-grosses-week,
.bl-grosses__main .bl-grosses-detail__week {
  max-width: none;
}

.bl-grosses__main .bl-grosses-week {
  margin-top: 40px;
}

.bl-grosses__with-sidebar {
  margin-bottom: 48px;
}

.bl-grosses-week__title {
  margin: 0 0 24px;
  color: #04030B;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}

.bl-grosses-week__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px 40px;
}

.bl-grosses-week__col p {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.bl-grosses-week__col strong {
  font-weight: 700;
}

.bl-grosses-week__highlight {
  color: #D71752 !important;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-weight: 700;
}

/* Search */
.bl-grosses-search {
  margin: 100px auto 70px;
  max-width: 80%;
}

.bl-grosses-search__layout {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.bl-grosses-search__main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 100%;
}

.bl-grosses-search__aside {
  flex: 0 0 180px;
  display: flex;
}

.bl-grosses-search__bar {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
  box-sizing: border-box;
  padding: 14px 16px;
  background: #F5F5F5;
}

#week-search.bl-grosses-search .bl-grosses-search__label,
.bl-grosses-search__label {
  flex: 0 0 auto;
  margin: 0 !important;
  color: #04030B !important;
  font-family: var(--bl-font), Montserrat, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: normal !important;
  text-transform: capitalize;
}

#week-search.bl-grosses-search input.bl-grosses-search__input[type="text"],
.bl-grosses-search__input {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  max-width: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 12px !important;
  border: 0;
  background: #fff !important;
  background-image: none !important;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  box-shadow: none;
}

.bl-grosses-search__input::placeholder {
  color: #B8B8BA;
  font-style: italic;
  opacity: 1;
}

.bl-grosses-search__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #D71752;
  cursor: pointer;
}

.bl-grosses-search__submit:hover,
.bl-grosses-search__submit:focus {
  background: #b91446;
}

.bl-grosses-search__clear {
  flex: 1 1 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 14px 20px;
  background: #04030B;
  border: 2px solid #04030B;
  color: #fff !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.bl-grosses-search__clear:hover,
.bl-grosses-search__clear:focus {
  background: #222;
  border-color: #222;
  color: #fff !important;
}

.bl-grosses-search__filters {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.bl-grosses-search__filter {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.bl-grosses-search__filter-label {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

#week-search.bl-grosses-search select.bl-grosses-search__select,
.bl-grosses-search__select,
.bl-grosses-search__date,
.bl-grosses-search__range {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  float: none !important;
  box-sizing: border-box;
  margin: 0;
  padding: 12px 36px 12px 14px;
  border: 1px solid #C8C8C8;
  border-radius: 0;
  background-color: #fff;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.bl-grosses-search__select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2304030B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.bl-grosses-search__date-fields {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.bl-grosses-search__filter--date {
  position: relative;
}

.bl-grosses-search__range {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  text-align: left;
  min-height: 46px;
  position: relative;
  padding-right: 42px;
}

.bl-grosses-search__range:not(.is-filled) .bl-grosses-search__range-text {
  color: #9A9A9C;
  font-style: italic;
}

.bl-grosses-search__range.is-filled {
  padding-right: 64px;
}

.bl-grosses-search__range-text {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bl-grosses-search__range-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.bl-grosses-search__range-clear {
  position: absolute;
  right: 36px;
  bottom: 11px;
  z-index: 2;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #666;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.bl-grosses-search__range-clear[hidden] {
  display: none !important;
}

.bl-grosses-search__filter .clear-week {
  display: none;
}

/* Table */
.bl-grosses-table-wrap {
  display: block;
  max-width: 50%;
  margin-bottom: 16px;
}
.bl-grosses-table__title {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px; /* 118.182% */
  text-transform: uppercase;
  display: inline-block;
}

.bl-grosses-table__results {
  margin: 0 0 20px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

.bl-grosses-table__totals {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 28px;
  margin-top: 8px;
}

.bl-grosses-table__empty {
  margin: 40px 0;
  text-align: center;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
}

.bl-grosses__table {
  width: 100%;
  min-width: 0;
}

.bl-grosses-table__scroller {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.bl-grosses-table__scroller .dataTables_wrapper {
  width: 100%;
  min-width: 0;
}

.bl-grosses-table__scroll {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 4px;
}

.bl-grosses .bl-grosses-table__scroll .bl-grosses-table,
.bl-grosses .bl-grosses-table__scroll table.shows.bl-grosses-table {
  width: max-content;
  min-width: 1020px;
  max-width: none;
  table-layout: auto;
  float: none !important;
  height: auto !important;
}

.bl-grosses--touring .bl-grosses-table__scroll table.shows.bl-grosses-table {
  min-width: 820px;
}

/* Override legacy all.css .shows th/td { max-width: 90px !important } */
.bl-grosses table.shows.bl-grosses-table th,
.bl-grosses table.shows.bl-grosses-table td {
  max-width: none !important;
  width: auto;
}

.bl-grosses table.shows.bl-grosses-table thead th {
  min-width: 88px;
}

.bl-grosses table.shows.bl-grosses-table tbody td {
  white-space: nowrap;
}

.bl-grosses table.shows.bl-grosses-table tbody td:nth-child(2) {
  white-space: normal;
}

.bl-grosses .bl-grosses-table,
.bl-grosses table.shows.bl-grosses-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 14px;
  background: #fff;
}

.bl-grosses .bl-grosses-table thead th,
.bl-grosses table.shows.bl-grosses-table thead th {
  padding: 14px 12px;
  border: 0 !important;
  border-bottom: 1px solid #E8E8E8 !important;
  background: #F5F5F5 !important;
  background-image: none !important;
  color: #04030B !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  vertical-align: middle;
}

.bl-grosses .bl-grosses-table thead th.sorting,
.bl-grosses .bl-grosses-table thead th.sorting_asc,
.bl-grosses .bl-grosses-table thead th.sorting_desc,
.bl-grosses table.dataTable thead th.sorting,
.bl-grosses table.dataTable thead th.sorting_asc,
.bl-grosses table.dataTable thead th.sorting_desc {
  cursor: pointer !important;
  background: #F5F5F5 !important;
  background-image: none !important;
}

.bl-grosses .bl-grosses-table thead th:nth-child(2),
.bl-grosses table.shows.bl-grosses-table thead th:nth-child(2) {
  min-width: 180px;
}

.bl-grosses-table__sort {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  flex-shrink: 0;
}

.bl-grosses table.dataTable thead th.sorting_asc .bl-grosses-table__sort path:last-child,
.bl-grosses table.dataTable thead th.sorting_desc .bl-grosses-table__sort path:first-child {
  opacity: 0.25;
}

.bl-grosses table.dataTable thead th.sorting_disabled .bl-grosses-table__sort {
  display: none;
}

.bl-grosses .bl-grosses-table tbody td,
.bl-grosses table.shows.bl-grosses-table tbody td,
.bl-grosses table.shows tbody tr.odd td,
.bl-grosses table.shows tbody tr.even td,
.bl-grosses table.dataTable tbody tr td.sorting_1,
.bl-grosses table.dataTable.shows tr td.sorting_1 {
  padding: 8px 12px;
  border: 0 !important;
  border-top: 1px solid #E8E8E8 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: #fff !important;
  color: #04030B;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  line-height: 18px; 
}

.bl-grosses .bl-grosses-table tbody tr:nth-child(even) td,
.bl-grosses table.shows tbody tr.odd,
.bl-grosses table.shows tbody tr.even {
  background: #fff !important;
}

.bl-grosses .bl-grosses-table td.inactive,
.bl-grosses .bl-grosses-table th.inactive,
.bl-grosses table.shows.bl-grosses-table td.inactive,
.bl-grosses table.shows.bl-grosses-table th.inactive {
  color: #C4C4C4 !important;
}

.bl-grosses-table__show,
.bl-grosses .bl-grosses-table a.bl-grosses-table__show {
  color: #D71752 !important;
  font-weight: 600;
  text-decoration: none !important;
}

.bl-grosses-table__show:hover,
.bl-grosses-table__show:focus {
  text-decoration: underline !important;
}

.bl-grosses .dataTables_wrapper .dataTables_paginate {
  float: none !important;
  clear: both;
  margin-top: 24px;
  text-align: center;
}

.bl-grosses .dataTables_wrapper .dataTables_length {
  float: none !important;
  clear: both;
  display: block;
  margin: 0 0 16px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.bl-grosses .dataTables_wrapper .dataTables_length label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #04030B !important;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}

.bl-grosses .dataTables_wrapper .dataTables_length select {
  box-sizing: border-box;
  min-width: 72px;
  margin: 0;
  padding: 8px 28px 8px 10px;
  border: 1px solid #C8C8C8;
  border-radius: 0;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%2304030B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 14px;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .bl-grosses__chart-row,
  .bl-grosses__with-sidebar {
    flex-direction: column;
  }

  .bl-grosses-sidebar,
  .bl-grosses__with-sidebar .bl-grosses-sidebar {
    position: static;
    flex: 1 1 auto;
    width: 100%;
  }

  .bl-grosses__main {
    max-width: none;
  }

  .bl-grosses-week__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bl-grosses-search__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bl-grosses-table-wrap {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .bl-grosses__inner {
    padding: 24px 20px 60px;
  }

  .bl-grosses-week__title {
    font-size: 28px;
  }

  .bl-grosses-week__grid,
  .bl-grosses-search__filters {
    grid-template-columns: 1fr;
  }

  .bl-grosses-search__layout {
    flex-direction: column;
  }

  .bl-grosses-search__aside {
    flex-basis: auto;
  }

  .bl-grosses-search__clear {
    min-height: 52px;
  }

  .bl-grosses-table-wrap {
    max-width: none;
  }

  .bl-grosses .bl-grosses-table__scroll table.shows.bl-grosses-table {
    min-width: 880px;
  }

  .bl-grosses--touring .bl-grosses-table__scroll table.shows.bl-grosses-table {
    min-width: 720px;
  }
}

/* ===== Grosses detail ===== */
.bl-grosses-detail__show {
  margin: 0 0 24px;
  color: #D71752;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.15;
}

.bl-grosses-detail__week {
  margin-top: 40px;
  clear: both;
  max-width: 1036px;
}

.bl-grosses__main .bl-grosses-detail__week {
  margin-top: 40px;
}

.bl-grosses-detail__week-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 0 0 20px;
}

.bl-grosses-detail__week-nav-label {
  margin-right: 6px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.bl-grosses-detail__week-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #D71752 !important;
  border: 0;
  text-decoration: none !important;
}

.bl-grosses-detail__week-btn:hover,
.bl-grosses-detail__week-btn:focus {
  background: #b91446 !important;
}

.bl-grosses-detail__week-btn.is-disabled,
.bl-grosses-detail__week-btn.is-disabled:hover,
.bl-grosses-detail__week-btn.is-disabled:focus {
  background: #C4C4C4 !important;
  cursor: default;
  pointer-events: auto;
}

.bl-grosses-detail__week-btn.is-disabled svg {
  opacity: 0.7;
}

.bl-grosses-detail__carousel,
.bl-grosses-detail__carousel .carousel-inner {
  overflow: visible;
}

.bl-grosses-detail__carousel .item {
  float: none !important;
  clear: both;
  overflow: hidden;
  min-height: 0;
}

.bl-grosses-detail__carousel .item.active {
  display: block !important;
  position: relative !important;
  height: auto !important;
}

.bl-grosses-detail-item {
  clear: both;
}

.bl-grosses-detail-item__hero {
  display: grid;
  grid-template-columns: minmax(374px, 30%) minmax(320px, 1fr);
  gap: 48px;
  align-items: start;
}

.bl-grosses-detail-item__title-col {
  min-width: 0;
}

.bl-grosses-detail__week-title {
  margin: 0;
  color: #04030B !important;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.bl-grosses-detail-item__week-ending {
  margin: 10px 0 0;
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
}

.bl-grosses-detail-item__stats-wrap {
  min-width: 0;
  padding: 40px;
  background: #F5F5F5;
}

.bl-grosses-detail-item__stats {
  box-sizing: border-box;
  width: 100%;
  max-width: 451px;
  margin: 0 auto;
}

.bl-grosses-detail-item__row {
  display: grid;
  grid-template-columns: minmax(150px, 240px) minmax(0, 1fr);
  column-gap: 75px;
  row-gap: 4px;
  align-items: start;
}

.bl-grosses-detail-item__row + .bl-grosses-detail-item__row {
  margin-top: 8px;
}

.bl-grosses-detail-item__label {
  color: #D71752;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bl-grosses-detail-item__value {
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}

.bl-grosses-detail-item__disclaimer {
  margin-top: 50px;
  margin-bottom: 100px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.bl-grosses-ibdb {
  display: block;
  box-sizing: border-box;
  clear: both;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 40px 0 0;
  padding: 48px 40px;
  background: #D71752;
  color: #FFF !important;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.bl-grosses-ibdb:hover,
.bl-grosses-ibdb:focus {
  color: #FFF !important;
  opacity: 0.92;
}

@media (max-width: 767px) {
  .bl-grosses-detail__show {
    font-size: 28px;
  }

  .bl-grosses-detail__week-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .bl-grosses-detail-item__hero {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .bl-grosses-detail__week-title {
    font-size: 28px;
    line-height: 1.1;
  }

  .bl-grosses-detail-item__week-ending {
    font-size: 20px;
    line-height: 1.35;
  }

  .bl-grosses-detail-item__stats {
    max-width: none;
    margin-left: 0;
    padding: 24px 20px;
  }

  .bl-grosses-detail-item__row {
    grid-template-columns: 1fr;
    row-gap: 2px;
  }

  .bl-grosses-ibdb {
    padding: 32px 20px;
    font-size: 24px;
    line-height: 28px;
  }
}

/* ===== Season statistics (NYC + Touring) ===== */
.bl-season .bl-grosses-table-wrap,
.bl-season-table-wrap {
  max-width: 1250px;
  width: 100%;
  margin: 0 0 28px;
  overflow-x: auto;
}

.bl-season .bl-grosses__main {
  max-width: 1250px;
}

.bl-season .bl-grosses__main .bl-grosses-table-wrap,
.bl-season .bl-grosses__main .bl-season-table-wrap {
  max-width: none;
}

/* Season table only — do not affect grosses / other pages */
.bl-season table.bl-grosses-table {
  table-layout: auto;
  width: 100%;
}

.bl-season table.bl-grosses-table thead th,
.bl-season table.bl-grosses-table tbody td {
  white-space: nowrap;
}

.bl-season table.bl-grosses-table thead th:nth-child(1),
.bl-season table.bl-grosses-table tbody td:nth-child(1) {
  width: 18%;
  text-align: left;
}

/* Gross — shrink-wrap so the column stays narrow */
.bl-season table.bl-grosses-table thead th:nth-child(2),
.bl-season table.bl-grosses-table tbody td:nth-child(2),
.bl-season table.shows.bl-grosses-table thead th:nth-child(2) {
  width: 1%;
  min-width: 0 !important;
  max-width: none;
  padding-left: 12px;
  padding-right: 24px;
  text-align: left;
}

.bl-season table.bl-grosses-table thead th:nth-child(n+3),
.bl-season table.bl-grosses-table tbody td:nth-child(n+3) {
  text-align: center;
}

.bl-season .bl-grosses-table .col-heading-sm,
.bl-season table.bl-grosses-table .col-heading-sm {
  display: block;
  margin-top: 2px;
  color: #04030B;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: none;
  white-space: normal;
}

.bl-season__disclaimer-bottom {
  margin-top: 8px;
  margin-bottom: 0;
}

.bl-season .chart-yaxis-top-label {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.bl-season .bl-grosses__disclaimer {
  max-width: none;
}

.bl-season .bl-grosses__chart > .bl-page-banner {
  margin: 0 0 24px;
}

.bl-season .bl-grosses__chart > .bl-grosses__disclaimer {
  margin: 24px 0 0;
}

/* ===== Research Reports ===== */
.bl-reports {
  width: 100%;
  background: #fff;
}

.bl-reports__inner {
  width: 100%;
  max-width: 1478px;
  margin: 0 auto;
  padding: 32px 40px 0;
  box-sizing: border-box;
}

.bl-reports__intro-row,
.bl-reports__with-sidebar {
  display: flex;
  align-items: flex-start;
  gap: 82px;
  margin: 0 0 40px;
}

.bl-reports__intro-row .bl-reports__intro,
.bl-reports__with-sidebar .bl-reports__intro {
  flex: 1 1 auto;
  min-width: 0;
}

.bl-reports__intro .bl-page-banner {
  margin: 0;
}

.bl-reports-highlight {
  color: #D71752;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

/* Tabs section */
.bl-reports-tabs {
  width: 100%;
  background: #F5F5F5;
  padding: 50px 0;
  box-sizing: border-box;
}

.bl-reports-tabs__inner {
  width: 100%;
  max-width: 1478px;
  margin: 0 auto;
  padding: 0 40px;
  box-sizing: border-box;
}

.bl-reports .bl-reports-tabs__nav.nav-tabs,
.bl-reports-tabs__nav.nav-tabs {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.bl-reports .bl-reports-tabs__nav > li,
.bl-reports #myTab > li {
  float: none;
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent !important;
  border: 0 !important;
  border-top: 0 !important;
}

.bl-reports .bl-reports-tabs__nav > li > a,
.bl-reports #myTab > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  padding: 20px 16px 24px;
  box-sizing: border-box;
  border: 0 !important;
  border-radius: 0;
  background: #F5F5F5 !important;
  color: #B0B0B0 !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  white-space: normal;
}

.bl-reports .bl-reports-tabs__nav > li > a:hover,
.bl-reports .bl-reports-tabs__nav > li > a:focus,
.bl-reports #myTab > li > a:hover,
.bl-reports #myTab > li > a:focus {
  background: #F5F5F5 !important;
  color: #04030B !important;
  border: 0 !important;
}

.bl-reports .bl-reports-tabs__nav > li.active > a,
.bl-reports .bl-reports-tabs__nav > li.active > a:hover,
.bl-reports .bl-reports-tabs__nav > li.active > a:focus,
.bl-reports #myTab > li.active > a,
.bl-reports #myTab > li.active > a:hover,
.bl-reports #myTab > li.active > a:focus {
  position: relative;
  background: #fff !important;
  color: #04030B !important;
  border: 0 !important;
  cursor: default;
}

.bl-reports .bl-reports-tabs__nav > li.active > a::after,
.bl-reports #myTab > li.active > a::after {
  content: "";
  position: absolute;
  left: 10%;
  right: 10%;
  bottom: 0;
  width: 80%;
  height: 5px;
  background: #D71752;
}

.bl-reports-tabs__empty {
  display: block;
  padding: 20px 16px;
  color: #B0B0B0;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.bl-reports-tabs__content.tab-content {
  background: #fff;
  padding: 40px 40px 48px;
  box-sizing: border-box;
}

.bl-reports-tabs__empty-msg {
  margin: 0;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
}
.bl-reports-tabs #tab-statistics {
  background: #F5F5F5;
  border-top: 0;
  padding-right: 0;
  padding-left: 0;
}
.bl-reports-panel {
  display: flex;
  align-items: flex-start;
  gap: 48px;
}

.bl-reports-panel__main {
  flex: 1 1 auto;
  min-width: 0;
}

.bl-reports-panel__title {
  margin: 0 0 12px;
}

.bl-reports-panel__season {
  margin: 0 0 28px;
  color: #04030B;
  font-feature-settings: 'liga' off, 'clig' off;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 100% */
  text-transform: uppercase;
}

.bl-reports-panel__summary {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  max-width: 700px;
}

.bl-reports-panel__summary > *:first-child {
  margin-top: 0;
}

.bl-reports-panel__summary > *:last-child {
  margin-bottom: 0;
}

.bl-reports-panel__summary p {
  margin: 0 0 16px;
}

.bl-reports-panel__summary ul,
.bl-reports-panel__summary ol {
  margin: 0 0 16px;
  padding-left: 1.25em;
}

.bl-reports-panel__summary li {
  margin: 0 0 8px;
}

.bl-reports-panel__summary h1,
.bl-reports-panel__summary h2,
.bl-reports-panel__summary h4 {
  margin: 24px 0 12px;
}

.bl-reports-panel__summary h3 {
  margin: 24px 0 12px;
  color: #D71752;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bl-reports-panel__summary a {
  color: #D71752;
  text-decoration: underline;
}

.bl-reports-panel__summary .bl-reports-highlight {
  margin: 24px 0 12px;
}

.bl-reports-panel__aside {
  flex: 0 0 440px;
  width: 440px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.bl-reports-order {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  background: #fff;
}

.bl-reports-order__thumb {
  flex: 0 0 auto;
  display: block;
  line-height: 0;
}

.bl-reports-order__thumb img {
  display: block;
  width: 187px;
  height: auto;
}

.bl-reports-order__link {
  flex: 1 1 auto;
  color: #04030B !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline !important;
  padding: 35px;
}

.bl-reports-order__link:hover,
.bl-reports-order__link:focus {
  color: #D71752 !important;
}

.bl-reports-sample {
  display: block;
  line-height: 0;
}

.bl-reports-sample img {
  display: block;
  width: 100%;
  height: auto;
}

/* tabCollapse accordion (mobile) */
.bl-reports .panel-group {
  margin: 0;
}

.bl-reports .panel-group .panel {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
}

.bl-reports .panel-group .panel-heading {
  padding: 0;
  background: transparent;
  border: 0;
}

.bl-reports .panel-group .panel-title > a {
  display: block;
  padding: 18px 16px;
  background: #fff;
  color: #04030B !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
}

.bl-reports .panel-group .panel-body {
  padding: 24px 16px;
  background: #fff;
  border: 0 !important;
}

@media (max-width: 991px) {
  .bl-reports__intro-row,
  .bl-reports__with-sidebar {
    flex-direction: column;
    gap: 32px;
  }

  .bl-reports .bl-grosses-sidebar,
  .bl-reports__with-sidebar .bl-grosses-sidebar {
    position: static;
    width: 100%;
    flex-basis: auto;
  }

  .bl-reports-panel {
    flex-direction: column;
    gap: 32px;
  }

  .bl-reports-panel__aside {
    flex-basis: auto;
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .bl-reports__inner,
  .bl-reports-tabs__inner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bl-reports-tabs {
    padding: 32px 0;
  }

  .bl-reports-tabs__content.tab-content {
    padding: 24px 20px 32px;
  }

  .bl-reports-panel__season {
    font-size: 28px;
    line-height: 28px;
  }

  .bl-reports .bl-reports-tabs__nav > li,
  .bl-reports #myTab > li {
    flex: 1 1 100%;
  }
}

/* ===== Sectioned pages (About Us, etc.) ===== */
.bl-sectioned {
  width: 100%;
  background: #fff;
}

.bl-sectioned__empty {
  max-width: 1478px;
  margin: 0 auto;
  padding: 48px 40px;
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
}

.bl-sectioned-hero .bl-page-hero__text p {
  margin: 0 0 0.75em;
}

.bl-sectioned-hero .bl-page-hero__text p:last-child {
  margin-bottom: 0;
}

.bl-sectioned-image-text {
  width: 100%;
  padding: 64px 40px;
  box-sizing: border-box;
  background: #fff;
}

.bl-sectioned-image-text__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 48px 64px;
  align-items: center;
  width: 100%;
  max-width: 1478px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-sectioned-image-text__media {
  min-height: 280px;
}

.bl-sectioned-image-text__img {
  display: block;
  width: 100%;
  height: auto;
}

.bl-sectioned-image-text__title {
  margin: 0 0 20px;
  color: #04030B;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.bl-sectioned-image-text__body {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.bl-sectioned-image-text__body p {
  margin: 0 0 16px;
}

.bl-sectioned-image-text__body p:last-child {
  margin-bottom: 0;
}

.bl-sectioned-image-text__cta {
  display: inline-block;
  margin-top: 24px;
  padding: 14px 28px;
  background: #D71752;
  color: #fff !important;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: none !important;
}

.bl-sectioned-image-text__cta:hover,
.bl-sectioned-image-text__cta:focus {
  color: #fff !important;
  opacity: 0.92;
}

.bl-sectioned-two-col {
  width: 100%;
  padding: 64px 40px;
  box-sizing: border-box;
  background: #fff;
}

.bl-sectioned-two-col--gray {
  background: #F5F5F5;
}

.bl-sectioned-two-col__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 40px 64px;
  width: 100%;
  max-width: 1478px;
  margin: 0 auto;
  box-sizing: border-box;
}

.bl-sectioned-two-col__title {
  margin: 0 0 20px;
  color: #04030B;
  font-family: var(--bl-font-heading), Barlow, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.1;
}

.bl-sectioned-two-col__body {
  color: #04030B;
  font-family: var(--bl-font), Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.bl-sectioned-two-col__body p {
  margin: 0 0 16px;
}

.bl-sectioned-two-col__body p:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .bl-sectioned-image-text__inner,
  .bl-sectioned-two-col__inner {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .bl-sectioned-image-text,
  .bl-sectioned-two-col {
    padding: 40px 20px;
  }

  .bl-sectioned-image-text__title,
  .bl-sectioned-two-col__title {
    font-size: 28px;
  }
}

/* Full-width CMS pages (no legacy sidebar) */
.bl-cms-page {
  background: #fff;
  padding: 48px 80px 80px;
  box-sizing: border-box;
}

.bl-cms-page__inner {
  width: 100%;
  max-width: 1568px;
  margin: 0 auto;
  box-sizing: border-box;
  float: none;
}

.bl-cms-page__inner p {
  margin: 0 0 16px;
  color: #04030B;
  font-family: var(--bl-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.bl-cms-page__inner h3 {
  margin: 32px 0 12px;
  color: #04030B;
  font-family: var(--bl-font-heading);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.bl-cms-page__inner h3:first-child {
  margin-top: 0;
}

.bl-cms-page__inner ul {
  margin: 0 0 16px;
  padding-left: 20px;
}

.bl-cms-page__inner a {
  color: var(--bl-pink);
  text-decoration: none;
}

.bl-cms-page__inner a:hover,
.bl-cms-page__inner a:focus {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .bl-cms-page {
    padding: 32px 24px 56px;
  }
}