@charset "UTF-8";
@font-face { 
    font-family: "Abbott-icon"; 
    src: url("https://electrophysiology.abbott.com/rs/808-JQJ-642/images/Abbott-icon.eot?1iw9o4#iefix") format("embedded-opentype"), 
         url("https://awkn.sfo3.digitaloceanspaces.com/Abbott/fonts/Abbott-icon.ttf?1iw9o4") format("truetype"), 
         url("https://awkn.sfo3.digitaloceanspaces.com/Abbott/fonts/Abbott-icon.woff?1iw9o4") format("woff"), 
         url("https://awkn.sfo3.digitaloceanspaces.com/Abbott/fonts/Abbott-icon.svg?1iw9o4#Abbott-icon") format("svg"); 
    font-style: normal; 
    font-weight: normal; 
    font-display: block; 
}

/* Color pallette and standard font-size */
:root {
    --primary-color: #007db1;
    --tertiary-110-color: #004766;
    --tertiary-75-color: #407b95;
    --tertiary-50-color: #80a7b8;
    --tertiary-25-color: #bfd3dc;
    --primary-25-color: #bfdfec;
    --primary-50-color: #80bed8;
    --primary-75-color: #409ec5;
    --primary-110-color: #00719f;
    --secondary-color: #aa0061;
    --secondary-25-color: #eabfd8;
    --secondary-50-color: #d580b0;
    --secondary-75-color: #bf4089;
    --secondary-110-color: #990057;
    --tertiary-color: #004f71;
    --white-color: #fff;
    --gray-lightest-color: #ececeb;
    --gray-lighter-color: #d4d4d4;
    --gray-light-color: #d9d9d6;
    --gray-color: #888b8d;
    --gray-dark-color: #979797;
    --gray-darker-color: #63666a;
    --gray-darkest-color: #222731;
    --black-color: #000000;
    --info-color: #00b2eb;
    --info-10-color: #e6f7fd;
    --info-110-color: #00a0d4;
    --success-color: #7ccc6c;
    --success-10-color: #f2faf0;
    --success-110-color: #70b861;
    --warning-color: #f1c262;
    --warning-10-color: #fef9ef;
    --warning-110-color: #d9af58;
    --danger-color: #e4002b;
    --danger-10-color: #fce6ea;
    --danger-110-color: #cd0027;
    --button-danger-color-hover: var(--danger-color);
    --button-color: white;
    --button-bg-color: var(--primary-color);
    --button-border-color: var(--button-bg-color);
  
    --abbott-cv-link: #007db1;
    --abbott-dark-blue: #002a3a;
    --abbott-md-blue: #004f71;
    --abbott-primary: #009cde;
    --abbott-lt-blue: #5bc2e7;
    --abbott-mint: #64ccc9;
    --abbott-purple: #470a68;
    --abbott-magenta: #aa0061;
    --abbott-red: #e4002b;
    --abbott-orange: #ff6900;
    --abbott-gold: #eeb33b;
    --abbott-yellow: #ffd100;
    --abbott-md-green: #00b140;
    --abbott-lt-green: #7ccc6c;
    --abbott-charcoal: #222731;
    --abbott-dk-gray: #63666a;
    --abbott-md-gray: #888b8d;
    --abbott-lt-gray: #d9d9d6;
    --abbott-primary-link: #007db1;
    --abbott-primary-hover: #00b3ff;
    --footer-nav-bg: var(--abbott-md-blue);
    --footer-nav-text-color: #ffffff;
    --max-content-width: 1440px;
    --main-column-width: 1000px;
    
    
    --body-font-stack: brandon-grotesque, Calibri, Arial, Helvetica, sans-serif;
    --heading-font-stack: brandon-grotesque, Calibri, Arial, Helvetica, sans-serif;
    --body-font-size: 18px;
    --footer-font-size: 12px;
    --threshold: 30rem;
    --s1: 1rem;
    --social-media-icons-font-size: 24px;
    --max-item-width: 100%;
    --vascular-gradient: linear-gradient(145deg, var(--abbott-red) 0%, var(--abbott-red) 30%, var(--abbott-gold) 70%, var(--abbott-gold) 100%);
}

/* .gradient-vascular {
    background: -webkit-linear-gradient(left, var(--abbott-orange) 0%, rgb(28, 170, 177) 24%, rgb(51, 200, 69) 50%, rgb(59, 228, 79) 65%, rgb(0, 149, 76) 100%);
    background: -o-linear-gradient(left, var(--primary-color) 0%, rgb(28, 170, 177) 24%, rgb(51, 200, 69) 50%, rgb(59, 228, 79) 65%, rgb(0, 149, 76) 100%);
    background: -ms-linear-gradient(left, var(--primary-color) 0%, rgb(28, 170, 177) 24%, rgb(51, 200, 69) 50%, rgb(59, 228, 79) 65%, rgb(0, 149, 76) 100%);
    background: -moz-linear-gradient(left, var(--primary-color) 0%, rgb(28, 170, 177) 24%, rgb(51, 200, 69) 50%, rgb(59, 228, 79) 65%, rgb(0, 149, 76) 100%);
    background: linear-gradient(80deg, var(--abbott-orange) 0%, var(--abbott-yellow) 100%);
} */


