html {
    line-height: 1.5;
    font-size: 16px;
    font-weight: normal;
    font-family: var(--ff-sans1);
    min-width: 320px;
}

@media screen and (min-width: 320px) {
    html {
        overflow-x: hidden;
    }
}

p:not(:last-child) {
    margin-bottom: 1rem;
}

.site-wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    width: 100vw;
    min-width: 320px;
}

.site-header {
    display: flex;
    flex-direction: column;
    width: 100vw;
    background-color: var(--head-bak-col);
    color: var(--head-txt-col);
    padding: 0px 1rem;
    line-height: 1.25em;
    z-index: 10;
    min-height: 92px;
    justify-content: center;
    position: relative;
    top: 0px;
    min-width: 320px;
    height: 92px;
}

.site-header.site-header-drop {
    top: 0px;
}

.scroll-up .site-header {
    /* position: sticky; */
}

body.scroll-down .nav_watcher.off-screen~.site-header {
    animation: rollup var(--transition);
    transform: scale(0);
}

.constrain {
    max-width: var(--width-12-col);
    margin: 0 auto;
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.site-header p {
    margin-bottom: 0;
}

.site-header a {
    color: inherit;
}

.site-header a:focus-visible>.logo {
    outline: 1px dashed var(--colour-grey4);
}

.site-ident svg.logo {
    fill: var(--head-txt-col);
    height: 100%;
    width: 100%;
    display: block;
}

div.site-header .site-ident svg.logo {
    fill: var(--head-txt-col);
    height: 100%;
    width: 100%;
    display: block;
    background-color: unset;
    padding: unset;
}

div.site-header .site-ident .object-fit-fix {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center center;
}

div.site-header .site-ident {
    flex: 0 1 auto;
    border-right: solid 1px var(--head-high-col);
    display: flex;
    height: 60px;
    align-items: center;
    margin-right: 1rem;
    padding-right: 1rem;
    max-width: 450px;
}

.call-to-action {
    flex: 1 1 auto;
    min-width: 120px;
    font-size: 12px;
    display: none;
    max-height: 92px;
    overflow: hidden;
}

.call-to-action:hover {
    overflow: visible;
}

#navigation.site-header {
    overflow: visible;
}

@media screen and (min-width: 560px) {
    .call-to-action {
        display: block;
    }
}

@media screen and (min-width: 1280px) {
    .call-to-action {
        display: block;
        font-size: 15px;
        line-height: 1;
    }

    div.site-header .site-ident {
        margin-right: 2rem;
        padding-right: 2rem;
    }
}

div.site-header .site-ident>.logo {
    display: block;
    height: 60px;
    max-width: 100%;
    min-width: 100px;
}

div.site-header .site-ident>.logo img {
    width: auto;
    height: 60px;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.button>.text:not(:only-child) {
    display: none;
}

@media screen and (min-width: 768px) {
    .button>.text:not(:only-child) {
        display: inline;
        white-space: nowrap;
    }

    .button>[class^="icon-"]:not(:only-child) {
        display: none;
    }
}

.site-header .button {
    /* color: var(--head-high-col); */
    flex: 0 1 auto;
    font-size: 14px;
    max-width: 250px;
    background-color: var(--head-high-col);
    color: var(--head-bak-col);
    border-radius: unset;
}

.site-header .button:hover {
    background-color: var(--head-high-col);
    color: var(--head-bak-col);
}

@media screen and (min-width: 1024px) {
    .site-header .button {
        font-size: 19px
    }
}

.event-type-european-awards .site-header .button {
    background-color: var(--head-high-col);
    color: var(--head-bak-col);
}

.event-type-european-awards .site-header .button:hover {
    color: var(--head-high-col);
    background-color: transparent;
}

.sitenav>a[href="#"],
.sitenav>a[href="#navigation"] {
    text-decoration: none;
    font-size: 1.5rem;
    margin-left: 1rem;

}

@media screen and (max-width: 1023px) {
    .sitenav {
        order: 10;
    }

    #navigation:target {
        position: fixed;
        z-index: 999;
    }

    #navigation:not(:target) #burger-nav {
        display: none;
    }

    #navigation:target #burger-nav~a[href="#navigation"],
    #navigation:not(:target) #burger-nav~a[href="#"] {
        display: none;
    }

    #burger-nav {
        position: fixed;
        top: 92px;
        left: 0;
        right: 0;
        background-color: black;
        padding: 1rem;
        list-style-type: none;
        bottom: 0;
        overflow-y: scroll;
        display: flex;
        flex-wrap: wrap;
        min-width: 320px;
        width: 100vw;
    }


    #burger-nav ul {
        list-style-type: none;
    }

    #burger-nav>li>a {
        font-size: var(--size-large);
    }

    #burger-nav>li {
        flex: 1 1 25%;
        margin: 1rem;
        min-width: 200px;
    }

    #burger-nav .sub-menu {
        padding-left: 1rem;
        border-left: solid 1px rgba(255, 255, 255, 0.3);
    }

    #burger-nav .sub-menu li {
        margin: 0.5em 0;
    }
}

