#timeline {
    border-left-color: #bbb;
    border-left-width: 5px;
    border-left-style: solid;
    margin-left: 15px;
    /* padding-right: 10px; */
    position: absolute;
    z-index: 5;
    /* height: calc(100% - 34px); */
    height: 800px;
}

.awardIcon > img {
    width: 32px;
    margin-left: -20px;
    position: absolute;
    top: calc(50% - 16px);
    z-index: 10;
}

.awardCircle {
    border-radius: 50%;
    background-color: #2995D3;
    width: 20px;
    height: 20px;
    margin-left: -1em;
}

.winner .awardCircle {
    width: 28px;
    height: 28px;
    margin-left: -1.3em;
}

.longlist .awardCircle {
    width: 15px;
    height: 15px;
    margin-left: -0.7em;
}

.awardAnnouncement {
    font-size: 14px;
    padding-left: 20px;
}

.awardAnnouncementDate {
    font-size: 13px;
    padding-left: 20px;
    color: #4a4a4a;
}

#awardsTimeline .award {
    color: #2995D3;
    margin-bottom: 2em;
    cursor: pointer;
    padding: 15px 20px;
    position: relative;
}

#awardsTimeline .award::before {
    content: "";
    display: block;
    border-left: 5px solid #bbb;
    position: absolute;
    z-index: 5;
    height: calc(100% + 30px);
    left: 14px;
    top: -25px;
}

#awardsTimeline .selected.award {
    font-weight: bold;
    background: #f6f5f9;
}

#filterSidebarContainer .mobileSidebar {
    padding-right: 0;
}
/* #searchFilters.unfiltered {
} */

#awardsTimeline.unfiltered {
    width: 200px;
    height: 800px;
    overflow-y: auto;
}

.search.container {
    padding-top: 0;
}

.filterSection.titleAdvanced {
    cursor: unset;
}