@charset "utf-8";

/* Iframes */

.spektrix-iframe-page .entry h1 {
	display: none;
}

.spektrix-iframe-page .content-holder {
    margin: 0 auto;
    max-width: 100%;
    min-height: auto;
}

.spektrix-subscription-iframe-page .content-holder, .spektrix-gift-certificates-iframe-page .content-holder {
    margin: 0 auto;
    max-width: 100%;
    min-height: auto;
}

/* Play Ticket Drawer */

.modal-open {
	overflow: hidden;
}

.play-ticket-drawer-modal-bg {
    visibility: hidden;
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0,0,0,0);
    transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
    -o-transition: opacity .5s ease-out;
}

.play-ticket-drawer-modal-bg.open {
	visibility: visible;
	background: rgba(0,0,0,.60);
}

.play-ticket-drawer-modal {
    display: block;
    position: fixed;
    z-index: 5000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
	visibility: hidden;
}

.play-ticket-drawer-modal.open {
	visibility: visible;
}

.logged-in .play-ticket-drawer {
	top: 32px;
}

.play-ticket-dead-space {
	display: block;
    width: 49vw;
    height: 100%;
    position: absolute;
    right: auto;
    left: 0;
}

.play-ticket-drawer {
	display: block;
	width: 50vw;
    overflow-x: hidden;
    overflow-y: auto;
	background: #ffffff;
	box-shadow: 0 0 35px 3px rgba(0,0,0,.33);
	position: absolute;
	right: 0;
    left: auto;
	z-index: 6000;
	
	-webkit-transform: translate3d(500px,0,0);
    transform: translate3d(500px,0,0);
	
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.play-ticket-drawer.open {
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0);
}

.drawer-btn-close {
	position: absolute;
    top: 15px;
    right: 15px;
    height: auto;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
}

.play-thumbnail {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.play-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.play-content {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 20px 10px 20px;
}

.play-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: 600;
	font-size: 40px;
	line-height: 44px;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
    margin: 0px 0px 20px 0px;
    text-transform: uppercase;	
}

.choose-date {
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    margin: 0px 0px 15px 0px;
}

