html body #header .header-display-desktop .header-actions .ll-client-access-action {
  flex: 0 0 140px !important;
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
}

html body #header .header-display-desktop .header-actions .ll-client-access-action > .ll-client-access-link {
  flex: 0 0 140px !important;
  width: 140px !important;
  min-width: 140px !important;
  max-width: 140px !important;
  box-sizing: border-box !important;
  padding: 0 16px !important;
  white-space: nowrap !important;
}

:root {
  --ll-mobile-navy: #17334b;
  --ll-mobile-navy-deep: #0c263a;
  --ll-mobile-sky: #83c5f2;
  --ll-mobile-sky-soft: #e8f7fd;
  --ll-mobile-canvas: #f5f8fa;
  --ll-mobile-line: rgba(23, 51, 75, 0.13);
  --ll-mobile-muted: #607684;
}

.ll-reading-progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2147482500;
  width: 100%;
  height: 3px;
  display: none;
  pointer-events: none;
}

.ll-reading-progress__bar {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #2f7885, #83c5f2 62%, #deae32);
  box-shadow: 0 1px 5px rgba(47, 120, 133, 0.24);
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.ll-mobile-search-trigger,
.ll-mobile-nav {
  display: none;
}

/* Desktop search: a deliberate discovery surface, not a cramped dropdown. */
@media (min-width: 1101px) {
  #vf-search-popover {
    box-sizing: border-box !important;
    width: min(640px, calc(100vw - 40px)) !important;
    max-width: 640px !important;
    max-height: min(650px, calc(100dvh - 104px)) !important;
    overflow: hidden !important;
    padding: 0 !important;
    border: 1px solid rgba(23, 51, 75, 0.12) !important;
    border-radius: 22px !important;
    background: rgba(255, 255, 255, 0.985) !important;
    box-shadow: 0 28px 80px rgba(7, 34, 52, 0.2), 0 4px 16px rgba(7, 34, 52, 0.08) !important;
    transform-origin: top right !important;
    backdrop-filter: blur(18px) !important;
    -webkit-backdrop-filter: blur(18px) !important;
  }

  #vf-search-popover::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 3px;
    background: linear-gradient(90deg, #2f7885, #83c5f2 62%, #deae32);
    pointer-events: none;
  }

  #vf-search-popover.vf-open {
    animation: ll-search-arrive 180ms cubic-bezier(.2, .72, .25, 1) both;
  }

  #vf-search-popover .vf-search-form {
    position: relative !important;
    display: grid !important;
    grid-template-columns: 48px minmax(0, 1fr) !important;
    align-items: center !important;
    min-height: 70px !important;
    margin: 0 !important;
    padding: 10px 14px !important;
    border: 0 !important;
    border-bottom: 1px solid var(--ll-mobile-line) !important;
    border-radius: 0 !important;
    background: #ffffff !important;
  }

  #vf-search-popover .vf-search-form:focus-within {
    background: #fbfdfe !important;
    box-shadow: inset 0 -2px 0 #83c5f2 !important;
  }

  #vf-search-popover .vf-search-form button {
    display: grid !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    place-items: center !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 12px !important;
    color: var(--ll-mobile-navy) !important;
    background: var(--ll-mobile-sky-soft) !important;
  }

  #vf-search-popover .vf-search-form button svg {
    width: 20px !important;
    height: 20px !important;
  }

  #vf-search-popover .vf-search-form input {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    height: 48px !important;
    margin: 0 !important;
    padding: 0 12px !important;
    border: 0 !important;
    outline: 0 !important;
    color: var(--ll-mobile-navy) !important;
    background: transparent !important;
    font: inherit !important;
    font-size: 17px !important;
    font-weight: 650 !important;
    line-height: 1 !important;
  }

  #vf-search-popover .vf-search-form input::placeholder {
    color: #738792 !important;
    opacity: 1 !important;
  }

  #vf-search-popover .vf-search-results {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: min(540px, calc(100dvh - 188px)) !important;
    margin: 0 !important;
    padding: 16px !important;
    overflow: auto !important;
    overscroll-behavior: contain !important;
    background: linear-gradient(180deg, #fbfdfe 0%, #f4f8fa 100%) !important;
    scrollbar-width: thin;
    scrollbar-color: #b8cad3 transparent;
  }

  #vf-search-popover .vf-search-section {
    min-width: 0 !important;
    margin: 0 !important;
    padding: 14px !important;
    border: 1px solid rgba(23, 51, 75, 0.1) !important;
    border-radius: 16px !important;
    background: rgba(255, 255, 255, 0.88) !important;
  }

  #vf-search-popover .vf-search-section h2 {
    margin: 0 0 8px !important;
    color: #567080 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.3 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
  }

  #vf-search-popover .vf-search-result {
    position: relative !important;
    display: block !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 12px 34px 12px 12px !important;
    border: 1px solid transparent !important;
    border-radius: 12px !important;
    color: var(--ll-mobile-navy) !important;
    background: transparent !important;
    text-decoration: none !important;
    transition: transform 150ms ease, border-color 150ms ease, background-color 150ms ease, box-shadow 150ms ease !important;
  }

  #vf-search-popover .vf-search-result + .vf-search-result {
    margin-top: 4px !important;
  }

  #vf-search-popover .vf-search-result::after {
    content: "\2192";
    position: absolute;
    top: 15px;
    right: 12px;
    color: #2f7885;
    font-size: 17px;
    line-height: 1;
    transition: transform 150ms ease !important;
  }

  #vf-search-popover .vf-search-result__title {
    display: block !important;
    margin: 0 0 4px !important;
    color: var(--ll-mobile-navy) !important;
    font-size: 14px !important;
    font-weight: 780 !important;
    line-height: 1.3 !important;
  }

  #vf-search-popover .vf-search-result__description {
    display: block !important;
    color: #657b88 !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }
}

