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

:root {
    --aps-red: #CB3B2D;
    --aps-blue: #3A53A4;
    --harbor-navy: #1A2E4C;
    --brass-gold: #C9A227;
    --brick-warm: #A45A3D;
    --fog-gray: #E8ECF2;
    --parchment: #F7F4EF;
    --text-dark: #2B303A;
}

@media (min-width: 1679px) {
    .container {
        width: 1679px;
        padding: 0;
    }
}

a:link {
    color: #3A53A4;
}

a:visited {
    color: #2C4080;
}

a:hover {
    color: #CB3B2D;
}

a:active {
    color: #C9A227;
}

body {
    font-family: houschka-pro, sans-serif;
    color: #2B303A;
}

p {
    font-size: 1.3em;
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: .5px;
}

.affiliation {
    font-style: italic;
}

.authors {
    font-size: clamp(.8em, 1.3vw, 1.1em);
    font-weight: 600;
}

.banner-top {
    font-size: clamp(2em, 2.3vw, 2.3em);
    font-weight: 200;
    color: #FFFFFF;
    line-height: 1.2em;
}

.banner-top a:link {
    color: #FFFFFF;
}

.banner-top a:hover {
    color: #C9A227;
}

.banner-top a:visited {
    color: #FFFFFF;
}

.img-responsive {
    border-radius: 6px;
}

.intro {
    font-size: clamp(1em, 1.8vw, 1.6em);
    font-weight: 400;
    line-height: 1.3em;
    letter-spacing: .5px;
}

.display-name {
    font-size: clamp(2.2em, 1.9vw, 1.9em);
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 1px;
    color: #3A53A4;
    margin-bottom: 9px;
}

.speaker-name-awardee {
    font-size: clamp(1.8em, 2.3vw, 2.3em);
    font-weight: 600;
    line-height: 1.4em;
    letter-spacing: 1px;
    color: #1A2E4C;
    margin: 0;
}

h1, h2, h3, h4, h5 {
    font-family: houschka-pro, sans-serif;
    text-transform: none;
}

.invited-speaker {
    margin: 0;
    color: #3A53A4;
    font-size: clamp(1.7em, 1vw, 1em);
    line-height: 1em;
}

.speaker-description {
    font-size: clamp(1em, 1.1vw, 1.1em);
}

h1.primary-header {
    font-weight: 300;
    color: #CB3B2D ;
    font-size: 5em;   
    padding-top: 0;
    margin-top: 29px;
}

.secondary-header {
    font-weight: 500;
    color: #3A53A4;
    font-size: 3em;
}

.co-chair-header {
    font-weight: 500;
    color: #007777;
    font-size: 2.2em;
}

.slogan-header {
    font-style: normal;
    color: #007777;
    margin-bottom: 0px;
    font-size: 2.5em;
    font-family: "hello-bloomie-script", sans-serif;
    font-weight: 400;
}



.tertiary-header {
    font-weight: 400;
    color: #3A53A4;
    margin-bottom: 9px!important;
    font-size: clamp(1em, 1vw + 1em, 3em);
    line-height: 1em;
}

.slider-header {
    font-weight: 400;
    color: #3A53A4;
    margin-bottom: 9px!important;
    font-size: clamp(1em, 1vw + .7em, 3em);
    line-height: 1em;
}

.nopad {
    padding: 0;
}

.speaker {
    margin-bottom: 19px;
}

.underline {
    margin-top: 5px;
    margin-bottom: 29px;
    border-top: 2px solid #C9A227;
}

.award-text {
    font-size: clamp(1em, 1.3vw, 1.3em);
    color: #CB3B2D!important;
    font-weight: 400!important;
}

.aps27-table {
    border: 0!important;
}

.pharma-box {
    padding: 29px 29px 9px 29px;
    border: 1px #C9A227 solid;
    border-radius: 5px;
    background-color: #F7F4EF;
    margin-bottom: 29px;
}

.wiggle:hover {
    animation: wiggle 0.3s ease-in-out infinite;
}

@keyframes wiggle {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(2deg); }
    50% { transform: rotate(-2deg); }
    75% { transform: rotate(2deg); }
    100% { transform: rotate(0deg); }
}

.profile-image {
    width: 200px;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
}

.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}


hr.border27{
    border-top: 2px solid #007777;
    margin-top: 39px;
}

