@import "tct2025constant.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 "tct2025-menu.css";
@import "tct2025-header.css";
@import url("https://use.typekit.net/owl3kcp.css");

/*nav adjustment*/
.menu__item {
    a {
        padding: 15px 15px;
    }
}

/* lettering */
.font-kallisto {
    font-family: "kallisto", sans-serif !important;
}

.font-gibson {
    font-family: canada-type-gibson, Arial;
}

.pageBody {
    background-color: white;
}

.chakra-tabs-parent {
    border: solid 1px black;
    border-radius: 20px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    padding: 30px 30px;

    .body {
        padding: 0px
    }
}

.chakra-tabs__tablist {
    gap: 8px;
    border-color: var(--h2);;
}


.__tab_button[aria-selected='true'] {
    color: var(--h2);;
    //border-color: var(--h2);;
    border-bottom-width: 0px;
    font-weight: 600;
    //border-radius: 10px;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    .activeBox {
        height: 5px;
        width: 100%;
        background-color: var(--h2);;
        border-radius: 20px;
    }
}

.__tab_button {
    font-weight: 400;
    color: var(--h2);
    justify-content: center;
}

@media screen and (min-width: 40em) {
    .chakra-tabs__tablist {
        gap: 30px;
    }
}


.chakra-tabs__tab-panels ul {
    list-style-type: disc;
}

.chakra-tabs__tab-panels ul ul {
    padding-left: 0px;
    margin-left: 15px;
}

.body .chakra-tabs .body ul li::before,
.body .chakra-tabs .body ul li ul li::before {
    content: normal;
}

.chakra-tabs__tab-panels ul li::marker {
    color: #194969;
}

.chakra-tabs__tab-panels ul ul li::marker {
    content: "-  ";
    color: #194969;
}

.chakra-tabs__tab-panels ul ul li {
    padding-left: 5px;
}

.chakra-tabs__tab-panels .chakra-accordion {
    margin-top: 20px;
}


/* lettering */
.font-kallisto {
    font-family: "kallisto", sans-serif !important;
}

.font-gibson {
    font-family: canada-type-gibson, Arial;
}

h1, h2 {
    font-family: "kallisto", sans-serif;
}

strong {
    color: var(--bold, inherit);
    font-weight: 600;
}

.white {
    color: white !important;
}

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

.blue {
    color: #0E6FBC !important;
}

.blue strong {
    color: #E30083 !important;
}

.bg-light-blue2 {
    background: #F0F7FC;
}

.bg-light-blue {
    background-color: #EDF7FA;
}

.bg-yellow {
    background-color: #FDFAED;
}

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

.two-column > div > div {
    display: flex;
    gap: 30px;
}

@media screen and (max-width: 831px) {
    .two-column > div > div {
        flex-direction: column;
    }
}


.courseDirectorsMatrix__outer > div:first-child {
    padding-top: 20px !important;
}

.courseDirectorsMatrix__outer .pageWrapper__outer {
    padding-bottom: 0px;
}

.pageBody {
    background-color: white;
}

.socialMediaHome {
    background-color: var(--social-bgcolor);
}

.alert-box {
    background: red;
    color: white !important;
    border-radius: 50px;
    text-align: center;
    padding: 10px 0px;

    strong {
        color: white !important;
    }

    a {

        color: white !important;
        font-weight: normal;
        text-transform: uppercase;
    }
}


/* rounded corner table styles */

.body .table--borders.table-rounded {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    border: 1px solid #B7C0D1 !important;


}

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

.body .table--borders.table-rounded th {
    text-transform: uppercase;
    text-align: center;
}

th {
    height: 64px;
    padding: 0px;
}


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

.body .table--borders.table-rounded th {
    text-transform: uppercase;
    text-align: center;
}


.table-rounded .space-between {
    text-transform: uppercase;
}

.small {
    line-height: 20px;
    display: inline-block;
}

