 ───────────────────────────────────────────────
   Non-timeline styles
   ─────────────────────────────────────────────── */
.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;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
  background-color: #002347 !important;
  border-color: #002347 !important;
  color: #fff;
}
.btn:active {
  border-style: inset;
  border-color: #BFBFBF !important;
  background-color: #000000 !important;
}
.btn:focus {
  z-index: 3;
  outline: 4px solid #0076AD !important;
}
.info-card {
    background-color: #eaf1fb;
    padding: 1.5rem;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
    height: 100%;
}
.info-card:hover {
    background-color: #d8e6f5;
}
.info-card hr {
    border: none;
    height: 3px;
    width: 30px;
    background-color: #6c7a89;
    margin: 0 0 0.5rem 0;
}
.info-card a {
    font-weight: 600;
    color: #2a6ebd;
    margin: 0;
    font-size: 1.1rem;
}
.alert-primary {
    background-color: #e2ecf8;
    border-left: none;
}
/* Accordion */
.accordion .card {
    border: 1px solid #ddd;
    border-radius: 0;
    margin-bottom: 5px;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 1px solid #ddd;
}
.accordion .card-header {
    background-color: #f2f2f2;
    padding: 0;
}
.accordion-button {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 0;
    font-size: inherit;
    font-weight: inherit;
    cursor: pointer;
}
.accordion-button:focus {
    outline: none;
    box-shadow: none;
    border-top: 2px solid #a6a6a6;
    border-left: 2px solid #a6a6a6;
    border-bottom: 2px solid #a6a6a6;
    border-radius: 2px;
    z-index: 1;
}
.accordion .header-text {
    flex: 1;
    padding: 10px 20px;
    font-weight: bold;
    font-size: 16px;
    display: flex;
    align-items: center;
    color: #000;
}
.accordion .header-icon {
    background-color: #a6a6a6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    color: white;
    position: relative;
    padding-bottom: 8px;
}
.accordion .card-header::after {
    display: none;
}
.accordion .header-icon::before {
    content: "+";
    font-size: 28px;
    line-height: 1;
    font-weight: bolder;
}
.accordion-button[aria-expanded="true"] .header-icon::before {
    content: "−";
}
.accordion .card-body {
    background-color: #fff;
    padding: 20px;
    font-size: 15px;
    line-height: 1.6;
}
.accordion a {
    color: #2A6BBF;
    text-decoration: none;
}
.accordion a:hover {
    text-decoration: underline;
}
/* Info alert */
.info-alert {
    display: flex;
    align-items: stretch;
    background-color: #e2ecf8;
    border-radius: .25rem;
    overflow: hidden;
}
.info-alert .icon-pane {
    background-color: #eef1f8;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .75rem .875rem;
    flex: 0 0 auto;
}
.info-alert .icon {
    background-color: #000;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
.info-alert .text-pane {
    padding: 1rem;
    flex: 1 1 auto;
    white-space: normal;
}
.info-alert .text-pane a {
    color: #2a6ebd;
    font-weight: 600;
    text-decoration: none;
}
.info-alert .text-pane a:hover {
    text-decoration: underline;
}
/* Other cards / layout */
.top-half {
    background-color: #eef1f8;
    border-bottom: 1px solid #95989f;
    margin-top: -15px;
}
.bottom-half {
    background-color: #fff !important;
}
.card-banner {
    background-color: #4378bb;
    padding: 0.75rem;
    color: #fff;
    text-align: left;
}
.card-banner-title {
    font-weight: 700;
    font-size: 1rem;
    display: block;
}
.card-body-blue {
    padding-top: 1.25rem;
    border: 1px solid #4378bb;
    background-color: #fff;
    position: relative;
}
.card-link-list {
    list-style: none;
    padding-right: 1rem;
    padding-left: 1rem;
}
.card-illustration {
    position: absolute;
    bottom: 0rem;
    right: -.9rem;
    width: 103px;
}
.card-illustration img {
    width: 100%;
    height: auto;
}
.card-title {
    font-weight: 600;
    font-size: 1.25rem;
    color: #386ab5;
}
/* ───────────────────────────────────────────────
   TIMELINE Styles
   ─────────────────────────────────────────────── */

/* Desktop / default */
:root {
--rail-color:#4476C1;
--panel-bg:#eef2fa;
--card-border:#4476C1;
--rule:#D9E8F6;
--step-w:150px;
--gap:24px;
--pad-top:70px;
}
.timeline-wrap {
    border-radius: .5rem;
    padding: 1.25rem 1rem 1rem;
    position: relative;
}
/* Desktop alert under last 7 steps */
.timeline-alert {
    margin-top: .75rem;
    display: block;
width:calc(7 * var(--step-w) + 6 * var(--gap));
margin-left:calc(7 * (var(--step-w) + var(--gap)));
}
.alert-warning.timeline-alert {
    background-color: #f1efe3;
    border: 1px solid #f1efe3;
    color: #142e50;
    padding: .75rem 1rem;
    margin-bottom: 0;
}
.timeline-scroller {
    overflow-x: auto;
    
    -webkit-overflow-scrolling: touch;
    padding-bottom: .5rem;
    position: relative;
    scrollbar-width: none;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 0;
}
.timeline-scroller::-webkit-scrollbar {
height:0;
}
.timeline-steps {
    position: relative;
    display: inline-flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.timeline-steps::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    top: 19px;
    border-top: 2px solid var(--rail-color);
    border-radius: 2px;
}
.timeline-step {
    position: relative;
    flex: 0 0 var(--step-w);
    width: var(--step-w);
    padding-top: 50px;
    margin-right: var(--gap);
    scroll-snap-align: start;
}
.timeline-step:last-child {
    margin-right: 0;
}
/* Remove default numbers and left indent from the ordered list */
#timelineSteps {
    list-style: none;
    margin: 0;
    padding: 0;
}
.timeline-step:focus {
    outline: 3px solid #3f77c5;
    outline-offset: -3px;
    border-radius: .25rem;
}
.timeline-card p:focus, .timeline-card .strong:focus {
    outline: 3px solid #3f77c5;
    outline-offset: 0px;
    border-radius: .25rem;
}
/* dots + connector */
.rail-dot, .card-dot {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background: var(--rail-color);
    border-radius: 50%;
    z-index: 2;
    box-sizing: content-box;
}
.rail-dot {
    top: 10px;
    width: 20px;
    height: 20px;
}
.card-dot {
    top: calc(var(--pad-top) - 23px);
    width: 6px;
    height: 6px;
}
.connector {
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(var(--pad-top) - 36px);
    background: var(--rail-color);
    z-index: 1;
}
.left-end-cap {
    position: absolute;
    top: 13px;
    left: 1%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(var(--pad-top) - 56px);
    background: var(--rail-color);
    z-index: 1;
}
.right-end-cap {
    position: absolute;
    top: 13px;
    left: 99%;
    transform: translateX(-50%);
    width: 2px;
    height: calc(var(--pad-top) - 56px);
    background: var(--rail-color);
    z-index: 1;
}
.timeline-card {
    background: #fcfdff;
    border: 1px solid var(--card-border);
    padding: 1rem 1.3rem;
    text-align: center;
    min-height: 430px;
}
.timeline-card-heading {
    font-weight: 800;
    color: #142e50;
    margin-bottom: .25rem;
}
.card-toplevel {
    height: 135px;
}
.card-middlelevel {
    height: 118px;
}
.light-border {
    border-bottom: 6px solid var(--rule);
    margin-bottom: .5rem;
}
.timeline-card p {
    margin-bottom: .35rem;
}
.timeline-card p.strong {
    font-weight: 700;
}
/* Desktop custom scrollbar */
.timeline-scrollbar {
    padding: .25rem .5rem;
    margin-top: 2rem;
}
.sb-track {
--arrow:40px;
--gutter:0px;
--thumb-w:160px;
--thumb-gap:6px;
--inset: calc(var(--gutter) + var(--arrow) + var(--thumb-gap));
    position: relative;
    height: 26px;
    width: 100%;
    background: #cacaca;
    border-radius: 50rem;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.08), 0 0 0 1px rgba(163,173,196,.5);
    contain: layout paint;
}
.sb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--arrow);
    height: var(--arrow);
    background: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 900;
    z-index: 3;
    text-shadow: 0 1px 2px rgba(0,0,0,.15);
}
.sb-arrow:hover {
    background: #002347;
    color: #fff;
}
.sb-arrow:active {
    background: #002347;
    color: #fff;
}
button.sb-arrow:focus {
    outline: none;
    background: #002347;
    color: #fff;
}
.sb-thumb:focus {
    outline: 1px solid #002347;
}
.sb-left {
    left: var(--gutter);
}
.sb-right {
    right: var(--gutter);
}
.sb-thumb {
    position: absolute;
    left: var(--inset);
    top: 50%;
    transform: translateY(-50%) translateX(var(--sb-x, 0)) translateZ(0);
    width: var(--thumb-w);
    height: 24px;
    background: #fff;
    border-radius: 50rem;
    cursor: grab;
    box-shadow: 0 1px 2px rgba(0,0,0,.08), 0 0 0 1px rgba(163,173,196,.6), inset 0 1px 0 rgba(255,255,255,.9);
    will-change: transform;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
}
.sb-thumb:active {
    cursor: grabbing;
}

