:root {
  /* Custom colors */
  --abbott-corp-light-blue: #d6dbfc;
  --abbott-corp-medium-blue: #96a3f5;
  --abbott-corp-primary-blue: #2e4aed;
  --abbott-corp-signature-blue: #000075;
  --abbott-corp-cream: #fcf7f2;
  
  /* Use new Abbott Wallace Font */
  --body-font-stack: "Abbott Wallace Sans", Calibri, Arial, Helvetica, sans-serif;
  --heading-font-stack: "Abbott Wallace Serif", Calibri, Arial, Helvetica, sans-serif;
  --body-font-color: var(--abbott-corp-signature-blue);

  --primary-color: var(--abbott-corp-medium-blue);
  --abbott-primary-link: var(--body-font-color);
  --abbott-primary-hover: var(--abbott-corp-medium-blue);

  /* Default button colors */
  --button-color: #ffffff;
  --button-bg-color: var(--abbott-corp-signature-blue);
  --button-border-color: var(--abbott-corp-signature-blue);

  /* Main Layout Widths */
  /* --max-content-width: 100%;
  --main-column-width: 1920px; */

}

body {
  color: var(--body-font-color);
  /* max-width: var(--max-content-width);
  margin: 0 auto; */
}

img[src=""] {
  display: none;
}

header,
article,
div,
footer {
  background-color: var(--bg-color, #ffffff);
}

/*  */
:not(.cta-banner) .inner {
  padding-block: clamp(1.875rem, calc(0.92rem + 2.83vw), 3.75rem); /* min: 30px, max: 60px */
  padding-inline: 20px;
}


/* Blade Background Styles */
article.background-banner.theme__bg-corp-signature,
.theme__bg-corp-signature {
  --bg-color: var(--abbott-corp-signature-blue);
  color: #ffffff;

  a:not([class]) {
    color: #ffffff;
    text-decoration: underline;
  }

  a:not([class]):hover {
    border-color: var(--abbott-corp-light-blue);
    color: var(--abbott-corp-light-blue);
  }
}

article.background-banner.theme__bg-primary-blue,
.theme__bg-primary-blue {
  --bg-color: var(--abbott-corp-primary-blue);
  color: #ffffff;

  a:not([class]) {
    color: #ffffff;
    text-decoration: underline;
  }

  a:not([class]):hover {
    border-color: var(--abbott-corp-medium-blue);
    color: var(--abbott-corp-medium-blue);
  }
}

article.background-banner.theme__bg-medium-blue,
.theme__bg-medium-blue {
  --bg-color: var(--abbott-corp-medium-blue);
  color: var(--body-font-color);
}

article.background-banner.theme__bg-light-blue,
.theme__bg-light-blue {
  --bg-color: var(--abbott-corp-light-blue);
  color: var(--body-font-color);
}

article.background-banner.theme__bg-white,
.theme__bg-white {
  --bg-color: #ffffff;
  color: var(--body-font-color);
}

.theme__bg-cream {
  --bg-color: var(--abbott-corp-cream);
  color: var(--body-font-color);
}

article.background-banner, article.background-banner .gallery-cell {
  color: #ffffff;
}


/* Typography */
h1, h2, h3, h4, h5, h6 {
  text-wrap: wrap;
}

h1 {
  font-size: clamp(3rem, calc(1.541rem + 4.324vw), 5rem); /* min: 48px, max: 80px */
  font-weight: 300;
  width: auto;
}

h2 {
  font-size: clamp(1.75rem, calc(1.203rem + 1.622vw), 2.5rem); /* min: 28px, max: 40px */
}

h1, h2 {
  text-transform: none;
}

h3 {
  font-size: clamp(1.5rem, calc(1.318rem + 0.541vw), 1.75rem); /* min: 24px, max: 28px */
  text-transform: none;
}

h4 {
  font-family: var(--body-font-stack);
}

article h2 {
  font-weight: 400;
}

header h3 {
  font-family: var(--body-font-stack);
  text-align: left;
  text-transform: none;
}    

.text-inverse h2 {
  color: #ffffff;
}

.gallery-cell h2 {
  font-size: 32px;
}

.gallery-cell h3 {
  font-size: 24px;
}


h1 + h2 {
  --flow-space: 1rem;
}



p, 
li, 
dd {
  font-size: clamp(1.125rem, calc(0.943rem + 0.541vw), 1.375rem); /* min: 18px, max: 22px */
  max-width: 80ch;
}

.large {
  font-size: inherit;
}

p.compliance {
  margin-left: auto;
}

.eyebrow {
  font-size: 1.125rem;
  text-transform: uppercase;
}

ul.hours-list {
  container-type: inline-size;
  list-style-type: none;
  margin-inline-start: 0;
  padding-inline-start: 0;
}

ul.hours-list li {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;

  padding-block-start: .25em;
  font-weight: 300;

  @container (width > 410px) {
    grid-template-columns: 1fr max-content;
  }
}

/* Suppress numbers on references */
#references {
  h4 {
    font-weight: 600;
  }
  & li + li {
    margin-block-start: 1em;
  }
}

