.events-calendarlist.contentbox {
    overflow: unset;
}

.events-calendarlist .heading-container {
    max-width: 87.5000rem;
    display: block;
    margin: 0 auto 1.2500rem;
    color: var(--magenta);
    padding: 0 2.5000rem;
}

.events-calendarlist .search {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: column;
}

.events-calendarlist .search-container {
    margin-bottom: 0.9375rem;
    width: 100%;
    position: relative;
    display: block;
    top: 0;
    left: 0;
}

.events-calendarlist .filter .selection {
    display: flex;
    gap: 3.1250rem;
}

.events-calendarlist .wrapper {
    margin: auto;
    max-width: 87.5000rem;
    padding: 0 2.5000rem;
}

.events-calendarlist h2 {

}


.events-calendarlist .search {
    margin-bottom: 0.9375rem;
    width: 100%;
    position: relative;
    display: inline-block;

}

.events-calendarlist .search .filter-search {
    width: 100%;
    height: 2.8125rem;
    border-radius: 0.6250rem;
    padding-left: 1.8750rem;
    padding-right: 3.7500rem;
    border: solid 0.1250rem var(--black);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: var(--black);
    font-size: 1.2500rem;
}

.events-calendarlist .search .filter-search:focus-visible {
    outline: 0.1875rem solid var(--magenta);
    outline-offset: 0.1875rem;
}

.events-calendarlist .searchicon:before {
    content: '\f109';
}

.events-calendarlist .search .searchicon:before {
    color: var(--black);
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: 'Font Awesome 6 Pro', sans-serif;
    font-weight: 900;
    padding-top: 0.1250rem;
    content: '\f002';
    font-size: 1.2500rem;
}

.events-calendarlist .search .innericon {
    position: absolute;
    top: 0.3125rem;
    right: 2%;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}

.events-calendarlist .filter-select-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-flow: column;
}

.events-calendarlist .filter-select-wrapper .form-select {
    width: 100%;
}

.events-calendarlist .filter-select-wrapper .form-select select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: var(--black) solid 0.1250rem;
    border-radius: 0.6250rem;
    background-size: auto;
    background: url('/_images/select.svg') no-repeat 0 0 #fff;
    background-position-x: 95%;
    background-position-y: 0.5000rem;
    background-size: 1.2500rem;
    width: 100%;
    padding: 0 0 0 0.9375rem;
    color: var(--black);
    height: 2.8125rem;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 1.2500rem;
}

.events-calendarlist .filter-select-wrapper .form-select select:focus-visible {
    outline: 0.1875rem solid var(--magenta);
    outline-offset: 0.1875rem;
}

.events-calendarlist .filter-locationsearch-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 2rem;
}

.events-calendarlist .filter-locationsearch-wrapper .form-select.postcode {
    width: 50%;
}

.events-calendarlist .filter-locationsearch-wrapper .form-select.postcode input {
    width: 100%;
    height: 2.8125rem;
    border-radius: .625rem;
    padding-left: 1.875rem;
    padding-right: 3.750rem;
    border: solid .125rem var(--black);
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    color: var(--black);
    font-size: 1.250rem;
}

.events-calendarlist .filter-locationsearch-wrapper .form-select.range {
    width: 50%;
}

.events-calendarlist .filter-locationsearch-wrapper .form-select.range select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: var(--black) solid .125rem;
    border-radius: .625rem;
    background-size: auto;
    background: url(/_images/select.svg) no-repeat 0 0 #fff;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: auto;
    background-position-x: 95%;
    background-position-y: .500rem;
    background-size: 1.250rem;
    width: 100%;
    padding: 0 0 0 .9375rem;
    color: var(--black);
    height: 2.8125rem;
    cursor: pointer;
    box-sizing: border-box;
    font-size: 1.250rem;
}

.events-calendarlist .filter-item-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.events-calendarlist .filter-item-wrapper .filter-items {
    display: flex;
    gap: 0.9375rem;
    flex-wrap: wrap;
    margin-bottom: 3.1250rem;
}

.events-calendarlist .filter-item-wrapper .title {
    margin: 0.6250rem 2.1875rem 0.6250rem 0;
}

