@charset "UTF-8";
@font-face { 
    font-family: "Abbott-icon"; 
    src: url("https://808-jqj-642.mktoweb.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: 960px;


    --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;
    --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: "\e915";
}

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

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

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

a.a-logo-comp--link {
    text-decoration: none;
}

.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,
div.mktoGen.mktoImg {
    display: block;
    max-width: 100%;
}

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

.footer-nav li {
    margin-block-start: 1rem;
}

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

/* 
    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, 
article h2 {
    font-weight: 300;
}

h2,
h3 {
    font-weight: 400;
}

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

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

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

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

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

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

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

header {
    background-color: #AA0061;
    color: #ffffff;
    margin: 0 auto;
    max-width: var(--max-content-width);
    /* padding: 4rem 20px; */
}

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

header .inner {
    display: grid;
    place-content: center start;
}

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

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

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

.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) {
    .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%;
    }

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

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


}

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

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

/* header h1 {
    font-size: clamp(1.75rem, 6vw, 3rem);
}

header h4 {
    font-size: 2rem;
    margin-top: 1rem;
}

article {
    background-color: #ffffff;
    padding: 40px 20px;
    width: 100%;
}

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

article .inner > * {
    max-width: var(--main-column-width);
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.introPP {
    font-size: 22px;
    margin-bottom: 1em;
} */

.section_form {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 640px;
}

.section_form>* {
    margin: 1em auto;
}

/* Audio Player Section */
.podcastPlayer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    width: 100%;
    min-height: 120px;
    max-width: 640px;
}

audio {
    width: 100%;
}

footer {
    background-color: #222731;
    color: #ffffff;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    /* font-size: 0.8rem;
    line-height: 120%;
    padding: 40px 20px; */
}

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

.footer p {
    margin-top: 1rem;
}

.footer p.social {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    text-transform: uppercase;
}

/* footer .social a {
    margin: 0px 6px;
} */

footer .social img {
    display: inline-block;
    vertical-align: middle;
}

.section_div.modal {
    background-color: #AA0061;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    margin-bottom: 1rem;
}

.bi__poll {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    max-width: 490px;
    margin: 1rem auto;
}

.bi__poll > * {
    margin-bottom: 0.5rem;
}

.bi__poll h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.bi__button {
    display: inline-flex;
    place-content: center;
    background-color: #eeb33b;
    color: #002a37;
    font-family: 'brandon-grotesque', Calibri, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 12px 24px;
    letter-spacing: 1.88px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.bi__button:hover {
    background-color: #ffffff;
}

.bi__answer {
    box-sizing: border-box;
    width: 100%;
    max-width: 480px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-image: linear-gradient(to right, #7f58fc, #50b8fe);
    color: #ffffff;
    font-family: brandon-grotesque, Calibri, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 20px;
}

.bi__answer.selection {
    border: 2px solid #002a3a;
}

/* Embedded Quiz Override  */

button {
    border-radius: 0 !important;
}

