#hero-event-info {
    background: no-repeat;
    background-size: cover;
    background-position: top;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 55%), rgb(0 0 0 / 55%)), url(../../media/images/green-awards-hero-img.jpg)!important;
}

#hero-event-info .row {
    height: 500px;
}

/* #event-info img {
    max-width: 100px;
} */

#event-info .row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr 1fr;
    display: grid;
    margin: 0px;
}

#event-info ul {
    padding: 0px;
    margin-bottom: 0px;
}

#event-info li.bi.bi-check {
    display: flex;
    list-style: none;
    line-height: 28px;
    color: #393C41;
}

#event-info li.bi.bi-check span {
    line-height: 28px;
}

#event-info li.bi.bi-check::before {
    content: "\f26e";
    padding-top: 3px;
    color: var(--dgreen);
    font-size: 22px;
    margin-right: 6px;
}

/* The actual timeline (the vertical ruler) */
#event-info .timeline {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
#event-info .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: var(--fdgreen);
    top: 6px;
    bottom: 80px;
    left: 0%;
    margin-left: -1px;
}

#event-info .container.p-0 {
    padding: 0px 20px!important;
}

#event-info .container.p-0::after {
    display: none!important;
}

#event-info .timeline {
    margin-left: 0!important;
}

/* Container around content */
#event-info .container {
    /* padding: 10px 40px; */
    position: relative;
    background-color: inherit;
    /* width: 50%; */
    padding-top: 0px;
}

/* The circles on the timeline */
#event-info .container::after {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: -6px;
    background-color: var(--fdgreen);
    top: 6px;
    border-radius: 50%;
    z-index: 1;
}

#event-info i {
    color: var(--flgreen);
    margin-right: 5px;
}

/* reset our lists to remove bullet points and padding */
.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    padding-left: 25px;
    margin: 0;
}

/* make ALL links (main and submenu) have padding and background color */
.mainmenu a {
    display: block;
    text-decoration: none;
    padding: 10px;
    color: #fff;
}


/* when hovering over a .mainmenu item,
    display the submenu inside it.
    we're changing the submenu's max-height from 0 to 200px;
*/

.mainmenu li:hover .submenu {
    display: block;
    max-height: 200px;
}

/* this is the initial state of all submenus.
    we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}

/* The actual content */

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
    /* Place the timelime to the left */
    #event-info .timeline::after {
    left: 0px;
    }
    
    /* Full-width containers */
    #event-info .container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
    }

    #event-info .container.p-0 {
        padding: 0px!important;
    }
    
    /* Make sure that all arrows are pointing leftwards */
    #event-info .container::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
    }

    #event-info .contact-info {
        display: flex;
        flex-direction: column;
    }

}
.text-green {
    color:#069244;
}

#event-info p:last-child {
    color: #393C41;
    margin-bottom: 5px;
}

#event-info .timeline p.event-title{
    color: var(--dgreen);
}
#event-info a {
    color: var(--fsgreen);
}

#event-info h4 {
    color:#2E2E2E;
    font-size: 18px;
    font-weight: 700;
}

#event-info .col{
    border-radius: none;
    padding: 20px;
    border: 3px solid var(--forange);

}

#event-info a {
    cursor: pointer;
}

.show .modal-content h3 {
    color: var(--dgreen);
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 5px;
}
#hero-event-info a {
    color: var(--ygreen)!important;
}
.timeline .event-title {
    color: #393C41!important;
    font-weight: 700!important;
}

@media screen and (max-width: 980px)
{
    #event-info .row {
        width: 100%;
        display: block;
    }

    #hero-event-info h1 {
        margin: 0;
    }

    #event-info .col {
        margin: 15px 0px;
        padding-top: 15px!important;
        padding: 20px;
    }

    #hero-event-info .row p, #event-info .col p:last-child {
        margin: 0;
    }

    #hero-event-info .row {
        height: 300px;
    }

    #hero-event-info h1 {
        font-size: 30px!important;
        line-height: 1.2em!important;
    }

    #hero-event-info {
        display: block!important;
        height: auto!important;
    }

    #event-info {
        padding-bottom: 20px!important;
        padding-top: 20px!important;
    }

    #event-info ul {
        /* padding: 0px!important; */
        padding-left: 22px!important;
        margin-bottom: 0px!important;
    }
    
    #event-info .container {
        width: 100%;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    
    #event-info .timeline::after {
        top: 6px!important;
        bottom: 70px!important;
        margin-left: 0px!important;
    }

    #event-info .timeline .container {
        padding-left: 20px!important;
    }
    
    #event-info .mbl-0 ul {
        padding-left: 0px!important;
    }
    
    #event-info .d-flex.align-items-center {
        display: block!important;
    }

    #event-info .email-ow {
        overflow-wrap: break-word;
    }
    #event-info .container.p-0 {
        padding: 0px!important;
    }
}