/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Basic animation settings */
*,
*::before,
*::after {
  /* transition: all 0.4s; */
  scroll-behavior: smooth;
}


/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  /* hyphens: auto; */
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}

details summary {
    cursor: pointer;
}

details summary > * {
    display: inline;
}

summary::marker {

}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100vh;
    font-family: var(--body-font-stack);
    font-size: var(--body-font-size)
    text-rendering: optimizeSpeed;
    line-height: normal;
}

/* Abbott font-family defaults */
body {
    color: var(--abbott-charcoal);
    font-family: var(--body-font-stack);
    font-size: var(--body-font-size);
    font-weight: 400;
}

/* Abbott icon font-family */
[class^="abt-icon-"], [class*=" abt-icon-"] {
	font-family: 'Abbott-icon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.m-social-media--icons .abt-icon {
	font-size: var(--social-media-icons-font-size);
}

.abt-icon-twitter-black::before {
	content: "\e9db";
}

.abt-icon-youtube-black::before {
	content: "\e918";
}

.abt-icon-linkedin-square::before {
	content: "\e952";
}

.abt-icon-link::before {
	content: "\e9cb";
}

.m-social-media .m-social-media--icons li a em::before {
	color: #ffffff;
	border: 1px solid #222731;
}

/* Footer Social Media Section */
.footer__logo-section {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}

h6.m-social-media--title {
    font-size: 14px;
    margin: 0;
}

.m-social-media.d-flex {
    display: flex;
    align-items: center;
}        

ul.m-social-media--icons {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    gap: .75rem;
    margin: 0;
}

ul.m-social-media--icons li {
    margin: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]),
.link-list a {
  color: var(--abbott-primary-link);
  text-decoration: none;
}

a:not([class]):hover,
.link-list a:hover {
    color: var(--abbott-primary-hover);
}

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

.footer-nav a:hover {
    color: var(--primary-50-color);
    text-decoration: none;
}

.footer-nav h6.li-head a {
    color: var(--primary-50-color);
}

.footer-nav h6.li-head a:hover {
    color: var(--primary-50-color);
    text-decoration: none;
}

/* Icon list links */
ul.link-list {
    --icon-space: 1em;
    margin-inline-start: 0;
}

ul.link-list li {
    padding-left: var(--icon-space);
}

ul.link-list li::marker {
    display: inline-block;
	font-family: 'Abbott-icon' !important;
    /* margin-left: calc(var(--icon-space) * -1);
    width: var(--icon-space); */
}

/* li.dl-link::marker {
    content: "\e9cb";
} */

li.dl-link {
    list-style-type: "\e9cb";
}

.link-list a {
    font-weight: 500;
    font-size: 20px;
}


/* Make images easier to work with */
img,
picture,
article div.mktoGen.mktoImg {
    display: block;
    max-width: 100%;
}

article div.mktoGen.mktoImg {
    height: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Styles for standard sections */
nav ul,
nav ul li,
footer ul,
footer ul li {
    list-style-type: none;
}

footer {
    font-size: var(--footer-font-size);
}

.footer-nav {
    font-size: 14px;
	display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
	column-gap: 4rem;
}

/* .footer-nav > ul {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    gap: 4rem;
} */

.footer-nav ul {
    padding-inline-start: 0;
    margin-inline-start: 0;
}

.footer-nav .nav-submenu li {
    margin-block-start: 10px;
}

.footer-nav .li-head {
    font-size: 14px;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
}

.footer-submenu {
  margin-top: 16px;
}


/* 
    Typography 
*/
.text-inverse {
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--heading-font-stack);
    line-height: 1.2;
    margin: 0;
    text-wrap: balance;
}

h1 {
    font-weight: 300;
}

h2,
h3 {
    font-weight: 400;
}

h4 {
  font-weight: 500;
}

h5,
h6,
.caps {
    text-transform: uppercase;
}

h1 {
    font-size: clamp(32px, 5vw, 68px);
    font-weight: 300;
    width: min(16ch, 100%);
}

h1.smaller {
    font-size: clamp(28px, 5vw, 50px);
}

h2 {
    font-size: clamp(26px, 5vw, 36px);
}

h2.smaller {
    font-size: clamp(22px, 5vw, 36px)
}

/* .background-banner h2 {
    width: min(16ch, 100%);
}
 */
h3 {
    font-size: clamp(24px, 5vw, 28px);
}

h4 {
    font-size: clamp(20px, 4vw, 22px);
    font-weight: 500;
}

.background-banner h4 {
    font-weight: 500;
}

h5 {
    font-size: 18px;
    font-weight: 500;
}

h6 {
    font-size: 16px;
    font-weight: 600;
}

header h3 {
    font-size: clamp(20px, 4vw, 31px);
    margin-block-start: 1rem;
    max-width: 480px;
    text-transform: uppercase;
}

