#tickets #faq {
  margin: 3em auto;
}
#tickets {
	position: relative;
}
#tickets:before {
	display: block;
	position: relative;
	height: .25em;

}
#tickets .container {
	max-width: 47em;
}
#tickets .cal {
  position: relative;
	display: flex;
	flex-direction: column;
	margin-top: 3em;
}
@media (max-width:767px) {
	#tickets .cal {
		min-height: 400px;
		position: relative;
	}
	#tickets #faq {
		max-width: 100%;
	}
}
@media (max-width:599px) {
	#tickets .cal {
		font-size: 3vw;
	}
}
#calendar {
	margin-top: -7em !important;
	padding-top: 9em;
}

#cal.calendar {
  padding-bottom: 4em;
}

.calendar {
	text-align: center;
	user-select: none;
	flex: 0 0 100%;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 2.25em;
} @media (max-width: 1023px) {
	.calendar {
		width: calc(100vw - .5em);
		position: relative;
		left: 50%;
		transform: translate(-50%);
		max-width: 800px;
	}
}
.preload {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.best-availability {
	font-size: .875em;
	margin: 0 auto 1em;
	text-transform: uppercase;
  font-weight: 400;
}

.cal span.green,
.cal span.brown,
.cal span.red {
	font-size: 1.1em;
	line-height: .5em;
	position: relative;
	top: 2px;
}
.cal span.green { color: #1c7c14!important; }
.cal span.brown { color: #ca8125!important; }
.cal span.red { color: #e8011b!important; }
@media (max-width: 767px) {
	.cal span.green,
	.cal span.brown,
	.cal span.red {
		/*font-size: 3em;
		line-height: .5em;
		position: relative;
		top: 8px;*/
		color: black;
	}
}

.month {
	position:relative;
	width: 100%;
	height: auto;
	display: none;
	padding-top: 0;
	top: 0;
	margin-bottom: 0;
}

.month.active {
	display: inline-block;
}

.month h3 {
  font-size: 2em;
	line-height: .8;
	font-weight: 400;
	text-align: center;
	text-transform:uppercase;
  flex: 0 0 100%;
	filter: drop-shadow(0 0 .25em rgba(255,255,255,.5));
}

.month h4 {
	font-size: .875em;
	margin: 0.5em auto 1em;
	font-weight: 800;
	text-transform: uppercase;
}
.month h4 .star,
.select-directions .star {
	display: inline-block;
	position: relative;
	font-size: 1.5em;
	top: 0.3125em;
}
.select-directions .star {
	color: #fff;
}

.day-hed {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	filter: drop-shadow(0 0 .25em rgba(255,255,255,.5));
}

.hed-day {
	font-size: .75em;
	font-weight: 800;
	flex: 1 1 12%;
	letter-spacing: .125em;
	text-transform: uppercase;
}

.day {
  font-size: 1.25em;
	float: left;
	text-align: left;
	width: calc(14.2857142857% - .15em);
	padding-bottom: 5.625em;
	position: relative;
  margin: .075em;
	cursor: default !important;
	position: relative;
	transition: background-color .5s ease-in-out;
  background-color: #000;
	color: #fff;
  display: flex;
  flex-direction: column;
}

#upcoming .day .time, #cal .day .time {
  font-family: 'EarlyEditionJNL';
}

.upcoming-heading {
  margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
	.day {
		padding-bottom: 4.35em;
	}
}
.month:first-child .day.past,
.month:last-child .day.post-closing {
  opacity: 1;
	pointer-events: none;
}
.month.hidden,
.day.hidden {
  display: none;
}
.day > * {
	z-index: 2;
}
.day.blank {
	opacity: .625;
}


.day > span.num {
  position: absolute;
  padding: 0em;
	top: 0.1875em;
	left: 0.25em;
	font-size: .625em;
  line-height: .9375;
  margin: auto;
  font-weight: 700;
}

.cal-save {
	line-height: 1.5em;
}

.day .event {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.day > .event.mat
/*.day > .event:nth-child(2),*/ {
	top:19%;
}

.day > .event.eve
/*.day > .event:nth-child(3),*/ {
	top:54%;
}
/*
.day .event:after {
	content: '\2022';
	font-size: inherit;
	line-height: inherit;
}*/

.day .event.good:after, .day .event.good:hover {color: #1c7c14;}
.day .event.limited:after, .day .event.limited:hover {color: #ca8125;}
.day .event.low:after, .day .event.low:hover {color: #e8011b;}

a.showlink {
	font-size: 1.25em;
	margin: 0 auto;
	display: block;
	font-weight: 400;
	text-align: center;
	line-height: .8;
	letter-spacing: normal;
  color: #fff;
  display: inline-block;
  padding: 0.25em 0.25em .1875em;
  align-self: center;
  font-family: "NeutrafaceDisplayTitling", Helvetica, Arial, sans-serif;
  transition: color .2s ease-out, background-color .2s ease-out, filter .2s ease-out;
  background-position: center;
  background-size: auto 15em;
	position: relative;
}
a.showlink:hover {
  transition: color .2s ease-out, background-color .2s ease-out, filter .2s ease-out;
	background-color: #90bf2d;
  color: #fff;
}
a.showlink.best {
	/* color: #90bf2d;
  border-radius: .0875em; */
}
#selected-date a.showlink.best {
	background-color: #90bf2d;
	color: #fff;
	background-image:none;
}
a.showlink * {
	pointer-events: none;
}
a.showlink.best:after {
	background-image: url(../_img/bug.png);
	background-position:center;
	background-size: contain;
	height: .875em;
	width: .875em;
	position: absolute;
	top: 50%;
	left: calc(50% + 1.4375em);
	transform: translate(-70%, -24%);
	pointer-events:none;
}
a.showlink.best:hover:after {
	transition: all .3s;
}
/*
a.showlink.best.featured:after {
	content: '*';
	display: inline-block;
	width: 0;
	position: relative;
	font-size: 1.5em;
	top: 0.125em;
	color: #b28d28;
	line-height: 0;
}*/
.day {
	transition: background-color 1.4s ease-out;
}
.day:hover {
	cursor:pointer;
	transition: background-color .2s ease-out;
}

.day:hover a.showlink {
	visibility:visible;
}

.dates-highlight {
	height:50px;
	clear:both;
	text-align:center;
	width:100%;
	margin:10px auto 0;
	left:0;
	right:0;
}

.dates-highlight h3 {
	font-size:120%;
	text-transform:uppercase;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cal {
	position: relative;
}

.cal #availability {
	position: absolute;
	top: 0;
	right: 0;
}

#cal {
	padding: 1em;
	min-height: 24em;
}

@media (min-width: 992px) {
  #cal {
    padding: 0;
  }
}

#cal .hed {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  margin: 0 auto 1.25em;
}

/* navigation */
#cal-nav {
	margin-top: 3em;
	height: 3em;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.calendar-loaded #cal-nav {
	opacity: 1;
}
#nav-calendar-more {
	height: 3em;
	width: 6em;
	filter: drop-shadow(0 0 .25em rgba(255,255,255,.5)) brightness(1.2);
}
#nav-calendar-more svg > * {
	transition: all .2s ease-out;
}
#nav-calendar-more svg > * {
	fill:#fff;
	transition: fill .2s ease-out;
}
#nav-calendar-more:hover svg > * {
	fill:#927132;
}
#nav-calendar-more:hover svg > * {
	transform: scale(.95);
	transform-origin: center;
}
#cal.fully-expanded #nav-calendar-more {
	opacity: 0;
	pointer-events:none;
}