.events-calendarlist .filter-item-wrapper .filter-item-category {
    border: none;
    border-radius: 0.6250rem;
    height: 3.1250rem;
    padding: 0 1.0625rem;
    line-height: 2.5000rem;
    cursor: pointer;
    margin-bottom: 0.6250rem;
    background: #F2F2F2;
    font-size: 1.3750rem;
    font-weight: 600;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.selected {
    color: #fff;
    background: var(--magenta);
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-37.selected {
    background: #3094ad;
    color: #000;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-38.selected {
    background: #ad4493;
    color: #fff;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-39.selected {
    background: #fabe25;
    color: #000;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-40.selected {
    background: #a6b654;
    color: #000;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-41.selected {
    background: #5ca08c;
    color: #000;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-42.selected {
    background: #788bc5;
    color: #000;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-43.selected {
    background: #E6007E;
    color: #000;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-44.selected {
    background: #b51f2a;
    color: #fff;
}

.events-calendarlist .filter-item-wrapper .filter-item-category.category-45.selected {
    background: #0A70B8;
    color: #fff;
}



.events-calendarlist .filter-item-wrapper .filter-item-category:focus-visible {
    outline: var(--defaultform-outline);
    outline-offset: var(--defaultform-outline-offset);
}

.events-calendarlist .legend {
    display: flex;
    gap: 0.6250rem;
    flex-wrap: wrap;
}

.events-calendarlist .legend .explanation {
    padding: 0.3125rem 1.3750rem;
    background: var(--magenta);
    color: #fff;
}

.events-calendarlist .legend .explanation.topic_2 {
    background: #0071B9;
}

.events-calendarlist .legend .explanation.topic_3 {
    background: #009CDA;
}


#event-list-container .spinner {
    width: 6.2500rem;
    height: 6.2500rem;
    border: 0.6250rem solid rgb(230, 230, 230);
    border-top: 0.6250rem solid var(--magenta);
    border-radius: 50%;
    animation: loading-offer-list 1s linear infinite;
    margin-left: calc(50% - 4.6875rem);
}

#event-list-container .noresults {
    padding-bottom: 1.8750rem;
}