@media screen and (min-width: 1024px) {
    .sitenav {
        display: flex;
        flex: 1 1 var(--width-07-col);
    }

    .sitenav>a[href="#"],
    .sitenav>a[href="#navigation"] {
        display: none;
    }

    .sitenav>ul {
        display: flex;
        list-style: none;
        flex-wrap: wrap;
        font-weight: bold;
        align-items: center;
        justify-content: center;
        flex: 1 1 auto;
        /* max-height: 4.5em; */
        /* margin: 0 1rem; */
    }

    .sitenav>ul>li {
        flex: 0 1 auto;
        text-align: center;
        /* max-width: 25%; */
        position: relative;
        display: flex;
        padding: 0.5em 1em;
        /* min-width: 50px; */
    }

    .sitenav>ul>li:nth-child(6)~li {
        display: none;
    }

    /*     .sitenav > ul > li:not(:last-child):nth-child(6)::after {
            display: block;
            width: 1em;
            margin-left: 0.25em;
            transform: rotate(0);
            transition: transform 250ms;
            transition-delay: var(--duration);

            content: '\e617';
            font-family: var(--ff-icon);
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;

            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
        }

        .sitenav > ul > li:not(:last-child):nth-child(6) ~ li:hover,
        .sitenav > ul > li:not(:last-child):nth-child(6):hover ~ li {
            display: block;
            top: 10px;
            left: 10px
        } */
    .sitenav>ul>li>a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .sitenav>ul>li.menu-item-has-children::after {
        display: block;
        width: 1em;
        margin-left: 0.25em;
        transform: rotate(0);
        transition: transform 250ms;
        transition-delay: var(--duration);

        content: '\e617';
        font-family: var(--ff-icon);
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;

        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .sitenav>ul>li.menu-item-has-children:hover::after {
        transform: rotate(180deg);
        transition-delay: var(--duration);
    }

    .sitenav .sub-menu {
        position: absolute;
        background-color: var(--colour-white);
        color: var(--colour-black);
        list-style-type: none;
        font-weight: normal;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
        width: 200px;
        top: 2em;
        text-align: left;
        transform: scaley(0);
        transition: transform var(--duration);
        transform-origin: top;
        transition-delay: var(--duration);
        z-index: 1;
    }

    .sitenav>ul>li.menu-item-has-children:hover .sub-menu,
    .sitenav>ul>li.menu-item-has-children:focus-within .sub-menu,
    .sitenav>ul>li.menu-item-has-children>a:focus-visible+.sub-menu {
        display: block;
        transform: scaley(1);
        transition-delay: var(--duration);
        z-index: 20;
        left: 1rem;
    }

    .sitenav .sub-menu>li {
        font-size: var(--size-small);
    }

    .sitenav .sub-menu>li>a {
        display: block;
        padding: 1rem;
    }

    .sitenav .sub-menu>li:hover a,
    .sitenav .sub-menu>li:hover {
        color: var(--head-high-col);
        background-color: var(--head-bak-col);
        text-decoration: none;
    }
}

@media screen and (min-width: 1280px) {
    .sitenav>ul {
        /* flex-wrap: nowrap; */
        /* max-width: 700px; */
        /* overflow: hidden; */
    }

    .sitenav>ul>li {
        /* max-width: none; */
    }
}

.event-agenda {
    --max-track: 1;
    min-width: 300px;
    max-width: calc(var(--width-12-col) + 2rem);
    margin: 1rem auto;
}

.event-agenda>.row {
    display: flex;
    margin: 0 0.5rem;
    flex-wrap: wrap;
}

.agenda-item {
    --track: 1;
    border: 1px solid var(--gradient-stop-1);
    color: var(--agenda-title);
    display: flex;
    text-decoration: none;
    position: relative;
    flex: 1 1 80px;
    min-width: 230px;
    cursor: pointer;
}

.row .agenda-item {
    margin: 0.5rem;
    flex: 1 1 100%;
    text-decoration: none;
}

.row .agenda-item[data-linktype].busy::before {
    /* background: var(--colour-gradient-1); */
}

@media screen and (min-width: 768px) {
    .row>.agenda-item {
        --trkwidth: 1;
        flex: 0 1 calc((var(--trkwidth) * (100% / var(--max-track))) - 1rem);
    }

    .row>.agenda-item:not(.track-1):first-child {
        margin-left: calc((var(--track) - 1) * (100% / var(--max-track)) + 0.5rem);
    }
}

.agenda-item:focus,
.agenda-item:hover {
    text-decoration: none;
}

header.agenda-item {
    border-width: 0 0 1px 0;
    order: 0;
    position: sticky;
    top: 0;
    background: var(--colour-white);
    padding-right: 3rem;
    flex: 0 0 auto;
    min-width: 280px;
    min-height: 80px;
    max-width: 100%;
    width: var(--width-10-col);
}

.event-agenda>.row>.section-break {
    margin: 1rem 0.5rem;
    min-height: 80px;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1 1 auto;
    background: var(--colour-gradient-1);
    color: var(--agenda-inverted);
    font-size: 1.25rem;
    text-transform: uppercase;
    font-weight: normal;
}

.event-agenda>.row>.section-break>span {
    font-size: var(--size-xsmall);
    line-height: 2;
}

.agenda-item .times {
    background: var(--colour-gradient-1);
    float: left;
    display: flex;
    flex-direction: column;
    color: var(--agenda-inverted);
    font-weight: bold;
    line-height: 2;
    align-items: center;
    width: 80px;
    flex: 0 0 90px;
    justify-content: center;
    min-height: 80px;
}

.agenda-item .body {
    padding: 1rem;
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: center; */
    flex: 1 1 0%;
}

a[data-linktype].error::before,
a[data-linktype].busy::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: var(--colour-back);
    text-align: center;
    opacity: 0.75;
    z-index: 1;
    color: var(--colour-fore);
}

