@import url("https://use.typekit.net/snx1xlo.css");
@import url("https://use.typekit.net/rdu5fpk.css");

@font-face {
    font-family: 'larsseitregular';
    src: url('/themes/annualmeeting2026/fonts/larsseit.woff2') format('woff2'),
        url('/themes/annualmeeting2026/fonts/larsseit.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'larsseitthin';
    src: url('/themes/annualmeeting2026/fonts/larsseit-thin.woff2') format('woff2'),
        url('/themes/annualmeeting2026/fonts/larsseit-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#aace-logo {
    margin-left: 15px;
}

body {
    margin: 0;
}

.container-fluid {
    --bs-gutter-x: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
p,
li,
a {
    font-family: 'larsseitregular';
}


h1 {
    font-size: 2.4em !important;
}

p {
    font-size: 1.1em;
}



.pd-50 {
    padding: 50px;
}

.cnt-txt {
    text-align: center;
}

.feed-icon {
    display: none;
}

.banner-links a {
    margin: 0 10px;
}

.bord-wht-opc {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
}

.banner-image-txt img {
    width: 100%;
    max-width: 580px;
    height: fit-content;
}

.banner-image-txt p {
    font-family: 'larsseitthin';
    color: #ffffff;
    font-size: 1.25em;
    font-weight: bold;
    text-align: end;
}

.banner-image-txt .btn {
    font-size: 15px;
}

.sub-banner {
    display: flex;
    justify-content: center;
    background-image: url(/themes/annualmeeting2026/images/am26-sub-banner.jpg);
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px;
    align-items: center;
    margin-top: -70px;
}

.sub-banner h1.cnt-txt {
    color: #ffffff;
    font-weight: bold;
    margin-bottom: -35px;
}

.fnt-white {
    color: #ffffff;
}

.dp-flx {
    display: flex;
}

.flx-end {
    justify-content: end;
}

.hero-wrap {
    height: 590px;
}

#hm-bnr {
    margin-top: -70px;
    background-image: url(/themes/annualmeeting2026/images/am26-banner-hm-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 65px 0;
    height: 590px;
    display: flex;
    align-items: center;
}

.soft-card {
    border-radius: 5px;
}

.hm-soft-card {
    background: #faf8f4;
    padding: 10px;
    border-radius: 5px;
}


.lt-gry {
    background: #f4f4f4;
}

.brd-rnd-5 {
    border-radius: 5px;
}

.pill-txt-p {
    padding: 5px 15px;
    display: inline;
    font-weight: bold;
}

.lead {
    font-size: 1.1em;
}


.bei-bg {
    background: #eae9e7;
}

.bg-orng {
    background: #FF6A14;
}

.btn-orng {
    background-color: #FF6A14 !important;
    color: #ffffff !important;
}

.brd-rad-40 {
    border-radius: 40px;
}

.pd-15 {
    padding: 15px;
}

.mrg-btm-15 {
    margin-bottom: 15px;
}

.plx-content ul li {
    list-style-type: none;
}

.stat-value {
    font-weight: bold;
    font-size: 2em;
}

.text-body-secondary {
    font-weight: bold;
}

.hm-rows img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
}


/*---------------------Carousel---------------------------*/
.conference-topics .quote-block i {
    font-family: "Font Awesome 6 Pro" !important;
    font-size: 55px;
    color: #3576b7;
}

.conference-topics .quote-block {
    max-width: 880px;
    margin: 0 auto;
    padding: 0 75px;
    ;
}

.quote-block p {
    font-size: 24px;
}

.quote-block .patient-name {
    font-size: 18px;
    color: #42516c;
}


.conference-topics .carousel-item {
    padding: 25px;
}

.carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.carousel-track-wrapper {
    overflow: hidden;
    width: 95%;
    display: flex;
}

.carousel-track {
    display: flex;
    width: max-content;
    transition: transform 0.5s ease;
}

.carousel-track img {
    max-width: 195px;
    margin: 0 15px;
}

.carousel-btn {
    background: inherit;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    padding: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 10;
}

.left-btn {
    left: 5px;
}

.right-btn {
    right: -10px;
}

.sponsor-wrap {
    padding: 40px;
}



.footer {
    background: #440099;
    background: linear-gradient(180deg,rgba(178, 96, 38, 1) 0%, rgba(68, 0, 153, 1) 49%, rgba(68, 0, 153, 1) 100%);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 95px 0;
    margin-top: 75px;
}

.footer .social-links h5 {
    color: #ffffff;
}

.footer .partner-with-us,
.footer .partner-with-us a {
    text-decoration: none;
    color: #ffffff;
}

.footer .partner-with-us p {
    font-size: 15px;
}

.social-links ul {
    display: flex;
}

.social-links ul li {
    margin: 5px 10px;
    list-style-type: none;

}

.social-links ul li img {
    width: 25px;
}

/*----------------Login form----------------*/

.login-wrap {
    display: flex;
    justify-content: center;
}

form.user-login-form {
    max-width: 400px;
    display: block;
    margin: 200px auto;
    padding: 20px;
    border: 2px solid #e5e5e5;
    border-radius: 5px;
}

form.user-login-form input.button {
    margin: 30px 0;
    background: #f3b251;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    font-weight: bold;
}

form.user-login-form input.form-text {
    width: 100%
}


.why-attend-hm .soft-card {
    max-width: 500px;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 5px;

}

.why-attend-hm .card-sec-hm {
    padding: 10px;
    display: flex;
    justify-content: center;
}

.why-attend-hm h3 {
    font-size: 17px;
}



.industry-par-list ul li {
    display: flex;
    list-style-type: none;
    justify-content: center;
    margin: 25px auto;

}


.scientific-comm h3,
.industry-par-list h3 {
    font-size: 22px;
    background: radial-gradient(1200px 400px at 15% 0%, rgba(10, 166, 182, .12), transparent 60%), linear-gradient(180deg, #4a0796 0%, #440099 100%);
    color: #fff;
    border-radius: 10px;
    padding: 12px 8px;
    margin: 2rem auto 1.25rem;
    box-shadow: 0 12px 30px rgba(13, 43, 80, .18);
    text-align: center;
}


.why-attend-hm .text-body-secondary {
    font-size: 16px;
}

.learn-zone img {
    width: 100%;
}

.learn-zone .row {
    margin: 15px;
}

/*-------------------------scientific speakers----------------------*/

.scientific-comm {
    margin-top: 55px;
}

.scientific-comm .col-lg img {
    max-width: 225px;
    border-radius: 115px;
    display: block;
    margin: 15px auto;
}

.scientific-comm h3 {
    margin-bottom: 35px;
}

.scientific-comm h3,
.scientific-comm h4,
.scientific-comm p {
    text-align: center;

}

.scientific-comm h4 {
    font-size: 17px;
}

.scientific-comm h4 {
    color: #4a0796;
}

/*----------------------community testimonials------------*/

.testimonials .quote-block p {
    font-size: 18px;
}

.testimonials .quote-block .patient-name {
    font-size: 17px;
}

.testimonials-hd {
    text-align: center;
    margin: 15px;
}

.testimonials-hd strong {
    background: #f4f4f4;
    border-radius: 4px;
    padding: 5px 15px;
    font-weight: bold;
}

.testimonials {
    background: #faf8f4;
}

.plx-content {
    padding-top: 25px;
}

.carousel-control-next,
.carousel-control-prev-icon {
    filter: invert(1) grayscale(100);
}

/*----------------------Schedule at a glance------------*/

#aace-schedule .nav-pills .nav-link {
    background-color: #f1f3f5;
    color: #495057;
    border: 1px solid #dee2e6;
    margin-right: .5rem;
}

#aace-schedule .nav-pills .nav-link:hover {
    background-color: #e9ecef;
    color: #212529;
    border-color: #ced4da;
}

#aace-schedule .nav-pills .nav-link.active,
#aace-schedule .nav-pills .show>.nav-link {
    background-color: rgba(255, 140, 0, 0.57);
    color: #212529;
    border-color: #adb5bd;
}

