html,body,div,span,applet,object,iframe,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,table,caption,tbody,tfoot,thead,tr,th,td,figure{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h4,h5,h6{font-size:100%;font-weight:600;}h3{color: black;font-size:100%;font-weight:600;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}strong{font-weight: 600;}

/* Grid */
.row {
	width: 100%;
	position: relative;
}

body .row .np {
	padding: 0;
}

.onecol, .twocol, .threecol, .fourcol, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol {
	width: 100%;
	padding-left: 1em;
	padding-right: 1em;
	position: relative;
}

img, object, embed, svg {
	max-width: 100%;
}

img {
	height: auto;
}

img, svg {
	display: inline-block;
}

.cent-col {
	max-width: 680px;
	margin: 0 auto;
}

.nopad {
	padding-left: 0em !important;
	padding-right: 0em !important;
}

/* Mobile Grid */
@media handheld, only screen and (min-width: 48em) {

	.row {
	max-width: 1200px;
	min-width: 755px;
	margin: 0 auto;
	}

	.row .onecol, .row .twocol, .row .threecol, .row .fourcol, .row .fivecol, .row .sixcol, .row .sevencol, .row .eightcol, .row .ninecol, .row .tencol, .row .elevencol, .row .twelvecol {
	float: left;
	min-height: 1px;
	padding-left: 2em;
	padding-right: 2em;
	}
	
	.row .onecol {
	width:8.33333333333%;
	}
	
	.row .twocol {
	width:16.6666666667%;
	}
	
	.row .threecol {
	width:25%;
	}
	
	.row .fourcol {
	width:33.3333333333%;
	}
	
	.row .fivecol {
	width:41.6666666667%;
	}
	
	.row .sixcol {
	width:50%;
	}
	
	.row .sevencol {
	width:58.3333333333%;
	}
	
	.row .eightcol {
	width:66.6666666667%;
	}
	
	.row .ninecol {
	width:75%;
	}
	
	.row .tencol {
	width:83.3333333333%;
	}
	
	.row .elevencol {
	width:91.6666666667%;
	}
	
	.row .twelvecol {
	width: 100%;
	float: left;
	}

	.cent-col {
	max-width: 680px;
	}
}

/* Layout for desktop */
*,*:after,*:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}

html {
	height: 100%;
	background-color: #FFF;
}

body {text-rendering: optimizelegibility; font-size: 100%; -webkit-text-size-adjust: none; -webkit-backface-visibility: hidden; line-height: 1.2; padding-top: 5.5875em; }

