:root {
	--classic-pricing-color: #8D1A0E;
	--silver-pricing-color: #5c5f71;
	--gold-pricing-color: #dc982c;
	--platinum-pricing-color: #759FBF;
	--register-emphasis-color: #404040;
	--register-light-text-color: #999
	}

/*pricing*/

#register {
margin-top: -4em;
padding-top: 8em;
font-size: 1em;
padding-bottom: 2em;
display: block;
}


#register h2 {
	font-size: 2em;
	line-height: 1.1;
	color: var(--light-text-color);
	margin-bottom: .5em;
	text-transform: uppercase;
	text-align: center;
	width: 50%;
	margin: 0 auto .5em auto;
	font-weight: 600;

}

#register h2 strong {
	color: var(--main-theme-highlight-color)
}


#register p {
	font-size: .9em
}

#register > p {
	text-align: center;
	width: 60%;
	margin: 1em auto;
	font-size: .9em;
}

#register table {
	border-collapse: collapse;
  	border-spacing: 20px 0;
  	width: 200%;
  	margin-top: 2em;

}

.scroller {
	width: 100%;
	margin:0;
	padding: 0;
	overflow: auto;
}

.scroller {
background: linear-gradient(90deg,#fff 33%,rgba(255,255,255,0)),linear-gradient(90deg,rgba(255,255,255,0),#fff 66%) 0 100%,radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent) 0 100%;
background-repeat: no-repeat;
background-size: 30px 100%,30px 100%,10px 100%,10px 100%;
background-position: 0 0,100%,0 0,100%;
background-attachment: local,local,scroll,scroll;
}

#register td:nth-of-type(1) {
	font-size: 1em
}

#register td:nth-of-type(2) {
/* 
		border-collapse: separate;
	  	border-spacing: 50px 0;
 */

}

#register tr:first-of-type td:first-of-type {
	padding-right: 1em;
	padding-top: 2em
} 

#register td div {
	margin: 5%;
	padding: 2em 1%;
	/* border: solid 1px; */
}

/* 
#register td:nth-of-type(2) div {
	border-color: var(--platinum-pricing-color);
}

#register td:nth-of-type(3) div {
	border-color: var(--gold-pricing-color);
}

#register td:nth-of-type(4) div {
	border-color: var(--silver-pricing-color);
}

#register td:nth-of-type(5) div {
	border-color: var(--classic-pricing-color);
}
 */

#register td h2 {
	text-align: left;
	font-size: 1.5em;
	margin: 0;
	width: 90%;
	line-height: 1;
	margin-bottom: .5em;
}

#register td:first-child h3 {
	text-align: left;
	font-size: 1.2em;
	margin: 0
}

#register td:first-child p {
	text-align: left;
	margin-left: 1em 0
}

#register tr {
	height: 5em;
	border-bottom: solid 1px var(--xx-light-text-color);
}

#register tr:first-of-type {
	height: auto;
	border-style: none
}

#register tr:first-of-type td:first-of-type p {
	text-align: left;
}

#register td {
	vertical-align: top;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}

#register tr:first-of-type td {
	vertical-align: top;
	width: 20%;
}


#register tr:first-of-type td:nth-of-type(1) {
	border: none
}
 
#register tr:first-of-type td:nth-of-type(2) {
	border-color: var(--platinum-pricing-color)
}

#register tr:first-of-type td:nth-of-type(3) {
	border-color: var(--gold-pricing-color)
}

#register tr:first-of-type td:nth-of-type(4) {
	border-color: var(--silver-pricing-color)
}

#register tr:first-of-type td:nth-of-type(5) {
	border-color: var(--classic-pricing-color)
}


#register h3 {
	font-weight: 600;
	font-size: 1.4em;
	margin-bottom: .2em;
	color: var(--light-text-color);
	line-height: 1.1;
	min-height: 1.6em;
	text-align: center;
}

#register td:first-child h3 {
	text-align: left;
	
}


#register h3 .ticket-type {
	font-size: 1em;
	display: block;
}

#register h3 .ticket-modifiction {
	font-size: .7em;
	font-weight: 500;
	display: block
}

#register p {
	line-height: 1.4
}

#register td:nth-of-type(1) {
	text-align: left;
}


/* 
#register td:nth-of-type(2) h3 {
	color: var(--platinum-pricing-color)
}

#register td:nth-of-type(3) h3 {
	color: var(--gold-pricing-color)
}

#register td:nth-of-type(4) h3 {
	color: var(--silver-pricing-color)
}

#register td:nth-of-type(5) h3 {
	color: var(--classic-pricing-color)
}
 */

#register td:nth-last-child(5) {
	width: 20%;
	text-align: left
}

#register td:nth-last-child(5) > h2 {
	width: 90%
}

#register td:nth-last-child(4) {
		/* font-size: .9em */

}

#register h4 {
	color: var(--light-text-color);
	font-weight: 600;
	font-size: 1.2em
}


