@import "tht2026constant.css";
@import "partials/layout.css";
@import "partials/default.css";
@import "partials/navbar.css";
@import "partials/table.css";
@import "partials/home-faculty.css";
@import "partials/social-footer.css";
@import "partials/program-at-a-glance.css";
@import url("https://use.typekit.net/dvw1lnf.css");

/* links, btns */

.body a {
    text-decoration: underline !important;
}

.body .btn,
main .btn {
    padding: 10px 15px !important;
    border-radius: 30px;
}

.tctOneImageLayout .btn {
    padding: 10px 50px !important;
}

.body p {
    margin-top: 20px;
}

.body .btn.orange-btn,
.main .btn.orange-btn {
    background-color: #ff9c14 !important;
    &:hover {
        background-color: var(--buttons-bgcolor-hover) !important;
    }
}

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

.blue {
    color: #065090 !important;
}

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

.white {
    color: white !important;
}

strong {
    font-weight: 600;
}

/* layout */
@media screen and (max-width: 1199px) {
    .headerBanner {
        background-position: center top !important;
    }
}

/* Headings */

/* @media screen and (min-width: 577px) {
    h1.font-orbitron {
        font-size: 34px !important;
        line-height: 40px !important;
    }
} */

@media screen and (max-width: 576px) {
    main h1,
    div.tct2025HeroTitle {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    /* main h1,
    div.tct2025HeroTitle {
        font-size: 34px !important;
        line-height: 40px !important;
    } */

    main h2,
    .body h2,
    h2.teal,
    h2.tht-h2 {
        font-size: 22px !important;
        line-height: 28px !important;
    }

    main h3 {
        font-size: 20px !important;
        line-height: 26px !important;
    }

    main h4 {
        font-size: 18px !important;
        line-height: 24px !important;
    }

    main h5 {
        font-size: 16px !important;
        line-height: 20px !important;
    }
}

/* menu */

/* Navbar */

.menu li.highlight > a {
    background-color: #00b3dc !important;
    color: white;
}

.menu li.highlight > a:hover {
    background-color: #065090 !important;
    color: white !important;
}

.menu li.highlight:last-child > a {
    background-color: #ff9c14 !important;
    color: white;
}

.menu li.highlight:last-child > a:hover {
    background-color: #dd4b25 !important;
    color: white !important;
}
/* Apply background color to Register item in navbar for mobile (two additional items are added to the end of mobile - need to shift last child pseudoclass) */
@media screen and (max-width: 1199px) {
    .menu li.highlight:nth-last-child(3) > a {
        background-color: #ff9c14 !important;
        color: white;
    }

    .menu li.highlight:nth-last-child(3) > a:hover {
        background-color: #dd4b25 !important;
        color: white !important;
    }
}

.menubar {
    /* border-bottom: 1px solid #dcddde;
    height: 63px; */
    height: 62;

    > div {
        justify-content: flex-start;
    }

    .menu__menuBtn {
        svg {
            color: #9a9b9b;
            background-color: #ccd0d6;
            box-sizing: content-box;
            border: 10px solid #ccd0d6;
            border-radius: 10px;
            margin-left: 40px;
        }
    }
}

ul.menu {
    border-top-color: #dcddde;
}

.menu__items {
    display: inline-flex;
    justify-content: center;

    > .menu__item {
        border-left: 1px solid #dcddde;
        /* border-bottom: 1px solid #dcddde; */
    }

    > .menu__item:last-of-type {
        border-right: 1px solid #dcddde;
    }
}

.menu__item {
    a {
        padding: 15px 20px;
        font-weight: 500;
        font-size: 15px;
        line-height: 17px;
        color: var(--navbar-color);
    }

    .menu__item {
        a {
            padding: 5px 20px;
        }
    }
}

.menu-isOpen {
    .menu {
        .menu {
            border-top: 1px solid #dcddde;
            border-bottom: 1px solid #dcddde;
        }
    }

    .menu__items {
        width: 100%;
    }
}

/*header*/

.headerBanner {
    .chakra-stack {
        justify-content: flex-start;
        /* gap: 80px; */
        /* Gap for reg opens phase */
        gap: 30px;
    }

    .headerContentTop__head {
        color: white !important;
        font-family: "orbitron", sans-serif;
        font-weight: 700;
        font-size: 30px !important;
        line-height: 38px !important;
    }

    .headerContentTop__sub--text-link {
        text-decoration: underline;
    }

    .headerContentTop__sub--image-link img {
        width: 40px;
        height: auto;
        vertical-align: middle;
        display: inline-block;
    }
}

.headerButtonLinks.headerContent--reg-opens {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    margin-top: 0;
    margin-bottom: 0;

    a {
        cursor: pointer;
        text-decoration: none;
        text-align: center;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 500;
        color: var(--chakra-colors-white);
        border: 3px solid rgb(255, 255, 255);
        border-radius: 50px;
        padding: 10px 25px;
        white-space: nowrap;
    }
    a:hover {
        color: var(--navbar-color-hover);
    }
}
.headerInfoText.headerContent--reg-opens {
    p {
        font-size: 24px;
        margin-top: 10px;
        span.orange {
            color: #ff9c14;
            strong {
                color: #ff9c14;
            }
        }
    }
}

@media screen and (max-width: 832px) {
    .headerContentTop.headerContent--reg-opens {
        flex-direction: column;
        align-items: center;
        margin-top: var(--chakra-spacing-2);
    }

    .headerButtonLinks.headerContent--reg-opens {
        flex-direction: column;
        gap: var(--chakra-spacing-4);
        margin-top: var(--chakra-spacing-4);
        margin-bottom: var(--chakra-spacing-4);
    }
}

@media screen and (min-width: 620px) and (max-width: 832px) {
    .headerContentTop.headerContent--reg-opens {
        width: 55%;
    }
}

@media screen and (max-width: 619px) {
    /* .headerContent--reg-opens {
        width: auto !important; */
    .headerContent:has(> .headerContent--reg-opens) {
        width: auto !important;
    }
    .headerContentTop.headerContent--reg-opens {
        width: 100%;
    }
    .headerContentTop__head.headerContent--reg-opens {
        width: 55%;
    }
    .headerContentTop__sub.headerContent--reg-opens {
        display: flex;
        flex-direction: column-reverse;
        width: 100vw;
    }
    p {
        display: block;
        gap: 0px;
    }
    .headerInfoText.headerContent--reg-opens {
        width: 35%;
        p {
            margin-top: 0 !important;
            margin-bottom: 10px;
            font-size: 18px;
            span.orange {
                display: block;
            }
        }
    }
    .headerButtonLinks.headerContent--reg-opens {
        width: 75%;
    }
    /* } */
}

@media screen and (max-width: 390px) {
    .headerInfoText.headerContent--reg-opens {
        p {
            font-size: 14px;
        }
    }
}

@media screen and (min-width: 1200px) and (max-width: 1590px) {
    .headerBanner {
        background-position: center top;
    }
}

@media screen and (max-width: 1499px) {
    .headerBanner {
        .chakra-stack {
            gap: 40px;
        }

        .headerContent {
            width: 300px;
        }

        /* .headerContent--reg-opens {
            width: auto !important;
        } */
        .headerContent:has(> .headerContent--reg-opens) {
            width: auto !important;
        }
    }
}

@media screen and (max-width: 1199px) {
    .headerBanner {
        .chakra-stack {
            justify-content: flex-start;
            align-items: flex-start;
            gap: 0px;
        }

        .logoWrapper {
            margin-top: 0px;
        }

        .headerContent {
            margin-left: 35px;
            margin-top: 10px;
            width: 45%;

            h2 {
                margin-top: 0px;

                br {
                    display: block;
                }
            }

            p {
                display: flex;
                gap: 10px;
            }

            .headerContentTop__mobile-hide {
                display: none;
            }
        }
        /* .headerContent--reg-opens {
            width: auto !important; */

        .headerContent:has(> .headerContent--reg-opens) {
            width: auto !important;
        }
        .headerContentTop__sub.headerContent--reg-opens {
            display: flex;
            flex-direction: column-reverse;
        }

        .headerInfoText.headerContent--reg-opens {
            p {
                margin-top: 0 !important;
                margin-bottom: 10px;
                display: block;
                gap: 0px;
            }
        }
        /* } */
    }
}

/* @media screen and (min-width: 832px) and (max-width: 1199px) {


} */

@media screen and (max-width: 640px) {
    .headerBanner {
        .headerContent {
            margin-left: 8%;
            margin-top: 0;

            .headerContentTop__head {
                font-size: 20px !important;
                line-height: 28px !important;
            }

            .headerContentTop__display-block {
                display: block;
            }

            .headerContentTop__sub--text-link {
                font-size: 14px;
            }

            .headerContentTop__sub--image-link img {
                width: 25px;
                height: 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;
}

@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: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;
    }
}

/* About THT */
.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;

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

        @media screen and (max-width: 576px) {
            h1 {
                font-size: 32px !important;
                line-height: 36px !important;
            }
        }

        h2 {
            font-weight: 400;
        }

        .box-50 {
            max-width: 420px;

            h2 {
                margin: 0;
            }
        }
    }
}