.body .table--borders.table-rounded .table--blank {
    margin-top: 0px !important;
    margin-bottom: 0px !important;

    td {
        border: none !important;
        border-color: transparent !important;
        padding: 10px !important;

        h4 {
            margin: 0px !important;
        }
    }
}

/* Notebox */

.body .notebox {
    //border: 1px solid #d4d8db;
    border: solid thin #C2CAD8 !important;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    border-radius: 30px 30px;
    background-color: white;
}

.body .maxW.notebox {
    width: 100%;
    max-width: 100%;
}

/* Call for Science Topics, Categories, and Guidelines Circle Divs */

.circle-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}

.cfs-circle {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    border: 8px solid #FFFFFF;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    padding: 30px;
    margin-left: -30px;

    .cfs-circle-lead-text {
        display: block;
        text-transform: uppercase;
    }

    &.yellow-circle {
        width: 175px;
        height: 175px;
        background-color: #F3BC00;
        z-index: 20;
        margin-left: 0 !important;
    }

    &.teal-circle {
        width: 200px;
        height: 200px;
        background-color: var(--h2);;
        z-index: 30;
    }

    &.purple-circle {
        width: 225px;
        height: 225px;
        background-color: #130038;
        z-index: 40;
    }

    &.blue-circle {
        width: 250px;
        height: 250px;
        background-color: #003558;
        z-index: 60;
    }

    &.red-circle {
        width: 250px;
        height: 250px;
        background-color: #EE3D2C;
        z-index: 80;
    }

    &.purple-circle2 {
        width: 250px;
        height: 250px;
        background-color: #2C18C7;
        z-index: 100;
    }
}

@media screen and (max-width: 1232px) {
    .circle-flex-container {
        justify-content: center;
        margin-top: 30px;
    }

    .cfs-circle {
        margin-left: 0 !important;
        width: 283px !important;
        height: 283px !important;
    }
}


/* Call for Science Topics, Categories, and Guidelines Submission Deadlines Divs */

.sd-flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;

    margin-top: 30px;
    justify-content: space-between;
}

.sd-tile {
    background-color: #FFFFFF;
    border: 1px solid #C2CAD8;
    box-shadow: 2px 2px 8px rgba(80, 80, 80, .4);
    border-radius: 20px 20px;
    text-align: center;
    align-items: center;
    padding: 20px 24px;
    color: #003558 !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    height: 324px;
    max-width: 282px;
    margin-bottom: 30px;

    .sd-title {
        height: 134px;
    }

    a {
        color: #003558 !important;
        font-weight: 600;
        text-decoration: none;
    }

    .sd-atc-img {
        width: 106px;
        height: 106px;
        margin: 0 auto 16px auto;
    }
}

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

    .sd-flex-container {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;

        margin-top: 30px;
        justify-content: space-between;
    }

    .sd-tile {
        align-content: stretch !important;
        max-width: 100% !important;
        width: 100% !important;
        height: auto !important;

        .sd-title {
            height: auto !important;
            margin-bottom: 20px !important;
        }
    }
}


/* rounded corner table styles for contact us page  */

table.table-rounded--contact-us {
    border-collapse: collapse !important;
    border-spacing: initial !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;

    tr:first-of-type {
        th:first-of-type {
            border-top-left-radius: 20px !important;
        }

        th:last-of-type {
            border-top-right-radius: 20px !important;
        }
    }

    tr:last-of-type {
        th:first-of-type {
            border-bottom-left-radius: 20px !important;
        }

        th:last-of-type {
            border-bottom-right-radius: 20px !important;
        }
    }
}


.verticalDivider {
    width: 1px;
    height: 100%;
    background-color: var(--hr, black);
}

/* TCT Dropdown (drop longer link titles to second line to avoid cropping)*/

.css-sgd74x {
    padding-right: 50px;
}

/*grid swirl -reference about-crf page*/
.grid-swirl-alt {
    grid-template-columns:  1fr 20px !important;
}