#aace-schedule .nav-pills .nav-link:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .25);
}

.special-events h3 {
    font-weight: bold;
    color: #8031A7;
}

.special-events .card {
    background: #eae9e7;
    border: 1px solid var(--aace-border);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(13, 43, 80, .06);
    margin-bottom: 1.25rem;
}


.purp-txt {
    color: #8031A7;
}

.fnt-opt h3,
.fnt-opt h2 {
    font-weight: bold;
}

.special-events img {
    width: 100%;
}

.special-events .row {
    margin: 15px 0;
}

#aace-schedule .card {
    border-radius: 1rem;
    border: 1px solid var(--bs-border-color);
}

#aace-schedule .card-body {
    padding: 1rem 1.25rem;
}

#aace-schedule .time {
    min-width: 10.5rem;
}

#aace-schedule .badge.border {
    border: 1px solid var(--bs-border-color) !important;
}

@media (max-width: 576px) {
    #aace-schedule .time {
        min-width: auto;
    }
}



/*----------------------Pricing------------*/


.aace-heading {
    background: radial-gradient(1200px 400px at 15% 0%, rgba(10, 166, 182, .12), transparent 60%), linear-gradient(180deg, #4a0796 0%, #440099 100%);
    color: #fff;
    border-radius: 1.25rem;
    padding: 2.25rem 2rem;
    margin: 2rem auto 1.25rem;
    box-shadow: 0 12px 30px rgba(13, 43, 80, .18);
}

.aace-heading h3 {
    margin: 0;
    letter-spacing: .5px;
    text-transform: uppercase;
    font-weight: 800;
}

/* Content wrapper as a card stack */
.aace-card {
    background: #fff;
    border: 1px solid var(--aace-border);
    border-radius: 1.25rem;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(13, 43, 80, .06);
    margin-bottom: 1.25rem;
}

.aace-chip {
    display: inline-block;
    font-size: .8rem;
    letter-spacing: .25px;
    text-transform: uppercase;
    background: rgb(202 0 239 / 30%);
    color: var(--aace-accent);
    border: 1px solid rgba(10, 166, 182, .25);
    padding: .35rem .65rem;
    border-radius: 999px;
    font-weight: 700;
}

/* Section titles inside cards */
.aace-card h3 {
    color: var(--aace-primary);
    font-weight: 800;
    letter-spacing: .3px;
    margin-top: .25rem;
    margin-bottom: 1rem;
}

/* Soft hr */
.aace-hr {
    border: 0;
    border-top: 1px solid var(--aace-border);
    margin: 1.5rem 0;
}

/* Lists */
.aace-card ul {
    margin-top: .5rem;
    margin-bottom: 0;
}

.aace-card li {
    padding: .3rem 0;
}

/* Pricing table */
.pricing-wrap {
    background: var(--aace-softbg);
    border: 1px solid var(--aace-border);
    border-radius: 1rem;
    padding: 1rem;
}

.table.aace-pricing {
    --bs-table-bg: #fff;
    --bs-table-striped-bg: #f7fafc;
    --bs-table-striped-color: #1a1f2b;
    border-color: var(--aace-border);
    margin-bottom: 0;
    overflow: hidden;
    border-radius: .75rem;
}

.aace-pricing thead th {
    background: linear-gradient(180deg, #0d2b50 0%, #0a1e3a 100%);
    color: #fff;
    border-color: #0a1e3a;
    text-transform: uppercase;
    letter-spacing: .3px;
    font-weight: 800;
    vertical-align: middle;
}

.aace-pricing tbody td {
    vertical-align: middle;
}

.aace-note {
    background: #fff7e6;
    border: 1px solid #ffe1a3;
    color: #6b4a00;
    border-radius: .75rem;
    padding: 1rem 1.25rem;
}


.blue-txt {
    color: var(--aace-link) !important;
}


.ctr-txt {
    text-align: center;
}

.muted {
    color: var(--aace-muted);
}


.aace-content hr {
    @apply aace-hr;
}

.aace-content hr {
    border: 0;
    border-top: 1px solid var(--aace-border);
}


a:focus-visible,
button:focus-visible {
    outline: 3px solid rgba(10, 166, 182, .45);
    outline-offset: 2px;
    border-radius: .5rem;
}


/*-------------------------------------*/
.ytvid {
    border-radius: 10px;
}

.btn-orng {
    font-weight: bold;
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #ff8c00;
    border: none;
    transition: color .3s ease;
}


.btn-orng::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.15);
    transition: transform .4s ease;
    transform: translateX(0);
}


