.marquee-side-by-side {
	--featured-title: url("https://res.cloudinary.com/simpleview/image/upload/v1625630557/title-featured_nuav1l.svg");

	position: relative;
	margin-bottom: 30px;
}

.marquee-side-by-side .title-bg {
	background: var(--featured-title);
    background-size: contain;
    background-position: center;
    width: 60px;
    height: 34px;
    margin: auto;
    background-repeat: no-repeat;
}

.marquee-side-by-side::before {
    content: "";
    position: absolute;
    bottom: -55px;
    right: 0;
    width: 100%;
    height: 60%;
    background: var(--buildings-white);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}

.marquee-side-by-side .marquee-header {
    padding-bottom: 20px;
    text-align: center;
    overflow: hidden;
}

.marquee-side-by-side .marquee-header .title {
    position: relative;
    display: inline-block;
	font-family: var(--font-rosella);
    color: var(--black);
    font-size: 38px;
    line-height: 44px;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    padding: 0 7px;
}

.marquee-side-by-side .marquee-header .title .bg {
	position: absolute;
	top: 60%;
	left: 50%;
	width: 100vw;
	height: 100%;
    transform: translateX(-50%);
	background-color: #f9edea;
	z-index: -1;
	pointer-events: none;
}

.marquee-side-by-side .marquee-header .title::before {
    content: "";
	position: absolute;
	top: 45%;
	left: 0;
	width: 100%;
	height: 2px;
    background-color: white;
	z-index: -1;
	pointer-events: none;
}

.marquee-side-by-side .marquee-header .title::after {
    content: "";
	position: absolute;
	top: 45%;
	left: 50%;
    transform: translateX(-50%);
	width: 100vw;
	height: 2px;
    background-color: var(--rose);
	z-index: -2;
	pointer-events: none;
}

.marquee-side-by-side .slides {
    position: relative;
    display: block;
	padding: 0 20px 30px;
    max-width: none;
}

.marquee-side-by-side .slides::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f9edea;
	z-index: -1;
	pointer-events: none;
}

.marquee-side-by-side .slide.promoted .content-section {
    position: relative;
}

.marquee-side-by-side .slide.promoted .img-cont {
	box-shadow: 0px 0px 29px rgb(0 0 0 / 11%);
}

.marquee-side-by-side .slide:not(.promoted) .img-cont {
    width: 85%;
}

.marquee-side-by-side .slide:not(.promoted) .content-section {
    padding: 0 8px !important;
}

.marquee-side-by-side .slide.promoted .img-cont::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 10px solid white;
    pointer-events: none;
}

.marquee-side-by-side .slide.promoted .content-section {
    padding: 25px 0 0;
}

.marquee-side-by-side .slide.promoted .event-date {
    font-family: var(--font-quita);
    color: var(--black);
    font-size: 25px;
}

.marquee-side-by-side .slide.promoted .content-section .slide-title {
    font-family: var(--font-mencken);
    font-size: 35px;
    line-height: 35px;
    color: var(--black);
    margin-bottom: 10px;
}

.marquee-side-by-side .slide:not(.promo) .content-section .slide-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: var(--black);
    margin-bottom: 8px;
}

.marquee-side-by-side .slide .content-section .event-loc {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px;
    font-weight: normal;
    text-decoration: none;
}

.marquee-side-by-side .slide .content-section .event-loc i {
    margin-right: 5px;
    color: #437a6a;
}

.marquee-side-by-side .slide .content-section p {
    font-size: 16px;
    line-height: 22px;
}

.marquee-side-by-side .slide.promoted {
    margin-bottom: 35px;
}

.marquee-side-by-side .slide {
    margin-bottom: 30px;
}

.marquee-side-by-side .view-all {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 15px auto 0;
    border: 1px solid var(--rose);
    max-width: 180px;
    padding: 10px 25px;
    font-family: var(--font-body-condensed);
    font-size: 15px;
    line-height: 20px;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 1px;
    z-index: 1;
}

.marquee-side-by-side .view-all i {
    margin-left: 4px;
}

.marquee-side-by-side .view-all::after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    background: var(--dark-blue);
    z-index: -1;
}

