@import "tct2026constant.css";
@import "partials/layout.css";
@import "partials/default.css";
@import "tct2026-menu.css";
@import url("https://use.typekit.net/tuf3veg.css");
@import url("https://use.typekit.net/owl3kcp.css");
@import "partials/program-at-a-glance.css";
@import "partials/table.css";
@import "partials/home-faculty.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 "tct2025-header.css";
@import url("https://use.typekit.net/owl3kcp.css");
*/
.program__sessionRoom {
    display: none;
}

small {
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
}

.page--faq .siteHeader {
    background-position: center 85%;
}

.home .signup-container p {
    text-align: center;
    color: white;
}

.home .courseDirectors__card {
    border-radius: 8px 8px 0px 0px;
}

.heroLogo {
    object-fit: contain;
}

@media screen and (max-width: 639px) {
    .page--faq .siteHeader {
        background-position: center center;
    }

}

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

.megaMenu__leftPanel a.mega-link {
    color: #04A6E2;
    display: flex;
    gap: 10px;
    align-items: center;
}

.megaMenu__leftPanel a.mega-link img {
    width: 8px;
}

/* nav */
@media screen and (max-width: 1200px) {
    .megaMenu__centerPanel h4 {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    .mobile-pl-40 {
        padding-left: 40px;
    }
}

/*utility styles*/

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

.neon-purple {
    color: #C205EF !important;
}

.purple {
    color: #040883 !important
}

.body a {
    text-decoration: underline;
}

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

ul.white li {
    color: white !important;

}

.body ul li.lime-marker::marker, ul li.lime-marker::marker {
    color: #C8FF4E !important;
}

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

main h3 {
    font-size: 22px !important;
    line-height: 28px;
}

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

.bg-white {
    background-color: white;
}

.bg-gray {
    background-color: #F5F5F5;
}

.bg-blue {
    background: #0000FB;
}

.bg-blue2 {
    background: #040883;
}

.bg-aqua {
    background: #04A6E2;
}

.bg-teal {
    background: #08A7AD;
}

.bg-lime {
    background: #F7FFE4;
}

.bg-pink {
    background: #E30083;
}

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

.bg-lightblue {
    background: #effafd;
}

.bg-orange-purple {
    background: linear-gradient(90deg, #fb8931 0%, #3e0441 100%);
}

.white-children, .white-children *, .white-children a {
    color: white !important;
}

.h-120px {
    height: 120px;
}

.bg-pale-yellow {
    background-color: #FFF6D9;
    border: solid 1px #B4CCD5;
}

.bg-blue-swirl {
    background: url("https://assets.crfconnect.com/meetings/tct2026/page-content/TCT2026_about_crf_meetings_banner.jpg") no-repeat center center;
    background-size: cover;

}

.block-slider.bg-blue-swirl p, .block-slider.bg-blue-swirl h2 {
    color: white !important;
}


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

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

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

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

@media screen and (max-width: 600px) {
    .bg-emailbox {
        background-image: url("https://assets.crfconnect.com/meetings/tct2026/page-content/TCT2026_std_home_cfs_callout_mobile.jpg");

    }

    .bg-grad-blue {
        background-image: url("https://assets.crfconnect.com/meetings/tct2026/pages/shark-tank/TCT2026_medtech_callout_bg_mobile-fix.png");
    }

    .bg-darkblue-grad-weave {
        background-image: url("https://assets.crfconnect.com/meetings/tct2026/page-content/TCT2026_set10_callout_banner_mobile_2026-05-13-184004_rovr.jpg");
    }
}

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

.body .btn, main .btn {
    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 {
    padding: 5px 30px;
    color: white !important;
}

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

    .mobile-h-auto {
        height: auto !important;
    }
}

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

}

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

}

.event-box p {
    color: white !important;
}


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

.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*/


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

#set-10 .table-rounded tbody:last-child tr:last-child td:first-child {
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 0px !important;

}

#set-10 .table-rounded tbody:last-child tr:last-child td:last-child {
    border-bottom-right-radius: 7px !important;
    border-bottom-left-radius: 0px !important;

}

