.elementor-2020 .elementor-element.elementor-element-2053665{--display:flex;--min-height:100vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2020 .elementor-element.elementor-element-2053665:not(.elementor-motion-effects-element-type-background), .elementor-2020 .elementor-element.elementor-element-2053665 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7e8954e );}.elementor-2020 .elementor-element.elementor-element-17feda1{--display:flex;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-2020 .elementor-element.elementor-element-27c29bc{text-align:start;}.elementor-2020 .elementor-element.elementor-element-27c29bc img{width:156px;height:70px;object-fit:contain;object-position:center center;}.elementor-2020 .elementor-element.elementor-element-dac2d04{--display:flex;}.elementor-2020 .elementor-element.elementor-element-a22b28b{--display:flex;}#elementor-popup-modal-2020 .dialog-widget-content{animation-duration:0.5s;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);margin:120px 0px 0px 0px;}#elementor-popup-modal-2020{background-color:rgba(0,0,0,.8);justify-content:center;align-items:flex-start;pointer-events:all;}#elementor-popup-modal-2020 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-2020 .dialog-close-button{display:flex;}@media(min-width:2400px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-2020 .elementor-element.elementor-element-2053665{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-2020 .elementor-element.elementor-element-17feda1{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2020 .elementor-element.elementor-element-27c29bc{width:var( --container-widget-width, 150px );max-width:150px;padding:0px 10px 0px 0px;--container-widget-width:150px;--container-widget-flex-grow:0;}.elementor-2020 .elementor-element.elementor-element-27c29bc img{width:236px;}}@media(max-width:767px){.elementor-2020 .elementor-element.elementor-element-2053665{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--z-index:99;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-2020 .elementor-element.elementor-element-27c29bc{padding:0px 0px 0px 0px;}.elementor-2020 .elementor-element.elementor-element-27c29bc img{width:114px;}}/* Start custom CSS for html, class: .elementor-element-c2ee160 *//* ============================= */
/* MOBILE MENU CONTAINER         */
/* ============================= */
.mobile-menu {
    flex: 1 1 auto;      
    height: auto;        
    display: flex;
    flex-direction: column;
    padding: 0px 20px 0 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

/* ============================= */
/* TOP LEVEL MENU ITEMS           */
/* ============================= */
.mobile-item {
    display: flex;
    flex-direction: column;
    border-bottom: none;
}

/* Menu row: link + caret */
.menu-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;   /* remove horizontal padding for left alignment */
}

/* All menu links aligned left */
.mobile-link {
    font-size: 18px;
    font-weight: 600;
    color: #003A8F;
    text-decoration: none;
    flex-grow: 1;
    padding-left: 0;       /* remove extra left padding */
}

.mobile-link:hover {
    color: #C4161C;
}

/* ============================= */
/* CARET BUTTON SVG               */
/* ============================= */
.caret-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #003A8F;
    background: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform 0.3s;
    padding: 0;
    margin-left: 10px;       /* spacing between link and caret */
}

.caret-btn svg {
    width: 14px;
    height: 14px;
    fill: #003A8F; /* normal color */
    transition: transform 0.3s, fill 0.3s;
}

.caret-btn.open svg {
    transform: rotate(180deg);
    fill: #C4161C; /* active color */
}

.caret-btn:hover svg {
    fill: #C4161C;
}

/* ============================= */
/* SUBMENU PANELS                 */
/* ============================= */
.mobile-panel {
    display: none;
    flex-direction: column;
    padding-left: 20px;  /* indent submenu only */
}

.mobile-panel.open {
    display: flex;
}

/* Submenu links */
.section-link {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    color: #003A8F;
    text-decoration: none;
}

.section-link:hover {
    color: #C4161C;
}

/* ============================= */
/* CONFERENCE YEAR & SECTIONS     */
/* ============================= */
.mobile-year {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
}

.year-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
}

.year-title {
    font-size: 18px;
    font-weight: 600;
    color: #003A8F;
}

.year-title:hover {
    color: #C4161C;
}

.year-panel {
    display: none;
    flex-direction: column;
    padding-left: 20px;
}

.year-panel.open {
    display: flex;
}

/* Section titles inside conference year */
.section {
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
}

.section-title {
    font-size: 16px;
    font-weight: 600;
    color: #003A8F;
    margin-top: 10px;
}/* End custom CSS */