.elementor-46492 .elementor-element.elementor-element-4a8a2c7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-46492 .elementor-element.elementor-element-29bd3d0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3530f69 *//* ---------- 1. TOKENS — edit these first ---------------------- */
.nw-legal{
  /* Colour: cool "first light" base, deep teal structure,
     one warm golden-hour accent reserved for the milk notice. */
  --nw-wash:      #F5F8FC;
  --nw-tint:      #E8F0F8;
  --nw-white:     #FFFFFF;
  --nw-ink:       #0D2436;
  --nw-body:      #435668;
  --nw-muted:     #7E90A2;
  --nw-line:      #DCE6F0;
  --nw-brand:     #12657F;
  --nw-brand-dk:  #0E5266;
  --nw-brand-tint:#E2F0F4;
  --nw-gold:      #B8791C;
  --nw-gold-tint: #FDF4E3;

  /* Type: inherits your Elementor global fonts by default.
     To hard-set them, replace `inherit` below, e.g.
     --nw-font-display: "Fraunces", Georgia, serif;
     --nw-font-text:    "Inter", system-ui, sans-serif;      */
  --nw-font-display: inherit;
  --nw-font-text:    inherit;

  /* Offset for your sticky site header — raise if links land too high.
     --nw-header-h is used on mobile only, to park the Contents bar
     just below a sticky mobile header. Set to 0px if yours isn't sticky. */
  --nw-offset:   110px;
  --nw-header-h: 0px;

  --nw-radius: 14px;
  --nw-side-w: 286px;
  --nw-measure: 68ch;
}

/* ---------- 2. SHELL RESET ------------------------------------ */
.nw-legal,
.nw-legal *,
.nw-legal *::before,
.nw-legal *::after{ box-sizing:border-box; }

.nw-legal{
  font-family: var(--nw-font-text);
  color: var(--nw-body);
  background: var(--nw-wash);
  line-height: 1.72;
  font-size: 16.5px;
  -webkit-font-smoothing: antialiased;
  padding-bottom: 90px;
}
.nw-legal p,
.nw-legal ul,
.nw-legal ol,
.nw-legal h1,
.nw-legal h2,
.nw-legal h3,
.nw-legal h4{ margin:0; padding:0; }
.nw-legal ul{ list-style:none; }
.nw-legal a{ color: var(--nw-brand); text-decoration:none; }
.nw-legal a:hover{ color: var(--nw-brand-dk); text-decoration:underline; }
.nw-legal button{ font:inherit; color:inherit; background:none; border:0; cursor:pointer; }
.nw-legal :focus-visible{
  outline: 2px solid var(--nw-brand);
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---------- 3. MASTHEAD --------------------------------------- */
.nw-masthead{
  background: linear-gradient(180deg, var(--nw-tint) 0%, var(--nw-wash) 100%);
  border-bottom: 1px solid var(--nw-line);
  padding: 58px 28px 42px;
}
.nw-masthead-in{ max-width: 1220px; margin:0 auto; }

.nw-eyebrow{
  display:inline-flex; align-items:center; gap:9px;
  font-size: 11.5px; font-weight:700;
  letter-spacing:.16em; text-transform:uppercase;
  color: var(--nw-brand);
}
.nw-eyebrow::before{
  content:""; width:22px; height:1.5px; background: var(--nw-brand); display:block;
}

.nw-title{
  font-family: var(--nw-font-display);
  font-size: clamp(2.05rem, 4.6vw, 3.15rem);
  line-height: 1.08;
  letter-spacing: -0.022em;
  font-weight: 700;
  color: var(--nw-ink);
  margin-top: 16px !important;
}
.nw-standfirst{
  margin-top: 16px !important;
  max-width: 60ch;
  font-size: 1.02rem;
  color: var(--nw-body);
}

.nw-meta{
  display:flex; flex-wrap:wrap; gap: 10px 34px;
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid var(--nw-line);
}
.nw-meta div{ display:flex; flex-direction:column; gap:2px; }
.nw-meta dt{
  font-size: 10.5px; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color: var(--nw-muted);
}
.nw-meta dd{
  margin:0; font-size:14.5px; font-weight:600; color: var(--nw-ink);
  font-variant-numeric: tabular-nums;
}

/* ---------- 4. LAYOUT ----------------------------------------- */
.nw-shell{
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 28px;
  display: grid;
  grid-template-columns: var(--nw-side-w) minmax(0,1fr);
  gap: 56px;
  align-items: start;
}

/* ---------- 5. SIDEBAR / TOC ---------------------------------- */
.nw-side{
  position: sticky;
  top: var(--nw-offset);
  align-self: start;
  max-height: calc(100vh - var(--nw-offset) - 30px);
  display:flex; flex-direction:column;
  padding: 26px 0 8px;
}

.nw-toc-label{
  font-size: 10.5px; font-weight:700; letter-spacing:.16em;
  text-transform:uppercase; color: var(--nw-muted);
  margin-bottom: 14px !important;
}

/* sibling policies */
.nw-sibling{
  display:flex; flex-direction:column; gap:2px;
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--nw-line);
}
.nw-sibling span{
  font-size: 10.5px; font-weight:700; letter-spacing:.16em;
  text-transform:uppercase; color: var(--nw-muted);
  margin-bottom: 6px;
}
.nw-sibling a{
  padding: 7px 10px; border-radius: 8px;
  font-size: 14px; font-weight:600; color: var(--nw-body);
  transition: background .16s ease, color .16s ease;
}
.nw-sibling a:hover{
  background: var(--nw-white); color: var(--nw-ink); text-decoration:none;
}