/* Mobile ≤ 767.98px */
@media (max-width: 767.98px) {
:root {
--rail-x: 18px;
--dot-d: 16px;
--card-dot-d: 6px;
--conn-h: 2px;
--card-border-w: 2px;
--pad-left: 40px;
--alert-w: 112px;
--col1-min: 88px;
--col2-min: 88px;
--col3-min: 88px;
--cell-min-h: 104px;
--sep-w: 6px;
--sep1: 0.365;
--sep2: 0.6825;
--card-pad-v: 1rem;
--card-pad-h: .75rem;
 --focus-ring: 3px;   
    --focus-pad: 0px;    
}
.timeline-step { position: relative; }
.timeline-step:focus { outline: none; }

  /* Draw a focus ring for each step on mobile */
  .timeline-step:focus::after,
  .timeline-step:focus-within::after {
    content: "";
    position: absolute;
    pointer-events: none;

    /* extend around the whole step content */
    top: calc(-1 * var(--focus-pad));
    bottom: calc(-1 * var(--focus-pad));
    left: calc(var(--rail-x) - var(--focus-pad));
    right: calc(-1 * var(--focus-pad));
    border: var(--focus-ring) solid #3f77c5;
    border-radius: .25rem;
  }
    
    
/* No horiz scroll on mobile */
.timeline-scroller {
    overflow-x: hidden;
    overflow-y: visible;
    padding-bottom: 0;
    scrollbar-width: none;
}
.timeline-scroller::-webkit-scrollbar {
height:0;
}
.timeline-scrollbar {
    display: none;
}
.timeline-wrap {
    padding-left: 0;
}
/* Vertical rail & stacked steps */
.timeline-steps {
    display: block;
    width: 100%;
}
.timeline-steps::before {
    content: "";
    position: absolute;
    left: var(--rail-x);
    top: 0;
    bottom: 0;
    border-left: 2px solid var(--rail-color);
    border-top: none;
}
.timeline-step {
    flex: none;
    width: auto;
    padding-left: var(--pad-left);
    padding-top: 0;
    margin: 0 0 var(--gap) 0;
    position: relative;
}

.rail-dot {
    position: absolute;
    left: var(--rail-x);
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--dot-d);
    height: var(--dot-d);
}
.connector {
    position: absolute;
    top: calc(50% - var(--conn-h) / 2);
    left: calc(var(--rail-x) + var(--dot-d) / 3);
    height: var(--conn-h);
    width: calc( var(--pad-left) - (var(--rail-x) + var(--dot-d) / 2) - max(var(--card-border-w), 0px) / 2 );
    background: var(--rail-color);
    transform: none;
}
.card-dot {
    position: absolute;
    top: calc(50% - var(--card-dot-d) / 2);
    /* center on the card edge that begins at pad-left */
    left: calc(var(--pad-left) - var(--card-dot-d) / 5);
    width: var(--card-dot-d);
    height: var(--card-dot-d);
}
.left-end-cap {
    position: absolute;
    top: 0%;
    width: 11px;
    height: 2px;
    background: var(--rail-color);
    left: calc(var(--rail-x) + 1px);
    transform: translateX(-50%);
}
.right-end-cap {
    position: absolute;
    top: 99%;
    width: 11px;
    height: 2px;
    background: var(--rail-color);
    left: calc(var(--rail-x) + 1px);
    transform: translateX(-50%);
}
.timeline-card {
    display: grid;
    grid-template-columns: minmax(var(--col1-min), 1.15fr) minmax(var(--col2-min), 1fr) minmax(var(--col3-min), 1fr);
    align-items: stretch;
    text-align: center;
    min-height: auto;
    padding: var(--card-pad-v) var(--card-pad-h);
    box-sizing: border-box;
    position: relative;
    font-size: 1rem;
    line-height: 1.35;
}
.timeline-card-heading {
    font-size: 1rem;
    line-height: 1.2;
}
.timeline-card p {
    margin-bottom: .4rem;
}
.timeline-card .card-toplevel, .timeline-card .card-middlelevel, .timeline-card .card-bottomlevel {
    min-width: 0;
    min-height: var(--cell-min-h);
    padding: var(--card-pad-v) calc(var(--card-pad-h) + 0px);
    box-sizing: border-box;
    overflow-wrap: normal;
    word-break: keep-all;
    white-space: normal;
    hyphens: manual;
    -webkit-hyphens: manual;
}
.card-toplevel {
    margin-left: -15px;
}
.timeline-card .light-border {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: var(--card-pad-v);
}
.card-toplevel {
    align-content: center;
}
.card-middlelevel {
    height: auto;
    align-content: center;
}
.card-bottomlevel {
    align-content: center;
}
.timeline-card::before, .timeline-card::after {
    content: "";
    position: absolute;
    top: var(--card-pad-v);
    bottom: var(--card-pad-v);
    width: var(--sep-w);
    background: #e2ecf8;
    pointer-events: none;
}
.timeline-card::before {
left: calc(var(--card-pad-h) + (100% - 2*var(--card-pad-h)) * var(--sep1));
    transform: translateX(-50%);
}
.timeline-card::after {
left: calc(var(--card-pad-h) + (100% - 2*var(--card-pad-h)) * var(--sep2));
    transform: translateX(-50%);
}
.timeline-card p.strong {
    grid-column: 3;
    font-weight: 700;
    align-self: center;
    margin: 0;
    overflow-wrap: normal;
    word-break: keep-all;
}
.timeline-card .card-bottomlevel:empty {
    min-height: var(--cell-min-h);
}
/* Right-side alert bar */
.timeline-wrap {
    padding-right: calc(var(--alert-w) + 10px);
}
.timeline-alert {
    position: absolute;
    right: 0;
    left: auto;
    width: var(--alert-w);
    margin: 0;
    padding: .75rem .75rem 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    z-index: 0;
    pointer-events: none;
}
.timeline-alert .tl-alert-label {
    writing-mode: horizontal-tb !important;
    transform: none !important;
    white-space: normal;
    text-align: center;
    overflow-wrap: normal;
    word-break: keep-all;
    hyphens: manual;
    position: absolute;
    top: 50%;
}
   
