div.page-header-dark {
    background: #1c315d;
    color: white;
}

.event-page-header .button-bar .i-button:not(.label) {
    color: white;
}

#flashed-messages {
	box-sizing: border-box;
    grid-column: 1 / -1;
    width: 100%;
    z-index: 50;
}

#confSectionsBox {
    display: grid;
    grid-template-columns: 210px 1fr;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    max-width: 1200px;
    gap: 20px;
}

.confBodyBox.clearfix {
    margin-left: 0;
}

.confheader {
    background: url("https://scripts.tnc.geant.org/tnc26/indico/media/Helsinki-South-Harbor-and-Tori-Quarter.-Credits-Suomen-Ilmakuva-Helsinki-Partners.jpg") no-repeat center center;
}

.confLogoBox > img {
    max-width: 150px;
}

.confTitleBox {
    background: white;
}
.confSubTitleBox {
    background: none;
    border: none;
    min-height: 300px;
    padding: 0;
}

.confSubTitleBox {
    /*display: none;*/
    display: flex;
}

.confSubTitleContent {
    margin-top: auto;
    color: white;
    z-index: 100;
    padding-left: 130px;
}

.confSubTitleBox::before {
    /*content: "Helsinki, Finland";
    white-space: pre;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 70px;
    font-weight: 800;
    line-height: 60px;
    height: 60px;
    width: 950px;
    margin: 0 auto;*/
    content: "";
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(0deg, #017b3f 23%, #1C355E00 61%);
    height: 300px;
    width: 100%;
    display: block;
    opacity: 0.6;
    position: absolute;
}

.confSubTitleBox::after {
    /*content: "8-12 June 2026";
    white-space: pre;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    display: block;
    font-size: 50px;
    font-weight: 300;
    line-height: 60px;
    height: 60px;
    width: 950px;
    margin: 0 auto;
font-family: aktiv-grotesk-condensed, sans-serif



margin-block-end14.4px
margin-block-start0px
margin-inline-end0px
margin-inline-start0px
text-alignstart
text-size-adjust100%
text-transformuppercase
unicode-bidiisolate
width571.203px
-webkit-font-smoothingantialiased*/
}

.date {
    /*

    font-size: 40px;
    font-weight: 300;
    line-height: 50px;*/
    display: none;
}

.place {
    /*
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;*/
    display: none;
}

.timezone {
    display: none;
}

.datePlace::before {
    content: "Helsinki, Finland\A 8-12 June 2026";
    font-size: 40px;
    font-weight: 300;
    line-height: 50px;
    color: white;
    white-space: pre;

}


.menuConfTitle > a {
    color: white;
    background: #44b08f
}

.menuConfTitle > a:hover {
    color: #017b3f;
    background: #86d9bd;
}

.menuConfSelected  {
    border: 0;
}

.menuConfSelected > a {
    background-color: #017b3f;
}


#outer li a:not(.no-link):hover {
    color: #017b3f;
    background: #86d9bd;
}

.conference-page header h2 {
    color: #017b3f;
    font-weight: bold;
}

.conference-title-link > span {
    display: none;
}


.support_box>h3 {
    background: #017b3f;
}



.action-box.highlight {
    border: 0;
    background: #44b08f;
    color: white;
}

.cfa-infoline-section > .action-box > .section > .text {
    color: white !important;
}

.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain) .text .label {
    color: #2a5d6e;
}


.i-button.highlight:not(.label):not(.borderless):not(.text-color), .action-button:not(.label):not(.borderless):not(.text-color), .categorynav .category-list .item .button-wrapper .action-button:not(.label):not(.borderless):not(.text-color) {
    background: #1c315d !important;
    border: 0;
    /*padding: 15px;*/
}

.toolbar .i-button, .toolbar .categorynav .category-list .item .button-wrapper .action-button, .categorynav .category-list .item .button-wrapper .toolbar .action-button, .toolbar .action-button {
    padding: 10px 15px !important;
}

.action-box.highlight .section:not(.highlight):not(.warning):not(.danger):not(.disabled):not(.accept):not(.plain)>.icon {
    color: #2a5d6e;
}

.i-button.highlight {
    height: auto !important;
}

.i-button {
    padding: auto !important;
}

.action-box>.section>.toolbar a:not(.i-button), .action-box>.section>.toolbar a:not(.ui.button) {
    line-height: 1em;
}


.conference-page section .header-row h3 {
    color: #017b3f;
}

@media (min-width: 2000px) {
    .confheader {
        background-size: cover;
        background-position: center center;
    }

   
}

@media (max-width: 1190px) {

    .confSubTitleContent {
    
        padding-left: 250px;
    }
}

@media (max-width: 600px) {
    .confheader {
        background-position: center top;
        background-size: cover;
    }

    .confSubTitleBox {
        min-height: 180px;
        padding: 0;
        display: flex;
        align-items: flex-end;
        position: relative;
    }

    .confSubTitleBox::before {
        height: 180px;
        opacity: 0.75;
        background-image: linear-gradient(0deg, #017b3f 30%, rgba(28,53,94,0) 80%);
    }

    .confSubTitleBox::after {
        display: none;
    }

    .confSubTitleContent {
        margin: 8px 0 12px;
        padding: 0 8px;
        z-index: 200;
        color: #fff;
        width: 100%;
    }

    .confLogoBox > img {
        max-width: 100px;
        height: auto;
    }

    .confTitleBox {
        padding: 8px 12px;
    }

    .date, .place {
        font-size: 28px;
        font-weight: 300;
        line-height: 1.15;
    }

    .timezone {
        display: none !important;
    }

    .menuConfTitle > a,
    .menuConfSelected > a {
        font-size: 14px;
        padding: 8px 10px;
    }

    .support_box > h3 {
        font-size: 16px;
        padding: 8px;
    }

    .toolbar .i-button,
    .toolbar .action-button {
        padding: 6px 8px !important;
        font-size: 14px;
    }

    .i-button.highlight {
        height: auto;
    }

    /* small-screen layout tweaks */
    .conference-page header h2 {
        font-size: 18px;
    }

    /* ensure long titles wrap */
    .confSubTitleContent, .conference-title-link {
        word-break: break-word;
    }
}