/*font-family: 'Roboto', sans-serif;*/

body.eventsDetail #events5-detail-billboard {
    overflow: hidden;
}

body.eventsDetail #billboard .text {
    max-width: none;
}

body.eventsDetail #billboard .text .inner {
    max-width: none;
}

body.eventsDetail #billboard .text img {
}

/*filters*/

#events5-filter {
    padding: 4rem 0;
}

#events5-search {
    border: 0;
    outline: none;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    overflow: hidden;
}

#events5-search fieldset {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 1;
    border: none;
    border-radius: 1.5rem;
    overflow: hidden;
}

#e5-search-term {
    float: left;
    display: block;
    width: 90%;
    padding: 0 2.5%;
    border: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 44px;
    height: 44px;
    outline: none !important;
    background-color: transparent;
    border-radius: 0;
}

#events5-search-submit {
    display: block;
    position: absolute;
    top: 50%;
    right: .5rem;
    bottom: 0;
    transform: translateY(-50%);
    width: 10%;
    font-size: 16px;
    vertical-align: middle;
    text-align: right;
    background: none;
    outline: none;
    border: 0;
    padding: 0;
    cursor: pointer;
    transition: .2s;
    background-color: transparent;
}

#events5-filter .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#events5-filter .top .events5-search {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    #events5-filter .top .events5-search {
        flex: 0 0 82%;
        max-width: 82%;
        margin-bottom: 0px;
    }
}

#events5-filter .top .events5-toggle {
    position: relative;
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    #events5-filter .top .events5-toggle {
        flex: 0 0 15%;
        max-width: 15%;
        text-align: right;
        max-width: none;
        margin: 0px;
    }
}

#events5-filter .top .events5-toggle #events5-filter-toggle {
    position: relative;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 44px;
    height: 46px;
    margin: 0px;
	text-align: left;
}

#events5-filter .top .events5-toggle #events5-filter-toggle i {
    display: inline-block;
    font-weight: 400 !important;
    min-width: 1.5rem;
    text-align: center;
    vertical-align: -.17rem;
}

#events5-filter-form {
    display: none;
}

#events5-filter .events5-filter-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

#events5-filter .events5-filter-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#events5-filter .events5-filter-menu li {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    line-height: 1;
    list-style: none;
    background: none;
}

#events5-filter .events5-filter-menu li input {
    display: none;
}

#events5-filter .events5-filter-menu li label {
    display: block;
    position: relative;
    padding: 12px 42px 12px 4px;
    cursor: pointer;
    overflow: hidden;
    font-size: 1.125rem;
    border: none;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

#events5-filter .events5-filter-menu li label:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f00c";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-font-weight: 900 !important;
    position: absolute;
    width: 34px;
    text-align: center;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}

#events5-filter .filter-select {
    padding: 2rem 0 1rem 0;
}

@media (min-width: 992px) {
    #events5-filter .filter-select {
        display: flex;
        justify-content: center;
    }
}

#events5-filter .filter-select .events5-filter-menu {
    display: none;
}

#events5-filter .filter-select .events5-filter-item {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: .5rem auto;
}

@media (min-width: 992px) {
    #events5-filter .filter-select .events5-filter-item {
        margin: 0 .5%;
        flex-basis: 23.5%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    #events5-filter .filter-select .events5-filter-item:first-child {
        margin-left: 0px;
    }
}

@media (min-width: 992px) {
    #events5-filter .filter-select .events5-filter-item:last-child {
        margin-right: 0px;
    }
}

#events5-filter .filter-select .events5-filter-item a {
    display: block;
    position: relative;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0;
    outline: none !important;
    text-decoration: none;
    cursor: pointer;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 1.5rem;
}

#events5-filter .filter-select .events5-filter-item a span {
    position: relative;
    display: block;
    line-height: 40px;
    padding: 0 38px 0 12px;
    font-size: 1rem;
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: bottom;
}

#events5-filter .filter-select .events5-filter-item a i {
    display: block;
    position: absolute;
    right: .75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: right;
}

#events5-filter .filter-select .events5-filter-item a i:before {
    font-family: "Font Awesome 5 Pro" !important;
    content: "\f0d7";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900 !important;
    font-size: 1rem;
}

#events5-filter .filter-select .events5-filter-item a.on i:before {
    content: "\f0d8";
}

#events5-filter .filter-menu .events5-filter-menu {
    display: none;
}

#events5-filter .filter-menu .events5-filter-menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

@media (min-width: 992px) {
    #events5-filter .filter-menu .events5-filter-menu li {
        position: relative;
        width: 100%;
        margin: 0 0 0 1.5%;
        padding: 0;
        line-height: 1;
        flex: 0 0 23.875%;
        max-width: 23.875%;
        list-style: none;
    }
}

#events5-filter .filter-menu .events5-filter-menu li:nth-child(4n+1) {
    margin-left: 0px;
}

