.page-banner {
    background: #FFD500;
    margin-top: -1px;
    z-index: -1;
    margin-bottom: 53px;
}

@media (max-width: 1200px) {
    .standard-page-content {
        margin: 48px 22px;
    }
}

.introduction-content {
    width: 100%;
}

.introduction-content p {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    width: 100%;
}

.events-page-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 1150px;
    margin-bottom: 28px;
}

.event-cards-container {
    width: 100%;
}

/* EventOn Styling */
.evo_boxtop {
    height: 191px;
}

.evcal_list_a {
    padding-top: 200px !important;
    border: 1px solid #DBDBDB !important;
    display: flex !important;
    flex-direction: column !important;
}

.evcal_list_a:hover {
    border: 1px solid #FFA000 !important;
}

.eventon_list_event {
    border-radius: 0 !important;
}

.evcal_cblock, .evo_start {
    display: flex !important;
    flex-direction: row !important;
    position: relative !important;
    height: 28px !important;
}

.evo_start {
    padding-left: 28px !important;
    background-image: url("../img/icons/calendar.svg");
    background-position: left center;
    background-repeat: no-repeat;
}

.evo-start em {
    color: black !important;
}

.evo_start em:nth-child(1) {
    order: 3 !important;
}

.evo_start em:nth-child(2) {
    order: 1 !important;
}

.evo_start em:nth-child(3) {
    order: 2 !important;
}

.evcal_cblock {
    padding: 0 !important;
    margin: 0 20px !important;
    order: 2 !important;
}

.evcal_desc {
    display: flex !important;
    flex-direction: column !important;
    position: relative !important;
    padding: 0 !important;
    margin: 5px 20px 0 20px !important;
    order: 1 !important;
}

.evo_start>* {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-right: 10px !important;
    font-weight: normal !important;
    font-family: var(--body-font) !important;
    height: 28px !important;
    color: black !important;
    text-transform: capitalize !important;
}

.evcal_desc_info .evcal_time,
.evcal_oganizer,
.evo_below_title {
    display: none !important;
}

.evcal_event_title {
    height: 73px !important;
    text-transform: none !important;
    font-weight: bold !important;
    font-size: 22px !important;
    line-height: 24px !important;
    color: black !important;
}

.evcal_event_title {
    max-lines: 3 !important;
    white-space: normal !important;
}

.evcal_desc3 {
    padding-left: 24px !important;
    background-image: url("../img/icons/spaces.svg");
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0px 0 10px 0 !important;
    min-height: 0px !important;
}

.evcal_desc3_rsvp {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    padding: 0 !important;
}

.evors_eventtop_section_data {
    margin: 0 !important;
    padding: 0 !important;
}

.evors_eventtop_data>em {
    background: none !important;
    font-size: 20px !important;
    line-height: 28px !important;  
    color: #FFA000 !important;
    font-weight: bold !important;
    margin: 0 !important;
    padding: 0 !important;
    margin: 0 8px 0 4px !important;
}

.evors_eventtop_data {
    font-size: 20px !important;
    line-height: 28px !important;
    color: black !important;
}

span.evo_above_title {
    display: none !important;
}

.evcal_location {
    margin: 0 !important;
    padding-left: 24px !important;
    background-image: url("../img/icons/location.svg");
    background-repeat: no-repeat;
    background-position: 2px 5px;
    max-height: 56px !important;
    overflow: hidden !important;
    padding-bottom: 0 !important;
}

.evcal_location::before {
    display: none !important;
    content: '' !important;
}

em.evcal_location {
    font-size: 20px !important;
    line-height: 28px !important;
}