.grid-swirl {
    display: grid;
    grid-template-rows: 20px 1fr 20px;
    grid-template-columns: 20px 1fr;

    .swirl-left, .swirl-bottom, .swirl-right {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-end: 5;
        z-index: 0;
        display: flex;
        justify-content: flex-start;

        & > div {
            background-color: #F3BC00;
            height: 100%;
        }
    }

    .swirl-left {
        justify-content: flex-start;
    }

    .swirl-right {
        justify-content: flex-end;
    }

    .swirl-red {
        & > div {
            background-color: #F05142;
        }

    }

    .swirl-left, .swirl-right {
        grid-row-start: 1;

        & > div {
            max-width: 300px;
            width: 100%;
            border-radius: 60px 60px 60px 60px;
        }
    }


    .swirl-bottom {
        grid-row-start: 2;

        & > div {
            width: 90%;
            border-radius: 85px;
        }
    }

    .white-box, .white-box-right { /*right*/
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        z-index: 1;

        & > div {
            background-color: #FFFCF0;
            height: 100%;
            color: black;
            width: 100%;
            border-radius: 50px;
            padding: 40px;
            border: solid thin #C2CAD8;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
        }
    }

    .white-box-left {
        grid-column-start: 1;
        grid-column-end: 2;
    }

    .white-box > div {
        background: white;
    }

    .white-box-red > div {
        background-color: #FFFAFA;
    }
}

/*about crf*/
.logo-lockup {
    .row {
        gap: unset;
        row-gap: 35px;
        align-items: center;
    }

    .box-33 {
        width: 33.33%;
        max-width: 33.33%;
        display: flex;
        justify-content: center;
    }

    img {
        border-radius: 0;
        max-width: 250px;
    }

    hr {
        margin-top: 30px !important;
    }
}

@media screen and (max-width: 800px) {
    .logo-lockup {
        .row {
            row-gap: 55px;
            flex-direction: column;
        }

        hr {
            border-color: transparent !important;
        }
    }
}

.three-col {
    td {
        padding-left: 0px !important;
        text-align: left;
    }
}

//table
.three-col table.table--plain tr > td:first-child {
    width: 75px;
}

.three-col table.table--plain tr > td:nth-child(2) {
    width: 290px;
}

@media screen and (max-width: 600px) {
    .three-col .justify-center {
        justify-content: flex-start;
    }
}

.course-director-header {
    font-size: 32px; //48px;
    line-height: 32px; //48px;
}

@media screen and (max-width: 576px) {
    .course-director-header {
        font-size: 28px; //36px;
        line-height: 28px; //36px;
    }
}

h2.alt {
    color: #5AA1CC !important;
    font-size: 32px !important;
    line-height: 34px !important;
}


.Slider-flex .slick-list {
    display: flex;
}


.table--livecases tr td:nth-child(2) {
    border-right: solid 1px #CCD6DD;
}

.table--livecases tr td:nth-child(odd) {
    min-width: 75px;
    vertical-align: middle;
}

.table--livecases tr td {
    border-top: solid 1px #CCD6DD;
    border-bottom: solid 1px #CCD6DD;
    padding: 20px;
}

.table--livecases tr td:nth-child(even) {
    width: 40%;
    max-width: 200px;
    vertical-align: top;
}

@media screen and (max-width: 600px) {
    .table--livecases tr {
        display: flex;
        flex-direction: column;
        border: none;
        border-bottom: none !important;
    }

    .table--livecases td {
        border: none;
    }

    .table--livecases tr td:first-child {
        border: none;
        width: 100%;
    }

    .table--livecases tr td:nth-child(odd) {
        min-width: 75px;
        border-top: solid 1px #CCD6DD;
        width: 100%;


    }

    .table--livecases tr td:nth-child(even) {

        border-right: none;
        width: 40%;
        max-width: none;
        width: 100%;

    }

}

.whiteBox {
    background-color: #CCD6DD;
    padding: 2px;
}

.whiteBox > div {
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .3);
}

