@import "tct2026constant.css";
@import "partials/layout.css";
@import "partials/default.css";
@import "tct2026-menu.css";
@import "partials/table.css";
@import url("https://use.typekit.net/tuf3veg.css");
@import url("https://use.typekit.net/owl3kcp.css");

/*tct industry nav adjustment*/
.heroLogo {
    height: 140px;
    object-fit: contain;
    object-position: top;
}

@media screen and (max-width: 1200px) {
    .heroLogo {
        height: 90px;
        object-fit: cover;
    }
}

@media screen and (max-width: 600px) {
    .heroLogo {
        height: 70px;
        object-fit: contain;
    }
}

.menu__items {
    flex-wrap: wrap;
    margin-left: 15px;
}

.menu__items > .menu__item > a {
    padding: 10px 15px;
}

/*tabs*/
.table--nosides tr td:first-child {
    border-left: 1px solid transparent !important;
    width: 50%;
}

.table--nosides tr td:last-child {
    border-right: 1px solid transparent !important;
}


.chakra-tabs-parent {
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    padding: 30px 30px;
    box-shadow: none;
    border: 4px solid #EFF2F5 !important;
    border-radius: 10px !important;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: initial !important;

    .body {
        padding: 0px
    }
}

.chakra-tabs__tab.__tab_button[aria-selected=true],
.chakra-tabs__tab.__tab_button[data-selected], .chakra-tabs__list {
    justify-content: flex-start;
    gap: 20px;
    border-color: var(--h2);
}

/*table*/
.body .table--first td:first-child strong {
    font-weight: 600;
}

@media screen and (max-width: 600px) {
    .body .table--first th:first-child, .body .table--first td:first-child {
        width: 200px !important;
        padding-left: 30px !important;
        padding-top: 15px !important;
    }
}


.table--first tr td:first-child {
    padding-left: 50px;
    vertical-align: top;
}

.table--first tr td:nth-child(2) {
    strong {
        font-weight: normal;
    }

    padding-left: 50px;
}