html, body, select, input, textarea, a, button {font-family: 'Poppins', sans-serif; font-weight: 400; color: #FFFFFF;}

::-moz-selection{background: rgba(0,0,0,0.1); text-shadow: none;}
::selection {background: rgba(0,0,0,0.1); text-shadow: none;} 

a:link {-webkit-tap-highlight-color: rgba(0,0,0,0.1);} 

a {
	text-decoration: none;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

p a {
	text-decoration: underline;
}

a:hover {
	color: #242424;
	text-decoration: underline;
}

input, button, .checkbox, .radio, select, textarea {
	background-color: transparent;
	padding: 0em 0.625em 0.5em 0;
	margin-top: 0;
	width: 100%;
	font-size: 0.875em;
	border: none;
	display: block;
	border-bottom: 2px solid #d1d1d1;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-radius: 0;
  appearance: none;
  -webkit-appearance: none;
  line-height: 1.5;
}

textarea {
	max-width: 100%;
	height: 120px;
	border: 2px solid #d1d1d1;
	padding: 0.625em;
}

.select {
	position: relative;
}

select {
	cursor: pointer;
}

.select svg {
	position: absolute;
	right: 0.5em;
	bottom: 0.75em;
}

.checkbox {
	width: 1.25em;
	height: 1.25em;
	cursor: pointer;
	float: left;
	margin-right: 1em;
	position: relative;
	border: 2px solid #d1d1d1;
	font-size: 1rem;
}

.checkbox:hover, .checkbox.checked {
	border-color: #000000;
}

.checkbox svg {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
	width: 12px;
	height: 12px;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  z-index: 4;
  fill: #242424;
}

.checkbox.checked svg {
	opacity: 1;
	visibility: visible;
}

.checkbox input {
	opacity: 0;
	visibility: hidden;
}

.check {
	overflow: hidden;
	padding: 0.15em 0 1em 0;
}

.radio {
	width: 1em;
	height: 1em;
	margin: 0 auto;
	cursor: pointer;
	display: block;
	border-radius: 100%;
	padding: 0;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 2px solid #d1d1d1;
	border-radius: 100%;
}

::-webkit-input-placeholder {
	color: #AAA;
}

:-moz-placeholder {
	color: #AAA;
	opacity: 1;
}

::-moz-placeholder {
	color: #AAA;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #AAA;
}

p, label {
	line-height: 1.7;
	font-size: 0.8125em;
	padding: 0;
}

.clear:before, .clear:after, .row:before, .row:after {
  content: "";
  display: table;
} 
.clear:after, .row:after {
	margin: 30px;
  clear: both;
}
.clear, .row {
  zoom: 1;
}

.h0 {
	font-size: 1.675em;
}

.h1 {
	font-size: 1.5em;
}

.h2 {
	font-size: 1em;
}

.btn {
	border: none;
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 0.75em 1.5em;
	font-size: 1em;
	-webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
  margin-top: 0.5em;
  appearance: none;
  -webkit-appearance: none;
  width: auto;
}

.r-btn {
	float: right;
}

.btn > * {
	display: inline-block;
	vertical-align: middle;
}

.btn svg {
	fill: currentColor;
	margin-left: 0.75em;
}

.btn-inline {
	padding: 0.5em 1em;
	margin: 0;
}

.r-btn-sm {
	border: none;
	color: #FFF;
	display: inline-block;
	text-align: center;
	padding: 0.25em 0.5em;
	font-size: 0.75em;
	-webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

.r-btn-sm:hover {
	text-decoration: none;
	color: #FFF;
	opacity: 0.75;
}

.m-btns .btn {
	margin-right: 0.625em;
}

.m-btns .btn:last-of-type {
	margin-right: 0;
}

.btn:hover {
	text-decoration: none;
	color: #FFF;
	opacity: 0.75;
}

.details-block .row, .cart .row, .topnav .row {
	background-color: #FFF;
}

.mt {
	margin-top: 40vh;
}

.helptext {
	font-size:0.6em;
}

.helptext-sm {
	font-size:0.75em;
}

@media handheld, only screen and (max-width: 48em) {
	
	body {
		padding-top: 7.375em;
	}
	
	.h1 {
		font-size: 1.375em;
	}
	
	.h2 {
		font-size: 1em;
	}
	
	.btn {
		width: 100%;
	}
	
	.checkout .btn {
		width: 48%;
	}
	
	.m-btns .btn {
		margin-right: 0;
	}
	
}

/* Colours */
.radio.checked {
	background-color: #000000;
	color: #FFF;
}

.o-bg {
	background-color: #eee0b8;
	color: #000000;
}

.o-brdr, .checkbox:hover, .checkbox.checked, input:focus, select:focus, input.hval, select.hval, textarea:focus, textarea.hval, .radio.checked {
	border-color: #000000 !important;
}

.o-txt {
	color: #000000;
}

.r-txt {
	color: #FF0000;
}

.r-bg {
	background-color:#f5741b;
	height: 40px;
}

.o-svg, nav.process li a:hover svg {
	fill: #000000 !important;
}

/* header */
.contact-header {
	position: fixed;
	width: 100%;
	height: 40px;
	top: 0;
	background-color: #1d4688;
	z-index: 1;
}

header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 4;
	height: 5.5875em;
	background-color: #FFF;
	padding: 1em 0;
}

header ul {
	text-align: left;
	position: absolute;
	right: 0;
	/*top: -1em;*/
}

header li {
	line-height: 1;
	padding: 0.5em 0.75em;
	display: inline-block;
	height: 34px;
}

header .h-logged {
	/*background-color: #f4f3f4;*/
    margin-left: 4px;
    font-size: 17px;
    line-height: 14px;
}

header .h-logged h3 {
	display: inline-block;
	margin-right: 0.25em;
	font-size: 0.75em;
}

header .timer {
	/*background-color: #f4f3f4;*/
	width:85px;
}

header .cart, header .cart a {
	color: #000000;
	text-decoration: none;
}

header li svg {
	fill: currentColor;
	display: inline-block;
	vertical-align: middle;
}

header li span {
	display: inline-block;
	vertical-align: middle;
	font-size: 0.875em;
	margin-left: 0.375em;
}

header .header-banner img {
	max-height: 55px;
}

header .h-promoter-name {
	font-size: 0.75em;
	text-align: center;
	position: absolute;
	right: 2em;
	top: 4em;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	header {
		padding-top: 2.75em;
		height: 7.375em;
		padding-bottom: 0.5em;
	}
	
	header .row {
		position: static;
	}
	
	header ul {
		top: 0;
	}
	
	header .h-promoter-name {
		right: 1.5em;
	}
	
	header .logged h3 {
		display: none;
	}
	
}

/* login-block */
.login-block {
	padding: 0.5em 0;
}

.login-block h1 {
	text-align: center;
	padding: 0.625em 1em;
	margin: 0 0 0.625em 0;
}

.login-col {
	text-align:left;
}

.login-block form {
	background-color: #FFFFFF;
	padding: 1em;
	border: 2px solid #000000;
}

.login-block .register-col {
	margin-top: 1em;
}

.login-block .btn {
	margin-top: 1.5em;
	width: 100%;
}

.stb-cart .login-block .btn {
	margin-top: 0;
}

.stb-cart .login-block .alert-txt {
	margin-top: 1em;
}

.login-block form h2 {
	cursor: pointer;
}

.login-block form h2 svg {
	float: right;
	position: relative;
	top: 0.375em;
}

.login-block form .flds {
  display: none;
}

.login-block form.expanded .flds {
	display: block;
}

.login-block form .flds input:first-child {
	margin-top: 1em;
}

.login-block form .half {
	width: 50%;
	float: left;
}

.login-block form .half.one {
	padding-right: 0.5em;
}

.login-block form .half.two {
	padding-left: 0.5em;
}

.login-block form input, .login-block form select {
	margin-bottom: 1em;
}

.login_result {
	font-size:1em;
	color: #FF0000;
}

.forgot-pwd {
	margin-top:1em;
	font-size:0.75em;
	cursor:pointer;
}

.Register_Txt_info {
	margin: 1.5em 0.25em 2em 0.25em !important;
	margin-top: 2em;
	margin-bottom: 2em;
}

.compulsoryTXT {
	font-size:0.75em;
	text-align:right;
}

.form-label {
	display:none;
}
.register_field_comments {
	font-size:0.8125em;
	line-height: 1.7;
	margin: -0.75em 2em 2em 0em !important;
}
.register_field_comments a{
	text-transform:none !important;
	border:none !important;
}

.seat-plan {
	padding: 0.5em;
	margin-top:1em;
}

.seat-plan-text {
	margin: 0 0 0 0;
	font-size:1em;
	text-align:center;
}

.seat-plan-text a {
	padding-top: 0.5em;
	text-align:center !important;
	color: #000000 !important;
}

.view_seating_map {
	float:left;
	font-size:0.75em;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.login-block {
		padding: 0;
	}
	
	.login-block form .half.one, .login-block form .half.two {
		width: 100%;
		padding: 0;
	}
	
}

/* full-width-image */
.full-width-image {
	max-height: 70vh;
	overflow: hidden;
}

.full-width-image img {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
	display: block;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.full-width-image {
		max-height: none;
	}
	
}

/* full-width-image */
.full-width-content {
	background-color: #FFF;
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.full-width-content > div {
	padding: 2em 1em;
	max-width: 900px;
	text-align: center;
	margin: 0 auto;
}

.full-width-content h2 {
	margin-bottom: 0.5em;
}

.full-width-content p {
	padding-bottom: 1em;
}

.full-width-content p:last-of-type {
	padding-bottom: 0;
}

/* event-listing */
.event-listing.tiled {
	padding: 2.5em 0;
	min-height:30em;
}

.event-listing.list {
	padding: 1em 0;
}

.event-listing.tiled .row {
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
	justify-content: center;
}

.event-listing.tiled .row:before, .event-listing.tiled .row:after {
	display: none;
}

.event-listing.tiled article {
	width: 33.33333%;
    padding: 20px;
}

.event-listing.list article {
	padding: 2em;
	position: relative;
	background:#FFFFFF;
	margin-bottom: 2em;
}

.event-listing.list article:after {
	content: '';
	left: 2em;
	right: 2em;
	bottom: 0;
	height: 4px;
	position: absolute;
	background-color: #FFF;
}

.event-listing.list article:last-of-type:after {
	display: none;
}

.event-listing.tiled .inner {
	display: block;
	background-color: #FFF;
	-webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  position: relative;
  height: 100%;
}

.event-listing.list .inner {
	display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
	-ms-flex-align: start;
	-ms-grid-row-align: flex-start;
	align-items: flex-start;
}

.event-listing figure {
	position: relative;
	-webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.event-listing.list figure {
	width: 33.33333%;
	margin-bottom: 0.8em;
	margin-top: -2em;
}

.event-listing figcaption {
	display: inline-block;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	background-color: #000;
	padding: 0.75em 1.5em;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.2;
}

.event-listing .el-btm-msg {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width:auto;
	background-color: #f8f8f8;
	padding: 0.75em 1.5em;
	text-transform: uppercase;
	line-height: 1.2;
}

.event-listing .el-top-msg {
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	padding: 0.75em 1.5em;
	text-transform: uppercase;
	line-height: 1.2;
}

.event-listing.list .el-top-msg {
	background-color:#f8f8f8;
}

.event-listing .el-alert-msg {
	display: inline-block;
	position: absolute;
	text-align:center;
	width:100%;
	background-color: #FF0000;
	padding: 0.5em 1.5em;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.2;
}

.alert-danger {
	display: inline-block;
	text-align:center;
	background-color: #FF0000;
	padding: 0.5em 1.5em;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.2;
}

.event-listing img {
	display: block;
	width: 100%;
}

.event-listing.tiled .el-content {
	padding: 2em 2em 5em 2em;
}

.event-listing.list .el-content {
	width: 66.6666%;
	padding: 2em 2em 1em 0;
}

.event-listing h1 {
	margin-bottom: 0.675em;
}

.event-listing .el-content time {
	font-size: 0.8125em;
	border-bottom: 2px solid #000000;
	display: inline-block;
	margin: 1em 0 0 0;
	line-height: 1.9;
}

.event-listing.tiled .btn {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.event-listing.list .btn {
	margin-top: 2em;
}

.select-session-block {
	width:100%;
}

.session-item-block {
	background-color: #FFF;
	-webkit-transition: background-color 0.25s ease;
  	transition: background-color 0.25s ease;
	width: 33%;
	font-size: 0.8125em;
	border: 2px solid #000000;
	margin: 1em 0 0 0;
	line-height: 1.9;
	padding: 0.5em;
}

.product-category-item-block{
	background-color: #FFF;
	-webkit-transition: background-color 0.25s ease;
  	transition: background-color 0.25s ease;
	font-size: 0.8125em;
	border: 2px solid #000000;
	padding: 0 0.1em 0.5em 0;
	margin: 1em 0 0 0; 
	line-height: 1.4;
	padding: 0.5em;
}

.ProductCategoryImage{
	max-width:30%;
	float:left;
	margin:0 0.5em 0 0;
}

.product-item-block{
	position: relative;
	border: 2px solid #B9B9B9;
	padding: 0.5em;
	margin: 1em 0;
	float: left;
	width: 100%;
}

.ProductImage{
	width:100%;
/*	float:left; */
	display:block;
	margin:0;
}

.ProductCategoryName{
	font-size:1.8em;
	font-weight:600;
}
.ProductName{
	font-size:1.5em;
	font-weight:600;
}

.productSKUDesc{
	font-size:1.2em;
	font-style:italic;
	font-weight:600;
}

@media handheld, only screen and (max-width: 72.5em) {
	
	.event-listing.tiled .el-content form {
		margin-left: -2em;
		margin-right: -2em;
		margin-top: 2em;
	}
	
	.event-listing .el-btm-msg {
		position: static;
		width: 100%;
		text-align: center;
	}
	
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.event-listing.tiled {
		padding: 0.5em;
	}
	
	.event-listing.list {
		padding: 0;
	}
	
	.event-listing.tiled article {
		width: 100%;
		padding: 1em 0.5em;
	}
	
	.event-listing.tiled article:first-of-type {
		padding-top: 0.5em;
	}
	
	.event-listing.tiled article:last-of-type {
		padding-bottom: 0.5em;
	}
	
	.event-listing.list article {
		padding: 1.5em 1em;
	}
	
	.event-listing.list article:first-of-type {
		padding-top: 1em;
	}
	
	.event-listing.list article:last-of-type {
		padding-bottom: 1em;
	}
	
	.event-listing.list article:after {
		left: 1em;
		right: 1em;
		bottom: 0.25em;
	}
	
	.event-listing.list figure {
		width: 100%;
		margin-bottom: 1.5em;
	}
	
	.event-listing.tiled .el-content {
		padding: 2em 1.5em 0 1.5em;
	}
	
	.event-listing.list .el-content {
		padding: 2em 0 2em 0;
		width: 100%;
	}
	
	.event-listing.tiled .el-content form {
		margin-left: -1.5em;
		margin-right: -1.5em;
	}
	
	.event-listing.tiled .btn {
		position: static;
		width: 100%;
		text-align: center;
		margin: 0;
	}

}

/* details */
.details-feature-img img {
	width: 100%;
	display: block;
}

.details-block {
	margin-bottom: 3em;
}

.select-tickets-block {
	border-bottom: 4px solid #f8f8f8;
	position: relative;
}

.select-tickets-block > div {
	padding-top: 2em;
	padding-bottom: 2em;
}

.select-tickets-block .stb-cart {
	text-align: right;
	float: right; 
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.select-tickets-block .stb-cart dl {
	border-bottom: 2px solid #FFF;
	margin: 0.5em 0 0.5em;
}

.select-tickets-block .stb-cart dl h4 {
	margin: 0.5em 0 0.75em;
	text-align: left;
}

.select-tickets-block .stb-cart dt {
	width: 50%;
	display: inline-block;
	font-size: 0.875em;
	text-align: left;
}

.select-tickets-block .stb-cart dd {
	width: 50%;
	display: inline-block;
	font-size: 1.125em;
	padding-bottom: 0.5em;
}

.select-tickets-block .stb-cart dd:last-of-type {
	font-size: 2em;
	padding-bottom: 0.25em;
	margin-top: 0.5em;
}

.select-tickets-block .stb-cart a {
	color: #FFF;
}

.select-tickets-block .stb-cart a:hover {
	border-bottom-color: #FFF;
	text-decoration: none;
}

.select-tickets-block .stb-cart a svg {
	position: relative;
	right: 0;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  vertical-align: middle;
}

.select-tickets-block .stb-cart a:hover svg {
	right: -0.25em;
}

.select-tickets-block .delete_from_cart {
	cursor: pointer;
}

.select-tickets-block .delete_from_cart svg {
	margin-left: 0.15em;
}

.select-tickets-block .stb-cart .login-name {
	margin-bottom: 1em;
	text-align: center;
}

.select-tickets-block .stb-cart .pat {
	text-align: center;
	padding: 1em;
	font-weight: 400;
	font-size: 1em;
	margin: 0;
}

.login_div {
	text-align: left !important;
	color: #000 !important;
	margin-top: 1.5em;
	max-width: 300px !important;
}

.cardcharge {
	text-align:center;
}

.hide-btn {
	display:none;
}

.hideli {
	display: none;
}

@media handheld, only screen and (max-width: 56.25em) {
	
	.select-tickets-block .stb-cart {
		text-align: left;
	}
	
	.select-tickets-block .stb-cart dl {
		margin: 0 0 1em;
	}
	
	.select-tickets-block .stb-cart dt {
		display: block;
		font-size: 0.75em;
		margin-bottom: 0.5em;
		width: 100%;
	}
	
	.select-tickets-block .stb-cart dt:last-of-type {
		margin-top: 0.5em;
	}
	
	.select-tickets-block .stb-cart dd {
		font-size: 1.25em;
		display: block;
		width: 100%;
	}
	
	.select-tickets-block .stb-cart dd:last-of-type {
		margin-top: 0;
	}
	
	.select-tickets-block .stb-cart .btn {
		width: 100%;
	}
	
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.details-block {
		margin-bottom: 1em;
	}
	
	.select-tickets-block > div {
		padding-top: 1.5em;
		padding-bottom: 0;
	}

	.select-tickets-block .stb-cart {
		float: none;
	}	
	
}

/* ticket promo block */
.stb-selection .promo-block {
	margin-top: 1em;
	margin-bottom: 1em;
}

.stb-selection .promo-block h4 {
	margin-bottom: 1em;
}

.stb-selection .promo-block input {
	display: inline-block;
	width: auto;
}

.stb-selection .promo-block .btn {
	margin-left: 1em;
}

.stb-selection .promo-block p {
	padding: 0.75em 0 0 0;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.stb-selection .promo-block input {
		display: block;
		width: 100%;
	}
	
	.stb-selection .promo-block .btn {
		margin: 1em 0 0 0;
	}
	
}

/* ticket selection */
.stb-selection .stb-back, .stb-selection .stb-products, .forms-block .f-back {
	display: inline-block;
	font-size: 0.8125em;
	margin-bottom: 1.25em;
	color: #AAA;
	text-decoration: underline;
}

.stb-selection > h2 {
	margin-bottom: 0.75em;
}

.stb-selection-selected {
	overflow: hidden;
	display: none;
	padding-bottom: 1.5em;
}

.stb-selection-selected .eventdate-notes p {
	margin-top: 1em;
}

.stb-selection-selected > input {
	margin: 3em 0 1em;
}

.tkt-type {
	position: relative;
	border: 2px solid #000000;
	padding: 0.5em;
	margin: 1em 0;
	float: left;
	width: 100%;
	/*background-color: #eee0b8;*/
}

.tkt-type:last-of-type {
	margin-bottom: 0.05em;
}

.tkt-type.so:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.5);
	z-index: 2;
}

.tkt-type.so:after {
	content: 'FULLY BOOKED';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 4;
	height: 1em;
	margin: auto;
	text-align: center;
	font-weight: 600;
}

.tkt-type h2 {
	font-size: 1.25em;
}

.tkt-type h3 {
	margin-bottom: 0.625em;
	font-size: 1.125em;
}

.tkt-type button {
	text-indent: -9999em;
	margin-left: 0.22222em;
	width: 2.5em;
	height: 2.5em;
	padding: 0;
	float: right;
	position: relative;
	border: none;
	cursor: pointer;
}

.tkt-type button.na {
	opacity: 0.25;
	cursor: default;
}

.tkt-type button svg {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.tkt-type .info {
	float: left;
	width: 75%;
}

.tkt-type .prc {
	float: left;
	width: 25%;
}

.tkt-type .prc span {
	font-size: 1em;
	display: block;
	text-align: right;
	margin-bottom: 0.25em;
}

span.ticket_booking_fee {
    font-size: 12px !important;
}

.tkt-type .prc .ttl {
	text-decoration: underline;
	margin-top: 0.2em;
	font-size: 1.25em;
}

.drop-content {
	display: none;
	padding-top: 1em;
}

.panel_msg {
	float:left;
	width: 80%; 
	color: #000000;
}
.redemption_token {
	width: 45% !important;
}
.redemption_token_btn {
}

.redeemed_token {
	display: inline-block;
	width: 160px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;	
	background-color: #999999;
	border-radius: 3px;
	margin:0.25em 0em;
}
.remove_rToken {
	cursor:pointer;
}

.display_ccf {
	font-size:0.75em;
	display: none;
}

@media handheld, only screen and (max-width: 47.9375em) {
	.redemption_token {
	width: 100% !important;
}
	
	.tkt-type, .tkt-type .info, .tkt-type .prc {
		width: 100%;
		float: none; 
	}
	
	.tkt-type .prc {
		margin-top: 0.5em; 
	}
	
	.tkt-type .prc span {
		font-size: 0.8125em;
		text-align: left;  
	}
	
	.tkt-type h3, .tkt-type .prc .ttl, .checkout .tkt-type h2, .tkt-type h2 {
		font-size: 1em;
	}
	
	.cart .tkt-type p {
		font-size: 0.75em;
	}
	
}

/* about event */
.about-event-block > div {
	padding-top: 2em;
	padding-bottom: 2em;
}

.about-event-block > .eightcol:after, .about-event-block > .eightcol:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-width: 15px 15px 0;
  border-style: solid;
  border-color: #f8f8f8 transparent;
}

.about-event-block > .eightcol:after {
  top: -4px;
  border-color: #FFF transparent;
}

.about-event-block h1 {
	margin-bottom: 1em;
}

.about-event-block p {
	padding-bottom: 1.25em;
}

.about-event-block p:last-child {
	padding-bottom: 0;
}

.about-event-block iframe {
	margin-top: 1.25em;
}

.about-event-block .aeb-social {
	display: none;
}

.about-event-block .aeb-social h4 {
	font-weight: 600;
	font-size: 1em;
	margin-bottom: 0.75em;
}

.about-event-block .aeb-social a {
	display: inline-block;
	margin-right: 0.75em;
}

.about-event-block .aeb-social a:hover {
	opacity: 0.5;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.about-event-block > div {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	
	.about-event-block > .eightcol:after, .about-event-block > .eightcol:before {
		margin: 0;
		left: 1em;
	}
	
}

/* about-concertina */
.about-concertina dt {
	font-weight: 600;
	font-size: 1em;
	padding: 0.75em 0 0 0;
	margin: 0.75em 0 0 0;
	cursor: pointer;
	border-top: 2px solid #f8f8f8;
}

.about-concertina dt:first-of-type {
	border-top: none;
}

.about-concertina dt svg {
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  margin-right: 0.25em;
}

.about-concertina dt.open svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.about-concertina dd {
	display: none;
	padding: 1em 0 0 0;
}

.about-concertina h3 {
	margin-bottom: 0.675em;
}

/* product-concertina */
.product-concertina dt {
	font-weight: 600;
	font-size: 1em;
	padding: 0.75em 0 0 0;
	margin: 0.75em 0 0 0;
	cursor: pointer;
	border-top: 2px solid #f8f8f8;
}

.product-concertina dt:first-of-type {
	border-top: none;
}

.product-concertina dt svg {
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  margin-right: 0.25em;
}

.product-concertina dt.open svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.product-concertina dd {
	display: none;
	padding: 1em 0 0 0;
}

/* cart */
.cart h2 {
	margin-bottom: 0.5em;
}

.cart .drop h2 {
	margin-bottom: 0;
}

.cart .tkt-type p {
	margin-bottom: 1em;
}

.cart .tkt-type h3 {
	margin-bottom: 0em;
	font-size: 1.25em;
}

.cart .tkt-type .edit {
	font-size: 0.8125em;
	display: inline-block;
	position: absolute;
	right: 0.5em;
	bottom: 0.75em;
}

.cart .dis-code {
	margin: 1.25em 0 0.5em;
}

.ttls {
	width: 100%;
}

.confirm .ttls {
	margin-top: 2em;
}

.ttls tbody {
	font-size: 0.8125em;
}

.ttls td {
	padding-bottom: 0.5em;
}

.ttls td:nth-child(2) {
	text-align: right;
}

.ttls thead td {
	padding-bottom: 1.25em;
	font-size: 1.25em;
}

.ttls tfoot td {
	font-size: 1.5em;
	padding-top: 1em;
}

.cart .ttls .prc {
	text-decoration: underline;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.cart .dis-code {
		margin-top: 1em;
	}
	
	.cart .tkt-type .edit {
		margin-bottom: 0.5em;
	}
	
	.ttls thead td, .cart .tkt-type h3 {
		font-size: 1em;
	}
	
	.ttls tfoot td {
		padding-top: 1.25em;
	}
	
}

/* Process Nav */
nav.process {
	width: 100%;
	padding-top: 2.5em;
}

nav.process li {
	width: 33%;
	display: inline-block;
	padding: 0.15em 0;
	font-weight: 700;
	vertical-align: top;
}

nav.process li.mid {
	text-align: center;
}

nav.process li.right {
	text-align: right;
}

nav.process li a {
	text-decoration: none;
	display: inline-block;
}

nav.process li svg {
	fill: #d1d1d1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.15em;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

nav.process li span {
	display: inline-block;
	vertical-align: middle;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	nav.process li {
		font-size: 0.8125em;
	}
	
}

/* checkout */
.checkout {
	margin: 3em 0;
}

.checkout .row .cent-col {
	background-color: #FFF;
}

.chkt-fields > li {
	padding-top: 0.5em;
	padding-bottom: 1.5em;
	border-bottom: 4px solid #f8f8f8;
	float: left;
	width: 100%;
}

.chkt-fields > li:last-of-type {
	border-bottom: none;
}

.checkout h1 {
	float: left;
	padding-top: 
}

.checkout h2 {
	margin-bottom: 0.675em;
	font-size: 1.25em;
}

.checkout .ttl {
	float: right;
}

.checkout .bref {
	float: left;
	width: 100%;
	text-align: right;
}

.checkout .checkout-ccv {
	padding-left: 0;
}

.checkout .cart > p {
	margin-top: 1.25em;
}

.checkout .checkout-cards {
	margin: 1em 0 0 0;
	text-align: center;
}

.checkout .checkout-cards li {
	width: 20%;
	display: inline-block;
	text-align: center;
	margin-bottom: -2em;
	vertical-align: top;
}

.checkout .checkout-cards span {
	display: block;
	max-width: 150px;
	margin: 0 auto;
}

.checkout .checkout-cards .radio {
	margin-top: 0.675em;
	margin-bottom: 0.675em;
}

.checkout .checkout-cards .radio + span {
	font-size: 0.75em;
}

.checkout .checkout-cards li.not-accepted svg {
	opacity: 0.5;
}

.checkout .checkout-cards li.not-accepted span {
	margin-top: 1em;
	font-size: 0.75em;
}

.checkout .surcharge {
	margin-bottom: 4em;
}

.checkout label {
	margin-top: 1em;
	display: block;
}

.checkout input, .checkout textarea, .checkout select {
	margin-top: 0;
}

.checkout .checkout-expiry {
	width: 50%;
	float: left;
}

.checkout .checkout-expiry.mnth {
	padding-right: 0.625em;
}

.checkout .checkout-expiry.yr {
	padding-left: 0.625em;
}

.checkout .tkt-type {
	float: none;
}

.checkout .tkt-type h2 {
	margin: 0;
	padding-top: 0.15em;
}

.checkout .security-statement {
	text-align: center;
}

.checkout .security-statement p {
	font-size: 0.6em;
	text-align: left;
}

.checkout .security-statement .encrypt-copy {
	font-size: 0.675em;
	margin-top: 0.5em;
	display: block;
}

.drop h2 {
	position: relative;
	cursor: pointer;
}

.drop h2 svg {
	position: absolute;
	right: 0;
	height: 10px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	fill: currentColor;
}

.checkout .ttls tfoot td {
	padding: 0.625em 0 0;
}

.checkout .check, .checkout .con-foot {
	padding: 1em 0 0 0;
}

.checkout .right {
	float:right;
}

.checkout .left {
	float:left;
}

.checkout iframe {
	padding-left:1em;
	padding-right: 1em;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.checkout {
		margin: 1em 0;
	}
	
	.checkout .row {
		padding: 1em 0;
	}
	
	.checkout h2 {
		font-size: 1em;
	}
	
	.chkt-fields > li {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
	
	.checkout .ttls .h0 {
		font-size: 1.25em;
	}
	
	.checkout .checkout-cards li {
		width: 33.33333%;
	}
	
	.checkout h1, .checkout .ttl, .checkout .bref {
		float: none;
	}
	
	.checkout .ttl {
		margin-top: 0.5em;
		display: block;
	}
	
	.checkout .bref {
		text-align: left;
	}
	
	.checkout .checkout-ccv {
		padding-left: 1em;
	}
	
}

/* footer */
footer {
	background-color: #FFF;
	padding: 1em 0px;
    height: 10em;
    margin: 0px auto;
}

footer nav {
	margin: 1.5em 0 0.5em;
}

footer nav li {
	display: inline-block;
	border-right: 1px solid #AAA;
	margin-right: 0.5em;
	padding-right: 0.5em;
}

footer nav li:last-child {
	border-right: none;
}

footer nav a, footer p {
	font-size: 0.6em;
	color: #AAA;
}

footer p {
	display: none;
}

footer .row .f-contact, footer .row .f-logged {
	display: inline-block;
	vertical-align: bottom;
	float: none;
}

footer .f-logo {
	display: inline-block;
}

footer .f-contact p {
	display: inline-block;
	font-size: 0.75em;
	color: #242424;
	margin-left: 2em;
	vertical-align: bottom;
	padding-bottom: 0.15em;
}

footer .f-banner {
	align-content:center;
	text-align:center;
	padding-bottom: 2em;
}

footer .f-logged {
	text-align: right;
}

footer .f-logged h3 {
	font-size: 0.75em;
	margin-bottom: 0.375em;
    margin-top: 16px;
}

footer .f-logged a {
	font-size: 0.75em;
	text-decoration: underline;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	footer .f-logo {
		margin-bottom: 0.875em;
	}
	
	footer .f-contact p {
		display: block;
		margin: 0;
		padding: 0;
	}
	
	footer .f-logged {
		text-align: left;
		margin-top: 1.5em;
	}
	
	footer nav {
		margin: 1.5em 0 1em 0;
	}
	
	footer nav li {
		display: block;
		border: none;
		padding-bottom: 0.5em;
	}
	
}

/* Messages Block */
.messages-block {
	position: fixed;
	visibility: hidden;
	z-index: 22;
	opacity: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0.5em;
	color: #FFF;
	text-align: center;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.messages-block.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.messages-block span {
	font-size: 0.8125em;
	display: inline-block;
}

/* Copy Block */
.copy-block .row, .forms-block .row, .event-listing.calendar .row {
	background-color: #FFF;
	padding-top: 2em;
	padding-bottom: 2em;
	margin: 2em auto;
	max-width: 900px;
}

.copy-block h1 {
	margin-bottom: 0.75em;
}

@media handheld, only screen and (max-width: 47.9375em) {

	.copy-block .row, .forms-block .row, .event-listing.calendar .row {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
		margin: 1em auto;

	}	
}

/* Form Block */
.field-group {
	margin-top: 1em;
}

.event-listing .el3-alert-msg {
	display: inline-block;
	margin:0.5em 0.5em 0.5em 0em;
	text-align:center;
	width:100%;
	background-color: #FF0000;
	padding: 0.5em 1.5em;
	color: #FFF;
	text-transform: uppercase;
	line-height: 1.2;
}
.event-listing .el3-top-msg {
	display: inline-block;
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	text-align: center;
	background-color: #FFF;
	background-color: rgba(255,255,255,0.75);
	padding: 0.75em 1.5em;
	text-transform: uppercase;
	line-height: 1.2;
}

/* Caldendar Layout */
.calendar-session-list li {
	cursor: pointer;
	padding: 0.5em 0.5em 0.35em 0.5em;
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 1px solid #eaeaea;
  border-left: 3px solid transparent;
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.calendar-session-list li:last-child {
	margin-bottom: 0;
}

.calendar-session-list li:hover, .calendar-session-list .selected {
	background-color: #f1f1f1;
	border-left-color: #000000;
}

.calendar-session-list h4, .calendar-session-list p {
	display: inline-block;
	width: 50%;
}

.calendar-session-list p {
	text-align: right;
}

.event-listing.calendar .btn {
	margin-top: 1.5em;
}

.session_name {
	font-size:1em;
	font-weight:600;
}

.dropdown-session-list {
	padding-top:1em;
	padding-bottom: 1em;
}

/* Drop Down Layout */
.ed_groupID_name {
	font-weight:600;
	text-align:left;
	font-size:1.5em;
	margin-bottom:0.5em;
}
.filter_links{
	font-size:0.8em;
	float:right;
	text-align:right;
	padding:0em 0.25em 1em 0em;
}

.ed_groupID_clear{
}

.event-listing.drop-downs select {
	margin: 0.75em 0 1em 0;
}

.event-listing.drop-downs .dropdown-session-list {
	margin-bottom: 0.5em;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	.event-listing.drop-downs .dropdown-session-list {
		margin-bottom: 0;
	}
	
}

/* No loaded events */
.event-listing-no-events h3 {
	text-align: center;
	margin: 1em 0;
}

.jp-card .jp-card-back .jp-card-shiny:after {
    content: "" !important;
}

.ticket-qty {

	padding: 0;
	float: right;
	position: relative;
	border: none;
	text-align:center;
    margin-left: 2px;
    width: 32px;
    height: 32px;
/*    margin: 9px 2px 0 5px;  */
    font-size: 18px;
    line-height: 30px;
    background: white;
    color: black;
    border-radius: 50%;
}

/* RSVP Page */
.rsvpheading {
	color: #01003A;
	font-weight: 800;
	font-size: 35px;
	display: block;
	width: 100%;
    margin-bottom: 0px !important;
	text-align: center;
}

.rsvpsubheading,
.rsvpsubheadingbold {
	font-size: 18px;
    line-height: 26px;
	color: #01003A;
	font-weight: 400;
	display: block;
	width: 100%;
	text-align: center;	
}

.rsvpsubheadingbold {
	font-weight: 800;
    margin-top: 20px !important;
}

.rsvpinput {
    max-width: 478px;
    font-size: 18px;
    color: #01003A;
    display: block;
    margin: 15px auto;
    text-align: center;
    padding-right: 0 !important;
    width: calc(100% - 10px);
}

.rsvpbuttoncontainer {
	text-align: center;
}

.rsvpbuttoncontainer button {
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(100% - 10px);
}

.rsvppanel_msg {
	width: 100%;
}

.rsvppanel_msg,
.rsvppanel_msg a {
	padding: 0 !important;
	font-size: 14px;
	font-weight: 800;
	color: #01003A;
}

.rsvppanel_msg a,
.rsvppanel_msg span {
	color: #000000;
}

.ProductBuy button {
    border-bottom: 0;
    width: 32px !important;
    float: left;
    padding-right: 0;
    margin-left: 6px;
}

.modify-sku-qty {
	cursor:pointer;
}

.ProductImage {
    max-height: 200px;
    line-height: 144px;
    display: table; 
}

.ProductImage img {
	padding: 10%;
	display: inline-block;
    vertical-align: middle; 
}

/*.ProductImage + .threecol {
    padding: 6% 2% !important;
}*/

.ProductBuy {
	padding-bottom: 30px !important;
}

.ProductBuy > .twelvecol,
.ProductBuy > .twelvecol > .sixcol:first-child {
    padding-left: 0 !important;
}

.productSKUDesc {
	font-weight: 400;
    font-style: normal;
    font-size: 13px;
/*    height: 65px;
    padding: 43px 0 0; */
}

.productPrice {
	display: block;
    font-size: 21px;
    text-align:center;
    font-weight: 800;
}

.ProductBuy > .twelvecol > .sixcol:nth-child(2) {
	padding-right: 0;
    padding-top: 40px;
}

.product_select {
	width:100%;
	text-align:center;
}
.product-item-block{
	text-align:center;
	min-height:320px !important;
	width:30% !important;
	margin:10px 10px;
}

.product-list-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-list-block::after {
  content: "";
  width: 30%;
}


.ProductImage {
	line-height: unset;
}

.ProductBuy .add.modify-sku-qty {
	float: right;
    background: #C4D2E8;
    border-radius: 0 5px 5px 0;
    font-weight: 800;
    font-size: 18px;
    color: #1D4688;
    padding: 1px;
    text-align: center;
    margin: 0 10px 0 0;
}

.ProductBuy .minus.modify-sku-qty {
	float: left;
    background: #C4D2E8;
    border-radius: 5px 0 0 5px;
    font-weight: 800;
    font-size: 18px;
    color: #1D4688;
    padding: 1px;
    text-align: center;
    margin: 0 0 0 10px;
}

.ProductBuy input {
	float: unset;
    margin: 0;
    position: inherit;
    display: inline-block;
    border-radius: 0;
    width: 40px;
}

.ProductBuy button {
    width: 52px !important;
}

.ProductName {
    font-size: 17px;
    font-weight: 600;
    color: #1D4688;
    padding: 0 10px;
    line-height: 17px;
}

.productPrice {
    font-size: 16px;
    font-weight: 200;
    color: #1d4688;
    padding: 4px 0 0;
}

.ProductDescription {
    color: #1d4688;
    font-size: 12px;
    padding: 7px 10px 12px;
}

.product-item-block {
    width: 27% !important;
}

.ProductImage img {
	padding: 0;
    border-radius: 4px;
}

.ProductImage {
    padding: 10px !important;
}

.ProductBuy {
    padding-bottom: 17px !important;
}

.ProductBuy span {
	float: unset;
    margin: 0;
    position: inherit;
    display: inline-block;
    border-radius: 0;
    width: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.product-item-block{
	text-align:center;
	width:30% !important;
	margin:10px 10px;
}

.product-item-block {
    padding-bottom: 40px !important;
}

.ProductCategoryName {
    font-size: 21px;
    font-weight: 600;
    color: #1d4688;
}

.ProductImage {
    max-height: 200px;
}

.ProductBuy {
	padding-bottom: 0px !important;
}

.productSKUDesc {
	font-weight: 400;
    font-style: normal;
    font-size: 13px;
    height: unset;
    padding: 0; 
}

.productPrice {
    text-align:center;
}

.ProductBuy .prc + span {
    float: unset;
}

.product_select {
	width:100%;
	text-align:center;
	vertical-align:bottom;
/*    position: absolute;  */
    bottom: 10px;
}

.product-concertina dd {
    padding: 0;
}

@media screen and (max-width: 1125px) {
	.product-item-block {
	    width: 30% !important;
	}
	
	.product-list-block::after {
	  content: "";
	  width: 33%;
	}	
}


@media screen and (max-width: 1095px) {
	.product-item-block {
	  width: calc(50% - 20px) !important
	}
	
	.product-list-block::after {
	  content: "";
	  width: 50%;
	}	
}

@media screen and (max-width: 768px) {
	.product-item-block {
	  width: calc(33% - 20px) !important
	}
	
	.product-list-block::after {
	  content: "";
	  width: 33%;
	}	
}

@media screen and (max-width: 650px) {
	.product-item-block {
	  width: calc(50% - 20px) !important
	}
	
	.product-list-block::after {
	  content: "";
	  width: 50%;
	}	
}

@media screen and (max-width: 440px) {
	.product-item-block {
	  width: calc(100% - 20px) !important
	}
}

.ticket-category-item-block{
	background-color: #FFF;
	-webkit-transition: background-color 0.25s ease;
  	transition: background-color 0.25s ease;
	font-size: 0.8125em;
	border: 2px solid #000000;
    padding: 10px 0;
	margin: 1em 0 0 0; 
	line-height: 1.4;
	padding: 0.5em;
}
.TicketCategoryName {
    font-size: 18px;
    font-weight: 600;
    color: #1d4688;
}

.ticket-concertina {
	cursor:pointer;
}

.product-concertina dt {
	font-weight: 600;
	font-size: 1em;
	padding: 0.75em 0 0 0;
	margin: 0.75em 0 0 0;
	cursor: pointer;
	border-top: 2px solid #f8f8f8;
}

.ticket-concertina dt:first-of-type {
	border-top: none;
}

.ticket-concertina dt svg {
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  margin-right: 0.25em;
}

.ticket-concertina dt.open svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
    margin: 2px 0.25em 2px 0;
}

.ticket-concertina dd {
	display: none;
	padding: 0;
}

.ticket-concertina .tkt-type {
    margin: 8px 0 3px;
}


.ticket-concertina .tkt-type:last-of-type {
    margin: 8px 0 2px;
}

.ticket-concertina .tkt-type h3 {
	text-transform: capitalize;
}

.ticket-category-item-block {
	padding: 10px 11px !important;
}

.ticket-concertina .prc span:first-of-type {
    font-size: 17px;
    font-weight: 800;
    margin-bottom: -2px;
}

.panel_msg {
	width: 67%;
}

.TicketRequired_Warning{
	color:red;
	padding:10px;
}
.TicketRequired_Warning p{
	color:black;
}
.needSession{
	cursor:pointer;
}
.stb-selection .stb-products{
	float:right;
}
/* voucher-concertina */
.voucher-concertina dt {
	font-weight: 600;
	font-size: 1em;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	cursor: pointer;
}

.voucher-concertina dt svg {
	-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  position: relative;
  margin-right: 0.25em;
}

.voucher-concertina dt.open svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.voucher-concertina dd {
	display: none;
/*	padding: 1em 0 0 0; */
}

.voucher_panel{
	border: 2px solid #000000 !important;
    margin: 1em 0 !important;
    float: left !important;
    width: 100% !important;
    padding: 15px 0.5em !important;
}
.voucher_txt{
	text-align:left !important;
	font-size:0.8em !important;
	width:100% !important
}
.voucher_input{
	font-size:0.9em !important;
	float: left !important;
	margin: 0px !important;
	width:100% !important;	
}
.voucher_token_btn{
    margin-left: 0.25em;
	display: inline-block;
    width: 25%;
    padding: 10px;
    font-size: 13px !important;
	margin-top: 0;
}
.voucher_msg{
	font-weight:600;
/*	text-align: center;  */
	font-size:0.8em !important;
	color:red;	
}
#voucher_token * {
	transition: 0s all;
	-webkit-transition: 0s all;
}

.voucher_token {
	font-size:1em !important;
    width: auto;
	min-width:15em;
    text-transform: capitalize;
	display: inline-block;
}
.voucher_status{
	text-align:center;
	font-size:0.8em;
	padding-top: 10px;
}
.cancel_voucher{
	cursor:pointer;
}

.noshow{
	display:none;
}

.session-group{
	margin-bottom:1em;
	border:#858585 thin solid;
	padding:5px;
	background-color:#EEEEEE;
}

.alt_tix_pos{
	border:none !important;
	background-color: #FFFFFF !important;
}

@media handheld, only screen and (max-width: 56.25em) {
	.select-tickets-block .stb-cart dl {
		margin: 0px !important;
	}
}

@media handheld, only screen and (max-width: 47.9375em) {
	.voucher_panel {
		float: unset !important;
	}
}

@media screen and (max-width: 1140px) {
	.voucher_token {
		width: 100% !important;
	}
	.voucher_token_btn {
	    width: 100% !important;
		margin: 10px 0 0px !important;
	}
}

.login_panel{
	background-color:#FFFFFF !important;
	padding:0px 20px 60px 20px !important;
}

.login-only .fourcol.stb-cart {
	margin: 0 auto;
    float: unset;
    width: 100%;
}

.login-only {
    max-width: 380px;
	margin: 0 auto;
}

.login-only .row {
	min-width: unset;
	max-width: unset;
	background-color: white !important;
}

.login-only .select-tickets-block > div {
    padding: 2em 1em !important;
}

.login-only .btn {
	background-color: #d69a2c;
    color: #010101;
}

/*Checkout Cleanup*/
.checkout h2 {
	font-size: 16px !important;
}

.cart .tkt-type h3 {
	font-size: 16px !important;
    padding: 16px 18px;
}

.checkout {
    padding-top: 95px;
}

.checkout .cent-col .twelvecol {
    padding-bottom: 20px;
    border-bottom: 2px solid #000000;
}

.checkout .cent-col .chkt-fields > li {
	padding: 2em; 
}

.checkout .ttl.h0.order_total {
	font-size: 1.5em;
    font-weight: 800;
    color: #707070;
}

.checkout .cent-col .chkt-fields .twelvecol {
	border-bottom: 0px;
}

.checkout .twelvecol.cart {
    padding-top: 0 !important;
}

.checkout .tkt-type {
    display: inline-block;
    margin-top: 0;
}

.checkout .drop.tkt-type {
	padding: 0;
}

.checkout .checkout_eventName {
	font-weight: 600;
	font-size: 21px;
	color: #000000;
    padding: 14px 16px 0;
}

.checkout_eventdate {
    font-weight: normal;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #B0B0B0;
    padding-bottom: 12px;
    text-indent: 18px;
}

.checkout_eventdatename {
	font-weight: 600;
	font-size: 16px;
	color: #000;
	display: none;
}

.checkout .drop h2 svg {
    margin-right: 18px;
    margin-top: -7px !important;
}

.checkout .drop-content {
    border-top: 1px solid #B0B0B0;
	padding-top: 0;
}

.checkout .ttl {
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    padding: 13px 16px 0;
}

.pricing-display {
	text-decoration: none;
    font-weight: 800;
    font-size: 12px;
    padding: -1px 16px 0;
    color: #000000;
}

.checkout .info > p:first-child {
	display: none;
}

.checkout .drop-content .info > p {
    font-size: 15px;
    color: #000;
    padding: 14px 18px 0px;
    margin-bottom: 13px;
    max-width: 282px;
}

.checkout .edit.delete_from_cart {
    float: right;
    position: initial;
    font-size: 16px;
    text-decoration: underline;
    margin-left: 10px;
    padding: 16px;
    margin-bottom: 0;
}

.checkout .twelvecol.cart {
    /*border-bottom: 4px solid #000000 !important;*/
}

.checkout .chkt-fields .twelvecol.cart + .clear,
.checkout .chkt-fields .twelvecol.cart + .clear .twelvecol.clear {
	padding: 0 !important;
}

.chkt-fields .check {
	padding-top: 3px;
}

#tac_conf_txt {
    padding-bottom: 2px;
    text-align: left;
}

.checkout a.btn {
	text-transform: capitalize;
	font-size: 15px;
    padding: 12px 35px;
}

#cart_msg + .chkt-fields.clear li:nth-child(2) {
	text-align: right;
}

#cart_msg + .chkt-fields.clear li:nth-child(2) a {
	float: unset;
	margin-top: 0;
	margin-left: 6px;
}

.checkout .twelvecol > h2 {
/*    text-align: center;
    display: none; */
}

.checkout .twelvecol.np.security-statement .tencol {
	padding: 4px;
}

.checkout .twelvecol.np.security-statement {
    padding-bottom: 0;
}

.checkout .cent-col .chkt-fields > .clear .twelvecol {
	padding-bottom: 0;
}

nav.process ul li span {
	font-size: 16px;
}

.checkout .chkt-fields .twelvecol > h1 {
    float: left !important;
}

.checkout .chkt-fields .twelvecol > span.h0 {
    float: right !important;
	margin-top: 0 !important;
}

.checkout .tkt-type .prc {
    margin-top: 0;
    float: right;
    display: inline-block;
    width: 85px;
}

.checkout .tkt-type .info {
    float: left;
    max-width: calc(100% - 85px);
}

.checkout_ticketpricedescription {
    max-width: calc(100% - 27px);
    display: inline-block;
}

#card_details_div .twelvecol.cart {
	margin-bottom: -20px;
}

.details-block {
    margin-bottom: 0;
}

.forms-block label {
	font-weight: bold;
}

footer .sevencol.f-contact,
footer .sevencol.f-contact *,
footer .fivecol.f-logged {
	display: block;
    margin: 0 auto;
    text-align: center;
}

footer nav {
    margin: 4px;
}

.fivecol.f-logged * {
	display: inline-block;
}

footer .sevencol.f-contact p {
    margin-top: 10px;
    width: 100%;
}

footer .sevencol.f-contact p * {
	display: inline-block;
}

footer .sevencol.f-contact p a {
	padding-left: 8px;
	border-left: 1px solid #AAA;
	margin-left: 8px;
}

footer .f-logged h3 {
    margin-top: 8px;
}

footer .sevencol.f-contact p br {
	display: none;
}

.stb-selection .stb-products {
    display: none;
}

#voucher_entry2 {
	display: none;
}
.fastchange-order-block {
    padding: 16px;
	border-color: #1c4688;
    float: left;
}

.fastchange-order-block .threecol, .fastchange-order-block .sevencol, .fastchange-order-block .twocol {
	margin: 0;
    padding: 0;
}

.order-history-block.select-tickets-block.twelvecol.np .fourcol.stb-cart {
	display: none;
}

#fastchange_orderNum {
	margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.fastchange-order-block input[type="text"], #fastchange_email {
	text-align: left;
    font-size: 15px;
    background-color: #e4e4e4;
    border: 0;
    padding: 8px 14px;
    color: black;
	cursor: pointer;
}

#fastchange_submit {
    margin-top: 15px;
    padding: 9px 35px;
    text-transform: capitalize;
}

.order-history-block.select-tickets-block.twelvecol.np > .eightcol.stb-selection {
    float: unset;
    margin: 0 auto;
}

.fastchange-order-block .twocol {
	float: right;
    width: unset;
}

#fastchange_email {
    margin: 15px 3% !important;
    width: calc(100% - 6%);
}