@keyframes loading-offer-list {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.events-calendarlist .calenderlist-groupheadline {
    font-weight: 700;
    margin-bottom: 1.2500rem;
    padding-bottom: 0.6250rem;
}

.events-calendarlist .grouplist {
    list-style-type: none;
    padding: 0;
    display: block;
    margin-bottom: 0.9375rem;
}

.events-calendarlist .grouplist li {
    margin-bottom: 0.9375rem;
    border-left: 0.5000rem solid var(--magenta);
    float: none;
    position: relative;
    background-color: #F2F2F2;
    padding-left: 1.6875rem;
    padding-right: 2.5000rem;
    display: flex;
    gap: 1.2500rem;
    color: var(--magenta);
    padding-bottom: 1.5625rem;
}

.events-calendarlist .grouplist li .nolink {
    background-color: #E5F0F8;
    padding: 0.9375rem 1.2500rem;
}


.events-calendarlist .grouplist li:last-child {
    margin-bottom: 0;
}

.events-calendarlist .grouplist h3,
.events-calendarlist .grouplist a h3 {
    font-weight: 600;
    margin-bottom: 0.5000rem;
}

.events-calendarlist .grouplist .text,
.events-calendarlist .grouplist a .text {
    padding-top: 0.8125rem;
    width: calc(100% - 3.7500rem - 18.7500rem - 3.5000rem - 23%);
}

.events-calendarlist .grouplist .link {
    display: flex;
    align-items: center;
}

.events-calendarlist .grouplist a:hover .text .date,
.events-calendarlist .grouplist a:hover .text .location {
    color: #fff;
}

.events-calendarlist .grouplist .text .date {
    display: flex;
}

.events-calendarlist .grouplist .text .date:before {
    content: '\f073';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    color: var(--magenta);
    margin-right: 0.5000rem;

}

.events-calendarlist .grouplist .text .location:before {
    content: '\f3c5';
    font-family: 'Font Awesome 6 Pro', sans-serif;
    color: var(--magenta);
    margin-right: 0.5000rem;

}


.events-calendarlist .grouplist a:hover .text .date:before,
.events-calendarlist .grouplist a:hover .text .location:before {
    color: #fff;

}

.events-calendarlist .grouplist a:hover h3,
.events-calendarlist .grouplist a:hover .topline,
.events-calendarlist .grouplist a:hover .text {
    color: #ffffff;
}

.events-calendarlist .grouplist li .label {
    font-weight: 600;
}

.events-calendarlist .grouplist li .label,
.events-calendarlist .grouplist li .introtext {
    max-width: 62.5000rem;
}


.events-calendarlist .grouplist li:last-child {
    margin-bottom: 0;
}

.events-calendarlist .grouplist h3,
.events-calendarlist .grouplist a h3 {
    font-weight: 700;
    margin-bottom: 0.5000rem;
}

.events-calendarlist .ajax-list-load-more {
    display: inline-block;
    background: var(--magenta);
    color: #fff;
    height: 3.7500rem;
    width: 15.6250rem;
    font-weight: 500;
    text-align: center;
    padding: 0.8125rem 0.6250rem;
    box-sizing: border-box;
    border-radius: 0.3750rem;
    cursor: pointer;
    margin-top: 0.6250rem;
    font-size: 1.5000rem;
    border: none;
}

.events-calendarlist .ajax-list-load-more:hover {
    background: var(--magenta-hover);
}

.events-calendarlist .ajax-list-load-more:focus-visible {
    outline: 0.1875rem solid var(--magenta);
    outline-offset: 0.1875rem;
}

.events-calendarlist .ajax-list-load-more.hidden {
    display: none;
}

.events-calendarlist .no-results {
    margin-bottom: 1.5625rem;
    margin-top: 1.5625rem;
}


.events-calendarlist .list-item .day-square {
    background: var(--magenta);
    color: #fff;
    width: 3.5000rem;
    height: 3.5000rem;
    text-align: center;
    line-height: 3.5000rem;
    font-size: 1.6250rem;
}

.events-calendarlist .list-item.category-37 .day-square {
    background: #3094ad;
    color: #000;
}

.events-calendarlist .grouplist li.category-37 {
    border-left: 0.5000rem solid #3094ad;
}

.events-calendarlist .list-item.category-37 .link a {
    background: #3094ad;
    color: #000;
}

.events-calendarlist .list-item.category-37 .link a:hover {
    background: #56a6ba;
}

.events-calendarlist .list-item.category-38 .day-square {
    background: #ad4493;
}

.events-calendarlist .grouplist li.category-38 {
    border-left: 0.5000rem solid #ad4493;
}

.events-calendarlist .list-item.category-38 .link a {
    background: #ad4493;
}

.events-calendarlist .list-item.category-38 .link a:hover {
    background: #b3549c;
}

.events-calendarlist .list-item.category-39 .day-square {
    background: #fabe25;
    color: #000;
}

.events-calendarlist .grouplist li.category-39 {
    border-left: 0.5000rem solid #fabe25;
}

.events-calendarlist .list-item.category-39 .link a {
    background: #fabe25;
    color: #000;
}

.events-calendarlist .list-item.category-39 .link a:hover {
    background: #F8C84D;
}

.events-calendarlist .list-item.category-40 .day-square {
    background: #a6b654;
    color: #000;
}

.events-calendarlist .grouplist li.category-40 {
    border-left: 0.5000rem solid #a6b654;
}

.events-calendarlist .list-item.category-40 .link a {
    background: #a6b654;
    color: #000;
}

.events-calendarlist .list-item.category-40 .link a:hover {
    background: #b5c173;
}

.events-calendarlist .list-item.category-41 .day-square {
    background: #5ca08c;
    color: #000;
}

.events-calendarlist .grouplist li.category-41 {
    border-left: 0.5000rem solid #5ca08c;
}

.events-calendarlist .list-item.category-41 .link a {
    background: #5ca08c;
    color: #000;
}

.events-calendarlist .list-item.category-41 .link a:hover {
    background: #79B0A0;
}


.events-calendarlist .list-item.category-42 .day-square {
    background: #788bc5;
    color: #000;
}

.events-calendarlist .grouplist li.category-42 {
    border-left: 0.5000rem solid #788bc5;
}

.events-calendarlist .list-item.category-42 .link a {
    background: #788bc5;
    color: #000;
}

.events-calendarlist .list-item.category-42 .link a:hover {
    background: #909fcd;
}

.events-calendarlist .list-item.category-43 .day-square {
    background: #E6007E;
    color: #000;
}

.events-calendarlist .grouplist li.category-43 {
    border-left: 0.5000rem solid #E6007E;
}

.events-calendarlist .list-item.category-43 .link a {
    background: #E6007E;
    color: #000;
}

.events-calendarlist .list-item.category-43 .link a:hover {
    background: #E83095;
}

.events-calendarlist .list-item.category-44 .day-square {
    background: #b51f2a;
}

.events-calendarlist .grouplist li.category-44 {
    border-left: 0.5000rem solid #b51f2a;
}

.events-calendarlist .list-item.category-44 .link a {
    background: #b51f2a;
}

.events-calendarlist .list-item.category-44 .link a:hover {
    background: #C34B54;
}

.events-calendarlist .list-item.category-45 .day-square {
    background: #0A70B8;
}

.events-calendarlist .grouplist li.category-45 {
    border-left: 0.5000rem solid #0A70B8;
}

.events-calendarlist .list-item.category-45 .link a {
    background: #0A70B8;
}

.events-calendarlist .list-item.category-45 .link a:hover {
    background: #207CBB;
}



.events-calendarlist .list-item .day {
    display: flex;
    gap: 1.2500rem;
}

.events-calendarlist .list-item .day .month {
    display: none;
    font-weight: 700;
}

.events-calendarlist .list-item .link a {
    background: var(--magenta);
    color: #fff;
    width: 18.7500rem;
    text-align: center;
    display: inline-block;
    padding: 0.5000rem 2.1875rem;
    border-radius: 0.6250rem;
    box-sizing: border-box;
    font-weight: 500;
    min-height: 2.5000rem;
}

.events-calendarlist .list-item .link a:hover {
    background: var(--magenta-hover);
}

.events-calendarlist .list-item .link a:focus-visible {
    outline: 0.1875rem solid var(--magenta);
    outline-offset: 0.1875rem;
}

.events-calendarlist .list-item .link a:after {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f054';
    margin-left: 0.5000rem;
}

/* *** local events *** */


.events-calendarlist .grouplist h3 {
    clear: both;
}

.events-calendarlist .grouplist li.local a,
.events-calendarlist .grouplist li.local div.nolink {
    /*background-color: #FFFFF5;*/
    /*color: #576471;*/
}

.events-calendarlist .grouplist li.local a h3,
.events-calendarlist .grouplist li.local div.nolink h3,
.events-calendarlist .grouplist li.local a .text,
.events-calendarlist .grouplist li.local div.nolink .text {
    /*color: #576471;*/
}

.events-calendarlist .grouplist li.local a:hover {
    /*color: #74B841;*/
    /*background-color: #FEF7E5;*/
}

.events-calendarlist .grouplist li.local a:hover h3,
.events-calendarlist .grouplist li.local a:hover .text {
    /*color: #74B841 !important;*/
}

.events-calendarlist .grouplist .divider {
    margin-bottom: 1.0000rem;
}

.events-calendarlist .grouplist .divider:last-child {
    margin-bottom: 0.0000rem;
}

.events-calendarlist .grouplist .registration_deadline,
.events-calendarlist .grouplist .price {
    color: inherit;
}

.events-calendarlist .grouplist li .info {
    margin-top: 0.8125rem;
    display: flex;
    flex-flow: column;
    gap: 0.3125rem;
    width: calc(100% - 3.7500rem - 18.7500rem - 3.5000rem - 45%);
}

.events-calendarlist .grouplist li .info .month {
    font-weight: 600;
    color: var(--black);
}

.events-calendarlist .grouplist li .state {
    display: flex;
    align-items: center;
}

.events-calendarlist .grouplist li .state::before {
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    content: '';
    margin-right: 0.5rem;
    border-radius: 50%;
    border: #000 0.18rem solid;
}

.events-calendarlist .grouplist li .state.free::before {
    background: #a2c614;
}

.events-calendarlist .grouplist li .state.partly-free::before {
    background: #e39f0c;
}

.events-calendarlist .grouplist li .state.waitlist::before {
    background: #c61414;
}

.events-calendarlist .grouplist li .info .date {
    display: flex;
}

.events-calendarlist .grouplist li .info .location:before,
.events-calendarlist .grouplist li .info .date:before,
.events-calendarlist .grouplist li .info .time:before {
    font-family: 'Font Awesome 6 Sharp', sans-serif;
    margin-right: 0.5000rem;
    color: var(--black);
    font-size: 1.2500rem;
    margin-top: 0.3750rem;
}

.events-calendarlist .grouplist li .info .location:before {
    content: '\f3c5';
}

.events-calendarlist .grouplist li .info .date:before {
    content: '\f073';
}

.events-calendarlist .grouplist li .info .time:before {
    content: '\f017';
}

.events-calendarlist .more-events {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    color: var(--magenta);
}

.events-calendarlist .more-events::before {
    font-family: 'Font Awesome 6 Pro', sans-serif;
    content: '\f101';
    margin-right: 0.6250rem;
    font-weight: 900;
}

/*
.events-calendarlist .list-item.topic_3 .day-square {
    background: #009CDA;
}
.events-calendarlist .list-item.topic_3 {
    border-left: 0.5000rem solid #009CDA;
}

.events-calendarlist .list-item.topic_2 .day-square {
    background: #0071B9;
}

.events-calendarlist .list-item.topic_2 {
    border-left: 0.5000rem solid #0071B9;
}
*/

.events-calendarlist .list-link {
    display: flex;
    gap: 0.9375rem;
    font-weight: 500;
    width: fit-content;
}

.events-calendarlist .list-link:focus-visible {
    outline: 0.1875rem solid var(--magenta);
    outline-offset: 0.1875rem;
}

@media only screen and (max-width: 90.6250rem) {
    .events-calendarlist .grouplist li {
        flex-wrap: wrap;
    }

    .events-calendarlist .grouplist li .info {
        width: calc(100% - 1.2500rem - 3.5000rem);
    }

    .events-calendarlist .grouplist .text {
        padding-top: 0.0000rem;
        margin-left: 4.6875rem;
        width: 100%;
    }

    .events-calendarlist .grouplist .link {
        width: 100%;
        margin-left: 4.6875rem;
    }

}

@media only screen and (max-width: 75.0000rem) {
    .events-calendarlist .filter .selection {
        flex-wrap: wrap;
        gap: 1.2500rem;
    }

    .events-calendarlist .search {
        margin-bottom: 0;
    }

    .events-calendarlist .search-container {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 64.0000rem) {
    .events-calendarlist .search .filter-search {
        height: 2.5000rem;
        padding: 0.3125rem 0.9375rem;
    }

    .events-calendarlist .search .innericon {
        top: 0.2500rem;
        right: 5%;
    }

    .events-calendarlist .filter-select-wrapper {
        flex-wrap: wrap;
        gap: 0.9375rem;
    }

    .events-calendarlist .filter-select-wrapper .form-select {
        width: 100%;
    }

    .events-calendarlist .filter-select-wrapper .form-select select {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 34.3750rem) {
    .events-calendarlist .grouplist .link {
        max-width: 100%;
    }
}

@media only screen and (max-width: 32.5000rem) {

    .events-calendarlist .legend .explanation {
        width: 100%;
    }

    .events-calendarlist .grouplist li {
        padding-left: 1.1250rem;
        padding-right: 0.6250rem;
    }

    .events-calendarlist .grouplist li .info {
        margin-top: 0.0000rem;
        width: 100%;
    }

    .events-calendarlist .grouplist .text {
        margin-left: 0.0000rem;
    }

    .events-calendarlist .grouplist .link {
        margin-left: 0.0000rem;
    }

    .events-calendarlist .grouplist .link a {
        width: 100%;
        font-size: 1.2500rem;
    }

    .events-calendarlist .list-item .day {
        align-items: center;
    }

    .events-calendarlist .list-item .day .month {
        display: inline-block;
    }

    .events-calendarlist .grouplist li .info .month {
        display: none;
    }

    .events-calendarlist .list-link {
        font-size: 1.2500rem;
    }

}