.bg-hex-your-tht {
    background-repeat: no-repeat;
    background-position: top center;
}

.bg-people {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

    .box-50 {
        max-width: 420px;
    }
}

@media screen and (max-width: 600px) {
    .bg-hex-gradient,
    .bg-hex-gradient.home-bg {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/tht_2026_background_dark_hex-mobile.png") !important;
    }

    .bg-hex-your-tht {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_about_bg_hexagons.png"),
            url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_about_bg_hexagons_mobile21.png");
        background-position:
            top center,
            bottom center;
        background-repeat: no-repeat, no-repeat;
    }

    .bg-people {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_about_photo_bg_mobile.jpg");
    }
}

/*Hero Module*/
div.tct2025HeroTitle {
    font-family: "orbitron", sans-serif;
    font-weight: 700;
    font-style: normal;
}

/* 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;
            }
        }
    }
}

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

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

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

/*Register*/
.tctTabs {
    .chakra-tabs__list {
        background-color: #f2f6fd;

        border: solid 2px #ccd0d6;

        button {
            color: #00b3dc;
            border: solid 3px #00b3dc;

            @media screen and (max-width: 975px) {
                border: solid 3px transparent;
            }
        }

        button[aria-selected="true"] {
            color: white;
            background: #00b3dc;
            border: solid 3px #00b3dc;
        }
    }

    .chakra-tabs__tab-panels {
        border: solid 3px #e8effc !important;
    }
}