.btn-orng:hover::before,
.btn-orng:focus::before {
    transform: translateX(100%);
}


.btn-orng:hover,
.btn-orng:focus {
    color: #fff;
    transform: translateY(-2px);
}

.btn-orng {
    transition: transform .3s ease, color .3s ease;
}

/*-------------------------------------*/


.img-fx-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border-radius: var(--bs-border-radius-lg, .5rem);
}


.img-fx {
    display: block;
    width: 100%;
    height: auto;
    border-radius: inherit;
}


.img-fx-wrap::after {
    content: "";
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: -40%;
    width: 30%;
    transform: skewX(-20deg);
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.35) 45%,
            rgba(255, 255, 255, 0.75) 50%,
            rgba(255, 255, 255, 0.35) 55%,
            rgba(255, 255, 255, 0) 100%);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease;
}

.intro-hm-sect:hover .img-fx-wrap::after,
.location-sect:hover .img-fx-wrap::after,
.conf-trks:hover .img-fx-wrap::after,
.keynote-speaker-sect:hover .img-fx-wrap::after,
.hm-rows article:hover .img-fx-wrap::after {
    opacity: 1;
    animation: sweep 1450ms cubic-bezier(.25, .8, .25, 1) forwards;
}

@keyframes sweep {
    0% {
        left: -40%;
    }

    100% {
        left: 120%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .img-fx-wrap::after {
        transition: none;
        animation: none;
    }

    .hm-rows article:hover .img-fx-wrap::after {
        opacity: 0.6;
    }
}


/*-------------------------------------*/


.soft-card {
    perspective: 1000px;
}


.icon-3d {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    /* preserves your .mrg-btm-15 spacing */
    transform-style: preserve-3d;
    /* keep child faces in 3D */
    transition: transform .6s cubic-bezier(.25, .8, .25, 1);
    will-change: transform;

}

.icon-3d .face {
    position: absolute;
    inset: 0;
    display: block;
    backface-visibility: hidden;
}


.icon-3d .face--back {
    transform: rotateY(180deg);
}


.soft-card:hover .icon-3d,
.soft-card:focus-within .icon-3d {
    transform: rotateY(180deg);
}


.why-attend-hm .soft-card:hover .icon-3d,
.why-attend-hm .soft-card:focus-within .icon-3d {
    filter: drop-shadow(0 8px 14px rgba(0, 0, 0, .16));
}


@media (prefers-reduced-motion: reduce) {
    .icon-3d {
        transition: none;
    }
}

/*-------------------------------------*/

.intro-hm-sect .hm-soft-card {
    perspective: 1000px;
}

.intro-hm-sect .fs-3 .icon-3d {
  display: inline-block;
  position: relative;
  width: 60px;   
  height: 59px;  
  transform-style: preserve-3d;
  transition: transform .55s cubic-bezier(.25,.8,.25,1);
}


.intro-hm-sect .fs-3 .icon-3d .face {
   position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;   
  backface-visibility: hidden;
}

.intro-hm-sect .fs-3 .icon-3d .face--back {
    transform: rotateY(180deg);
}

.intro-hm-sect .hm-soft-card:hover .fs-3 .icon-3d,
.intro-hm-sect .hm-soft-card:focus-within .fs-3 .icon-3d {
    transform: rotateY(180deg);
}





/*-------------------------------------*/





/*-------------------------------------*/

@media (max-width: 980px) {
    .img-fx-wrap {
        width:100%;
    }

    .banner-image-txt img {
        padding-top: 20px;
    }

    .sub-banner {
        height: 340px;
    }

    .img-fx {
        max-width: inherit !important;
    }

    .table.aace-pricing {
        font-size: 12px;
    }

}


@media (max-width: 1200px) {}


@media (min-width: 1600px) {}

@media (max-width: 980px) {}

@media (max-width: 1600px) {}