/* Home Conference Fields CSS */
.flex-content {
    padding: 50px 0px;
}
.flex-content.gray {
    background: #F9F9F9;
}
.flex-wysiwyg.gray {
    background-color: #F5F5F5;
}
.button, .acc-content p a {
    padding: 8px 23px;
    border-radius: 40px;
    background: var(--Dark-Blue, #0071CE);
    color: var(--White, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    display: block;
    width: max-content;
}
.button:hover, .acc-content p a:hover {
    background-color: var(--extrabluehover);
    color: var(--White, #FFF);
}

h2 {
    font-size: 37px;
    font-weight: 700;
    font-style: normal;
}

/* 50/50 Content With Media Section */
.fifty-fifty-content-with-media {
    display: flex;
}

.fifty-fifty-content-with-media .heading-align-above {
    text-align: center;
    margin-bottom: 45px;
}

.fifty-fifty-content-with-media h3 {
    font-size: 22px;
}

.fifty-fifty-content-with-media .image-container img {
    border-radius: 30px;
    aspect-ratio: 1 / 1;
    width: 557px;
    height: 557px;
    object-fit: cover;
    object-position: right center;
}

.fifty-fifty-content-with-media .video-container {
    position: relative;
    width: 558px;
    max-width: 100%;
    height: 373px;
    overflow: hidden;
    border-radius: 30px;
    background-color: #000;
}

.fifty-fifty-content-with-media .video-container iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.fifty-fifty-content-with-media .main-content {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.fifty-fifty-content-with-media .main-content.wysiwyg {
    align-items: center;
}

.fifty-fifty-content-with-media .main-content.wysiwyg .text-content {
    width: 100%;
}

.fifty-fifty-content-with-media .main-content.wysiwyg .text-content p{
  font-size: 18px;
}

.fifty-fifty-content-with-media .content-media-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
    .fifty-fifty-content-with-media .image-container,
    .fifty-fifty-content-with-media .video-container {
        order: 2;
        width: 100%;
        max-width: 100%;
    }
    .fifty-fifty-content-with-media .video-container {
        height: auto;
        aspect-ratio: 558 / 373;
    }
    .fifty-fifty-content-with-media .image-container img {
        width: 100%;
        height: 400px;
    }
    .fifty-fifty-content-with-media .main-content .main-content-wrapper {
        order: 1;
        margin-bottom: 25px;
    }
    .fifty-fifty-content-with-media .main-content.wysiwyg {
        gap: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .fifty-fifty-content-with-media.img-left .main-content {
        flex-direction: row-reverse;
    }
    .fifty-fifty-content-with-media .main-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .fifty-fifty-content-with-media .main-content .main-content-wrapper {
        width: 50%;
        padding-right: 25px;
    }
    .fifty-fifty-content-with-media.img-left .main-content-wrapper {
        padding-right: 0;
    }
}

/* Keynote Speakers Section */
.keynote-speakers {
    background: #F9F9F9;
    text-align: center;
}

.keynote-speakers h2 {
    text-align: center;
    margin-bottom: 10px;
}

.keynote-speakers-intro-description {
    font-size: 22px;
}

.keynote-speakers .main-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.keynote-speaker-image {
    margin: 0 auto 25px;
}

.keynote-speaker-image img {
    display: block;
    width: 220px;
    height: 220px;
    margin: 0 auto;
    border-radius: 50%;
    object-fit: cover;
    object-position: center top;
    border: 1px solid #B3B3B3;
}

.keynote-speaker-label {
    margin-bottom: 13px;
    font-size: 25px !important;
    font-weight: 400;
    line-height: 140%;
}

.keynote-speaker-name {
    margin: 0 0 13px;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}

.keynote-speaker-job-title, .keynote-speaker-bio p, .keynote-speakers-shared-bio p {
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: 700;
    line-height: 155%;
}

.keynote-speaker-bio p,
.keynote-speakers-shared-bio p {
    font-weight: 500;
    margin-bottom: 13px;
}

.keynote-speaker--featured {
    max-width: 1000px;
    margin: 0 auto;
}

.keynote-speaker-divider {
    background: #F9F9F9;

}

.keynote-speakers-secondary {
    max-width: 900px;
    margin: 0 auto;
}

.keynote-speakers-secondary-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    .keynote-speakers-secondary-list {
        flex-direction: row;
        justify-content: center;
        align-items: flex-start;
        gap: 40px;
    }

    .keynote-speaker--secondary {
        flex: 1;
        max-width: 380px;
    }
}

@media screen and (min-width: 1024px) {
    .keynote-speakers {
        padding: 70px 0;
    }
    .keynote-speakers .main-content-wrapper {
        gap: 73px;
    }
    .keynote-speakers-secondary-list {
        gap: 70px;
        margin-bottom: 35px;
    }
    .keynote-speaker-name {
        font-size: 30px;
    }
}

/* Conference Highlights Section */
.conference-highlights {
    text-align: center;
}

.conference-highlights h2 {
    text-align: center;
    margin-bottom: 20px;
}

.conference-highlights .main-content-wrapper .button {
    margin: 0 auto;
}

.conference-highlights-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 40px auto 0 auto;
}

.conference-highlight {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
}

.conference-highlight-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden;
}

.light-green {
    background: var(--Green, #77BC00);
}
.light-purple {
    background: var(--Pink, #C028B9);
}
.light-blue {
    background: var(--Light-Blue, #009BDE);
}
.dark-green {
    background: var(--dark-green-ada-compliant, #4E8407);
}
.dark-purple {
    background: var(--Purple, #A49);
}
.dark-blue {
    background: var(--Dark-Blue, #0071CE);
}

.conference-highlight-icon img {
    display: block;
    width: 60%;
    height: 60%;
    object-fit: contain;
}

.conference-highlight h3 {
    margin: 0;
}
.conference-highlight-description {
    max-width: 350px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.conference-highlight-description p {
    margin: 0;
}

@media screen and (min-width: 600px) {
    .conference-highlights-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 45px 40px;
    }
    .conference-highlight-description p, .conference-highlight h3 {
        font-size: 22px !important;
    }
    .conference-highlight-icon {
        width: 150px;
        height: 150px;
        border-radius: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .conference-highlights {
        padding: 70px 0;
    }
    .conference-highlights-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 50px;
    }
}

/* WYSIWYG Section */
.flex-wysiwyg h2:not(#registration .flex-wysiwyg h2) {
    text-align: center;
}
.flex-wysiwyg .button {
    margin: auto;
}

.flex-wysiwyg .below-headline-link {
    display: block;
    margin: 10px auto 25px auto;
}

#registration .flex-wysiwyg a.button {
    padding: 15px 40px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0 0;
}

@media screen and (min-width: 678px) {
    #registration .flex-wysiwyg a.button {
        padding: 25px 80px;
        font-size: 30px;
        margin: 100px 0 0;
    }
}

/* Conference Experience Tiles Section */
.conference-experience-tiles h2 {
    text-align: center;
}
.conference-experience-tiles .button {
    margin: auto;
}

.conference-tiles-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin: 40px auto 0 auto;
}

.conference-tile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.conference-tile h3 {
    margin: 0;
}

.conference-tile-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 180px;
    margin: 0;
    overflow: hidden;
}

.conference-tile-icon img {
    object-fit: cover;
    border-radius: 20px;
}

.conference-tile-description {
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.conference-tile-description p {
    margin: 0;
}

@media screen and (min-width: 600px) {
    .conference-tiles-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 52px 71px;
    }
    .conference-tile-icon {
        height: 273px;
        width: auto;
        border-radius: 40px;
    }
}

@media screen and (min-width: 1024px) {
    .conference-experience-tiles {
        padding: 70px 0;
    }
}

/* Flex Highlight Section */
.flex-highlight {
    background-image: url('../images/CTA.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}

.flex-highlight h2 {
    color: white;
    text-align: center;
}

.flex-highlight .highlight-links {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.button-white {
    background: white;
    color: var(--Purple, #A49);
}

.button-white:hover {
    background: #F9F9F9;
    color: var(--Purple, #A49);
}

@media screen and (min-width: 678px) {
    .flex-highlight {
        padding: 120px 0;
    }
}

/* Dropdown Section */
.flex-dropdown {
    padding: 60px 0;
}

.flex-dropdown h2 {
    text-align: center;
    margin-bottom: 10px;
}

.flex-dropdown h3 {
    text-align: center;
    font-size: 22px;
}

.flex-content .main-content-wrapper p {
    font-size: 18px;
}

.acc-container {
    width: 100%;
    max-width: 800px;
    margin: auto;
    padding-bottom: 20px;
    padding-top: 20px;
}

.acc-container .acc {
    border-bottom: 3px solid var(--darkblue);
}

.acc-container .acc:last-child {
    border-bottom: none;
}

.acc-head {
    padding: 15px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
}

.acc:first-child .acc-head {
    padding-top: 0;
}

.acc-head svg {
    fill: var(--darkblue);
    rotate: 90deg;
    transition: all 0.5s;
}

.acc-head.active svg {
    rotate: 270deg;
}

.acc-head h3 {
    color: var(--darkblue) !important;
    flex-basis: 100%;
    line-height: 40px;
    margin-bottom: 10px;
}

.acc-content {
    padding: 0px 10px 15px;
    display: none;
}

.acc-content p a {
    transition: 0.3s;
    margin: auto;
}

.acc-content ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 25px;
}

.acc-content p {
    font-size: 25px;
    margin-bottom: 25px;
}

/* Corporate Sponsor / Exhibitor Section */
.corporate-sponsor-exhibitor {
    display: flex;
}

.corporate-sponsor-exhibitor .heading-align-above {
    text-align: center;
    margin-bottom: 45px;
}

.corporate-sponsor-exhibitor h3 {
    font-size: 22px;
}

.corporate-sponsor-exhibitor .image-container img {
    border-radius: 30px;
    aspect-ratio: 1 / 1;
    width: 557px;
    height: 557px;
    object-fit: cover;
    object-position: top center;
}

.corporate-sponsor-exhibitor .main-content {
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.corporate-sponsor-exhibitor .main-content.wysiwyg {
    align-items: center;
}

.corporate-sponsor-exhibitor .main-content.wysiwyg .text-content {
    width: 100%;
}

.corporate-sponsor-exhibitor .main-content.wysiwyg .text-content p{
  font-size: 18px;
}

.corporate-sponsor-exhibitor .main-content.wysiwyg .text-content strong,
.corporate-sponsor-exhibitor .main-content.wysiwyg .text-content b {
    font-size: 22px;
}

.corporate-sponsor-exhibitor .content-media-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
    .corporate-sponsor-exhibitor .image-container,
    .corporate-sponsor-exhibitor .video-container {
        order: 2;
        width: 100%;
        max-width: 100%;
    }
    .corporate-sponsor-exhibitor .video-container {
        height: auto;
        aspect-ratio: 558 / 373;
    }
    .corporate-sponsor-exhibitor .image-container img {
        width: 100%;
        height: 400px;
    }
    .corporate-sponsor-exhibitor .main-content .main-content-wrapper {
        order: 1;
        margin-bottom: 25px;
    }
    .corporate-sponsor-exhibitor .main-content.wysiwyg {
        gap: 12px;
    }
}

@media screen and (min-width: 1024px) {
    .corporate-sponsor-exhibitor.img-left .main-content {
        flex-direction: row-reverse;
    }
    .corporate-sponsor-exhibitor .main-content {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
    .corporate-sponsor-exhibitor .main-content .main-content-wrapper {
        width: 50%;
        padding-right: 25px;
    }
}

.conference-exhibitor-grid {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 40px auto 0;
}

.conference-exhibitor {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    text-align: left;
}

.conference-exhibitor-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
    border-radius: 30px;
    overflow: hidden;
}

.conference-exhibitor-icon img {
    display: block;
    width: 55%;
    height: 55%;
    object-fit: contain;
}

.conference-exhibitor-content {
    flex: 1;
    min-width: 0;
}

.conference-exhibitor h3 {
    margin: 0 0 10px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
}

.conference-exhibitor-description {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

.conference-exhibitor-description p {
    margin: 0 0 12px;
}

.conference-exhibitor-description p:last-child {
    margin-bottom: 0;
}

.bottom-conference-links {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .conference-exhibitor {
        gap: 35px;
        flex-direction: row;
        align-items: center;
    }

    .conference-exhibitor-icon {
        flex: 0 0 150px;
        width: 150px;
        height: 150px;
        border-radius: 40px;
    }

    .conference-exhibitor-grid {
        gap: 50px;
        margin-top: 50px;
    }
}

@media screen and (min-width: 1024px) {
    .conference-exhibitor-grid {
        margin-top: 60px;
        padding: 20px 0 0;
    }
}

/* Slider Section */
.flex-content.slider h2 {
    margin-bottom: 0;
}
.flex-content.slider .intro-subheadline {
    font-size: 24px;
    font-weight: 500;
    line-height: 48px;
}

.flex-content.slider.cards {
    position: relative;
    overflow: hidden;
}

.flex-content.slider.cards .container .intro-content {
    text-align: left;
    margin: 0;
}

.flex-content.slider.cards .logo-card-items {
    padding: 0 20px;
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
}

.flex-content.slider.cards .logo-card-items .slick-list {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.flex-content.slider.cards .logo-card-items .slick-track {
    display: flex !important;
    align-items: stretch;
}

.flex-content.slider.cards .logo-card-items .slick-slide {
    height: auto !important;
    float: none;
}

.flex-content.slider.cards .logo-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 40px;
    background-color: var(--White, #FFF);
    padding: 30px 15px;
    margin: 0 4px;
    border: 1px solid #D5D5D5;
    height: auto;
    width: 280px;
    max-width: calc(100vw - 64px);
    box-sizing: border-box;
}

.flex-content.slider.cards .logo-card .slider-icon {
    width: 107px;
    height: 108px;
    border-radius: 20px;
}

.flex-content.slider.cards .logo-card .logo {
    margin: 0 auto 30px;
    height: 65%;
}

.flex-content.slider.cards .logo-card .logo img {
    height: 100%;
    display: block;
}

.flex-content.slider.cards .logo-card .card-content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
    text-align: center;
}

.flex-content.slider.cards .logo-card .card-content h3 {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 20px;
}

.flex-content.slider.cards .logo-card .card-content p {
    font-size: 16px;
    margin-top: auto;
}

.flex-content.slider.cards .logo-card .card-content p:last-of-type {
    margin-bottom: 0px;
}

.flex-content.slider.cards .arrows {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1px;
    background: transparent;
    border-radius: 0;
    width: max-content;
    max-width: none;
    margin: 28px auto 0;
    padding: 0;
}

.flex-content.slider.cards .arrows a,
.flex-content.slider.cards .arrows button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--White, #FFF);
    line-height: 0;
    background-color: #A3A3A3;
    border: 0;
    padding: 14px 22px;
    cursor: pointer;
    flex: 0 0 auto;
}

.flex-content.slider.cards .arrows a img,
.flex-content.slider.cards .arrows button img {
    width: 28px;
    height: 28px;
    display: block;
}

.flex-content.slider.cards .arrows a:first-of-type,
.flex-content.slider.cards .arrows button:first-of-type {
    border-radius: 100px 0 0 100px;
}

.flex-content.slider.cards .arrows a:last-of-type,
.flex-content.slider.cards .arrows button:last-of-type {
    border-radius: 0 100px 100px 0;
}

.flex-content.slider.cards .arrows a:hover,
.flex-content.slider.cards .arrows button:hover {
    opacity: .85;
}

@media screen and (min-width: 768px) {
    .flex-content.slider.cards {
        display: flex;
        align-items: center;
    }

    .flex-content.slider.cards .container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 35px 20px;
    }

    .flex-content.slider.cards .container .intro-content {
        width: 35%;
    }

    .flex-content.slider.cards .logo-card-items {
        position: relative;
        margin-top: 0;
        margin-left: 45%;
        left: auto;
        width: 55%;
        padding: 0;
    }

    .flex-content.slider.cards .logo-card {
        width: 360px;
        max-width: 360px;
    }

    .flex-content.slider.cards .logo-card .logo {
        height: 25%;
    }

    .flex-content.slider.cards .logo-card .card-content h3 {
        margin-bottom: 0;
        min-height: 60px;
        font-size: 22px;
    }
    .flex-content.slider.cards .arrows {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 45%;
        right: auto;
        transform: translate(-100%, -50%);
        border-radius: 0;
        background: transparent;
        padding: 0;
        width: auto;
        margin: 0;
        gap: 1px;
        z-index: 5;
    }

    .flex-content.slider.cards .arrows a,
    .flex-content.slider.cards .arrows button {
        padding: 22px 16px;
    }

    .flex-content.slider.cards .arrows a:first-of-type,
    .flex-content.slider.cards .arrows button:first-of-type {
        border-radius: 30px 0 0 0;
    }

    .flex-content.slider.cards .arrows a:last-of-type,
    .flex-content.slider.cards .arrows button:last-of-type {
        border-radius: 0 0 0 30px;
    }
    .flex-content.slider .intro-subheadline {
        font-size: 37px;
    }
    .flex-content.slider.cards .logo-card .card-content h3 {
        font-size: 26px;
    }
}

@media screen and (min-width: 1024px) {
    .flex-content.slider.cards .logo-card,
    .flex-content.slider.cards .logo-card-items .slick-slide {
        height: 444px !important;
        padding: 72px 23px 50px;
    }
}

/* Table Styling (TablePress) */
.flex-content .tablepress {
    --text-color: #111;
    --head-text-color: #111;
    --head-bg-color: #D5D5D5;
    --odd-text-color: #111;
    --odd-bg-color: #FFFFFF;
    --even-text-color: #111;
    --even-bg-color: #F5F5F5;
    --hover-text-color: #111;
    --hover-bg-color: #EFEFEF;
    --border-color: transparent;
    --padding: 10px 18px;
    width: 100%;
    margin: 0;
    border-collapse: separate;
    border-spacing: 0;
}

.flex-content .tablepress > :not(caption) > * > * {
    padding: var(--padding);
    vertical-align: top;
    border: none;
}

.flex-content .tablepress thead tr th,
.flex-content .tablepress > thead > tr > th {
    background-color: var(--head-bg-color);
    color: var(--head-text-color);
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #FFFFFF;
    font-size: 20px;
}

.flex-content .tablepress thead tr th:last-child,
.flex-content .tablepress > thead > tr > th:last-child {
    border-right: none;
}

.flex-content .tablepress tbody tr td,
.flex-content .tablepress > tbody > tr > td {
    text-align: left;
    vertical-align: top;
    border-top: none;
}

.flex-content .tablepress tbody tr:nth-child(odd) td,
.flex-content .tablepress > tbody.row-striping > tr:nth-child(odd) > td,
.flex-content .tablepress > tbody > tr.odd > td {
    background-color: var(--odd-bg-color);
}

.flex-content .tablepress tbody tr:nth-child(even) td,
.flex-content .tablepress > tbody.row-striping > tr:nth-child(even) > td,
.flex-content .tablepress > tbody > tr.even > td {
    background-color: var(--even-bg-color);
}

.flex-content .tablepress a {
    text-decoration: underline;
}

.flex-content .tablepress-table-wrapper,
.flex-content .dt-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
    .flex-content .tablepress {
        --padding: 16px 12px;
        min-width: 720px;
    }
}

/* Agenda Section */
.flex-agenda h2 {
    text-align: center;
    margin-bottom: 40px;
}

.flex-agenda .agenda-legend {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px 40px;
    margin: 0 auto 50px;
}

.flex-agenda .legend-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.flex-agenda .track-color-circle {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: block;
    margin-top: 2px;
}

.flex-agenda .track-information {
    flex: 1;
    min-width: 0;
}

.flex-agenda .track-number {
    margin: 0 0 4px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    color: #111;
}

.flex-agenda .track-description,
.flex-agenda .track-description p {
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    color: #111;
}

.flex-agenda .table-headline {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.flex-agenda .table-headline h2 {
    margin: 0;
    text-align: center;
}

.flex-agenda .table-headline p {
    margin: 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
}

@media screen and (min-width: 768px) {
    .flex-agenda .table-headline p {
        position: absolute;
        right: 0;
        bottom: 0;
        margin: 0;
        text-align: right;
        max-width: 30%;
    }
}

@media screen and (min-width: 600px) {
    .flex-agenda .agenda-legend {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    .flex-agenda .agenda-legend {
        grid-template-columns: repeat(3, 1fr);
        gap: 40px 50px;
        margin-bottom: 60px;
    }

    .flex-agenda .track-color-circle {
        flex-basis: 60px;
        width: 60px;
        height: 60px;
    }

    .flex-agenda p.track-number {
        font-size: 22px;
    }

    .flex-agenda .track-description,
    .flex-agenda .track-description p {
        font-size: 22px;
    }
}

/* Agenda tables (blue header variant) */
.flex-agenda .tablepress {
    --head-text-color: #FFFFFF;
    --head-bg-color: var(--Dark-Blue, #0071CE);
    --odd-bg-color: #FFFFFF;
    --even-bg-color: #F2F2F2;
    --hover-bg-color: #EAEAEA;
    --padding: 20px 24px;
    margin-bottom: 0;
}

.flex-agenda .tablepress thead tr th,
.flex-agenda .tablepress > thead > tr > th {
    background-color: var(--head-bg-color);
    color: var(--head-text-color);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #FFFFFF;
}

.flex-agenda .tablepress thead tr th:last-child,
.flex-agenda .tablepress > thead > tr > th:last-child {
    border-right: none;
}

.flex-agenda .tablepress tbody tr td,
.flex-agenda .tablepress > tbody > tr > td {
    font-size: 18px;
    line-height: 1.4;
    vertical-align: middle;
    border-top: none;
}

.flex-agenda .tablepress tbody tr td:first-child,
.flex-agenda .tablepress > tbody > tr > td:first-child {
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
    width: 1%;
}

.flex-agenda .tablepress tbody tr td:last-child,
.flex-agenda .tablepress > tbody > tr > td:last-child {
    font-weight: 400;
    text-align: left;
}

/* Hidden markers editors add in TablePress cells, e.g. <span data-track="3"></span> */
.flex-agenda .tablepress [data-track] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media screen and (max-width: 767px) {
    .flex-agenda .tablepress {
        --padding: 16px 14px;
        min-width: 520px;
    }

    .flex-agenda .tablepress thead tr th,
    .flex-agenda .tablepress > thead > tr > th {
        font-size: 18px;
    }

    .flex-agenda .tablepress tbody tr td,
    .flex-agenda .tablepress > tbody > tr > td {
        font-size: 16px;
    }
}