.background-banner h4 {
    margin-block-start: 1em;
}

.introPP,
.large {
    font-size: 22px;
    font-weight: 400;
}

p.compliance {
    font-size: 12px;
    text-align: right;
}

.center {
  text-align: center;
}

.cards * {
    font-family: var(--heading-font-stack);
}

ul, ol {
    margin-block-start: 0;
    margin-inline-start: 1rem;
    padding-inline-start: 1rem;
}

.references li {
    font-family: Georgia, serif;
    font-size: 16px;
    line-height: 22px;
}

.semibold {
    font-weight: 500;
}

strong,
b {
    font-weight: 600;
}

.upper-case {
    text-transform: uppercase;
}

.small {
    font-size: 14px;
}
sup {
    font-size: 60%;
}

/* Horizontal Rule */
hr {
    border: none;
    border-top: 1px solid var(--gray-light-color);
    --flow-space: 3rem;
    margin-bottom: 3rem;
}

/* 
    Buttons 
*/

.on-demand .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton {
    position: relative !important;
    left: initial !important;
    top: initial !important;
    border-radius: 0px !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    color: #ffffff !important;
}

.on-demand .mktoForm .mktoButtonWrap.mktoDownloadButton .mktoButton:hover {
    background-color: #ffffff !important;
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
}

.button:not(.flickity-button),
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--button-bg-color);
    background-image: none !important;
    border: 1px solid var(--button-border-color);
    color: var(--button-color);
    cursor: pointer;
    position: relative;
    font-family: brandon-grotesque, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.22px;
    padding: 11px 28px;
    text-decoration: none;
    text-transform: uppercase;
    min-width: 85px;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus {
    background-color: var(--button-bg-color) !important;
    border: 1px solid var(--button-border-color) !important;
    color: var(--button-color) !important;
}

.side-button a:hover,
.button:not(.flickity-button):hover,
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
    --button-color: var(--primary-color);
    --button-bg-color: #ffffff;
    /* color: --button-color; */
}

/* .button::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFF;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition: 300ms ease-out;
    transition: 300ms ease-out;
} */

.button:not(.flickity-button):hover::before {
    transform: scaleY(1);
}

.button.dark {
    --button-bg-color: var(--abbott-md-blue) !important;
}

.button.dark:hover {
    --button-bg-color: #ffffff;
    --button-hover-color: var(--abbott-md-blue) !important;
}

/* .button + .button {
    margin-inline-start: 20px;
} */

.button.a-button .btn {
	border: 1px solid transparent;
}

.button.a-button--primary .btn:hover, .button.a-button--primary .btn:active {
	border: 1px solid var(--primary-color);
}

/* .text-inverse .button {
    --button-bg-color: var(--abbott-primary);
} */

.button.btn-theme-primary-blue {
    --button-bg-color: var(--abbott-primary);
    --button-color: white;
    --button-border-color: var(--abbott-primary);
}

.button.btn-theme-primary-blue:hover {
    --button-color: var(--abbott-primary);
    --button-border-color: var(--abbott-primary);
    --button-bg-color: white;
}

.button.btn-theme-white {
    --button-bg-color: white;
    --button-border-color: white;
    --button-color: var(--primary-color);
}

.button.btn-theme-white:hover {
    --button-bg-color: var(--primary-color);
    --button-border-color: var(--primary-color);
    --button-color: white;
}

.button.btn-theme-yellow {
    --button-color: var(--abbott-charcoal);
    --button-bg-color: var(--abbott-gold);
    --button-border-color: var(--button-bg-color);
}

.button.btn-theme-yellow:hover {
    --button-color: var(--abbott-charcoal);
    --button-bg-color: #ffffff;
    --button-border-color: var(--abbott-gold);
}

.button.btn-theme-purple {
  --button-color: white;
  --button-bg-color: var(--abbott-purple);
  --button-border-color: var(--button-bg-color);
}

.button.btn-theme-purple:hover {
  --button-color: var(--abbott-purple);
  --button-bg-color: #ffffff;
  --button-border-color: var(--abbott-purple);
}

.side-button {
    background-color: var(--primary-color);
    top: calc( 50vh - 75px );
    right: 0;
    position: fixed;
    z-index: 1000;
}

.side-button a {
    display: flex;
    place-content: center;
    place-items: center;
    background-color: var(--primary-color);
    color: #ffffff;
    font-family: brandon-grotesque, Calibri, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 1.1;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px;
    width: 120px;
    height: 120px;
}

/* Fix button to bottom of viewport on mobile screens */
@media screen and (min-device-width: 300px) and (max-device-width: 1020px) {
    .side-button {
        top: inherit;
        bottom: 0;
    }

    .side-button a {
        display: block;
        width: auto;
        height: auto;
        padding: 10px 24px;
    }
}

/* 
    Content Sections 
*/
.wrapper {
    background-color: #ffffff;
}

.inner {
    margin: 0 auto;
    width: min(var(--main-column-width), 100%);
}