.col-3-3-3-set10 > div > div {
    flex-direction: row;
    flex-wrap: nowrap;
}

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

    .col-3-3-3-set10 > div > div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .col-3-3-3-set10 {
        .box-0, .box-3, .box-1, .box-4, .box-2, .box-5 {
            flex: 1 1 50%;
            max-width: 50% !important;
        }
    }


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

//.faq-wrapper *:first-child, .faq-wrapper .box-0, .faq-wrapper .box-1 {
//    height: 100%;
//}

.faq .chakra-accordion__root {
    min-height: 290px;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 800px) {
    .faq .chakra-accordion__root {
        min-height: auto;
        justify-content: space-between;
        display: flex;
        flex-direction: column;
    }

}

.body ul.blue-bullets li::marker, ul.blue-bullets li::marker {
    color: #04A6E2 !important;
}

/*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: 1000px) {
    .page--medtech-innovation-forum .siteHeader {
        background-position: center center;
    }

    .page--medtech-innovation-forum .rowMatrixBlock > div > div,
    .page--shark-tank .rowMatrixBlock > div > div {
        flex-direction: column;
    }

    .page--medtech-innovation-forum .rowMatrixBlock .verticalDivider,
    .page--shark-tank .rowMatrixBlock .verticalDivider {
        background-color: var(--hr, black);
        height: 1px;
        width: 100%;
    }

    /*
        .page--medtech-innovation-forum .rowMatrixBlock .align-center {
            justify-content: center;
        }

        .page--medtech-innovation-forum .rowMatrixBlock img {
            margin: 0 auto;
        }

     */
}


@media screen and (max-width: 600px) {
    .mobile-maxW-200px {
        max-width: 200px !important;
    }

    .mobile-maxW-130px {
        max-width: 130px !important;
    }

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

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

    .page--medtech-innovation-forum .siteHeader {
        background-position: center right;
    }

}

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

/*Blue Accordion*/
.blue-style h4.chakra-heading {
    background-color: #D8F1FA;
}

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

.blue-style h4.chakra-heading button:is(:hover, :focus) {
    background-color: #D8F1FA;
}

.blue-style a {
    color: #04A6E2 !important;

}

.blue-style a:is(:hover, :focus) {
    color: #04A6E2 !important;
}

.blue-style {

}

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

@media screen and (max-width: 600px) {
    input[name=email] {
        min-width: 200px;
    }
}

/*wire payment page*/
@media screen and (max-width: 600px) {
    .mobile-p-0 {
        padding: 0px;
    }

    .mobile-p-0 .notebox {
        border: transparent !important;
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .mobile-p-0 .bg-darkblue {
        border-radius: 0px !important;
    }

    .mobile-p-0 h1 {
        font-size: 30px !important;
    }
}

/*key dates*/

.slick-slider {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}


ul.green-bullet li::marker, ul.green-bullet li::marker {
    color: #C8FF4E !important;
}

.home .courseDirectorsMatrix__outer {
    background-color: #070A36;
}

.home .courseDirectorsMatrix__outer h3 {
    color: white !important;
    text-align: center;
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 30px;
}

.home .courseDirectors__roles {
    margin-top: 30px;
    margin-bottom: 40px;
    align-items: flex-start;
    justify-content: center;
    gap: 35px
}

.home .courseDirectors__role {
    background: transparent;
    font-size: 16px;
    color: white;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    gap: 5px;
    padding: 0px;
    justify-content: flex-start;
    flex-direction: row;
    width: auto;
}

@media screen and (max-width: 833px) {
    /*
    .home .courseDirectorsMatrix__outer > div:first-child {
        padding-top: 0px;
    }
    */
    .home .courseDirectors__roles {
        margin: 0px auto 20px auto;
        max-width: 490px;
        gap: 10px
    }
}


@media screen and (max-width: 600px) {
    .home .courseDirectorsMatrix__outer h3 {

        margin: 20px 15px 0px 15px;
    }


    .home .courseDirectors__role > div:first-child {
        text-align: left;
        font-size: 15px;
    }

    .home .courseDirectors__roles {
        margin: 20px 30px;
        gap: 10px;
    }
}

.home #courseDirectors .slick-list > div:first-child {
    gap: 8px;
}

