.rw-events--container {
    padding: 0 0 60px 0;
}

.rw-events-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    gap: 20px;
    margin: 0 0 20px 0;
}

@media (max-width: 768px) {
    .rw-events-header {
        flex-direction: column;
    }
}

.rw-events-header.rw-events-header--past {
    margin: 0 0 53px 0;
}

.rw-events-header ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 10px;
    list-style: none;
    width: 100%;
    align-items: center;
}

@media (max-width: 768px) {
    .rw-events-header ul {
        justify-content: center;
    }
}

.rw-events-header ul li a {
    background-color: #fff;
    border: 1px solid #007CBA;
    color: #007CBA;
    text-align: center;
    text-decoration: none;
    padding: 3px 10px;
    display: block;
    border-radius: 20px;
    transition: all .3s ease;
}

.rw-events-header ul li a.selected, .rw-events-header ul li a:hover {
    background-color: #007CBA;
    color: #fff;
}

@media (max-width: 768px) {
    .rw-events-header.rw-events-header--past ul li a {
        border-radius: 40px;
    }
}

.rw-event-type-show {
    text-align: center;
    margin: 96px 0 42px 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 50px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #003B71;
    font-weight: 800;
}

.rw-event-type-show-text {
    text-align: center;
    margin: 0 0 82px 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

@media (max-width: 768px) {
    .rw-event-type-show-text {
        margin: 0 0 42px 0;
    }
}

.rw-events-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.rw-events-title .rw-week-pagination {
    margin: 0 0 0 auto;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    font-weight: bold;
}

.rw-events-title .rw-week-pagination a {
    font-size: 0;
}

.rw-events-title .rw-week-pagination a:before {
    content: "";
    display: block;
    width: 7px;
    height: 19px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .7;
    transition: all .3s ease;
}

.rw-events-title .rw-week-pagination a:hover:before {
    opacity: 1;
}

.rw-events-title .rw-week-pagination a.next:before {
    background-image: url(../images/right.svg);
}

.rw-events-title .rw-week-pagination a.prev:before {
    background-image: url(../images/left.svg);
}

.rw-events-title .rw-calendar-pagination {
    display: flex;
    gap: 15px;
}

.rw-events-title .rw-calendar-pagination span {
    opacity: .5;
}

.rw-events-title .rw-calendar-pagination a,
.rw-events-title .rw-calendar-pagination span {
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rw-events-title .rw-calendar-pagination a:before {
    opacity: .7;
    transition: all .3s ease;
}

.rw-events-title .rw-calendar-pagination a:before,
.rw-events-title .rw-calendar-pagination span:before {
    content: "";
    display: block;
    width: 11px;
    height: 19px;
}

.rw-events-title .rw-calendar-pagination a:hover:before {
    opacity: 1;
}

.rw-events-title .rw-calendar-pagination .prev:before {
    background-image: url(../images/left.svg);
}

.rw-events-title .rw-calendar-pagination .next:before {
    background-image: url(../images/right.svg);
}

body .rw-view-event-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
    z-index: 1;
    position: relative;
}

body .rw-view-event-list .rw-event {
    padding: 13px 0 0 0;
    display: flex;
    flex-direction: row;
    border-top: 1px solid #E4E4E4;
    gap: 33px;
}

@media (max-width: 768px) {
    body .rw-view-event-list .rw-event {
        flex-direction: column;
        gap: 10px;
    }
}

body .rw-view-event-list .rw-event aside {
    width: 100%;
}

body .rw-view-event-list .rw-event aside .event__date {
    color: #1A202C;
    font-size: 12px;
    margin: 0 0 5px 0;
}

body .rw-view-event-list .rw-event aside .event__title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 12px 0;
}

@media (max-width: 768px) {
    body .rw-view-event-list .rw-event aside .event__title {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
    }
}

body .rw-view-event-list .rw-event aside .event__location {
    display: none;
}

body .rw-view-event-list .rw-event aside .event__title h2 {
    font-size: 21px;
    font-weight: 800;
    margin: 0;
    max-width: 250px;
}

@media (max-width: 768px) {
    body .rw-view-event-list .rw-event aside .event__title h2 {
        max-width: 100%;
    }
}

body .rw-view-event-list .rw-event aside .event__title h2 a {
    color: #003B71;
    text-decoration: none;
}

body .rw-view-event-list .rw-event aside .event__title .button {
    color: #007CBA;
    font-size: 14px;
    text-decoration: none;
}

body .rw-view-event-list .rw-event aside .event__excerpt {
    font-size: 14px;
    color: #1A202C;
}

body .rw-view-event-list .rw-event .event-image img {
    width: 100%;
    height: auto;
}

body .rw-events-table {
    font-size: 1em;
    margin-block-end: 50px;
}

