@import "tht2027constant.css";
@import "partials/layout.css";
@import "partials/default.css";
@import "tct2026-menu.css";
@import "partials/table.css";
@import "partials/home-faculty.css";
@import "partials/program-at-a-glance.css";
@import url("https://use.typekit.net/dvw1lnf.css");

/* lettering */
/* * {
    line-height: 1.8rem;
} */

/* *[id] {
  scroll-margin-top: 182px; 
} */

html {
    /* Set this to the height of your sticky/fixed header */
    scroll-padding-top: 152px;

    /* Enables smooth scrolling between sections */
    scroll-behavior: smooth;
}

.font-orbitron {
    font-family: "orbitron", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.default-color,
a.default-color {
    color: var(--textcolor) !important;
}
.blue {
    color: #065090 !important;
}
.blue2 {
    color: #040883 !important;
}

.teal,
a.teal {
    color: #00b3dc !important;
}

.teal2,
a.teal2 {
    color: #00e2ff !important;
}

.teal3 {
    color: #20adad !important;
}

.white {
    color: white !important;
}

.orange {
    color: #ff9c14 !important;
}

.red {
    color: #de1351 !important;
}

.red2 {
    color: #ae3a5d !important;
}
.purple {
    color: #7622a2 !important;
}
.orange2 {
    color: #ef7208 !important;
}

strong {
    font-weight: 600;
}

.font-small {
    line-height: 20px !important;
}

/* Elements */

.body a.white {
    color: #fff !important;
}

.body a {
    text-decoration: underline;
}

.body a.btn {
    text-decoration: none;
}

.body .btn,
main .btn {
    padding: 6px 25px;
}

.body .btn.btn-auto,
main .btn.btn-auto {
    padding: 6px 25px !important;
}

button[data-scope] {
    flex-direction: row-reverse;
}

.blue-style .chakra-accordion__root .chakra-accordion__item {
    margin-bottom: 5px;
    background-color: #f5fcfd;
    border-radius: 8px;
    overflow: hidden;
    border-color: transparent;
}

.blue-style h4.chakra-heading {
    background-color: #e3fcff;
}

.blue-style h4.chakra-heading button {
    background-color: #e3fcff;
    padding-left: 20px;
    padding-right: 10px;
}

/* Navbar */

img.heroLogo {
    height: 120px !important;
}

@media screen and (max-width: 530px) {
    img.heroLogo {
        height: auto !important;
        width: 100% !important;
    }
}
.menu__item {
    ul {
        margin-top: -30px !important;
    }
}

.menu__item.auxiliaryMenu__item {
    ul {
        margin-top: 0px !important;
    }
}

.megaMenu__leftPanel {
    background-color: #065090;
}

.megaMenu__leftLink a.mega-link {
    color: #00e2ff;
}

.megaMenu__link {
    color: #065090;
}

.megaMenu__link:hover {
    text-decoration: underline;
}

.megaMenu__centerPanel {
    .chakra-heading {
        color: #065090;
        margin-bottom: 3px;
    }
}

/* BG */

.bg-blue {
    background: #065090;
}

.bg-teal {
    background: #20adad;
}

.bg-pink {
    background: #ae3a5d;
}

.bg-white {
    background: #fff;
}

.bg-darkblue {
    background: #031537;
    color: #fff;
    p,
    ul,
    li,
    strong,
    h1,
    h2,
    h3,
    h4,
    a {
        color: #fff;
    }
}

.bg-blue-gradient-2 {
    background: linear-gradient(230deg, #065090 0%, #00b3db 100%) !important;
    p,
    strong,
    h1,
    h2,
    h3,
    h4,
    ul,
    li,
    a {
        color: #ffffff;
    }
}

/* Hero */
.siteHeader {
    .body {
        .pageWrapper__inner {
            div {
                p,
                strong,
                h1,
                h2,
                h3,
                h4 {
                    color: #fff;
                }
            }
        }
    }
}

/* Home Page */
/* > Hero */

.body h1.large {
    font-size: 46px;
    line-height: 1em;
}

.body h2.large {
    font-size: 36px !important;
    line-height: 1em;
}

.body h1.large.font-orbitron {
    font-size: 46px !important;
    line-height: 1em;
}

.home div.siteHeader {
    background-position: center top !important;
}

@media screen and (min-width: 640px) and (max-width: 1399px) {
    .body h1.large {
        font-size: 4.5vw;
        line-height: 1em;
    }

    .body h2.large {
        font-size: 3.5vw !important;
        line-height: 1em;
    }
}

@media screen and (max-width: 929px) {
    article.home-hero-section h2 {
        max-width: 400px !important;
    }
}

@media screen and (max-width: 639px) {
    .body h1.large {
        font-size: 30px;
        line-height: 1em;
    }

    article.home-hero-section {
        margin-top: 170px !important;
    }

    .body h2.large {
        font-size: 24px !important;
        line-height: 1em;
    }
    div:has(> .home-hero-container) {
        padding-bottom: 20px !important;
    }
}

@media screen and (max-width: 576px) {
    main h1,
    .body h1.large {
        /* font-size: 36px !important; */
        font-size: clamp(32px, 10vw, 40px) !important;
        line-height: 1em !important;
        /* white-space: nowrap; */
    }

    main h2 {
        font-size: 26px !important;
        line-height: 28px !important;
    }

    .body h1.large.font-orbitron {
        /* font-size: 46px !important; */
        font-size: clamp(36px, 10vw, 46px) !important;
        line-height: 1em;
    }
}

/* Block Slider */

.home {
    .block-slider {
        background-position: center calc(20%);
    }
}

@media screen and (max-width: 576px) {
    .home {
        .block-slider {
            h2 {
                font-size: clamp(32px, 10vw, 40px) !important;
                line-height: 1em !important;
                margin-top: 0 !important;
            }
            p {
                font-size: 16px !important;
                line-height: 22px !important;
            }
            ul.slick-dots {
                margin-top: 0 !important;
            }
            .block-slide-container {
                margin-top: 0 !important;
            }
        }
    }
}

/*slider dots*/
.block-slider h2 {
    /* font-family: "orbitron", sans-serif; */
    font-size: 36px !important;
    line-height: 38px !important;
    margin-top: 0px;
}

.block-slider p {
    font-weight: 500 !important;
}

.slick-dots li button:before {
    font-size: 12px;
    color: #c4c4c4 !important;
}

.slick-dots li.slick-active button:before {
    color: #fff !important;
}

/* Key Dates */

@media screen and (max-width: 699px) {
    .wrap-699 {
        white-space: wrap !important;
    }
}

/* > Content */

.background-pos-center {
    background-position: center center !important;
    background-repeat: no-repeat;
}

.signup-container {
    margin-top: 20px;
}

.bg-hex-gradient {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT-2026-about-tht-hex-bg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-hex-gradient.home-bg {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/pages/home-page/THT2026_home_callout_banner.png");
    padding-top: 0;
    padding-bottom: 0;
    h1.large-h1 {
        font-size: 48px;
        line-height: 52px;
    }
}

.bg-top-left-grey-hex {
    background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/hex-top-left.png");
    background-position: top left;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bg-blue-gradient-hex {
    background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/hex-blue-gradient-bg.png");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-blue-gradient-hex2 {
    background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/gradient-blue-light-to-dark-bg.png");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    p,
    strong,
    h1,
    h2,
    h3,
    h4 {
        color: #fff !important;
    }
}

.bg-blue-gradient-hex3 {
    background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/gradient-blue-hex-background.png");
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
}

.background_light_hex {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/Group-5406.png");
    background-repeat: no-repeat;
    background-position: calc(0%) calc(0% - 119px);
    background-size: contain;
}

@media screen and (max-width: 899px) {
    .background_light_hex {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/Group-5428.png");
        background-repeat: no-repeat;
        background-position: calc(0% - 130px) calc(0% - 119px) !important;
        background-size: contain;
    }
}

@media screen and (max-width: 600px) {
    .bg-top-left-grey-hex {
        background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/hex-top-left-mobile.png");
        background-position: top left;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    .bg-blue-gradient-hex,
    .bg-blue-gradient-hex2 {
        background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/hex-blue-gradient-bg-mobile.png");
    }

    .bg-blue-gradient-hex3 {
        background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/gradient-blue-hex-background-mobile.png");
    }

    .bg-hex-gradient.home-bg {
        background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/THT2026_callout_banner_mobile.png");
    }
}

/* About THT */

.box-1-auto .box-1 {
    flex: 1 1 auto !important;
}

@media screen and (max-width: 833px) {
    .box-1-auto .box-1 {
        text-align: center;
    }

    .box-1-auto .box-1 .btn {
        margin: 0 auto;
    }
}

/* About CRF */

p sup {
    font-size: 60% !important;
}

.logo-lockup .row img {
    margin: 0 auto;
    max-width: 280px;
}

.logo-lockup .row:nth-of-type(2) img {
    max-width: 250px;
}

.bg-light {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_about_crf_bg_hex_light.png");
    background-position: top left;
    background-repeat: no-repeat;
    /* padding: 50px 0px; */
    background-size: auto;
}

.bg-dark {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_about_crf_bg_hex_dark.png?");
    background-position: top right;
    background-repeat: no-repeat;
    /* padding: 50px 0px; */
    background-size: auto;
}

.add-to-cal-icon {
    max-width: 52px;
    height: 52px;
    flex: 1 1 2%;
    padding: 10px;
    -webkit-box-pack: center;
    justify-content: center;
    align-items: flex-start;
    background-color: rgb(2, 176, 227);
    --bg-currentcolor: #02b0e3;
    border-radius: 50%;
    display: block;
    svg {
        width: 30px;
        height: 30px;
        font-weight: 600;
        font-size: 30px;
        margin-right: 0px;
        margin-left: 2px;
        margin-top: 2px;
        color: var(--chakra-colors-white) !important;
        fill: var(--chakra-colors-white) !important;
    }
    img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1150px) {
    .row.about-crf-digital-row .box-25 {
        width: 47% !important;
        max-width: 47% !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .bg-light {
        background-size: cover;
    }

    .bg-dark {
        background-size: cover;
    }
}

@media screen and (max-width: 768px) {
    .logo-lockup .row img {
        margin: 20px auto 0 auto !important;
    }

    .logo-lockup .row:nth-of-type(2) img {
        max-width: 280px !important;
    }

    .bg-light {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_about_crf_bg_hex_light_mobile.png");
        background-position: bottom right;
        background-size: auto;
    }

    .bg-dark {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_about_crf_bg_hex_dark_mobile.png");
        background-position: bottom right;
        background-size: auto;
    }
}

.mobile-hide-1029 {
    display: block;
}

.mobile-show-1029 {
    display: none;
}

@media screen and (max-width: 1029px) {
    .mobile-hide-1029 {
        display: none;
    }

    .mobile-show-1029 {
        display: block;
    }

    .mt-0-1029 {
        margin-top: 0 !important;
    }
}

/*Upcoming Card*/

.Upcoming,
.bg-gradient {
    background: #2a7b9b;
    background: linear-gradient(90deg, #00b3db 0%, #065090 100%);
}

.upcoming-title {
    font-size: 34px !important;
    line-height: 36px !important;
    font-weight: 600 !important;
}

.event-box {
    border-radius: 30px;
    border: none;

    .btn {
        border-radius: 8px;
        padding-top: 6px !important;
        padding-bottom: 6px !important;
        height: 36px !important;
        svg.chakra-icon {
            width: 20px !important;
            height: 20px !important;
        }
    }
}

.cal-icon {
    border-radius: 30px;
    padding-left: 4px;
}

@media screen and (max-width: 375px) {
    .event-box {
        max-width: 300px;
        width: 100% !important;
    }
}

/* Contact Us */

.contact-table {
    table.table {
        td:first-child,
        th:first-child {
            padding-left: 50px;
        }
    }

    table.table--borders {
        border: 3px solid var(--table-border-color) !important;

        td:first-child {
            border-left: 0 !important;
        }

        td:last-child {
            border-right: 0 !important;
        }
    }

    table.table--rounded thead:first-child tr:first-of-type th:first-of-type,
    thead:first-child tr:first-of-type td:first-of-type {
        border-top-left-radius: 0 !important;
    }

    table.table--rounded thead:first-child tr:first-of-type th:last-of-type,
    thead:first-child tr:first-of-type td:last-of-type {
        border-top-right-radius: 0 !important;
    }

    table.table--rounded tbody:last-child tr:last-of-type td:first-of-type {
        border-bottom-left-radius: 0 !important;
    }

    table.table--rounded tbody:last-child tr:last-of-type td:last-of-type {
        border-bottom-right-radius: 0 !important;
    }
}

.twoColumnBorder {
    div.pageWrapper__inner {
        div.chakra-stack.twoColumnMatrixBlock {
            div {
                border: 3px solid var(--table-border-color) !important;
                border-radius: 30px !important;
                padding: 20px !important;
            }
        }
    }
}

@media screen and (max-width: 700px) {
    .contact-table {
        table.table {
            td:first-child,
            th:first-child {
                padding-left: 20px;
                width: auto !important;
            }
        }
    }
}

@media screen and (max-width: 600px) {
    .contact-table {
        table.table {
            td,
            th {
                display: block !important;
                padding-left: 30px !important;
                padding-right: 30px !important;
                border-top: 0 !important;
                border-left: 1px solid var(--table-border-color) !important;
                border-right: 1px solid var(--table-border-color) !important;
                border-bottom: 0 !important;

                p {
                    margin-top: 0;
                }
            }

            thead:first-child tr:first-of-type th:last-of-type {
                border-top-right-radius: 0 !important;
            }

            tr {
                th:first-child,
                td:first-child {
                    padding-top: 30px !important;
                }

                th:last-child,
                td:last-child {
                    padding-top: 0 !important;
                    padding-bottom: 30px !important;
                }
            }

            tr:last-of-type td:last-of-type {
                padding-bottom: 30px !important;
            }
        }

        table.table--borders-head-only {
            th:last-child {
                padding-bottom: 30px !important;
            }
        }
    }
}

/* CRF CED Leadership */

@media screen and (max-width: 399px) {
    div.people--grid {
        grid-template-columns: 1fr !important;
    }
}

/* International Travel */

.bg-darkblue-grad {
    background: linear-gradient(90deg, #070a36 0%, #0000fb 100%);
}

@media screen and (max-width: 600px) {
    .mobile-btn-full {
        max-width: 100% !important;
        width: 100% !important;
    }

    .mobile-w-100 {
        width: 100%;
    }

    .mobile-ta-left {
        text-align: left;
    }

    .mobile-h-auto {
        height: auto !important;
    }
    .mobile-column-1 {
        column-count: 1;
    }
    .mobile-column-1 li {
        margin-bottom: 8px;
    }
}

/* Heart Team Discount */

.background-grey-hex {
    .pageWrapper__inner {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/background-grey-hex.png");
        background-repeat: no-repeat;
        background-size: 85%;
        background-position: top left;
    }
}

.hex-col--htd {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 0px 100px;
    height: 320px !important;
    align-content: center;
}

.hex-col--htd h1.font-orbitron {
    font-size: 56px !important;
    line-height: 62px !important;
}

.hex-col--dblue.hex-col--dblue--heart-team {
    padding: 0px 70px !important;
}

@media screen and (min-width: 601px) and (max-width: 1509px) {
    .rowMatrixBlock.mobile-px-30.htd-info .pageWrapper__inner > div:first-of-type {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media screen and (max-width: 601px) {
    .rowMatrixBlock.mobile-px-30.htd-info .pageWrapper__inner > div:first-of-type {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}

@media screen and (min-width: 411px) and (max-width: 1150px) {
    /* .hex-container {
        display: grid;
        grid-template-columns: 1fr;
    } */

    .hex-col--htd {
        width: 370px;
        margin: 10px auto 0;
    }

    .hex-col--dblue--heart-team {
        order: 3 !important;
        p {
            font-size: 16px !important;
            line-height: 22px !important;
        }
    }
}

@media screen and (max-width: 410px) {
    .background-grey-hex {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/background-grey-hex.png");
        background-repeat: no-repeat;
        background-size: 200%;
        background-position: top left;

        .pageWrapper__inner {
            background-image: none;
        }
    }

    .hex-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hex-col--htd {
        width: 100%;
        margin: 10px auto 0;
        height: 250px !important;
        padding: 0 0px !important;
    }

    .hex-col--dblue--heart-team {
        order: 3 !important;
        p {
            font-size: 16px !important;
            line-height: 22px !important;
            width: 200px !important;
            margin: 0 auto !important;
        }
    }
}

/* Emerging Technology Discount */

.hex-overlay-for-gradient-background > div {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/hex-overlay-for-gradient.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.hex-col--etd {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding: 0px 100px;
    height: 320px !important;
    align-content: center;
}

.hex-col--etd h1.font-orbitron {
    font-size: 56px !important;
    line-height: 62px !important;
}

@media screen and (min-width: 411px) and (max-width: 1150px) {
    .hex-col--etd {
        width: 370px;
        margin: 10px auto 0;
    }
}

@media screen and (max-width: 410px) {
    .hex-col--etd {
        width: 100%;
        margin: 10px auto 0;
        height: 250px !important;
        padding: 0 0px !important;
    }
}

/* Hotel Booking */
@media screen and (min-width: 601px) and (max-width: 992px) {
    .row.hotel-info-col {
        div.box-33 {
            border-right: none !important;
            width: 100% !important;
            max-width: 100% !important;
            text-align: left !important;
            padding-left: 0 !important;
            padding-right: 0 !important;
        }
    }
}

/* Industry Overview */

.hex-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.hex-container--industry-overview {
    gap: 20px;
    .hex-col {
        height: auto;
        min-height: 300px;
        .hex-icon {
            height: 75px;
        }
    }
}

.hex-col {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    /* padding: 0px 50px; */
    height: 400px;
    align-content: center;
}

.hex-col p,
.hex-col h1,
.hex-col h2,
.hex-col h3,
.hex-col h4,
.hex-col a,
.hex-col strong,
.hex-col ul li {
    color: #ffffff !important;
}

.hex-col--teal {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/hex-3-5.png");
}

.hex-col--dblue {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/hex-important.png");
}

.hex-col--lblue {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/hex-over-5.png");
}

.hex-col--red {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/hex-1-2.png");
}

.hex-container.hex-container--cfs {
    gap: 30px;
}

.hex-col.hex-col--cfs {
    padding: 0 !important;
    height: 230px;
}

@media screen and (min-width: 900px) and (max-width: 1150px) {
    .hex-container.hex-container--cfs {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    .hex-col.hex-col--cfs {
        padding: 0 !important;
        height: 230px;
        width: 230px;
        margin: 0px auto 0;
    }
}
@media screen and (max-width: 899px) {
    .hex-container.hex-container--cfs {
        gap: 10px;
    }

    .hex-col.hex-col--cfs {
        padding: 0 !important;
        height: 200px;
        width: 230px;
        margin: 0px auto 0;
    }
}

@media screen and (min-width: 411px) and (max-width: 1150px) {
    .hex-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    /* .hex-col {
        width: 370px;
        margin: 10px auto 0;
    } */
}

@media screen and (max-width: 410px) {
    .hex-container {
        display: grid;
        grid-template-columns: 1fr;
    }

    /* .hex-col {
        width: 100%;
        margin: 10px auto 0;
        height: 250px;
        padding: 0 0px !important;
    } */

    .hex-container--industry-overview {
        .hex-col {
            /* height: auto; */
            min-height: 250px;
            p span.bold {
                font-size: 16px;
                line-height: 20px;
            }
            .hex-icon {
                height: 50px;
            }
        }
    }
}

@media screen and (min-width: 601px) and (max-width: 992px) {
    .quotation-section {
        .box-25 {
            width: 20% !important;
            max-width: 24% !important;
            flex-grow: 1 !important;
        }
        .box-50 {
            flex: 1 1 42% !important;
        }
    }
}

.blue-hover {
    padding-top: 0px;
    padding-bottom: 0px;
}

.blue-hover p {
    line-height: 26px;
}

.blue-hover .pageWrapper__inner {
    transition: background-color 0.3s ease-in-out;
    padding: 20px;
    border-radius: 0px;
    overflow: hidden;
}

.blue-hover.blue-hover--border-bottom .pageWrapper__inner {
    border-bottom: 1px solid var(--accordion-border);
}

.blue-hover.blue-hover--border-top .pageWrapper__inner {
    border-top: 1px solid var(--accordion-border);
}

.blue-hover .pageWrapper__inner:hover {
    background-color: #e3fcff;
    border-bottom: none !important;
    border-top: none !important;
    border-radius: 8px;
}

/* The below hover style works on default where component is directly on page (ex. Overview Industry page) */
/* When the first blue-hover container is hovered, 
   target the inner wrapper of the NEXT blue-hover container */
.blue-hover:has(> .pageWrapper__inner:hover) + .blue-hover.blue-hover--border-top .pageWrapper__inner {
    border-top: none !important;
}

/* The below hover style works when component is featured in a subpage that appears through a wrapper (ex. Emerging Tech Opp page) */
/* 1. Find the unclassed div that CONTAINS a hovered .blue-hover element */
div:has(> .blue-hover:hover) 
/* 2. Find its subsequent sibling div that contains the border element */
+ div:has(> .blue-hover.blue-hover--border-top) 
/* 3. Target the inner element to remove the border */
.pageWrapper__inner {
    border-top: none !important;
}

.border-radius-sm {
    border-radius: 8px;
    overflow: hidden;
}

/* Affiliate Meetings */

.col-3-2-1 {
    /* max-width: 1100px; */
    margin: 0 auto;

    .box-0 {
        flex: 1 1 40%;
    }

    .box-1 {
        flex: 1 1 36%;
    }

    .box-2 {
        flex: 1 1 24%;
    }
}

@media screen and (max-width: 768px) {
    .am-calendar-row {
        .box-25 {
            width: 20% !important;
            max-width: 24% !important;
            flex-grow: 1 !important;
        }

        .box-75 {
            flex: 1 1 74% !important;
        }
    }
}

@media screen and (max-width: 831px) {
    .twoColumnMatrixBlock__divider--831-hide {
        .twoColumnMatrixBlock {
            gap: 20px !important;
        }
    }

    .twoColumnMatrixBlock__divider--831-resize {
        .twoColumnMatrixBlock {
            gap: 10px !important;
            .twoColumnMatrixBlock__divider {
                padding-top: 0 !important;
            }
        }
    }

    .twoColumnMatrixBlock__divider--831-resize20 {
        .twoColumnMatrixBlock {
            gap: 20px !important;
            .twoColumnMatrixBlock__divider {
                padding-top: 0 !important;
            }
        }
    }
}

/* Academic Satellite Programs */

@media screen and (max-width: 992px) {
    .mx-center-992 {
        margin: 0 auto !important;
    }

    .center-mobile-992,
    .mobile-center-992 {
        text-align: center !important;
    }
}

/* Hands-On Training */

@media screen and (min-width: 993px) {
    .mx-right-993 {
        margin: 20px 0 0 auto !important;
        display: block !important;
    }
}

/* .program-higlights-container {
} */

div.program-higlights-desc {
    border-left: 1px solid var(--accordion-border);
    min-height: 150px;
    padding: 0 10px;
}

div.program-higlights-desc.program-higlights-desc--1 {
    border-left: none !important;
}

div.why-support-container {
    background-color: #e3fcff;
    padding: 40px 40px 30px;
    margin-top: 80px;
    .why-support-icon {
        width: 100px !important;
        height: auto;
        /* position: absolute; */
        margin-top: -92px;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    div.program-higlights-desc.program-higlights-desc--3,
    div.program-higlights-desc.program-higlights-desc--5 {
        border-left: none !important;
    }

    div.program-higlights-desc {
        min-height: 100px;
    }
}

@media screen and (max-width: 768px) {
    div.program-higlights-desc {
        border-left: none;
        min-height: auto;
        padding: 0;
    }
}

/* SPONSORSHIPS */

/* expand all button on accordion */

.tht-accordion {
    .body {
        padding-top: 20px;
    }
    button.chakra-button {
        border-radius: 8px !important;
    }
}

.chakra-button.btn.btn-small.btn-expand {
    border-radius: 8px !important;
    margin-bottom: 20px !important;
}

/* Page Wrapper  */

.body > .pageWrapper__inner,
.email-box > .pageWrapper__inner,
.pageWrapper__outer #pageHeader,
.rowMatrixBlock > .pageWrapper__inner,
.wrapperMatrixBlock > .pageWrapper__inner,
.programGuide__wrapper > .pageWrapper__inner {
    margin: 0 auto;
    max-width: 1450px;
}

/* Registration portal */

.page--registrationPage {
    .siteHeader {
        background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/THT2026_Design_Graphic_Header.png");
        h1 {
            color: #fff !important;
        }
    }
    .pageBody {
        #title {
            font-family: "orbitron", sans-serif;
            font-weight: 700;
            font-style: normal;
        }
        button.chakra-button {
            border-radius: 8px;
            overflow: hidden;
        }
    }
}

@media screen and (max-width: 730px) {
    .page--registrationPage {
        .siteHeader {
            background-image: url("https://assets.crfconnect.com/meetings/tht2027/page-content/THT2027_mobile_banner_reg.png");
            h1 {
                max-width: 300px;
            }
        }
    }
}

/* Program Guide, PAAG Placeholders */

div.program__page,
div.atAGlance__page {
    #pageHeader {
        margin-top: 50px;
    }
}

/* Chatbots */
.chatbotHeader__title {
    font-family: "orbitron", sans-serif;
}