.large {
  font-size: clamp(1.5rem, calc(1.313rem + 0.625vw), 1.875rem); min: 24px, max: 30px
  
  @media (width > 1048px) and (width < 1600px) {
    /* font-size: clamp(1.5rem, calc(1.056rem + 0.694vw), 1.75rem); min: 24px, max: 28px */
  }

  @media (width > 1600px) {
    /* font-size: clamp(1.75rem, calc(-2rem + 3.75vw), 2.5rem); min: 28px, max: 40px */
  }
}

strong, b {
  font-weight: 600;
}

a:not([class]), .link-list a {
  text-decoration: none;
}

.no-break {
  white-space: nowrap;
}

/* Buttons */
.button:not(.flickity-button),
button {
  border-radius: 10px;
  border-top-left-radius: 0;
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  padding: 14px 48px;
}

.button:not(.flickity-button):hover,
button:hover {
  --button-color: var(--abbott-corp-signature-blue);
  --button-bg-color: #ffffff;
  --button-border-color: var(--button-color);
}

.button:not(.flickity-button).btn-theme__corp-signature,
button.btn-theme__corp-signature {
  --button-bg-color: var(--abbott-corp-signature-blue);
  --button-color: #ffffff;
  --button-border-color: var(--abbott-corp-signature-blue);

  &:hover {
    --button-bg-color: #ffffff;
    --button-color: var(--abbott-corp-signature-blue);
    --button-border-color: var(--buotton-color);
  }
}

header {
  position: relative;
  max-width: var(--max-content-width);

  .grid-columns > :first-child {
    display: flex;
    flex-flow: column;
    justify-content: center;
  }
}

/* Logo Header */
.logo-header {
  background-color: inherit;
  width: min(var(--main-column-width), 100%);
  margin: 0;
  padding: 0;

  & svg {
    width: clamp(11.25rem, calc(9.375rem + 6.25vw), 14.375rem); /* min: 180px, max: 230px */
    height: auto;
  }
}

.video-wrapper {
  /* aspect-ratio: 16 / 7; */
  z-index: 0;
  width: 100%;
}

.grid-columns {
  gap: var(--grid-gap, 40px);
}


header .grid-columns {
  margin-inline: auto;
  width: 100%;
  align-items: center;
}

.head-content {
  height: 100%;
}

/* Disable empty links and nav items */
a[href=""] {
  cursor: default;
}

/* Jump Link Nav */
nav {
  ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 1rem;
    margin: 0;
    padding: 0;

    li {
      display: content;
      margin: 0;
      padding: 0;
    }

    a:not([class]) {
      padding: 0;
    }
  }

  @media (width > 1048px) {
    ul {
      display: block;
      padding: initial;
      margin: initial;

      li {
        display: block;
        padding: initial;
        margin: initial;
      }
      & a:not([class]) {
        width: 290px;
        padding: 14px 32px;
      }
    }
    ul > * + * {
      margin-block-start: var(--flow-space, 1em);
    }
  }

  a:not([class]) {
    display: inline-block;
    border-radius: 10px;
    border-top-left-radius: 0;
    font-size: clamp(0.875rem, calc(0.178rem + 2.066vw), 1.5rem); /* min: 14px, max: 24px */
    font-weight: 600;
    text-decoration: none;
    text-transform: none;
    padding: 14px 32px;
  }

  a:not([class]):hover {
    /* background-color: var(--abbott-corp-signature-blue); */
    /* color: #ffffff; */
    color: var(--abbott-corp-primary-blue);
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
}



/* Figure overrides */
figure {
  width: var(--figure-max, 100%);

  & > img {
    width: 100%;
  }
}