.timeline-card-heading {
    font-weight: 700;
}
.col-md-6.no-pl-md {
    padding-left: 0 !important;
}
}

/* ===========================================================
   Phones (≤ 575.98px): vertical timeline + 3-column cards
   =========================================================== */
@media (max-width: 575.98px) {
:root {
--pad-left: 8px;
--col1-min: 87px;
--col2-min: 87px;
--col3-min: 87px;
--cell-min-h: 108px;
--rail-x: 9px;
--dot-d: 16px;
--conn-h: 2px;
--card-dot-d: 5px;
--rail-color: #4476C1;
--panel-bg: #eef2fa;
--card-border: #4476C1;
--rule: #D9E8F6;
--step-w: 190px;
--gap: 25.5px;
--pad-top: 70px;
--alert-w: 40px;
}
/* Removes desktop scrollbar */
.timeline-scroller {
    overflow-x: hidden !important;
    overflow-y: visible !important;
    padding-bottom: 0 !important;
}
.timeline-scrollbar {
    display: none !important;
}
.timeline-steps {
    display: block !important;
    width: 100% !important;
}
.timeline-steps::before {
    content: "";
    position: absolute;
    left: var(--pad-left);
    top: 0;
    bottom: 0;
    border-left: 2px solid var(--rail-color);
    border-top: 0;
    border-radius: 0;
}
.timeline-step {
    flex: none;
    width: auto;
    padding-left: 20px !important;
    margin-left: 0 !important;
    padding-top: 0;
    margin: 0 0 var(--gap) 0;
    position: relative;
}
.rail-dot {
    position: absolute;
    left: var(--rail-x);
    top: 50%;
    transform: translate(-50%, -50%);
    width: var(--dot-d);
    height: var(--dot-d);
}
.connector {
    top: 50;
    left: 10px;
    transform: none;
    height: 2px;
    width: 11px;
    background: var(--rail-color);
}
.card-dot {
    position: absolute;
    top: calc(50% - var(--card-dot-d) / 2);
    /* center on the card edge that begins at pad-left */
    left: calc(var(--pad-left) - var(--card-dot-d) /);
    width: var(--card-dot-d);
    height: var(--card-dot-d);
}
.left-end-cap {
    position: absolute;
    top: -.5%;
    width: 11px;
    height: 2px;
    background: var(--rail-color);
    left: calc(var(--rail-x) + 0px);
    transform: translateX(-50%);
}
.right-end-cap {
    position: absolute;
    top: 99%;
    width: 11px;
    height: 2px;
    background: var(--rail-color);
    left: calc(var(--rail-x) + 0px);
    transform: translateX(-50%);
}
.timeline-card {
    display: grid !important;
    grid-template-columns: minmax(var(--col1-min), 1.15fr) minmax(var(--col2-min), 1fr) minmax(var(--col3-min), 1fr);
    align-items: stretch;
    text-align: center !important;
    padding: 10px 5px 10px 5px;
    min-height: auto;
    position: relative;
    box-sizing: border-box;
    font-size: 1rem;
    ;
    line-height: 1.35;
    width: 100% !important;
}
/* Remove horizontal rules; use vertical borders instead */
.timeline-card .light-border {
    border-bottom: 0 !important;
    margin-bottom: 0 !important;
    padding-bottom: .5rem;
}
/* Columns */
.timeline-card .card-toplevel, .timeline-card .card-middlelevel, .timeline-card .card-bottomlevel {
    min-width: 0;
    min-height: var(--cell-min-h);
    box-sizing: border-box;
    /* whole-word wrapping */
    word-break: keep-all;
    overflow-wrap: normal;
    white-space: normal;
    hyphens: none;
    -webkit-hyphens: none;
}
.timeline-card .card-toplevel {
    border-right: 6px solid #e2ecf8;
    padding: 0;
}
.timeline-card .card-middlelevel {
    border-right: 6px solid #e2ecf8;
    padding: 0;
}
.timeline-card .card-bottomlevel {
    border-right: 0;
    padding: 0;
}
.card-toplevel {
    margin-left: -5px;
}
.card-middlelevel {
/*margin-left: -5px;*/
}
.card-bottomlevel {
    margin-left: 2px;
}
.timeline-card::before, .timeline-card::after, .timeline-card .card-toplevel::after, .timeline-card .card-middlelevel::after {
    display: none !important;
    content: none !important;
}
.timeline-card-heading {
    font-size: 1rem;
    ;
    padding-right: 25px;
    padding-left: 25px;
}
.timeline-card p {
    padding-right: 10px;
    padding-left: 10px;
}
.timeline-card p.strong {
    grid-column: 3;
    font-weight: 600;
    align-self: center;
    word-break: keep-all;
    overflow-wrap: normal;
}
/* Alert restored to the right */
.timeline-wrap {
    padding: 0 3rem 0 .2rem;
}
.timeline-alert {
    position: absolute !important;
    right: 0;
    left: auto;
    width: var(--alert-w);
    height: 100%;
    margin: 0;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    pointer-events: none;
    font-size: 1rem;
    ;
}
.timeline-alert .tl-alert-label {
    writing-mode: vertical-lr !important;
}
.col-md-6.no-pl-sm {
    padding-left: 0 !important;
}
}