#events5-filter .events5-filter-categories {
    padding: 1rem 0;
}

#events5-filter .events5-filter-categories ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 992px) {
    #events5-filter .events5-filter-categories ul {
        text-align: center;
    }
}

#events5-filter .events5-filter-categories ul li {
    margin-bottom: .5rem;
    list-style: none;
}

@media (min-width: 992px) {
    #events5-filter .events5-filter-categories ul li {
        display: inline-block;
        margin: 0 1rem;
    }
}

#events5-filter .events5-filter-categories ul li input {
    margin-right: .35rem;
}

#events5-filter .events5-filter-additional {
    padding: 1rem 0;
}

#events5-filter .events5-filter-additional ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 992px) {
    #events5-filter .events5-filter-additional ul {
        text-align: center;
    }
}

#events5-filter .events5-filter-additional ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    margin-bottom: .25rem;
}

@media (min-width: 992px) {
    #events5-filter .events5-filter-additional ul li {
        display: inline-block;
        margin: 0 1rem;
    }
}

#events5-filter .events5-filter-additional ul li input {
    display: none;
}

#events5-filter .events5-filter-additional ul li label {
    display: block;
    position: relative;
    padding: 12px 8px 12px 34px;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    border: none;
}

@media (min-width: 992px) {
    #events5-filter .events5-filter-additional ul li label {
        font-size: 22px;
    }
}

#events5-filter .events5-filter-additional ul li label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 3px;
    background-color: transparent;
    border-radius: 5px;
}

#events5-filter .events5-filter-additional ul li label:after {
    font-family: "Font Awesome 5 Pro" !important;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: "\f00c";
    position: absolute;
    font-size: 12px;
    text-align: center;
    left: 6px;
    top: 49%;
    transform: translateY(-50%);
}

#events5-filter .events5-filter-additional ul li input:checked+label:after {
    display: block;
}

#events5-filter .input-buttons {
    padding: 1rem 0;
    text-align: center;
}

@media (max-width: 991.98px) {
    #events5-filter .input-buttons .btn {
        display: block;
        width: 100%;
        max-width: 260px;
        margin: 1rem auto;
    }
}

/*results title*/

.results-filter-choices {
    padding: 0 0 1rem;
}

.results-filter-choices .results-title {
    text-align: center;
}

.results-filter-choices .results-remove {
    text-align: left;
}

.results-filter-choices .results-remove a {
    display: inline-block;
    line-height: 1.1;
    font-size: 1rem;
    margin: 0 1rem .5rem 0;
}

.results-filter-choices .results-remove a i {
    display: inline-block;
    margin-left: 3px;
    vertical-align: -2px;
}

/*featured events */

.events5-featured.slick-widget {
    position: relative;
}

.events5-featured.slick-widget .image {
    padding: 0px;
}

.events5-featured.slick-widget .slick-prev {
    left: 0px;
}

@media (min-width: 992px) {
    .events5-featured.slick-widget .slick-prev {
        left: -1rem;
    }
}

.events5-featured.slick-widget .slick-next {
    right: 0px;
}

@media (min-width: 992px) {
    .events5-featured.slick-widget .slick-next {
        right: -1rem;
    }
}

.events5-featured.slick-widget .slick-slide {
    margin: 0 10px;
}