/* Bleed image in Grid column */
figure.grid-bleed {
  height: 100%;

  & img {
    object-fit: cover;
    object-position: right bottom;
    height: 100%;
  }

  @media (width < 680px) {
    width: 100%;
    height: auto;
  }
}

/* tri-corner box */
.tricorner {
  border-top-left-radius: 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  padding: var(--tricorner-padding, 20px);
}

.grid-columns.nav-grid  {
  grid-template-columns: 1fr;

  @media (width > 1048px) {
    grid-template-columns: max-content 1fr;
  }

  /* p {
    font-size: 18px;
  } */

}

/* Grid column compoenent with tricorner and full-bleed image in right column */
.grid-columns:has( > .col-bleed) {
  padding: 0;
  /* grid-template-columns: 5fr 4fr; */

  & > :first-child {
    border-bottom-left-radius: 10px;
  }

  & > * {
    padding: clamp(1.25rem, calc(-1.539rem + 8.264vw), 3.75rem); /* min: 20px, max: 60px */
  }

  & > .col-bleed {
    padding: 0;
  }

  & > .col-bleed:last-child img {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  @media (width < 680px) {

    & > :first-child {
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0;
    }

    & > .col-bleed:last-child img {
      border-top-right-radius: 0px;
      border-bottom-left-radius: 10px;
    }
  }
}

.tricorner:has( > .col-bleed) {
  --grid-gap: 40px 0;

  @media (width < 680px) {
    --grid-gap: 0;
  }
}


/* Grid Columns Mods */
.grid-columns.reverse-stack {
  @media screen and (width < 720px) {
    & > :first-child {
      order: 1;
    }

    & > :nth-child(2) {
      order: 0;
    }
  }
}

.grid-columns.button-grid {
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;

  & .button {
    width: 100%;
    padding-inline: 8px;
    font-size: 18px;
  }
}

/* Img-flex mods */
.img-flex {
  margin-top: 0;

  & > div:has(> p) {
    flex: 1;
  }
}

/* CTA Banners */
.cta-banner {
  .img-flex > div {
    display: flex;
    align-items: center;
  }
}

/* Data Grid Banners */
.data-grid {
  --button-bg-color: #ffffff;
  --button-border-color: var(--button-bg-color);
  --button-color: var(--abbott-corp-signature-blue);

  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 20px;
  padding: 30px;

  @media (width > 640px) {
    grid-template-columns: 1fr 2fr;
  }

  @media (width > 840px) {
    grid-template-columns: 1fr 3fr max-content;
  }
  > * {
    flex-shrink: 1;
    width: auto;
  }

  .switcher {
    --threshold: 10em;
    font-size: 16px;
  }

  .stat {
    display: block;
    font-size: clamp(1.25rem, calc(0.52rem + 2.162vw), 2.25rem); /* min: 20px, max: 36px */
  }

  & .button:not(.flickity-button):hover {
    --button-bg-color: var(--abbott-corp-signature-blue);
    --button-border-color: var(--button-bg-color);
    --button-color: #ffffff;
  }

  &.theme__bg-corp-signature .button:not(.flickity-button):hover {
    --button-bg-color: var(--abbott-corp-primary-blue);

  }
}

/* Product Comparison Cards */
.switcher.product-cards {
  --s1: clamp(1.25rem, calc(-0.574rem + 5.405vw), 3.75rem); /* min: 20px, max: 60px */
  & figure {
    height: 200px;

      & img {
      object-fit: cover;
      height: inherit;
      max-width: 400px;
      margin: auto;
    }
  }
}

/* Link Cards */
.grid-columns-cards {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(0.625rem, calc(0.307rem + 0.943vw), 1.25rem); /* min: 10px, max: 20px */
}
.link-card {
  height: 100%;
  & a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ffffff;
    --bg-color: var(--abbott-corp-primary-blue);
    border-radius: 10px;
    border-top-left-radius: 0;
    color: #ffffff;
    text-decoration: none;
    padding-block: clamp(1.125rem, calc(0.743rem + 1.132vw), 1.875rem); /* min: 18px, max: 30px */
    padding-inline-end: clamp(1.125rem, calc(1.061rem + 0.189vw), 1.25rem); /* min: 18px, max: 20px */
    padding-inline-start: clamp(1.125rem, calc(0.233rem + 2.642vw), 2.875rem); /* min: 18px, max: 46px */
    width: 100%;
    height: 100%;
  }
  
  & a:hover {
    background-color: var(--abbott-corp-signature-blue);
    color: #ffffff;
  }

  h3 {
    font-family: var(--body-font-stack);
    /* font-size: clamp(1.5rem, calc(1.309rem + 0.566vw), 1.875rem); min: 24px, max: 30px */
  }

  p {
    /* font-size: clamp(1rem, calc(0.873rem + 0.377vw), 1.25rem); min: 16px, max: 20px */
  }

  & * + * {
    margin-block-start: .5em;
  }

  svg {
    margin-block-start: 2em;
    justify-self: flex-end;
  }

  @media (width < 1600px) {
    h3 {
      /* font-size: 22px; */
    }

    p {
      /* font-size: 16px; */
    }
    
  }
}