.home .courseDirectors__role.active {
    color: #C8FF4E !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}


.gray-border {
    border: solid 1px #B4CCD5;

}

.body .table--borders.table-rounded.inter-table {
    width: 100%;
    display: block;

}

.body .table--borders.table-rounded.inter-table a {
    word-break: break-all;
}

@media screen and (max-width: 800px) {
    .body .table--borders.table-rounded.inter-table a {
        word-break: normal;
    }

    .body .table--borders.table-rounded.inter-table {
        width: 100%;
        display: table;
    }
}

/*linnermier page*/
.award-list a {
    color: black !important;
    font-weight: 400;
}

/*facutly profile page*/
.facultyProfile__page .siteHeader {
    background-image: url('https://assets.crfconnect.com/meetings/tct2026/pages/home-page/TCT2026_home_top_banner_2026-01-12-180550_ajoz.jpg');
}

.facultyProfile__page .siteHeader h1 {
    display: none;
}

.facultyProfile__name {
    color: #040883 !important;
}

.facultyProfile__institution, .facultyProfile__body p {
    color: black;
}


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

.program__page #pageHeader, .atAGlance__page #pageHeader {
    display: none;
}

.email-box.pl-30 > div:first-child {
    padding-left: 30px;
}


.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: white !important;
}

.slick-dots li button:before {
    opacity: 1 !important;
    color: #848282 !important;
}

/*at a glance cark*/
.atAGlance__eventListHeader, .atAGlance__formatSelectorButton, .atAGlance__groupSelectorButton span {
    color: black;
}

/* program guide page */
//.program__searchForm .program__searchForm__button {
//    background-color: #222;
//    color: white;
//    &:hover {
//        background-color: #000;
//    }
//}

/*page--registrationPage*/
.page--registrationPage .siteHeader, .facultyIndex__page .siteHeader {
    background-color: #000;
    background-image: url(https://assets.crfconnect.com/meetings/tct2026/pages/home-page/TCT2026_home_top_banner_2026-01-12-180550_ajoz.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.page--registrationPage .siteHeader h1, .facultyIndex__page .siteHeader h1 {
    display: none;
}

.page--registrationPage .pageBody main h1, .facultyIndex__page .pageBody main h1 {
    color: #040883 !important
}

.page--registrationPage .form--container {
    margin-top: 0px;
    margin-bottom: 0px;
}

/* new pd circle*/
.facultyIndex__page .newActive {
    background: #04a6e2;
    display: block;
    border-radius: 0px;
    margin-bottom: -3px;
    margin-top: 5px;
    height: 6px;
}

.facultyIndex__page .courseDirectors__role {
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 0px 0px 0px;
    font-size: 16px !important;

}

.facultyIndex__page .courseDirectors__role.active {
    font-weight: 600;
    /* font-size: 16px; */
}

.facultyIndex__page .courseDirectors__card_image {
    border-radius: 6px;
}

.facultyIndex__page .courseDirectors__name {
    margin-top: -5px;
    z-index: 99;
    background: #070a36;
    color: white !important;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    padding-top: 8px;
    padding-left: 10px;
    text-align: left;
    padding-bottom: 5px;
}

.facultyIndex__page .courseDirectors__name.long-name {
    padding-bottom: 0px;
    font-size: 12px;
    line-height: 12px;

}

.facultyIndex__page .courseDirectors__name.no-twitter {
    padding-bottom: 37px;
    border-radius: 0px 0px 6px 6px;
}

.facultyIndex__page .courseDirectors__name.long-name + .courseDirectors__twitter {
    padding-bottom: 15px;
}

.facultyIndex__page .courseDirectors__twitter {
    padding-bottom: 18px;
    margin-top: 0px;
    background: #070a36;
    width: 100%;
    padding-left: 10px;
    text-align: left;
    font-size: 12px;
    line-height: 14px;
    border-radius: 0px 0px 6px 6px;
}

.courseDirectors__roles {
    border-bottom: solid 1px transparent;
}

.per-large {
    font-size: 102px;
    line-height: 104px;
}

.page--cath-lab .tct2026Promo .pageWrapper__inner {
    max-width: 1270px;
}

/*SET 10 AND TAB PILL STYLES */

#set-10 .chakra-tabs__list {
    background-color: #F5F5F7;
    padding: 20px 20px;
    border-color: unset;
    gap: 10px;
}

