/*=== HEADER ===*/
.buyTickets {
	width: 300px;
	height: 150px;
	background-image: url(../images/layout/buyTickets.svg);
	background-position: left bottom;
	background-size: cover;
	background-repeat: no-repeat;
	margin-left: 25px;
	position: relative;
	top: -25px;
	transition: all 0.3s ease 0s;
	display: flex;
	align-items: center;
	justify-content: center;
}
.buyTickets:hover {
	background-image: url(../images/layout/buyTicketsAlt.svg);
	top: -10px;
	height: 120px;
	width: 250px;
}
.buyTickets a {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	left: 25px;
}
.buyTickets a i {
	margin-right: 10px;
}
.header-top .container {
	display: flex;
	justify-content: center;
	height: 50px;
}
.header-top .container > div {
	width: 50%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.header-top .container > div:last-child {
	justify-content: flex-end !important;
}
.header-top .container > div:last-child > a {
	color: #FFF;
	font-size: 28px;
	margin-left: 25px;
} 
.header-top .container > div:last-child > a:hover > i {
	color: #4E2683;
}
.header-top .container > div:first-child > a{
	height: 100%;
	padding: 10px 25px 10px 25px;
	text-transform: uppercase;
	font-size: 18px;
	color: #FFF;
}
.header-top .container > div:first-child > a:hover {
	background-color: #4E2683;
}
.header-top .container > div:first-child > a:hover > i {
	color: #A069AC;
}
.header-top .container > div:first-child > a > i {
	margin-right: 10px;
	font-size: 28px;
	color: #4E2683;
}
#header {
	height: 200px;
}
.banner {
	margin-bottom: 50px;
}
.header-wrapper {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 120;
	height: 140px;
	background: transparent;
	margin-top: 50px;
}
.header-menu .container {
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}
.header-menu .container {
	max-width: 1920px;
	padding-left: 115px;
	padding-right: 0;
	padding-top: 25px;
}
.logo-wrapper {
	width: 200px;
	line-height: 0;
	flex-shrink: 0;
	flex-grow: 0;
	position: relative;
	top: 5px;
}
.logo-wrapper .logo {
	width: auto;
}
#inner .nav-menu a {
   color: #03264D;
}
.logo img{
	display: block;
}
.sub-banner {
	min-height: 300px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 100;
	position: relative;
}
.sub-banner:before {
	min-height: 75px;
	background-image: url(../images/layout/curvePurple.svg) !important;
	background-position: top;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: 110;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
}
.sub-banner h1 {
	position: relative;
	bottom: 75px;
}
.header-menu-right {
	height: 100%;
	display: flex;
	flex-grow: 1;
}
.header-menu {
	padding-bottom: 25px;
}
.header-menu .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0;
	background: #03264D;
	border-radius: 0;
	border-radius: 10px;
	top: 22px;
	position: relative;
	max-height: 60px;
	background-color: #02425F;
	color: #FFF;
}
.header-menu .btn:hover {
	background: #9DCEEF;
	color: #03264D;
}
#nav-btn,
#nav-close-btn {
	display: none;
}
.main-nav, .nav-menu,
.main-nav nav {
	height: 100%;
}
.main-nav {
	padding-left: 20px;
	padding-top: 45px;
	margin-right: 50px;
	margin-left: auto;
	position: relative;
}
.main-nav:after {
	position: absolute;
	content: '';
	right: -25px;
	width: 2px;
	height: 100%;
	background-color: #D9D9D9;
	top: 12px;
}
.nav-menu {
	display: flex;
}
.nav-menu > li {
	height: 100%;
}
.nav-menu > li:not(:last-child) {
	margin-right: 40px;
}
.nav-menu > li.has-child {
	position: relative;
}
.nav-menu a {
	font-size: 18px !important;
	line-height: 1.2;
	color: #6D7072;
}
.nav-menu > li > a {
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	padding: 8px 10px 8px 10px;
}
.nav-menu > li > a:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #436843;
	height: 8px;
	opacity: 0;
	visibility: hidden;
}
.nav-menu > li:hover > a,
.nav-menu > li.active > a {
	color: #A069AC;
	background-color: #d9c8de;
	border-radius: 10px;
}
.sub-menu {
	min-width: 250px;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	top: 50px;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	background: #F3F1F4;
	padding: 0 15px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:  10px;
}
li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
}
.sub-menu li:not(:first-child) {
	border-top: solid 1px #6D7072;
}
.sub-menu li a{
	display: block;
	padding: 19px 0px 19px 0px;
	position: relative;
}
.header-top {
	min-height: 50px;
	width: 100%;
	background-color: #A069AC;
}
/*=== FOOTER ===*/
.footer-btm {
	min-height: 75px;
	text-align: center;
	background-color: #87549D;
	color: #FFF;
}
.footer-btm p {
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	padding-top: 25px;
}
.footer-top {
	min-height: 400px;
	background-image: url(../images/layout/footer.svg);
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	z-index: 20;
	overflow: hidden;
	position: relative;
}
footer {
	margin-top: 100px;
}
.footer-top > .container {
	min-height: 300px;
	position: relative;
	top: 85px;
}
.footer-top > .container > div:first-child {
	width: 25%;
	height: 300px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.footer-top > .container > div:first-child a i {
	font-size: 28px;
	color: #FFF;
}
.footer-top > .container > div:first-child a {
	margin: 25px;
}
.footer-top > .container > div:last-child {
	width: 75%;
	min-width: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-top > .container > div:last-child div h3,
.footer-top > .container > div:last-child div a,
.footer-top > .container > div:last-child div p {
	color: #FFF;
	text-align: center !important;
	font-size: 18px;
	width: 100%;
}
.footer-top > .container > div:last-child div p {
	margin-bottom: 0px;
}
.footer-top > .container > div:last-child div {
	margin: 0 25px 0 25px;
	max-width: 250px;
	height: 100%;
	padding-top: 50px;
}
.footer-logo {
	background-image: url(../images/layout/footer-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 100px;
	position: relative;
	top: 50px;
}
/*=== SEARCH ===*/
.search-box {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background-color: rgba(21, 21, 21, 0.9);
	z-index: 150;
	overflow: hidden;
	opacity: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
}
.search-box.open {
	opacity: 1;
	visibility: visible;
}
.search-box .flexbox {
	height: inherit;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.search-box .container {
	flex-grow: 1;
	max-width: 750px;
	width: 100%;
	margin: 0;
}
.search-form .relative {
	display: flex;
	flex-grow: 1;
	max-width: 100%;
}
.search-form .relative:before {
	content: "\f002";
	position: absolute;
	top: 50%;
	left: 20px;
	font: 20px 'Font Awesome\ 5 Pro';
	font-weight: bold;
	color: #000000;
	transform: translateY(-60%);
}
.search-form ::-webkit-input-placeholder {
	color: #000000;
}
.search-form :-moz-placeholder {
	color: #000000;
}
.search-form ::-moz-placeholder {
	color: #000000;
}
.search-form :-ms-input-placeholder {
	color: #000000;
}
.search-form input[type="text"] {
	width: 100%;
	border: 2px solid #a6a6a6;
	border-right: 0;
	border-radius: 10px;
	padding: 14px 20px 14px 60px;
	vertical-align: top;
	font-size: 24px;
	background-color: #fff;
}
.search-form button[type="submit"] {
	min-width: 155px;
	margin-left: -5px;
	border-radius: 0 8px 8px 0;
	padding: 16px 20px;
}
.search-box button[type="submit"]:hover {
	background-color: #331C71;
}
#search-close-btn {
  right: 50px;
  top: 50px;
  font-size: 28px;
  position: absolute;
}
.search-form label {
	display: none;
}
#search {
	font-size: 28px;
	padding-top: 40px;
	margin-left: 25px;
}
#search i {
	color: #6D7072
}
.banner-text {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 200px;
}
.slick-initialized .slick-slide.slick-active:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: rgba(62, 62, 62, 0.7);
	z-index: 0;
}
.banner-text > div {
	width: 50%;
	vertical-align: center;
	padding: 50px;
	z-index: 20;
	min-width: 600px;
}
.banner-text .large-text {
	position: relative;
}
.banner-text .large-text:after {
	content:'';
	width: 2px;
	background-color: #FFF;
	height: 350px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.banner-text a {
	margin-left: 50px;
}
.banner-sub p{
	color: #FFF;
	font-size: 20px;
}
/*== HOMEPAGE ==*/
.featureBanner {
	display: flex !important;
	height: 100% !important;
	justify-content: center !important;
	flex-wrap: wrap !important;
	align-items: center !important;	
	position: relative;
	top: 120px;
}

.featureBannerItem {
	width: 25%;
	margin: 25px;
	height: 500px;
	min-width: 300px;
	max-width: 500px;
	background-color: #FFF;
	border-radius: 10px;
	position: relative;
}
.featureBannerItem > div {
	width: 100%;
	height: 75%;
	background-size: cover;
	background-repeat: no-repeat;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-position: center;
}
.featureBannerItem > p {
	text-align: center;
	margin: 25px;
	color: #331C71;
	font-size: 20px;
	font-family: brandon-grotesque, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.featureBannerItem a {
	background-color: #B99843;
	border-radius: 10px;
	color: #FFF;
	padding: 20px 30px 20px 30px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	text-align: center;
}
.featureBannerImg{
	background: transparent radial-gradient(closest-side at 50% 50%, #3E2170 0%, #3E2170 29%, #3C206C 51%, #361D62 68%, #2C1851 84%, #231441 96%, #231441 100%) 0% 0% no-repeat padding-box;
}
.featureBannerImg:before {
	background-color: transparent !important;
}
.mainEvent > div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.featuredCon {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.mainEvent {
	width: 50%;
	height: 100%;
	padding-right: 50px;
	border-right: solid 2px #D9D9D9; 
}
.mainEvent h2 {
	color: #331C71;
	text-transform: uppercase;
}
.mainEvent h2 span{
	color: #87549D;
	text-transform: none;
	font-family: shelby, sans-serif;
	font-size: 80px;
}
.mainEvent > div {
	background-color: red;
	min-height: 500px;
	width: 100%;
	border-radius: 10px;
	position: relative;
}
.mainEvent .purpleBtn {
	position: absolute;
	bottom: 25px;
	right: 25px;
}
.featuredList {
	width: 30%;
	height: 100%;
	margin: 25px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	min-width: 300px;
}
.featuredCon {
	margin-top: 100px;
	margin-bottom: 100px;
}
.featuredList a {
	width: 100%;
	height: 90px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #6D7072;
	max-width: 400px;
	text-align: center;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px;
	padding-top: 30px;
	margin-bottom: 25px;
}
.upcomingLink{
	color: #87549D !important;
	font-weight: normal;
	border-bottom: 2px solid #87549D;
	border-radius: 0px !important;
	max-width: 250px !important;
}
.featuredList a:first-child {
	background-color: #331C71;
	color: #FFF;
}
.featuredList > a p:first-child {
	width: 25%;
	border-right: solid 2px #6D7072;
}
.featuredList > a:first-child p:first-child {
	width: 30%;
	border-right: solid 2px #FFF;
	font-size:35px;
	padding-right: 20px;
	padding-left: 20px;
}
.featuredList a p:last-child {
	width: 70%;
	vertical-align: top;
	font-size: 20px;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 20px;
}
.featuredList a p:first-child {
	font-size:35px;
	line-height: 30px;
}
.featuredList a p span {
	font-size: 20px;
	margin-bottom: 0px;s
}
.contentSection {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.contentSection div { 
	width: 40%;
	min-height: 500px;
	margin: 25px;
	text-align: left;
}
.contentSection div:first-child {
	padding-right: 50px;
}
.contentSection div:last-child {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.contentSection h2 {
	color: #331C71;
	text-transform: uppercase;
	line-height: 45px !important;
	margin-bottom: 25px;
}
.contentSection h2 span {
	color: #87549D;
	text-transform: none;
	font-family: shelby, sans-serif;
	font-size: 90px;
	margin-right: 5px;
}
.contentSection p {
	font-size: 18px;
}
.purpleBtn {
	padding: 20px 35px 20px 35px;
	color: #FFF;
	border-radius: 10px;
	background-color: #87549D;
}
.btmCalloutHome {
	width: 90%;
	min-height: 350px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	box-shadow: 0px 0px 20px #00000012;
	display: flex;
	justify-content: center;
	margin-bottom: 100px;
	margin-top: 150px;
	background-color: #FFF;
	padding: 0px;
	margin: 0 auto;
	flex-wrap: wrap;
}
.btmCalloutHome div {
	width: 50%;
	min-height: 350px;
}
.btmCalloutHome div:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background-position: left;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.btmCalloutHome div:first-child:before {
	width: 190px;
	height: 250px;
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-image: url(../images/layout/calloutWhite.svg);
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	content: '';
}
.contentWrapper {
	margin-top: 150px;
	margin-bottom: 150px;
}
.contentWrapper h2 {
	color: #331C71;
	text-transform: uppercase;
	line-height: 60px !important;
	margin-bottom: 25px;
	padding: 100px;
	font-size: 70px;
}
.contentWrapper h2 span {
	color: #87549D;
	text-transform: none;
	font-family: shelby, sans-serif;
	font-size: 120px;
	margin-right: 5px;
}
.contentWrapper .upcomingLink {
	left: 100px;
	position: relative;
	bottom: 100px;
}
.footerimg {
	height: 75px;
	width: 100%;
	background-image: url(../images/layout/uww.png);
	background-repeat: no-repeat;
	background-size: contain;
	margin: 0px !important;
} 
.footerQL {
	min-height: 450px;
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	bottom: -50px;
	z-index: 10;
	overflow: hidden;
}
.footerQL div {
	width: 25%;
	min-height: 450px;
	overflow: hidden;
	position: relative;
}
.footerQL div h1 {
	position: absolute;
	left: 50px;
	bottom: 100px;
	z-index: 10;
}
.footerQL div a{
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	transition: all 0.3s ease 0s;
	z-index: 6;
	position: relative;
}
.footerQL div a:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: transparent linear-gradient(360deg, #480E67 0%, #27134200 100%) 0% 0% no-repeat padding-box;
	z-index: 4;
}
.footerQL div a:hover {
	transform: scale(1.5);
}
.iconList div {
	display: block;
	min-height: 100px !important;
}
.iconBox {
	display: flex !important;
	justify-content: flex-start !important;
	flex-wrap: nowrap !important;
	width: 100% !important;
	align-items: center;
}
.iconBox i {
	margin-right: 25px;
}
.iconBox p {
	font-size: 25px;
	text-transform: uppercase;
	font-weight: bold;
	color: #636363;
	font-family: brandon-grotesque, sans-serif;
}
.iconBox i {
	font-size: 65px;
	color: #636363;
}
/*== STAFF ==*/
.staffCon {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 400px;
	align-items: center;
	margin-bottom: 50px;
}
.staffCon:nth-child(odd) {
	flex-direction: row-reverse;
}
.staffCon > div:first-child {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 30%;
	height: 400px;
	min-width: 400px;
}
.staffCon >div:not(:first-child) {
	width: 60%;
	height: inherit;
}
.staffTop {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.staffTop > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.staffTop a {
	
}
.staffTop > div p,
.staffTop > div h3 {
	width: 100%;
	text-align: left;
}
.staffTop > div h3 {
	color: #87549D !important;
	margin-bottom: 0px;
} 
.staffTop > div p {
	color: #6D7072;
	font-size: 20px;
	text-transform: uppercase;
	font-family: brandon-grotesque, sans-serif;
}
.faq + .faq {
	border-top: 2px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}
.faq > h3 > i,
.question i,
.toggle-head > i {
	position: absolute;
	right: 15px;
	top: 5px;
	transition: all 0.3s ease 0s;
}
.toggle-head > i {
	top: 25px;
}
.faq > h3.open > i,
.show .question i,
.show .toggle-head > i {
transform: rotate(90deg);
}
.question {
	position: relative;
	margin: 0;
	padding-right: 70px;
	cursor: pointer;
	font-size: 20px;
}
.section-content .question {
	font-size: 22px;
}

.show .question:after {
	border-top-width: 0;
	border-bottom-width: 8px;
}

.answer {
	padding: 20px 0 0;
}
.answer p {
	margin: 0;
}
.answer-drop {
	display: none;
	color: #6D7072 !important;
}
.faq-list {
	border-top: solid 1px #6D7072;
	border-bottom: solid 1px #6D7072;
	padding: 20px;
	margin-top: 25px;
}
.checkout-pages.breadcrumbs-wrapper,
#inner-banner.checkout-pages {
	display: none !important	
}
.staffBio {
	min-height: 75px;
}
.staffBio ul,
.staffBio li {
	height: inherit
}
.staffBio p,
.staffBio i {
	color: #6D7072 !important;
	height: 100%;
}