: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;
  --abbott-corp-dark-olive: #4f4843;
  
  /* 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-primary-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: 1440px;
  --main-column-width: 1360px;

}

body {
  align-items: center;
  color: var(--body-font-color);
  max-width: 100%;
}

.wrapper {
  max-width: var(--max-content-width);
}

.wrapper > * > .inner {
  padding-inline: clamp(1.25rem, calc(0.338rem + 2.703vw), 2.5rem); /* min: 20px, max: 40px */
}

main {
  display: grid;
  reading-flow: grid-order;
}


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

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

/* Article Padding Overrides */
main > article:first-child .inner {
  padding-block-start: 0;
}

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


/* 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 {
    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 {
    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(--abbott-corp-dark-olive);
}

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


/* Typography */
h1 {
  font-size: clamp(2.5rem, calc(1.105rem + 4.132vw), 3.75rem); /* min: 40px, max: 60px */
  font-weight: 300;
  width: auto;

  @media (width > 1280px) {
    font-size: 80px;
    
  }
}

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

h1, h2 {
  text-transform: none;
}

h3 {
  text-transform: none;
}

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

article h2 {
  font-weight: 300;
}

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;
}

p {
  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;
}

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

ul.plain-list li {
  padding-block-start: .25em;
  font-weight: 300;
}

/* Suppress numbers on references */
#references {
  h4 {
    font-weight: 600;
  }
  & li {
    list-style: decimal;
  }
}

strong, b {
  font-weight: 600;
}

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

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

/* Buttons */
.button:not(.flickity-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-color: var(--abbott-corp-signature-blue);
  --button-bg-color: #ffffff;
  --button-border-color: #ffffff;
}

.button:not(.flickity-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(--abbott-corp-signature-blue);
  }
}

header {
  position: relative;
}

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

  & div {
    font-size: clamp(0.875rem, calc(0.601rem + 0.811vw), 1.25rem); /* min: 14px, max: 20px */
  }
}

/* Logo size */
.logo-header svg {
  width: clamp(11.25rem, calc(9.375rem + 6.25vw), 14.375rem); /* min: 180px, max: 230px */
  height: auto;
}

/* Navigation Menu */
nav:not(.footer-nav) {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  color: inherit;
  width: 100%;
  position: relative;
  top: unset;
}


.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;
}

.banner-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "banner";

  > * {
    grid-area: banner;
  }
}

/* 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 {
    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;
  }

}

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

  & > :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);
  }

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

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

}

/* Header animation */
.animate-grid {
  --grid-gap: 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "slide";

  > div {
    grid-area: slide;
    opacity: 0;
    animation: header-slide-fade 20s infinite;
  }

  > div:nth-child(1) {
    animation-delay: 0s;
  }

  > div:nth-child(2) {
    animation-delay: 5s;
  }

  > div:nth-child(3) {
    animation-delay: 10s;
  }

  > div:nth-child(4) {
    animation-delay: 15s;
  }

  > .grid-columns {
    grid-area: slide;
  }

  /* &:hover > div {
    animation-play-state: paused;
  } */
}

@keyframes header-slide-fade {
  0% {
    opacity: 0;
  }

  6%,
  25% {
    opacity: 1;
  }

  30%,
  100% {
    opacity: 0;
  }
}


/* Gallery Sliders */
header .tricorner {
  --tricorner-padding: clamp(1.25rem, calc(-0.145rem + 4.132vw), 2.5rem); /* min: 20px, max: 40px */  
}

header .main-gallery {

  & .grid-columns {
    grid-template-columns: 1fr;
    align-content: center;
    gap: 0;
    
    @media (width > 580px) {
      grid-template-columns: 3fr 2fr;
    }

    @media (width > 1280) {
      grid-template-columns: 1fr 1fr;
    }
  }
  .gallery-cell {
    width: 100%;
  }
}

#slider2 { 

  .gallery-cell {
    width: 100%;

    .img-flex {
      margin-inline: 100px;
    }
  }

  .flickity-button-icon {
    fill: var(--abbott-corp-primary-blue);
  }

  .flickity-prev-next-button.previous {
    left: 0;
  }

  .flickity-prev-next-button.next {
    right: 0;
  }

  .flickity-page-dots .dot {
    background: var(--abbott-corp-light-blue);
  }

  .flickity-page-dots .dot.is-selected {
    background-color: var(--abbott-corp-medium-blue);
  }
}


/* 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);

}

/* Event Layout */
.sessions h3:has(+ div.flow:empty) {
  display: none;
}

p:empty {
  display: none;
}

/* Flat Schedule */

.event,
.event:not(:first-of-type) {
  border-top: 2px solid var(--abbott-corp-signature-blue);
  padding-top: 40px;
}
.event {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px 40px;
  grid-template-areas: "time" "details" "speakers" "cta";

}

