.featured-event {
    --slide-title-size: 20px;
    --info-box-size: 15px;
    --date-box-size: 80px;
    --widget-date-box-size: 24px;
    padding-top: 60px;
}

.slideshow-container .featured-event {
    padding-top: 0;
}

/* widget level */
.featured-event .widget-header {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-bottom: 10px;
}

.slideshow-container .featured-event .widget-header {
    display: none;
}

.contentRender_name_plugins_common_culture_pass + .contentRender_name_plugins_common_featured_events {
	margin-top: -60px;
}

.featured-event .annual-event h1 {
    font-size: 92px;
    font-family: var(--font-display);
    font-weight: var(--font-weight-black);
    margin: 0;
    color: var(--blue);
    line-height: 1;
    margin-top: -18px;
    margin-right: 8px;
    display: inline;
    letter-spacing: -0.04em;
	font-style: italic;
}

.featured-event .annual-event h2 {
    text-transform: uppercase;
    font-family: var(--font-body);
    font-size: 36px;
    font-weight: var(--font-weight-light);
    line-height: 1;
    display: block;
    font-style: italic;
    margin-left: 10px;
    margin-top: -5px;
    color: var(--navy);
}

/* slide level */
.featured-event .slide .inner {
    position: relative;
}

.featured-event .slide .date-box {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: var(--date-box-size);
    height: var(--date-box-size);
    background-color: var(--blue);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    line-height: 1;
    font-size: var(--widget-date-box-size);
}

.slideshow-container .featured-event .slide .date-box {
    display: none;
}

.featured-event .img-cont {
    position: relative;
    margin-right: 20px;
}

.slideshow-container .featured-event .img-cont {
    margin-right: 0;
}

.featured-event .img-cont img {
    width: 100%;
}

.featured-event .content-section {
    display: flex;
    padding: 15px 20px 30px;
}

.slideshow-container .featured-event .content-section {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
    z-index: 1;
}

.featured-event .content-section .column:last-of-type {
    display: none;
}

.featured-event .slide .slide-title {
    font-size: var(--slide-title-size);
    color: var(--navy);
    font-family: var(--font-body);
    font-weight: var(--font-weight-bold);
}

.slideshow-container .featured-event .slide .slide-title,
.slideshow-container .featured-event .slide time,
.slideshow-container .featured-event .slide address {
    color: var(--true-white);
}

.slideshow-container .featured-event .slide .slide-title {
    font-weight: var(--font-weight-normal);
    line-height: 1;
}

.featured-event .slide .slide-title i {
    display: inline;
}

.slideshow-container .featured-event .slide .slide-title i {
    display: none;
}

@media (hover: hover) {
    .slideshow-container .featured-event .slide .slide-title a:hover {
        text-decoration: underline;
        color: var(--true-white);
    }
}

.featured-event .slide time,
.featured-event .slide address {
    font-size: var(--info-box-size);
}

.featured-event .content-section address i {
    color: #b4b2af;
    margin-right: 4px;
}

.slideshow-container .featured-event .content-section address i {
    color: var(--true-white);
}

@media screen and (min-width: 64em) {
	.featured-event {
        --slide-title-size: 30px;
        --info-box-size: 17px;
        --date-box-size: 100px;
        --widget-date-box-size: 30px;
    }

    .slideshow-container .featured-event {
        height: 100%;
    }

    .featured-event .widget-header {
        display: none;
    }

    /* slide level */
    .featured-event .slide .date-box {
        bottom: 25px;
        right: 25px;
    }

    .featured-event .img-cont {
        margin-right: 0;
    }

    .slideshow-container .featured-event .slides,
    .slideshow-container .featured-event .slide,
    .slideshow-container .featured-event .inner,
    .slideshow-container .featured-event .img-cont,
    .slideshow-container .featured-event .img-cont a,
    .slideshow-container .featured-event .img-cont img {
        height: 100%;
    }

    .featured-event .img-cont img {
        width: 100%;
    }

    .slideshow-container .featured-event .img-cont a {
        display: block;
    }

    .slideshow-container .featured-event .img-cont img {
        width: 100%;
        object-fit: cover;
    }

    .featured-event .content-section {
        padding: 28px 0 0 60px;
    }

    .slideshow-container .featured-event .content-section {
        padding: 20px;
    }

    .featured-event .content-section .column:first-of-type {
        flex: 1;
    }

    .featured-event .content-section .column:last-of-type {
        width: 160px;
        font-style: italic;
        display: block;
        margin-bottom: 28px;
    }

    .slideshow-container .featured-event .content-section .column:last-of-type {
        display: none;
    }

    .featured-event .annual-event {
        margin-top: -24px;
    }

    .featured-event .annual-event h1 {
        font-size: 122px;
        margin-top: -30px;
    }
}