/* Session Grid */
.sessions .grid-columns:has(.speaker-grid) {

  grid-template-columns: 1fr;

  @media screen and (width > 780px) {
    grid-template-areas: "session speakers" "cta speakers";
    grid-template-columns: 1fr 1fr;
    row-gap: 1em;
    column-gap: 40px;

    & .speaker-grid {
      grid-area: speakers;
      grid-row: 1 / -1;
    }
  }

}

/* Speaker Grid */

.speaker-grid {
  /* --speakerCol: 180px; */
  --speakerCol: clamp(8.75rem, calc(5.961rem + 8.264vw), 11.25rem); /* min: 140px, max: 180px */

  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(var(--speakerCol, 150px), var(--speakerCol)));

  gap: 30px;
  margin: var(--flow-space, 0) auto auto;
  width: 100%;

  @media (width < 540px) {
    --speakerCol: 150px;
  }

  & > figure {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "headshot";
    position: relative;
    align-items: end;
    padding: 0;
    width: 100%;
    max-width: var(--speakerCol);
    margin-bottom: 0;
  }

  & > figure > * {
    grid-area: headshot;
  }

  & > figure > img {
    border-radius: 10px;
    border-top-left-radius: 0;
    aspect-ratio: 1 / 1;
    width: 100%;
    object-fit: cover;
  }

  & .caption-overlay {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: var(--abbott-corp-primary-blue);
    font-size: 13px;
    line-height: 1.2;
    text-align: center;
    padding-block: 6px;
    margin-top: auto;
    height: auto;

    @media (width < 540px) {
      font-size: 11px;
    }
  }

  .caption-overlay strong {
    font-weight: 500;
  }

}

/* Gallery Sliders */
.flickity-slider .grid-columns {
  grid-template-columns: 1fr 1fr;
  align-content: start;
  height: 100%;
}

/* Topic Callout */
.topic-callout {
  align-items: center;
  --bg-color: var(--ep-turquoise);
  color: var(--abbott-medium-blue);
  padding-block: clamp(20px, 2vw, 40px);
  padding-inline: clamp(40px, 6.5vw, 120px);
}

.topic-callout h3 {
  font-weight: 700;
}


.topic-callout.img-flex figure {
  flex-basis: 400px;
}

/* Schedule Styles */
/* html:not(#tpw-booster) .tpw-hx {
  background-color: #ffffff;
  font-family: var(--body-font-stack);
  padding-right: 5vw;
  height: 100%;

  @media (width < 900px) {
    padding-right: 0;
  }
}

.tpw-tabpanel .tpw-selected .tpw-tab {
  border-bottom: none;
}

.tpw-tabpanel .tpw-selected .tpw-tab,
.tpw-tabpanel .tpw-tab:focus,
.tpw-tabpanel .tpw-tab:active {
  font-weight: 700;
}

.tpw-tabpanel .tpw-shim:not([hidden]) .tpw-panel {
  border-top: none;
  padding-top: 0
}

html:not(#tpw-booster) .tpw-tab {
  margin-right: none !important;
}

.tpw-tab {
  border-bottom: none;
  color: var(--abbott-corp-light-blue);
}

.tpw-tab:hover,
.tpw-tabpanel .tpw-selected .tpw-tab:hover,
.tpw-tabpanel .tpw-selected .tpw-tab {
    cursor: pointer;
    background-color: transparent;
    border-color: 2px solid var(--abbott-corp-signature-blue);
    color: var(--body-font-color);
}

.tpw-accordion .tpw-header,
html:not(#tpw-booster) .tpw-accordion .tpw-hx {
  border-radius: 0;
  border-top: none;
}

.tpw-accordion .tpw-shim:not([hidden]) .tpw-panel,
.tpw-tabpanel .tpw-shim:not([hidden]) .tpw-panel {
  border-top: none;
  border-bottom: 1px solid var(--abbott-corp-signature-blue);
  padding-bottom: 2rem;
}


.tpw-accordion .tpw-header[aria-expanded="false"] {
  border-bottom: none;
  margin-bottom: 18px; 
}

.tpw-accordion [aria-expanded="true"] {
  color: #ffffff;
}

.tpw-accordion .tpw-header[aria-expanded="true"] {
  border-bottom: 1px solid var(--abbott-corp-signature-blue);

}
 */