.order-history-block.select-tickets-block.twelvecol.np .eightcol.stb-selection {
	width: 100%;
    max-width: 795px;
}

#fastchange_form {
	display: flex;
}

#fastchange_form .sevencol {
    flex: 0 1 60%;
}

#fastchange_form .threecol {
    flex: 0 0 172px;
}

#fastchange_form .twocol {
	flex: 0 0 99px;
}

@media screen and (max-width: 580px) {
	#fastchange_form {
		     flex-wrap: wrap;
	}

	#fastchange_form .sevencol,
	#fastchange_form .threecol,
	#fastchange_form .twocol {
		flex: 0 0 100%;
	}

	#fastchange_form .sevencol *,
	#fastchange_form .threecol *,
	#fastchange_form .twocol * {
		margin: 11px 0 0 0 !important;
		width: 100%;
		max-width: unset;
		float: unset;
	}
}

.order-history-block.select-tickets-block.twelvecol.np .btn.o-bg svg {
	fill: #ffffff !important;
}

.order-history-block.select-tickets-block.twelvecol.np .select-2 svg {
    fill: #ffffff !important;
    position: absolute;
    right: 2px;
    top: 14px;
    background: #757575;
    padding: 3px 6px 3px 4px;
    width: 31px;
    height: 14px;
	pointer-events: none;
}

