.agenda-heading{
    background-image: url('/img/events/ls24/Agenda-Header-Background.png');
    padding: 3.3rem 4.2rem 4.1rem 13.6rem;
}
.agenda-title-and-logo-wrapper{
    display:flex;
    align-items: flex-start;
    margin-bottom: 2.1rem;
    justify-content: space-between;
}
.agenda-heading-title{
    font-family: 'AmsiPro-Black';
    font-style: normal;
    font-weight: 400;
    font-size: 4rem;
    line-height: 3.75rem;
    color: #000000;
    margin: 2.8rem 0 0 0;
    max-width: 82.8rem;
}
.bold{
    font-weight: bold;
}

.agenda-heading-logo-and-location{
    display:flex;
    gap: 2.4rem;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}
 
 .agenda-download-overview {
     color:#F5F7EB !important;
     display: block;
     width: max-content;
     margin-top: 2em;
 }
 .agenda-heading-bellow-the-logo{
    display:flex;
 }
.agenda-heading-location {
    color: #001A29;
    text-align: right;
    font-family: AmsiPro-Black;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.95rem; 
    display: inline-block;
    margin-right: 1.6rem;
}
.agenda-heading-location-line {
    height: 100%;
    min-height: 4rem;
    width: 0.8rem;
    background-color: #F00;
    border-radius: 20px;
}
.agenda-heading-text-secondary{
    color:  #717481;
    text-align: left;
    font-family: AmsiPro-Regular;
    font-size: 1.6rem;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    margin-left:1.5rem;
    line-height: 1.95rem; 
}
.agenda-heading-text{
    color: #000;
    font-family: Tahoma;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    max-width: 114.3rem;
}

.agenda-volunteer{
    background-color: #14293B;
    align-content: center;
    padding: 2.6rem 2rem 2.7rem 13.5rem;
}
.agenda-volunteer::before, .agenda-volunteer::after {
    display: none;
}
.agenda-volunteer-text {
    display: flex;
    flex-direction: row;
    color:#fff;
    font-weight: 400;
    font-family: Tahoma;
    padding-left: 11.51rem;
}
.agenda-volunteer-link {
    display: inline-block;
    color:#fff;
    text-decoration: underline;
}
.agenda-volunteer-link:hover {
    color: #FF0000;
    text-decoration: underline;
}
.agenda-volunteer-title {
    color: #FFF;
    font-family: AmsiPro-Black;
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.75rem;
    margin: 0 0 0.85rem 0;
    padding-left: 11.51rem;
    position: relative;
}
.agenda-volunteer-title img {
    position: absolute;
    top: 0;
    left: 0;
}


.agenda-title{
    padding-top: 2rem;
    display:flex;
    flex-direction: column;
}

.agenda-orange-title{
    color: #FFAD00;
    text-align: center;
    font-family: AmsiPro-Black;
    font-size: 3.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 3.75rem;


}

.agenda-subtitle{
    color: #000;
    text-align: center;
    font-family: Tahoma;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    padding: 2rem 0 5rem 0;
}

.back-to-top-agenda {
    display: none;
}
.agenda {
    padding-bottom: 4rem;
}

@media(max-width: 992px) {
    .agenda-heading {
        padding: 4.1rem 3.1rem 4rem 4.5rem;
    }
    .agenda-heading-logo-and-location {
        display: none;
    }
    .agenda-heading-text {
        margin-right: 1.7rem;
    }

    .agenda-volunteer {
        padding: 4rem 1.9rem 3rem 3.5rem;
    }
    .agenda-volunteer-title {
        display: flex;
        gap: 1.81rem;
        align-items: flex-start;
        margin-bottom: 2.5rem;
        padding-left: 0;
    }
    .agenda-volunteer-title img {
        position: static;
    }
    .agenda-volunteer-text {
        margin-left: 1.7rem;
        padding-left: 0;
    }
}