.yellow-divider {
    border-width: 4px;
    border-color: #ff9c14 !important;
}

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

.registration-hex-section {
    .box-1 {
        align-content: center;
    }
}

#reg-table {
    a {
        color: var(--a-link, black) !important;
        font-weight: 500;
    }
}

.mcs-on-reg-table {
    table.table.table--borders.table-rounded {
        thead {
            th {
                padding: 20px 10px;
                text-align: center;
                vertical-align: middle;
            }
        }
        tbody {
            td {
                padding: 20px 10px;
                border-right: 1px solid var(--table-border-color, white) !important;
            }
            td:last-child {
                border-right: 0 !important;
            }
        }
    }
}

@media screen and (max-width: 357px) {
    .mcs-on-reg-table {
        table.table.table--borders.table-rounded {
            thead {
                th {
                    font-size: 14px !important;
                    line-height: 20px !important;
                }
            }
            tbody {
                td {
                    font-size: 14px !important;
                    line-height: 20px !important;
                }
            }
        }
    }
}

@media screen and (max-width: 831px) {
    .registration-hex-section {
        .box-0 {
            order: 2;
        }

        .box-1 {
            order: 1;
        }

        .box-2 {
            order: 3;
        }
    }

    .mobile-hide-831 {
        display: none;
    }

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

    .mb-20-831 {
        margin-bottom: 20px !important;
    }

    .twoColumnMatrixBlock {
        .twoColumnMatrixBlock__divider {
            padding-top: 0 !important;
        }
    }

    .hideDividerMobile {
        .twoColumnMatrixBlock__divider {
            display: none !important;
        }
    }
}

@media screen and (min-width: 1200px) {
    .negative-mt-30-xl {
        margin-top: -30px !important;
    }
}

/*Upcoming Card*/

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

.upcoming-title {
    font-family: "orbitron", sans-serif;
    font-size: 42px !important;
    line-height: 44px !important;
    font-weight: 300;
}

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

    .btn {
        border-radius: 30px;
    }
}

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

/* Topics , Categories , Guidelines */

.deadline-container {
    hr {
        margin-top: 0 !important;
    }
}

.background_dark_hex {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/tht_2026_background_dark_hex.png");
    background-size: cover;
}

.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: 500px) {
    .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: cover !important;
    }
}

.tctOneImageLayout {
    .pageWrapper__inner > div {
        border-color: #ccd0d6 !important;
    }
}

