@charset "UTF-8";


.contentphppageannual-conference .row > div { margin-left: 12px; }


/* TOP BANNER STYLE */
.contentphppageannual-conference #middle_column_td_286 h3 a:hover { color: rgb(5,191,224); text-decoration: none; }


/* COUNTDOWN STYLE */
.cd-box {
    background-color: rgb(255,97,15);
    background-image: radial-gradient(at center, rgb(255,201,176), rgb(255,148,97), rgb(255,97,15), rgb(221,49,11));
    color: white;
    border-radius: 50%;
    text-align: center;
    text-transform: uppercase;
    min-height: 180px;
    width: 90%;
}
.countdown-header {
    background-color: rgb(5,191,224);
    border-radius: 0 0 40% 40%;
    margin-left: -5%;
    line-height: 2em;
    font-size: xx-large;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    width: 110%;
    filter:drop-shadow(5px 5px 10px black);
}
.countdown-element {
    font-size: 3em;
    padding-top: 0;
}


/* CONFERENCE HORIZONTAL NAV STYLE */
.contentphppageannual-conference .ribbon {
    min-width: -webkit-fill-available; font-size: 16px; color: #fff; --s: 1.8em; --d: .6em; --c: .8em; padding: 0 calc(var(--s) + 2*var(--d) + .5em) var(--d); background: linear-gradient(90deg,#0004 var(--d),#0000 0 calc(100% - var(--d)),#0004 0)  50% 0/calc(100% - 2*(var(--s) + var(--d))) calc(100% - var(--d)), conic-gradient(from 135deg at 50% -50%,#0004 25%,#0008 0) var(--s) 100%/calc(3*var(--d)) var(--d), conic-gradient(from 135deg at 50% -50%,#0004 25%,#0008 0) calc(100% - var(--s)) 100%/calc(3*var(--d)) var(--d); background-repeat: no-repeat; background-color: rgb(5,191,224); clip-path: polygon(0 0,calc(var(--s) + var(--d)) 0,calc(var(--s) + var(--d)) var(--d),calc(var(--s) + 2*var(--d)) var(--d),calc(var(--s) + 2*var(--d)) 0,calc(100% - var(--s) - 2*var(--d)) 0,calc(100% - var(--s) - 2*var(--d)) var(--d),calc(100% - var(--s) - var(--d)) var(--d),calc(100% - var(--s) - var(--d)) 0,100% 0,calc(100% - var(--c)) calc(50% - var(--d)/2),100% calc(100% - var(--d)),calc(100% - var(--s)) calc(100% - var(--d)),calc(100% - var(--s)) 100%,calc(100% - var(--s) - 3*var(--d)) 100%,calc(100% - var(--s) - 3*var(--d)) calc(100% - var(--d)),calc(var(--s) + 3*var(--d)) calc(100% - var(--d)),calc(var(--s) + 3*var(--d)) 100%,var(--s) 100%,var(--s) calc(100% - var(--d)),0 calc(100% - var(--d)),var(--c) calc(50% - var(--d)/2)); width: fit-content;"><span class="mceNonEditable" data-include=" include 'custom/minovate_page_nav_horizontal.php'; " data-borf="true
}
    .contentphppageannual-conference .sidebox { margin-bottom: 0; }
    .contentphppageannual-conference .sidebox h2 { display: none; }
    .contentphppageannual-conference .sidebox .col-md-12 { text-align: center; }
    .contentphppageannual-conference .sidebox ul.horizontal-subnav { display: inline; font-family: 'Agrandir Regular'; font-size: 18px; }
    .contentphppageannual-conference .sidebox ul.horizontal-subnav li { border-right: none; flex: 1; padding: 10px; }
    .contentphppageannual-conference .sidebox ul.horizontal-subnav li a { color: white; text-decoration: none; }
    .contentphppageannual-conference .sidebox ul.horizontal-subnav li:hover { background-color: rgb(0,128,168); cursor: pointer; }


/* REGISTRATION & MEMBERSHIP BOX STYLE */
.flexConference {
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    align-items: center;
}
.flexConfTable {
    margin: 0 1em 0 0;
    width: 450px;
}
.flexConfMember {
    background-color: #ededed; 
    border-radius: 50px 50px 50px 0; 
    padding: 1em;
}