/* the rail — signature element */
.nw-toc-scroll{
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 6px;
  margin-right: -6px;
  flex: 1 1 auto;
  min-height: 0;
}
.nw-toc-scroll::-webkit-scrollbar{ width:5px; }
.nw-toc-scroll::-webkit-scrollbar-thumb{ background: var(--nw-line); border-radius: 99px; }

.nw-toc-list{ position:relative; padding-left: 18px; }
.nw-toc-list::before{
  content:""; position:absolute; left:3px; top:0; bottom:0;
  width:2px; background: var(--nw-line); border-radius:2px;
}
.nw-toc-list .nw-fill{
  position:absolute; left:3px; top:0; width:2px;
  background: var(--nw-brand); border-radius:2px;
  height:0; transition: height .22s ease;
}

.nw-toc-list a{
  position:relative; display:block;
  padding: 7px 10px 7px 8px;
  font-size: 14px; line-height:1.45;
  color: var(--nw-body);
  border-radius: 8px;
  transition: color .16s ease, background .16s ease;
}
.nw-toc-list a::before{
  content:""; position:absolute; left:-19px; top: 12px;
  width:10px; height:10px; border-radius:50%;
  background: var(--nw-wash);
  border: 2px solid var(--nw-line);
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.nw-toc-list a:hover{ background: var(--nw-white); color: var(--nw-ink); text-decoration:none; }
.nw-toc-list a .nw-n{
  color: var(--nw-muted); font-weight:700; font-size:12.5px;
  font-variant-numeric: tabular-nums; margin-right:7px;
}
.nw-toc-list a[aria-current="true"]{
  color: var(--nw-ink); font-weight:650; background: var(--nw-white);
  box-shadow: 0 1px 2px rgba(13,36,54,.05);
}
.nw-toc-list a[aria-current="true"]::before{
  background: var(--nw-brand); border-color: var(--nw-brand);
  transform: scale(1.15);
}
.nw-toc-list a[aria-current="true"] .nw-n{ color: var(--nw-brand); }

.nw-readout{
  margin-top: 16px; padding-top: 14px;
  border-top: 1px solid var(--nw-line);
  display:flex; align-items:center; justify-content:space-between;
  font-size: 11.5px; font-weight:700; letter-spacing:.1em;
  text-transform:uppercase; color: var(--nw-muted);
  font-variant-numeric: tabular-nums;
}

/* mobile toggle — hidden on desktop */
.nw-toc-toggle{ display:none; }

/* ---------- 6. ARTICLE ---------------------------------------- */
.nw-main{ padding: 40px 0 0; min-width:0; }

.nw-sec{
  scroll-margin-top: var(--nw-offset);
  padding: 34px 0 6px;
  border-top: 1px solid var(--nw-line);
}
.nw-sec:first-child{ border-top:0; padding-top:6px; }

.nw-h2{
  display:flex; gap: 16px; align-items:baseline;
  font-family: var(--nw-font-display);
  font-size: clamp(1.32rem, 2.3vw, 1.72rem);
  line-height:1.22; letter-spacing:-0.014em; font-weight:700;
  color: var(--nw-ink);
  margin-bottom: 18px !important;
}
.nw-h2 .nw-num{
  flex: 0 0 auto;
  font-size: .72em; font-weight:700;
  color: var(--nw-brand);
  font-variant-numeric: tabular-nums;
  padding-top: .12em;
}
.nw-h3{
  font-family: var(--nw-font-display);
  font-size: 1.02rem; font-weight:700; color: var(--nw-ink);
  letter-spacing:-0.004em;
  margin: 26px 0 10px !important;
}

.nw-sec p{ max-width: var(--nw-measure); margin-bottom: 15px !important; }
.nw-sec p:last-child{ margin-bottom:0 !important; }
.nw-sec strong{ color: var(--nw-ink); font-weight:650; }

.nw-clause{
  color: var(--nw-brand) !important; font-weight:700;
  font-variant-numeric: tabular-nums; margin-right: 3px;
}

/* lists */
.nw-list{ max-width: var(--nw-measure); margin: 4px 0 18px !important; }
.nw-list li{
  position:relative; padding-left: 24px; margin-bottom: 9px;
}
.nw-list li::before{
  content:""; position:absolute; left:2px; top:.72em;
  width:6px; height:6px; border-radius:50%;
  background: var(--nw-brand); opacity:.42;
}
.nw-list li:last-child{ margin-bottom:0; }

/* chip row for short enumerations */
.nw-chips{
  display:flex; flex-wrap:wrap; gap:8px;
  margin: 4px 0 20px !important; max-width: var(--nw-measure);
}
.nw-chips li{
  padding: 6px 13px; border-radius: 99px;
  background: var(--nw-white); border:1px solid var(--nw-line);
  font-size: 13.5px; font-weight:600; color: var(--nw-ink);
}

/* card grid for definitions */
.nw-cards{
  display:grid; grid-template-columns: repeat(auto-fit, minmax(230px,1fr));
  gap: 12px; margin: 6px 0 20px !important; max-width: var(--nw-measure);
}
.nw-cards li{
  background: var(--nw-white); border:1px solid var(--nw-line);
  border-radius: 12px; padding: 16px 17px; font-size: 14.5px; line-height:1.6;
}
.nw-cards li b{
  display:block; color: var(--nw-ink); font-weight:700;
  font-size: 14.5px; margin-bottom: 4px;
}

/* callouts */
.nw-note{
  max-width: var(--nw-measure);
  background: var(--nw-white);
  border: 1px solid var(--nw-line);
  border-left: 3px solid var(--nw-brand);
  border-radius: 0 12px 12px 0;
  padding: 16px 20px;
  margin: 18px 0 !important;
  font-size: 15px;
}
.nw-note p{ margin-bottom: 10px !important; }

/* signature: the IMS Act milk notice */
.nw-milk{
  position:relative; overflow:hidden;
  max-width: var(--nw-measure);
  background: var(--nw-gold-tint);
  border: 1px solid #F0DDB4;
  border-radius: var(--nw-radius);
  padding: 26px 28px;
  margin: 26px 0 !important;
}
.nw-milk::before{
  content:""; position:absolute; inset: 0 auto 0 0; width: 4px;
  background: linear-gradient(180deg, #E8B45A, var(--nw-gold));
}
.nw-milk .nw-milk-kicker{
  font-size: 10.5px; font-weight:700; letter-spacing:.16em;
  text-transform:uppercase; color: var(--nw-gold);
  margin-bottom: 8px !important;
}
.nw-milk .nw-milk-head{
  font-family: var(--nw-font-display);
  font-size: clamp(1.18rem, 2.4vw, 1.5rem);
  line-height:1.24; font-weight:700; color: #5C3B08;
  letter-spacing:-0.012em;
  margin-bottom: 10px !important;
}
.nw-milk p{ color: #6B4A16; margin-bottom: 10px !important; }
.nw-milk p:last-child{ margin-bottom:0 !important; }

/* contact panel */
.nw-contact{
  max-width: var(--nw-measure);
  background: var(--nw-ink);
  border-radius: var(--nw-radius);
  padding: 28px 30px;
  margin: 20px 0 !important;
  color: #C9D8E4;
}
.nw-contact .nw-contact-name{
  font-family: var(--nw-font-display);
  font-size: 1.24rem; font-weight:700; color:#fff;
  margin-bottom: 2px !important;
}
.nw-contact .nw-contact-role{
  font-size: 12px; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color: #7FA9BE;
  margin-bottom: 20px !important;
}
.nw-contact dl{
  display:grid; grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  gap: 16px 26px; margin:0;
  border-top: 1px solid rgba(255,255,255,.14); padding-top: 18px;
}
.nw-contact dt{
  font-size: 10.5px; font-weight:700; letter-spacing:.14em;
  text-transform:uppercase; color: #7FA9BE; margin-bottom: 3px;
}
.nw-contact dd{ margin:0; font-size: 15px; color:#fff; font-weight:600; line-height:1.5; }
.nw-contact a{ color:#fff; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.35); }
.nw-contact a:hover{ color:#fff; border-bottom-color:#fff; text-decoration:none; }
.nw-contact .nw-sla{
  margin-top: 18px !important; padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.14);
  font-size: 14px; color:#A9C2D2; max-width:none;
}

/* doc foot */
.nw-docfoot{
  margin-top: 44px; padding-top: 22px;
  border-top: 1px solid var(--nw-line);
  display:flex; flex-wrap:wrap; gap:14px; align-items:center; justify-content:space-between;
  font-size: 13.5px; color: var(--nw-muted);
}
.nw-top{
  display:inline-flex; align-items:center; gap:7px;
  padding: 9px 16px; border-radius:99px;
  background: var(--nw-white); border:1px solid var(--nw-line);
  font-size: 13.5px; font-weight:650; color: var(--nw-ink);
  transition: border-color .18s ease, transform .18s ease;
}
.nw-top:hover{ border-color: var(--nw-brand); transform: translateY(-1px); }

/* ---------- 7. RESPONSIVE ------------------------------------- */
@media (max-width: 1020px){
  .nw-legal{
    font-size: 16px;
    --nw-offset: calc(var(--nw-header-h) + 76px);
  }
  .nw-masthead{ padding: 42px 20px 32px; }
  .nw-shell{
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 20px;
  }

  .nw-side{
    position: sticky;
    top: var(--nw-header-h);
    max-height: none;
    padding: 0;
    z-index: 20;
    margin: 0 -20px;
  }
  .nw-toc-toggle{
    display:flex; align-items:center; justify-content:space-between; gap:12px;
    width:100%;
    padding: 15px 20px;
    background: var(--nw-white);
    border-bottom: 1px solid var(--nw-line);
    font-size: 14.5px; font-weight:700; color: var(--nw-ink);
  }
  .nw-toc-toggle .nw-caret{
    width:9px; height:9px; border-right:2px solid var(--nw-brand); border-bottom:2px solid var(--nw-brand);
    transform: rotate(45deg); transition: transform .2s ease; margin-bottom:3px;
  }
  .nw-toc-toggle[aria-expanded="true"] .nw-caret{ transform: rotate(-135deg); margin-bottom:-3px; }

  .nw-toc-panel{
    display:none;
    background: var(--nw-white);
    border-bottom: 1px solid var(--nw-line);
    padding: 18px 20px 20px;
    max-height: 70vh; overflow-y:auto;
    box-shadow: 0 14px 26px -18px rgba(13,36,54,.4);
  }
  .nw-side.is-open .nw-toc-panel{ display:block; }
  .nw-toc-label{ display:none; }
  .nw-toc-scroll{ overflow: visible; }
  .nw-readout{ display:none; }

  .nw-main{ padding-top: 26px; }
  .nw-cards{ grid-template-columns: 1fr; }
  .nw-contact{ padding: 24px 22px; }
}

@media (max-width: 560px){
  .nw-legal{ font-size: 15.5px; }
  .nw-masthead{ padding: 34px 20px 26px; }
  .nw-meta{ gap: 14px 24px; }
  .nw-h2{ gap: 11px; }
  .nw-milk{ padding: 22px 20px; }
}

@media (prefers-reduced-motion: reduce){
  .nw-legal *{ transition: none !important; scroll-behavior:auto !important; }
}

/* ---------- 8. PRINT ------------------------------------------ */
@media print{
  .nw-side, .nw-docfoot, .nw-toc-toggle{ display:none !important; }
  .nw-legal{ background:#fff; font-size: 11pt; }
  .nw-shell{ display:block; padding:0; }
  .nw-sec{ break-inside: avoid; }
  .nw-contact{ background:#fff; color:#000; border:1px solid #999; }
  .nw-contact dd, .nw-contact .nw-contact-name{ color:#000; }
}/* End custom CSS */