a[data-linktype].error::before {
    background: rgba(180, 0, 0, 0.75);
    color: var(--colour-white);
    opacity: 1;
    padding: 0.5rem;
    content: 'Error loading content, check your connection and try again.';
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--size-xlarge);
    line-height: 1.2;
}

a[data-linktype].disabled {
    cursor: not-allowed;
}

a[data-linktype].busy::after {
    content: '\e97b';
    display: block;
    position: absolute;
    width: 1em;
    height: 1em;
    font-size: 2em;
    line-height: 1;
    top: calc(50% - 0.5em);
    left: calc(50% - 0.5em);
    background-color: transparent;
    text-align: center;
    color: var(--colour-fore);
    font-family: var(--ff-icon);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: waitState 2s infinite;
    z-index: 2;
    /* max-height: 100%; */
}

.agenda-item h3 {
    font-size: 1.25rem;
    margin: 0;
    grid-column: 1/-1;
}

.agenda-item:hover h3 {
    text-decoration: underline
}

.agenda-item .location {
    color: var(--agenda-subtitle);
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: bold;
    align-self: self-end;
}

.event-agenda>.row>.agenda-item:hover,
.event-agenda>.row>.agenda-item:hover .location {
    color: var(--agenda-hover);
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 320px;
    flex-direction: column;
}

@media screen and (min-width: 320px) {
    .popover {
        position: fixed;
    }
}

.popover.active {
    display: flex !important;
    padding: 1rem;
    cursor: pointer;
}

.popover.active::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: var(--colour-gradient-1);
    z-index: -1;
    opacity: 0.8;
}

.popover .appendto {
    overflow-y: auto;
    max-height: 80vh;
    position: relative;
    overflow-x: hidden;
    cursor: default;
    width: 100%;
    max-width: var(--width-10-col);
    display: flex;
    flex-direction: column;
}

.popover .appendto~.close.icon-cross {
    cursor: pointer;
    text-align: right;
    line-height: 1.25rem;
    font-size: 1.25rem;
    order: -1;
    max-width: var(--width-10-col);
    width: 100%;
    display: block;
    position: relative;
    top: -1rem;
    right: 0;
}

@media screen and (min-width: 1280px) {
    .popover .appendto~.close.icon-cross {
        top: -1rem;
        right: -2rem;
    }
}

.popover .appendto~.close.icon-cross:hover {
    color: var(--colour-red);
    opacity: 1;
}

article.agenda-body {
    padding: 30px 40px;
    order: 2;
    width: 100%;
    background-color: var(--colour-white);
    flex: 0 0 auto;
    max-width: 100%;
    width: var(--width-10-col);
}

article.agenda-body h3 {
    color: var(--colour-red);
    font-size: var(--size-xlarge);
}

article.agenda-body~.subsection {
    background: var(--colour-grey2);
    padding: 30px 40px;
    order: 10;
    width: var(--width-10-col);
    max-width: 100%;
    flex: 0 0 auto
}

main.agenda {
    display: flex;
    align-items: center;
    min-height: calc(100vh - 92px);
    justify-content: center;
}

.people {
    display: flex;
    flex-wrap: wrap;
    padding: 0 25px 15px 25px;
    background-color: var(--colour-white);
    order: 5;
    margin-top: -15px;
    flex: 0 0 auto;
    max-width: 100%;
    width: var(--width-10-col);
}