header {
	background-color: var(--abbott-charcoal);
	color: #ffffff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	max-width: 100%;
	position: sticky;
	top: 0;
	z-index: 100;
}

.logo-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    background-color: #222731;
    color: #ffffff;
    margin: auto;
    padding: 24px 20px;
    width: min(1140px, 100%); 
}

.logo-header img {
    width: 120px;
}

.logo-header div {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

nav {
    /* background-color: #222731; */
    color: #ffffff;
    margin: 0 auto;
    padding: 0px;
    width: 100%;
    /* max-width: var(--main-column-width); */
}

nav:not(.footer-nav) {
	position: sticky;
	top: 78px;
	z-index: 1000;
}

/* Hero with Video Background */
.video-wrapper {
    grid-area: header;
    aspect-ratio: 16 / 7;
    z-index: 0;
}

video.header-bg {
    display: block;
    width: 100%;
}

/* .overlay {
    grid-area: header;
} */


/* @media screen and (min-width: 900px) {
    header {
        background-image: url(https://vascular.abbott.com/rs/111-OGY-491/images/ABB._Website-Assets_Video.png), var(--vascular-gradient);
        background-position: bottom right, center;
        background-size: contain, cover;
        background-repeat: no-repeat, no-repeat;
    }
} */

.headings {
    margin: 0 auto;
    width: 100%;
    padding: clamp(0%, 2.5vw, 10%) 0;
}

article {
    background-color: var(--bg-theme, #ffffff);
    margin: 0 auto;
    width: 100%;
    max-width: var(--max-content-width);
}

article.background-banner,
article.background-banner .gallery-cell {
    display: grid;
    grid-template-areas: "banner" "background";
    background-color: var(--bg-theme, var(--primary-color));
}

article.background-banner.mobile-bg > * {
    grid-area: banner;
}

article.background-banner.mobile-bg--hide .background-image {
    display: none;
}

.theme__primary {
    color: var(--primary-color);
}

.theme__primary {
    color: var(--primary-color);
}

.theme__primary-blue {
    color: var(--abbott-primary);
}

.theme__purple {
    color: var(--abbott-purple);
}

.theme__mint {
    color: var(--abbott-mint);
}

.theme__green {
    color: var(--abbott-md-green);
}

.theme__gold {
    color: var(--abbott-gold);
}

.theme__lt-gray {
    color: var(--abbott-lt-gray);
}

.theme__white {
    color: white;
}

.theme__yellow {
    color: var(--abbott-yellow);
}

.theme__h-yellow h2 {
    color: var(--abbott-yellow);
}

.theme__bg-primary {
    --bg-theme: var(--primary-color);
}

.theme__bg-primary-blue {
    --bg-theme: var(--abbott-primary);
}

.theme__bg-abbott-md-blue {
    --bg-theme: var(--abbott-md-blue);
}

.theme__bg-abbott-dark-blue {
  --bg-theme: var(--abbott-dark-blue);
}

.theme__bg-purple {
    --bg-theme: var(--abbott-purple);
}

.theme__bg-mint {
    --bg-theme: var(--abbott-mint);
}

.theme__bg-green {
    --bg-theme: var(--abbott-md-green);
}

.theme__bg-gold {
    --bg-theme: var(--abbott-gold);
}

.theme__bg-abbott-lt-gray {
    --bg-theme: var(--abbott-lt-gray);
}

.theme__bg-gray-lighter {
    --bg-theme: var(--gray-lighter-color);
}

.theme__bg-gray-lightest {
    --bg-theme: var(--gray-lightest-color);
}

.theme__bg-white {
    --bg-theme: white;
}

.theme__h-yellow h2 {
    color: var(--abbott-yellow);
}

article .inner {
    padding: 40px 20px;
    width: min(var(--main-column-width), 100%);
}

article.p-100 .inner {
    padding-top: 100px;
    padding-bottom: 100px;
}

article.background-banner .inner {
    z-index: 2;
}

.background-image {
    width: 100%;
    height: auto;
}

.background-image img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: var(--bg-position, right);
}

.flow > * + *,
ul.link-list > * + * {
    margin-block-start: var(--flow-space, 1em);
}

:is(h2, h2, h3, h4) {
    --flow-space: 1.25em; 
}

:is(.tpw-widget) {
    --flow-space: 2em;
}

.flow > h2 + :is(h3, h4, h5) {
    margin-block-start: 20px;
}

.background-banner .flow > h2 + h3 {
    margin-block-start: 0.5rem;
}

:is(a.button),
div:has(> a.button) {
    --flow-space: 2em;
}

:is(.cta-flex) {
    --flow-space: 2em;
}

.cta-block {
    margin-block-start: 40px;
}

.background-banner .inner > *:not(.slide--fw) {
    margin-inline-start: 0;
    /* width: min(74ch, var(--max-item-width)); */
}

@media screen and (min-width: 768px) {
    article.background-banner.mobile-bg--hide .background-image {
        display: block;
    }
    
    .background-banner .inner > * {
        max-width: var(--max-item-width);
    }
    .background-banner.content-right .inner > * {
        margin-inline-start: auto;
    }

    .background-banner.content-right .background-image img {
        object-position: center;
    }
    
    .background-banner.w-50 .inner > * {
        --max-item-width: 50%;
    }

    .background-banner.w-55 .inner > * {
        --max-item-width: 55%;
    }

    .background-banner.w-60 .inner > * {
        --max-item-width: 60%;
    }

    .background-banner.w-66 .inner > * {
        --max-item-width: 66%;
    }

    .background-banner.w-75 .inner > * {
        --max-item-width: 75%;
    }

    .background-banner.w-80 .inner > * {
        --max-item-width: 80%;
    }

    .background-banner.w-100 .inner > * {
        --max-item-width: 100%;
    }

    article.background-banner,
    article.background-banner .gallery-cell {
        grid-template-areas: "banner";
    }

    article.background-banner > *,
    article.background-banner .gallery-cell > * {
        grid-area: banner;
    }

    /* big previous & next buttons */
    .flickity-prev-next-button {
        width: 100px;
        height: 100px;
    }


}

/* Flickity Carousel Styles */
.main-gallery {
    max-width: var(--max-content-width);
    margin: 0 auto;
}


.flickity-page-dots {
	bottom: 10px;
}

.flickity-button,
.flickity-button:hover {
    background: transparent;
}

.flickity-button-icon {
    fill: white;
}


.flickity-page-dots .dot {
    background: white;
    opacity: 1;
}

.flickity-page-dots .dot.is-selected {
    background: var(--abbott-primary);
}

/* 
    Tab Widget Styles 
*/

/* desktop */
.tpw-tab {
    border: none;
    border-bottom: 1px solid;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 15px;
}

.tpw-tabpanel .tpw-selected .tpw-tab {
    border-bottom-width: 3px;
    border-color: transparent transparent var(--abbott-charcoal);
    font-weight: 500;
}

.tpw-tab:hover,
.tpw-tabpanel .tpw-selected .tpw-tab:hover {
    cursor: pointer;
    background-color: var(--abbott-primary);
    border-color: transparent transparent var(--abbott-primary);
    color: white;
}

.tpw-tabpanel .tpw-tab:focus {
    font-weight: 500;
    text-shadow: none;
}

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

/* mobile */
.tpw-accordion .tpw-header {
    border: none;
    border-top: 1px solid var(--abbott-charcoal);
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 20px 0;
}

.tpw-accordion .tpw-header:focus {
    text-shadow: none;
}

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

.tpw-accordion [aria-expanded="true"] {
    color: var(--abbott-primary);
}

/* Blade layout */
article > .inner + .inner {
    margin-block-start: 40px;
}

article .inner > * + * {
    margin-block-start: 40px;
}

article .inner > p + h3 {
    margin-block-start: 40px;
}

.contents > * + *,
article.references .inner > * + * {
    margin-block-start: 1rem;
}


article.pad-100 {
    padding-block-start: 100px;
    padding-block-end: 100px;
}

.cta-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}