/*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;
    border-radius: 30px;
    background-color: rgb(255, 255, 255);
    width: 100%;
    border: 3px solid rgb(244, 245, 247) !important;
}

.chakra-tabs__tab.__tab_button[aria-selected=true],
.chakra-tabs__tab.__tab_button[data-selected], .chakra-tabs__list {

    border-color: var(--h2);
}


.program__message {
    margin-top: 20px;
}


.border-middle > div.box-50:first-child {
    border-right: solid 1px #B7C0D1;
    padding-right: 20px;
    @media screen and (max-width: 600px) {
        border-right: none;
    }

}

.chakra-tabs-parent .program__body {
    margin-top: 0;
}


.accordion-label {
    font-weight: 500;
}

/*home page*/
.slick-dots {
    bottom: 30px;
}

.slick-dot li {
    margin: 0 2px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #04A6E2;
}

.slick-dots li button:before {
    opacity: 1;
    color: #C4C4C4;
}

main .courseDirectors-btn {
    max-width: 200px;
    padding: 10px 5px;
    border-radius: 20px;
}

.home .keyDates .slick-track {
    gap: 10px;
    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: 310px;
}

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

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

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

.body .btn, main .btn {
    border-radius: 30px;
}

.body .btn-auto, main .btn-auto {
    border-radius: 30px;
    width: auto;
    max-width: none;
    display: inline-block;
    padding: 15px 50px;

}


main p a {
    color: var(--a-link)
}

//@keyframes gradient {
//    0% {
//        background-position: 0% 50%;
//    }
//    50% {
//        background-position: 50% 50%;
//    }
//    100% {
//        background-position: 0% 50%;
//    }
//}