.person {
    flex: 1 1 300px;
    margin: 15px;
    min-width: 200px;
}

html.js .person:hover {
    color: var(--colour-red);
    cursor: pointer;
}

.person header {
    display: flex;
}

.person header .titles {
    display: flex;
    flex-direction: column;
    flex: 1 1 0%;
}

.person header .titles:not(:first-child) {
    margin-left: 1.25rem;
}

.person header .titles .company,
.person header .titles .role,
.person header .titles h4 {
    margin: 0;
    display: block;
}

.person header .titles .company,
.person header .titles h4 {
    font-weight: bold;
}

.person footer,
.person .body {
    margin-top: 1rem;
}

html.js .person footer,
html.js .person .body {
    display: none;
}

.person-column aside,
.person footer {
    border-top: solid 1px var(--colour-grey2);
    padding-top: 1rem;
    font-size: var(--size-small);
    color: var(--colour-grey4);
    margin-top: 1rem;
}

img.profile {
    display: block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex: 0 0 80px;
}

.people.hasActive {
    padding: 30px 40px;
}

.people.hasActive~article,
.people.hasActive~aside {
    display: none;
}

.people.hasActive>.person.active:hover {
    color: inherit;
    cursor: default;
}

.people.hasActive>.person:not(.active) {
    display: none;
}

.people.hasActive>.person.active footer:not(:empty),
.people.hasActive>.person.active .body:not(:empty) {
    display: block;
}

.people.hasActive>.person .button {
    color: var(--colour-blue);
    border: 1px solid var(--colour-green);
    margin-top: 1.25rem;
    display: inline-block !important;
}

.people.hasActive>.person .button::before {
    content: '\e609';
    line-height: 1.2;
    font-family: var(--ff-icon);
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
}

.person.active::before {
    content: 'About the speaker';
    color: var(--colour-red);
    font-size: var(--size-xlarge);
    font-weight: 700;
    margin-bottom: 1.25rem;
    display: block;
    font-family: var(--ff-sans2);
}

.people:not(.hasActive)::before {
    flex: 0 1 100%;
    content: 'The speakers';
    color: var(--colour-red);
    font-size: var(--size-xlarge);
    font-weight: 700;
    margin: 15px 15px 0;
    display: block;
    font-family: var(--ff-sans2);
}

.person-column {
    max-width: var(--width-10-col);
    background-color: var(--colour-white);
    padding: 1rem;
}

.person-column header {
    display: flex;
    margin-bottom: 1rem;
}

.person-column header .titles:not(:first-child) {
    margin-left: 2rem;
}

.person-column header .titles h1 {
    margin-bottom: 0;
    color: var(--colour-red);
    font-size: var(--size-xlarge);
    font-weight: 700;
    display: block;
    font-family: var(--ff-sans2);
}

.person-column header .titles {
    display: flex;
    flex-direction: column;
}

.person-column header .titles .company {
    font-weight: bold;
}

.people-body {
    background-color: var(--colour-white);
    display: flex;
    flex-direction: column;
}

.people-body header {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid var(--gradient-stop-1);
}

.people-body header .titles {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 1rem;
    justify-content: center;
    overflow: hidden;
}

.people-body header .image {
    flex: 1 0 var(--width-03-col);
    position: relative;
    max-height: 200px;
}

.people-body header .image:empty {
    display: none;
}

.people-body header .image::after {
    content: '';
    display: block;
    padding-bottom: 75%;
}

.people-body header .image img {
    width: 100%;
    height: 100%;
    min-width: 200px;
    max-width: none;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


.people-body .titles .company,
.people-body .titles .role {
    color: var(--agenda-subtitle);
    font-weight: 500;
    margin-top: 0.5rem;
    line-height: 1;
}

.people-body .titles h2,
.people-body .titles .group {
    color: var(--agenda-title);
}

.people-body .titles h2 {
    font-size: var(--size-xlarge);
    margin: 0 0 auto;
    line-height: 1.1;
    padding-bottom: 1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.people-body aside {
    padding: 1rem;
    background-color: var(--colour-grey2);
}

.people-body .content {
    margin: 1rem;
}

.people-body aside:empty,
.people-body .content:empty {
    display: none;
}

@media screen and (min-width: 768px) {
    .people-body header {
        flex-wrap: nowrap;
    }

    .people-body header .image {
        flex: 0 0 var(--width-03-col);
        max-height: none;
    }

    .people-body .content {
        margin: 1rem 2rem;
    }

    .people-body aside,
    .people-body header .titles {
        padding: 2rem;
    }

    .people-body .titles h2 {
        font-size: var(--size-xtream);
    }
}


@media screen and (max-width: 1024px) {
    header.nav__masthead {
        height: 88px;
    }
}