#cal .callout-availability {
  text-transform: uppercase;
  font-family: Helvetica, Arial;
  font-weight: bold;
  font-size: .75em;
  margin: .6em auto .5em;
  font-size: .8em;
}

#cal-mobile {
  padding-block: 2em 4em;
}

.best-avail-heading {
  font-size: 1em;
  display: block;
  margin: .5em auto 1em;
  text-align:center;
  color: #000;
}

#cal-mobile .select-directions, .mbsc-mobiscroll .mbsc-sc-itm, .perf-select-line {
  font-family: 'FuturaBT';
	font-weight: 800;
}

.perf, .perf a {
	font-family: "EarlyEditionJNL";
}

#cal-mobile .select-directions, #cal-mobile .perf-select-line {
  font-size: .9375em;
}

#cal-mobile .perf a {
  transition: .2s ease;
}

#cal-mobile .perf a:hover {
  color: #fff;
  text-decoration: underline;
}

.tix-button a {
  background-color: #90bf2d;
  color: #fff;
  font-family: "EarlyEditionJNL";
  font-size: 2.5em;
}

/* --- upcoming --- */
#upcoming {
	width: 52em;
	max-width: 100%;
	position: relative;
  margin: 3.25em auto 4em;
}
#upcoming .week {
  display: flex;
  flex-direction: row;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 1.1875em;
}
#upcoming .day {
  display: flex;
  flex-direction: column;
  min-height: 5.25em;
	min-width: 4em;
	flex: 0 0 4.25em;
  padding: .125em 0 .75em;
  font-weight: normal;
  text-align: center;
	text-transform: uppercase;
	margin: .0625em;
}
#upcoming .date {
  margin: 0.25em 0 .25em;
  font-size: 1em;
  height: 2em;
  font-weight: bold;
}
#upcoming .week a {
  color: #000;
  display: inline-block;
  padding: 0.125em 0.25em .0875em;
  border-radius: .0875em;
  font-size: 1.4375em;
  align-self: center;
  transition: all .2s ease-out;
  line-height: 1;
  margin: 0;
	width: auto;
	border: .05em solid #000;
	background-color: #000;
	color: #fff;
}
#upcoming .week a.best {
	background-color: #90bf2d;
	border-color: #90bf2d;
	color: #fff;
}
#upcoming a:hover {
  text-decoration: none;
  background-color: #fff;
	border-color: #000;
  color: #000;
}
#upcoming a.best:hover {
  text-decoration: none;
  background-color: #fff;
	border-color: #90bf2d;
  color: #90bf2d;
}
#upcoming span.day-name {
  font-size: .65em
}
#upcoming .btn {
  margin-top: 1em;
}
#upcoming .btn img {
  max-width: 12em;
}
#upcoming > .btn:hover {
	background-color: #000;
  color: #fff;
}