/* Sessions */
.sessions {

  > .inner > article + article:not(.back) {
    border-block-start: 1px solid currentColor;
    padding-block-start: 40px;
  }

  & .eyebrow + h3 {
    --flow-space: 1rem;
  }

  p + ul {
    --flow-space: 0;
  }
}

/* Back to Programme Links */
.inner > article.back {
  border-block-start: none;
  text-align: right;
  padding-top: 20px;
  padding-bottom: 0;
  
  & a {
      text-decoration: none;
      font-size: 16px;
  }
  
  & a:hover {
  }
}


/* Video Switcher */

.video-switcher {

  & a {
    text-decoration: none;
  }
  & figure {
    .caption-overlay {
      --bg-color: var(--abbott-corp-signature-blue);
      text-align: left;
      padding: 12px 20px;
      display: block;
    }
    
    & img {
      aspect-ratio: 4 / 3;
      object-fit: contain;
      object-position: top;
    }

    img.play-btn {
      width: 80px;
      align-self: start;
      justify-self: center;
      top: 30%;
      position: relative;
      opacity: .5;
    }
  }

  & figure:hover {
    cursor: pointer;

    & .caption-overlay {
      --bg-color: var(--abbott-corp-primary-blue);
    }

    & img.play-btn {
      opacity: 1;
    }
  }
}

div#video-container {
  background-color: transparent;

  & div {
    background-color: transparent;
  }
}

[class*="bc-player"] {
  width: 100% !important;
  height: auto;
  aspect-ratio: 16/9;
}

a.closeBtn::before {
  content: "🅇";
  font-family: var(--body-font-stack);
}


/* Session Drawer */
.session-drawer {
  grid-column: 1 / -1;
  padding: clamp(0px, 0vw, 20px);
  height: 0;
  overflow: hidden;
  display: none;
}

.session-drawer.drawer-open {
  height: auto;
  overflow: visible;
  display: block;
}

.session-drawer * {
  background-color: var(--abbott-medium-blue);
  color: #ffffff;
}

.session-drawer .event {
  position: relative;
  width: var(--main-column-width);
  padding: 30px;
  margin-bottom: 0px;
  width: 100%;
}

.session-drawer .event .button:not(.flickity-button) {
  font-size: clamp(15px, 3vw, 24px);
}

/* Session Drawer Breakpoints */
.session-drawer.drawer-open:nth-of-type(-n + 10) {
  grid-row: 6 / 7;
}
.session-drawer.drawer-open:nth-of-type(-n+8) {
  grid-row: 5 / 6;
}
.session-drawer.drawer-open:nth-of-type(-n+6) {
  grid-row: 4 / 5;
}
.session-drawer.drawer-open:nth-of-type(-n+4) {
  grid-row: 3 / 4;
}
.session-drawer.drawer-open:nth-of-type(-n+2) {
  grid-row: 2 / 3;
}

@media screen and (min-width: 747px) {
  .session-drawer.drawer-open:nth-of-type(-n + 10) {
    grid-row: 6 / 7;
  }
  .session-drawer.drawer-open:nth-of-type(-n+9) {
    grid-row: 4 / 5;
  }
  .session-drawer.drawer-open:nth-of-type(-n+6) {
    grid-row: 3 / 4;
  }
  .session-drawer.drawer-open:nth-of-type(-n+3) {
    grid-row: 2 / 3;
  }

  .session-drawer .event {
    grid-template-columns: 320px 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "time details" "speakers details";
  }
}
@media screen and (min-width: 996px) {
  .session-drawer.drawer-open:nth-of-type(-n + 10) {
    grid-row: 4 / 5;
  }
  .session-drawer.drawer-open:nth-of-type(-n+8) {
    grid-row: 3 / 4;
  }
  .session-drawer.drawer-open:nth-of-type(-n+4) {
    grid-row: 2 / 3;
  }
}