#set-10 .chakra-tabs-parent {
    box-shadow: unset;
}

#set-10 .chakra-tabs__list button {
    border: solid 3px #04A6E2;
    background-color: #F5F5F7;
    border-radius: 8px;
    padding: 10px 20px;
    color: #04A6E2;
}

#set-10 .chakra-tabs__list button:is([aria-selected=true], [data-selected]) {
    background-color: #04A6E2;
    border-color: #04A6E2;
    color: white
}

#set-10 .chakra-tabs__list button:is([aria-selected=true], [data-selected])[data-orientation=horizontal]::before {
    height: 0px;
}

#set-10 .body > .body {
    padding-left: 0px;
    padding-right: 0px;
}

/*dark-table*/
.table-2025 {
    table {
        width: 100%;
        //border-radius: 0px 0px 20px 20px;
        border-collapse: separate;
        border-spacing: 0;
        border-radius: 5px;
        border-bottom: solid 1px #fafbff;
        //margin-bottom: 30px;
    }

    .chakra-tabs__content {
        padding: 0px;
    }

    tbody tr {
        border-bottom: solid 1px #c7ccd0;

    }

    tbody tr:first-child td {
        border-top: solid 1px #c7ccd0;

    }

    tbody tr td {
        border-right: solid 1px #c7ccd0;
        border-bottom: solid 1px #c7ccd0;
    }

    tbody tr td:last-child {
        border-right: solid 1px #c7ccd0;

    }

    tbody tr td:first-child {
        border-left: solid 1px #c7ccd0;
    }

    table tr:last-child {
        border-bottom: solid 2px #c7ccd0;
    }


    th {
        background-color: #333333 !important;
        color: white !important;
        padding: 10px 20px;
        height: auto;

        strong {
            color: white !important;
        }

        p {
            text-align: center;
        }


    }

    td, th {
        text-align: left;
        padding: 10px;

        p {
            margin-top: 0px;
        }
    }


    tbody tr:nth-child(even) {
        background: #fafbff;
        /* var(--table-bgcolor-odd); */
    }

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

.table-2025 .dark-row th, .table-2025 .dark-row td {
    background-color: #333333;
    color: white;
    font-weight: 600;

    p {
        color: white;
        font-weight: 600;
        text-align: center;
    }
}

.table-2025 .green-row td, .table-2025 .green-row th {
    background-color: #1c4467 !important;
    color: white;
    font-weight: 600;

    p {
        color: white;
        font-weight: 600;
    }
}

@media screen and (max-width: 600px) {
    .tabs-matrix:has(#set-10) {
        padding: 30px 0px;
    }

    .tabs-matrix #set-10 .body:has(.body) {
        padding: 0px 30px;
    }

}

/*box layout*/
.box-0-0 .box-0 {
    flex: 0 0 auto;
}

h2 > .large-number {
    font-size: 78px !important;
}

.cfs-arrow {
    opacity: 0;
}

.cfs-box:hover .cfs-arrow {
    opacity: 1;
}

.cfs-box:hover h2 a {
    color: #c8ff4e;
}

.cfs-box:hover .btn-box {
    background: transparent;
    border: solid 2px #c8ff4e;
    color: #c8ff4e;

}

.cfs-box:hover .btn-box svg {
    fill: #c8ff4e !important;
}

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

    .box-0 {
        flex: 1 1 29%
    }

    .box-1 {
        flex: 1 1 37%
    }

    .box-2 {
        flex: 1 1 34%
    }
}


/* Training Pavilions (aka Imaging & Training Center) */
/* Mobile style for long H1 banner text (Training Pavilions page) */

@media screen and (max-width: 600px) {
    h1.mobile-banner-text {
        font-size: 28px !important;
        line-height: 30px !important;
    }

    .workshops-col-1 {
        padding-right: 10px !important;
        border-right: 1px solid #B4CCD5;
        max-width: 150px !important;

        ul {
            li {
                font-size: 16px !important;
            }
        }

    }

    .workshops-col-2 {
        padding-left: 10px !important;
        max-width: 150px !important;

        ul {
            li {
                font-size: 16px !important;
            }
        }
    }
}

/* Signup Text field */

.mx-auto .signup-container {
    margin: 0 auto;
}

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