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

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

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

}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



.ondemand-info {
    background:#1ad3ff;
    color:#ffffff;
    text-align: center;
    font-size: 18px;
    padding:10px;
    margin-top:55px;
}
.ondemand-info p {
    margin:0;
    padding:0;
}

.loader-container.fadeOut {
    opacity: 0;
    transition: opacity 1s ease-out;
    pointer-events: none;
    visibility: hidden;
}


.bnr-logo-prt1,
.bnr-logo-prt2,
.bnr-logo-prt3,
.bnr-logo-prt4,
#am25-date,
.am25-btn-anim {
    opacity: 0;
    transform: scale(0.3);
    /* Start smaller */
    animation-fill-mode: forwards;
}

/*
#bnr-blk-bg{
    background: linear-gradient(90deg, rgba(71, 151, 170, 1) 0%, rgba(46, 214, 153, 1) 100%);
    background-image: url(/images/annualmeeting2025/am2025-para-bkg.jpg);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 1;
}

*/

.bnr-logo-prt1 {
    animation: fadeInGrowFromRight .5s cubic-bezier(0, -0.34, 0, 1.15) 0s forwards;
}

.bnr-logo-prt2 {
    animation: 334.349ms cubic-bezier(0, 0, 0, 1.12) 499.723ms 1 normal forwards running fadeInGrowFromRight2;
}

.bnr-logo-prt3 {
    animation: 502.448ms ease-out 835.827ms 1 normal forwards running fadeInGrow;
}

.bnr-logo-prt4 {
    animation: 503.905ms ease-out 835.019ms 1 normal forwards running fadeInGrow;

}

#am25-date {

    animation: 158.173ms ease-out 1341.25ms 1 normal forwards running fadeInGrow;

}

.am25-btn-anim {

    animation: 116.792ms cubic-bezier(0.42, 0, 0, 0.98) 1382.63ms 1 normal forwards running fadeInGrow;

}

#bnr-blk-bg {
    animation: 735.875ms ease-in-out 1333.78ms 1 normal forwards running fadeOut;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeInGrowFromRight {
    0% {
        opacity: 0;
        transform: translateX(100px) scale(0.1);

    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);

    }
}

@keyframes fadeInGrowFromRight2 {
    0% {
        opacity: 0;
        transform: translateX(100px) scale(0.5);

    }

    100% {
        opacity: 1;
        transform: translateX(0) scale(1);
        /* Move to original position and full size */
    }
}

@keyframes fadeInGrow {
    0% {
        opacity: 0;
        transform: scale(0.5);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}





#logo-anim {
    display: flex;
    flex-direction: column;
    max-width: 275px;
    margin-top: 60px;
}

#logo-anim img {
    margin: 0 auto;
    display: block;
}

.bnr-logo-prt1,
.bnr-logo-prt2 {
    max-width: 210px;
}

.bnr-logo-prt3 {
    max-width: 250px;
    margin-top: -10px !important;
}

.bnr-logo-prt4 {
    width: 200px;
}

.fnt-thin {
    font-family: 'larsseitthin';
    font-weight: 700;
}

hr {
    margin: 25px 0;
}

.font-size-widget {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
}

.font-size-widget button {
    font-size: 16px;
    margin: 5px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    padding-bottom: 5px;
}

.font-size-widget small {
    color: #717171;
}

button.fnt-scale {
    border-radius: 4px;
    border: 1px solid #e5e5e5;
}

button.fnt-scale:hover {
    background-color: #b8b8b8;
    color: #ffffff;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

.footer {
    margin-top: 25px;
    flex-shrink: 0;
    background: #0047bb;
    padding: 15px;
}

#footer-am-logo {
    max-width: 230px;
    height: auto;
}

.feed-icon {
    display: none;
}

.flx {
    display: flex;
}

.flx-ctr {
    justify-content: center;
}

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

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

.blue-txt {
    color: #0047bb;
}

.drk-blue-txt {
    color: #0047BB;
}

