@import "complications2026constant.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 "partials/components.css";
/* @import "partials/new-menu.css"; */
@import url("https://use.typekit.net/wuq0kti.css");

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

.blue{
    color: #002480 !important;
}

.blue-bg{
    background-color: #002480 !important;
}

.btn{
    border-radius: 50px;
}

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

.body h1{
    font-size: 60px;
    line-height: 62px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: "quicksand", sans-serif !important;
}

.body h1.large{
    font-size: 80px;
    line-height: 82px;
}

.body h2{
    font-size: 36px !important;
    line-height: 38px !important;
    font-weight: 500;
}

.body h4{
    font-size: 20px !important;
    line-height: 22px !important;
}

.body a.inherit,
.inherit{
    color: inherit !important;
}

.block-slider h2{
    font-family: "quicksand", sans-serif;
    text-transform: uppercase;
    font-size: 62px !important;
    line-height: 64px !important;
    font-weight: 500 !important;
}

strong {
    font-weight: 600;

    &.w500 {
        font-weight: 500;
    }
}

@media screen and (max-width: 1024px) {
    .body h1{
        font-size: 40px !important;
        line-height: 42px !important;
    }

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

    .block-slider h2{
        font-size: 36px !important;
        line-height: 38px !important;
    }
}

@media screen and (max-width: 400px) {
    .body h1{
        font-size: 30px !important;
        line-height: 32px !important;
    }

    .body h2{
        font-size: 24px !important;
        line-height: 26px !important;
    }

    .block-slider h2{
        font-size: 24px !important;
        line-height:26px !important;
    }
}

/* Layout */
.bg-left{
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}

.bg-right-wrapper{
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    background-image: url(https://assets.crfconnect.com/meetings/complications2026/homepage/IC2026_home_top_arc_right.png);
    background-size: contain;
}

.circle{
    width: 240px;
    height: 240px;
    padding: 12px;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    border: 6px solid white;
}

.circle p{
    text-align: center;
}

.circle p:first-of-type{
    font-size: 34px;
    line-height: 34px;
    font-weight: 600;
    margin: 0;
}
.circle p:last-of-type{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    margin: 0;
}

.raised-wrapper{
    position: relative;
}

.block-slider a.btn{
    border-radius: 50px;
    width: 240px;
    color: white !important;
}

.block-slider > div{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.pb-150{
    padding-bottom: 150px !important;
}

.pb-225,
.pre-raised-row{
    padding-bottom: 225px !important;
}

.pt-150{
    padding-top: 150px !important;
}

@media screen and (max-width: 600px) {
    .pre-raised-row{
        padding-bottom: 185px !important;
    }
}

/* Header */
.headerBanner{
    padding-right: 240px;
}
.headerBanner .headerContentTop{
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.headerBanner .headerContentTop__head{
    font-size:36px;
    line-height: 38px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    font-family: "quicksand", sans-serif !important;
}

.headerBanner .headerButtonLinks{
    font-size:20px;
    line-height: normal;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
}

.headerBanner .headerButtonLinks svg{
    width: 1em;
    height: 1em;
    display: inline-block;
    line-height: 1em;
    flex-shrink: 0;
    color: currentcolor;
    vertical-align: middle;
    fill: rgb(255, 255, 255);
    font-size: 34px;
    margin-left: 20px;
    cursor: pointer;
}

.headerBanner > div.chakra-stack {
    justify-content: flex-start;
    gap: 40px;
}

.headerBanner .logoWrapper{
    width: 100%;
    max-width: 600px;
    margin: 0 !important;
}

@media screen and (max-width: 1199px) {
    .headerBanner{
        padding-right: 15px;
        min-height: 700px
    }
    .headerBanner .headerContentTop{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    .headerBanner .headerContentTop__head{
        font-size:30px;
        line-height: 32px;
    }

    .headerBanner .headerButtonLinks svg{
        font-size: 30px;
    }

    .headerBanner > div.chakra-stack {
        align-items: flex-start;
        gap: 15px;
    }

    .headerBanner .headerContent{
        padding-left: 32px;
    }

}

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

    .headerBanner .headerContent{
        padding-left: 22px;
    }

    .headerBanner .headerContentTop__head{
        font-size:24px;
        line-height: 26px;
    }


    .headerBanner .headerButtonLinks{
        font-size:18px;
    }


}

/* Navbar */
.menubar {
    display: block;

    > div {
        display: block;
    }

    > div > .menu {
        position: relative;
        text-align: center;
    }
}

.menu {
    background-color: var(--menu--navbar-bg-color);
}

.menu .menu {
    background-color: var(--menu--navbar-bg-color);
}

.menu__closeBtn {
    > div {
        margin: 0 auto;
    }
}

.menu-isOpen .menu__menuBtn {
    display: none;
}

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

    > .menu__item {
        border-left: 1px solid #ddd;
    }

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

}

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

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


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


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

}

.menu-isOpen .menu__items {
    width: 100%;
}

/* Homepage */
.home .row.raised .circle{
    justify-content: flex-start;
    padding: 46px 12px 12px;
}
.raised-caption{
    margin: -80px 0 0 0;
}

.row.raised{
    gap: 0;
    row-gap: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    top: -120px;
}

.puzzle-bg{
    background: url(https://assets.crfconnect.com/meetings/complications2026/page-content/puzzle-left.png), url(https://assets.crfconnect.com/meetings/complications2026/page-content/puzzle-right.png);
    background-repeat: no-repeat;
    background-position: center left, center right;
    background-size: contain;
            border-top: 7px solid #D40572;
        border-bottom: 7px solid #D40572;
        padding: 0 325px;
}

.quote-bg{
    background-image: url(https://assets.crfconnect.com/meetings/complications2026/homepage/quote.png), url(https://assets.crfconnect.com/meetings/complications2026/homepage/end-quote.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-size: 360px auto, 360px auto;
    background-color: #E6F7FD;
}

.quote-bg h2{
    color: #2262C4 !important;
}

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

    .puzzle-bg{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/page-content/puzzle-left-mobile.png), url(https://assets.crfconnect.com/meetings/complications2026/page-content/puzzle-right-mobile.png);
        padding: 0 40px;
        border-top: 7px solid #D40572;
        border-bottom: 7px solid #D40572;
    }

}

@media screen and (max-width: 1024px) {
    .quote-bg{
        background-size: 300px auto, 300px auto;
    }   
}

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

    .heart-bg{
     background-image: url(https://assets.crfconnect.com/meetings/complications2026/homepage/IC2026_home_promo_bg_mobile.jpg);
     background-position: center;   
    }

    .quote-bg{
        background-size: 250px auto, 250px auto;
    } 

    .bg-left,
    .bg-right-wrapper{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/homepage/IC2026_home_mobile_top_arc.png);
        background-position: top center;
    }

    .home .circle{
        justify-content: center;
        padding: 12px;
        
    }

}

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

    .circle{
        width: 200px;
        height: 200px;
    }
    
    .circle p:first-of-type{
        font-size: 24px;
        line-height: 26px;
    }
    .circle p:last-of-type{
        font-size: 16px;
        line-height: 18px;
    }
}