@media (max-width: 445px) {
.timeline-card {
    display: grid !important;
    grid-template-columns: minmax(var(--col1-min), 1.15fr) minmax(var(--col2-min), 1fr) minmax(var(--col3-min), 1fr);
    align-items: stretch;
    text-align: center !important;
    padding: 10px 5px 10px 5px;
    min-height: auto;
    position: relative;
    box-sizing: border-box;
    font-size: .85rem;
    line-height: 1.35;
    width: 100% !important;
}
.timeline-card-heading {
    font-size: .85rem;
    padding-right: 25px;
    padding-left: 25px;
}
.timeline-card p {
    padding-right: 10px;
    padding-left: 10px;
}
.timeline-card p.strong {
    grid-column: 3;
    font-weight: 600;
    align-self: center;
    word-break: keep-all;
    overflow-wrap: normal;
}
.timeline-wrap {
    padding: 0 3rem 0 .2rem;
}
.timeline-alert {
    position: absolute !important;
    right: 0;
    left: auto;
    width: var(--alert-w);
    height: 100%;
    margin: 0;
    padding: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 0;
    pointer-events: none;
    font-size: .85rem;
}
}

@media (max-width: 390px) {
.timeline-card {
    font-size: .70rem;
    line-height: 1.35;
    width: 100% !important;
}
.timeline-card-heading {
    font-size: .70rem;
    padding-right: 15px;
    padding-left: 15px;
}
.timeline-card p {
    padding-right: 10px;
    padding-left: 10px;
}
.timeline-wrap {
    padding: 0 3rem 0 .2rem;
}
.timeline-alert {
    font-size: .80rem;
}
}

@media (max-width: 991.98px) {
.col-md-6.no-pl-lg {
    padding-left: 0 !important;
}
}
    