.play-instances {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

h2.play-month {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	font-weight: 700;
    font-size: 18px;
    line-height: 22px;
	color: #fd5340;
}

.play-instance {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border-bottom: .25px solid rgba(0,0,0,.50);
	padding: 7px 0px 7px 0px;
}

.play-instance:last-of-type {
	border-bottom: none;
}

.play-instance.available {
	
}

.play-instance.limited {
	
}

.play-instance.sold-out {
	
}

.play-instance .play-instance-date {
	display: inline-block;
	width: 20%;
	height: auto;
	overflow: hidden;
	float: left;
	font-weight: 700;
    font-size: 16px;
    line-height: 43px;
    color: #000;
}

.play-instance .play-instance-time {
	display: inline-block;
	width: 20%;
	height: auto;
	overflow: hidden;
	float: left;
	font-weight: 700;
    font-size: 16px;
    line-height: 43px;
    color: #000;
}

.play-instance .play-instance-price {
	display: inline-block;
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	font-weight: 400;
    font-size: 16px;
    line-height: 43px;
}

.play-instance .play-instance-type {
	display: inline-block;
	width: 25%;
	height: auto;
	overflow: hidden;
	float: left;
	font-weight: 400;
    font-size: 16px;
    line-height: 43px;
}

.play-instance .play-instance-button {
	display: inline-block;
    width: 25%;
    height: auto;
    overflow: hidden;
    float: left;
    font-weight: 700;
    font-size: 16px;
    line-height: 43px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 0% 5% 0% 0%;
}

.play-instance .play-instance-button.available {
	background: #000000;
}

.play-instance .play-instance-button.limited {
    background: #f1d226;
	color: #000000;
}

.play-instance .play-instance-button.sold-out, .play-instance .play-instance-button.cancelled {
	background: #FF0000;
}

/* Calendar */

.event-calendar-page .content-holder {
    margin: 0 auto;
    max-width: 100%;
    min-height: auto;
}

.event-calendar {
	display: table;
	width: 100%;
	height: auto;
	overflow: visible;
	border-collapse: collapse;
	border: none !important;
	margin-bottom: 200px !important;
}

.event-calendar tr {
    display: table-row;
	width: 100%;
    position: relative;
}

.event-calendar td {
	display: table-cell;
    height: 120px;
    position: relative;
    width: 14.2857142857%;
	padding: 0px !important;
}

.event-calendar th {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
    font-size: 16px;
    line-height: 16px;
	text-transform: uppercase;
    padding: 15px 0px 15px 20px !important;
	background: none !important;
	border: none !important;
}

.event-calendar tr.calendar-title th {
	border: none !important;
}

.event-calendar tr.calendar-title {
	text-align: center;
}

.event-calendar tr.calendar-title .calendar-title-text {
	display: inline-block;
	margin: 0px 20px 0px 20px;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
    font-size: 30px;
    line-height: 30px;
	text-transform: uppercase;	
}

.event-calendar tr.calendar-title .month-previous {
	display: inline-block;
    font-size: 30px;
    line-height: 30px;
}

.event-calendar tr.calendar-title .month-next {
	display: inline-block;
    font-size: 30px;
    line-height: 30px;
}

.event-calendar td.today {
    background: #F4F4F4;
}

.event-calendar td .cal-day-box {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
    font-size: 22px;
    line-height: 22px;
	text-transform: uppercase;
	padding: 5px 0px 15px 5px;
}

.event-calendar td .cal-event-box {
	padding: 0px 5px 0px 5px;
}

.calendar-instance {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	cursor: pointer;
}

.calendar-instance:nth-of-type(3) {
	margin-bottom: 0px;
}

.calendar-instance.available {
	
}

.calendar-instance.limited {
	
}

.calendar-instance.sold-out {
	
}

.calendar-instance-availability {
	display: inline-block;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 0.025em;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
}

.calendar-instance-availability.available {
	
}

.calendar-instance-availability.limited {
	background: #f1d226;
	color: #000000;
}

.calendar-instance-availability.sold-out {
	background: #ff0000	
}

.calendar-instance .calendar-instance-title {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.calendar-instance .calendar-instance-title a {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
    font-size: 20px;
    line-height: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

.calendar-instance .calendar-instance-type {
	font-weight: 500;
    font-size: 16px;
    line-height: 19px;
	margin-bottom: 5px;
}

.calendar-instance-time {
    font-size: 16px;
    line-height: 16px;
	color: #ff533d;
}

.calendar-instance-popup {
    display: block;
    width: 250px;
    height: auto;
    overflow: visible;
    position: absolute;
    top: 0%;
    left: 100%;
    z-index: 1000;
    background: #ffffff;
	box-shadow: 0 0 35px 3px rgba(0,0,0,.33);	
}

.calendar-instance-popup:after {
	content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent #ffffff transparent transparent;
    border-style: solid;
    border-width: 17px 15px 17px 0;
    position: absolute;
    top: 20px;
    left: -15px;
    z-index: 1000;
}

.calendar-instance-popup.available {
	
}

.calendar-instance-popup.limited {
	
}

.calendar-instance-popup.sold-out {
	
}

.calendar-instance-popup-close  {
	position: absolute;
    top: 15px;
    right: 15px;
    height: auto;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
    background: none;
    border: none;
    padding: 0px;
    cursor: pointer;
}

.calendar-instance-thumbnail  {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.calendar-instance-thumbnail img {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.calendar-instance-popup .calendar-instance-title  {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 600;
    font-size: 20px;
    line-height: 20px;
	text-transform: uppercase;
	margin: 20px 20px 0px 20px;
}

.calendar-instance-date-time {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 20px 20px 20px;
}

.calendar-instance-date-time .calendar-instance-date  {
	display: inline-block;
	float: left;
    font-size: 16px;
    line-height: 16px;
}

.calendar-instance-date-time .calendar-instance-date::after {
	display: inline-block;
	content: " | ";
	padding: 0px 5px;
}

.calendar-instance-date-time .calendar-instance-time {
	display: inline-block;
	float: left;
    font-size: 16px;
    line-height: 16px;
	color: #000000;
}	

.calendar-instance-buttons {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px 20px 20px 20px;
}	

.calendar-instance-button {
	display: inline-block;
	width: 40%;
	height: auto;
	overflow: hidden;
	float: left;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	Font-weight: 600;
	font-size: 16px;
	line-height: 16px;
    text-transform: uppercase;
	text-align: center;
	color: #ffffff;
	padding: 8px 0px 6px 0px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	text-decoration: none !important;
	
}

.calendar-instance-button.view-more {
	margin: 0% 2% 0% 0%;
	color: #000000;
	border: .5px solid rgba(0,0,0,.25);
}

.calendar-instance-button.view-more:hover {
	background: #000000;
	color: #ffffff;
	border: .5px solid rgba(0,0,0, 1.0);
}

.calendar-instance-button.available {
	background: #000000;
	border: .5px solid rgba(0,0,0,1.0);
}

.calendar-instance-button.available:hover {
	background: #ff533d;
	color: #000000;
	border: .5px solid #ff533d;
}

.calendar-instance-button.limited {
	background: #f1d226;
	color: #000000;
	border: .5px solid #f1d226;
}

.calendar-instance-button.sold-out {
	background: #ff0000;
	border: .5px solid #ff0000;
}

/* Email Signup */

.spektrix-email-signup input:nth-of-type(2), .spektrix-email-signup input:nth-of-type(3) {
	margin-bottom: 10px;
}

.spektrix-email-signup-errors {
	margin-top: 10px;
	font-size: 90%;
}

/* Donations */

.spektrix-component-wrapper {
	display: block;
	width: 100%;
	padding: 32px 0 0;
}

.spektrix-component-donate, .spektrix-component-recurring-donation {
	max-width: 100%;
}

.spektrix-component-donate-container-currency, .spektrix-component-recurring-donation-container-currency {
	display: none;
}

.spektrix-component-donate-container-amount, .spektrix-component-recurring-donation-container-amount {
	display: block;
	position: relative;
}

.spektrix-component-donate-container-fund-selector, .spektrix-component-recurring-donation-container-fund-selector {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
}

.spektrix-component-donate-container-fund-selector:not(:empty), .spektrix-component-recurring-donation-container-fund-selector:not(:empty) {
	background-color: #0f1628;
	margin-bottom: 16px;
	padding: 16px;
}

.spektrix-component-donate-container-fund-selector:not(:empty) *, .spektrix-component-recurring-donation-container-fund-selector:not(:empty) * {
	display: block;
	width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.spektrix-component-donate-container-fund-selector:not(:empty) label, .spektrix-component-recurring-donation-container-fund-selector:not(:empty) label {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	padding: 0;
	max-width: 30%;
}

.spektrix-component-donate-container-fund-selector:not(:empty) input, .spektrix-component-donate-container-fund-selector:not(:empty) select, .spektrix-component-recurring-donation-container-fund-selector:not(:empty) input, .spektrix-component-recurring-donation-container-fund-selector:not(:empty) select {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000000 !important;
	padding: 8px !important;
	border: 1px solid transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0;
	border-radius: 0;
}

.spektrix-component-donate-container-fund-selector:not(:empty) input:focus, .spektrix-component-donate-container-fund-selector:not(:empty) select:focus, .spektrix-component-recurring-donation-container-fund-selector:not(:empty) input:focus, .spektrix-component-recurring-donation-container-fund-selector:not(:empty) select:focus {
	border-color: #ff533d !important;
}

.spektrix-component-donate-container-donation, .spektrix-component-recurring-donation-container-donation {
	background-color: #0f1628 !important;
	margin-top: 16px;
	padding: 24px 16px;
}

.spektrix-component-donate-container-donation-amount-container, .spektrix-component-recurring-donation-container-donation-amount-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 16px;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement, .spektrix-component-donate-container-donation-amount-container-amount, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement, .spektrix-component-recurring-donation-container-donation-amount-container-amount {
	display: block;
	width: 100%;
	max-width: 100%;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement *, .spektrix-component-donate-container-donation-amount-container-amount *, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement *, .spektrix-component-recurring-donation-container-donation-amount-container-amount * {
	display: block;
	width: 100%;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement label, .spektrix-component-donate-container-donation-amount-container-amount label, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement label, .spektrix-component-recurring-donation-container-donation-amount-container-amount label {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 18px;
	color: #ffffff;
	padding: 0 4px 4px;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement input, .spektrix-component-donate-container-donation-amount-container-acknowledgement select, .spektrix-component-donate-container-donation-amount-container-amount input, .spektrix-component-donate-container-donation-amount-container-amount select, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement input, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement select, .spektrix-component-recurring-donation-container-donation-amount-container-amount input, .spektrix-component-recurring-donation-container-donation-amount-container-amount select {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000000 !important;
	padding: 8px !important;
	border: 1px solid transparent !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0;
	border-radius: 0;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement input:focus, .spektrix-component-donate-container-donation-amount-container-acknowledgement select:focus, .spektrix-component-donate-container-donation-amount-container-amount input:focus, .spektrix-component-donate-container-donation-amount-container-amount select:focus, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement input:focus, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement select:focus, .spektrix-component-recurring-donation-container-donation-amount-container-amount input:focus, .spektrix-component-recurring-donation-container-donation-amount-container-amount select:focus {
	border-color: #ff533d !important;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement-currency-container, .spektrix-component-donate-container-donation-amount-container-amount-currency-container, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement-currency-container, .spektrix-component-recurring-donation-container-donation-amount-container-amount-currency-container {
	display: block;
	position: relative;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement-currency-container .spektrix-component-donate-currency, .spektrix-component-donate-container-donation-amount-container-amount-currency-container .spektrix-component-donate-currency, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement-currency-container .spektrix-component-donate-currency, .spektrix-component-recurring-donation-container-donation-amount-container-amount-currency-container .spektrix-component-donate-currency {
	display: inline-block;
	position: absolute;
	width: auto;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #000000 !important;
	padding: 0 !important;
	left: 8px;
	top: 50%;
	pointer-events: none;
	-webkit-transform: translate(0, -50%) translateZ(0);
	transform: translate(0, -50%) translateZ(0);
	z-index: 2;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement-currency-container input, .spektrix-component-donate-container-donation-amount-container-amount-currency-container input, .spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement-currency-container input, .spektrix-component-recurring-donation-container-donation-amount-container-amount-currency-container input {
	padding-left: 18px !important;
}
@media (min-width:768px) {
	.spektrix-component-donate-container-donation-amount-container-amount, .spektrix-component-recurring-donation-container-donation-amount-container-amount {
		max-width: calc(30% - 8px);
	}
}
@media (min-width:768px) {
	.spektrix-component-recurring-donation-container-donation-amount-container-acknowledgement {
		max-width: calc(70% - 8px);
	}
}

.spektrix-component-donate-container-donation-actions-container, .spektrix-component-recurring-donation-container-donation-actions-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	width: 100%;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 16px;
	margin-top: 24px;
}

.spektrix-component-donate-container-donation-actions-container.no-ws, .spektrix-component-recurring-donation-container-donation-actions-container.no-ws {
	margin: 0 !important;
}

.spektrix-component-donate-container-donation-actions-container .spektrix-component-submit-donation, .spektrix-component-recurring-donation-container-donation-actions-container .spektrix-component-submit-donation {
	display: block;
	width: 100%;
	max-width: 100%;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.spektrix-component-donate-container-donation-actions-container .spektrix-component-submit-donation button, .spektrix-component-recurring-donation-container-donation-actions-container .spektrix-component-submit-donation button {
	display: block !important;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	background-color: #ff533d;
	color: #ffffff;
	border: none !important;
	cursor: pointer !important;
	width: 100%;
	height: 100%;
	max-width: 33.3333333333%;
	margin: 0;
	padding: 8px 8px 6px;
}

.spektrix-component-donate-amount, .spektrix-component-donate-tabs, .spektrix-component-recurring-donation-amount, .spektrix-component-recurring-donation-tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: normal;
	-ms-flex-align: normal;
	align-items: normal;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
	-webkit-column-gap: 16px;
	-moz-column-gap: 16px;
	column-gap: 16px;
	row-gap: 16px;
}

.spektrix-component-recurring-donation-amount button {
	height: auto;
}

.spektrix-component-donate-amount .spektrix-component-donate-widget-tab, .spektrix-component-donate-amount .spektrix-component-recurring-donation-widget-tab, .spektrix-component-donate-amount button, .spektrix-component-donate-tabs .spektrix-component-donate-widget-tab, .spektrix-component-donate-tabs .spektrix-component-recurring-donation-widget-tab, .spektrix-component-donate-tabs button, .spektrix-component-recurring-donation-amount .spektrix-component-donate-widget-tab, .spektrix-component-recurring-donation-amount .spektrix-component-recurring-donation-widget-tab, .spektrix-component-recurring-donation-amount button, .spektrix-component-recurring-donation-tabs .spektrix-component-donate-widget-tab, .spektrix-component-recurring-donation-tabs .spektrix-component-recurring-donation-widget-tab, .spektrix-component-recurring-donation-tabs button {
	display: block;
	width: 100%;
	max-width: calc(50% - 8px);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	background-color: #0f1628;
	color: #ffffff;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: 0;
	box-shadow: 0;
	outline: 0;
	cursor: pointer;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 18px;
	padding: 8px;
}
@media (min-width:768px) {
	.spektrix-component-donate-amount .spektrix-component-donate-widget-tab, .spektrix-component-donate-amount .spektrix-component-recurring-donation-widget-tab, .spektrix-component-donate-amount button, .spektrix-component-donate-tabs .spektrix-component-donate-widget-tab, .spektrix-component-donate-tabs .spektrix-component-recurring-donation-widget-tab, .spektrix-component-donate-tabs button, .spektrix-component-recurring-donation-amount .spektrix-component-donate-widget-tab, .spektrix-component-recurring-donation-amount .spektrix-component-recurring-donation-widget-tab, .spektrix-component-recurring-donation-amount button, .spektrix-component-recurring-donation-tabs .spektrix-component-donate-widget-tab, .spektrix-component-recurring-donation-tabs .spektrix-component-recurring-donation-widget-tab, .spektrix-component-recurring-donation-tabs button {
		max-width: calc(33.3333333333% - 10.6666666667px)
	}
}

.spektrix-component-donate-amount .spektrix-component-donate-widget-tab:hover, .spektrix-component-donate-amount .spektrix-component-recurring-donation-widget-tab:hover, .spektrix-component-donate-amount button:hover, .spektrix-component-donate-tabs .spektrix-component-donate-widget-tab:hover, .spektrix-component-donate-tabs .spektrix-component-recurring-donation-widget-tab:hover, .spektrix-component-donate-tabs button:hover, .spektrix-component-recurring-donation-amount .spektrix-component-donate-widget-tab:hover, .spektrix-component-recurring-donation-amount .spektrix-component-recurring-donation-widget-tab:hover, .spektrix-component-recurring-donation-amount button:hover, .spektrix-component-recurring-donation-tabs .spektrix-component-donate-widget-tab:hover, .spektrix-component-recurring-donation-tabs .spektrix-component-recurring-donation-widget-tab:hover, .spektrix-component-recurring-donation-tabs button:hover {
	background-color: #ff533d !important;
}

.spektrix-component-recurring-donation-amount button.active {
	background-color: #ff533d !important;
}

.spektrix-component-donate-amount button.active {
	background-color: #ff533d !important;
}

.spektrix-component-donate-amount .spektrix-component-donate-widget-tab sub, .spektrix-component-donate-amount .spektrix-component-recurring-donation-widget-tab sub, .spektrix-component-donate-amount button sub, .spektrix-component-donate-tabs .spektrix-component-donate-widget-tab sub, .spektrix-component-donate-tabs .spektrix-component-recurring-donation-widget-tab sub, .spektrix-component-donate-tabs button sub, .spektrix-component-recurring-donation-amount .spektrix-component-donate-widget-tab sub, .spektrix-component-recurring-donation-amount .spektrix-component-recurring-donation-widget-tab sub, .spektrix-component-recurring-donation-amount button sub, .spektrix-component-recurring-donation-tabs .spektrix-component-donate-widget-tab sub, .spektrix-component-recurring-donation-tabs .spektrix-component-recurring-donation-widget-tab sub, .spektrix-component-recurring-donation-tabs button sub {
	display: inline-block;
	top: 0;
	font-size: 14px;
	margin-left: 2px;
}

.spektrix-component-donate-amount .spektrix-component-donate-widget-tab .price-yearly, .spektrix-component-donate-amount .spektrix-component-recurring-donation-widget-tab .price-yearly, .spektrix-component-donate-amount button .price-yearly, .spektrix-component-donate-tabs .spektrix-component-donate-widget-tab .price-yearly, .spektrix-component-donate-tabs .spektrix-component-recurring-donation-widget-tab .price-yearly, .spektrix-component-donate-tabs button .price-yearly, .spektrix-component-recurring-donation-amount .spektrix-component-donate-widget-tab .price-yearly, .spektrix-component-recurring-donation-amount .spektrix-component-recurring-donation-widget-tab .price-yearly, .spektrix-component-recurring-donation-amount button .price-yearly, .spektrix-component-recurring-donation-tabs .spektrix-component-donate-widget-tab .price-yearly, .spektrix-component-recurring-donation-tabs .spektrix-component-recurring-donation-widget-tab .price-yearly, .spektrix-component-recurring-donation-tabs button .price-yearly {
	display: block;
	position: relative;
	font-size: 12px;
	text-transform: uppercase;
}

.spektrix-component-donate-container-donation-amount-container-acknowledgement {
	max-width: calc(70% - 8px);
}

.spektrix-component-donate-tabs, .spektrix-component-recurring-donation-tabs {
	margin-bottom: 16px;
}

.spektrix-component-donate-widget-tab, .spektrix-component-recurring-donation-widget-tab {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ffffff !important;
	border: 2px solid #ff533d !important;
	color: #ff533d !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0;
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	line-height: 1.2 !important;
	text-transform: uppercase !important;
	border-radius: 0 !important;
	text-align: center !important;
	cursor: pointer !important;
	text-decoration: none !important;
}

.spektrix-component-donate-widget-tab:after, .spektrix-component-donate-widget-tab:before, .spektrix-component-recurring-donation-widget-tab:after, .spektrix-component-recurring-donation-widget-tab:before {
	content: "" !important;
	display: none !important;
}

.spektrix-component-donate-widget-tab.active, .spektrix-component-donate-widget-tab:hover, .spektrix-component-recurring-donation-widget-tab.active, .spektrix-component-recurring-donation-widget-tab:hover {
	background-color: #ff533d !important;
	border-color: transparent !important;
	color: #ffffff !important;
}

.spektrix-component-data-fund-description {
	background-color: #0f1628 !important;
    margin-bottom: 16px;
    padding: 24px 16px;
	color: #ffffff;
	font-size: 16px;
	line-height: 19px;
}

.spektrix-component-data-fund-description.fund-education, .spektrix-component-data-fund-description.fund-noisenow, .spektrix-component-data-fund-description.fund-shakespeare, .spektrix-component-data-fund-description.fund-dinner {
	display: none;
}

.spektrix-component-fail-container, .spektrix-component-success-container {
	margin-top: 24px;
}

.spektrix-component-fail-container *, .spektrix-component-success-container * {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 24px;
}

.spektrix-component-success-container * {
	color: #000000;
}

.spektrix-component-fail-container * {
	color: #000000;
}

.spektrix-component-fail-container, .spektrix-component-success-container {
	margin-top: 24px
}

.spektrix-component-fail-container *, .spektrix-component-success-container * {
	font-family: "Oswald", Arial, Helvetica, sans-serif;
	font-weight: 500;
	font-size: 24px;
}

.spektrix-component-success-container * {
	color: #000000;
}

.spektrix-component-fail-container * {
	color: #000000;
}

@media all and (max-width: 900px) {	

.play-ticket-dead-space {
	width: 39vw;
}

.play-ticket-drawer {
	width: 60vw;
}
	
.event-calendar {
    display: block;
    width: 100%;
}	
	
.event-calendar tbody, .event-calendar thead {
    display: block;
    width: 100%;
}
	
.event-calendar tr.calendar-title th {
    display: inline-block;
}
	
.event-calendar tr.calendar-header {
    display: none;
}	
	
.event-calendar tr {
    display: block;
}

.event-calendar td {
    display: none;
    height: auto;
    width: 100%;
}
	
.event-calendar td.has-event {
    display: block;
}	
	
.calendar-instance-popup {
	width: 100%;
    top: 40px;
    left: 0%;
}
	
.calendar-instance-popup:after {
	display: none;	
}	
		
}

@media all and (max-width: 600px) {	

.play-ticket-dead-space {
	display: none;
}

.play-ticket-drawer {
	width: 100vw;
}
		
}