/* About Complications Page */
.arc-bg{
    background: url(https://assets.crfconnect.com/meetings/complications2026/page-content/IC2026_about_arc_pink_left.png), url(https://assets.crfconnect.com/meetings/complications2026/page-content/IC2026_about_arc_blue_right.png);
    background-repeat: no-repeat;
    background-position: center left, center right;
    background-size: contain;
}

.grad-bg-purple{
    background: #BA0574;
    background: linear-gradient(90deg,rgba(186, 5, 116, 1) 0%, rgba(29, 57, 140, 1) 100%);
}

.row.big-icons{
    justify-content: center;
    position: relative;
}

.big-icons img{
    width: 100%;
    max-width: 580px;
}

.big-icons h3{
    text-transform: uppercase;
    text-align: left;
}

.big-icons h3,
.big-icons ul{
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

.big-icons > div{
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    z-index: 1;
}

.big-icons > div.blue-bar{
    display: block;
    position: absolute;
    background-color: #002480;
    border-radius: 44px;
    height: 88px;
    width: 115%;
    bottom: 253px;
    z-index: 0;
}

.big-icons > div ul{
    flex-grow: 1;
}

.two-col-img{
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
}

.two-col-img.right{
    justify-content: flex-end;
    padding-left: 20px;
}

.two-col-img.left{
    justify-content: flex-start;
    padding-right: 20px
}

.flex-reverse .twoColumnMatrixBlock{
    flex-direction: row nowrap !important;
}

@media screen and (max-width: 52rem) {
    .flex-reverse .twoColumnMatrixBlock{
        flex-direction: column-reverse !important;
    }   

    .two-col-img.left,
    .two-col-img.right{
        margin-top: 30px;
    }

    .page--about-complications .twoColumnMatrixBlock h4{
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 1230px) {
    .big-icons > div.blue-bar{
       display: none;
    }
    .row.big-icons{
        flex-flow: column nowrap;
    }
}

@media screen and (max-width: 600px) {
    .arc-bg{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/homepage/grad-arc-bg-mobile1.jpg);
        background-position: center;
        background-size: cover;
    }

    .page--about-complications .comp2026Hero{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/page-content/aboutIC-hero-mobile.png);
    }
}

/* About CRF Page */
.grad-bg-blue{
    background: #002581;
    background: linear-gradient(90deg,rgba(0, 37, 129, 1) 0%, rgba(10, 176, 227, 1) 100%);
}

.grad-bg-purple-flipped{
    background: #BA0574;
    background: linear-gradient(90deg, rgba(29, 57, 140, 1) 0%, rgba(186, 5, 116, 1) 100%);
}

.grad-bg-blue .arc-bg{
    background-image: url(https://assets.crfconnect.com/meetings/complications2026/homepage/IC2026_about_rt_shape_dark_blue.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
}

.advance{
    border-bottom: 1px solid #CCD0D6;
}

.advance .arc-bg{
    background-image: url(https://assets.crfconnect.com/meetings/complications2026/homepage/IC2026_home_top_arc_left.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
}

.innovation .row img,
.advance .row img{
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
}

.innovation .text *,
.advance .text *  {
    text-align: left;
}

.bottom-arc{
    display: none;
}

.Upcoming h2{
    color: white !important;
    font-family: "quicksand", sans-serif !important;
    text-transform: uppercase;
    font-size: 62px !important;
    line-height: 64px !important;
    font-weight: 500 !important;
}

.Upcoming .event-box{
    border-radius: 50px;
    border: none;
    justify-content: space-between;
    gap: 5px;
}

.Upcoming .event-box .cal-icon{
    width: 60px;
    height: 60px;
}

.Upcoming .event-box .cal-icon svg{
    width: 30px;
    height: auto;
}

.Upcoming .event-box > div:first-of-type *{
    text-transform: uppercase;
}

.Upcoming .event-box > div:nth-of-type(2) p{
    line-height: 20px;
}

.Upcoming .event-box .cal-icon{
    border-radius: 100%;
}

@media screen and (max-width: 1039px) {
    .grad-bg-blue .arc-bg{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/homepage/bottom-arc-darkblue.png);
        background-position: bottom center;
    }

    .advance .arc-bg{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/page-content/bottom-arc-lightblue.png);
        background-position: bottom center;
    }

    .advance .row{
        flex-direction: column-reverse !important;
    }

    .innovation .text *,
    .advance .text *  {
        text-align: center;
    }
}


@media screen and (max-width: 1024px) {
    .Upcoming h2{
        font-size: 42px !important;
        line-height: 42px !important;
    }

    .advance .arc-bg,
    .innovation .arc-bg{
       padding-bottom: 140px !important;
    }
}

@media screen and (max-width: 400px) {
    .Upcoming h2{
        font-size: 32px !important;
        line-height: 32px !important;
    }
}

/* Contact Us */
.bg-headline .circle{
    width: 340px;
    height: 340px;
    padding: 20px 40px;
}

.bg-headline .circle p{
    font-size: 24px;
    line-height: 36px;
}

.bg-headline .circle.teal{
    background-color: #25A5AA;
    z-index: 1;
}

.bg-headline .circle.blue{
    background-color: #2262C4;
    z-index: 1;
}

.bg-headline.row {
    position: relative;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-flow: row nowrap;
}

.bg-headline .headline{
    z-index: 1;
}

.bg-headline > div.blue-bar{
    display: block;
    position: absolute;
    background-color: #002480;
    border-radius: 44px;
    height: 88px;
    width: 115%;
    bottom: 124px;
    z-index: 0;
}

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

    a{
        color: #D40572 !important;
        text-decoration: underline !important;
    }
}