.events5-featured.slick-widget .slick-slide .linked-image {
    box-shadow: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.events5-featured.slick-widget .slick-slide .linked-image:after {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.events5-featured.slick-widget .slick-slide .linked-image img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.events5-featured-wrap .events5-featured .slick-track {
    display: flex !important;
    /*equal height fix*/
}

.events5-featured-wrap .events5-featured .slick-track .slick-slide {
    height: inherit !important;
    margin-top: 10px;
    margin-bottom: 10px;
}

.events5-featured-wrap .events5-featured .slick-track .slick-slide>div {
    position: relative;
    height: 100% !important;
}

.events5-featured-wrap .events5-featured .slick-track .slick-slide>div>article {
    height: 100% !important;
}

.events5-featured-wrap .events5-featured article {
    position: relative;
    overflow: hidden;
    border-radius: 1.5rem;
}

/* Hide this placeholder image, if the event has an image to show */

.events5-featured-wrap .events5-featured article .image>img+.default-image {
    display: none;
}

.events5-featured-wrap .events5-featured article .image a>img+.default-image {
    display: none;
}

.events5-featured-wrap .events5-featured article:focus {
    outline: 0;
    border: 0;
}

.events5-featured-wrap .events5-featured article .info {
    padding: 2rem;
}

.events5-featured-wrap .events5-featured article .info .isallday {
    display: none;
}

.events5-featured-wrap .events5-featured article .info a:focus {
    outline: 0;
    border: 0;
}

.events5-featured-wrap .events5-featured article .info-static {
    display: none;
}

.events5-featured-wrap .events5-featured article .info p {
    line-height: 1.4;
}

.events5-featured-wrap .events5-featured article .info p.categories {
    font-size: .9125rem;
}

.events5-featured-wrap .events5-featured article .day-and-time {
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .events5-featured-wrap .events5-featured article .day-and-time {
        margin-bottom: 2rem;
    }
}

/* Single Featured Article */

.events5-featured-wrap .events5-featured-static {
    position: relative;
    margin: 2rem 0;
    padding: 0;
}

.events5-featured-wrap .events5-featured-static article {
    width: 100%;
    display: flex;
    position: relative;
    padding: 1rem;
    height: auto;
    margin: 0;
    flex-wrap: wrap;
}

.events5-featured-wrap .events5-featured-static article .info {
    display: none;
}

.events5-featured-wrap .events5-featured-static article .info-static {
    order: 2;
    width: 100%;
    position: relative;
}

.events5-featured-wrap .events5-featured-static article .info-static .isallday {
    display: none;
}

.events5-featured-wrap .events5-featured-static article .info-static p.desc {
    margin-bottom: 1rem;
}

.events5-featured-wrap .events5-featured-static article .info-static-inner {
    position: relative;
}

.events5-featured-wrap .events5-featured-static article .image {
    order: 1;
    width: 100%;
    margin-bottom: 1rem;
}

@media (min-width: 992px) {
    .events5-featured-wrap .events5-featured-static article .info-static {
        order: 1;
        width: 42.5%;
        position: relative;
        margin-bottom: 0;
        box-sizing: border-box;
    }
    .events5-featured-wrap .events5-featured-static article .info-static-inner {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        right: 30px;
    }
    .events5-featured-wrap .events5-featured-static article .image {
        order: 2;
        width: 57.5%;
        margin-bottom: 0;
    }
}

.events5-featured-wrap .events5-featured-static article .info-static-inner>*:last-child,
.events5-featured-wrap .events5-featured-static article .info-static-inner>*:last-child>*:last-child {
    margin-bottom: 0;
}

.events5-featured-wrap .events5-featured-static article .image>img+.default-image {
    display: none;
}

/*map view*/

.events5-map-controls {
    padding: 2rem 0;
    text-align: right;
}

.events5-map-controls a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .events5-map-controls a {
        font-size: 1.25rem;
    }
}

.events5-map-controls a .on {
    display: none;
}

.events5-map-controls a.on .on {
    display: block;
}

.events5-map-controls a.on .off {
    display: none;
}

#events5-map-wrap {
    display: none;
    margin-bottom: 2rem;
}

#events5-map {
    height: 240px;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
}

@media (min-width: 992px) {
    #events5-map {
        height: 360px;
    }
}

#events5-map #events5_map {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

#events5-map #events5_map .gm-style img {
    max-width: none !important;
}

#events5-map #events5_map img.infowindow-close {
    padding: 0px !important;
}

#events5-map #events5_map .infowindow:before {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top-width: 12px;
    border-top-style: solid;
}

#events5-map #events5_map .infowindow .info {
    padding: 10px;
}

#events5-map #events5_map .infowindow a.link {
    display: block;
    font-size: 1.125rem;
    padding: .5rem;
    line-height: 1.3;
}

#events5-map #events5_map .infowindow a.link i {
    display: inline-block;
    margin-left: .25rem;
    font-size: .75rem;
}

/* main desktop and mobile views */

#events5-dt-results,
#events5-mb-results {
    padding-bottom: 3rem;
}

#events5-dt-results {
    display: none;
    visibility: hidden;
    min-height: 300px;
}

#events5-dt-results.loading:after {
    background-position: center 50%;
}

#events5-dt-results.traditional-view.loading:after {
    background-position: center 20%;
}

#events5-mb-results.loading:after {
    background-position: center calc(30% - 1rem);
}

#events5-mb-results {
    display: block;
    visibility: visible;
}

@media (min-width: 992px) {
    #events5-dt-results {
        display: block;
        visibility: visible;
    }
    #events5-mb-results {
        display: none;
        visibility: hidden;
    }
}

/*detail view*/

.content-sidebar-section.dark {
    padding: 1.5rem;
}

.events5-detail-title {
    display: flex;
    margin-bottom: 1.5rem;
}

.events5-detail-title .events5-detail-title-heading {
    width: 100%;
    position: relative;
    flex-grow: 1;
}

.events5-detail-title .events5-detail-title-heading h2,
.events5-detail-title .events5-detail-title-heading h3,
.events5-detail-title .events5-detail-title-heading h4,
.events5-detail-title .events5-detail-title-heading h5,
.events5-detail-title .events5-detail-title-heading h6 {
    margin: 0;
}