.marquee-side-by-side .slide .read-more {
    display: none;
}

@media (min-width: 50em) {
    .marquee-side-by-side .slides .slides-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3, 1fr);
        gap: 30px 26px;
        max-width: 1340px;
        margin: 0 auto;
    }

    .marquee-side-by-side .slides .slide.promoted {
        grid-column: 1;
        grid-row: 1 / 4;
    }

    .marquee-side-by-side .slides .slides-inner .slide {
        margin: 0;
    }

    .marquee-side-by-side .slide.promoted > .inner {
        height: auto;
    }

    .marquee-side-by-side[data-layout="horizontal"] .slide:not(:nth-child(1)) > .inner {
        justify-content: flex-start;
    }
}

@media (min-width: 64em) {
    .marquee-side-by-side {
        margin-bottom: 90px;
    }

	.marquee-side-by-side .title-bg {
		width: 170px;
	}

    .marquee-side-by-side .slides .slides-inner {
        grid-template-columns: 72% 28%;
    }

    .marquee-side-by-side[data-layout="horizontal"] .slide:not(:nth-child(1)) .img-cont {
        flex: 0 0 156px;
    }

    .marquee-side-by-side .slide.promoted > .inner {
        display: flex;
    }

    .marquee-side-by-side .slide.promoted .img-cont {
		width: 54%;
	}
    .marquee-side-by-side .slide.promoted .content-section {
        width: 50%;
    }

    .marquee-side-by-side .slide.promoted .img-cont {
        height: 570px !important;
        padding: 0;
    }

    .marquee-side-by-side .slide.promoted .content-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 40px;
    }

    .marquee-side-by-side .slide.promoted .event-date {
        font-size: 32px;
    }

    .marquee-side-by-side .slide.promoted .content-section .slide-title {
        font-size: 41px;
        line-height: 45px;
    }

	.marquee-side-by-side .slide:not(.promoted) .content-section {
		padding: 0 20px !important;
	}

    .marquee-side-by-side .slide .content-section .event-loc {
        font-size: 18px;
        line-height: 21px;
    }

    .marquee-side-by-side .slide .content-section p {
        font-size: 19px;
        line-height: 34px;
    }

    .marquee-side-by-side .slide.promoted .read-more {
        display: flex;
        align-items: center;
        font-size: 19px;
        line-height: 34px;
        text-transform: uppercase;
        color: var(--dark-blue);
        text-decoration: none;
    }

    .marquee-side-by-side .slide.promoted .read-more i {
        margin-left: 5px;
    }

    .marquee-side-by-side.core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) > .inner {
        align-items: flex-start;
        padding-top: 12px;
    }

    .marquee-side-by-side.core-marquee[data-layout="horizontal"] .slide:not(:nth-child(1)) .content-section .event-date {
        font-size: 17px;
        line-height: 20px;
    }

    .marquee-side-by-side .marquee-header .title {
        font-size: 88px;
        line-height: 78px;
    }

    .marquee-side-by-side .slides {
        padding-bottom: 0;
    }

    .marquee-side-by-side .view-all {
        transform: translateY(50%);
		font-size: 19px;
        max-width: 187px;
        padding: 15px 10px;
    }

    .marquee-side-by-side .view-all::after {
        top: 6px;
        left: 6px;
        width: calc(100% - 12px);
        height: calc(100% - 12px);
    }

    .marquee-side-by-side .view-all i {
        margin-left: 6px;
    }

    .marquee-side-by-side::before {
        width: 65%;
        height: 90%;
    }
}

@media (hover: hover) {
    .marquee-side-by-side .slide .slide-title > a:hover {
        color: var(--black);
        text-decoration: none;
    }

    .marquee-side-by-side[data-layout="horizontal"] .slide:not(:nth-child(1)) .slide-title > a:hover {
        color: var(--black);
    }

    .marquee-side-by-side .view-all::after {
        transition: background-color 0.4s;
    }

    .marquee-side-by-side .view-all i {
        transition: transform 0.4s;
    }

    .marquee-side-by-side .view-all:hover::after {
        background-color: var(--light-green);
    }

    .marquee-side-by-side .view-all:hover i {
        transform: translateX(5px);
    }
}