@media screen and (max-width: 1200px) {
    .bg-headline.row {
        flex-flow: column nowrap;
    }

    .bg-headline > div.blue-bar{
        display: none;
    }

    .bg-headline .headline{
        background-color: #002480;
        border-radius: 44px;
        min-height: 100px;
        width: 100%;
        max-width: 400px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

}

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

    .page--contact-us .comp2026Hero{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/page-content/contact-us-hero-mobile1.png);
    }

}

@media screen and (max-width: 400px) {
    .bg-headline .circle{
        width: 230px;
        height: 230px;
    }

    .bg-headline .circle p{
        font-size: 16px;
        line-height: 20px;    
    }
}

/* Register */
.page--register .circle p{
    font-weight: 600;
    font-size: 28px;
    line-height: 28px;
}

.page--register .arc-bg{
    background: url(https://assets.crfconnect.com/meetings/complications2026/page-content/IC2026_register_arc_left.png), url(https://assets.crfconnect.com/meetings/complications2026/page-content/IC2026_register_arc_right.png);
    background-repeat: no-repeat;
    background-position: center left, center right;
    background-size: contain;
    border-bottom: 1px solid #CCD0D6;
}

.comp26Tabs h4{
    color: #1A3A8C !important;
    font-weight: 600 !important;
    font-size: 22px !important;
}

.reviewBox{
    display: flex;
    flex-wrap: row nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 144px;
    border: 2px solid #B7B7B7;
    padding: 10px;
}

.page--register .row.raised{
    gap: 40px;
}
@media screen and (max-width: 600px) {
    .page--register .arc-bg{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/page-content/IC2026_register_arc_mobile.png);
        background-position: top center;
        background-size: contain;
        border-bottom: none;
    }

    .page--register .arc-bg .pageWrapper__inner {
        border-bottom: 1px solid #CCD0D6;
    }

    .page--register .comp2026Hero{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/page-content/register-hero-mobile.png);
    }

    .row.raised{
        /* gap: 20px; */
        row-gap: 20px;
    }
}