/* resizing desktop calendar for mobile */
@media (max-width:767px) {
	a.showlink {
		padding: .375em .25em;
	}
}

@media (max-width:500px) {
  #upcoming .week a {
    font-size: 1.35em;
  }
}

@media (max-width:767px) {
	body:not(.new-calendar) .month {
		font-size: 2.125vw;
	}
}

@media (max-width:480px) {
	body:not(.new-calendar) .month {
		font-size: 2.375vw;
	}
}

/* new calendar interface */
@media (max-width:768px) {
	.new-calendar #cal {
		font-size: 1.25em;
	}
	.new-calendar .day.hidden {
		display: block;
	}
	.new-calendar #cal {
		background-color: #fef8d3;
		width:24em;
		min-height: 24em;
	}
	.new-calendar #cal .month h3 {
		color: #000;
		font-size:1.75em;
	}
	.new-calendar #cal .day > .event,
	.new-calendar #cal .day-hed {
		display: none;
	}
	.new-calendar #cal .month .hed {
		margin: 1em auto;
		display: flex;
		align-items:center;
		justify-content: stretch;
		flex-flow: row;
		flex-wrap: wrap;
	}
	.new-calendar #cal .month h3 {
		flex: 1 1 calc(100% - 3em);
	}
	.new-calendar #cal .day span.num {
		top: 50%;
		left: 50%;
		right: auto;
		transform: translate(-50%, -50%);
	}
	.new-calendar #cal .day {
		padding: 7% 0;
	}
	.new-calendar #cal .day * {
		pointer-events: none;
		text-align: center;
	}
	.new-calendar #cal .day .time {
		display: none;
	}
	.new-calendar #cal .day > .event.mat
	/*.day > .event:nth-child(2),*/ {
		top:42%;
	}
	.new-calendar #cal .day > .event.eve
	/*.day > .event:nth-child(3),*/ {
		top:59%;
	}

	.new-calendar #cal .day a.showlink:after {
		content: '\2022';
		display: inline-block;
	}
	.new-calendar #cal .day .event {
		padding: 0;
	}
	.new-calendar #cal .day.best {
		color:#90bf2d;
	}
	.new-calendar #cal .day > .event.mat {
    top: 30.5%;
	}

	.new-calendar #cal #overlay.tickets .num {
		display: none;
	}
	.new-calendar #cal .day .num {
		font-size: 1em;
		/* font-family: 'NeutrafaceDisplayTitling'; */
		padding: .25em 0;
		width: 1.5em;
		height: 1.5em;
		line-height: 1;
		transition: color .2s ease-out, background-color .2s ease-out;
	}
	.new-calendar #cal .day:hover .num,
	.new-calendar #cal .day:active .num,
	.new-calendar #cal .day.active .num {
		background-color: #000;
		color: #fff;
	}
	.new-calendar #cal .day.best:hover .num,
	.new-calendar #cal .day.best:active .num,
	.new-calendar #cal .day.best.active .num {
		background-color: #90bf2d!important;
		color: #fff;
	}
	
	/* navigation */
	
	.new-calendar #cal .cal-next,
	.new-calendar #cal .cal-prev {
		display: block;
		position: relative;
		font-size: 1.5rem;
		height: 1em;
		flex: 0 0 1em;
		z-index: 1;
		border-radius: 50%;
		transition: all .2s;
		padding: 0;
	}
	.new-calendar #cal .month:first-child .cal-prev,
	.new-calendar #cal .month:last-child .cal-next {
		opacity: 0;
		pointer-events: none;
	}
	
	.new-calendar #cal .cal-next:hover, .cal-prev:hover{
		color: #bf49a2;
	}
	
	.new-calendar #cal .cal-next:hover {
		/*background: #e9011b;*/
		transform: translateX(5%);
	}
	.new-calendar #cal .cal-prev:hover {
		/*background: #e9011b;*/
		transform: translateX(-5%);
	}
	.new-calendar #cal .cal-next:active {
		/*background: #e9011b;*/
		transform: scale(.9);
	}
	.new-calendar #cal .cal-prev:active {
		/*background: #e9011b;*/
		transform: scale(.9);
	}
	.new-calendar #cal .cal-next::before,
	.new-calendar #cal .cal-prev::before {
		width: 100%;
		height: 100%;
		border: 0px solid transparent;
		color: #000;
		transition: all .2s;
		position: absolute;
		border-radius: 1.5px;
		line-height: 1.125;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		pointer-events:none;
	}
	.new-calendar #cal .cal-next::before {
		content: '\25B6';
	}
	.new-calendar #cal .cal-prev::before {
		content: '\25C0';
	}
	.new-calendar #cal .cal-next:hover::before,
	.new-calendar #cal .cal-prev:hover::before {
	}
	.new-calendar #cal-nav {
		display: none;
	}
	.new-calendar #cal .month:first-child .day.past,
	.new-calendar #cal .month:last-child .day.post-closing {
		opacity: .5;
		pointer-events: none;
	}
	body:not(.new-calendar) #selected-date {
		display: none;
	}
	body.new-calendar #selected-date span.num {
		display: none;
	}
	body.new-calendar #selected-date h2 {
		margin-top: 0;
		margin-bottom: .5em;
		line-height: .75;
		font-size: 1.625em;
	}
	body.new-calendar #selected-date h2 .small {
		margin: .2em auto;
	}
	body.new-calendar #selected-date {
		display: flex;
		flex-flow: column;
		align-items: center;
		justify-content: center;
		z-index: 2;
		margin-bottom: 2em;
		min-height: 7.75em;
		font-size: 1rem;
		margin-top: -9em;
		padding-top: 10em;
	}
	.new-calendar #cal .day.dark {
		opacity: .3125;
	}
	.new-calendar #cal .callout-availability {
		color: #000;
	}
}