#register td h4 {
/* 	text-transform: capitalize; */
	font-variant: none;
	font-weight: 600;
	font-size: .8em;
	color: var(--light-text-color);
	margin-bottom: .2em;
	line-height: 1.2;
}

#register td:nth-last-child(4) > h4 span {
	color: var(--register-light-text-color)
}


#register td:nth-last-child(5) > * {
	width: 95%
}

#register td {

	min-height: 1.4em;
	vertical-align: middle;

}

#register td img[src*='tick'] {
	width: 1.6em
}

#register td img[src*='cross'] {
	width: 1em
}

#register ul + ul + ul {margin-top: 2em}

.more-info {
font-weight: 100;
}

#register td .register-button {
	text-decoration: none;
	display: inline-block;
	padding: 0;
/* 
	text-transform: uppercase;
	font-variant: small-caps;
 */
	font-weight: 500;
/* 	border-radius: 2.5px; */
	font-size: .95em;
/* 	border: solid 2px; */
	padding: 0;
	width: 100%
}

#register td .register-button h5 {
	color: var(--reverse-text-color);
	font-family: var(--body-font);
		padding: .2em .8em .4em .8em;
}

.register-button a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%
}

/* variants for pricing on front page*/

#register td .register-button ul {
margin: 0;
padding: 0
}

#register td .register-button {
	text-transform: none;
	font-variant: normal;
	padding: .4em 2em;
	transition: .2s background-color;
	background-color: var(--main-theme-highlight-color);
	border: solid .2em var(--main-theme-contrast-color);
	border-radius: .3em;
	width: fit-content;
	color: var(--reverse-text-color);
	font-size: 1em;
}

#register td .register-button li:first-of-type {
	padding-top: .4em;
/* 	border-bottom: solid 1px  */
}


/* 
#register td:nth-of-type(2) h5 {
		background-color: var(--platinum-pricing-color);
}

td:nth-of-type(2) .register-button {
	color: var(--platinum-pricing-color)
}


#register td:nth-of-type(3) h5 {
		background-color: var(--gold-pricing-color);
}


td:nth-of-type(3) .register-button {
	color: var(--gold-pricing-color)
}

#register td:nth-of-type(4) h5 {
		background-color: var(--silver-pricing-color);
}


td:nth-of-type(4) .register-button {
	color: var(--silver-pricing-color)
}

#register td:nth-of-type(5) h5 {
		background-color: var(--classic-pricing-color);
}


td:nth-of-type(5) .register-button {
	color: var(--classic-pricing-color)
}
 */


#register .current {
font-size: 1.1em;
font-weight: 600;
color: var(--register-emphasis-color)
	}
	
#register .current strong {
	font-size: 1.2em
}

#register .price {
	font-size: 1.2em;
	font-weight: 600;
	display: block
} 

#register .end-date {
	font-size: .9em
}

#register .current .end-date {
	font-size: .8em
}

#register .prices {
	color: var(--light-text-color);
	font-size: .8em
}

#register .prices li {
/* 	border-bottom: solid 1px var(--xx-light-text-color); */
	margin-bottom: 1em;
	/* padding-bottom: 1em; */
}

.prices hr {
	width: 50%;
	border-top: solid 1px var(--xx-light-text-color)
}

#register  .prices li:last-of-type {
/* 	border-bottom: none; */
		margin-bottom: 0

}

#register li {
	margin: 0;
	padding: 0 
}

#register tr:nth-of-type(2) td, #register tr:last-of-type td {
	border: none
}

/*register button*/

/* 
.register-button {
	text-decoration: none;
	display: inline-block;
	padding: 0;
	text-transform: uppercase;
	font-variant: small-caps;
	font-weight: 500;
	border-radius: 2.5px;
	font-size: .95em;
	border: solid 2px;
	padding: 0;
	width: 70%
}
 */

.register-button h5 {
	color: var(--reverse-text-color);
	font-family: var(--body-font);
		padding: .2em .8em .4em .8em;
}

.register-button a:link {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%
}

.register-button ul {
margin: 0;
padding: 0
}

.register-button li {
	text-transform: none;
	font-variant: normal;
	padding: .4em 0
}

/*hide  narrow pricing*/

#pricing-brief {
	display: none
}

/* special pricing */

#special-pricing {
	display: block;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding-block: 2em;
	font-size: 1.2em
}

#special-pricing p {
	width: 90%;
	margin: 1em auto;
	text-align: left;
}

#special-pricing .details {
	width: 100%;
}

#special-pricing .details > * {
	text-align: center;
}

.discount-price {
	width: 100%;
	padding-bottom: 1em;

}

#special-pricing .discount-price p:last-of-type {
	text-align: center;
}

.discount-price a:link {
	text-transform: none;
	font-variant: normal;
	padding: .4em 2em;
	transition: .2s background-color;
	background-color: var(--main-theme-highlight-color);
	border: solid .2em var(--main-theme-contrast-color);
	border-radius: .3em;
	width: fit-content;
	color: var(--reverse-text-color);
	font-size: 1em;
	text-decoration: none;
}

.discount-price h4 {
	text-align: center;
}