@media (min-width: 1101px) {
  #header .ll-header-search-button[aria-expanded="true"] {
    color: var(--ll-mobile-navy) !important;
    background: var(--ll-mobile-sky-soft) !important;
    box-shadow: inset 0 0 0 1px rgba(47, 120, 133, .16) !important;
  }

  #vf-search-popover .vf-search-result:focus-visible {
    border-color: rgba(47, 120, 133, 0.28) !important;
    outline: 3px solid rgba(131, 197, 242, .28) !important;
    outline-offset: 1px !important;
    background: #edf8fc !important;
    box-shadow: 0 8px 22px rgba(23, 51, 75, 0.08) !important;
  }
}

@media (hover: hover) and (pointer: fine) and (min-width: 1101px) {
  #vf-search-popover .vf-search-result:hover,
  #vf-search-popover .vf-search-result:focus-visible {
    border-color: rgba(47, 120, 133, 0.2) !important;
    background: #edf8fc !important;
    box-shadow: 0 8px 22px rgba(23, 51, 75, 0.07) !important;
    transform: translateY(-1px) !important;
  }

  #vf-search-popover .vf-search-result:hover::after,
  #vf-search-popover .vf-search-result:focus-visible::after {
    transform: translateX(3px) !important;
  }
}

@keyframes ll-search-arrive {
  from { opacity: 0; transform: translateY(-7px) scale(.985); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

/* Mobile header and a purpose-built drawer with real links. */
@media (max-width: 1100px) {
  .ll-reading-progress {
    display: block;
  }

  html.ll-mobile-drawer-ready #header .header-menu {
    display: none !important;
  }

  #header .header-burger {
    position: relative !important;
  }

  #header .ll-mobile-search-trigger {
    position: absolute;
    top: 50%;
    right: 52px;
    display: inline-grid;
    width: 44px;
    height: 44px;
    min-width: 44px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 999px;
    color: var(--ll-mobile-navy);
    background: transparent;
    transform: translateY(-50%);
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  #header .ll-mobile-search-trigger svg {
    width: 21px;
    height: 21px;
  }

  #header .header-burger-btn {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    padding: 0 !important;
    border-radius: 999px !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .ll-mobile-nav {
    position: fixed;
    inset: 0;
    z-index: 2147482800;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    visibility: hidden;
    overflow: hidden;
    color: var(--ll-mobile-navy);
    background: var(--ll-mobile-canvas);
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 220ms cubic-bezier(.2, .72, .25, 1), visibility 0s linear 220ms;
    pointer-events: none;
    overscroll-behavior: contain;
    box-sizing: border-box;
  }

  html.ll-mobile-nav-open .ll-mobile-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0s;
    pointer-events: auto;
  }

  .ll-mobile-nav__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    gap: 12px;
    align-items: center;
    min-height: 72px;
    padding: max(10px, env(safe-area-inset-top)) 16px 10px;
    border-bottom: 1px solid var(--ll-mobile-line);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 6px 22px rgba(12, 38, 58, .06);
    box-sizing: border-box;
    padding-left: max(16px, env(safe-area-inset-left));
    padding-right: max(16px, env(safe-area-inset-right));
  }

  .ll-mobile-nav__brand {
    display: inline-flex;
    min-width: 0;
    width: fit-content;
    min-height: 44px;
    align-items: center;
    text-decoration: none;
  }

  .ll-mobile-nav__brand img {
    display: block;
    width: auto;
    max-width: min(220px, 68vw);
    height: 41px;
    object-fit: contain;
    object-position: left center;
  }

  .ll-mobile-nav__brand-fallback {
    color: var(--ll-mobile-navy);
    font-size: 17px;
    font-weight: 820;
    letter-spacing: .11em;
    text-transform: uppercase;
  }

  .ll-mobile-nav__close {
    display: grid;
    width: 46px;
    height: 46px;
    min-width: 46px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 1px solid var(--ll-mobile-line);
    border-radius: 999px;
    color: var(--ll-mobile-navy);
    background: #ffffff;
    font: inherit;
    font-size: 27px;
    line-height: 1;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .ll-mobile-nav__scroll {
    flex: 1 1 auto;
    min-height: 0;
    box-sizing: border-box;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 18px max(16px, env(safe-area-inset-right)) max(26px, env(safe-area-inset-bottom)) max(16px, env(safe-area-inset-left));
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }

  .ll-mobile-nav__intro {
    margin: 0 0 14px;
    color: #617684;
    font-size: 13px;
    line-height: 1.5;
  }

  .ll-mobile-nav__search {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    margin: 0 0 18px;
    border: 1px solid #c8d8df;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(12, 38, 58, .06);
  }

  .ll-mobile-nav__search:focus-within {
    border-color: #2f7885;
    outline: 3px solid rgba(131, 197, 242, .23);
  }

  .ll-mobile-nav__search input {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    height: 54px;
    margin: 0;
    padding: 0 8px 0 16px;
    border: 0;
    outline: 0;
    color: var(--ll-mobile-navy);
    background: transparent;
    font: inherit;
    font-size: 16px;
    font-weight: 650;
  }

  .ll-mobile-nav__search button {
    display: grid;
    width: 44px;
    height: 44px;
    min-width: 44px;
    place-items: center;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: var(--ll-mobile-navy);
    background: var(--ll-mobile-sky-soft);
  }

  .ll-mobile-nav__search svg {
    width: 20px;
    height: 20px;
  }

  .ll-mobile-nav__groups {
    overflow: hidden;
    border: 1px solid var(--ll-mobile-line);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(12, 38, 58, .05);
  }

  .ll-mobile-nav__group + .ll-mobile-nav__group {
    border-top: 1px solid var(--ll-mobile-line);
  }

  .ll-mobile-nav__toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 28px;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 58px;
    margin: 0;
    padding: 0 16px;
    border: 0;
    color: var(--ll-mobile-navy);
    background: #ffffff;
    font: inherit;
    font-size: 16px;
    font-weight: 790;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .ll-mobile-nav__toggle-mark {
    position: relative;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: var(--ll-mobile-sky-soft);
  }

  .ll-mobile-nav__toggle-mark::before,
  .ll-mobile-nav__toggle-mark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 1.5px;
    border-radius: 2px;
    background: var(--ll-mobile-navy);
    transform: translate(-50%, -50%);
    transition: transform 160ms ease;
  }

  .ll-mobile-nav__toggle-mark::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .ll-mobile-nav__toggle[aria-expanded="true"] {
    background: #f7fbfd;
  }

  .ll-mobile-nav__toggle[aria-expanded="true"] .ll-mobile-nav__toggle-mark::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

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

  .ll-mobile-nav__panel {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 4px 12px 14px;
    background: #f7fbfd;
  }

  .ll-mobile-nav__link {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 46px;
    align-items: center;
    padding: 10px 12px;
    border: 1px solid rgba(23, 51, 75, .08);
    border-radius: 12px;
    color: var(--ll-mobile-navy);
    background: #ffffff;
    font-size: 13px;
    font-weight: 690;
    line-height: 1.3;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(131, 197, 242, .18);
    touch-action: manipulation;
  }

  .ll-mobile-nav__link--all {
    color: #266674;
    background: #e9f7fb;
  }

  .ll-mobile-nav__actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 10px;
    margin-top: 18px;
    padding-bottom: max(4px, env(safe-area-inset-bottom));
  }

  .ll-mobile-nav__action {
    display: inline-flex;
    min-width: 0;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid var(--ll-mobile-navy);
    border-radius: 999px;
    color: var(--ll-mobile-navy);
    background: transparent;
    font-size: 14px;
    font-weight: 790;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .ll-mobile-nav__action--primary {
    border-color: var(--ll-mobile-sky);
    background: var(--ll-mobile-sky);
    box-shadow: 0 10px 24px rgba(47, 120, 133, .18);
  }

  .ll-mobile-nav__note {
    margin: 14px 2px 0;
    color: #6b7f8b;
    font-size: 11px;
    line-height: 1.45;
    text-align: center;
  }

  html.ll-mobile-nav-open,
  html.ll-mobile-nav-open body {
    overscroll-behavior: none !important;
  }
}