body .rw-events-table thead tr th {
    text-transform: uppercase;
    font-weight: 400;
    color: #3A3A3A;
    font-size: 12px;
    border: none !important;
}

body .rw-events-table thead tr th .muted {
    opacity: .5;
}

body .rw-events-table tbody tr:hover td {
    background-color: transparent;
}

body .rw-events-table tbody tr:nth-child(odd) td {
    background-color: transparent;
}

body .rw-events-table tbody tr td {
    border-color: #E4E4E4;
    font-size: 12px;
}

body .rw-events-table tbody tr td.event-item--week {
    padding: 4px;
}

body .rw-events-table tbody tr td .day-number {
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 5px 0;
    opacity: .6;
    padding: 15px 15px 0 15px;
}

body .rw-events-table tbody tr td .day-number.today {
    opacity: 1;
    color: #003B71;
}

body .rw-events-table tbody tr td .event-item {
    font-size: 11px;
    color: #5D5D5D;
}

body .rw-events-table tbody tr td .event-item .event--name {
    font-size: 12px;
    margin: 0 0 15px 0;
    color: #1C1C1C;
}

body .rw-events-table tbody tr td .event-item .event--name a {
    color: #1C1C1C;
    text-decoration: none;
}

body .rw-events-table tbody tr td .event-item .event--location {
    font-size: 10px;
    margin: 0;
}

body .rw-events-table tbody tr td .event-item .event--link {
    margin: 10px 0 0 0;
}

body .rw-events-table tbody tr td .event-item .event-description {
    padding: 5px;
    margin: 5px 0 0 0;
}

body .rw-events-table tbody tr td .event-item .event-time {
    margin: 0 0 5px 0;
}

body .rw-events-table tbody tr .hour-cell {
    font-size: 12px;
    width: 30px !important;
    padding: 0 0 25px 0;
}

body .rw-events-table tbody tr .hour-cell span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 55px;
    margin: -9px 0 0 0;
}

body .rw-events-table tbody tr .hour-cell span:after {
    content: "";
    flex: 1;
    height: 1px;
    background-color: #E4E4E4;
}

body .week-table thead tr th {
    text-align: center;
}

body .week-table thead tr th strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 5px 0;
}

body .rw-events-table.monthly-calendar tr td {
    width: 14.28%;
    padding: 0;
    height: 200px;
    position: relative;
}

@media (max-width: 768px) {
    body .rw-events-table.monthly-calendar thead {
        display: none;
    }

    body .rw-events-table.monthly-calendar tr td {
        display: block;
        width: 100%;
        margin: 0 0 4px 0;
        height: auto;
    }

    body .rw-events-table.monthly-calendar tr td.empty {
        display: none;
    }
}

body .rw-events-table.monthly-calendar tr td .event-item {
    border-bottom: 4px solid #fff;
    padding: 15px;
    min-height: 150px;
    position: relative;
}

@media (max-width: 768px) {
    body .rw-events-table.monthly-calendar tr td .event-item {
        min-height: 0px;
    }
}

body .rw-events-table.monthly-calendar tr td .event-item.same-event-tomorrow,
body .rw-events-table.monthly-calendar tr td .event-item.same-event-yesterday-border-top {
    border-top: 1px solid #e4e4e4 !important;
}

@media (max-width: 768px) {

    body .rw-events-table.monthly-calendar tr td .event-item.same-event-tomorrow,
    body .rw-events-table.monthly-calendar tr td .event-item.same-event-yesterday-border-top {
        border-top: none !important;
    }
}

body .rw-events-table.monthly-calendar tr td .event-item.same-event-tomorrow:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 2px;
    background-color: #fff;
}

@media (max-width: 768px) {
    body .rw-events-table.monthly-calendar tr td .event-item.same-event-tomorrow:after {
        display: none;
    }
}

body .rw-events-table.week-table thead tr th {
    border: none;
    border-left: 1px solid #E4E4E4 !important;
    border-right: 1px solid #E4E4E4 !important;
    border-bottom: 1px solid #E4E4E4 !important;
}

body .rw-events-table.week-table thead tr th:first-child {
    border-left: none !important;
    border-bottom: none !important;
}

body .rw-events-table.week-table tbody tr td {
    width: 14%;
    border: none;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
}

body .rw-events-table.week-table tbody tr td:first-child {
    border-left: none;
}

body .rw-events-table.week-table tbody tr:last-child td {
    border-bottom: 1px solid #E4E4E4;
}

body .rw-events-table.week-table tbody tr:last-child td:first-child {
    border-bottom: none !important;
}

@media (max-width: 768px) {
    body .rw-event-list.rw-view-event-week {
        overflow: auto;
        position: relative;
    }

    body .rw-events-table.week-table tbody tr td:not(.hour-cell) {
        min-width: 150px;
    }
}