.tct2025HeroTitle {
    p {
        color: #ffffff;
        font-family: canada-type-gibson, "Gibson", Arial !important;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 600px) {
    .background_dark_hex {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/tht_2026_background_dark_hex-mobile.png");
        background-size: cover;
    }

    .tctOneImageLayout {
        padding-inline: 0;
        padding-top: 0;
        padding-bottom: 0;
        /* margin-top: 0 !important; */

        /* .pageWrapper__inner > div {
           
            border-left: none;
            border-right: none;
            border-top: none;
            border-bottom: 4px solid #ccd0d6;
            border-radius: 0;

            
        } */
    }

    .pageBody :nth-child(1 of .tctOneImageLayout) {
        margin-top: 30px !important;
        /* border-top: 4px solid #ccd0d6; */
    }
}

.rounded-corners > img,
.rounded-corners {
    border-radius: 30px;
}

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

/* OneImageLayout component (Topics, Categories, Guidelines page) */
button.chakra-accordion__button.btn {
    border-radius: 30px;
    padding: 10px 50px !important;
}

/* Placeholder pages (program guide, program at a glance, crf events app) */

.signup-container {
    margin: 0 auto;
}

/* Attendance */
.background_dark_hotel {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_attendance_hotel_bg.jpg");
    background-size: cover;
    background-position: center center;

    a,
    p {
        color: #ffffff !important;
    }
}

.background_dark_hex_alt {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026-attendance-hex-background.png");
    background-size: cover;

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

    ul,
    li {
        text-align: left;
    }

    ul li::marker {
        color: #ff9c14 !important;
    }
}

@media screen and (max-width: 600px) {
    .background_dark_hex_alt {
        background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_attendance_callout_mobile.png");
        background-size: cover;
        background-position: top center;
    }
}

.orange-section {
    background-color: #ff9c14;
    padding-left: 20px;
    padding-right: 20px;

    p,
    h1,
    h2,
    h3,
    h4,
    a,
    strong {
        color: #ffffff !important;
    }
}

.orange-text {
    color: #ff9c14 !important;
}

/* Heart Team Discount */

.red-text {
    color: #dd4b25 !important;
}

p span.red-text {
    display: inline !important;
    margin-top: 0 !important;
    font-size: 22px !important;
    font-weight: 600;
}

.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-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    &.hex-container--cfs {
        gap: 30px;
    }
    @media screen and (min-width: 900px) and (max-width: 1150px) {
        &.hex-container--cfs {
            grid-template-columns: 1fr 1fr 1fr !important;
        }
    }
    @media screen and (max-width: 899px) {
        &.hex-container--cfs {
            gap: 10px;
        }
    }
}

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

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

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

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

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

.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--dblue--heart-team {
        padding: 0px 70px !important;
    }
}

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

@media screen and (min-width: 900px) and (max-width: 1150px) {
    .hex-col.hex-col--cfs {
        padding: 0 !important;
        height: 230px;
        width: 230px;
        margin: 0px auto 0;
    }
}

@media screen and (max-width: 899px) {
    .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;
    }

    .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 {
        width: 100%;
        margin: 10px auto 0;
        height: 250px;
        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;
        }
    }
}

/* Startup 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;
}

/* International Travel */

.linear-gradient-background {
    background: linear-gradient(90deg, rgb(2, 22, 56), rgb(7, 79, 142));

    p,
    h1,
    h2,
    h3,
    h4,
    a,
    strong,
    ul,
    li,
    ul li::marker {
        color: #ffffff !important;
    }
}

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

/* Hotel */

.text-center-768 {
    text-align: left;
}

@media screen and (max-width: 768px) {
    .text-center-768 {
        text-align: center !important;
    }
}

/* Registration (Reg opens version) */

.thtTabs {
    a {
        color: var(--a-link, black) !important;
        text-decoration: underline;
        font-weight: 500;
        &.btn {
            color: white !important;
        }
    }
}