@media (max-width: 560px) {
  .ll-mobile-nav__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ll-mobile-nav__intro {
    font-size: 12.5px;
  }
}

/* Apply: the progress aid is phone-only and never survives the submitted state. */
body#collection-6a6909d6513e813723c4eed5 .llrf-mobile-progress,
body#collection-6a6909d6513e813723c4eed5 .llrf-native--submitted .llrf-mobile-progress {
  display: none !important;
}

/* Apply: content controls its own height throughout the mobile/tablet header range. */
@media (max-width: 1100px) {
  body#collection-6a6909d6513e813723c4eed5 #page,
  body#collection-6a6909d6513e813723c4eed5 #sections,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-section,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-section > .content-wrapper,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-engine,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block .sqs-block-content,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block .form-wrapper,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block .form-inner-wrapper,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block form {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body#collection-6a6909d6513e813723c4eed5[data-llrf-apply-build]
  #page #sections .page-section[data-section-id="6a691723093b5e2f4ef46ce4"] > .content-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding-bottom: max(56px, calc(40px + env(safe-area-inset-bottom))) !important;
    overflow: visible !important;
  }

  html body#collection-6a6909d6513e813723c4eed5[data-llrf-apply-build]
  #page #sections .llrf-native-engine {
    position: relative !important;
    inset: auto !important;
    grid-template: none !important;
  }

  html body#collection-6a6909d6513e813723c4eed5[data-llrf-apply-build]
  #page #sections .llrf-native-engine
  #block-yui_3_17_2_1_1785271231054_1696[data-llrf-apply-build] {
    position: relative !important;
    inset: auto !important;
    box-sizing: border-box !important;
    width: calc(100% - 32px) !important;
    max-width: 760px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    overflow: visible !important;
  }
}

