<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	background-color: #F3F3F3;
}

.event-heading{
	margin-top: 150px;
}

.event-heading .custom-container{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.event-heading .custom-container h1{
	flex: 50%;
}

.event-heading .custom-container .event-cta{
	flex: 50%;
	text-align: right;
}

.event-heading .custom-container a{
	background-color: #0A508F;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    padding: 18px 50px;
    display: block;
    width: 300px;
    text-align: center;
    float: right;
}

.event-heading h1{
	font-weight: 700;
	color: #0A508F;
	margin-left: 15px;
}

.custom-container{
	width: 80%;
	margin: 0 auto;
}

.event-banner-section{
	margin-top: 30px;
	position: relative;
	width: 100%;
	height: 460px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.event-banner-video{
	margin-top: 30px;
	position: relative;
	width: 100%;
	height: 460px;
}

.event-banner-video .custom-container{
	position: relative;
	height: 100%;
}

.event-banner-video .embed-video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.event-banner-video .embed-video iframe{
	width: 100%;
	height: 100%;
}

.event-banner-section .container{
	height: 100%;
}

.event-booking{
	position: absolute;
	top: 350px;
	right: 0px;
	width: 100%;
	padding: 40px 30px;
	background-color: #fff;
	border-radius: 25px;
    z-index: 9;
}

.event-booking a{
	background-color: #0A508F;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	padding: 20px;
	display: block;
	width: 100%;
	text-align: center;
}


.event-booking-inner{
}

.event-booking-inner h5{
	margin-bottom: 5px;
}

.event-booking-inner p{
	margin-bottom: 15px;
}

.event-booking-inner input[type="email"]{
	width: 100%;
	height: 50px;
}

.event-booking-inner input[type="submit"], .event-booking-inner a{
	background-color: #0A508F;
	border-radius: 8px;
	font-size: 16px;
	color: #fff;
	display: flex;
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.event-listing-section{
	padding-top: 80px;
}

.event-listing-section .custom-container{
	width: 95%;
}

.event-listing-section .event-listing-inner{
	display: flex;
    flex-direction: column;
	gap: 70px;
	width: 100%;
}

.event-listing-section .event-listing-inner .event-category-list{
	flex: 0 15%;
	text-align: right;
}

.event-listing-section .event-listing-inner .event-category-list h4{
	font-weight: 700;
	display: block;
	padding-bottom: 9px;
	border-bottom: 2px solid #C39A62;
}

.event-listing-section .event-listing-inner .event-category-list ul{
	padding-left: 0;
}

.event-listing-section .event-listing-inner .event-category-list ul li{
	display: block;
	margin-top: 15px;
}

.event-listing-section .event-listing-inner .event-category-list ul li a{
	color: #8D8C8C;
	font-weight: 400;
	transition: all 0.5s;
}

.event-listing-section .event-listing-inner .event-category-list ul li:hover a, .event-listing-section .event-listing-inner .event-category-list ul li.active a{
	color: #C0994C;
	font-weight: 700;
	transition: all 0.5s;
}

.event-listing-section .event-listing-inner .event-list{
	flex: 0 85%;
	width: 85%;
}

.event-list-label{
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    margin-bottom: 30px;
}

.event-list-label .nice-select{
	width: 130px;
	text-align: center !important;
}

.event-list-label h6{
	position: relative;
	margin-bottom: 0;
}

.event-list-label h6:after{
	position: absolute;
	top: 50%;
	right: -25px;
	transform: translateY(-50%);
	color: #B6B6B6;
	width: 1px;
	height: 25px;
	background-color: #B6B6B6;
	content: " ";
}

.event-list .event-list-nav{
	position: relative;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    gap: 50px;
    margin-bottom: -50px;
    z-index: 999;
}

.event-list .event-list-nav ul.controls{
	display: flex;
	gap: 20px;
	padding-left: 0;
	list-style: none;
}

.event-list .event-list-nav h6{
	margin-bottom: 0;
}

.event-list .event-list-nav ul.controls li{
	flex: 33.33%;
}

.event-list .event-list-nav ul.controls li input{
	visibility: hidden;
	display: none;
}

.event-list .event-list-nav ul.controls li label{
	font-size: 1rem;
	width: 100%;
	display: block;
	text-align: center;
	color: #949494;
	background-color: transparent;
	transition: all 0.5s;
}

.event-list .event-list-nav ul.controls li:hover label, .event-list .event-list-nav ul li input:checked+label{
	color: #000;
	font-weight: 700;
	transition: all 0.5s;
}

.event-list-container{
	position: relative;
	width: 100%;
}

.event-list-container .event-list-inner-container:first-child{
	padding: 0 0 45px 0;
}

.event-list-container .event-list-inner-container:first-child .event-list-label{
	margin-bottom: 70px;
}

.event-list-container .event-list-inner-container{
	position: relative;
	padding: 45px 0;
	border-bottom: 1px solid #C8C8C8;
	transition: all 0.5s;
}

.loading-img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 120px;
}

.event-list-container .event-list-inner-container h3{
	color: #424242;
	font-weight: 700;
	margin-bottom: 0;
}

.event-list-container .event-list-inner-container .event-list-inner{
	width: 100%;
	opacity: 1;
	transition: all 0.5s;
}

.off-opacity{
	opacity: 0 !important;
	transition: all 0.5s;
}

.event-list-container .event-list-inner-container .event-list-inner button.slick-arrow{
	background-color: #fff;
	padding: 10px 12px;
	border-radius: 10px;
}

.event-list-container .event-list-inner-container .event-list-inner .slick-prev{
	position: absolute;
	top: -55px;
	right: 50px;
	font-size: 0 !important;
}

.event-list-container .event-list-inner-container .event-list-inner .slick-prev:before{
	background-image: url('../img/event-arrow-left.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px 12px;
	content: " ";
}

.event-list-container .event-list-inner-container .event-list-inner .slick-next{
	position: absolute;
	top: -55px;
	right: 0;
	font-size: 0 !important;
}

.event-list-container .event-list-inner-container .event-list-inner .slick-next:before{
	background-image: url('../img/event-arrow-right.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 10px 12px;
	content: " ";
}

.event-list-container .event-list-inner-container .event-list-inner .slick-slide{
	margin: 0 20px;
}


.event-list-container .event-list-inner-container .event-list-inner .el-inner{
	position: relative;
	flex: 0 100%;
	background-color: #fff;
}

.event-list-container .event-list-inner-container .event-list-inner .el-inner .el-e-img{
	position: relative;
	width: 100%;
	height: 240px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.event-list-container .event-list-inner-container .event-list-inner .el-inner .el-e-img .el-inner-category{
	position: absolute;
	top: 23px;
	left: 15px;
}

.event-list-container .event-list-inner-container .event-list-inner .el-inner .el-e-img .el-inner-category h6{
	padding: 8px 20px;
	background-color: #fff;
	border-radius: 10px;
}

.happening .el-e-img .el-inner-category h6{
	color: #FE9902;
}

.upcoming .el-e-img .el-inner-category h6{
	color: #0A508F;
}

.previous .el-e-img .el-inner-category h6{
	color: #9D9D9D;
}

.event-list-container .event-list-inner-container .event-list-inner .el-inner .el-e-desc{
	padding: 30px 25px;
}

.event-list-container .event-list-inner-container .event-list-inner .el-inner .el-e-desc h6{
	font-size: 0.75rem;
	margin-bottom: 10px;
}

.event-list-container .event-list-inner-container .event-list-inner .el-inner .el-e-desc h5{
	color: #424242;
	font-weight: 600;

}

.event-list-container .event-list-inner-container .event-list-inner .el-inner .el-e-desc p{
	font-size: 0.75rem;
}

.event-list-container .event-list-inner-container .event-list-inner .el-inner .el-e-desc p a{
	color: #0094FF;
	font-style: italic;
}

.event-category-list-inner{
	position: relative;
	top: 0;
	padding-bottom: 50px;
	transition: all 0.5s;
}

.event-category-list-inner.sidebar-f{
	position: sticky;
	top: 120px;
	transition: all 0.5s;
}

@media (max-width: 767px){
	.event-list .event-list-nav{
		flex-wrap: wrap;
		justify-content: center;
		gap: 10px;
		margin-bottom: 20px;
	}
	.event-list .event-list-nav .nice-select{
		flex: 0 50%;
	}
	.event-list-container .event-list-inner-container:first-child .event-list-label{
		margin-bottom: 20px;
	}
	.event-listing-section .event-listing-inner .event-list{
		width: 100%;
		flex: 0 100%;
	}
	.event-listing-section .event-listing-inner .event-category-list{
		text-align: center;
		flex: 0 100%;
	}
	.event-category-list-inner{
		padding-bottom: 0;
	}
	.event-listing-section .event-listing-inner{
		gap: 20px;
	}
}

@media (min-width: 768px){
	/*.event-list-container .event-list-inner-container .event-list-inner .el-inner{
		flex: 0 100%;
	}*/
	.event-heading .custom-container{
		flex-direction: row;
	}
	.event-listing-section .event-listing-inner{
	    flex-direction: row;
	}
	.event-booking-inner{
		flex: 0 70%;
	}

}

@media (min-width: 1200px){
	.event-list-container .event-list-inner-container .event-list-inner .el-inner{
		flex: 0 30%;
	}
	.event-listing-section .custom-container{
		width: 90%;
	}
	.event-booking{
	    justify-content: flex-end;
	}
	.event-booking-inner{
		flex: 0 35%;
	}
	.event-booking{
		top: 150px;
		right: 50px;
		width: 400px;
	}
}

@media (min-width: 1575px){
	.event-list-container .event-list-inner-container .event-list-inner .el-inner{
		flex: 0 32%;
	}
	.event-listing-section .custom-container{
		width: 80%;
	}
}</pre></body></html>