/*SCHEDULE OF EVENTS TABS*/

.vc_tta.vc_tta-color-thegem.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
    padding: 0 10px 49px 9px;
}

/*SCHEDULE OF EVENTS*/

.aps-table {
    padding-left: 9px;
    margin-bottom: .7em;
}

.schedule-item-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: nowrap;
}

.headshot-circle {
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    flex-grow: 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    object-fit: cover;
    object-position: top center;
    display: inline-block;
    margin-right: 15px;
    border: 1px solid #999;
}

.schedule-item {
    margin: 0;
}

.schedule-date {
    font-size: clamp(2rem, 2.5vw, 3.5rem);
    font-family: houschka-pro, sans-serif;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0px;
    margin-top: 19px;
    color: #1A2E4C;
}

.table-divider {
    margin-top: 55px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #3A53A4;
}

.small {
    font-size: clamp(.8em, 1vw, .8em);
    font-weight: 400;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.schedule-time {
    line-height: 21px;
    font-size: clamp(1em, 1vw, 1.125em);
    margin-bottom: 5px;
    font-weight: 400;
}

.schedule-item {
    line-height: 2.2rem;
    font-size: clamp(1.3rem, 2vw, 1.9rem);
    margin-bottom: 5px;
    font-weight: 400;
}

.schedule-talk-title {
    font-style: italic;
    line-height: 2.4rem;
    font-size: clamp(1.3rem, 2vw, 1.9rem);
    margin-top: 41px!important;
    font-weight: 400;
}

.schedule-event {
    line-height: 2.2rem;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    margin-bottom: 9px;
    color: #3A53A4;
    font-weight: 600;
}

.lecture-indicator {
    font-size: clamp(2.3rem, 3vw, 2rem);
    font-weight: 700;
    color: #C9A227;
    display: inline-block;
    line-height: 1.4;
}

.schedule-item a {
    line-height: 3.8rem;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    color: #3A53A4;
    font-weight: 600;
}

.sched-link:hover {
    line-height: 3.8rem;
    font-size: clamp(1.6rem, 2.5vw, 2.5rem);
    color: #CB3B2D;
    font-weight: 600;
}

.schedule-location {
    line-height: 21px;
    font-size: clamp(.9rem, 1vw, 1rem);
    margin-bottom: 5px;
    font-weight: 400;
}

.schedule-session-header {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
    line-height: 1.3;
    font-size: clamp(2rem, 3vw, 2.9rem);
    margin-bottom: 5px;
    font-weight: 600;
    color: #1A2E4C;
    border-bottom: 2px dotted #C9A227;
}

.table-text {
    font-weight: 600;
    color: #111d27;
    font-size: 17px;
    line-height: 19px;
    margin-top: 19px;
    letter-spacing: 1px;
    padding-left: 9px;
}

.table-text-large {
    font-weight: 600;
    color: #FFFFFF;
    font-size: 22px;
    line-height: 25px;
    margin-top: 12px;
    letter-spacing: 1px;
    padding-left: 9px;
}

.topic-box {
    width: 60%
}

.apsfooter {
    padding-top: 69px;
    height: 590px;
    background-color: #1A2E4C;
}

.apsfooter a:link {
    color: #FFFFFF;
}

.apsfooter a:visited {
    color: #FFFFFF;
}

.apsfooter a:hover {
    color: #C9A227;
}

.apsfooter a:active {
    color: #FFFFFF;
}

/* ==========================================================================
   LAYOUT
   ========================================================================== */

section {
    padding: 3rem 0;
}

section:nth-child(even) {
    background-color: var(--fog-gray);
}

/* ==========================================================================
   HERO BANNER
   ========================================================================== */

.hero-banner {
    width: 100%;
}

.hero-banner img {
    width: 100%;
    height: auto;
    display: block;
}

/* ==========================================================================
   CO-CHAIR CARDS
   ========================================================================== */

.co-chair-img {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: cover;
}

.co-chair-card h3 {
    margin-top: 1rem;
    font-size: 1.25rem;
}

.co-chair-card .title {
    font-style: italic;
    color: #666;
    margin-bottom: 1rem;
}

/* ==========================================================================
   VENUE GALLERY
   ========================================================================== */

.venue-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.venue-gallery img:hover {
    transform: scale(1.05);
}

.venue-gallery .col-md-4 {
    margin-bottom: 1.5rem;
}