/* Phone-specific Apply spacing and controls. */
@media (max-width: 700px) {
  body#collection-6a6909d6513e813723c4eed5 #page,
  body#collection-6a6909d6513e813723c4eed5 #sections,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-section,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-section > .content-wrapper,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-engine,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block .sqs-block-content,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block .form-wrapper,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block .form-inner-wrapper,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native-block form {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    overflow: visible !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native-section {
    position: relative !important;
    isolation: isolate;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native-section > .content-wrapper {
    position: relative !important;
    padding: 26px 12px max(64px, calc(48px + env(safe-area-inset-bottom))) !important;
  }

  html body#collection-6a6909d6513e813723c4eed5[data-llrf-apply-build]
  #page #sections .page-section[data-section-id="6a691723093b5e2f4ef46ce4"] > .content-wrapper {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    padding: 26px 12px max(64px, calc(48px + env(safe-area-inset-bottom))) !important;
    overflow: visible !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native-engine {
    position: relative !important;
    inset: auto !important;
    grid-template: none !important;
  }

  body#collection-6a6909d6513e813723c4eed5
  #block-yui_3_17_2_1_1785271231054_1696[data-llrf-apply-build] {
    position: relative !important;
    inset: auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 680px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 20px 14px 24px !important;
    overflow: visible !important;
    border-radius: 18px !important;
    scroll-margin-top: 92px;
  }

  html body#collection-6a6909d6513e813723c4eed5[data-llrf-apply-build]
  #page #sections .llrf-native-engine
  #block-yui_3_17_2_1_1785271231054_1696[data-llrf-apply-build] {
    position: relative !important;
    inset: auto !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 680px !important;
    height: auto !important;
    min-height: 0 !important;
    margin: 0 auto !important;
    padding: 20px 14px 24px !important;
    overflow: visible !important;
    border-radius: 18px !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__intro {
    padding-right: 18px !important;
    padding-left: 18px !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__intro-inner {
    padding: 27px 0 23px !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__title {
    font-size: clamp(32px, 9.4vw, 42px) !important;
    line-height: 1.04 !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__intro-copy,
  body#collection-6a6909d6513e813723c4eed5 .llrf-native__learn-more {
    font-size: 15px !important;
    line-height: 1.55 !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__intro-copy {
    margin-top: 12px !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__learn-more {
    margin-top: 10px !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-mobile-progress {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin: 0 0 20px;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-mobile-progress__step {
    position: relative;
    display: grid;
    gap: 7px;
    min-width: 0;
    color: #71838e;
    font-size: 10px;
    font-weight: 760;
    line-height: 1.25;
    letter-spacing: .035em;
    text-align: center;
    text-transform: uppercase;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-mobile-progress__step::before {
    content: "";
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: #dce6eb;
    transition: background-color 160ms ease;
  }

  body#collection-6a6909d6513e813723c4eed5
  .llrf-mobile-progress__step[data-complete="true"]::before,
  body#collection-6a6909d6513e813723c4eed5
  .llrf-mobile-progress__step[aria-current="step"]::before {
    background: #2f7885;
  }

  body#collection-6a6909d6513e813723c4eed5
  .llrf-mobile-progress__step[aria-current="step"] {
    color: var(--ll-mobile-navy);
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__nav {
    position: relative !important;
    inset: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 24px 0 0 !important;
    padding: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__button {
    flex: 1 1 132px !important;
    min-width: 0 !important;
    min-height: 52px !important;
    white-space: normal !important;
    touch-action: manipulation;
  }

  html body#collection-6a6909d6513e813723c4eed5[data-llrf-apply-build]
  #page #sections .llrf-native-engine
  #block-yui_3_17_2_1_1785271231054_1696[data-llrf-apply-build]
  .llrf-native__button {
    flex: 1 1 132px !important;
    min-width: 0 !important;
    min-height: 52px !important;
    white-space: normal !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__button--primary,
  body#collection-6a6909d6513e813723c4eed5 [data-llrf-native-send] {
    flex-basis: 100% !important;
  }

  html body#collection-6a6909d6513e813723c4eed5[data-llrf-apply-build]
  #page #sections .llrf-native-engine
  #block-yui_3_17_2_1_1785271231054_1696[data-llrf-apply-build]
  .llrf-native__button--primary,
  html body#collection-6a6909d6513e813723c4eed5[data-llrf-apply-build]
  #page #sections .llrf-native-engine
  #block-yui_3_17_2_1_1785271231054_1696[data-llrf-apply-build]
  [data-llrf-native-send] {
    flex-basis: 100% !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native--submitted .llrf-mobile-progress {
    display: none !important;
  }

  body#collection-6a6909d6513e813723c4eed5 #footer-sections {
    position: relative !important;
    z-index: 1 !important;
    margin-top: 0 !important;
  }
}

/* Home on phones: preserve every choice without forcing visitors through four tall stacks. */
.ll-mobile-rail-hint {
  display: none;
}

@media (max-width: 700px) {
  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-growth__grid,
  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-insights-grid,
  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-who-we-serve__grid,
  html.ll-mobile-rails-ready body #ll-home-consolidated .llig-v1__grid,
  html.ll-mobile-rails-ready body #ll-home-consolidated .llsm-v1__panels {
    display: grid !important;
    grid-auto-flow: column !important;
    grid-auto-columns: min(82vw, 340px) !important;
    grid-template-columns: none !important;
    grid-template-rows: minmax(0, auto) !important;
    align-items: stretch !important;
    gap: 14px !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding: 4px 2px 12px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-padding-inline: 2px;
    scroll-snap-type: x proximity;
    overscroll-behavior-inline: contain;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-growth__grid::-webkit-scrollbar,
  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-insights-grid::-webkit-scrollbar,
  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-who-we-serve__grid::-webkit-scrollbar,
  html.ll-mobile-rails-ready body #ll-home-consolidated .llig-v1__grid::-webkit-scrollbar,
  html.ll-mobile-rails-ready body #ll-home-consolidated .llsm-v1__panels::-webkit-scrollbar {
    display: none;
  }

  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-growth__grid > :not([hidden]),
  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-insights-grid > :not([hidden]),
  html.ll-mobile-rails-ready body #ll-home-consolidated .ll-who-we-serve__grid > :not([hidden]),
  html.ll-mobile-rails-ready body #ll-home-consolidated .llig-v1__grid > :not([hidden]),
  html.ll-mobile-rails-ready body #ll-home-consolidated .llsm-v1__panels > :not([hidden]) {
    box-sizing: border-box !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: none !important;
    height: auto !important;
    align-self: stretch !important;
    margin: 0 !important;
    scroll-snap-align: start;
  }

  .ll-mobile-rail-hint {
    display: flex;
    min-height: 34px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 5px 2px 0;
    color: #567080;
    font-size: 11px;
    font-weight: 760;
    line-height: 1.3;
    letter-spacing: .06em;
    text-transform: uppercase;
  }

  .ll-mobile-rail-hint::before {
    content: "Swipe to explore";
  }

  .ll-mobile-rail-hint__count {
    display: inline-flex;
    min-width: 48px;
    min-height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(23, 51, 75, .12);
    border-radius: 999px;
    color: var(--ll-mobile-navy);
    background: #ffffff;
    font-variant-numeric: tabular-nums;
  }
}

/* A shorter, scannable footer on small phones. */
.ll-footer-accordion-button {
  display: none;
}

@media (max-width: 700px) {
  html.ll-footer-accordion-ready .ll-footer__row {
    gap: 0 !important;
  }

  html.ll-footer-accordion-ready .ll-footer__column {
    width: 100% !important;
    padding: 0 !important;
    border-top: 1px solid rgba(255, 255, 255, .16) !important;
  }

  html.ll-footer-accordion-ready .ll-footer__column > h3 {
    display: none !important;
  }

  html.ll-footer-accordion-ready .ll-footer-accordion-button {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 26px;
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 56px;
    margin: 0;
    padding: 0 2px;
    border: 0;
    color: #ffffff;
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 790;
    line-height: 1.2;
    letter-spacing: .06em;
    text-align: left;
    text-transform: uppercase;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  html.ll-footer-accordion-ready .ll-footer-accordion-button span:last-child {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    transition: transform 160ms ease;
  }

  html.ll-footer-accordion-ready .ll-footer-accordion-button[aria-expanded="true"] span:last-child {
    transform: rotate(45deg);
  }

  html.ll-footer-accordion-ready .ll-footer__column:not([data-ll-footer-open="true"]) > a {
    display: none !important;
  }

  html.ll-footer-accordion-ready .ll-footer__column[data-ll-footer-open="true"] > a {
    display: flex !important;
    min-height: 44px !important;
    align-items: center !important;
    padding: 8px 2px !important;
  }
}

@media (hover: none), (pointer: coarse) {
  a,
  button,
  [role="button"] {
    -webkit-tap-highlight-color: rgba(131, 197, 242, .18);
  }

  #header .ll-client-access-link:hover,
  #header .ll-client-access-mobile-link:hover {
    transform: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ll-reading-progress__bar,
  .ll-mobile-nav,
  .ll-mobile-nav *,
  #vf-search-popover,
  #vf-search-popover * {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
}

/* 2026-08-03 cross-device verification polish */
#header .header-title-logo > a {
  display: inline-flex !important;
  min-height: 44px !important;
  align-items: center !important;
}

#header .ll-header-search-button {
  width: 44px !important;
  height: 44px !important;
  min-width: 44px !important;
  min-height: 44px !important;
}

#header .header-actions .btn,
#header .header-actions .ll-client-access-link {
  min-height: 44px !important;
}

#header .header-actions .btn[href="/apply"] {
  border-color: #83c5f2 !important;
  background: #83c5f2 !important;
  box-shadow: 0 4px 12px rgba(23, 51, 75, .12) !important;
}

html.ll-search-page .sqs-search-page-input.sqs-search-input-focused {
  outline: none !important;
}

html.ll-search-page .sqs-search-page-input form {
  position: relative !important;
}

html.ll-search-page .sqs-search-page-input form::before {
  position: absolute !important;
  top: 50% !important;
  left: 20px !important;
  z-index: 1 !important;
  width: 20px !important;
  height: 20px !important;
  content: "" !important;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2317334b' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cpath d='m20 20-4-4'/%3E%3C/svg%3E") center / 20px 20px no-repeat !important;
  transform: translateY(-50%) !important;
  pointer-events: none !important;
}

html.ll-search-page .sqs-search-page-input input {
  padding-left: 52px !important;
}

html.ll-search-page .sqs-search-page-input input::placeholder {
  color: #607684 !important;
  opacity: 1 !important;
}

html.ll-search-page .sqs-search-page-input input:focus-visible {
  border-color: #17334b !important;
  outline: 3px solid rgba(131, 197, 242, .78) !important;
  outline-offset: 3px !important;
  box-shadow: 0 14px 36px rgba(20, 57, 78, .10) !important;
}

@media (max-width: 700px) {
  html.ll-mobile-rails-ready body #ll-home-consolidated .llsm-v1__panels {
    grid-auto-columns: min(86vw, 430px) !important;
  }

  body#collection-6a6909d6513e813723c4eed5 [data-llrf-apply-build] input:not([type="checkbox"]):not([type="radio"]),
  body#collection-6a6909d6513e813723c4eed5 [data-llrf-apply-build] select {
    min-height: 52px !important;
    height: 52px !important;
    font-size: 16px !important;
  }

  body#collection-6a6909d6513e813723c4eed5 [data-llrf-apply-build] fieldset.radio .option label {
    min-height: 44px !important;
    padding: 8px 14px !important;
    border: 1px solid rgba(23, 51, 75, .16) !important;
    border-radius: 999px !important;
    align-items: center !important;
    background: #ffffff !important;
  }

  body#collection-6a6909d6513e813723c4eed5 [data-llrf-apply-build] fieldset.radio .option label:has(input:checked) {
    border-color: #83c5f2 !important;
    background: #e8f7fd !important;
    box-shadow: 0 0 0 2px rgba(131, 197, 242, .20) !important;
  }

  body#collection-6a6909d6513e813723c4eed5 [data-llrf-apply-build] fieldset.radio input[type="radio"] {
    width: 18px !important;
    height: 18px !important;
  }

  body#collection-6a6909d6513e813723c4eed5 .llrf-native__learn-more {
    display: none !important;
  }

  .ll-social-link {
    width: 46px !important;
    height: 46px !important;
  }

  .ll-disclosures,
  .ll-disclosures p,
  .ll-disclosures .ll-copyright {
    font-size: 12px !important;
    line-height: 1.55 !important;
  }
}