.events5-detail-title .events5-map-controls {
    width: auto;
    position: relative;
    flex: 0 0 auto;
    max-width: 100%;
    padding: 0px;
    margin: 0px;
}

@media (min-width: 768px) {
    .events5-detail-title .events5-map-controls {
        font-size: 1.375rem;
    }
}

.events5-description>*:last-child {
    margin-bottom: 0;
}

.events5-detail p.categories {
    line-height: 1.4;
    font-size: .9125rem;
}

.events5-detail p.categories span {
    display: inline-block;
}

.events5-detail p.categories span:after {
    display: inline-block;
    content: "\00B7";
    margin: 0 .5rem;
}

.events5-detail p.categories span:last-child:after {
    display: none;
}

.events5-detail .events5-join-text {
    padding: .75rem;
    margin-top: 1.25rem;
}

.events5-detail-meta {
	border-radius: 1.5rem;
}

.events5-detail-meta h6 {
    position: relative;
    font-size: 1.125rem;
    padding-left: 32px;
}

.events5-detail-meta h6 .icon,
.events5-detail-meta h6 .fa {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.events5-detail-meta p {
    padding-left: 32px;
}

.events5-form-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9899;
    transition: .2s;
    overflow: hidden;
}

.events5-form-wrap .events5-form-inner {
    position: relative;
    width: 90%;
    height: 90%;
    max-width: 920px;
    margin: 0px auto;
    text-align: center;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
}

.events5-form-wrap .events5-form-top {
    position: absolute;
    right: 1.5rem;
    top: .5rem;
    z-index: 100;
}

.events5-form-wrap .events5-form-top a {
    font-size: 1.5rem;
}

.events5-form-wrap .events5-form {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.events5-form-wrap .events5-form form {
    margin: 0px !important;
}

/* Calendar and Pagination */

.e5-layout-pagination {
    text-align: center;
}

.e5-layout-pagination>a {
    font-size: 1.5rem;
    padding: 0 1rem;
    /* color: #001739; */
}

.e5-layout-pagination>a.off {
    opacity: 0.2;
}

.e5-layout-pagination .heading {
    font-size: 1.5rem;
    padding: 0 .5rem;
    display: inline-block;
    min-width: 20rem;
    /* This needs to be set correctly for the month with the longest name: "September" */
}

#events5-dt-results .month-view {
    display: none;
}

#events5-dt-results .split-container {
    display: flex;
    flex-wrap: nowrap;
}

#events5-dt-results .split-container .calendar-container {
    width: 66.777%;
}

#events5-dt-results .split-container .list-container {
    width: 33.333%;
}

#events5-dt-results table.calendar {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* First row of table (the headings) needs a different box-shadow, to nullify table box-shadow */

#events5-dt-results table.calendar th {
    font-size: 1rem;
    width: 14.285714286%;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    background: none;
    border: none;
}

#events5-dt-results table.calendar td {
    width: 14.285714286%;
    max-width: 14.285714286%;
    min-width: 14.285714286%;
    padding: 14.285714286% 0 0;
    position: relative;
    margin: 0;
    border-width: 2px;
    border-style: solid;
}

#events5-dt-results table.calendar td[class^="calendar-day"].has-events:hover {
    cursor: pointer;
}

#events5-dt-results table.calendar td[class^="calendar-day"].has-events.selected:hover {
    cursor: default;
}

#events5-dt-results table.calendar .day-number {
    position: absolute;
    top: 1rem;
    left: 1rem;
    background-color: transparent;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 1.25rem;
    font-weight: 700;
}

#events5-dt-results table.calendar td[class^="calendar-day"].has-events .day-number {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#events5-dt-results table.calendar .event-detail-links {
    display: none;
}

#events5-dt-results .prev-list-day:not(.disabled):hover,
#events5-dt-results .next-list-day:not(.disabled):hover {
    cursor: pointer;
}

#events5-dt-results .list-container {
    padding: 0;
    position: relative;
}

#events5-dt-results .list-container .list-heading {
    font-weight: bold;
    text-align: center;
    margin: 0;
    line-height: 36px;
}

#events5-dt-results .list-container .list-heading span {
    font-size: 1.25rem;
    padding: 0 .5rem;
    display: inline-block;
}

#events5-dt-results .month-view .list-container .list-heading span.day-date {
    min-width: 17rem;
    font-size: 18px;
}

#events5-dt-results .list-container .list-heading span[class*="-list-day"] {
    vertical-align: -2px;
}

#events5-dt-results .list-container .list-heading span[class*="-list-day"].disabled {
    opacity: 0.35;
}

#events5-dt-results .list-container .list-inner {
    padding: 0;
    position: absolute;
    top: 35px;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

#events5-dt-results .list-container .list-inner .events-for-day {
    margin: 0;
    height: 100%;
    padding: 2rem;
    overflow-y: auto;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 0;
}