/* MOBILE STYLING MEDIA QUERIES */
@media screen and (max-width: 991px) {
    .countdown-header { font-size: x-large; }

    .countdown-element { padding-top: 0.5em; }

    .flexConference { flex-direction: column; }

    .flexConfTable {
        margin: 0 0 1em 0;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .content .container > #middle_left-col-583 > div,
    .content .container > #middle_right-col-583 > div { padding: 0 20px 0 20px; }

    .content .container > #left-col-583 > div { padding: 40px 20px 0 20px; }

    .content .container > #right-col-583 > div { padding: 0 20px 40px 20px; }

    .content .container > #right-col-583 > div > .cd-box { border-radius: 0 0 50% 50%; }

    .content .container > #left-col-583,
    .content .container > #middle_left-col-583,
    .content .container > #middle_right-col-583,
    .content .container > #right-col-583 { margin: 0; }

    .cd-box {
        background-image: none;
        border-radius: 0 0 0 0;
        min-height: 120px;
        width: 100%;
    }

    .countdown-element { padding-top: 0; }
}


/* CONFERENCE SPEAKER STYLE */
.contentphppageconference-speakers input[type="checkbox"] { display: none; }

.contentphppageconference-speakers input[type="checkbox"]:checked + label + label + .bioLog,
.contentphppageconference-speakers input[type="checkbox"]:checked + label + label.bioLog-background { display: block; }

.bioLog-background {
    width: 100%;
    height: 100%;
    background-color: rgba(78,23,168,0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9998;
}

.bioLog {
    position: fixed;
    background-color: white;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 500px;
    max-height: 500px;
    display: none;
    box-sizing: border-box;
    z-index: 9999;
}

.bioLog-body {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.bioLog-body > p {
    padding: 15px;
    margin: 0;
}

.bioLog-header {
    background-color: #efefef;
    border-bottom: 1px solid #dddddd;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    height: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.bioLog-header h3 {
    margin: 0;
    box-sizing: border-box;
    line-height: 55px;
    color: rgb(78,23,168);
    text-align: center;
    flex: 24;
}
.bioLog-header label {
    box-sizing: border-box;
    border-left: 1px solid #dddddd;
    line-height: 50px;
    padding: 0 15px 0 15px;
    cursor: pointer;
    flex: 1;
}

.bioLog-header label:hover img { opacity: 0.6; }

.imgBG {
    box-sizing: border-box;
    border-radius: 100%;
    display: inline-block;
    padding: 10px;
    background-color: rgb(78,23,168);
    color: #f9f9f9;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}

.imgBG > img { border-radius: 100%; }

.imgBG:hover { background-color: rgb(78,23,168); }


/* CONFERENCE CALL FOR SPONSORS STYLE */
.contentphppageconference-sponsors table.table th:not(:first-child),
.contentphppageconference-sponsors table.table td:not(:first-child) { text-align: center; vertical-align: middle; }

.contentphppageconference-sponsors table.table td:nth-child(2) { background-color: rgb(218,245,250); }
.contentphppageconference-sponsors table.table td:nth-child(3) { background-color: rgb(255,231,219); }
.contentphppageconference-sponsors table.table td:nth-child(4) { background-color: rgb(229,220,242); }


/* PATHWAY CONTRIBUTORS STYLE */
.contentphppageconference-career-pathways input[type="checkbox"] { display: none; }

.contentphppageconference-career-pathways input[type="checkbox"]:checked + label + label + .bioLog,
.contentphppageconference-career-pathways input[type="checkbox"]:checked + label + label.bioLog-background { display: block; }

.contentphppageconference-career-pathways .bioLog-background { background-color: rgba(255,97,15,0.8); }

.contentphppageconference-career-pathways .imgBG { background-color: rgb(255,97,15); }

.contentphppageconference-career-pathways .imgBG:hover { background-color: rgb(255,97,15); }


/* CONFERENCE SCHEDULE STYLE */
.contentphppageconference-schedule input[type="checkbox"] { display: none; }

.contentphppageconference-schedule input[type="checkbox"]:checked + label + label + .sesLog,
.contentphppageconference-schedule input[type="checkbox"]:checked + label + label.sesLog-background { display: block; }

.sesLog-background {
    width: 100%;
    height: 100%;
    background-color: rgba(150,150,150,0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9998;
}

.sesLog {
    position: fixed;
    background-color: white;
    border-radius: 10px 10px 0 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 500px;
    max-height: 500px;
    display: none;
    box-sizing: border-box;
    z-index: 9999;
}

.sesLog-body {
    max-height: 450px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.sesLog-body > p {
    padding: 15px;
    margin: 0;
}

.sesLog-header {
    background-color: #efefef;
    border-bottom: 1px solid #dddddd;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    height: 50px;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.sesLog-header h3 {
    margin: 0;
    box-sizing: border-box;
    line-height: 55px;
    color: rgb(78,23,168);
    text-align: center;
    flex: 24;
}
.sesLog-header label {
    box-sizing: border-box;
    border-left: 1px solid #dddddd;
    line-height: 50px;
    padding: 0 15px 0 15px;
    cursor: pointer;
    flex: 1;
}