@media screen and (min-width: 1250px) {
  .session-drawer.drawer-open:nth-of-type(-n + 10) {
    grid-row: 3 / 4;
  }
  .session-drawer.drawer-open:nth-of-type(-n+5) {
    grid-row: 2 / 3;
  }
}


/* Link Columns */
.switcher {
  --threshold: 60em;
  --s1: 20px;
}

.icon-grid {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: clamp(1rem, 5vw, 30px);
  line-height: 1.3;

  & > div {
    --flow-space: 0.5rem;
  }

  & figure {
    max-width: 100%;
  }

  & .flow {
    margin-top: 0.5rem;
  }

  & .icon-grid-title {
    min-height: 70px;
  }

}

.icon-grid a:not([class]) {
  color: var(--abbott-purple);
}

/* CTA Grid/Flex Maps */

.grid-map {
  --flow-space: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  row-gap: 1em;
  place-content: center;
  align-content: center;
  margin: auto;
  width: 100%;

  @media screen and (width > 800px) {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem 2rem;
  }
}

.flex-map {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 1em;  

  > * {
    flex: 0 0 296px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    height: 92px;
  }

}

/* Jump Link CTAs */
a.jump-link {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bg-color);
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  width: 100%;
  height: 100%;
  min-height: 92px;
  padding: 20px 10px;
  margin-top: auto;
  /* transition: all .3s ease-in-out; */

  &:hover {
    --bg-color: #ffffff;
    color: var(--abbott-corp-signature-blue);
  }

  &.theme__bg-primary-blue {
    --bg-color: var(--abbott-corp-primary-blue);
    border-color: var(--bg-color);
    color: #ffffff;
  }

  &.theme__bg-light-blue:hover {
    background-color: var(--abbott-corp-primary-blue);
    color: #ffffff;
  }
  
  &.theme__bg-primary-blue:hover {
    --bg-color: #ffffff;
    border-color: var(--bg-color);
    color: var(--abbott-corp-signature-blue);
  }
  
  & > * {
    grid-area: bu-link;
    align-content: end;
  }
}



#calendar .button:not(.flickity-button),
.topic-callout .button:not(.flickity-button) {
  text-transform: none;
}

.topic-callout .button {
  font-size: clamp(20px, 4vw, 28px);
  border-radius: 1.5em;
}

/* Accordion */
.tpw-accordion .tpw-header {
  flex-direction: row;
  justify-content: flex-start;
}
.tpw-accordion .tpw-hx {
  font-size: 20px;
}

.tpw-accordion .tpw-header::before {
  background: #ffffff !important;
  font-family: Abbott-icon;
  font-size: 1.125rem;
  line-height: 1;
  content: "";
  mask-image: none;
  -webkit-mask-image: none;
}
.tpw-accordion [aria-expanded="true"] {
  color: var(--body-font-color);
}
.tpw-accordion .tpw-header[aria-expanded="true"] {
  border-bottom: none;
}
.tpw-accordion [aria-expanded="true"]::before {
  transform: none;
  content: "";
}

.tpw-accordion .tpw-panel > div {
  padding-inline-start: 40px;
}

#training {
  .inner {
    padding-block: clamp(1.875rem, calc(0.92rem + 2.83vw), 3.75rem); /* min: 30px, max: 60px */
  }
  & p, li {
    font-size: 1rem;
    max-width: 120ch;
  }

  & ul, li {
    margin: 1em;
    padding: initial;
  }
  
  & .tpw-accordion h3 {
    font-size: clamp(1.25rem, calc(1.068rem + 0.541vw), 1.5rem); /* min: 20px, max: 24px */
  }
  
  .tpw-accordion > h3 {
    font-size: 1.125rem;
    font-family: var(--body-font-stack);
    padding-right: 0;

  }
  
  & .tpw-accordion .tpw-header:hover {
    cursor: pointer;
  }
  
  & .tpw-accordion  * {
    background-color: var(--abbott-corp-light-blue) !important;
  }
  
  & .tpw-accordion .tpw-header::before {
    background: var(--abbott-corp-light-blue) !important;
  }
  
  & .tpw-accordion .tpw-header {
    border-top: 1px solid var(--abbott-corp-signature-blue);
    border-bottom: 1px solid var(--abbott-corp-signature-blue);
  }
  
  .tpw-accordion .tpw-header[aria-expanded="true"] {
    border-bottom: none;
  }

  & .tpw-accordion .tpw-panel {
    padding: 0 0 2rem;
  }
  
}