.cta-flex :last-child:not(:first-child) {
    margin-left: auto;
}
.background-banner:is([class*="w-"]) .cta-flex {
    --max-item-width: 100%;
}

.img-flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: stretch;
    gap: var(--gap, 40px);
    margin-top: 30px;
}

/* .slide--1 .img-flex {
    margin-top: initial;
} */

@media screen and (min-width: 768px) {
    .g-100 {
        --gap: 100px;
    }
}
.img-flex >div:first-child {
    flex-grow: 1;
    flex-basis: 300px;
}

.img-flex > div > * + * {
    margin-block-start: 20px;
}

.img-flex figure {
    flex-basis: 300px;
}

.reverse {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

/* .img-flex:not(.reverse) > :first-child,
.img-flex.reverse > :nth-child(2) {
    margin-inline-end: 40px;
}

.img-flex > :first-child {
    margin-block-end: 40px;
} */

/* @supports (gap: 40px) {
    .img-flex {
        gap: 40px;
    }

    .img-flex > :first-child,
    .img-flex:not(.reverse) > :first-child,
    .img-flex > :nth-child(2),
    .img-flex.reverse > :nth-child(2) {
        margin: inherit;
    }
    
} */

/* Columns */

.grid-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 40px;
}

.columns.cols__two {
    columns: 2;
}

/* 3-up image flexbox */
.switcher {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s1, 18px);
}

.switcher > * {
    flex-grow: 1;
    flex-basis: calc(( var(--threshold) - 100%) * 999);
}

.switcher > :nth-last-child(n+ 4),
.switcher > :nth-last-child(n+ 4) ~ * {
    flex-basis: 100%;
}

/* Panel Link Grid */
.panel-links-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3px;
}

.panel-links-grid > a {
    display: block;
    background-color: var(--panel-links-bg-color, var(--primary-color));
    color: #ffffff;
    padding: 24px 34px;
    text-decoration: none;
}