.white-txt {
    color: #ffffff !important;
}

.am-grn-txt {
    color: #44D62C;
}

.am-drk-grn-txt {
    color: #319646;
}

.pink-txt {
    color: #FC1F54;
}

.blk-txt {
    color: #000000;
}

.grey-txt {
    color: #767676;
}

.fnt18 {
    font-size: 18px;
}

.fnt25 {
    font-size: 25px;
    line-height: 32px;
}

.fnt30 {
    font-size: 30px;
}

.fnt40 {
    font-size: 40px;
}

.fnt50 {
    font-size: 50px;
}

.title-scr {
    position: relative;
    padding-bottom: 30px;
    color: #0047BB;
}

.title-scr:after {
    position: absolute;
    content: URL(/images/annualmeeting2025/red-under-line-sml.png);
    bottom: -5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.btm-crv-lft:after {
    left: 88px;
}

.grn-bck {
    background: #319646 !important;
}

.red-bkg {
    background: #fc1f54;
}

.blu-bkg {
    background-color: rgba(53, 118, 183, 1);
}

.grn-bkg {
    background-color: rgba(116, 225, 197, 1);
}

.red-btn,
.grn-btn,
.blu-btn,
.white-btn {
    text-decoration: none;
    padding: 5px 30px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.075em;
    display: inline-block;
    margin: 4px;
}

.red-btn {
    background: #FC1F54;
    color: #ffffff;
}

.red-btn:hover {
    background: #319646;
    color: #ffffff;
}

.grn-btn {
    background: #319646;
    color: #ffffff;
}

.grn-btn:hover {
    background: #44D62C;
    color: #ffffff;
}

.white-btn {
    background: #ffffff;
}

.blu-btn {
    background: #0085CA;
    color: #ffffff;
}

.white-btn:hover,
.blu-btn:hover {
    background: #44D62C;
    color: #ffffff;
}

.btn-ctr {
    display: block;
    margin: 0 auto;
}

.brd-rad10 {
    border-radius: 10px;
}

.pad15 {
    padding: 15px !important;
}

.bckf5 {
    background: #f5f5f5;
}

.ovr-flw-hid {
    overflow: hidden;
}

.mrg-top15 {
    margin-top: 15px;
}

.mrg-top50 {
    margin-top: 50px;
}

.mrg-top75 {
    margin-top: 75px;
}

.mrg-top35 {
    margin-top: 35px;
}

.ob-table tr:nth-child(even) {
    background: #f5f5f5 !important;
}

.a-tdn {
    text-decoration: none !important;
}

.flx-gap15 {
    gap: 15px;
}

.am-2024-video {
    margin: 75px auto;
}

.am-2024-video p {
    font-family: 'larsseitthin';
    padding-right: 18px;
}

/*-----------------------Navigation-------------------------*/

.blk-transp-bg {
    background-color: rgba(0, 71, 187, 1);
    transition: background-color 0.5s ease;
    /* Smooth transition */
}

.navbar {
    position: fixed;
    z-index: 3;
    width: 100%;
}

#nav-logo {
    width: 100px;
    height: auto;
}

.navbar ul.navbar-nav li.nav-item a {
    white-space: nowrap;
    padding: 16px 8px;
    text-decoration: none;
    font-family: "futura-pt-condensed", sans-serif;
    font-weight: 200;
    font-style: normal;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 18px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar ul.navbar-nav li.nav-item a:hover {
    background-color: #FC1F54;
    color: #ffffff;
}

.navbar-toggler {
    background: #ffffff;
    border: #ffffff solid 1px;
}

.navbar.solid {
    background-color: #0047BB;
}

.hm-pg-ad {
    display: block;
    margin: 35px auto;
}

.hm-pg-ad img {
    max-width: 1400px;
    width: 100%;
    height: auto;

}

/*-----------------------banner-------------------------*/

.banner #logo-anim h4 {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.banner {
    position: relative;
    width: 100%;
    height: 625px;
    overflow: hidden;
}

