.event-list {
    padding-top: 50px;
}

.relative {
    position: relative;
}

.upcoming-events-sidebar {
    position: relative;
    /*width: 66.08%;
    margin: 5% 0 5% 12.33%;*/
    background-color: #f4f4f4;
}

.ue-edit {
    position: absolute;
    right: 0;
    top: 0;
}

a.ue-edit {
    padding: 10px;
    color: #eee !important;
    background-color: rgba(0,0,0,0.4);
    transition: background-color 0.15s, color 0.15s;
}

a.ue-edit:hover {
    background-color: rgba(0,0,0,0.2);
    color: #fff !important;
    text-decoration: none;
}

.ue-edit.list {
    right: 0;
    cursor: pointer;
}

.ue-header {
    background-color: #c41230;
    font-size: 56px;
    font-weight: 600;
    text-shadow: 0px 3px 6px #00000080;
    color: #fff;
    text-align: center;
    padding: 1em;
    margin-bottom: 7%;
    font-family: Helvetica Neue, Helvetica, sans-serif;
}

.ue-content {
    padding-left: 23.20%;
    max-width: 78%;
    font-family: Adobe Garamond Pro, Garamond, serif;
}

.ue-content .date, .ue-content .title {
    display: block;
}

.ue-content .date {
    color: #034796;
    font-size: 32px;
}

.ue-content .title {
    color: #707070;
    font-size: 27px;
}

.ue-footer {
    text-align: center;
    font-size: 28px;
    color: #034796;
    padding: 0.5em 0px 1em 0px;
}

.ue-footer a:visited {
    color: #034796;
}

.ue-footer a:hover {
    text-decoration: underline;
}

@media (max-width: 1919px) {
    .ue-header {
        font-size: 44px;
    }

    .ue-content .date {
        font-size: 27px;
    }

    .ue-content .title {
        font-size: 23px;
    }

    .ue-footer {
        font-size: 24px;
    }
}

@media (max-width: 1599px) {
    .ue-header {
        font-size: 37px;
    }

    .ue-content .date {
        font-size: 23px;
    }

    .ue-content .title {
        font-size: 19px;
    }

    .ue-footer {
        font-size: 20px;
    }
}

.noright {
    right: unset !important;
}