#events5-dt-results .list-container .list-inner .events-for-day li,
#events5-dt-results .list-container .list-inner .events-for-day li li {
    margin-bottom: 2rem;
    list-style: none !important;
}

#events5-dt-results .list-container .list-inner .events-for-day li:last-child>p {
    margin-bottom: 0;
}

/* Desktop Hybrid View */

#events5-dt-results .hybrid-container {
    display: flex;
    flex-wrap: nowrap;
}

#events5-dt-results .hybrid-container .calendar-container {
    width: 100%;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
}

#events5-dt-results .hybrid-container.show-list .calendar-container {
    width: 66.777%;
}

#events5-dt-results .hybrid-container .list-container {
    width: 0;
    transition: width .3s ease-in-out;
    -moz-transition: width .3s ease-in-out;
    -webkit-transition: width .3s ease-in-out;
    height: auto;
}

#events5-dt-results .hybrid-container .list-container .list-heading {
    display: none;
}

#events5-dt-results .hybrid-container.show-list .list-container {
    width: 33.3333%;
}

#events5-dt-results .hybrid-container.show-list .list-container .list-heading {
    display: block;
}

#events5-dt-results .hybrid-container .list-container .list-inner .close-list-window {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    font-size: 1.5rem;
    z-index: 1;
}

/* Desktop Traditional View (user chooses between calendar and list views) */

#events5-dt-results {
    position: relative;
}

/* Note: this complicated "right" property provides alignment with the edge of the site .container */

#events5-dt-results .view-options {
    margin: 0;
    padding: 10px;
    list-style: none;
    text-align: right;
}

#events5-dt-results .view-options li {
    display: inline-block;
    padding: 0;
    list-style: none;
}

#events5-dt-results .view-options li a {
    display: block;
    font-size: 20px;
    line-height: 1;
    padding: 8px 16px;
    vertical-align: middle;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
}

#events5-dt-results .view-options li a.active:hover {
    cursor: default;
}

#e5-traditional-view .calendar-container,
#e5-traditional-view .list-container {
    width: 100%;
    display: block;
}

#e5-traditional-view .list-container {
    display: none;
}

#e5-traditional-view.show-list .list-container {
    display: block;
}

#e5-traditional-view.show-list .calendar-container {
    display: none;
}

#e5-traditional-view table.calendar td.calendar-day {
    vertical-align: top;
}

#e5-traditional-view table.calendar td.calendar-day.has-events {
    padding: 3.5rem 1rem 1rem;
}

#e5-traditional-view table.calendar td.calendar-day.has-events:hover {
    cursor: default;
}

#e5-traditional-view .calendar-container .calendar-day .event-detail-links {
    display: block;
}

#e5-traditional-view .calendar-container .calendar-day .event-detail-links li {
    list-style: none;
    line-height: 1.3;
    margin-bottom: .75rem;
}

#e5-traditional-view .calendar-container .calendar-day .event-detail-links li a {
    display: block;
    line-height: 1.3;
    font-size: .9125rem;
}

#e5-traditional-view .calendar-container .calendar-day .event-detail-links li:last-child {
    margin-bottom: 0;
}

/* Traditional View - List Option */

#e5-traditional-view .list-container .e5-list-item-group {
    display: flex;
    transition-delay: 300ms;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: scaleY(1);
    transform-origin: center top;
    visibility: visible;
    max-height: 100%;
}

#e5-traditional-view .list-container .e5-list-item-group .month-day>p {
    padding: .25rem 1rem;
    border-radius: 1.5rem;
    text-transform: uppercase;
}

#e5-traditional-view .list-container .e5-list-item-group.lazy-load.hidden {
    transform: scaleY(0);
    visibility: hidden;
    max-height: 0;
}

#e5-traditional-view .list-container .loading-gizmo {
    margin: 1rem;
}

/* Don't show the loading gizmo below rows that are hidden */

#e5-traditional-view .list-container .e5-list-item-group.lazy-load.hidden+.loading-gizmo {
    display: none;
}

.e5-list-item-group {
    padding: 0;
}

.e5-list-item-group:last-of-type {
    margin-bottom: -2rem;
}

.e5-list-item-group article {
    height: 100%;
}

.e5-list-item-group article .info {
    padding: .75rem 1rem;
    display: flex;
}

.e5-list-item-group article .info .info-meta {
    position: relative;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.e5-list-item-group article .info .info-meta h5 .icon,
.e5-list-item-group article .info .info-meta h5 .fa {
    display: inline-block;
    margin-left: .5rem;
}

.e5-list-item-group article .info .info-meta p {
    line-height: 1.4;
}

.e5-list-item-group article .info .info-meta p.time strong,
.e5-list-item-group article .info .info-meta p.location strong {
    font-weight: 700;
    text-decoration: none;
}

.e5-list-item-group article .info .info-meta p.categories {
    text-transform: uppercase;
    font-size: .9125rem;
}

.e5-list-item-group article .info .info-meta p span {
    display: inline-block;
}

.e5-list-item-group article .info .info-meta p span:after {
    display: inline-block;
    content: "\00B7";
    margin: 0 .5rem;
}

.e5-list-item-group article .info .info-meta p span:last-child:after {
    display: none;
}

/* MOBILE SPLIT VIEW */

#events5-mb-results .month-view {
    display: none;
}