div.tctOneImageLayout {
    /* Replicate tctOneImageLayout component within tctTabs component */

    div.pageWrapper__inner.regOpensOIL__pageWrapper {
        width: 100%;

        div.regOpensOIL__grid {
            display: grid;
            grid-template-rows: 1fr;
            grid-template-columns: 3fr 2fr;
            overflow: hidden;
            border-radius: 30px 30px 30px 30px;
            border: solid 3px #04a6e2;
            cursor: default;
            pointer-events: auto;

            div.tctOneImageLayout__image.regOpensOIL__image-grid {
                z-index: 3;
                grid-column-start: 2;
                grid-column-end: 3;
                grid-row-start: 1;
                grid-row-end: 1;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;

                div.regOpensOIL__image {
                    width: 100%;
                    height: 100%;
                    border-radius: 30px 0px 0px 30px;
                    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/THT2026_reg_heart_team.png");
                    -webkit-background-size: cover;
                    background-size: cover;
                    -webkit-background-position: center;
                    background-position: center;
                    cursor: default;
                }
            }

            div.regOpensOIL__content-grid {
                grid-column-start: 1;
                grid-column-end: 2;
                grid-row-start: 2;
                grid-row-end: 1;
                z-index: 2;

                div.regOpensOIL__content {
                    padding: 40px 50px;

                    ul {
                        padding-left: 20px;
                    }
                }
            }
        }
    }
}

/* HOME */

h1.large-h1 {
    font-size: 48px;
    line-height: 52px;
}

/*Key Dates*/
.home .keyDates .slick-track {
    gap: 0px;
    align-items: flex-start;
    display: flex;
}

@media screen and (max-width: 600px) {
    .home .keyDates .slick-track {
        display: block;
    }
}

/*.home .keyDates .slick-slide {
    //min-height: 330px;
    //height: 330px;
    //flex: 1 1 16.66%;
    //aspect-ratio: 2/ 2.5;
    height: 360px;
}

//@media screen and (max-width: 600px) {
//    .home .keyDates .slick-slide {
//        height: auto;
//    }
//
//}

.home .keyDates .slick-slide > div {
    height: 100% !important;
    padding: 0px;
}

//.home .keyDates .slick-slide > div > div:first-child {
//    height: 100% !important;
//}

 */

/* Course Directors (home page) */

.home {
    .courseDirectors {
        max-width: 1000px;

        .slick-list > div {
            justify-content: space-evenly;
        }
    }
}

/* Industry Overview */

.map-us {
    fill: #d3d3d3 !important;
    transition: fill 0.5s ease-in-out;
    &.map-orange {
        fill: #ff9c14 !important;
    }
}

.map-ous {
    fill: #b4b4b4 !important;
    transition: fill 0.5s ease-in-out;
    &.map-blue {
        fill: #065090 !important;
    }
}

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

            p {
                font-size: 15px !important;
                line-height: 20px !important;
                span.bold {
                    font-size: 16px !important;
                }
            }
        }
    }
}

/* Block Slider */

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

@media screen and (max-width: 576px) {
    .home {
        .block-slider {
            h2 {
                font-size: 24px !important;
                line-height: 30px !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;
            }
        }
    }
}

/* SPONSORSHIPS */

/* expand all button on accordion */

.tht-accordion {
    button.chakra-button {
        border-radius: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Startup Opportunities */

@media screen and (max-width: 360px) {
    /* Long title clips at smaller viewport */
    .startup-opportunity-hero {
        .tct2025HeroTitle {
            font-size: 30px !important;
            line-height: 32px !important;
        }
    }
}

/* MCS Hands-On Training Day */
.bg-light-right {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/Group-5451.png");
    background-position: calc(70%) -170px;
    background-repeat: no-repeat;
    /* padding: 30px 0px; */
    background-size: 1030px auto;
}

.bg-light-left {
    background-image: url("https://assets.crfconnect.com/meetings/tht2026/page-content/Group-5406.png");
    background-repeat: no-repeat;
    background-position: calc(10%) -250px;
    background-size: 1100px auto;
}

.bg-blue-gradient {
    background: linear-gradient(90deg, #065090 0%, #00b3db 100%) !important;
}

@media screen and (max-width: 450px) {
    .bg-light-right {
        background-position: calc(80%) -170px;
    }

    .bg-light-left {
        background-position: calc(24%) -250px;
    }
}

.mcs-hands-on {
    .hex-col {
        padding: 0px 100px;
        height: 290px;
    }
}

@media screen and (min-width: 355px) and (max-width: 410px) {
    .mcs-hands-on {
        .hex-col {
            padding: 0px 80px !important;
        }
    }
}

@media screen and (max-width: 354px) {
    .mcs-hands-on {
        .hex-col {
            height: 250px !important;
            padding: 0px 70px !important;
            p {
                font-size: 16px !important;
            }
        }
    }
}