@media screen and (max-width: 400px) {
    .page--register .circle p{
        font-weight: 600;
        font-size: 22px;
        line-height: 22px;
    }

}

/* Industry Overview */

.page--overview-industry .raised-wrapper{
    min-height: 270px;
}

.page--overview-industry .row.raised{
   gap: 30px;
   row-gap: 0px;
   top: -190px;
   margin-bottom: -100px;
}

.page--overview-industry .arc-bg{
    background: url(https://assets.crfconnect.com/meetings/complications2026/page-content/IC2026_register_arc_left.png), url(https://assets.crfconnect.com/meetings/complications2026/page-content/IC2026_register_arc_right.png);
    background-repeat: no-repeat;
    background-position: center left, center right;
    background-size: contain;
}

.circle-col{
    z-index: 1;
    border-radius: 100%;
    width: 240px;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
}

.circle-container.who-attending{
    grid-template-columns: 15px 1.25fr 1fr 1fr 1fr 15px;
    align-items: center;
    display: grid;
    justify-items: center;
    background-size: contain; 
}

.circle-container.who-attending .circle-col {
    flex-flow: column nowrap;
}

.circle-container.who-attending div:first-of-type{
    width: 325px;
    height: 325px;
    grid-column: 2 /3;
}

.circle-container.who-attending p{
    font-size: 42px;
    line-height: 44px;
    max-width: none;
    color: white;
}

.circle-container.who-attending p.smaller{
    font-size: 21px;
    line-height: 23px;
    margin-top: 0;
}

.circle-container.who-attending strong{
    font-weight: 600;
}

.opportunity .twoColumnMatrixBlock {
    align-items: center;
}

/*flip box*/

.page--overview-industry .row.raised .flip-box-circle{
    width: 380px;
    height: 380px;
}

.page--overview-industry .row.raised .flip-box-front p{
    font-weight: 600;
    text-decoration: uppercase;
    font-size: 40px;
    line-height: 42px;
}
    
.page--overview-industry .row.raised .flip-box-back p{
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
}

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box-circle {
    background-color: transparent;
    position: relative;
    width: 100%;
    aspect-ratio: 1/1;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box-circle:hover .flip-box-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* Safari */
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Style the back side */
.flip-box-back {
    transform: rotateY(180deg);
}

@media screen and (max-width: 1199px) {
    .circle-container.who-attending{
        grid-template-columns: 1fr;
        grid-template-rows: 0px 1.25fr 1fr 1fr  1fr 10px;
        gap: 10px;
        margin-top: 20px !important;
    }

    .circle-container.who-attending div:first-of-type{
        grid-row: 2 / 3;
        grid-column: 1 / 1;
    }

    .circle-container.who-attending div:nth-of-type(2){
        grid-row: 3 / 4;
    }

    .circle-container.who-attending div:nth-of-type(3){
        grid-row: 4 / 5;
    }

    .circle-container.who-attending div:nth-of-type(4){
        grid-row: 5 / 6;
    }

    .page--overview-industry .arc-bg{
    background: url(https://assets.crfconnect.com/meetings/complications2026/page-content/IC2026_register_arc_mobile.png), url(https://assets.crfconnect.com/meetings/complications2026/page-content/bottom-arc-lightblue.png);
    background-repeat: no-repeat;
    background-position: top center, bottom center;
    background-size: contain;
    }
}

@media screen and (max-width: 1024px) {
    .page--overview-industry .row.raised{
        row-gap: 40px;
    }
}

@media screen and (max-width: 831px) {
    .opportunity.reverse-stack .twoColumnMatrixBlock {
        flex-direction: column-reverse !important;
    }
}

@media screen and (max-width: 600px) {
    .page--overview-industry .row.raised .flip-box-circle{
        width: 300px;
        height: 300px;
    }

    .page--overview-industry .row.raised .flip-box-front p{
        font-size: 28px;
        line-height: 30px;
    }
        
    .page--overview-industry .row.raised .flip-box-back p{
        font-size: 20px;
        line-height: 24px;
    }
    
    .page--overview-industry .row.raised{
        top: -147px;
    }

    .page--overview-industry .comp2026Hero{
        background-image: url(https://assets.crfconnect.com/meetings/complications2026/page-content/industry-overview-hero-mobile.jpg);
        background-position: center;
    }   
}