#events5-mb-results .split-container {
    display: block;
}

#events5-mb-results .split-container .calendar-container {
    width: 100%;
    margin-bottom: 1rem;
}

#events5-mb-results .split-container .list-container {
    width: 100%;
}

#events5-mb-results .e5-layout-pagination {
    position: relative;
}

#events5-mb-results .e5-layout-pagination a {
    position: absolute;
    padding: 0;
    top: 50%;
    line-height: 1;
    transform: translateY(-50%);
    width: 2rem;
}

#events5-mb-results .e5-layout-pagination a.previous {
    left: 0;
}

#events5-mb-results .e5-layout-pagination a.next {
    right: 0;
}

#events5-mb-results .e5-layout-pagination .heading {
    padding: 0 1rem;
}

#events5-mb-results table.calendar {
    width: 100%;
    margin: 0;
    padding: 0;
}

#events5-mb-results table.calendar th {
    font-size: 1rem;
    width: 14.285714286%;
    font-weight: normal;
    text-align: center;
    text-transform: none;
    padding: 1rem 0 0;
    background: none;
    border: none;
}

#events5-mb-results table.calendar td {
    width: 14.285714286%;
    max-width: 14.285714286%;
    min-width: 14.285714286%;
    padding: 14.285714286% 0 0;
    position: relative;
    margin: 0;
    border-style: solid;
    border-width: 1px;
}

#events5-mb-results table.calendar td[class^="calendar-day"].has-events:hover {
    cursor: pointer;
}

#events5-mb-results table.calendar td[class^="calendar-day"].has-events.selected:hover {
    cursor: default;
}

#events5-mb-results table.calendar .day-number {
    position: absolute;
    top: 12.5%;
    left: 50%;
    background-color: transparent;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    font-size: 1.25rem;
    font-weight: bold;
    transform: translateX(-50%);
}

@media (min-width: 768px) {
    #events5-mb-results table.calendar .day-number {
        top: 20%;
    }
}

#events5-mb-results table.calendar td[class^="calendar-day"].selected .day-number {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

#events5-mb-results table.calendar .event-detail-links {
    display: none;
}

#events5-mb-results .list-container {
    padding: 0;
    position: relative;
}

#events5-mb-results .list-container .list-heading {
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding-left: 1rem;
    display: flex;
    height: 60px;
}

#events5-mb-results .list-container .list-heading span {
    font-size: 1.25rem;
    padding: 0 .5rem;
    display: inline-block;
}

#events5-mb-results .month-view .list-container .list-heading span.day-date {
    width: calc(100% - 5.5rem);
    padding: 0;
    line-height: 58px;
    font-size: 1rem;
}

#events5-mb-results .list-container .list-heading span[class*="-list-day"] {
    font-size: 1.625rem;
    line-height: 58px;
}

#events5-mb-results .list-container .list-heading span.prev-list-day {
    padding: 0 .75rem 0 .5rem;
}

#events5-mb-results .list-container .list-heading span.next-list-day {
    padding: 0 1rem 0;
}

#events5-mb-results .list-container .list-heading span[class*="-list-day"].disabled {
    opacity: 0.35;
}

#events5-mb-results .list-container .list-inner {
    padding: 0;
}

#events5-mb-results .list-container .list-inner .events-for-day {
    margin: 0;
    width: 100%;
    height: calc(1.5rem + 4.2*74px);
    /* This shows 4 items and a fraction of the next (helps iOS users to know if more events available!) */
    padding: 1.5rem 1.25rem;
    overflow-y: auto;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    z-index: 0;
    list-style: none;
}

@media (min-width: 576px) {
    #events5-mb-results .list-container .list-inner .events-for-day {
        /* shows 5 events */
        height: calc( 1.5rem + (5.2*74px));
    }
}

@media (min-width: 768px) {
    #events5-mb-results .list-container .list-inner .events-for-day {
        /* shows 6 events */
        height: calc( 1.5rem + (6.2*74px));
    }
}

#events5-mb-results .list-container .list-inner .events-for-day li {
    margin-bottom: 2rem;
    list-style: none;
}

#events5-mb-results .list-container .list-inner .events-for-day li>p {
    margin-bottom: 0;
}

#events5-mb-results .list-container .list-inner .events-for-day li:last-child {
    margin-bottom: 0;
}

#events5-mb-results .list-container .list-inner .events-for-day::-webkit-scrollbar {
    width: .75rem;
}

