@charset "utf-8";
/*
 Theme Name:     Divi Child Feb 2025 located in the divi-child folder
 Theme URI:      http://mitcfo.com/divi-child
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.mitcio.com
 Template:       Divi
 Version:        1.0.0
*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&family=Space+Grotesk:wght@400;500;700&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&family=Work+Sans:ital,wght@0,300;0,400;0,500;0,700;0,900;1,400;1,500;1,700&display=swap');

/* =Reset and Global */

* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, img, menu, nav, section {
    display: block;
}

a {
    color: #d62543;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #111;
    outline: none;
}

h1 { font: Bold 2.25em/2.375em 'Work Sans', sans-serif; }
h2 { font: Bold 1.625em/1.875em 'Work Sans', sans-serif; }
h3 { font: Bold 1.625em/1.25em 'Work Sans', sans-serif; color: #4e4d55; margin-top: 0.75em; }
h4 { font: Bold 1.375em/1.125em 'Work Sans', sans-serif; }
h5 { font: Bold 0.875em/1.125em 'Work Sans', sans-serif; }
h6 { font: Normal 0.625em/0.875em 'Work Sans', sans-serif; }
h7 { font: Normal 0.625em/0.625em 'Work Sans', sans-serif; }

ul { list-style: none !important; list-style-type: none !important; }
ol { list-style: normal !important; }
.clear { clear: both; }

body {
    font-size: 100%;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 1.5em;
    background: #fff;
    color: #111;
    -webkit-font-smoothing: antialiased;
}

p {
    color: #4E4E56;
    margin-bottom: 0.75em;
    white-space: normal;
    font-family: 'Libre Franklin', sans-serif;
    line-height: 1.5em;
}


/* =Magnific Popup / Lightbox */

[class*="lightbox-trigger-"] { cursor: pointer; }
[class*="lightbox-content-"] { position: relative; z-index: unset !important; }
[class*="lightbox-content-"] .mfp-close { color: #999999 !important; }
[class*="lightbox-content-"] .mfp-close:active { top: 0px !important; }


/* =Agenda & Events */

.main_title { margin-bottom: 20px; text-align: center; }

.event-list { margin-bottom: 30px; overflow: hidden; }

.event {
    margin-bottom: 48px;
    font-size: 1em;
    list-style: none;
}

.event .edit-link { position: absolute; margin-left: 10px; }
.event .indent { margin-left: 160px; max-width: 100%; }

.event .event-time {
    border-bottom: 1px solid #808080;
    padding-left: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 1em;
    font-weight: bold;
    color: #666;
}

.event .pretitle {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.125em;
    color: #666;
    text-transform: uppercase;
}

.event .pretitle-detail {
    font-size: 1em;
    font-weight: bold;
    line-height: 2.125em;
    color: #666;
    text-transform: uppercase;
}

.event .event-title {
    font-size: 1.25em;
    line-height: 1em;
    font-weight: bold;
    color: #d62543;
    padding-bottom: .5em;
}

.event .event-title .descriptiontext {
    padding: .8em;
    font-size: .8em;
    line-height: 1em;
    font-weight: normal;
    color: #666;
    margin-top: 1em;
    background-color: snow;
    border: 1px solid #d62543;
}

.descriptiontextspeakers {
    padding: .8em;
    font-size: .9em;
    line-height: 1em;
    font-weight: normal;
    color: #666;
    margin-top: 1em;
    background-color: snow;
    border: 1px solid #d62543;
}

.event .event-title .arrow { display: inline-block; transition: transform 0.3s ease; }
.event .event-title .arrow:hover { transform: translateX(0px); }

.arrow {
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.event .event-title .arrow::after {
    content: "⇲";
    color: #d62543;
    display: inline-block;
    opacity: 0;
    transform: translateX(-5px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.event .event-title .arrow:hover::after {
    opacity: 1;
    transform: translateX(0px);
}

.event .event-title a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #b47dcd, #e878a2, #eb85ab);
    z-index: 1;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease-in-out;
}

.event .event-title a:hover { color: #d62543; font-weight: 800; }

.event .event-title-red { font-size: 1.25em; line-height: 1.5em; font-weight: bold; color: #d62543; }

.event .speaker-list { margin-top: 12px; font-size: 1em; }
.event .speaker-list li { margin-bottom: 6px; }
.event .speaker-list a { color: #666; text-decoration: underline; }


/* Agenda accordion details (expand/collapse) */

.agenda-details {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}

.agenda-details.show { opacity: 1; max-height: 500px; }
.agenda-details.fade-out { opacity: 0; max-height: 0; }


/* Speaker list arrow toggle */

.speaker-thumbnail { float: left; margin-right: 15px; margin-bottom: 10px; max-width: 100px; height: auto; }

.speaker-list .arrow a { text-decoration: none; position: relative; }

.speaker-list .arrow a:after {
    content: "▼";
    font-size: 0.8em;
    margin-left: 5px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.speaker-list .arrow a.active:after { transform: rotate(180deg); }


/* =NASBA */

.nasba { margin: 20px 0 75px 0; }
.nasba ul.no-bullets { margin-bottom: 40px; }
.nasba ul.no-bullets li { margin-bottom: 5px; }
.nasba .pretitle { font-size: 0.875em; font-weight: bold; line-height: 1.125em; color: #666; text-transform: uppercase; }
.nasba ul.bullets { margin: 8px 0 40px 30px; list-style: disc; }
.nasba ul.bullets li { margin-bottom: 8px; list-style: disc; }


/* =Sponsors */

.sponsors .logos { margin-top: 30px; }
.content h3 { display: block; font-weight: bold; text-transform: uppercase; margin-bottom: 24px; }
.sponsors .content h3 { display: inline-block; }
.sponsors .content p { line-height: 1.125em; }
.sponsors h5 { font-size: 1em; font-weight: bold; border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-bottom: 20px; }

.logos ul {
    margin: 20px auto;
    position: relative;
    max-width: 100%;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.logos ul li { margin: 20px 3%; }
.logos ul li img { width: auto; height: 60px; }


/* =Footer */

footer.primary a:link { color: #4e4d55; }

.et_pb_code_inner { color: #666; font-size: 0.8em; font-weight: normal !important; text-align: center !important; }
.et_pb_code_inner a { font-size: 0.8em; color: #666; }
.et_pb_code_inner a:link { font-size: 0.8em; color: #666; }
.et_pb_code_inner a:hover { color: #d62543; }

.copyright { font-size: 0.8em; color: #fff; font-weight: normal; }
.copyright a:link { color: #d62543; font-weight: bold; font-size: 1em; }
.copyright a:visited { color: #d62543; font-weight: bold; }
.copyright a:hover { color: #fff; font-weight: bold; }


/* =Formidable Forms */

form.frm-show-form h3 { font-size: 18px; margin: 40px 0 0 0; color: #d62543; }

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit] {
    box-sizing: border-box;
    color: #fff !important;
    border: 1px solid #d62543 !important;
    border-radius: 0 !important;
    background-color: #d62543;
    font-weight: bold;
    transition: all 0.2s ease-in-out;
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style.frm_login_form input[type=submit]:hover {
    color: #d62543 !important;
    background-color: #fff;
    border: 1px solid #d62543 !important;
}


/* =Dividers */

.divided { border-top: 1px solid #808080; padding-top: 18px; margin-top: 18px; }
.herodivided { border-top: 1px solid #fff; padding-top: 18px; margin-top: 18px; width: 100%; }
.blogdivided { border-top: 1px solid #cac0b4; padding-top: 3px; margin-top: 3px; width: 100%; margin-bottom: 10px; clear: both; }
.blogdividedred { border-top: 1px solid #d62543; padding-top: 3px; margin-top: 3px; width: 100%; margin-bottom: 10px; clear: both; }


/* =Sidebar */

.sidebar-image-list { width: 100%; }

.sidebar-image-list-box { padding: 10px; margin: 10px; display: inline-block; width: 22%; }

.sidebar-image-list li { border-top: 1px solid rgba(202, 192, 180, 0.5); padding: 10px 0 0 0; width: 100%; margin-top: 30px; }
.sidebar-image-list img { height: 100%; width: auto; clear: both; }
.sidebar-image-list.press img { margin: 6px 0; }
.sidebar-image-list.press a { color: #d62543; font-size: 0.8em; }

.sidebar-image-list.press h4 {
    font: Bold 1.375em/0.8em 'Work Sans', sans-serif;
    background: url('img/newspaper-folded.svg') no-repeat 0% 0%;
    color: #d62543;
    padding-left: 25px;
    background-size: 20px;
}

.sidebar-image-list.press h7 { font: Normal 0.85em/0.625em 'Work Sans', sans-serif; }
.sidebar-image-list span { margin: 5px 0 10px 0; padding: 0 0 0 30px; }

.sidebar-image-list-pdf-icon-bg {
    background-image: url("/wp-content/uploads/2022/03/pdf-svgrepo-com.svg");
    height: 22px;
    width: auto;
    background-repeat: no-repeat;
}

.sidebar h3 { display: block !important; }
.sidebar h5 { margin-bottom: 6px; }
.sidebar .video p { position: relative; height: 0; padding-bottom: 56.25%; margin-bottom: 40px; }
.sidebar iframe { position: absolute; width: 100%; height: 100%; }
.sidebar .really_simple_twitter_widget { margin-bottom: 30px; }
.sidebar .really_simple_twitter_widget li { margin-bottom: 6px; }


/* =Social Buttons */

.button.social { padding: 0; margin-bottom: 30px; color: #fff; }
.button.social img { border-right: 1px solid #fff; width: 44px; height: 44px; float: left; }
.button.social span { padding: 10px 17px; float: left; background: none; transition: opacity 0.4s; margin-bottom: 15px; min-width: 80%; }
.button.social:hover { opacity: 1 !important; }
.button.social:hover span { transition: opacity 0.4s; }

.button.linkedin img, .button.linkedin span { background-color: #007bb5; }
.button.social.linkedin:hover span { opacity: 0.8; }
.button.twitter img, .button.twitter span { background-color: #000; }
.button.social.twitter:hover span { opacity: 0.8; }
.button.threads img, .button.threads span { background-color: #000; }
.button.social.threads:hover span { opacity: 0.8; }


/* =Misc */

@media screen and (max-width: 900px) { .et_pb_fullwidth_slider_0 .et_pb_slide { margin-bottom: 10px !important; } }
@media screen and (max-width: 479px) { .et_pb_fullwidth_slider_0 .et_pb_slide { margin-bottom: 10px !important; } }

.tagbox { overflow: hidden; height: 329px; background-color: transparent; }

.covidpolicy ul { list-style: none !important; list-style-type: none !important; list-style-position: inside; margin-left: 2%; }
.covidpolicy li { position: relative; }
.covidpolicy li:before {
    content: '\e052' !important;
    color: #d62543;
    font-family: 'ETMODULES';
    margin-left: -30px;
    margin-right: 12px;
    font-size: 0.9em !important;
    position: relative;
    top: 1px;
    width: 80%;
}

.pressseparator {
    background: url('img/newspaper-folded.svg') no-repeat center;
    color: #d62543;
    padding-top: 3px;
    margin-top: 3px;
    width: 100%;
    margin-bottom: 10px;
    height: 30px;
    background-size: 30px;
}


/* =Speaker & Module Cards */

.modules { margin: 30px 0; text-align: left; overflow: hidden; }

.speakerdetail { margin: 5%; text-align: left; overflow: hidden; }

.speakerdetail .portrait {
    display: inline-block;
    height: auto;
    width: auto;
    background: linear-gradient(139deg, rgba(2,0,36,1) 0%, rgba(97,97,133,1) 42%, rgba(138,194,205,1) 100%);
    float: left;
    margin-right: 2%;
}

.speakerdetail .img .headshot { width: auto; height: 104px; }

.speakerdetail .inline-content {
    text-align: left;
    display: inline-block;
    max-width: calc(100% - 1px);
    vertical-align: top;
    box-sizing: border-box;
    font-size: 1em;
}

.speakerdetail .title { font-size: 1.2em; font-weight: bold; color: #d62543; }
.speakerdetail .inline-content p { font-size: 0.95em; margin-bottom: 0.75em; line-height: 1.25em; }
.speakerdetail .jobtitle { font-size: 1.2em; color: #d62543; margin-bottom: 0.75em; }
.speakerdetail h1 { margin: 0; font-size: 1.75em; line-height: 1.875em; }
.speakerdetail .subtitle { margin: 0; font-size: 1.75em; line-height: 1em; padding: 1px 0 10px 0; }

.module {
    position: relative;
    display: block;
    width: 337px;
    height: 105px;
    float: left;
    margin: 6px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0, 0.3);
    white-space: nowrap;
    transition: all 0.3s;
    overflow: hidden;
}

.module:hover {
    box-shadow: 0 2px 5px rgba(0,0,0, 0.5);
    transform: translateY(-1px);
    transition: all 0.3s;
    cursor: pointer;
}

.module .portrait {
    display: inline-block;
    height: 105px;
    width: 105px;
    background: linear-gradient(139deg, rgba(2,0,36,1) 0%, rgba(97,97,133,1) 42%, rgba(138,194,205,1) 100%);
}

.module .inline-content {
    text-align: left;
    display: inline-block;
    max-width: calc(100% - 84px);
    vertical-align: top;
    padding: 0 4px 4px 4px;
    box-sizing: border-box;
    font-size: 0.8em;
}

.module .inline-content .title { font-size: 1.2em; color: #d62543; }
.module .inline-content p { font-size: 1em; padding-right: 35px; }


/* =Old-style overlay modals (news/gallery section) */

.overlay {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 9999999999999;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s;
}

.overlay.active, .overlay.loading { opacity: 1; pointer-events: all; transition: all 0.6s; }
.overlay .navigation { opacity: 0; pointer-events: none; }
.overlay.lightbox .navigation { opacity: 1; pointer-events: all; }

.overlay .navigation a {
    position: fixed;
    top: 50%;
    height: 60%;
    width: 100px;
    text-align: center;
    z-index: 99;
    opacity: 1;
    transition: opacity 0.4s;
    transform: translateY(-50%);
}

.overlay .navigation a.disabled { opacity: 0.2; transition: opacity 0.4s; }
.overlay .navigation a.disabled:hover { cursor: default; }
.overlay .navigation a.arrow-left { left: 0; }
.overlay .navigation a.arrow-right { right: 0; }

.overlay .spinner {
    opacity: 0;
    position: fixed;
    top: 50%; left: 50%;
    width: 24px; height: 24px;
    background: url('img/loader.gif');
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
}

.overlay.loading .spinner { opacity: 1; }

.overlay .cover {
    position: fixed;
    top: 0; left: 0; bottom: 0; right: 0;
    background: rgba(0,0,0, 0.8);
    z-index: 9;
}

.overlay .img-container {
    position: fixed;
    width: 70%;
    top: 50%; left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    box-shadow: 0 2px 9px rgba(0,0,0, 0.6);
    text-align: center;
}

.overlay.speaker .img-container { width: 700px; }
.overlay.post .img-container { width: 1080px; }
.overlay .img-container img { width: 100%; height: auto; }
.overlay .img-container iframe { position: absolute; width: 100%; height: 100%; }

.modal { position: relative; background: #efefef; padding: 18px; text-align: left; }
.modal .title { display: block; float: left; max-width: 630px; font-weight: bold; color: #808080; }
.modal .subtitle { display: block; margin-top: 5px; margin-bottom: 18px; color: #808080; font-weight: 500; font-style: italic; }
.modal .header { display: inline-block; width: 100%; border-bottom: 1px solid #808080; padding-bottom: 10px; box-sizing: border-box; }
.img-container .modal .img { width: 120px; float: left; margin-right: 18px; margin-bottom: 14px; }

.post .modal .info { max-height: 60vh; overflow-y: auto; margin: 0 -18px -18px; padding-bottom: 20px; }
.post .modal .info > p { max-width: 95%; padding-left: 18px; }
.modal .info .video { margin-bottom: 20px; }
.modal .info .video p { position: relative; height: 0; padding-bottom: 56.25%; }

.modal .close { position: absolute; right: 11px; top: 11px; width: 30px; height: 30px; background: url('img/close.svg'); }
.modal .close:hover { cursor: pointer; }
.modal p { margin-bottom: 8px; }
.modal ul, .modal ol { list-style-type: square; padding: 10px 32px; max-width: 70%; color: #999; }
.modal li { margin-bottom: 3px; }

.speaker .modal .header { display: block; height: 37px; border-bottom: 1px solid #808080; box-sizing: border-box; }
.speaker .subtitle { margin-top: 12px; }


/* =Subscribe modal */

.subscribe-modal {
    position: absolute;
    right: 15px; top: 55px;
    width: 280px; height: 100px;
    padding: 15px 12px 12px 12px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0, 0.3);
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s;
}

.sold-out { text-align: center; }
.sold-out p { margin-top: 10px; text-align: center; }

.subscribe-modal.active { opacity: 1; pointer-events: all; transform: translateY(-3px); transition: all 0.5s; }

.subscribe-modal:after {
    top: 0; left: 50%;
    border: solid transparent;
    content: " ";
    height: 0; width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #fff;
    border-width: 12px;
    margin-left: -12px;
}

.subscribe-modal input[type=text] { width: 100%; height: 42px; padding: 8px; box-sizing: border-box; margin-bottom: 12px; }
.subscribe-modal input[type=submit] { padding: 12px 14px; border: 0; color: #fff; }
.subscribe-modal .spinner { position: absolute; height: 30px; width: 30px; opacity: 0; right: 18px; top: 18px; }
.subscribe-modal .spinner svg { width: 100%; height: auto; fill: #808080; }

.spinner.active {
    opacity: 1;
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}


/* =Responsive */

@media only screen and (max-height: 1000px) { #map-canvas { height: 400px; } }
@media only screen and (max-height: 690px)  { .center-none { top: 37% !important; } }
@media only screen and (max-height: 550px)  { #map-canvas { height: 260px; } }
@media only screen and (max-height: 380px)  { #map-canvas { height: 190px; } }

@media only screen and (min-width: 2000px) { .overlay .img-container { width: 1400px; } }

@media only screen and (max-width: 767px) {
    .container { max-width: 90% !important; }
    .third { width: 100%; margin: 6px 0 30px; }
    .gallery-container { text-align: center; }
    .gallery-container .gallery-nav { position: relative; display: inline-block; margin-top: -8px; }
    .gallery-container .gallery-nav.arrow-left { top: 0; left: 0; }
    .gallery-container .gallery-nav.arrow-right { top: 0; right: 0; }
    .main-container { width: 100%; margin-bottom: 36px; }
    .sidebar { width: 100%; }
    .post .post-content { display: table-cell; width: 220px; }
    .overlay.post .img-container { width: 560px; }
    .overlay .navigation a { width: 60px; }
    header #logo { width: 100%; }
    .module .inline-content p { font-size: 0.8em; padding-right: 35px; }
}

@media only screen and (max-width: 580px) {
    header { height: 70px; }
    header #logo-link { height: 55px; }
    .module { width: calc(100% - 12px); }
    .nav-toggle { top: 18px; right: 18px; }
    .nav-toggle, #nav-toggle-checkbox ~ div ul { position: fixed; }
    #nav-toggle-checkbox ~ div ul { top: 70px; }
    .overlay .img-container { width: 90%; }
    .gallery { width: 100%; margin: 0; }
    .gallery-container .gallery-nav { margin-top: 12px; }
    .gallery li.gallery-image { width: calc(50% - 16px); }
    header #logo { width: 100%; }
    header .title { display: block; height: 80px; margin-left: -20px; margin-top: 2px; }
    .overlay.post .img-container { width: 300px; }
    .overlay .navigation a { width: 40px; }
    footer .footer-nav li { margin: 20px 0; display: block; }
    footer .footer-nav li:after { display: none; }
    .event .indent { margin-left: 30px; }
    .sponsors .logos li { margin: 0 auto; float: initial; width: 60% !important; }
    .sponsors .logos li img { padding: 5% 0; }
    h3 { font: Bold 1.25em/1.125em 'Work Sans', sans-serif; color: #4e4d55; }
    .sidebar-image-list-box { padding: 10px; margin: 10px; display: inline-block; width: 40%; }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .overlay .navigation svg { transform: translateX(50%) !important; }
}

.ql-editor { font: Normal 0.875em/1.125em 'Libre Franklin', sans-serif !important; }
.ql-snow a { color: #d62543 !important; text-decoration: none !important; }
.si-frame.si-content-wrapper { padding: 15px 25px !important; }

.custom-header-button .et_pb_button { float: right; display: inline-block; margin-top: -21px; margin-left: 20px; }

@media only screen and (max-width: 980px) {
    .header_button { display: block; position: relative; clear: both; text-align: center; padding-bottom: 20px; }
    .header_button .et_pb_button { background-color: #ff6900; color: #fff; border: none; padding: 10px 55px; }
    .et_fixed_nav #main-header { position: absolute; height: 108px; }
}

@media only screen and (min-width: 980px) {
    .header_button { display: none; }
}


/* =CFO Corner Blog / News */

.news .main-container { width: 558px; }

table.post { display: table; position: relative; width: 100%; border-top: 1px solid #808080; padding-top: 6px; margin-bottom: 30px; }

#videosection { display: flex; }
#videosectionnarrow { width: 200px; text-align: right; }
#videosectionwide { flex: 1; background: transparent; text-align: right; }
#videosectionexcerpt { flex: 1; background: transparent; text-align: left; }
#videosection a { color: #d62543; font-size: 1.2em; }
#videosection li { color: #d62543; font-size: 0.8em; }
#videosectionwide a { color: #d62543; font-size: 0.8em; }

.post h5 { font-size: 16px; font-weight: bold; color: #444; }
.post .post-row { display: inline; }
.post .post-content { display: table-cell; width: 400px; vertical-align: top; clear: both; }
.sidebar-image-list.press a { color: #d62543; font-size: 0.8em; }
.post-content a { color: #d62543; font-size: 1.2em; }
.post .date { font-size: 0.8em; }
.post .excerpt { margin-top: 6px; margin-bottom: 0; }
.post .post-meta { position: relative; width: 126px; vertical-align: top; }
.post .post-meta .left { float: left; }
.post .post-meta .right { float: right; }
.post .tags { margin-bottom: 16px; }
.post .video p { position: relative; height: 0; padding-bottom: 56.25%; margin-bottom: 20px; }
.post .video iframe { float: left; width: 100%; height: 100%; }
.post .video td { width: 100%; }
.load-more.disabled { pointer-events: none !important; opacity: 0.5 !important; }


/* =Hamburger menu — force on at all sizes */

@media (min-width: 980px) {
    .et_pb_menu .et_pb_menu__menu, .et_pb_fullwidth_menu .et_pb_menu__menu { display: none; }
    .et_pb_menu .et_mobile_nav_menu, .et_pb_fullwidth_menu .et_mobile_nav_menu { display: flex; float: none; margin: 0 6px; align-items: center; }
}

@media (max-width: 2160px) {
    #et_mobile_nav_menu { display: block; }
    #top-menu { display: none; }
}

.mobile_menu_bar:before { color: #d62543; }


/* =Accordion */

#accordion-2 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin: 6px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0,0,0, 0.3);
    white-space: nowrap;
    transition: all 0.3s;
    overflow: hidden;
}

#accordion-2 .head { background-color: #cac0b4; color: #563e6e; cursor: pointer; transition: 0.25s; }
#accordion-2 .accordiancontent { background-color: transparent; display: none; padding: 30px; width: 100%; }
#accordion-2 .head:hover, #accordion-2 .active { background-color: #f6e8ea; }


/* =ACF / Speaker module (JS-driven, Divi) */

#acf-speaker_full_name { pointer-events: none; background-color: #f5f5f5; }

.speakers-list { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; }
.speaker-module { width: 250px; cursor: pointer; position: relative; }
.speaker-preview .portrait { transition: transform 0.3s ease; }
.speaker-preview:hover .portrait { transform: scale(1.05); }

/* .speaker-details is a JS-driven fixed modal (not a collapse element) */
.speaker-details {
    position: fixed;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 800px;
    max-height: 80vh;
    overflow-y: auto;
    background: white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 30px;
    border-radius: 10px;
}

.speaker-details-content { display: flex; position: relative; }
.speaker-details .portrait.large { width: 250px; margin-right: 30px; }
.speaker-details .speaker-info { flex-grow: 1; }

.close-speaker-details { position: absolute; top: 10px; right: 10px; background: none; border: none; font-size: 30px; cursor: pointer; }

@media (max-width: 768px) {
    .speaker-details-content { flex-direction: column; text-align: center; }
    .speaker-details .portrait.large { width: 100%; margin-right: 0; margin-bottom: 20px; }
}


/* ============================================================
   ColorBox — core styles (do not alter)
   ============================================================ */

#colorbox, #cboxOverlay, #cboxWrapper { position: absolute; top: 10%; left: 0; z-index: 9999; overflow: hidden; -webkit-transform: translate3d(0,0,0); }
#cboxWrapper { max-width: none; }
#cboxOverlay { position: fixed; width: 100%; height: 100%; }
#cboxMiddleLeft, #cboxBottomLeft { clear: left; }
#cboxContent { position: relative; }
#cboxLoadedContent { overflow: auto; -webkit-overflow-scrolling: touch; }
#cboxTitle { margin: 0; }
#cboxLoadingOverlay, #cboxLoadingGraphic { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow { cursor: pointer; }
.cboxPhoto { float: left; margin: auto; border: 0; display: block; max-width: none; -ms-interpolation-mode: bicubic; }
.cboxIframe { width: 100%; height: 100%; display: block; border: 0; padding: 0; margin: 0; }
#colorbox, #cboxContent, #cboxLoadedContent { box-sizing: content-box; }

/* ColorBox — default theme */

#cboxOverlay { background: #000; opacity: 0.9; filter: alpha(opacity=90); }
#colorbox { outline: 0; }
#cboxContent { margin-top: 20px; }
.cboxIframe { background: #fff; }
#cboxError { padding: 50px; border: 1px solid #fff; }
#cboxLoadedContent { border: 1px solid grey; background: #fff; }
#cboxTitle { position: absolute; top: -20px; left: 0; color: #ccc; }
#cboxCurrent { position: absolute; top: -20px; right: 0; color: #ccc; }
#cboxLoadingGraphic { background: url(images/loading.gif) no-repeat center center; }
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose { border: 0; padding: 0; margin: 0; overflow: visible; width: auto; background: none; }
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active { outline: 0; }
#cboxSlideshow { position: absolute; top: -20px; right: 90px; color: #fff; }
#cboxPrevious { position: absolute; top: 50%; left: 5px; margin-top: -32px; background: url(images/controls.png) no-repeat top left; width: 28px; height: 65px; text-indent: -9999px; }
#cboxPrevious:hover { background-position: bottom left; }
#cboxNext { position: absolute; top: 50%; right: 5px; margin-top: -32px; background: url(images/controls.png) no-repeat top right; width: 28px; height: 65px; text-indent: -9999px; }
#cboxNext:hover { background-position: bottom right; }

/* Responsive iframe sizing — width:1px/min-width:100% is intentional */
iframe { width: 1px; min-width: 100%; }


/* ============================================================
   ColorBox — MIT CFO Summit customizations
   ============================================================ */

/* Center popup on screen and allow close button to overflow */
#colorbox {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 !important;
    overflow: visible !important;
    min-height: 400px !important;
}

#cboxWrapper { overflow: visible !important; }
#cboxOverlay { position: fixed !important; }

/* Loaded content scrolls vertically */
#cboxLoadedContent {
    overflow-y: auto !important;
    overflow-x: hidden !important;
    min-height: 350px !important;
}

#cboxLoadedContent iframe { display: block !important; width: 100% !important; }

/* Close button — red circle top-right */
#cboxClose {
    position: absolute !important;
    top: -15px !important;
    right: -15px !important;
    width: 32px !important;
    height: 32px !important;
    background: #d62543 !important;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 32px !important;
    text-align: center !important;
    border-radius: 50% !important;
    border: none !important;
    cursor: pointer !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
    text-indent: 0 !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3) !important;
}

#cboxClose:hover { background: #b01e35 !important; transform: scale(1.1); }

/* Speaker bio pages inside the iframe */
body.speakers-template-default { overflow-y: auto !important; height: auto !important; min-height: 0 !important; }
body.speakers-template-default #page-container { overflow: visible !important; height: auto !important; }
body.speakers-template-default #content { padding: 10px 40px !important; }
body.speakers-template-default .speakerdetail { padding: 10px 0 20px 0; }
body.speakers-template-default .portrait img { width: 120px !important; height: 120px !important; border-radius: 4px; }

/* Small viewport */
@media (max-width: 768px) {
    #colorbox { width: 95% !important; max-height: 90vh !important; }
    #cboxLoadedContent { max-height: 82vh; }
}

/* Scroll hint pill — bottom position set via JS inline style */
#cbox-scroll-hint {
    position: fixed !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: rgba(214, 37, 67, 0.85) !important;
    color: #ffffff !important;
    font-size: 13px !important;
    font-family: 'Libre Franklin', sans-serif !important;
    padding: 6px 16px !important;
    border-radius: 20px !important;
    pointer-events: none !important;
    z-index: 99999 !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.25) !important;
}