.banner-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    z-index: 1;
}


#video-btm-cvr {
    position: absolute;
    bottom: -1px;
    z-index: 1;
    width: 100%;
}

.banner-content {
    z-index: 2;
    position: relative;
    margin-left: 10%;
    top: 5%;
    width: 100%;
}

.am-banner-video .banner-reg-btn {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.am-banner-video .banner-reg-btn a {
    align-self: end;
}

.am-txt-break {
    display: flex;
}

.am-txt-break span {
    display: block;
}


.banner-content p span {
    padding-left: 10px;
    font-weight: bold;
    font-size: 44px;
    background: #1cd4f4;
    background-image: linear-gradient(180deg, #1cd4f4, #2ed59b);
    color: linear-gradient(180deg, rgba(28, 212, 244, 1) 0%, rgba(46, 213, 155, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}



.am-banner-txt span.am-date {
    color: #00d9b6;
    font-size: 22px;
    text-shadow: none !important;
}

/*----------------sub banner--------------------*/
.am25-sub-banner {
    display: flex;
    background-image: url('/images/annualmeeting2025/am2025-para-bkg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 325px;
    margin: 0 -12px 45px -12px;
    justify-content: center;
    align-items: center;
    padding-top: 60px;

}

.am25-sub-banner .sub-banner-txt {
    display: flex;
    flex-direction: column;
}

.am25-sub-banner .sub-banner-txt h2 {
    font-family: 'larsseitregular';
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    font-size: 50px;
}

.am25-sub-banner .sub-banner-txt p {

    color: #ffffff;
    text-align: center;
}

/*------------------------------------------------------------------------*/
.am25-hm-intro img {
    width: 100%;
}

.am25-hm-intro .col-lg-8 {
    padding-left: 25px;
}

.am-grn {
    color: #44D62C;
}

.placeholder {
    background-color: inherit !important;
}

.img-cir {
    width: 100%;
    border-radius: 50%;
}

.am25-hm-intro h2 {
    font-weight: bold;
    ;
}


.cardx3-sec {
    margin: 45px 0;
}

.am25-hm-intro p {
    font-family: 'larsseitthin';
    font-style: normal;
}

.am-grn-btm {
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px 25px;
    border-radius: 25px;
    text-decoration: none;
    background: #00d9b6;
    color: #ffffff;
    font-weight: bold;
}

.cardx3-sec p {
    color: #626262;
}

.am25-hm-intro .am-grn-btm {
    margin-top: 10px;
    display: inline-block;
}


.card-top-txt {
    min-height: 225px;
    padding: 20px 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.cardx3-am-top p {
    color: rgb(98, 98, 98);
}
.card-top-txt p {
    padding-top: 20px;
}

.cardx3-am-top h3,
.card-btm-img h3 {
    font-weight: bold;
    font-size: 20px;
    color: #0047bb;
}

.am-card-img {
    position: relative;
    display: flex;
    justify-content: center;
}

.am-card-img img {
    width: 100%;
    height: auto;
}

.am-card-img a {
    text-decoration: none;
    padding: 10px 20px;
    position: absolute;
    color: #ffffff;
    border-radius: 5px;
    bottom: 20px;
    margin-left: -25%;
}

.am-card-img a img {
    width: 36px;
    padding-left: 15px;
}


.plx-section {
    background-image: url('/images/annualmeeting2025/am2025-para-bkg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    padding: 20px;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 35px;
    margin-bottom: 35px;
}

.where-clinical-case {
    height: 580px;
}

.where-clinical-case h2 {
    margin-bottom: -45px;
}

.plx-section .plx-content {
    padding: 20px;
    border-radius: 10px;
}

.plx-content h2 .fnt50 {
    font-size: 50px;
    font-weight: bold;
}

.where-clinical-case .plx-content p {
    padding: 0 150px;
}

.plx-section::before {
    content: "";
    position: absolute;
    top: -40px;
    left: 0;
    width: 100%;
    height: 281px;
    background-image: url(/images/annualmeeting2025/top-prlx-sec-3.png);
    background-repeat: repeat-x;
    background-position: top;
    z-index: 2;
}

.plx-section::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 185px;
    background-image: url('/images/annualmeeting2025/btm-prlx-sec-3.png');
    background-repeat: repeat-x;
    background-position: bottom;
    z-index: 2;

}

.orlando-waits {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px -12px 200px -12px;
}

.orlando-waits #orlando-waits-bg {
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 565px;
}

.orlando-waits .container {
    position: relative;
    margin-bottom: -136px;
}

.orlando-waits .container .col-lg-8 {
    padding-top: 70px;
}

.orlando-waits-bg h3 {
    margin-top: 90px;
}


.key-note-speaker-hm-pg {
    margin: 75px auto;
}

.why-attend-hm-pg .fntaws-ico {
    display: table;
    margin: 0 auto;
    text-align: center;
    width: 55px;
    padding: 15px 0;
    background: none;
}


.why-attend-hm-pg .fntaws-ico i {
    font-size: 58px;

}

.why-attend-hm-pg div {
    flex: 1;
    color: #ffffff;
    padding: 15px;
    border-radius: 15px;
    margin: 10px;
    max-width: 20%;
}

.why-attend-hm-pg div img {
    display: block;
    margin: 0 auto;
    padding-bottom: 10px;
}

.why-attend-hm-pg div {
    background-image: url(/images/annualmeeting2025/am2025-sect-bkg.jpg);
}

.why-attend-hm-pg div:nth-child(1) {
    background-position-x: 100px;
}

.why-attend-hm-pg div:nth-child(2) {
    background-position-x: -204px;
}

.why-attend-hm-pg div:nth-child(3) {
    background-position-y: -244px;
    background-position-x: -45px;
}

.why-attend-hm-pg div:nth-child(4) {
    background-position-x: 278px;
    background-position-y: -119px;
}

.why-attend-hm-pg div:nth-child(5) {
    background-position-x: 500px;
}

.why-attend-hm-pg div P:nth-child(1) {
    height: 50px;
    font-size: 17px;
    font-weight: bold;
    min-height: 40px;
    text-align: center;
}

.why-attend-hm-pg a {
    color: #ffffff;
    font-weight: bold;

}

ul.conference-track-list {
    list-style-type: none;
}

ul.conference-track-list li {
    display: flex;
    align-items: center;
}

ul.conference-track-list li p {
    padding-left: 15px;
    font-size: 20px;
}

.conference-track-imgs {
    max-height: 754px;
    position: relative;
}

#conf-trk-img-1,
#conf-trk-img-2 {
    position: absolute;
}

#conf-trk-img-2 {
    bottom: 0;
    right: 0;
}

.conf-track-sect {
    margin: 55px auto;
}

.testimonials:before,
.testimonials:after {
    background-image: none !important
}


.what-to-expect {
    min-height: 850px;
}

.what-to-expect ul {
    list-style-type: none;
    display: flex;
    gap: 25px;
}

.what-to-expect ul li img {
    width: 100%;
    height: auto;
    max-width: 152px;
}

.what-to-expect ul p {
    font-size: 30px;
    font-weight: bold;
}

.what-to-expect ul p span.wte-cat {
    font-size: 25px;
    color: #0047bb;
    display: block;
}

/*---------------------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: #3576b7;
}


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

/*------------------- about---------------------------*/
.about-pg p,
.about-pg li {
    font-family: 'larsseitthin';
    font-weight: 700;
    font-size: 18px;
}

/*------------------- accreditation---------------------------*/

.accreditation p,
.accreditation li {
    font-family: 'larsseitthin';
    font-weight: 700;
    font-size: 18px;
}


/*--------------------------scientific committee-------------*/
.scientific-comm {
    margin: 75px 0;
}

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

.scientific-comm h4 {
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: #3576b7;
}

.scientific-comm p {
    text-align: center;
}

/*----------------special events----------------------*/
.special-events img,
.learn-zone img,
#hilton-hotel-orlando {
    width: 100%;
    height: auto;
}

.learn-zone .row,
.special-events .row {
    margin: 35px;
}

.scroll-container {
    overflow: hidden;
    white-space: nowrap;
}

.img-scrl-wrap {
    margin-top: 55px;
    width: 100%;
    overflow: hidden;
}

.image-row {
    display: flex;
    animation: scroll 30s linear infinite;
}

.image-row img {
    flex-shrink: 0;
    width: 400px;
}

/*--------------------------schedule and events------------------------*/

.schedule-glance {
    display: flex;
    gap: 10px;
}

.schedule-glance div {
    padding: 10px;
}

.schedule-glance div:nth-child(1) {
    color: #319646;
    font-size: 18px;
}

.schedule-glance div:nth-child(2) {
    color: #333333;

}

.schedule-opt2 {
    display: none;
}

#current-time strong {
    color: #717171;
}


#block-annualmeeting2025-footerinfo {
    padding: 55px;
}