#events5-mb-results .list-container .list-inner .events-for-day::scrollbar {
    width: .75rem;
}

/* MOBILE LIST VIEW */

#events5-mb-results.list-view.loading:after {
    background-position: center 4rem;
}

#e5-mobile-list-view .list-container {
    width: 100%;
    display: block;
}

#e5-mobile-list-view .list-container .e5-list-item-group {
    display: flex;
    transition-delay: 800ms;
    transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transform: scaleY(1);
    transform-origin: center top;
    visibility: visible;
    max-height: 100%;
}

#e5-mobile-list-view .list-container .e5-list-item-group.lazy-load.hidden {
    transform: scaleY(0);
    visibility: hidden;
    max-height: 0;
}

#e5-mobile-list-view .list-container .loading-gizmo {
    margin: 0 1rem 1rem;
    text-align: center;
}

#e5-mobile-list-view .list-container .loading-gizmo img {
    width: 3rem;
}

/* Don't show the loading gizmo below rows that are hidden */

#e5-mobile-list-view .list-container .e5-list-item-group.lazy-load.hidden+.loading-gizmo {
    display: none;
}

#e5-mobile-list-view article {
    padding: .75rem 1rem;
}

#e5-mobile-list-view article .info-top {
    display: flex;
}

#e5-mobile-list-view article .info-top .info-meta {
    position: relative;
    width: 100%;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

#e5-mobile-list-view article .info-top .month-day p {
    border-radius: .5rem;
    padding: .25rem .5rem;
    line-height: 1;
    text-transform: uppercase;
}

#e5-mobile-list-view article .info-top .info-meta p span {
    display: inline-block;
}

#e5-mobile-list-view article .info-top .info-meta p span:after {
    display: inline-block;
    content: "\00B7";
    margin: 0 .25rem;
}

#e5-mobile-list-view article .info-top .info-meta p span:last-child:after {
    display: none;
}

/* Childcare Icon */

#e5-mobile-list-view article .info-bottom h5 .icon,
#e5-mobile-list-view article .info-bottom h5 .fa {
    display: inline;
    margin-left: .375rem;
    font-size: .875em;
}

#e5-mobile-list-view article .info-bottom p.time strong,
#e5-mobile-list-view article .info-bottom p.location strong {
    font-weight: 700;
}

/* Colors
================================================== */
.events5-detail-meta {
    background-color: var(--bs-gray-100);
}

#events5-filter-wrap {
    background-color: var(--bs-gray-100);
}

#events5-search fieldset {
    background-color: var(--bs-gray-300);
}

#e5-search-term {
    color: var(--bs-black);
}

#e5-search-term::placeholder {
    color: var(--bs-black);
}

#e5-search-term::-webkit-input-placeholder {
    color: var(--bs-black);
}

#e5-search-term:-moz-placeholder {
    color: var(--bs-black);
}

#e5-search-term::-moz-placeholder {
    color: var(--bs-black);
}

#e5-search-term:-ms-input-placeholder {
    color: var(--bs-black);
}

#events5-search-submit {
    color: var(--bs-black);
}

@media (hover: hover) {
    #events5-search-submit:hover {
        color: var(--bs-teal);
    }
}

#events5-filter .top .events5-toggle #events5-filter-toggle.on {
    color: var(--bs-white);
    background-color: var(--bs-blue);
}

#events5-filter .events5-filter-menu li label {
    color: var(--bs-black);
    border-bottom-color: var(--bs-gray-300);
}

#events5-filter .events5-filter-menu li input:checked+label,
#events5-filter .events5-filter-menu li input:checked+label:before {
    color: var(--bs-teal);
}

#events5-filter .filter-select .events5-filter-item a {
    background-color: var(--bs-gray-300);
}

#events5-filter .filter-select .events5-filter-item a {
    background-color: var(--bs-gray-300);
    color: var(--bs-black);
}

#events5-filter {
    background-color: var(--bs-gray-100);
}

.events5-featured-wrap .events5-featured article,
#events5-map,
.events5-results-list article {
    background-color: var(--bs-gray-100);
}

.events5-featured-wrap.dark .events5-featured article {
    background-color: var(--bs-darkcolor);
}

#events5-filter .events5-filter-additional ul li label:after {
    color: var(--bs-gray-300);
}

#events5-filter .events5-filter-additional ul li label {
    color: var(--bs-black);
}

#events5-filter .events5-filter-additional ul li input:checked+label:before {
    background-color: var(--bs-black);
}

.events5-detail .events5-join-text {
    background-color: var(--bs-gray-300);
}

.events5-form-wrap {
    background-color: var(--bs-gray-300);
}

#events5-map #events5_map .infowindow {
    background-color: var(--bs-gray-300);
}

#events5-map #events5_map .infowindow:before {
    border-top-color: var(--bs-gray-300);
}