.panel-links-grid > a:hover {
    --panel-links-bg-color: white;
    color: var(--primary-color);
}


.theme__links-primary-blue a {
    --panel-links-bg-color: var(--abbott-primary);
}

.theme__links-primary-blue a:hover {
    --panel-links-bg-color: white;
    color: var(--abbott-primary);
}

.panel-title {
    font-size: clamp(16px, 4vw, 22px);
    font-weight: 500;
}

/* Cards */
.cards {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: start;
    gap: 20px;
    padding: 20px;
    flex: 0 0 300px;
}

.cards.videos {
	gap: 20px;
}

.card.video_tile {
	display: inline-block;
	flex: 1 1 300px;
	padding: 0;
}

video {
    max-width: 100%;
    cursor: pointer;
}

.cards.speakers {
    justify-content: flex-start;
    gap: 1em;
}

.cards.speakers .card {
    flex: 0 1 240px;
    padding: 0;
}

.cards.speakers .card p {
    max-width: 250px;
}

.cards.equation {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
}

.cards.equation h2 {
    font-size: 4em;
}

.cards.equation figure,
.cards.equation > div:not(.card) {
    margin: 0 auto;
}

@media screen and (min-width: 768px) {
    .cards.speakers.thumb-size-small .card {
        flex-basis: 220px;
    }

    /* Equation Cards */
    .cards.equation {
        flex-direction: row;
    }
    .cards.equation .card {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        flex-basis: 270px;
        padding: 0;
    }

    .cards.equation > div:nth-of-type(2n) {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }

    .cards.equation > div:nth-of-type(2n) > div:first-child {
        flex-basis: 217px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.card figure img {
    object-fit: contain;
    object-position: center;
}

.card div {
    /* --flow-space: 0px; */
}

.card div:last-child {
    margin-top: auto;
}

.speakers.thumb-size-small .card div:last-child {
    margin-top: 0;
}

.card figure img {
    object-fit: contain;
    object-position: center;
}

.speakers figure {
    width: 180px;
    height: 200px;
    overflow: hidden;
}

.speakers.thumb-size-small figure {
    width: 150px;
    height: 170px;
}

.session-title {
    color: var(--primary-color);
}

/* .card h4 {
    color: var(--abbott-md-blue);
    font-weight: 500;
    text-align: center;
} */

.card .button {
    margin-block-start: auto;
}

/* Horizontal cards */
.row-cards .card {
    display: grid;
    place-content: center;
    place-items: center;
    padding: 40px 0;
}

.row-cards .card {
    border-bottom: 1px solid var(--abbott-lt-gray);
}

@media screen and (min-width: 80ch) {
    .row-cards .card {
        grid-template-columns: 150px 1fr 200px;
    }
}

.row-cards .icon-large {
    flex: 0 0 150px;
}

.row-cards .card > *:last-child {
    flex: 0 0 max-content;
}

.row-cards .card div > * + * {
    margin-block-start: 1rem;
}

.row-cards figure img {
    margin: 0 auto;
}

.row-cards .card h2 {
    font-weight: 600;
}

.row-cards .card h3 {
    font-weight: 400;
    text-transform: uppercase;
}

.row-cards .icon-large ~ div h3 {
    font-weight: 600;
}

/* Icon CTAs */
.cards.iconCTA {
  gap: 0px;
  justify-content: center;
}
  
.cards.iconCTA .card {
  align-items: center;
  padding: 32px 40px;
  flex-basis: 290px;
}

.cards.iconCTA .card:has(+ .card) {
  border-bottom: 1px solid var(--abbott-primary);
}

@media screen and (min-width: 620px) {
  .cards.iconCTA .card:has(+ .card) {
    border-bottom: none;
    border-right: 1px solid var(--abbott-primary);
  }
  .cards.iconCTA .card:nth-child(2) {
    border: none;
  }
}

@media screen and (min-width: 910px) {
  .cards.iconCTA .card:has(+ .card) {
    border-bottom: none;
    border-right: 1px solid var(--abbott-primary);
  }
}

.cards.iconCTA figure {
  max-width: 100px;
}

.cards.iconCTA p {
  text-align: center;
}

/* Schedule Styles */

.event {
    margin-bottom: 40px;
    /* padding: 0 0 40px; */
    clear: both;
}

.event:not(:first-of-type) {
    border-top: 1px solid var(--gray-light-color);
    padding-top: 40px;
}

.theme__bg-lt-gray .event:not(:first-of-type) {
    border-top-color: var(--abbott-md-gray);
}

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

.event.ep figure {
    clear: both;
}

/* EP Specific */
/* .event.ep div:first-child,
.event.ep div:last-child {
    display: flex;
    flex-flow: column;
    align-items: start;
    gap: 1em;
} */

/* CRM Speaker Image */
.event figure {
    max-width: 150px;
}

@media screen and (min-width: 768px) {
    /* CRM Speaker Image */
    .event figure {
        float: left;
        padding-right: 20px;
        margin-bottom: 40px;
    }

    /* .event.ep {
        display: grid;
        grid-template-columns: 150px 1fr 210px;
        gap: 20px;
        align-content: baseline;
    }

    .event.ep > * + * {
        margin: 0;
    }
    .event.ep div:first-child,
    .event.ep div:last-child {
        padding-top: 10px;
    } */
}
/* BU Theme Colors */
.bu__crm {
    color: var(--abbott-magenta);
}

.bu__ep {
    color: var(--abbott-md-blue);
}

.bu__sh {
    color: var(--abbott-yellow);
}

.bu__vc {
    color: var(--abbott-md-green);
}

/* Dialog Styles */
.hidden {
    display: none;
}

/* Explicitly place dialog element for older browsers using the polyfill */
dialog {
    position: fixed;
    align-self: center;
    background-color: #ffffff;
    border: none;
    padding: 0;
    width: min(90vw, 640px);
    /* max-width: var(--main-column-width); */
}

dialog.video {
    width: min(90vw, 768px);
}

dialog::backdrop {
    background-color: rgba(0,0,0,0.5);
}

dialog > * {
    padding: 2%;
}

dialog .close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    margin-inline-start: auto;
}

a.closeBtn {
    cursor: pointer;
    background-color: transparent;
    color: var(--primary-color);
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: var(--heading-font-stack);
    font-weight: 900;
    font-size: 24px;
    line-height: 1;
}

a.closeBtn::before {
    content: "✕";
}

.dialog-header {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.dialog-inner {
    padding-block-start: 1rem;
}

.dialog-inner > * + * {
    margin-block-start: 1rem;
}

dialog figure {
    width: 100%;
}

dialog video {
    width: 100%;
    max-width: var(--main-column-width);
}

/* Colorbox styles */
#colorbox {
    max-height: 95vh !important;
    width: max-content;
    max-width: 1200px;
    z-index: 10000;
    outline: none;
}

#cboxOverlay {
  background-color: #000;
  opacity: 0.6 !important;
  width: 100vw;
  height: 100vh;
  position: absolute;
  z-index: 10000;
}