body .event__share--container {
    margin: 20px 0 0 0;
    position: relative;
    z-index: 99;
}

body .event__share--container summary {
    cursor: pointer;
    background-color: #003B71;
    color: #fff;
    text-decoration: none;
    padding: 3px 13px;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #003B71;
    transition: all .3s ease;
    display: inline-block;
}

body .event__share--container summary:hover {
    background-color: transparent;
    color: #003B71;
}

body .event__share--container .event__share {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    margin: 10px 0 0 0;
    position: absolute;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background-color: #fff;
}

body .event__share--container .event__share a {
    background-color: transparent;
    color: #003B71;
    text-decoration: none;
    padding: 3px 13px;
    display: block;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #003B71;
    transition: all .3s ease;
}

body .rw-events-search {
    display: flex;
    gap: 0;
    margin: 0;
    border: 1px solid #007CBA;
    border-radius: 30px;
    overflow: hidden;
    align-items: center;
    padding: 0 0 0 10px;
}

body .rw-events-search:before {
    content: "";
    height: 19px;
    width: 39px;
    display: block;
    background-image: url(../images/search.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0 5px 0 0;
}

@media (max-width: 768px) {
    body .rw-events-search:before {
        display: none;
    }
}

body .rw-events-search input {
    padding: 8px 20px;
    border: none;
    border-radius: 0;
    font-size: 14px;
}

body .rw-events-search input:focus {
    outline: none;
}

body .rw-events-search input[type="search"] {
    width: 100%;
    padding: 8px 0;
}

body .rw-events-search input[type="submit"] {
    background-color: #003B71;
    color: #fff;
    border-radius: 30px;
    transition: all .3s ease;
    cursor: pointer;
    border: none;
}

body .rw-events-search input[type="submit"]:disabled {
    background-color: #E4E4E4;
    color: #7B7B7B;
    cursor: auto;
}

.rw-events-pagination {
    margin: 52px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
}

.rw-events-pagination a.item {
    color: #1A202C;
    text-decoration: none;
}

.rw-events-pagination .prev {
    margin-right: auto;
}

.rw-events-pagination .next {
    margin-left: auto;
}

.rw-events-pagination span.next,
.rw-events-pagination span.prev {
    color: #7C7C7C;
}

.event-item-single {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 30px 0;
}

.event-item-single .event-image {
    flex: 1;
}

@media (min-width: 768px) {
    .event-item-single .event-image {
        flex: 0 0 35%;
    }
}

.event-item-single .event-image img {
    width: 100%;
    height: auto;
}

.event-item-single .event-description__container {
    flex: 1;
}

.event-item-single .event-description__container .entry-title {
    font-size: 46px;
    font-weight: 400;
    line-height: 50px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0 24px 0;
    color: #003B71;
    font-weight: 800;
}

@media (max-width: 768px) {
    .event-item-single .event-description__container .entry-title {
        font-size: 30px;
        line-height: 32px;
    }
}

.event-item-single .event-description__container .event-excerpt,
.event-item-single .event-description__container .event-description {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0 73px 0;
}

.event-item-single .event-description__container .event-subtitle {
    font-size: 21px;
    font-weight: 800;
    margin: 0 0 15px 0;
    color: #003B71;
}

.event-item-single .event-description__container .event-location {
    color: #1A202C;
    margin: 0 0 4px 0;
}

.event-item-single .event-description__container .event-date__container {
    display: flex;
    gap: 10px;
    margin: 0 0 25px 0;
}

.event-item-single .event-description__container .event-section {
    margin: 0 0 48px 0;
}

.event-item-single .event-description__container .event-section p {
    margin: 0;
}

.event-item-single .event-description__container .event-section .event-title-section {
    font-weight: 800;
    color: #003B71;
    font-size: 26px;
    font-weight: 800;
    line-height: 28px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    margin: 0 0 10px 0;
}

.event-item-single .event-description__container .event-section .icon {
    display: flex;
    gap: 10px;
    align-items: center;
    margin: 0 0 5px 0;
}

.event-item-single .event-description__container .event-section .icon:before {
    content: "";
    height: 40px;
    width: 40px;
    background-color: #F8F7FA;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}

.event-item-single .event-description__container .event-section.event-date .icon:before {
    background-image: url(../images/calendar.svg);
}

.event-item-single .event-description__container .event-section.event-location .icon:before {
    background-image: url(../images/location.svg);
}

.event-item-single .event-description__container .event-section.event-about .icon:before {
    background-image: url(../images/about.svg);
}

.event-item-single .event-description__container .event-section .text {
    font-size: 14px;
}

body .back-events a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #003B71;
    text-decoration: none;
}

body .back-events a:before {
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    background-image: url(../images/back.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.events-not-found {
    padding: 40px;
    text-align: center;
    opacity: .7;
    font-size: 17px;
}