#events5-map #events5_map .infowindow a.link {
    background-color: var(--bs-gray-300);
}

#events5-map #events5_map .infowindow a.link {
    color: var(--bs-teal);
}

#events5-map #events5_map .infowindow a.link {
    border-top-color: var(--bs-gray-300);
}

#events5-map #events5_map .infowindow a.link {
    border-bottom-color: var(--bs-gray-300);
}

@media (hover: hover) {
    #events5-map #events5_map .infowindow a.link:hover {
        color: var(--bs-yellow);
    }
}

.events5-featured-wrap {
    background-color: var(--bs-white);
}

.events5-featured-wrap.dark {
    background-color: var(--bs-black);
}

.events5-featured-wrap .events5-featured-static article {
    background-color: var(--bs-darkcolor);
}

.e5-layout-pagination>a {
    color: var(--bs-black);
}

@media (hover: hover) {
    .e5-layout-pagination>a:hover {
        color: var(--bs-teal);
    }
}

.e5-layout-pagination .heading {
    color: var(--bs-black);
}

#events5-dt-results table.calendar th {
    color: var(--bs-black);
}

#events5-dt-results table.calendar td {
    border-color: var(--bs-gray-100);
}

#events5-dt-results table.calendar td.selected {
    background-color: var(--bs-blue);
}

#events5-dt-results table.calendar .day-number {
    color: var(--bs-black);
}

#events5-dt-results table.calendar td.has-events .day-number {
    color: var(--bs-white);
}

#events5-dt-results table.calendar td.has-events .day-number {
    background-color: var(--bs-teal);
}

@media (hover: hover) {
    #events5-dt-results .prev-list-day:hover,
    #events5-dt-results .next-list-day:hover {
        color: var(--bs-yellow);
    }
}

#events5-dt-results .list-container .list-heading {
    color: var(--bs-black);
}

#events5-dt-results .list-container .list-inner {
    background-color: var(--bs-gray-900);
}

#events5-dt-results .list-container .list-inner a {
    color: var(--bs-teal);
}

@media (hover: hover) {
    #events5-dt-results .list-container .list-inner a:hover {
        color: var(--bs-yellow);
    }
}

#events5-dt-results .list-container .list-inner .events-for-day::-webkit-scrollbar-thumb {
    background-color: var(--bs-teal);
}

#events5-dt-results .list-container .list-inner .events-for-day::-webkit-scrollbar {
    background-color: var(--bs-gray-300);
}

#events5-dt-results .hybrid-container .list-container .list-inner .close-list-window {
    color: var(--bs-darkcolor);
}

@media (hover: hover) {
    #events5-dt-results .hybrid-container .list-container .list-inner .close-list-window:hover {
        color: var(--bs-yellow);
    }
}

#events5-dt-results .view-options li a.active {
    color: var(--bs-teal);
}

@media (hover: hover) {
    #events5-dt-results .view-options li a:hover {
        color: var(--bs-yellow);
    }
}

#events5-dt-results .view-options li a {
    color: var(--bs-black);
}

#events5-dt-results .view-options li a {
    background-color: var(--bs-gray-300);
}

#e5-traditional-view table.calendar td.calendar-day.is-today {
    background-color: var(--bs-gray-300);
}

#e5-traditional-view table.calendar td.calendar-day.has-events .day-number {
    color: var(--bs-black);
}

#e5-traditional-view table.calendar td.calendar-day.has-events .day-number {
    background-color: var(--bs-teal);
}

.e5-list-item-group article {
    background-color: var(--bs-gray-300);
}

#events5-mb-results .split-container .calendar-container {
    background-color: var(--bs-darkcolor);
}

#events5-mb-results table.calendar th {
    color: var(--bs-black);
}

#events5-mb-results table.calendar .day-number {
    color: var(--bs-black);
}

#events5-mb-results table.calendar td[class^="calendar-day"].has-events .day-number {
    color: var(--bs-teal);
}

#events5-mb-results table.calendar td[class^="calendar-day"].selected .day-number {
    background-color: var(--bs-teal);
}

#events5-mb-results table.calendar td[class^="calendar-day"].selected .day-number {
    color: var(--bs-darkcolor);
}

#events5-mb-results .list-container .list-heading {
    background-color: var(--bs-darkcolor);
}

#events5-mb-results .list-container .list-inner {
    background-color: var(--bs-blue);
}

#e5-mobile-list-view article .info-top .month-day p {
    background-color: var(--bs-gray-300);
}

#e5-mobile-list-view article .info-top .month-day p {
    color: var(--bs-black);
}

#e5-traditional-view .list-container .e5-list-item-group .month-day>p {
    background-color: var(--bs-darkbackground);
}

#e5-traditional-view .list-container .e5-list-item-group .month-day>p {
    color: var(--bs-darkcolor);
}