#cboxContent {
	background-color: var(--abbott-lt-gray);
	/* max-height: 95vh !important; */
}

#cboxLoadedContent {
    display: contents;
}

#requestRepForm,
#requestRepForm2 {
	padding: 30px;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    visibility: hidden;
    height: 0;
    width: 0;
}

#cboxClose {
    background-image: url('https://vascular.abbott.com/rs/111-OGY-491/images/closepanel.png');
    background-position: 0 0;
    background-size: 32px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px;
    height: 32px;
}

#cboxClose:hover {
    background-position: 0 0;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
    visibility: hidden;
    height: 0;
    width: 0;
}

#cboxLoadedContent {
    margin-block-end: 0;
}

/* Region/provider disclaimer */
.disclaimer {
    /* width: min(640px, 80vw); */
    background-color: #c1ebeb;
    margin: 0 auto;
    padding: 40px 30px;
}

.disclaimer h3 {
    color: var(--abbott-charcoal);
    font-size: 20px;
    font-weight: 500;
}

.disclaimer p {
    color: var(--abbott-charcoal);
    font-family: var(--heading-font-stack);
    font-size: 16px;
}

.disclaimer .button.dark {
    padding: 4px 20px;
    min-width: auto;
}

/* Exit Disclaimer Dialog */
#ousDisclaimer {
    width: min(640px, 80vw);
    background-color: var(--abbott-charcoal);
    padding: 30px;
}

#ousDisclaimer .close a.closeBtn {
    color: var(--abbott-lt-blue);
}

#ousDisclaimer .dialog-inner {
    padding-block-start: 0;
}

#ousDisclaimer h3 {
    color: var(--abbott-lt-blue);
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}

#ousDisclaimer p {
    color: #ffffff;
    font-size: 0.9rem;
}

#ousDisclaimer .button {
    background-color: var(--abbott-lt-blue);
    color: var(--abbott-charcoal);
}

#ousDisclaimer .button:hover,
#ousDisclaimer .button:active {
    background-color: #ffffff;
}

footer {
    background-color: #222731;
    color: #ffffff;
    margin: 0 auto;
    padding: 30px 20px;
    width: 100%;
}

.footer {
    margin: auto;
    width: 100%;
    max-width: 960px;
}

.footer-bottom.flow > * + * {
    --flow-space: 40px;
}

.footer-bottom .flow > * + * {
    --flow-space: 1em;
}
.footer-bottom a {
    color: var(--abbott-lt-blue);
    text-decoration: none;
}
.footer-top .nav-submenu a:hover {
  color: var(--abbott-lt-blue);
}

.footer-top a:not([class]) {
    color: #ffffff;
}

footer hr {
    border: none;
    border-bottom: 3px solid var(--gray-darker-color);
    padding: 20px 0 0;
    margin-block-end: 20px;
}

/* Limelight Video */
.video {
    margin: auto;
    width: 100%;
    max-width: 960px;
}