table.table--first {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.body .table--borders.table-rounded td {
    border-right: 1px solid #EFF2F5 !important;
    border-bottom: none !important;
}

//.body .table--borders.table-rounded td:first-child p {
//    font-weight: 500 !important;
//}

.body .table--borders.table-rounded td p {

    color: #031537 !important;
}

.body .table--borders.table-rounded td a {
    color: #0e6fbc !important;

}

.body .table--borders.table-rounded td a.btn {
    color: #FFFFFF !important;

}

.body .table--borders.table-rounded td {
    border-right: 1px solid #EFF2F5 !important;
    border-bottom: none !important;
}

.body .table--borders.table-rounded thead td:first-child {
    border-right: 1px solid white !important;
}

.indent-body .pageWrapper__inner {
    max-width: 1000px;
}

.body .table--borders.table-rounded th {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px !important;
    line-height: 26px !important;
}

.body .table--borders thead tr, .body .table--borders thead th, .body .table--borders tbody th {
    background: var(--table-header-bgcolor);
    color: var(--table-header-color, white);
    font-weight: 500 !important;
    border-color: white !important;
    text-align: center;
    padding: 10px 20px;


    strong {
        color: var(--table-header-color, white) !important;


    }

    p {
        color: var(--table-header-color, white) !important;
        font-weight: 600 !important;
    }
}

.table--borders tbody tr:nth-child(even) {
    background: var(--table-bgcolor-odd);
}

.table--borders tbody tr:nth-child(odd) {
    background: var(--table-bgcolor-even);
}


.rowMatrixBlock.col-1-1 {
    .box-1, .box-0 {
        flex: 1 1 50%;
        max-width: 50%;

        .table {
            width: 100%;
        }
    }
}

.rowMatrixBlock .table--ScrollWrapper > table {
    min-width: auto;
}

@media screen and (max-width: 700px) {
    .rowMatrixBlock .table--ScrollWrapper > table {
        min-width: 600px;
    }
}

.chakra-tabs__list > button > span {
    margin: 0 auto;
}

/*utility styles*/
.body > .pageWrapper__inner, .email-box > .pageWrapper__inner, .pageWrapper__outer #pageHeader,
.rowMatrixBlock > .pageWrapper__inner, .wrapperMatrixBlock > .pageWrapper__inner, .pageBody > main > div > .pageWrapper__inner {
    margin: 0 auto;
    max-width: 1450px;
}

.siteHeader h1:first-child {
    margin-top: 0px;
}

@media screen and (max-width: 700px) {
    .siteHeader h1:first-child {
        margin-top: 30px !important;
    }
}


.font-zekton {
    font-family: "zekton", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.font-kallisto {
    font-family: "kallisto", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.body h2 {
    font-size: 26px;
    line-height: 30px;
}

.darkblue {
    color: #040883 !important
}


.lime, a.lime {
    color: #C8FF4E !important;
}

.blue {
    color: #04A6E2 !important;
}

.blue2 {
    color: #0E6FBC !important
}

.pink {
    color: #E30083 !important
}

.black {
    color: black !important
}

ul.black-dots li::marker {
    color: black;
}

.body a {
    text-decoration: underline;
}

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


/*other font sizes*/
.home .siteHeader .body h1.large.lime {
    font-size: 58px;
    line-height: 60px;
}

.home .siteHeader .body h1.white.font-kallisto {
    font-size: 40px;
    line-height: 42px;
}

@media screen and (max-width: 600px) {
    .home .siteHeader .body {
        padding-right: 10px;
    }

    .home .siteHeader .body h1.large.lime {
        font-size: 44px;
        line-height: 46px;
    }

    .home .siteHeader .body h1.white.font-kallisto {
        font-size: 34px;
        line-height: 36px;
        margin-bottom: 10px !important;
    }
}

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

/*Row*/
.blue-hover {
    padding-top: 0px;
    padding-bottom: 0px;

}

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

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

.blue-hover .pageWrapper__inner:hover {
    background-color: #D8F1FA;
}

@media screen and (max-width: 700px) {

    .mobile-maxW-65per {
        max-width: 65% !important;
    }
}

.body > .pageWrapper__inner {
    margin: 0 auto;
}

/*home page styles*/
.signup-container button {
    background: #edf2f7;
    color: #666666;
}

.bg-darkblue {
    background: #070A36;
}

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

.bg-grad-blue {
    background-image: url("https://assets.crfconnect.com/meetings/tct2026/page-content/TCT2026_about_crf_meetings_banner.jpg");
    background-size: cover;
    background-position: center center;
}

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

.body .btn, main .btn {
    width: auto;
    max-width: 350px;
    display: inline-block;
    padding: 5px 25px;
}

.event-box .btn {
    max-width: none;
    padding: 5px 25px;
    border-radius: 10px;
    width: auto;

}

.body .btn.btn-auto, main .btn.btn-auto {
    width: auto;
    min-width: 270px;
    padding: 5px 30px;
}

.btn {
    border-radius: 5px;
}

.body .btn.btn-lime, main .btn.btn-lime {
    color: #070A36 !important;
    background-color: #C8FF4E !important;
}

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

/*Upcoming Card*/
.upcoming-title {
    max-width: 800px;
    margin: 30px auto 40px auto;

}

.event-box {
    border-radius: 30px;
    color: white;
    border-color: white;

}


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

/*table styles*/
.body .table--borders.table-rounded {
    /* //border: 2px solid #EFF2F5 !important; */
    box-shadow: none;
    border: 4px solid #EFF2F5 !important;
    border-radius: 10px !important;
    overflow: hidden;
    border-collapse: separate !important;
    border-spacing: initial !important;
}

div.table-border-radius-10 {
    border-radius: 10px !important;
    overflow: hidden !important;
    display: inline-block !important;
    width: fit-content !important;
    border: 4px solid #EFF2F5 !important;
}

.table--first tr th {
    padding: 20px;
}

.table--first tr th:first-child {
    width: 400px;
    border-right: solid 1px white;
}

.table tr td {
    vertical-align: middle;
}

.table--first tr:nth-child(even) td {
    background-color: #ECF4FC55;
}

.table--padding td, .table--padding th {
    padding: 10px 20px;
}

.table--center-exceptFirst td, .table--center-exceptFirst th {
    text-align: center;
}

.table--center-exceptFirst td:first-child, .table--center-exceptFirst th:first-child {
    text-align: left;
}

.table--row-colors tr:nth-child(even) td {
    background-color: #ECF4FC55;
}

.table--row-colors tr:nth-child(odd) td {
    background-color: white;
}

/* .body .table--borders thead tr*/

.body table.table-standard, .table-standard, .tab-standard tr td, .table-standard tr th, .table-standard tr td p, .table-standard tr th p {
    font-size: 16px !important;
    line-height: 22px !important;
}


.table--borders th {
    border: solid 1px #EFF2F5;
}

.table-rounded tr th:first-child {
    border-top-left-radius: 7px;
}

.table-rounded tr th:first-child {
    border-top-right-radius: 7px;
}

@media screen and (max-width: 600px) {

    table.table.table--first {
        min-width: 0px;

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

        }

        h2 {
            margin-top: 0px;
            margin-bottom: 0px;
        }

        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;
                border-right: solid 1px transparent !important;
            }

            th {
                border-right: solid 1px transparent !important;
            }

            td:first-child {
                border-top: solid 1px #EFF2F5 !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;
        }
    }


}


.table--first tr td:first-child {

    h2 {
        font-weight: bold;
        font-size: 26px;
    }

    p {
        font-weight: bold;
        font-size: 26px;
        line-height: 28px;
        color: #040883;

        strong {
            font-weight: 600;
        }
    }
}

.body .table--borders thead tr, .body .table--borders thead th, .body .table--borders tbody th {
    background: var(--table-header-bgcolor);
    color: var(--table-header-color, white);
    font-weight: 500 !important;
    border-color: white !important;
    text-align: left;


    strong {
        color: var(--table-header-color, white) !important;
    }

    p {
        color: var(--table-header-color, white) !important;
        //font-weight: 600 !important;
    }
}


.table--borders td {
    border-right: 1px solid #EFF2F5;
    border-bottom: 1px solid #EFF2F5;
    border-color: #EFF2F5;
}

.wrapperMatrixBlock.pl-0 .box-0 .body {
    padding-left: 5px;
}

@media screen and (max-width: 1231px) {
    .wrapperMatrixBlock.pl-0 .box-0 .body {
        padding-left: 15px;
    }

}

@media screen and (max-width: 800px) {

    .wrapperMatrixBlock.flex > div > div:first-child {
        flex-direction: column;
    }

    .wrapperMatrixBlock.mobile-gap-20 > div > div:first-child {
        gap: 20px;
    }
}

h4 + ul {
    margin-top: 10px !important;
}

body p {
    margin-top: 10px;
}

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

/*
.chakra-tabs-parent .body p, .chakra-tabs-parent .home main p, .chakra-tabs-parent .body .notebox, .chakra-tabs-parent .accordion-label, .chakra-tabs-parent .sessionBlock p, .chakra-tabs-parent .body h2, .chakra-tabs-parent.body h3, .chakra-tabs-parent .body h4 {
    text-align: center;
}
*/
@media screen and (max-width: 600px) {
    .rowMatrixBlock.col-1-1 {
        .box-0, .box-1 {
            flex: 1 1 100%;
            max-width: 100%;
        }

    }
}