@media (width > 1280px) {
  .event {
    grid-template-columns: 1fr 2fr 2fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "time details speakers" "time cta speakers";

  }
}

.event * {
  font-family: var(--body-font-stack);
}

.event > * + * {
  margin-top: 0;
}

.bu__crm,
.bu__ep,
.bu__sh,
.bu__vas {
  color: currentColor;
}

.event_cta {
  grid-area: cta;
}

.gallery-cell .button:not(.flickity-button) {
  font-size: 16px;
}

.time-place {
  --flow-space: 1em;
}

.time-place h6 {
  font-size: clamp(1.5rem, calc(1.109rem + 1.159vw), 2.5rem); /* min: 24px, max: 40px */
  font-weight: 400;
  text-transform: none;

  @media (width < 1600px) {
    font-size: clamp(1.5rem, calc(1.309rem + 0.566vw), 1.875rem); /* min: 24px, max: 30px */
  }
}

.event .event-time {
  grid-area: time;
}
.event-details {
  --flow-space: 16px;
  grid-area: details;
  display: flex;
  flex-flow: column nowrap;
  gap: 10px; 
  align-items: flex-start;
  justify-content: flex-start;
}

.event-details .session-description {
  font-weight: 300;
}


.event-details h3 {
  color: inherit;
  /* font-size: clamp(24px, 3.6vw, 32px); */
  font-size: clamp(1.5rem, calc(1.109rem + 1.159vw), 2.5rem); /* min: 24px, max: 40px */
  font-weight: 800;
}

/* Speaker Image */
figure:has(.caption-overlay) {
  width: 100%;
  max-width: var(--figure-max, 320px);
  margin-bottom: 0;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "headshot";
  position: relative;
  align-items: end;

  & > * {
    grid-area: headshot;
  }

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

  & .caption-overlay,
  .caption {
    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(--bg-color, var(--abbott-corp-primary-blue));
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding-block: 8px;
    margin-top: auto;
    height: auto;

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

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

}


/* Speaker Grid */

.speaker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(260px, calc(50% - 20px)), 1fr));
  gap: 30px;
  margin: 0px auto auto;
  width: 100%;

  & > figure {
    padding: 0;
  }


}

.speaker-grid.solo-speaker {
  grid-template-columns: 1fr;
}

.speaker-grid.solo-speaker .speaker-img {
  justify-content: flex-start;
}

/* Video Switcher */

.video-switcher {

  & a {
    text-decoration: none;
  }
  & figure {
    position: relative; 

    .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 {
      opacity: .5;
    }
  }

  & figure:hover {
    cursor: pointer;

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

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

div[id*="video-container"] {
  background-color: transparent;

  & div {
    background-color: transparent;
  }
}

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

/* dialog.button::before {
  content: "X";
  font-family: var(--body-font-stack);
} */

/* Popup dialog */
dialog {
  text-align: right;
  width: min(90vw, 960px);
}

dialog button {
  background-color: #ffffff;
  border: 1px solid var(--abbott-corp-medium-blue);
  border-radius: 4px;
  color: var(--abbott-corp-medium-blue);
  cursor: pointer;

  padding: 6px;
  font-size: 16px;
  &:hover {
    background-color: var(--abbott-corp-medium-blue);
    color: #ffffff;
  }
}

/* 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);
}

.grid-map {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  width: 100%;
  place-content: center;
  align-content: center;
}

@media screen and (min-width: 800px) {
  .grid-map {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
  .clock span {
    font-size: clamp(48px, 6vw, 90px);
  }
}

.grid-map > * {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.grid-map a {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "bu-link";
  width: 100%;
  text-decoration: none;
}

.grid-map a > * {
  grid-area: bu-link;
  align-content: end;
}

.grid-map figure img {
  object-fit: cover;
}

.grid-map h3 {
  color: #ffffff;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 10px; 
  margin-top: auto;
}

.grid-map .mapping {
  background-color: var(--abbott-mint);
}

.grid-map .cardiac {
  background-color: var(--abbott-purple);
}

.grid-map .laao {
  background-color: var(--abbott-lt-blue);
}

.grid-map .vc {
  background-color: var(--abbott-magenta);
}

.grid-map a:hover {
  opacity: 65%;
}

.grid-map-caption {
  background-color: #f7f7f7;
  line-height: 1.3;
  padding: 10px;
  height: 100%;
}

.grid-map-caption:not(:last-of-type) {
  margin-right: 1px;
}

#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;
}

#ISI {
  .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 .tpw-hx {
    font-size: 1.125rem;
    padding-right: 0;
  }

  & .tpw-accordion .tpw-hx: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;
  }

}


/* 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;
  }
}