/* Definition List */
dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 20px;

  dt {
    grid-column: 1 / 2;
    font-size: 20px;
    line-height: 30px;
    text-align: right;
  }
  
  dd {
    grid-column: 2 / 3;
  }
}  




/* Footer Styles */
footer.footer {
  --bg-color: var(--abbott-corp-signature-blue);
  padding: 0px;
  font-size: 1rem;
  width: 100%;
  max-width: var(--max-content-width);

  & p {
    font-size: 1rem;
    max-width: 100%;
  }

  & a {
    color: #ffffff;
  }
}

footer .inner {
  /* padding: 40px clamp(20px, 6vw, 40px); */
  width: min(1440px, 100%);
}

footer .footerlogo svg {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  padding-block: 10px;
  max-width: 100%;
  height: auto;
}

.footer__logo-section {
  gap: 30px 40px;
  font-size: 18px;
}

footer .a-logo-comp {
  width: 150px;
}

.footerLinks {
  text-transform: uppercase;
}

.footerLinks a {
  color: #ffffff;
  text-decoration: none;
}

h6.m-social-media--title {
  font-size: inherit;
  font-weight: 400;
}
#footerBoilerplate {
  font-family: Georgia, serif;
  font-size: 10px;
  margin-top: 3rem;
}

/* align items properly with mix of X icon image and Abbott-icon font glyphs */
ul.m-social-media--icons {
  align-items: flex-start;
}

#teconsent {
  a {
    img {
      display: none;
    }
  }
}

@media screen and (width < 640px) {
  .desktop-only {
    display: none;
  }
}

dialog {
  transition: opacity 600ms;
  opacity: 0;

  &[open] {
    opacity: 1;

    @starting-style {
      opacity: 0;
    }
  }

  > * {
    padding: 0;
  }

  button {
    background-color: #ffffff;
    border: 1px solid var(--abbott-corp-medium-blue);
    border-radius: 4px;
    color: var(--abbott-corp-medium-blue);
    cursor: pointer;
    font-size: 16px;
  
    margin-left: auto;
    padding: 6px;
    &:hover {
      background-color: var(--abbott-corp-medium-blue);
      color: #ffffff;
    }
  }
}



/* Marketo Form Overrides */
#news-signup .form_thanks {
    display: none;
}

.mktoForm {
  visibility: visible;
  max-width: 720px;
}

.mktoForm .mktoFieldWrap {
  gap: 4px;
}

input, textarea, select {
  text-transform: uppercase;
  padding-left: 10px;
}

.mktoForm .mktoField::placeholder,
select::placeholder {
  font-size: 16px;
}

.mktoForm [class*="mktoRequired"] .mktoAsterix {
  display: inline-block !important;
  color: red;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 400;
  text-transform: uppercase;
}

.mktoInstruction {
  display: none;
}


.mktoForm p {
  font-size: 14px;
  margin-top: 0 !important;
}

.mktoForm label a {
  color: currentColor;
  text-decoration: underline;
}

.mktoForm .mktoButtonWrap .mktoButton {
  border-radius: 4px;
}

/* OneTrust Overrides */
.otnotice-sections {
  margin: unset !important;
}

.otnotice-sections > .otnotice-section > .otnotice-section-content {
  margin-left: unset !important;
}

.otnotice-content {
  padding: 0 !important;
}

div.otnotice-version:empty {
  display: none;
}

.otnotice-menu,
.otnotice-menu-mobile {
  display: none !important;
}

.ot-privacy-notice-language-dropdown-container {
  display: none !important;
}

.mktoFormRow:has(.mktoHtmlText script) {
  margin-top: 0 !important;
}

/* Hide extra paragraph hack */
[id*="oneTrust"] p + p {
  display: none;
}

.label .mktoForm [class*="mktoRequired"] label[for*="Opt"].mktoLabel .mktoAsterix {
  display: block;
}

.mktoForm :not([class*="mktoRequired"]) label[for*="Opt"].mktoLabel .mktoAsterix {
  display: none;
}

/* Disclaimer Popup Overrides */
.disclaimer {
  background-color: unset;
  padding: 0;

  h3 {
    color: currentColor;
    font-size: clamp(1.5rem, calc(1.318rem + 0.541vw), 1.75rem);
    font-weight: inherit;
  }

  a.button {
    border-radius: 10px;
  }
}