[id*="limelight_player"] {
    width: 100% !important;
    max-width: 960px;
}

/* Form overrides */

.mktoForm {
    /* max-width: 640px; */
    margin: 0 auto;
}

.on-demand .mktoForm {
    max-width: 640px;
}

.on-demand .mktoCheckboxList {
	display: flex;
	gap: 10px;
	align-items: center;
}

label:not([id*="OptIn"], [id*="repRequest"]) {
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-end;
    font-family: var(--body-font-stack);
    font-size: 13px;
    font-weight: 500;
}

.mktoForm label[for*="Opt"].mktoLabel,
.mktoForm label[for*="repRequest"].mktoLabel {
    display: block !important;
    font-size: 14px;
    line-height: 1.3;
    padding-left: 36px;
    text-transform: inherit;
}

.mktoForm label[for*="Opt"].mktoLabel,
.mktoForm label[for*="optIn"].mktoLabel {
    padding-left: 36px;
    text-transform: inherit;
}

.mktoForm .mktoLabel[for*="repRequest"] ~ div.mktoCheckboxList {
    position: absolute;
    top: 0;
    left: 0;
    width: 28px !important;
}

.mktoForm input[type="checkbox"] {
    margin: 0;
}

.mktoForm .mktoFieldWrap:not(.mktoRequiredField) label .mktoAsterix {
    display: none;
}

.mktoForm label a {
    color: var(--abbott-charcoal);
    font-family: var(--body-font-family);
    text-transform: none;
}

.no-label .mktoInstruction {
    display: none;
}

input, textarea, select {
    justify-content: center;
    background-color: #ffffff !important;
    border: 1px solid var(--abbott-lt-gray);
    border-radius: 0px;
    font-family: var(--body-font-stack);
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 10px;
    height: 40px;
}

.mktoForm input[type="checkbox"] {
    border: 1px solid var(--abbott-lt-gray);
    width: 25px;
    height: 25px;
}

.mktoForm select option,
.mktoForm select option:focus {
    background-color: #ffffff !important;
    color: #222731;
    font-size: 13px;
    font-weight: 500;
}

.mktoForm .mktoButton {
    font-weight: 700;
    line-height: 1;
    padding: 10px 22px;
    text-transform: uppercase;
}

.mktoForm .mktoHtmlText p {
    color: var(--abbott-charcoal);
    font-size: 13px;
}

@media screen and (max-width: 100ch) {
    .mktoForm .mktoHasWidth {
        max-width: 100% !important;
    }
    
}

#requestRepForm,
#requestRepForm2 {
    background-color: var(--gray-light-color) !important;
    padding: 20px;
}
  
#requestRepForm p,
#requestRepForm2 p {
    font-size: 20px;
    text-align: center;
    padding: 40px;
}

/* HF-specific form styles */
/* Form styling */
form {
  display: grid;
}

.background-banner form h4 {
  font-weight: 700;
}

label[id*="LblPrimary_"] {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 1rem;
}

label:not([id*="OptIn"], [id*="repRequest"]) {
  flex-flow: row;
  justify-content: flex-start;
}

input, textarea, select {
  border-radius: 5px;
  border-color: var(--abbott-charcoal);
  text-transform: none;
}

.mktoForm input.mktoHasWidth {
  max-width: 460px !important;
}

/* Push privacy notice to the end of the form */
.mktoFormRow:has(+ .mktoButtonRow):has(.mktoHtmlText) {
  order: 999;
}

/* set margin top to 0 for placeholder rows */
.mktoForm > .mktoFormRow + .mktoFormRow:has(> .mktoPlaceholder) {
  margin-top: 0;
}

/* A bit more space between rows */
.mktoForm > .mktoFormRow + .mktoFormRow,
.mktoForm .mktoButtonRow {
    margin-top: 2rem;
}

.mktoCheckboxList {
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 1em;
}


/* .mktoForm label[for*="Notes__c"].mktoLabel, */
.mktoForm label[for*="mktoCheckbox"].mktoLabel,
.mktoForm label[for*="Unsub"].mktoLabel {
  display: block !important;
  font-size: 14px;
  line-height: 1.3;
  padding-left: 36px;
  text-transform: inherit;
}

/* .mktoForm label[for*="Notes__c"].mktoLabel, */
.mktoForm label[for*="mktoCheckbox"].mktoLabel,
.mktoForm label[for*="Unsub"].mktoLabel {
  padding-left: 36px;
  text-transform: inherit;
}

.mktoForm input[type="checkbox"] {
  border: 1px solid var(--abbott-charcoal);
  border-radius: 5px;
}

.mktoCheckboxList label,
.mktoForm label[for*="Unsub"].mktoLabel {
  font-size: 16px;
  font-weight: 400;
}

/* .mktoForm .mktoLabel[for*="Notes__c"] ~ div.mktoCheckboxList {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px !important;
} */

.mktoHtmlText {
  font-size: 16px;
}

.mktoForm .mktoButtonRow {
  justify-content: flex-start;
  margin-top: 2.5rem;
}