.industry-partners {
    justify-content: space-between;

}

.industry-partners h3 {
    color: #0047bb;
    font-size: 40px;
    text-align: center;
}


.industry-partners ul {
    list-style-type: none;
}

.industry-partners ul li {
    margin: 20px;
}

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

.destination-sitters img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.social-links h5 {
    text-align: center;
}

.social-links ul {
    padding: 0;
    justify-content: center;
    display: flex;
    list-style-type: none;
    gap: 25px;
}

.social-links ul a {
    color: #ffffff;
    font-size: 25px;
}


.footer-region-content {
    color: #ffffff;
}

#aace-logo-footer {
    max-width: 200px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.schedule-opt1 .fa-star {
    color: #FC1F54;
}

span.text-inverse {
    font-weight: bold;
}

.sg-new {
    color: #319646;
    font-weight: bold;
}

.contact-wrk-lnk {
    background: #dfe0e0;
    padding: 15px;
    margin: 15px -10px 15px -10px;
}

.contact-wrk-lnk .container {
    display: flex;
    justify-content: center;
    align-items: center;

}

.contact-wrk-lnk h3 {
    font-weight: bold;
    color: #565656;
    font-size: 18px;
}

.contact-wrk-lnk a {
    color: #ffffff;
    text-decoration: none;
    background-color: #e83d59;
    border-radius: 25px;
    padding: 5px 25px;
    display: inline-block;
    font-weight: bold;
    margin: 15px;
}

