ul.list-unstyled, ol.list-unstyled, dl.list-unstyled {
	list-style: none;
	padding-left: 0;
}

.container {
	clear: both;
	margin: 0 auto;
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
}

.grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -10px !important;
	margin-right: -10px !important;
}

.grid > .tile {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 100%;
}

.grid .tile.extra-small-1 {
	-webkit-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.grid .tile.extra-small-2 {
	-webkit-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.grid .tile.extra-small-3 {
	-webkit-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.grid .tile.extra-small-4 {
	-webkit-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.grid .tile.extra-small-5 {
	-webkit-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.grid .tile.extra-small-6 {
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.grid .tile.extra-small-7 {
	-webkit-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.grid .tile.extra-small-8 {
	-webkit-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.grid .tile.extra-small-9 {
	-webkit-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.grid .tile.extra-small-10 {
	-webkit-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.grid .tile.extra-small-11 {
	-webkit-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.grid .tile.extra-small-12 {
	-webkit-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.grid .tile.extra-small-left-0 {
	right: auto;
}

.grid .tile.extra-small-left-1 {
	right: 8.3333333333%;
}

.grid .tile.extra-small-left-2 {
	right: 16.6666666667%;
}

.grid .tile.extra-small-left-3 {
	right: 25%;
}

.grid .tile.extra-small-left-4 {
	right: 33.3333333333%;
}

.grid .tile.extra-small-left-5 {
	right: 41.6666666667%;
}

.grid .tile.extra-small-left-6 {
	right: 50%;
}

.grid .tile.extra-small-left-7 {
	right: 58.3333333333%;
}

.grid .tile.extra-small-left-8 {
	right: 66.6666666667%;
}

.grid .tile.extra-small-left-9 {
	right: 75%;
}

.grid .tile.extra-small-left-10 {
	right: 83.3333333333%;
}

.grid .tile.extra-small-left-11 {
	right: 91.6666666667%;
}

.grid .tile.extra-small-left-12 {
	right: 100%;
}

.grid .tile.extra-small-right-0 {
	left: auto;
}

.grid .tile.extra-small-right-1 {
	left: 8.3333333333%;
}

.grid .tile.extra-small-right-2 {
	left: 16.6666666667%;
}

.grid .tile.extra-small-right-3 {
	left: 25%;
}

.grid .tile.extra-small-right-4 {
	left: 33.3333333333%;
}

.grid .tile.extra-small-right-5 {
	left: 41.6666666667%;
}

.grid .tile.extra-small-right-6 {
	left: 50%;
}

.grid .tile.extra-small-right-7 {
	left: 58.3333333333%;
}

.grid .tile.extra-small-right-8 {
	left: 66.6666666667%;
}

.grid .tile.extra-small-right-9 {
	left: 75%;
}

.grid .tile.extra-small-right-10 {
	left: 83.3333333333%;
}

.grid .tile.extra-small-right-11 {
	left: 91.6666666667%;
}

.grid .tile.extra-small-right-12 {
	left: 100%;
}

@media (min-width: 544px) {
	.grid .tile.small-1 {
		-webkit-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.grid .tile.small-2 {
		-webkit-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.grid .tile.small-3 {
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.grid .tile.small-4 {
		-webkit-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.grid .tile.small-5 {
		-webkit-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.grid .tile.small-6 {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid .tile.small-7 {
		-webkit-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.grid .tile.small-8 {
		-webkit-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.grid .tile.small-9 {
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.grid .tile.small-10 {
		-webkit-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.grid .tile.small-11 {
		-webkit-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.grid .tile.small-12 {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.grid .tile.small-left-0 {
		right: auto;
	}
	.grid .tile.small-left-1 {
		right: 8.3333333333%;
	}
	.grid .tile.small-left-2 {
		right: 16.6666666667%;
	}
	.grid .tile.small-left-3 {
		right: 25%;
	}
	.grid .tile.small-left-4 {
		right: 33.3333333333%;
	}
	.grid .tile.small-left-5 {
		right: 41.6666666667%;
	}
	.grid .tile.small-left-6 {
		right: 50%;
	}
	.grid .tile.small-left-7 {
		right: 58.3333333333%;
	}
	.grid .tile.small-left-8 {
		right: 66.6666666667%;
	}
	.grid .tile.small-left-9 {
		right: 75%;
	}
	.grid .tile.small-left-10 {
		right: 83.3333333333%;
	}
	.grid .tile.small-left-11 {
		right: 91.6666666667%;
	}
	.grid .tile.small-left-12 {
		right: 100%;
	}
	.grid .tile.small-right-0 {
		left: auto;
	}
	.grid .tile.small-right-1 {
		left: 8.3333333333%;
	}
	.grid .tile.small-right-2 {
		left: 16.6666666667%;
	}
	.grid .tile.small-right-3 {
		left: 25%;
	}
	.grid .tile.small-right-4 {
		left: 33.3333333333%;
	}
	.grid .tile.small-right-5 {
		left: 41.6666666667%;
	}
	.grid .tile.small-right-6 {
		left: 50%;
	}
	.grid .tile.small-right-7 {
		left: 58.3333333333%;
	}
	.grid .tile.small-right-8 {
		left: 66.6666666667%;
	}
	.grid .tile.small-right-9 {
		left: 75%;
	}
	.grid .tile.small-right-10 {
		left: 83.3333333333%;
	}
	.grid .tile.small-right-11 {
		left: 91.6666666667%;
	}
	.grid .tile.small-right-12 {
		left: 100%;
	}
}

@media (min-width: 768px) {
	.grid .tile.medium-1 {
		-webkit-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.grid .tile.medium-2 {
		-webkit-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.grid .tile.medium-3 {
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.grid .tile.medium-4 {
		-webkit-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.grid .tile.medium-5 {
		-webkit-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.grid .tile.medium-6 {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid .tile.medium-7 {
		-webkit-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.grid .tile.medium-8 {
		-webkit-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.grid .tile.medium-9 {
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.grid .tile.medium-10 {
		-webkit-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.grid .tile.medium-11 {
		-webkit-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.grid .tile.medium-12 {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.grid .tile.medium-left-0 {
		right: auto;
	}
	.grid .tile.medium-left-1 {
		right: 8.3333333333%;
	}
	.grid .tile.medium-left-2 {
		right: 16.6666666667%;
	}
	.grid .tile.medium-left-3 {
		right: 25%;
	}
	.grid .tile.medium-left-4 {
		right: 33.3333333333%;
	}
	.grid .tile.medium-left-5 {
		right: 41.6666666667%;
	}
	.grid .tile.medium-left-6 {
		right: 50%;
	}
	.grid .tile.medium-left-7 {
		right: 58.3333333333%;
	}
	.grid .tile.medium-left-8 {
		right: 66.6666666667%;
	}
	.grid .tile.medium-left-9 {
		right: 75%;
	}
	.grid .tile.medium-left-10 {
		right: 83.3333333333%;
	}
	.grid .tile.medium-left-11 {
		right: 91.6666666667%;
	}
	.grid .tile.medium-left-12 {
		right: 100%;
	}
	.grid .tile.medium-right-0 {
		left: auto;
	}
	.grid .tile.medium-right-1 {
		left: 8.3333333333%;
	}
	.grid .tile.medium-right-2 {
		left: 16.6666666667%;
	}
	.grid .tile.medium-right-3 {
		left: 25%;
	}
	.grid .tile.medium-right-4 {
		left: 33.3333333333%;
	}
	.grid .tile.medium-right-5 {
		left: 41.6666666667%;
	}
	.grid .tile.medium-right-6 {
		left: 50%;
	}
	.grid .tile.medium-right-7 {
		left: 58.3333333333%;
	}
	.grid .tile.medium-right-8 {
		left: 66.6666666667% !important;
	}
	.grid .tile.medium-right-9 {
		left: 75%;
	}
	.grid .tile.medium-right-10 {
		left: 83.3333333333%;
	}
	.grid .tile.medium-right-11 {
		left: 91.6666666667%;
	}
	.grid .tile.medium-right-12 {
		left: 100%;
	}
}

@media (min-width: 992px) {
	.grid .tile.large-1 {
		-webkit-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.grid .tile.large-2 {
		-webkit-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.grid .tile.large-3 {
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.grid .tile.large-4 {
		-webkit-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.grid .tile.large-5 {
		-webkit-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.grid .tile.large-6 {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid .tile.large-7 {
		-webkit-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.grid .tile.large-8 {
		-webkit-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.grid .tile.large-9 {
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.grid .tile.large-10 {
		-webkit-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.grid .tile.large-11 {
		-webkit-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.grid .tile.large-12 {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.grid .tile.large-left-0 {
		right: auto;
	}
	.grid .tile.large-left-1 {
		right: 8.3333333333%;
	}
	.grid .tile.large-left-2 {
		right: 16.6666666667%;
	}
	.grid .tile.large-left-3 {
		right: 25%;
	}
	.grid .tile.large-left-4 {
		right: 33.3333333333%;
	}
	.grid .tile.large-left-5 {
		right: 41.6666666667%;
	}
	.grid .tile.large-left-6 {
		right: 50%;
	}
	.grid .tile.large-left-7 {
		right: 58.3333333333%;
	}
	.grid .tile.large-left-8 {
		right: 66.6666666667%;
	}
	.grid .tile.large-left-9 {
		right: 75%;
	}
	.grid .tile.large-left-10 {
		right: 83.3333333333%;
	}
	.grid .tile.large-left-11 {
		right: 91.6666666667%;
	}
	.grid .tile.large-left-12 {
		right: 100%;
	}
	.grid .tile.large-right-0 {
		left: auto;
	}
	.grid .tile.large-right-1 {
		left: 8.3333333333%;
	}
	.grid .tile.large-right-2 {
		left: 16.6666666667%;
	}
	.grid .tile.large-right-3 {
		left: 25%;
	}
	.grid .tile.large-right-4 {
		left: 33.3333333333%;
	}
	.grid .tile.large-right-5 {
		left: 41.6666666667%;
	}
	.grid .tile.large-right-6 {
		left: 50%;
	}
	.grid .tile.large-right-7 {
		left: 58.3333333333%;
	}
	.grid .tile.large-right-8 {
		left: 66.6666666667%;
	}
	.grid .tile.large-right-9 {
		left: 75%;
	}
	.grid .tile.large-right-10 {
		left: 83.3333333333%;
	}
	.grid .tile.large-right-11 {
		left: 91.6666666667%;
	}
	.grid .tile.large-right-12 {
		left: 100%;
	}
}

@media (min-width: 1400px) {
	.grid .tile.extra-large-1 {
		-webkit-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
		max-width: 8.3333333333%;
	}
	.grid .tile.extra-large-2 {
		-webkit-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
		max-width: 16.6666666667%;
	}
	.grid .tile.extra-large-3 {
		-webkit-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.grid .tile.extra-large-4 {
		-webkit-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
		max-width: 33.3333333333%;
	}
	.grid .tile.extra-large-5 {
		-webkit-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
		max-width: 41.6666666667%;
	}
	.grid .tile.extra-large-6 {
		-webkit-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.grid .tile.extra-large-7 {
		-webkit-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
		max-width: 58.3333333333%;
	}
	.grid .tile.extra-large-8 {
		-webkit-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
		max-width: 66.6666666667%;
	}
	.grid .tile.extra-large-9 {
		-webkit-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.grid .tile.extra-large-10 {
		-webkit-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
		max-width: 83.3333333333%;
	}
	.grid .tile.extra-large-11 {
		-webkit-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
		max-width: 91.6666666667%;
	}
	.grid .tile.extra-large-12 {
		-webkit-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.grid .tile.extra-large-left-0 {
		right: auto;
	}
	.grid .tile.extra-large-left-1 {
		right: 8.3333333333%;
	}
	.grid .tile.extra-large-left-2 {
		right: 16.6666666667%;
	}
	.grid .tile.extra-large-left-3 {
		right: 25%;
	}
	.grid .tile.extra-large-left-4 {
		right: 33.3333333333%;
	}
	.grid .tile.extra-large-left-5 {
		right: 41.6666666667%;
	}
	.grid .tile.extra-large-left-6 {
		right: 50%;
	}
	.grid .tile.extra-large-left-7 {
		right: 58.3333333333%;
	}
	.grid .tile.extra-large-left-8 {
		right: 66.6666666667%;
	}
	.grid .tile.extra-large-left-9 {
		right: 75%;
	}
	.grid .tile.extra-large-left-10 {
		right: 83.3333333333%;
	}
	.grid .tile.extra-large-left-11 {
		right: 91.6666666667%;
	}
	.grid .tile.extra-large-left-12 {
		right: 100%;
	}
	.grid .tile.extra-large-right-0 {
		left: auto;
	}
	.grid .tile.extra-large-right-1 {
		left: 8.3333333333%;
	}
	.grid .tile.extra-large-right-2 {
		left: 16.6666666667%;
	}
	.grid .tile.extra-large-right-3 {
		left: 25%;
	}
	.grid .tile.extra-large-right-4 {
		left: 33.3333333333%;
	}
	.grid .tile.extra-large-right-5 {
		left: 41.6666666667%;
	}
	.grid .tile.extra-large-right-6 {
		left: 50%;
	}
	.grid .tile.extra-large-right-7 {
		left: 58.3333333333%;
	}
	.grid .tile.extra-large-right-8 {
		left: 66.6666666667%;
	}
	.grid .tile.extra-large-right-9 {
		left: 75%;
	}
	.grid .tile.extra-large-right-10 {
		left: 83.3333333333%;
	}
	.grid .tile.extra-large-right-11 {
		left: 91.6666666667%;
	}
	.grid .tile.extra-large-right-12 {
		left: 100%;
	}
}

fieldset {
	border: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

fieldset legend {
	border: 0;
	padding: 0;
}

.neill-events-field-wrapper {
	margin-bottom: 20px;
}

.ne-form-inline .neill-events-field {
	width: auto;
}

.neill-events-field-wrapper label {
	display: block;
	margin-bottom: 5px;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.neill-events-field-wrapper label.neill-events-required:after {
	color: #bb0000;
	content: '*';
	margin-left: 5px;
}

input[type=date].neill-events-field,
input[type=datetime-local].neill-events-field,
input[type=file].neill-events-field,
input[type=month].neill-events-field,
input[type=password].neill-events-field,
input[type=search].neill-events-field,
input[type=time].neill-events-field,
input[type=week].neill-events-field,
input[type=email].neill-events-field,
input[type=number].neill-events-field,
input[type=tel].neill-events-field,
input[type=text].neill-events-field,
input[type=url].neill-events-field,
select.neill-events-field,
textarea.neill-events-field {
	-webkit-appearance: none;
	background-color: #ffffff;
	border: 1px solid #ceced2;
	border-radius: 0;
	box-shadow: none;
	color: #000000;
	margin: 0;
	padding: 8.5px 10px;
	touch-action: manipulation;
	transition: background-color 200ms ease-in-out, background-image 200ms ease-in-out, border-color 200ms ease-in-out;
	width: 100%;
}

input[type=date].neill-events-field,
input[type=datetime-local].neill-events-field,
input[type=file].neill-events-field,
input[type=month].neill-events-field,
input[type=password].neill-events-field,
input[type=search].neill-events-field,
input[type=time].neill-events-field,
input[type=week].neill-events-field,
input[type=email].neill-events-field,
input[type=number].neill-events-field,
input[type=tel].neill-events-field,
input[type=text].neill-events-field,
input[type=url].neill-events-field,
select.neill-events-field:not([multiple]):not([size]) {
	height: 38px;
}

input[type=date].neill-events-field::placeholder,
input[type=datetime-local].neill-events-field::placeholder,
input[type=file].neill-events-field::placeholder,
input[type=month].neill-events-field::placeholder,
input[type=password].neill-events-field::placeholder,
input[type=search].neill-events-field::placeholder,
input[type=time].neill-events-field::placeholder,
input[type=week].neill-events-field::placeholder,
input[type=email].neill-events-field::placeholder,
input[type=number].neill-events-field::placeholder,
input[type=tel].neill-events-field::placeholder,
input[type=text].neill-events-field::placeholder,
input[type=url].neill-events-field::placeholder,
select.neill-events-field::placeholder,
textarea.neill-events-field::placeholder {
	color: #767676;
	opacity: 1;
}

input[type=date].neill-events-field:focus,
input[type=datetime-local].neill-events-field:focus,
input[type=file].neill-events-field:focus,
input[type=month].neill-events-field:focus,
input[type=password].neill-events-field:focus,
input[type=search].neill-events-field:focus,
input[type=time].neill-events-field:focus,
input[type=week].neill-events-field:focus,
input[type=email].neill-events-field:focus,
input[type=number].neill-events-field:focus,
input[type=tel].neill-events-field:focus,
input[type=text].neill-events-field:focus,
input[type=url].neill-events-field:focus,
select.neill-events-field:focus,
textarea.neill-events-field:focus {
	border-color: #00b3dc;
	outline: 0;
}

input[type=date].neill-events-field:disabled,
input[type=datetime-local].neill-events-field:disabled,
input[type=file].neill-events-field:disabled,
input[type=month].neill-events-field:disabled,
input[type=password].neill-events-field:disabled,
input[type=search].neill-events-field:disabled,
input[type=time].neill-events-field:disabled,
input[type=week].neill-events-field:disabled,
input[type=email].neill-events-field:disabled,
input[type=number].neill-events-field:disabled,
input[type=tel].neill-events-field:disabled,
input[type=text].neill-events-field:disabled,
input[type=url].neill-events-field:disabled,
select.neill-events-field:disabled,
textarea.neill-events-field:disabled {
	background-color: #efeff4;
	color: #767676;
	-webkit-text-fill-color: #767676;
	cursor: not-allowed;
	opacity: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

input[type=date].neill-events-field::-moz-focus-inner,
input[type=datetime-local].neill-events-field::-moz-focus-inner,
input[type=file].neill-events-field::-moz-focus-inner,
input[type=month].neill-events-field::-moz-focus-inner,
input[type=password].neill-events-field::-moz-focus-inner,
input[type=search].neill-events-field::-moz-focus-inner,
input[type=time].neill-events-field::-moz-focus-inner,
input[type=week].neill-events-field::-moz-focus-inner,
input[type=email].neill-events-field::-moz-focus-inner,
input[type=number].neill-events-field::-moz-focus-inner,
input[type=tel].neill-events-field::-moz-focus-inner,
input[type=text].neill-events-field::-moz-focus-inner,
input[type=url].neill-events-field::-moz-focus-inner,
select.neill-events-field::-moz-focus-inner,
textarea.neill-events-field::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type=number].neill-events-field::-webkit-inner-spin-button,
input[type=number].neill-events-field::-webkit-outer-spin-button {
	height: auto;
}

textarea.neill-events-field {
	height: auto;
	min-height: 38px;
	overflow: auto;
	resize: vertical;
}

select.neill-events-field:not([multiple]):not([size]) {
	background-image: url('data:image/svg+xml,<svg%20width%3D"10"%20height%3D"5"%20viewBox%3D"169%20177%2010%205"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path%20fill%3D"%23000000"%20fill-rule%3D"evenodd"%20d%3D"M174%20182l5-5h-10"%2F><%2Fsvg>');
	background-origin: border-box;
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 10px 5px;
	-webkit-padding-end: 30px;
	padding-inline-end: 30px;
}

select.neill-events-field:not([multiple]):not([size])::-ms-expand {
	display: none;
}

select.neill-events-field option {
	font-weight: normal;
}

select.neill-events-field:not([multiple]):not([size]):-moz-focusring {
	color: transparent;
	text-shadow: 0 0 0 #000;
}

select.neill-events-field:not([multiple]):not([size]):disabled {
	border-color: #ceced2;
	background-image: url('data:image/svg+xml,<svg%20width%3D"10"%20height%3D"5"%20viewBox%3D"169%20177%2010%205"%20xmlns%3D"http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg"><path%20fill%3D"%23767676"%20fill-rule%3D"evenodd"%20d%3D"M174%20182l5-5h-10"%2F><%2Fsvg>');
}

select.neill-events-field optgroup {
	font-weight: bold;
}

select.neill-events-field option:disabled {
	color: #767676;
}

input[type=checkbox].neill-events-field {
	bottom: auto;
	height: 20px;
	left: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 20px;
}

input[type=checkbox].neill-events-field + label {
	display: inline-block;
	margin: 0 0 10px;
	-webkit-padding-start: 25px;
	padding-inline-start: 25px;
	position: relative;
	transition: color 200ms ease-in-out;
}

input[type=checkbox].neill-events-field + label:before {
	background-color: #ffffff;
	border: 1px solid #ceced2;
	border-radius: 0;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	vertical-align: top;
	width: 20px;
}

input[type=checkbox].neill-events-field + label:after {
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: top;
	width: 20px;
}

input[type=checkbox].neill-events-field:focus + label:before {
	border-color: #00b3dc;
}

input[type=checkbox].neill-events-field:disabled + label {
	color: #767676;
}

input[type=checkbox].neill-events-field:disabled + label:before {
	background-color: #efeff4;
	cursor: not-allowed;
}

input[type=checkbox].neill-events-field:disabled + label:after {
	cursor: not-allowed;
}

input[type=checkbox].neill-events-field:checked + label:before {
	background-color: #00b3dc;
	border-color: #00b3dc;
}

input[type=checkbox].neill-events-field:checked + label:after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
	background-position: 50%;
	background-size: 50%;
	background-repeat: no-repeat;
}

input[type=checkbox].neill-events-field:checked:disabled + label:before {
	opacity: .5;
}

input[type=radio].neill-events-field {
	bottom: auto;
	height: 20px;
	left: auto;
	margin: 0;
	opacity: 0;
	position: absolute;
	right: auto;
	top: auto;
	width: 20px;
}

input[type=radio].neill-events-field + label {
	display: inline-block;
	margin: 0 0 10px;
	-webkit-padding-start: 25px;
	padding-inline-start: 25px;
	position: relative;
	transition: color 200ms ease-in-out;
}

input[type=radio].neill-events-field + label:before {
	background-color: #ffffff;
	border: 1px solid #ceced2;
	border-radius: 50%;
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	vertical-align: top;
	width: 20px;
}

input[type=radio].neill-events-field + label:after {
	content: '';
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	vertical-align: top;
	width: 20px;
}

input[type=radio].neill-events-field:focus + label:before {
	border-color: #00b3dc;
}

input[type=radio].neill-events-field:disabled + label {
	color: #767676;
}

input[type=radio].neill-events-field:disabled + label:before {
	background-color: #efeff4;
	cursor: not-allowed;
}

input[type=radio].neill-events-field:disabled + label:after {
	cursor: not-allowed;
}

input[type=radio].neill-events-field:checked + label:before {
	background-color: #00b3dc;
	border-color: #00b3dc;
}

input[type=radio].neill-events-field:checked + label:after {
	background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"%3e%3ccircle r="2" fill="%23ffffff"/%3e%3c/svg%3e');
	background-position: 50%;
	background-size: contain;
	background-repeat: no-repeat;
}

input[type=radio].neill-events-field:checked:disabled + label:before {
	opacity: .5;
}

.ne-help-text {
	color: #767676;
	font-size: 11.9px;
	margin-top: 5px;
}

.neill-events-button {
	-webkit-appearance: none;
	background-color: #ceced2;
	border: 1px solid #ceced2;
	border-radius: 0;
	color: #000000;
	cursor: pointer;
	display: inline-block;
	font-weight: bold;
	height: 38px;
	padding: 8.5px 10px;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	touch-action: manipulation;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
}

.neill-events-button:focus {
	outline: 0;
}

.neill-events-button.full {
	width: 100%;
}

.neill-events-button.primary {
	background-color: #00b3dc;
	border-color: #00b3dc;
	color: #ffffff;
}

.neill-events-button.secondary {
	background-color: #5b616b;
	border-color: #5b616b;
	color: #ffffff;
}

.neill-events-button.success {
	background-color: #2e8540;
	border-color: #2e8540;
	color: #ffffff;
}

.neill-events-button.information {
	background-color: #02bfe7;
	border-color: #02bfe7;
	color: #ffffff;
}

.neill-events-button.warning {
	background-color: #fdb81e;
	border-color: #fdb81e;
	color: #ffffff;
}

.neill-events-button.danger {
	background-color: #bb0000;
	border-color: #bb0000;
	color: #ffffff;
}

.neill-events-button:disabled {
	cursor: not-allowed;
	opacity: .5;
}

button.neill-events-button {
	margin: 0;
	overflow: visible;
}

button.neill-events-button:focus {
	outline: 0;
}

button.neill-events-button::-moz-focus-inner {
	border: 0;
	margin: 0;
	padding: 0;
}

.neill-events-alert {
	background-color: #efeff4;
	-webkit-border-start: 4px solid #ceced2;
	border-inline-start: 4px solid #ceced2;
	border-radius: 0;
	padding: 8.5px 10px;
	margin-bottom: 20px;
}

.neill-events-alert a {
	text-decoration: underline;
}

.neill-events-alert > :first-child {
	margin-top: 0;
}

.neill-events-alert > :last-child {
	margin-bottom: 0;
}

.neill-events-alert.success {
	background-color: #d5ecda;
	border-color: #6eb57d;
	color: #1b4f26;
}

.neill-events-alert.success a,
.neill-events-alert.success a:hover,
.neill-events-alert.success a:focus {
	color: #123519;
}

.neill-events-alert.information {
	background-color: #d6f4fb;
	border-color: #61d7f0;
	color: #01728a;
}

.neill-events-alert.information a,
.neill-events-alert.information a:hover,
.neill-events-alert.information a:focus {
	color: #004c5c;
}

.neill-events-alert.warning {
	background-color: #fef4dd;
	border-color: #fdd477;
	color: #976e12;
}

.neill-events-alert.warning a,
.neill-events-alert.warning a:hover,
.neill-events-alert.warning a:focus {
	color: #65490c;
}

.neill-events-alert.danger {
	background-color: #f4d0d0;
	border-color: #d65555;
	color: #700000;
}

.neill-events-alert.danger a,
.neill-events-alert.danger a:hover,
.neill-events-alert.danger a:focus {
	color: #4a0000;
}

.grid {
	height: auto !important;
}

.tile {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	transition: none !important;
	transform: none !important;
}

.remove {
	display: inline-block;
	margin-bottom: 6px;
}

.ticket-price {
	color: green;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.total {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: right;
}

.available {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
}

.ne-quantity {
	text-align: center;
}

.ne-breadcrumbs {
	list-style: none;
	margin: 0 0 1rem 0;
}

.ne-breadcrumbs::before,
.ne-breadcrumbs::after {
	content: ' ';
	display: table;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-order: 1;
	order: 1;
}

.ne-breadcrumbs::after {
	clear: both;
}

.ne-breadcrumbs li {
	float: left;
	color: #0a0a0a;
	font-size: 0.6875rem;
	cursor: default;
	text-transform: uppercase;
}

.ne-breadcrumbs li:not(:last-child)::after {
	color: #cacaca;
	content: "/";
	margin: 0 0.75rem;
	position: relative;
	top: 1px;
	opacity: 1;
}

.ne-breadcrumbs a {
	color: #2199e8;
}

.ne-breadcrumbs a:hover {
	text-decoration: underline;
}

.ne-breadcrumbs .disabled {
	color: #cacaca;
}

.ne-panel {
	background-color: #f0f0f0;
	margin: 0 auto 20px;
	padding: 40px;
	text-align: center;
}

.ne-panel h3,
.ne-panel h4 {
	line-height: 1.2;
	margin-bottom: 10px;
}

.ne-panel .ne-label {
	text-align: left;
}

.ne-map {
	height: 0;
	margin-bottom: 20px;
	overflow: hidden;
	padding-bottom: 100%;
	position: relative;
}

.ne-map iframe {
	left: 0;
	margin-top: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

#ne-banner {
	background-size: cover;
	background-position: center;
	float: left;
	height: 0;
	margin-bottom:  20px;
	overflow: hidden;
	padding-top: 42%;
	position: relative;
	width: 100%;
	z-index: 1;
}

#ne-banner .caption {
	-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    justify-content: flex-end;
    padding:  40px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

#ne-banner .caption h1 {
	color: #fff;
	font-size: 65px;
	line-height: 1.2;
	margin-bottom: 0;
	max-width: 60%;
	position: relative;
	text-transform: uppercase;
}

#ne-banner .caption h2 {
	color: #fff;
	font-size: 45px;
	line-height: 1.2;
	margin-bottom: 0;
	max-width: 60%;
	position: relative;
	text-transform: uppercase;
}

#ne-banner .caption h3 {
	color: #fff;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 0;
	max-width: 60%;
	position: relative;
	text-transform: uppercase;
}

@media (max-width: 992px) {
	#ne-banner .caption h1 {
		font-size: 55px;
	}

	#ne-banner .caption h2 {
		font-size: 35px;
	}

	#ne-banner .caption h3 {
		font-size: 25px;
	}
}

#ne-banner .caption .pattern {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAAEhL4UpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoxRERBMTQ0MzhDMDExMUUzQTFBNEQ2RjFBNTlDNUU4MiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoxRERBMTQ0NDhDMDExMUUzQTFBNEQ2RjFBNTlDNUU4MiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjFEREExNDQxOEMwMTExRTNBMUE0RDZGMUE1OUM1RTgyIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFEREExNDQyOEMwMTExRTNBMUE0RDZGMUE1OUM1RTgyIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+WsZFkwAAAChJREFUeNpi+P//PwNAADGACIAAYgSzgAAggMA8JhADIMAYoEL/QTQAp9QS8X/VDZYAAAAASUVORK5CYII=');
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

#ne-banner .right p {
	color: #fff;
	font-size: 16px;
}

#ne-banner-mobile {
	margin-bottom: 20px;
}

#ne-banner-mobile img {
	margin-bottom: 20px;
}

#ne-banner-mobile h1 {
	color: #000;
	font-size: 44px;
	line-height: 1.2;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
}

#ne-banner-mobile h2 {
	color: #000;
	font-size: 35px;
	line-height: 1.2;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
}

#ne-banner-mobile h3 {
	color: #000;
	font-size: 25px;
	line-height: 1.2;
	margin-bottom: 0;
	position: relative;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	#ne-banner-mobile {
		display: none;
	}
}

@media (max-width: 767px) {
	#ne-banner {
		display: none;
	}
}

.event {
	margin-bottom: 20px;
}

.event figure {
	background: #373A3C;
	cursor: pointer;
	height: auto;
	margin: 0;
	overflow: hidden;
	min-height: 200px;
	position: relative;
	text-align: center;
	width: 100%;
}

@media (max-width: 992px) {
	.event figure {
		min-height: 140px;
	}
}

.event figure img {
	display: block;
	height: auto;
	max-width: 100%;
	opacity: 0.7;
	position: relative;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	transition: blur 400ms, opacity 400ms, -webkit-transform 400ms;
	transition: blur 400ms, opacity 400ms, transform 400ms;
	transition: blur 400ms, opacity 400ms, transform 400ms, -webkit-transform 400ms;
}

.event figure:hover img, .event figure:focus img {
	-webkit-filter: blur(4px);
	filter: blur(4px);
	opacity: 0.4;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}

.event figure:hover figcaption, .event figure:focus figcaption {
	background-color: rgba(58, 52, 42, 0);
}

.event figure:hover figcaption:before, .event figure:focus figcaption:before {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.event figure:hover figcaption .event-title,
.event figure:focus figcaption .event-title,
.event figure:hover figcaption .event-date,
.event figure:focus figcaption .event-date,
.event figure:hover figcaption .event-excerpt,
.event figure:focus figcaption .event-excerpt {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

.event figcaption {
	align-items: center;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 0;
	padding: 20px;
	position: absolute;
	text-transform: uppercase;
	top: 0;
	width: 100%;
}

.event figcaption:before {
	bottom: 20px;
	box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
	content: '';
	left: 20px;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-transform: scale3d(1.4, 1.4, 1);
	transform: scale3d(1.4, 1.4, 1);
	transition: opacity 400ms, -webkit-transform 400ms;
	transition: opacity 400ms, transform 400ms;
	transition: opacity 400ms, transform 400ms, -webkit-transform 400ms;
}

.event figcaption .event-title,
.event figcaption .event-date,
.event figcaption .event-excerpt {
	font-weight: 600;
	letter-spacing: 0.01em;
	text-shadow: 0 0px 3px rgba(80, 80, 80, 0.95);
	transition: -webkit-transform 400ms;
	transition: transform 400ms;
	transition: transform 400ms, -webkit-transform 400ms;
	line-height: 1.1;
	margin: 0;
	text-align: center;
}

.event figcaption .event-date {
	font-weight: normal;
	margin-top: 10px;
}

.event figcaption .event-excerpt {
	margin-top: 10px;
}

.event figcaption .event-excerpt p {
	color: #fff;
	font-size: 16px;
	text-transform: none;
}

.event figcaption a {
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 100%;
	z-index: 1000;
}

.neill-events-order-history-table {
	margin-top: 40px;
}

.neill-events-order-history-table caption {
	font-size: 20px;
	text-align: left;
}

#neill-events-cart-wrapper {

}

.neill-events-disabled {
	cursor: not-allowed;
	opacity: .5;
	pointer-events: none;
}

.neill-events-cart-table {
	margin-top: 40px;
}

.neill-events-cart-table caption {
	font-size: 20px;
	text-align: left;
}

.neill-events-cart-table caption a {
	color:  #000;
}

.neill-events-cart-table select {
	margin-bottom: 0;
}

.neill-events-cart-item-price {
	text-align: right;
}

.neill-events-cart-item-action {
	width:  80px;
}

.neill-events-cart-or {
    font-style: italic;
    font-weight: 200;
    margin: 0;
	text-align: center;
}

.neill-events-loader {
	display: none;
	position: fixed;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	margin-top: -40px;
	margin-left: -50px;
	z-index: 2;
}

.neill-events-loader div {
	transform-origin: 40px 40px;
	animation: neill-events-loader 1.2s linear infinite;
}

.neill-events-loader div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #000;
}

.neill-events-loader div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}

.neill-events-loader div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}

.neill-events-loader div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}

.neill-events-loader div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}

.neill-events-loader div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}

.neill-events-loader div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}

.neill-events-loader div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}

.neill-events-loader div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}

.neill-events-loader div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}

.neill-events-loader div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}

.neill-events-loader div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}

.neill-events-loader div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}

@keyframes neill-events-loader {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.neill-events-close {
	background-color:  #fff;
	border-radius: 50%;
	position: absolute;
	right: -12px;
	top: -12px;
}

.neill-events-close svg {
	cursor: pointer;
	display: block;
}

.neill-events-close svg path {
	fill: #bb0000;
}

body.neill-events-modal-open {
	overflow: hidden;
	touch-action: none;
}

.neill-events-modal-backdrop {
	background-color: #373A3C;
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0.5;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 10;
}

.neill-events-modal {
	bottom: 0;
	display: none;
	left: 0;
	letter-spacing: -4px;
	overflow: auto;
	padding-left: 20px;
	padding-right: 20px;
	position: fixed;
	text-align: center;
	right: 0;
	top: 0;
	vertical-align: middle;
	z-index: 10000;
}

.neill-events-modal:after {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.neill-events-modal.extra-small .neill-events-modal-content {
	max-width: -40px;
}

.neill-events-modal.small .neill-events-modal-content {
	max-width: 504px;
}

.neill-events-modal.medium .neill-events-modal-content {
	max-width: 728px;
}

.neill-events-modal.large .neill-events-modal-content {
	max-width: 952px;
}

.neill-events-modal.extra-large .neill-events-modal-content {
	max-width: 1160px;
}

.neill-events-modal .neill-events-modal-content {
	background-color: #E3E3DF;
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 20px;
	padding-bottom: 0;
	position: relative;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.neill-events-modal .neill-events-modal-content > *:last-child {
	margin-bottom: 0;
}

#neill-events-payment-authorize-net-iframe {
	width: 100%;
}

.discount_code_wrapper {
	margin-bottom:  20px;
	text-align:  right;
}

#discount_code {
	display: inline-flex;
    width: 320px;
}

.discount_code_wrapper .neill-events-button {
	text-align: center;
	width: 150px;
}

[data-action="neill-events-discount-code-delete"] {
	font-size: 16px;
	font-weight: normal;
}

.grid {
	height: auto !important;
}

.tile {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	transition: none !important;
	transform: none !important;
}