.select-2 {
    position: relative;
}

.try-again {
	float: left;
    display: inline-block;
    margin: 9px 18px 0;
    background: #1c4688;
    color: white;
    padding: 14px 22px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
}

.try-again a {
	color: white;
}

#dd_eventID {
    padding: 10px 20px;
    font-size: 14px;
    border: 0;
    background: #757575;
    color: white;
    margin-top: 5px;
    margin-bottom: 15px;
}

#dd_eventDateID {
    padding: 10px 20px;
    font-size: 14px;
    border: 0;
    background: #757575;
    color: white;
    margin-top: 5px;
}

#new_tickets_form {
	margin-top: 14px;
}

#newTix_submit {
    white-space: normal;
}

.order-history-block.select-tickets-block.twelvecol.np hr {
    border: 0;
    padding: 0;
    height: 2px;
    background: #1c4688;
    margin: 12px 0;
}

.try-again svg {
    fill: white;
    width: 6px;
    vertical-align: middle;
    margin-left: 15px;
}

.order-history-item {
	background: #eaeaea;
    padding: 10px 15px;
    margin: 5px 0;
}

.order-history-event {
	background: #eaeaea;
    padding: 10px 15px;
    margin: 5px 0;
}

.dark-blue {
	color: #1d4688;
}

#cto_div {
	float: left;
}

.fastchange-order-block.twelvecol.forms-block {
	padding: 20px;
}

a.try-again {
	text-decoration: none;
	transition: 0.3s all;
}

a.try-again:hover {
	text-decoration: none;
	color: white;
	opacity: 0.75;
}

.fastchange-order-block .alert-danger {
    background-color: #e24b4b;
    padding: 10px 20px;
    margin-bottom: 13px;
}

.order-not-found p {
    margin: 0 auto;
    display: block;
    float: unset;
    width: 100%;
    max-width: 466px;
}

.new-session-block {
    background-color: #EDEDED;
    padding: 10px;
}

.order-not-found p:hover {
	opacity: 0.75;
}

#credit_div{
	text-align: center;
	background-color:#EDEDED;
/*	padding:10px; */
}
.credit_applied, .credit_applied td{
	font-weight: 600;
	font-size: 1.1em;
}