/* custom overrides (loaded last) */
/* lead pharmacist photo: shrink to a quarter size (75% smaller), centered */
.blockWrap_team0grid .item.hasImg .itemImg {
  max-width: 25%;
  margin-left: auto;
  margin-right: auto;
}
/* lead pharmacist name + bio: centered under the photo, narrower column */
.blockWrap_team0grid .item.hasImg .itemContent {
  text-align: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
.blockWrap_team0grid .item.hasImg .itemContent .contentTitle {
  text-align: center;
}
/* homepage newsletter (Lumistry capture): span full width, heading/text far left, inputs + button far right */
.block_d66f6a80367049f7b70e5a4e6d422571 .blockImg.blockForm {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  float: none;
}
.block_d66f6a80367049f7b70e5a4e6d422571 [data-lumistry-capture] .lk-form {
  max-width: none;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.block_d66f6a80367049f7b70e5a4e6d422571 [data-lumistry-capture] .lk-head {
  flex: 1 1 260px;
  min-width: 0;
  text-align: left;
  margin: 0;
}
.block_d66f6a80367049f7b70e5a4e6d422571 [data-lumistry-capture] .lk-body {
  flex: 0 1 420px;
  min-width: 280px;
}
@media (max-width: 767px) {
  .block_d66f6a80367049f7b70e5a4e6d422571 [data-lumistry-capture] .lk-form {
    justify-content: flex-start;
  }
  .headerAndNavContainer {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 1000 !important;
  }
  /* eyebrow (secondary nav) collapses on scroll to reclaim space */
  .secondaryNav {
    overflow: hidden;
    max-height: 300px;
    transition: max-height 0.25s ease, opacity 0.2s ease;
  }
  .secondaryNav.eyebrow-collapsed {
    max-height: 0 !important;
    opacity: 0 !important;
  }
}
