/*----------------Core---------------------------*/
:root { scroll-behavior: auto; }

html { height: 100%; }

body {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-template-columns: 100%;
	color: #2E2E2E;
	font: 400 20px 'ProximaNova-Regular', sans-serif;
	line-height: 1.4em;
	margin: 0px;
    min-height: 100%;
	background: #fff;
}

body.header-colored { grid-template-rows: auto 1fr auto; }
body#page-error { align-items: center; }

body.hamburger-active, body.drawer-active { overflow: hidden; }

img { height: auto; max-width: 100%; }
img[src=""], img:not([src]) { visibility: hidden; }

img.bordered-img { background: #FFF; border-radius: 24px; box-shadow: 2px 4px 16.6px 0 rgba(0, 0, 0, 0.08); }

a { color: #085398; word-break: break-word; transition: opacity 0.4s ease; }
a:focus { outline: 0; }
a:hover { color: #085398; opacity: 0.5; }

form { margin: 0px; padding: 0px; }

h1, h2, h3, h4, h5, h6 { color: #2E2E2E; font-family: 'ProximaNova-Semibold', sans-serif; line-height: 1.2em; margin-bottom: 15px; margin-top: 0; }

p { color: #2E2E2E; line-height: 1.4em; margin-bottom: 20px; }

hr { background-color: rgba(0, 0, 0, 0.25); border: 0; height: 1px; margin: 35px 0; opacity: 1; position: relative; }

strong { color: #2E2E2E; font-family: 'ProximaNova-Bold', sans-serif; }

ul, ol { list-style: none; margin-bottom: 20px; padding: 0; }
ul li, ol li { color: #2E2E2E; line-height: 1.4em; margin-bottom: 0; }
ul li:last-child, ol li:last-child { margin-bottom: 0; }

input:-webkit-autofill, input:-webkit-autofill:focus { transition: background-color 0s 600000s, color 0s 600000s !important; }

.margin-center { margin-left: auto; margin-right: auto; }
.max-width-1440 { max-width: 1440px; }
.max-width-1150 { max-width: 1150px; }
.max-width-1050 { max-width: 1050px; }
.max-width-1025 { max-width: 1025px; }
.max-width-1000 { max-width: 1000px; }
.max-width-950 { max-width: 950px; }
.max-width-900 { max-width: 900px; }
.max-width-925 { max-width: 925px; }
.max-width-850 { max-width: 850px; }
.max-width-800 { max-width: 800px; }
.max-width-750 { max-width: 750px; }
.max-width-600 { max-width: 600px; }
.max-width-500 { max-width: 500px; }
.max-width-400 { max-width: 400px; }
.max-width-350 { max-width: 350px; }

.container { max-width: 1304px !important; }

.background-img { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.form-control { background: #fff; border: 0; border-radius: 5px; color: rgba(63, 63, 63, 0.50); font-size: 20px; line-height: 1.6em; padding: 14px 20px; }
.form-control.active { padding-top: 16px; padding-bottom: 12px; }
.form-group { margin-bottom: 20px; position: relative; }
.form-group.with-label { display: flex; flex-wrap: wrap; align-items: center; }
.form-group.with-label span.title { flex: 0 0 auto; margin-right: 20px; text-transform: none; }
.form-group.with-label span.checkmark { flex: 0 0 auto; margin-bottom: 0; }
.form-group.with-label span.text { flex: 1 1 0; line-height: 1.2em; margin-bottom: 0; padding-left: 20px; }
.form-group.with-label .form-control { flex: 1 1 0; }
.form-group.full span { flex: 0 1 auto; margin-bottom: 18px; padding-right: 0; width: 100%; }
.form-group.full .form-control { flex: 0 1 auto; width: 100%; }
input[type="radio"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0 }

.checkbox { display: flex; flex-wrap: wrap; align-items: center; width: 100%; }
.checkbox label { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; color: #2E2E2E; font-family: 'ProximaNova-Regular', sans-serif; font-size: 20px; left: auto; margin-bottom: 15px; position: relative; text-transform: none; top: auto; width: 50%; }
.checkbox .checkmark { background-color: #fff; border: 0; border-radius: 5px; display: inline-block; height: 24px; margin-bottom: 0 !important; width: 24px !important; }
.checkbox .checkmark:after { border: solid #085398; border-width: 0 2px 2px 0; content: ''; display: none; height: 10px; left: 10px; position: absolute; top: 8px; width: 5px; transform: rotate(45deg); }
.checkbox input:checked ~ .checkmark:after { display: block; }
.checkbox input:checked ~ .checkmark { background-color: #fff; }
input[type="checkbox"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0; }

.radio { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; height: 60px; }
.radio label { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; color: rgba(63, 63, 63, 0.50); cursor: pointer; font-family: 'ProximaNova-Regular', sans-serif; font-size: 20px; left: auto; margin-bottom: 0; margin-right: 20px; position: relative; text-transform: none; top: auto; }
.radio label:last-child { margin-right: 0; }
.radio .checkmark { background-color: #fff; border-radius: 50%; display: inline-block; height: 25px; margin-bottom: 0 !important; margin-right: 10px; position: relative; width: 25px !important; }
.radio .checkmark:after { background: #fff; border-radius: 50%; content: ''; display: none; height: 10px; left: 50%; position: absolute; top: 50%; width: 10px; transform: translate(-50%,-50%); }
.radio input:checked ~ .checkmark:after { display: block; }
.radio input:checked ~ .checkmark { background-color: #085398; }
input[type="radio"].form-control { height: 0; opacity: 0; padding: 0; position: absolute; width: 0; }

.form-control:focus { background-color: #fff; box-shadow: none; color: rgba(63, 63, 63, 0.50); }

.form-control::-webkit-input-placeholder { color: rgba(63, 63, 63, 0.50); }
.form-control::-moz-placeholder { color: rgba(63, 63, 63, 0.50); }
.form-control:-ms-input-placeholder { color: rgba(63, 63, 63, 0.50); }
.form-control:-moz-placeholder { color: rgba(63, 63, 63, 0.50); }

.form-fighter { position: absolute; top: -99999px; height: 0; overflow: hidden; }

.sb-form-message { line-height: 1.2em; text-align: center; }

label.sr { color: #2E2E2E; display: block; font-family: 'ProximaNova-Bold', sans-serif; font-size: 12px; left: 20px; line-height: 1em; margin-bottom: 20px; opacity: 1; position: absolute; text-transform: uppercase; top: 14px; z-index: 1; }

.visually-hidden { border: 0; clip: rect(0, 0, 0, 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; white-space: nowrap; width: 1px; }

.top-title { color: #005BAE; font-family: 'ProximaNova-Bold', sans-serif; font-size: 24px; letter-spacing: 1.6px; line-height: 1.4em; margin-bottom: 20px; text-transform: uppercase; }

.title { color: #2E2E2E; font-family: 'ProximaNova-Semibold', sans-serif; font-size: 80px;  line-height: 1em; margin-bottom: 20px; text-transform: capitalize; }

.typebox { border-bottom: 3px solid #2E2E2E; display: inline-block; width: 260px; }

.font-size-60 { font-size: 60px; }
.font-size-48 { font-size: 48px; }
.font-size-36 { font-size: 36px; }
.font-size-32 { font-size: 32px; }
.font-size-24 { font-size: 24px; }
.font-size-20 { color: #005BAE; font-family: 'ProximaNova-Bold', sans-serif; font-size: 20px; letter-spacing: 2px; text-transform: uppercase; }
.font-size-16 { font-size: 16px; }

.btn { background: #085398; border-radius: 5px; color: #fff; font-size: 20px; line-height: 1.2em; padding: 11px 32px; text-transform: capitalize; transition: opacity 0.4s ease; }
.btn:hover { background: #085398; color: #fff; opacity: 0.5; }

.btn-red, .btn-red:hover { background: linear-gradient(0deg, #C74A31 0%, #C74A31 100%), #C74A31; }

.btn-outline, .btn-outline:hover { background: transparent; border: 1px solid #FFF; border-radius: 5px; }

.btn-heart:before { content: '\f4be'; font-family: 'Font Awesome 6 Free'; font-weight: 900; margin-right: 8px; }

.btn-stream { display: flex; flex-wrap: wrap; align-items: center; }
.btn-stream:before { content: url('../assets/images/stream.svg'); line-height: 1em; margin-right: 10px; }

.list { margin-bottom: 20px; }
.list.box { padding: 0 !important; }
.list ul { list-style: none; margin: 0; padding: 0; }
.list ul li { margin-bottom: 0; padding-left: 15px; position: relative; text-align: left; }
.list ul li:last-child { margin-bottom: 0; }
.list ul li:before { background-color: #2E2E2E; border-radius: 50%; content: ''; height: 4px; left: 0; position: absolute; top: 10px; width: 4px; }

.list ol li { list-style: decimal; list-style-position: inside; }

.list.two-col ul { column-count: 2; column-gap: 25px; }

.list.white ul li:before { background-color: #fff; }

.list.check ul li:before { background-color: transparent; color: #5C0F25; content: '\f00c'; font-family: 'Font Awesome 6 Free'; font-weight: 900; top: 0; }

.list.box ul li { background: #E5ECF1; border-radius: 5px; font-size: 24px; font-family: 'ProximaNova-Semibold', sans-serif; margin-bottom: 20px; padding: 26px 50px; }
.list.box ul li:before { display: none; }

.list.box.white ul li { background: #fff; }

.hidden { display: none; }

.dropanchor { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

.content > *:last-child, .text > *:last-child { margin-bottom: 0 !important; }

.cta { margin-top: 50px; }
.cta ul { display: flex; flex-wrap: wrap; list-style: none; margin: 0; margin-left: -12px; padding: 0; }
.cta.center ul { justify-content: center; }
.cta ul li { margin-bottom: 5px; padding: 0 12.5px; }
.cta ul li:last-child { margin-bottom: 0; }

.group.wow { opacity: 0; }
.group.wow.done { opacity: 1; }

@keyframes fadeIn {
  from { opacity: 0 ;}
  to { opacity: 1; }
}

/*------------ HEADER ----------------------*/
#header { left: 0; position: absolute; top: 0; width: 100%; z-index: 10; }
	.header-colored #header { left: auto; position: relative; top: auto; }

	#header ul { list-style: none; margin: 0; }

	/* Top */
	#header .top { background: linear-gradient(90deg, #1E1B1B 0%, #1C1D1F 100%); padding: 10px 0; }

	/* Bottom */
	#header .bottom { padding-top: 20px; }
	.header-colored #header { background: linear-gradient(90deg, #1E1B1B 0%, #1C1D1F 100%); padding-bottom: 20px; }

	/* Address */
	#header .address { color: #fff; font-family: 'ProximaNova-Semibold', sans-serif; font-size: 12px; letter-spacing: 1.2px; line-height: 1.2em; text-transform: uppercase; }

	/* Socials */
	#header .socials { display: flex; flex-wrap: wrap; align-items: center; }
	#header .socials .text { flex: 0 1 auto; color: #fff; font-family: 'ProximaNova-Semibold', sans-serif; font-size: 12px; letter-spacing: 1.2px; line-height: 1.2em; padding-right: 10px; text-transform: uppercase; }
	#header .socials ul { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; }
	#header .socials ul li { flex: 0 1 auto; font-size: 20px; line-height: 1em; margin-bottom: 0; margin-right: 8px; }
	#header .socials ul li a { background: #fff; border-radius: 50%; color: #1C1D1F; display: block; font-size: 12px; height: 16px; line-height: 18px; text-align: center; width: 16px; transition: opacity 0.4s ease; }
	#header ul li a:hover { opacity: 0.5; }
	#header .socials ul li:last-child { margin-right: 0; }

	/* Logo */
	#header .logo { flex: 1 1 0; }
	#header .logo a:hover { opacity: 1; }

	/* CTA */
	#header .cta { flex: 0 0 auto; margin-top: 0; width: auto; }
	#header .cta .btn { padding: 7px 32px; }

    /* Hamburger */
	#header .hamburger { flex: 0 0 auto; display: flex; flex-wrap: wrap; align-items: center; width: auto; }
	#header .hamburger .box { flex: 0 1 auto; background-color: transparent; border-radius: 0; box-shadow: none; cursor: pointer; height: 25px; margin-left: auto; padding: 0; position: relative; width: 33px; }
	#header .hamburger .box div { background-color: #fff; height: 3px; left: 0; position: absolute; width: 100%; }
	#header .hamburger .box div:first-child { top: 0; }
	#header .hamburger .box div:nth-child(2) { top: 50%; transform: translateY(-50%); }
	#header .hamburger .box div:last-child { bottom: 0; }
	#header .hamburger .text { flex: 0 1 auto; color: #fff; cursor: pointer; padding-left: 10px; }

	/* Search */
	#header .search { flex: 0 0 auto; width: auto; }
	#header .search i { color: #fff; }

	/* User */
	#header .user { flex: 0 0 auto; width: auto; }
	#header .user i { color: #fff; font-size: 34px; }

/*------------ MEGA NAV ----------------------*/
#mega-nav { height: calc(100% - 36px); left: 0; opacity: 0; padding-bottom: 100px; padding-top: 20px; position: fixed; top: 36px; visibility: hidden; width: 100%; z-index: 15; transition: all 0.4s ease; }
	#mega-nav .max-width-1440, #mega-nav .container { height: 100%; }

	.hamburger-active #mega-nav { opacity: 1; visibility: visible; }

	#mega-nav:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.80) 0%, rgba(0, 0, 0, 0.80) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }

	#mega-nav ul li { color: #fff; line-height: 1.2em; }
	#mega-nav a { color: inherit; font: inherit; text-decoration: none; }

	#mega-nav .top { margin-bottom: 90px; position: relative; }
	#mega-nav .bottom { height: 100%; }
	#mega-nav .bottom > .row { height: calc(100% - 150px); overflow-y: auto; }
	#mega-nav .close { color: #fff; cursor: pointer; }

	#mega-nav .menu { margin-bottom: 60px; }
	#mega-nav .menu > ul > li { font-family: 'ProximaNova-Bold', sans-serif; font-size: 20px; letter-spacing: 2px; margin-bottom: 60px; text-transform: uppercase; }
	#mega-nav .menu > ul > li:last-child { margin-bottom: 0; }
	#mega-nav .menu > ul > li > ul { margin-top: 40px; }
	#mega-nav .menu > ul > li > ul > li > ul { margin-left: 25px; margin-top: 30px; }
	#mega-nav .menu > ul > li > ul > li, #mega-nav .menu > ul > li > ul > li > ul > li { font-family: 'ProximaNova-Regular', sans-serif; font-size: 16px; letter-spacing: 0; margin-bottom: 30px; text-transform: none; }
	#mega-nav .menu > ul > li > ul > li:last-child { margin-bottom: 0; }

	#mega-nav .ctas .item { text-align: center; }
	#mega-nav .ctas hr { background: #fff; }
	#mega-nav .ctas a { color: #fff; }
	#mega-nav .ctas a i { margin-right: 15px; }
	#mega-nav .ctas .btn { padding: 11px; }

/*------------ FOOTER ----------------------*/
#footer { position: relative; }
	#footer .title { color: #fff; font-family: 'ProximaNova-Bold', sans-serif; line-height: 1.4em; margin-bottom: 30px; }
	#footer .text * { color: #fff; }
	#footer a { color: inherit; text-decoration: none; }
	#footer ul { list-style: none; margin: 0; padding: 0; }
	#footer ul li { color: #fff; }
	#footer ul li a { color: inherit; font: inherit; }

	/* Top */
	#footer .top { background: #085398; padding: 80px 0; }

	/* Bottom */
	#footer .bottom { background: #0B0A0A; color: #fff; padding: 40px 0; text-align: center; }

	/* Logo */
	#footer .logo { margin-bottom: 70px; }
	#footer .logo a:hover { opacity: 1; }
	
	/* Info */
	#footer .info ul li { line-height: 1.2em; margin-bottom: 20px; padding-left: 30px; position: relative; text-align: left; }
	#footer .info ul li:last-child { margin-bottom: 0; }
	#footer .info ul li i { left: 0; position: absolute; top: 2px; }

	/* Menu */
	#footer .menu { margin-bottom: 50px; }
	#footer .menu ul li { line-height: 1.2em; margin-bottom: 20px; }
	#footer .menu ul li:last-child { margin-bottom: 0; }

	/* Socials */
	#footer .socials .text { max-width: 265px; }
	#footer .socials ul { display: flex; flex-wrap: wrap; align-items: center; margin-top: 30px; }
	#footer .socials ul li { flex: 0 1 auto; font-size: 20px; line-height: 1em; margin-bottom: 0; margin-right: 20px; }
	#footer .socials ul li a { background: #fff; border-radius: 50%; color: #085398; display: block; font-size: 28px; height: 40px; line-height: 42px; text-align: center; width: 40px; transition: opacity 0.4s ease; }
	#footer ul li a:hover { opacity: 0.5; }
	#footer .socials ul li:last-child { margin-right: 0; }

	/* Copyright */
	#footer .copyright { color: #fff; font-size: 12px; letter-spacing: 1.2px; line-height: 1.4em; text-transform: uppercase; }

/*------------ SEARCH POPUP -----------------------*/
#search-popup { visibility: hidden; background: rgba(0,0,0,0.95); color: #fff; position: fixed; z-index: 999; top: 0; left: 0; width: 100%; height: 100%; }
	#search-popup.active { visibility: visible; }
	#search-popup .max-width-1440 { height: 100%; }
	#search-popup .container { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; height: 100%; }
	#search-popup .search-box { flex: 0 1 auto; margin: 0; max-width: 600px; text-align: center; width: 100%; }
	#search-popup .search-box h3 { color: #fff; font-size: 24px; text-align: center; text-transform: uppercase; margin: 0 auto 15px; }
	#search-popup .search-box .row { --bs-gutter-y: 12px; }
	#search-popup .search-box .form-group { margin-bottom: 0; }
	#search-popup .search-box .form-group label { display: none; }
	#search-popup .search-box .form-group .form-control { border: 0; line-height: 1.2em; padding: 23px 27px; }
	#search-popup .search-box .btn { font-size: 32px; line-height: 1.5em; padding: 10px 25px;  }
	#search-popup .search-box .cancel { display: block; margin-top: 15px; font-size: 0.8em;  }

/*------------ SEARCH RESULT -----------------------*/
.search-result { position: relative; }
	.search-result .item { margin-bottom: 20px; position: relative; }
	.search-result .item:last-child { margin-bottom: 0; }
	.search-result .item .title { margin-bottom: 0; }
	
/*------------ CONTENT DEFAULT -----------------------*/
.content-d { position: relative; }
	.content-d.wow { opacity: 0; }
	.content-d.wow.done { opacity: 1; }

    .content-d .box { border-radius: 5px; padding: 80px 100px; position: relative; }

	/* White Text */
	.content-d.white-text .top-title, .content-d.white-text .title, .content-d.white-text .text * { color: #fff; }

	/* Iframe */
	.content-d iframe { height: 700px; width: 100%; }

	/* Image */
	.content-d .img-box { border-radius: 5px; overflow: hidden; position: relative; }
	
	/* Info */
	.content-d .info ul { margin: 0; }
	.content-d .info ul li { line-height: 1.2em; margin-bottom: 20px; padding-left: 30px; position: relative; text-align: left; }
	.content-d .info ul li:last-child { margin-bottom: 0; }
	.content-d .info ul li i { color: #005BAE; left: 0; position: absolute; top: 4px; }

/*------------ BANNER DEFAULT -----------------------*/
#banner-d { overflow: hidden; position: relative; }
	#banner-d:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 1; }

	#banner-d .max-width-1440 { position: relative; z-index: 2; }

	#banner-d .content { position: relative; }
	#banner-d .top-title, #banner-d .title, #banner-d .text * { color: #fff; }
	#banner-d .cta { margin-top: 50px; }
	#banner-d .cta ul { justify-content: center; }

	/* Opacity 20% */
	#page-meetstaffvestry #banner-d:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%); }

	/* Opacity 25% */
	#page-traditionalworshipservice #banner-d:before, #page-baptismsfunerals #banner-d:before, #page-worshipstmarys #banner-d:before, #page-connectwithus #banner-d:before, #page-whywegive #banner-d:before, #page-ministries #banner-d:before, #page-musicworship #banner-d:before, #page-concertseries #banner-d:before, #page-imnewhere #banner-d:before, #page-contemporaryworshipservice #banner-d:before, #page-newsevents #banner-d:before, #page-onlinegivingform #banner-d:before { background: linear-gradient(0deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%); }

	/* Poster */
	#banner-d .poster { background-position: center top; background-repeat: no-repeat; background-size: cover; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

	/* Video */
	#banner-d .video { left: 50%; position: absolute; top: 0; width: 100%; transform: translateX(-50%); }
	#banner-d .video-box { height: 0; padding-bottom: 56.25%; position: relative; width: 100%; }
	#banner-d .video iframe { height: 100%; left: 0; top: 0; position: absolute; width: 100%; }

/*------------ CONTACT DEFAULT -----------------------*/
#contact-d { position: relative; }
	#contact-d.wow { opacity: 0; }
	#contact-d.wow.done { opacity: 1; }

	#contact-d .box { background: #E5ECF1; border-radius: 5px; padding: 80px 100px; position: relative; }

	/* Content */
	#contact-d .content { text-align: center; }

	/* Form */
	#contact-d .form-action { margin-top: 30px; text-align: center; }
	#contact-d .sb-form-message { bottom: auto; left: 0; position: absolute; width: 100%; }

	/* Consent */
	#contact-d .consent { background: #D6DFE6; padding: 75px 100px; }

	/* White Background */
	#contact-d.white-bg .box { background: #fff; }

/*------------ CARDS DEFAULT -----------------------*/
.cards-d { position: relative; }
	.cards-d .wow { opacity: 0; }
	.cards-d .wow.done { opacity: 1; }	

	.cards-d .row { --bs-gutter-y: 24px; }

	.cards-d .box { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; background: linear-gradient(0deg, #085398 0%, #085398 100%); border-radius: 5px; height: 100%; padding: 70px 30px; position: relative; text-align: center; transition: opacity 0.4s ease; }
	.cards-d .has-link .box:hover { opacity: 0.75; }
	.cards-d .title { flex: 0 1 auto; color: #fff; line-height: 1.2em; }
	.cards-d .cta { flex: 0 1 auto; margin-top: 50px; }

	/* Blue BG */
	.cards-d.blue-bg .row { --bs-gutter-y: 30px; }
	.cards-d.blue-bg .box { display: block; background: #5496CC; text-align: left; padding: 45px 30px; }
	.cards-d.blue-bg .title { color: #fff; font-family: 'ProximaNova-Semibold', sans-serif; }
	.cards-d.blue-bg .text * { color: #fff; }

/*------------ CARDS TITLE -----------------------*/
.cards-t { position: relative; }
	.cards-t.wow { opacity: 0; }
	.cards-t.wow.done { opacity: 1; }

	.cards-t .row { --bs-gutter-y: 24px; }

	.cards-t .box { border-radius: 5px; box-shadow: 15px 21px 58px 0 rgba(0, 0, 0, 0.10); overflow: hidden; position: relative; transition: opacity 0.4s ease; }
	.cards-t .box:hover { opacity: 0.75; }
	.cards-t .box:before { background: linear-gradient(180deg, rgba(0, 0, 0, 0.25) 0%, rgba(5, 12, 32, 0.25) 100%); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	.cards-t .box-inner { height: 0; padding-top: 122%; }
	.cards-t .title { bottom: 65px; color: #fff; left: 0; margin-bottom: 0; position: absolute; text-align: center; width: 100%; }

/*------------ CONCERTS DEFAULT -----------------------*/
#concerts-d { position: relative; }
	#concerts-d .wow { opacity: 0; }
	#concerts-d .wow.done { opacity: 1; }

	#concerts-d .container > .box { background: #E5ECF1; border-radius: 5px; padding: 95px 75px; }
	#concerts-d .row { --bs-gutter-x: 30px; --bs-gutter-y: 30px; }
	
	#concerts-d .item .box { height: 100%; position: relative; transition: opacity 0.4s ease; }
	#concerts-d .item .box:hover { opacity: 0.75; }
	#concerts-d .item .content { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; height: calc(100% - 400px); padding-top: 20px; text-align: left; }
	#concerts-d .item .img { border-radius: 5px; height: 400px; }
	#concerts-d .item .top { flex: 0 1 auto; }
	#concerts-d .item .title { color: #085398; display: -webkit-box; height: 86px; line-height: 1.2em; margin-bottom: 15px; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; }
	#concerts-d .item .date { color: #2E2E2E; font-size: 16px; letter-spacing: 1.2px; line-height: 1.2em; text-transform: uppercase; }
	#concerts-d .item .cta { flex: 0 1 auto; margin-top: 20px; }
	#concerts-d .item .cta .btn { width: 100%; }

/*------------ EVENTS DEFAULT -----------------------*/
#events-d { position: relative; }
	#events-d .wow { opacity: 0; }
	#events-d .wow.done { opacity: 1; }

	#events-d .row { --bs-gutter-y: 30px; }

	#events-d .box { border-radius: 5px; overflow: hidden; position: relative; transition: opacity 0.4s ease; }
	#events-d .box.has-link:hover { opacity: 0.75; }
	#events-d .img { height: 300px; }
	#events-d .content { background: linear-gradient(90deg, #1E1B1B 0%, #1C1D1F 100%); padding: 20px; }
	#events-d .title, #events-d .date-time, #events-d .location { color: #fff; }
	#events-d .date-time, #events-d .location { font-size: 12px; line-height: 1.4em; }
	#events-d .title { line-height: 1.2em; margin-bottom: 5px; }
	#events-d i { margin-right: 8px; text-align: center; width: 12px; }

/*------------ FAQ DEFAULT -----------------------*/
#faq-d { position: relative; }
	#faq-d .wow { opacity: 0; }
	#faq-d .wow.done { opacity: 1; }

	#faq-d .container > .box { background: #E5ECF1; padding: 80px 100px; }

	#faq-d .item { background: #fff; border-radius: 5px; margin-bottom: 20px; padding: 60px 100px; }
	#faq-d .item:last-child { margin-bottom: 0; }
	#faq-d .item .title { color: #085398; cursor: pointer; font-family: 'ProximaNova-Semibold', sans-serif; margin-bottom: 0; padding-right: 50px; position: relative; }
	#faq-d .item .toggle { color: #2E2E2E; font-size: 22px; position: absolute; right: 0; top: 50%; transform: translateY(-50%) rotate(0deg); }
	#faq-d .item.active .toggle { transform: translateY(-50%) rotate(180deg); }
	#faq-d .item .content { height: 0; overflow: hidden; transition: height 0.4s ease; }
	#faq-d .item .box { padding-top: 25px; }

/*------------ FEATURED EVENTS DEFAULT -----------------------*/
#featured-events-d { position: relative; }
	#featured-events-d .swiper .swiper-slide { height: 520px; width: 400px; }
	#featured-events-d .swiper .box { border-radius: 5px; height: 100%; overflow: hidden; }
	#featured-events-d .swiper .box-inner { display: flex; flex-wrap: wrap; align-items: flex-end; height: 100%; position: relative; transition: opacity 0.4s ease; }
	#featured-events-d .swiper .box-inner.has-link:hover { opacity: 0.75; }
	#featured-events-d .swiper .content { flex: 0 1 auto; display: flex; flex-wrap: wrap; align-items: center; background: linear-gradient(90deg, rgba(30, 27, 27, 0.90) 0%, rgba(28, 29, 31, 0.90) 100%); padding: 20px; width: 100%; }
	#featured-events-d .swiper .info { flex: 1 1 auto; margin-bottom: 10px; }
	#featured-events-d .swiper .title, #featured-events-d .swiper .date-time, #featured-events-d .swiper .location { color: #fff; }
	#featured-events-d .swiper .date-time, #featured-events-d .swiper .location { font-size: 12px; line-height: 1.4em; }
	#featured-events-d .swiper .title { margin-bottom: 10px; }
	#featured-events-d .swiper i { margin-right: 8px; text-align: center; width: 12px; }
	#featured-events-d .swiper .cta { flex: 0 0 auto; }
	#featured-events-d .swiper .cta .btn { font-size: 12px; padding: 8px 24px; }
	#featured-events-d .nav { padding-left: 12px; }
	#featured-events-d .nav .arrow.swiper-button-disabled { opacity: 0.5; }
	#featured-events-d .nav .arrow-left { margin-right: 17px; }
	#featured-events-d .cta { margin-top: 0; }

/*------------ MAP DEFAULT -----------------------*/
#map-d { position: relative; }
	#map-d.wow { opacity: 0; }
	#map-d.wow.done { opacity: 1; }

	#map-d .box { border: 1px solid rgba(0, 0, 0, 0.50); border-radius: 10px; overflow: hidden; }

/*------------ PHOTO CONTENT DEFAULT -----------------------*/
.photo-content-d { position: relative; }
	.photo-content-d.wow { opacity: 0; }
	.photo-content-d.wow.done { opacity: 1; }

	.photo-content-d .max-width-1440, .photo-content-d .container { position: relative; z-index: 2; }
	.photo-content-d .row { --bs-gutter-x: 0; }

	/* Image */
	.photo-content-d .img { text-align: center; }
	.photo-content-d .img-box { border-radius: 5px; box-shadow: 15px 21px 58px 0 rgba(0, 0, 0, 0.10); height: 600px; position: relative; }
	.photo-content-d .img-box .box { background: linear-gradient(0deg, #458EC8 0%, #458EC8 100%); border-radius: 5px; bottom: 60px; padding: 20px 28px; right: -70px; position: absolute; text-align: left; width: 320px; }
	.photo-content-d .img-box .box * { color: #fff; font-size: 24px; font-family: 'ProximaNova-Bold', sans-serif; line-height: 1.2em; margin-bottom: 0; }
	.photo-content-d .img img { border-radius: 5px; box-shadow: 15px 21px 58px 0 rgba(0, 0, 0, 0.10); }

	/* Blue BG */
	.photo-content-d.blue-bg .box { background: #83B0D4; border-radius: 5px; padding: 80px 100px; position: relative; }
	.photo-content-d.blue-bg .title, .photo-content-d.blue-bg .text * { color: #fff; }

	/* Content */
	.photo-content-d .content { padding-right: 130px; }
	.photo-content-d .list ol li { font-family: 'ProximaNova-Bold', sans-serif; font-size: 24px; }

	/* Content Right */
	.photo-content-d.content-right .content { padding-left: 130px; padding-right: 0; }

	/* Group */
	.photo-content-group.blue-bg .box { background: #E5ECF1; border-radius: 5px; padding: 100px; }

	/* Height 400 */
	.photo-content-d.height-400 .img-box { height: 400px; }

	/* Height 500 */
	.photo-content-d.height-500 .img-box { height: 500px; }

	/* Min Height 100% */
	.photo-content-d.min-height-100 .img-box { height: auto; min-height: 100%; }

	/* Pattern */
	.photo-content-d .pattern { pointer-events: none; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }

	/* White Text */
	.photo-content-d.white-text .top-title, .photo-content-d.white-text .title, .photo-content-d.white-text .text * { color: #fff; }

/*------------ PHOTO CONTENT FULL -----------------------*/
.photo-content-f { position: relative; }
	.photo-content-f.wow { opacity: 0; }
	.photo-content-f.wow.done { opacity: 1; }

	.photo-content-f .row { --bs-gutter-x: 0; }

	/* Image */
	.photo-content-f .img { min-height: 550px; }

	/* Content */
	.photo-content-f .content { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; padding: 100px 7%; }
	.photo-content-f .content-inner { flex: 0 1 auto; }
	
	/* White Text */
	.photo-content-f.white-text .top-title, .photo-content-f.white-text .title, .photo-content-f.white-text .title *, .photo-content-f.white-text .text * { color: #fff; }

/*------------ POPUP FORM ----------------------*/
.popup-form { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; backdrop-filter: blur(15px) saturate(100%); -webkit-backdrop-filter: blur(15px) saturate(100%); background-color: rgba(255, 255, 255, 0.25); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 15; transition: all 0.4s ease; }
	.popup-form-load.popup-form { opacity: 1; visibility: visible; overflow-y: auto; }
	.popup-form #contact-d { flex: 0 1 auto; position: relative; z-index: 2; }
	.popup-form .close { cursor: pointer; position: absolute; right: 30px; top: 35px; }
	.popup-form .overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
	
/*------------ POPUP IMAGE ----------------------*/
.popup-image { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; backdrop-filter: blur(15px) saturate(100%); -webkit-backdrop-filter: blur(15px) saturate(100%); background-color: rgba(255, 255, 255, 0.25); height: 100%; left: 0; opacity: 0; position: fixed; top: 0; visibility: hidden; width: 100%; z-index: 15; transition: all 0.4s ease; }
	.popup-image-load.popup-image { opacity: 1; visibility: visible; }
	.popup-image .content-d { flex: 0 1 auto; position: relative; z-index: 2; }
	.popup-image .close { bottom: 100%; color: #fff; cursor: pointer; font-size: 26px; position: absolute; right: -15px; }
	.popup-image .overlay { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }

/*------------ SCHEDULE DEFAULT -----------------------*/
#schedule-d { background: #E5ECF1; padding: 36px 0; position: relative; }
	#schedule-d .row { position: relative; }

	/* Filter */
	#schedule-d .filter { bottom: calc(100% + 36px); left: 0; position: absolute; z-index: 2; }
	#schedule-d .filter ul { display: flex; flex-wrap: wrap; margin: 0; }
	#schedule-d .filter ul li { background: #085398; color: #fff; cursor: pointer; font-family: 'ProximaNova-Bold', sans-serif; font-size: 16px; letter-spacing: 1.6px; padding: 11px 30px; text-transform: uppercase; }
	#schedule-d .filter ul li.active { background: #5496CC; color: #fff; }

	/* Content */
	#schedule-d .item { display: none; animation: fadeIn 1s; }
	#schedule-d .item:last-child { display: block; }
	#schedule-d .item .row { --bs-gutter-x: 40px; }
	#schedule-d .item ul { display: flex; flex-wrap: wrap; align-items: center; }
	#schedule-d .item ul li { flex: 0 1 auto; color: #2E2E2E; font-family: 'ProximaNova-Bold', sans-serif; font-size: 20px; line-height: 1em; margin-right: 20px; padding-right: 22px; position: relative; }
	#schedule-d .item ul li:after { background: #2E2E2E; content: ''; height: 100%; position: absolute; right: 0; top: 0; width: 2px; }
	#schedule-d .item ul li:last-child { margin-right: 0; padding-right: 0; }
	#schedule-d .item ul li:last-child:after { display: none; }

	/* CTA */
	#schedule-d .cta { margin-top: 0; }
	#schedule-d .cta .btn { padding: 8px 32px; }

/*------------ SCHEDULE GRID -----------------------*/
#schedule-g { position: relative; }
	#schedule-g .wow { opacity: 0; }
	#schedule-g .wow.done { opacity: 1; }

	#schedule-g .row { --bs-gutter-x: 24px; --bs-gutter-y: 24px; }
	#schedule-g ul { margin: 0; }
	#schedule-g a { color: #fff; }

	#schedule-g .box { display: flex; flex-wrap: wrap; flex-direction: column; justify-content: space-between; background: #085398; border-radius: 5px; height: 100%; padding: 45px 40px; }
	#schedule-g .top, #schedule-g .bottom { flex: 0 1 auto; }
	#schedule-g .bottom { margin-top: 100px; }
	#schedule-g .title { border-bottom: 1px solid #fff; color: #fff; margin-bottom: 20px; padding-bottom: 50px; }
	#schedule-g .time ul li { color: #fff; font-size: 16px; margin-bottom: 20px; padding-left: 25px; position: relative; }
	#schedule-g .time ul li:last-child { margin-bottom: 0; }
	#schedule-g .time ul li:before { content: '\f133'; color: #fff; font-family: 'Font Awesome 6 Free'; font-weight: 900; left: 0; position: absolute; }
	#schedule-g .label, #schedule-g .name { color: #fff; font-family: 'ProximaNova-Semibold', sans-serif; }
	#schedule-g .label { font-size: 16px; }
	#schedule-g .info { margin-top: 20px; }
	#schedule-g .info ul li { color: #fff; font-size: 16px; line-height: 1.2em; margin-bottom: 15px; padding-left: 30px; position: relative; text-align: left; }
	#schedule-g .info ul li:last-child { margin-bottom: 0; }
	#schedule-g .info ul li i { left: 0; position: absolute; top: 2px; }

/*------------ STEP DEFAULT -----------------------*/
#step-d { position: relative; }
	#step-d .wow { opacity: 0; }
	#step-d .wow.done { opacity: 1; }

	#step-d .container { max-width: 1054px !important; }

	#step-d .item { display: flex; flex-wrap: wrap; justify-content: space-between; background: #fff; margin-bottom: 20px; padding: 60px 100px; }
	#step-d .item:last-child { margin-bottom: 0; }
	#step-d .number { flex: 0 1 auto; color: #085398; font-family: 'ProximaNova-Semibold', sans-serif; font-size: 24px; letter-spacing: 2.4px; text-transform: uppercase; }
	#step-d .content { flex: 0 1 auto; max-width: 600px; }
	#step-d .title { color: #085398; }

/*------------ TEAM DEFAULT -----------------------*/
.team-d { position: relative; }
	.team-d .wow { opacity: 0; }
	.team-d .wow.done { opacity: 1; }

	.team-d .row { --bs-gutter-y: 24px; }

	.team-d .box { border-radius: 5px; box-shadow: 15px 21px 58px 0 rgba(0, 0, 0, 0.10); overflow: hidden; }
	.team-d .box-inner { display: flex; flex-wrap: wrap; align-items: flex-end; height: 500px; }
	.team-d .content { flex: 0 1 auto; background: linear-gradient(90deg, rgba(30, 27, 27, 0.90) 0%, rgba(28, 29, 31, 0.90) 100%); border-radius: 0 0 5px 5px; box-shadow: 15px 21px 58px 0 rgba(0, 0, 0, 0.10); min-height: 150px; padding: 20px; width: 100%; }
	.team-d .name, .team-d .position { color: #fff; line-height: 1.4em; }
	.team-d .name { font-size: 24px; font-family: 'ProximaNova-Bold', sans-serif; }
	.team-d .position { font-size: 10px; letter-spacing: 1.6px; text-transform: uppercase; }
	.team-d .contact { margin-top: 15px; }
	.team-d .contact * { color: #fff; font-size: 12px; }
	.team-d .contact i { margin-right: 8px; }

	/* Dou */
	.team-d.dou .box-inner { height: 600px; }
	.team-d.dou .content { padding: 30px; }
	.team-d.dou .position { font-size: 16px; }

/*------------ TEAM DEFAULT 2 -----------------------*/
.team-d-2 { position: relative; }
	.team-d-2 .wow { opacity: 0; }
	.team-d-2 .wow.done { opacity: 1; }

	.team-d-2 .row { --bs-gutter-y: 15px; }

	.team-d-2 .box { background: #085398; border-radius: 5px; box-shadow: 15px 21px 58px 0 rgba(0, 0, 0, 0.10); padding: 20px 30px; text-align: center; }
	.team-d-2 .name, .team-d-2 .position { color: #fff; }
	.team-d-2 .name { font-family: 'ProximaNova-Bold', sans-serif; font-size: 20px; margin-bottom: 0; }
	.team-d-2 .position { font-size: 10px; letter-spacing: 1px; text-transform: uppercase; }

/*------------ VIDEO DEFAULT -----------------------*/
#video-d { position: relative; }
	#video-d.wow { opacity: 0; }
	#video-d.wow.done { opacity: 1; }

	#video-d .box-inner { border-radius: 5px; height: 0; overflow: hidden; padding-top: 56.25%; position: relative; }
	#video-d .box .play { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; color: #fff; cursor: pointer; font-size: 140px; height: 100%; left: 0; position: absolute; text-decoration: none; top: 0; width: 100%; z-index: 2; }
	#video-d .box .play:hover { opacity: 1; }
	#video-d .box .play i { flex: 0 1 auto; }

/*------------ YOUTUBE DEFAULT -----------------------*/
.youtube-d { position: relative; }
	.youtube-d .wow { opacity: 0; }
	.youtube-d .wow.done { opacity: 1; }

	.youtube-d .row { --bs-gutter-y: 50px; }

	.youtube-d .box { border-radius: 5px; overflow: hidden;  }
	.youtube-d .box-inner { height: 0; padding-top: 56.25%; position: relative; }
	.youtube-d .box .play { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; color: #fff; cursor: pointer; font-size: 140px; height: 100%; left: 0; position: absolute; text-decoration: none; top: 0; width: 100%; z-index: 2; }
	.youtube-d .box .play:hover { opacity: 1; }

/*------------ 404 -----------------------*/
#error-404 { position: relative; }
	#error-404 .title { font-size: 250px; }

/*------------ CONTENT -----------------------*/
#content { position: relative; }
	#content .container { max-width: 900px !important; }
	#content .container > table { margin-bottom: 20px; }
	#content .date { font-weight: 700; }
	#content *:not(h1):not(h2):not(h3):not(.btn) { color: #2E2E2E !important; }
	#content a {  word-wrap: break-word; }
	#content ul, #content ol { list-style: none; margin: 0; margin-bottom: 20px; margin-left: 10px; padding: 0; }
	#content ol { counter-reset: number; }
	#content ul li, #content ol li { margin-bottom: 15px; padding-left: 25px; position: relative; text-align: left; }
	#content ol li { counter-increment: number; }
	#content ul li:last-child, #content ol li:last-child { margin-bottom: 0; }
	#content ul li:before { border-radius: 50%; content: ''; height: 8px; left: 0; position: absolute; top: 8px; width: 8px; }
	#content ol li:before { content: counter(number)'.'; left: 0; position: absolute; top: 0; }

/*------------ MEDIA 1399.98px ----------------------*/
@media only screen and (max-width: 1399.98px) {
	.container { width: 90%; }

	/* Popup Image */
	.popup-image .close { right: calc(5% - 15px); }
}

/*------------ MEDIA 1199.98px ----------------------*/
@media only screen and (max-width: 1199.98px) {
	/* Footer */
	#footer .logo { margin-top: 80px; text-align: center; }
	#footer .info ul li { padding-left: 0; text-align: center; }
	#footer .info ul li i { left: auto; margin-right: 10px; top: auto; position: relative; }

	/* Contact Default */
	#contact-d .box { padding: 80px; }

	/* Concerts Default */
	#concerts-d .item .img { height: 300px; }
	#concerts-d .item .content { height: calc(100% - 300px); }

	/* FAQ Default */
	#faq-d .container > .box { padding: 80px; }
	#faq-d .item { padding: 60px; }

	/* Photo Content Default */
	.photo-content-d .content { padding-right: 60px; }
	.photo-content-d.content-right .content { padding-left: 60px; padding-right: 0; }
	.photo-content-d.blue-bg .box, .photo-content-group.blue-bg .box { padding: 60px; }
	.photo-content-d.blue-bg .content, .photo-content-group.blue-bg .photo-content-d .content { padding-right: 60px; }
	.photo-content-group.blue-bg .photo-content-d.content-right .content { padding-left: 60px; padding-right: 0; }

	/* Steps Default */
	#step-d .item { padding: 60px; }
}

/*------------ MEDIA 991.98px ----------------------*/
@media only screen and (max-width: 991.98px) {
	.cta ul { justify-content: center; }

	/* Contact Default */
	#contact-d .consent { padding: 75px; }

	/* Featured Events Default */
	#featured-events-d .slider { padding: 0 calc(5% + 12px); }
	#featured-events-d .swiper .content { text-align: center; }
	#featured-events-d .swiper .info, #featured-events-d .swiper .cta { flex: 0 1 auto; width: 100%; }

	/* Photo Content Default */
	.photo-content-d .img { margin-bottom: 30px; }
	.photo-content-d .content { text-align: center; }
	.photo-content-d.content-right .content, .photo-content-group.blue-bg .photo-content-d.content-right .content { padding-left: 0; }
	.photo-content-d .content, .photo-content-d.blue-bg .content, .photo-content-group.blue-bg .photo-content-d .content { padding-right: 0; }
	.photo-content-d .title { margin-left: auto; margin-right: auto; }
	.photo-content-d .pattern { bottom: 0; left: 50%; right: auto; top: auto; transform: translateX(-50%); }
	.photo-content-d.min-height-100 .img-box, .photo-content-d.height-400 .img-box, .photo-content-d.height-500 .img-box { height: 600px; min-height: 0; }

	/* Photo Content Full */
	.photo-content-f .content { text-align: center; }
	.photo-content-f .title { margin-left: auto; margin-right: auto; }

	/* Steps Default */
	#step-d .number, #step-d .content { max-width: none; text-align: center; width: 100%; }
	#step-d .number { margin-bottom: 20px; }
}

/*------------ MEDIA 768px ----------------------*/
@media only screen and (min-width: 768px) {
	
}

/*------------ MEDIA 767.98px ----------------------*/
@media only screen and (max-width: 767.98px) {
	.form-group.with-label span.title, .form-group.with-label .form-control { flex: 0 1 auto; margin-right: 0; width: 100%; }
	.form-group.with-label span.title { margin-bottom: 20px !important; }
	.radio { height: auto; }
	.checkbox label { width: 100%; }
	.btn-stream { justify-content: center; }

	/* Header */
	#header .address { margin-bottom: 10px; text-align: center; }
	#header .socials { justify-content: center; }
	#header .logo img, #mega-nav .logo img { max-width: 93px; }
	#header .cta, #header .user { display: none; }
	
	/* Mega Nav */
	#mega-nav { height: 100%; top: 60px; }
	#mega-nav .top { margin-bottom: 55px; }
	#mega-nav .menu { margin-bottom: 40px; }
	#mega-nav .menu > ul > li > ul > li, #mega-nav .menu > ul > li > ul > li > ul > li { margin-bottom: 20px; }
	#mega-nav .menu > ul > li > ul > li > ul { margin-top: 20px; }

	/* Cards Default */
	.cards-d.blue-bg .box { text-align: center; }

	/* Contact Default */
	#contact-d .box { padding: 60px; }
	#contact-d .consent { padding: 20px; }

	/* Content Default */
	.content-d .info ul li { padding-left: 0; text-align: center; }
	.content-d .info ul li i { left: auto; margin-right: 10px; position: relative; top: auto; }

	/* Concerts Default */
	#concerts-d .item .content { text-align: center; }
	#concerts-d .item .title { display: block; height: auto; -webkit-line-clamp: 0; }

	/* FAQ Default */
	#faq-d .container { --bs-gutter-x: 0; width: 100%; }
	#faq-d .container > .box { padding: 40px calc(5% + 12px); }
	#faq-d .item { padding: 30px; }
	#faq-d .item .title { font-size: 26px !important; padding-right: 25px; }

	/* Featured Events Default */
	#featured-events-d .cta { margin-bottom: 20px; text-align: center; }
	#featured-events-d .nav { justify-content: center; }

	/* Photo Content Default */
	.photo-content-d .img-box .box { bottom: 30px; right: 30px; }

	/* Schedule Default */
	#schedule-d .filter ul { justify-content: center; }
	#schedule-d .content { margin-bottom: 20px; text-align: center; }
	#schedule-d .item ul li { margin-bottom: 20px; margin-right: 0; padding: 0; text-align: center; width: 100%; }
	#schedule-d .item ul li:after { display: none; }
	#schedule-d .item ul li:last-child { margin-bottom: 0; }

	/* Youtube Default */
	.youtube-d .box .play svg { height: 75px; width: 76px; }

	/* Video Default */
	#video-d .box .play { font-size: 100px; }
}

/*------------ MEDIA 576px ----------------------*/
@media only screen and (min-width: 576px) {

}

/*------------ MEDIA 575.98px ----------------------*/
@media only screen and (max-width: 575.98px) {
	.title.heading-1 { font-size: 40px; }
	.title.font-size-48, .title.font-size-40 { font-size: 36px; }
	.typebox { width: 220px; }
	.radio { height: auto; }
	.radio label { margin-bottom: 10px; margin-right: 0; width: 100%; }
	.radio label:last-child { margin-bottom: 0; }
	.form-group.with-label span.text { padding-left: 10px; }
	.btn { width: 100%; }
	.list.box ul li { padding: 26px; }
	.list.two-col ul { column-count: 1; column-gap: 0; }
	.cta { margin-top: 30px; }
	.cta ul { margin-left: 0; }
	.cta ul li { padding: 0; width: 100%; }

	/* Mega Nav */
	#mega-nav .top { margin-bottom: 60px; }

	/* Footer */
	#footer .menu, #footer .schedule, #footer .socials { text-align: center; }
	#footer .schedule { margin-bottom: 50px; }
	#footer .socials .text { margin-left: auto; margin-right: auto; }
	#footer .socials ul { justify-content: center; }
	#footer .bottom { padding: 20px 0; }

	/* Cards Default */
	.cards-d .box { padding: 40px 30px; }

	/* Cards Title */
	.cards-t .title { bottom: 25px; }

	/* Contact Default */
	#contact-d .box { padding: 40px 30px; }
	#contact-d .consent .list { margin-left: 0 !important; }

	/* Concerts Default */
	#concerts-d .container > .box { padding: 40px 30px; }

	/* Featured Events Default */
	#featured-events-d .swiper .swiper-slide { height: 420px; }

	/* Photo Content Default */
	.photo-content-d .img-box, .photo-content-d.min-height-100 .img-box, .photo-content-d.height-400 .img-box, .photo-content-d.height-500 .img-box { height: 0; padding-top: 125%; }
	.photo-content-d .img-box .box { padding: 20px; width: calc(100% - 60px); }
	.photo-content-d.blue-bg .box, .photo-content-group.blue-bg .box{ padding: 20px; }

	/* Photo Content Full */
	.photo-content-f .img { height: 0; min-height: 0; padding-top: 125%; }
	.photo-content-f .content { padding: 50px calc(5% + 12px); }

	/* Popup Form */
	.popup-form .close { right: 10px; top: 10px; }

	/* Steps Default */
	#step-d .item { padding: 40px 30px; }

	/* Schedule Grid */
	#schedule-d .filter ul li { text-align: center; width: 100%; }
	#schedule-g .box { padding: 40px 30px; }

	/* Video Default */
	#video-d .box-inner { padding-top: 100%; }

	/* Youtube Default */
	.youtube-d .row { --bs-gutter-y: 20px; }
}

/*------------ MEDIA 320px ----------------------*/
@media only screen and (max-width: 320px) { 
	/* Header */
	#mega-nav { top: 74px; }
}