.am-ad-bnrs {
    margin-bottom: 45px;
}

.am-ad-bnrs .ad {
    opacity: 0;
    transition: opacity 1s;
    position: absolute;
    top: 0;
    left: 0;
}

/* Show only the active ad */
.am-ad-bnrs .ad.active {
    opacity: 1;
}

.am-ad-bnrs {
    position: relative;
    width: 100%;
    max-width: 1400px;
    height: 220px;
    /* Adjust height based on the tallest ad */
    overflow: hidden;
}

.am-ad-bnrs .ad {
    display: none;
    pointer-events: none;
}

.am-ad-bnrs .ad.active {
    display: block;
    pointer-events: auto;
}

/*--------------------------------------cards-------------------*/

.cardx3-am {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.cardx3-am-top {
    flex-grow: 1;
    padding: 20px;
}

.cardx3-am-img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-top: auto;
}

.cardx3-am-img-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.cardx3-am-img-wrap>.btn-am-red,
.btn-group-am {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    margin: 0 auto;
}


.btn-am-red {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    font-size: 0.85rem;
    background: rgba(228, 0, 43, 0.95);
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s ease;
    max-width: 48%;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-am-red:hover {
    background: rgba(184, 0, 34, 0.95);
}

.btn-am-red img,
i.fa-eye {
    width: 20px;
    margin-left: 5px;
}

i.fa-eye {
    font-size: 20px;
}

.p-c-dis h5 {
    color:rgb(49, 150, 70);
    font-size:14px;
}

.card-3x-hm {
    margin-top:55px;
}


.fnt-sans {
    font-family: sans-serif !important;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


@media (max-width: 980px) {


    .am-banner-video .banner-reg-btn {
        margin-right: inherit;
        justify-content: center;
        height: 45px;
        align-items: inherit;
    }


    .am-banner-video {
        height: 445px;
    }

    #logo-anim {
        margin: 70px auto;
    }

    .am25-hm-intro {
        margin-top: 55px;
    }

    .am25-hm-intro h2,
    .am25-hm-intro h4 {
        text-align: center;
    }

    .banner-content {
        margin-left: 0;
        flex-direction: column;
    }

    .banner-content img {
        display: block;
        margin: 0 auto;
    }

    .banner-content a {
        margin: 0 auto;
    }

    .font-size-widget {
        display: none;
    }

    .navbar ul.navbar-nav li.nav-item a {
        display: block;
    }



    .navbar {
        position: fixed;
        z-index: 3;
        top: 0;
    }

    .blk-transp-bg {
        background-color: rgba(0, 71, 187, 1);

    }

    #video-btm-cvr {
        display: none;
    }

    .img-cir {
        max-width: 295px;
        height: auto;
        display: block;
        margin: 15px auto;
    }

    .am25-hm-intro .img-cir {
        margin-bottom: 25px;
    }

    .card-btm-img {
        margin: 15px 0;
    }

    .fnt30 {
        font-size: inherit;
    }

    .plx-section .plx-content p {
        padding: 20px;
    }

    .plx-section::after,
    .plx-section::before {
        background-image: none;
    }

    .plx-section {
        padding-top: 0;
    }

    .why-attend-hm-pg {
        display: inherit !important;
    }

    .why-attend-hm-pg div {
        max-width: 100%;
    }

    .orlando-waits {
        padding-bottom: 100px;
    }

    .orlando-waits #orlando-waits-bg {
        display: none;
    }

    .orlando-waits .title-scr {
        text-align: center;
    }

    #conf-trk-img-1,
    #conf-trk-img-2 {
        position: inherit;
        display: block;
        margin: 10px auto;
        width: 100%;
    }

    .what-to-expect ul {
        display: inherit;
    }

    .special-events img {

        margin: 20px auto;
    }

    .am25-hm-intro .flx {
        justify-content: center;
    }

    #hilton-hotel-orlando {
        margin-bottom: 35px;
    }

    .orlando-waits-bg {
        padding-top: 0;
        background: none;
    }

    .orlando-waits-bg h3 {
        margin-top: 0;
    }

    .sponsor-block {
        margin: 45px auto;
    }

    .am-card-img a {
        margin-left: 0;
    }

    .industry-partners {
        flex-direction: column;
    }

    .industry-partners ul li img {
        display: block;
        margin: 0 auto;
    }

    .social-links {
        margin: 45px 0;
    }

    .contact-wrk-lnk .container {
        display: inherit;
    }
}

@media (max-width: 1200px) {
    .navbar ul.navbar-nav li.nav-item a {
        font-size: 13px;
    }

    .card-top-txt {
        min-height: 308px;
    }

    .orlando-waits .container .col-lg-8 {
        padding-top: 0px;
    }

    .btn-group-am a img, i.fa-eye  {
        display: none;
    }

}



@media (min-width: 1600px) {
    .banner {
        height: 685px;
    }


    .plx-section {
        padding-top: 0;
    }

}

@media (max-width: 980px) {
    .card-top-txt {
        min-height: inherit;
    }

    .where-clinical-case .plx-content h2 {
        margin-top: 0 !important;
    }

    .btn-group-am a img, i.fa-eye {
        display: inherit;
    }
}





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