.main-gradient {
    background: linear-gradient(90deg, #04A5E2, #8A00F2);
}

.main-gradient-alt {
    background: linear-gradient(90deg, #1F1C83, #04A5E2);
}

.main-gradient, .main-gradient-alt {
    //background-size: 200% 200%;
    //animation: gradient 15s ease infinite;

    p {
        color: white;

        a {
            color: white !important;
        }
    }

    h3, h4 {
        font-family: canada-type-gibson, Arial;
        color: white !important;

    }

    .btn-clear {
        border: solid 2px white;
        background-color: transparent;
        color: white;

        &:hover {
            color: #0E6FBC !important;
            background-color: white;
        }
    }

    ul {
        color: white;

        li {
            color: white;

            &::marker {
                color: white !important;
            }
        }
    }

}

.aboutButtons {
    background: linear-gradient(90deg, #04A5E2, #8A00F2);
}

.aboutButtons ul li::marker {
    color: var(--bullet-color);
}

@property --c {
    syntax: '<color>';
    inherits: true;
    initial-value: white;
}

@property --p1 {
    syntax: '<percentage>';
    inherits: true;
    initial-value: 0%;
}

@property --p2 {
    syntax: '<percentage>';
    inherits: true;
    initial-value: 100%;
}

.body a.btn-white {
    background: linear-gradient(45deg, #ffffff 85%, #8A00F2 85%, #8A00F2 90%, #ffffff 90%);
    text-transform: uppercase;
    border-radius: 30px;
    color: #19245B !important;
    text-decoration: none !important;
    font-weight: 600;
    width: 100%;
    max-width: none;
    padding: 10px 50px;
    text-align: center;
    display: block;
    transition: all 1s;
}


.body a.btn-red-plain {
    color: #19245B !important;
    background: linear-gradient(45deg, white 85%, #E30083 85%, #E30083 90%, white 90%);
}

.body a.btn-purple-plain {
    color: #19245B !important;
    background: linear-gradient(45deg, white 85%, #8A00F2 85%, #8A00F2 90%, white 90%);
}

.body a.btn-teal-plain {
    color: #19245B !important;
    background: linear-gradient(45deg, white 85%, #04A6E2 85%, #04A6E2 90%, white 90%);
}

.body a.btn-blue-plain {
    color: #19245B !important;
    background: linear-gradient(45deg, white 85%, #0E6FBC 85%, #0E6FBC 90%, white 90%);
}

.body a.btn-red {
    --c: #19245B;
    --p1: 85%;
    --p2: 90%;
    color: var(--c) !important;
    transition: --p1 250ms, --p2 250ms, --c 50ms;
    background: linear-gradient(45deg, white var(--p1), #E30083 var(--p1), #E30083 var(--p2), white var(--p2));
}

.body a.btn-purple {
    --c: #19245B;
    --p1: 85%;
    --p2: 90%;
    color: var(--c) !important;
    transition: --p1 250ms, --p2 250ms, --c 50ms;
    background: linear-gradient(45deg, white var(--p1), #8A00F2 var(--p1), #8A00F2 var(--p2), white var(--p2));
}

.body a.btn-teal {
    --c: #19245B;
    --p1: 85%;
    --p2: 90%;
    color: var(--c) !important;
    transition: --p1 250ms, --p2 250ms, --c 50ms;
    background: linear-gradient(45deg, white var(--p1), #04A6E2 var(--p1), #04A6E2 var(--p2), white var(--p2));
}

.body a.btn-blue {
    --c: #19245B;
    --p1: 85%;
    --p2: 90%;
    color: var(--c) !important;
    transition: --p1 250ms, --p2 250ms, --c 50ms;
    background: linear-gradient(45deg, white var(--p1), #0E6FBC var(--p1), #0E6FBC var(--p2), white var(--p2));
}

.body a.btn-orange {
    --c: #19245B;
    --p1: 85%;
    --p2: 90%;
    color: var(--c) !important;
    transition: --p1 250ms, --p2 250ms, --c 50ms;
    background: linear-gradient(45deg, white var(--p1), #EE3D2C var(--p1), #EE3D2C var(--p2), white var(--p2));
}

.body a.btn-red:hover, .body a.btn-purple:hover, .body a.btn-teal:hover, .body a.btn-blue:hover, .body a.btn-orange:hover {
    --c: #FFFFFF;
    --p1: 0%;
    --p2: 100%;
    color: var(--c) !important;
    transition: --p1 250ms, --p2 250ms, --c 50ms;
}

body .btn.btn-teal-outline {
    color: #04A6E2 !important;
    background-color: transparent;
    border: 4px solid #04A6E2;

    &:hover {
        color: #fff;
        background-color: #04A6E2;
        border-color: #04A6E2;
    }
}

.teal-links {
    a {
        color: #04A6E2 !important;
    }
}


.gray-box-purple-stripe > .pageWrapper__inner {
    padding: 40px;
    border-radius: 30px;
    --p1: 85%;
    --p2: 90%;
    background-color: #F5F5F7;
    /*143px 146*/
    background-size: 107px 107px;
    background-image: url("https://assets.crfconnect.com/meetings/tct2025/page-content/tct2025_contact_purple_accent1.png");
    background-repeat: no-repeat;
    background-position: top right;
}

/*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 #B7C0D1 !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 #B7C0D1 !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: left;
    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: left;


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


    }

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


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

.imageText__gradient {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(90deg, #04A5E2, #8A00F2);

    h2, p, a {
        color: #fff !important;
    }

    a {
        color: #04A6E2;
    }
}

.rounded-grey-bgnd {
    background: #F5F5F7;
    padding: 30px;
    border-radius: 30px;
}

.gray-box-purple-stripe > .pageWrapper__inner {
    padding: 40px;
    border-radius: 30px;
    --p1: 85%;
    --p2: 90%;
    background-color: #F5F5F7;
    /*143px 146*/
    background-size: 107px 107px;
    background-image: url("https://assets.crfconnect.com/meetings/tct2025/page-content/tct2025_contact_purple_accent1.png");
    background-repeat: no-repeat;
    background-position: top right;
}

@media screen and (max-width: 600px) {
    .gray-box-purple-stripe > .pageWrapper__inner {
        padding: 40px 70px 40px 40px;
    }

}

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

.body .table--borders th strong {
    color: white !important;
    font-size: 24px;
    line-height: 26px;
}

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

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

    padding-left: 50px;
}

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

.body .table--borders.table-rounded td {
    border-right: 1px solid #B7C0D1 !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;
}


.page--htmlPage .pageBody main > *:last-child {
    padding-bottom: 0px;
}

.img-slider .slick-slider {
    padding-bottom: 0px;
}

/*tct attendance*/
.white-box {
    background-color: white;
    border-radius: 30px;
    padding: 20px 10px;
    height: 100%;

    strong {
        color: #0E6FBC;
        text-transform: uppercase;
        text-align: center;
        font-weight: 600;
        display: inline-block;
        padding: 0px 10px;
    }

    p {
        color: black;
        text-align: center;
        margin-top: 5px;

    }

    p:first-child {
        margin-top: 0px;
        line-height: 20px;
    }
}

.benefit-white-bg .box-1 {
    padding: 30px 10px;
    background-color: white;
    border-radius: 30px;
    border: solid 1px #EFF2F5;
}

@media screen and (max-width: 1077px) {
    .row-white-box .pageWrapper__inner > div:first-child {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .row-white-box .pageWrapper__inner .body {
        flex: 1 1 48%;
    }
}

.accordions-no-border {
    .chakra-accordion__item:first-of-type {
        border-top: none;
    }

    .chakra-accordion__item:last-of-type {
        border-bottom: none;
    }
}

.two-column.rounded-grey-borders .pageWrapper__inner {
    .box-0, .box-1 {
        padding: 30px;
        border-radius: 30px;
        border: 2px solid #EFF2F5;
    }
}

.right-column-rounded-grey-border .box-1 .pageWrapper__inner {
    padding: 30px;
    border-radius: 30px;
    border: 2px solid #EFF2F5;
}

/* featured on International Travel page */
.right-column-rounded-grey-border-alt .box-1 .pageWrapper__inner {
    padding: 20px 20px;
    border-radius: 30px;
    border: 3px solid #EFF2F5;

}

.right-column-rounded-grey-border-alt .box-1 .pageWrapper__inner .chakra-accordion__item {
    border-color: #EFF2F5;
}

.right-column-rounded-grey-border-alt .box-1 .pageWrapper__inner .accordion-label {
    color: var(--a-link, #0E6FBC)

}

.left-column-no-padding .box-0 div div div {
    padding-left: 0 !important;
    padding-right: 0 !important;

}

/* Gray border container around content block (i.e. press pages) */

.border-radius-gray-border-container {
    > .pageWrapper__inner {
        border-radius: 30px;
        border: 3px solid #EFF2F5;
        padding: 0px 30px;
        margin-bottom: 30px;
        margin-top: 30px;
        /* this is to remove padding added from Craft wrapper block with separate content entry  */

        .body {
            padding-left: 0;
            padding-right: 0;
        }
    }

    &.gray-border-no-mt {
        > .pageWrapper__inner {
            margin-top: 0 !important;
        }
    }

    &.gray-border-text-left {
        > .pageWrapper__inner {
            p, h1, h2, h3, h4 {
                text-align: left;
            }

        }
    }
}

@media screen and (max-width: 425px) {
    .border-radius-gray-border-container > .pageWrapper__inner {
        border-radius: 0;
        border: none;
        padding: 0px 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

}

/* Gray background-color container around content block (i.e. wire payment page) */

.border-radius-gray-background-container > .pageWrapper__inner {
    border-radius: 30px;
    background-color: #F5F5F7;
    background: linear-gradient(45deg, rgb(245, 245, 247) 92%, #F3B200 86%, #F3B200 95%, rgb(245, 245, 247) 81%);
    padding: 0px 30px 30px;
    margin-bottom: 30px;
    /* this is to remove padding added from Craft wrapper block with separate content entry  */

    .body {
        padding-left: 0;
        padding-right: 0;
    }
}

/* register page */

@media screen and (max-width: 800px) {
    .tab-overflow-scroll-mobile {
        overflow: scroll !important;
        padding-right: 30px !important;

    }

    div.chakra-tabs__tab-panel:has(div.tab-overflow-scroll-mobile) {
        padding-right: 0px !important;;
    }

}


.red-stripe {
    color: black;
    border-radius: 30px;
    border: solid 2px #E6EBEE;
    padding: 20px 30px 30px 30px;
    background: linear-gradient(45deg, rgb(255, 255, 255) 86%, #EE3D2C 86%, #EE3D2C 91%, rgb(255, 255, 255) 91%);
}

.blue-stripe {
    color: black;
    border-radius: 30px;
    border: solid 2px #E6EBEE;
    padding: 20px 30px 30px 30px;
    background: linear-gradient(45deg, rgb(255, 255, 255) 86%, #0E6FBC 86%, #0E6FBC 91%, rgb(255, 255, 255) 91%);
}

.yellow-stripe-gray {
    color: black;
    border-radius: 30px;
    border: solid 2px #E6EBEE;
    padding: 20px 50px 30px 30px;
    background: linear-gradient(45deg, #F5F5F7 86%, #F3B200 86%, #F3B200 91%, #F5F5F7 91%);
    height: 100%;
}

.purple-stripe-gray {
    color: black;
    border-radius: 30px;
    border: solid 2px #E6EBEE;
    padding: 20px 50px 30px 30px;
    background: linear-gradient(45deg, #F5F5F7 86%, #6F0E8D 86%, #6F0E8D 91%, #F5F5F7 91%);
    height: 100%;
}


.right-column-border .box-1 {
    border: solid thin #C2CAD8 !important;
    //box-shadow: 1px 1px 3px rgba(0, 0, 0, .4);
    border-radius: 30px 30px;
    background-color: white;
    padding-bottom: 40px;
}

.h0 {
    transition: height 0.8s;
    height: 0px;
}

.hShow {
    transition: height 0.8s;
    height: 25px;
}

@media screen and (max-width: 700px) {
    .tctOneImageLayout {
        padding: 0px;
    }
}

@media screen and (max-width: 600px) {
    .startup-buttons {
        flex-direction: row;
    }

    .startup-buttons p {
        display: block;
        margin: 10px 30px
    }
}


/* Spacing styling for when content blocks stack */

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

    .gap-10-two-columns-stacked {
        .twoColumnMatrixBlock {
            gap: 10px !important;

            > div:nth-child(2) {
                padding: 0 !important;
            }
        }
    }

    .gap-0-two-columns-stacked {
        .twoColumnMatrixBlock {
            gap: 0 !important;
        }
    }

    .do-not-register-row {

        .pageWrapper__inner {
            div {
                gap: 15px;

                .verticalDivider {
                    width: 30%;
                    margin: 0 auto;
                    border-color: black;
                    height: 1px;
                }
            }

        }
    }
}


.home .tctOneImageLayout > div:first-child > div:first-child {
    border-color: #EFF2F5;
}


.home .tctOneImageLayout h2 {
    color: #04A6E2 !important;
    font-family: canada-type-gibson, Arial;
}

.tctOneImageLayout {
    padding: 0px 15px;
}

@media screen and (max-width: 831px) {
    .tctOneImageLayout {
        h2 {
            text-align: center;
        }

        p {
            text-align: center;
        }
    }
}

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

.body p, .home main p, .body .notebox, .accordion-label, .sessionBlock p, .body h2, .body h3, .body h4 {
    text-align: center;
}

.body .table--ScrollWrapper table {
    min-width: auto;
}

.imd-col {
    min-width: 300px;
}

@media screen and (max-width: 600px) {
    .imd-col {
        min-width: 260px;
    }
}

td.white-cell {
    background: white;
}
