:root {
	--bgcolor:#fff;
	--background-color:#fff;
	--textcolor:#555;
	--text-color:#555;
	--accent-color:#008bbd;
	--link-color:#e53c00;
	--linkcolor:#e53c00;
	--overlay-color:rgba(0, 139, 189, 0.5);
}

body, html {
	margin:0; padding:0;
	overflow-x:hidden;
}
#body, html, div, p, blockquote, td, th, li {
	font-family: "Raleway", sans-serif;
	font-size:14pt;
	font-weight:600;
	color:#555555;
}
.normal {
	font-family: "Raleway", sans-serif;
	font-size:14pt;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.map-header, .officials_grid .subheader, #prices div.title, .cgTitle {
	font-family:"Amatic SC", sans-serif;
	color:#e53c00;
	font-weight:600;
}
h1, .h1 {font-size:36pt;}
h2, .h2, .map-header {font-size:32pt;}
h3, .h3, .cgTitle {font-size:28pt;}
h4, .h4 {font-size:24pt;}
h5, .h5 {font-size:21pt;}
h6, .h6 {font-size:18pt;}

.text-center {text-align:center;}

#headline, .headline {
	font-family: "Lobster", cursive;
	font-weight:600;
	font-size:32pt;
	text-align:left;
	
	text-shadow:
		-1px -1px 0 #fff,
		1px -1px 0 #fff,
		-1px 1px 0 #fff,
		1px 1px 0 #fff,
		2px 2px 5px rgba(0,0,0,0.5);
	
	color:#e37000;
		
}
#headline {text-align:center;margin-bottom:45px;}
a {color:#e53c00;}
a:hover {color:#ff6934;}
.centered {text-align:center;}

.col-sm-6 {
	display:inline-block;
	width:calc(50% - 60px);
	vertical-align:top;
}
.attention {
	padding:0 15px;
	border-radius:5px;
	min-height:80px;
}
.attention i {
	display:inline-block;
	font-size:36pt;
	color:orange;
	width:50px;
	margin:15px 15px 0 0;
	vertical-align:top;

}
.attention p {
	display:inline-block;
	color:orange;
	width:calc(100% - 75px);
	position:relative;
	top:-3px;
}
.circle-mugshot {
	display:inline-block;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	overflow:hidden;
	width:150px; height:150px;
}
.circle-mugshot img {
	width:150px; height:auto;
}

#fullscreen-bg {
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	width:100%; height:100%;
	
	background: #009eff;
	background: -moz-linear-gradient(top, #009eff 0%, #e6f5ff 100%);
	background: -webkit-linear-gradient(top, #009eff 0%,#e6f5ff 100%);
	background: linear-gradient(to bottom, #009eff 0%,#e6f5ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009eff', endColorstr='#e6f5ff',GradientType=0 );

}
#top, #main, #footer-content {
	position:relative;
	display:block;
	margin:0 auto;
	max-width:1080px;
}
#top {
	padding-top:50px;
	height:240px;
	color:#fff;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}
#logo {display:none;}
#logo-cactus {
	display:inline;
	height:150px;
}
#logo-print-container {display:none;}
#date-place div {
	font-family: "Amatic SC", sans-serif;
	text-align:right;
	font-size:24pt;
	letter-spacing:3px;
	color:#000;
	text-shadow:1px 1px rgba(0,0,0,0.2);
}
#usa-dance-logo {
	visibility:hidden;
	width:11.76vw;
	min-width:75px;
	max-width:120px;
}

#main {
	z-index:6;
	min-height:400px;
	padding-top:30px;
	padding-bottom:60px;
	margin-bottom:45px;
	border-radius:10px;
	-webkit-border-radius:10px;
	background-color:rgba(255,255,255,0.33);
	backdrop-filter:blur(5px);
	
	border: 1px solid rgba(255,255,255,0.5);
	box-shadow: inset 0px 0px 200px rgba(255,255,255,0.7);
	-webkit-box-shadow: inset 0px 0px 200px rgba(255,255,255,0.7);
	-moz-box-shadow: inset 0px 0px 200px rgba(255,255,255,0.7);
	-o-box-shadow: inset 0px 0px 200px rgba(255,255,255,0.7);
}

#content {
	text-align:left;
	margin:0 60px;
}

#navbar-buffer {
	display:block;
	position:relative;
	top:0;
	height:60px;
}
#navbar {
	display:block;
	position:fixed;
	top:0;
	width:100%; height:60px;
	margin:0 auto;
	z-index:9;
	white-space:nowrap;
	
	box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-webkit-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-moz-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
	-o-box-shadow:0px 5px 60px rgba(255,255,255,0.3);
}
#navbar, .attention, .well, #activity-panel {
	background: #555555; /* Old browsers */
	background: -moz-linear-gradient(top, #555555 0%, #0e0e0e 100%, #0e0e0e 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #555555 0%,#0e0e0e 100%,#0e0e0e 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #555555 0%,#0e0e0e 100%,#0e0e0e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0e0e0e',GradientType=0 );

}
#navbar ul {
	margin:0 auto; padding-left:30px;
	list-style-type:none;
	z-index:98;
	text-align:center;
}
@media(max-width:767px) {
	#navbar ul {display:none;}
}
#navbar li.single, #navbar li.parent {
	display:inline-block;
	overflow:visible;
	position:relative;
	font-family:"Lobster Two", sans-serif;
	font-size:16pt;
	height:60px; line-height:60px;
	border-left:1px solid rgba(255,255,255,0);
	border-right:1px solid rgba(255,255,255,0);
}
#navbar ul li a {
	display:inline-block;
	padding:0 18px;
	height:60px;
	color:#91d2c1;
	text-shadow:1px 2px #000;
	text-decoration:none;
}
#navbar ul li a:hover {
	color:#91d2c1;
}
#navbar li.expanded {
	background-color: #000;
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
}
#navbar li.expanded a {
	color:#91d2c1;
}
#navbar ul.children {
	position:absolute;
	left:-1px;top:60px;
	width:370px;
	padding:20px 0;
	background-color:rgba(0,0,0,0.9);
	border-bottom:1px solid rgba(255,255,255,0.2);
	border-left:1px solid rgba(255,255,255,0.2);
	border-right:1px solid rgba(255,255,255,0.2);
	display:none;
	box-shadow:0 0 50px rgba(255,255,255,0.2);
	-webkit-box-shadow:0 0 50px rgba(255,255,255,0.2);
	-moz-box-shadow:0 0 50px rgba(255,255,255,0.2);
	-o-box-shadow:0 0 50px rgba(255,255,255,0.2);
	z-index:99;
}
#navbar li.child {
	text-align:left;
	text-indent:0;
	height:40px;line-height:40px;
	background:url("/images/clouds.svg") 20px 50% no-repeat;
	background-size:15px;
	text-transform:none;
	font-size:18pt;
	font-family: "Amatic SC", sans-serif;
	letter-spacing:3px;
}
#navbar li.child:before {
	content: "☁";
	color:#fff;
	margin-left:30px;
}

#navbar li.child a {
	width:260px;height:40px;
	color:#fff;
	text-shadow:0 0 #000;
	color:#91d2c1;
}
#navbar li.child a:hover {
	color:#fff;
}

#navbutton {
	display:none;
	align-items:center;
	justify-content:center;
	position:relative;
	float:right;
	right:20px;top:5px;
	width:40px; height:40px;
	background-color:rgba(255,255,255,0.2);
	cursor:pointer;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
}
#navbutton i {
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:24px;
	height:40px;
	text-align:center;
	color:#fff;
}
#mobile-menu {
	position:fixed;
	top:70px; right:-100vw;
	width:100vw;
	height:calc(100vh - 70px);
	z-index:8;
	backdrop-filter:blur(15px);
	background-color:rgba(0, 158, 255, 0.5);
	transition:0.33s ease-in-out;
	display:none;
}
#mobile-menu.visible {
	right:0;
}
@media(max-width:767px) {#mobile-menu {display:block;}}

#mobile-menu * {
	color:#fff;
}
#mobile-menu a {text-decoration:none !important;}
#mobile-menu-inner {
	margin:15px 30px;
}
#mobile-menu-inner ul {
	margin:0; padding:0;
	list-style-type:none;
}
#mobile-menu-inner > ul > li {
	font-family:"Amatic SC", sans-serif;
	font-size:28pt;
}
#mobile-menu-inner ul ul {
	margin:10px 0 30px 0;
}
#mobile-menu-inner li a {
	display:block;
	width:100%;
}
#mobile-menu-inner .children-expanded > a {
	border-bottom:1px solid #fff;
}



#layer1, #layer2, #layer3 {
	position:absolute;
	width:100%;
}
.clouds {position:absolute;height:auto;}
@media (max-width:600px) {.clouds {display:none;}}

.button {
	background-color:#880000;
	color:#fff;
	border:none;
	padding:5px 15px;
	font-weight:bold;
	margin:5px 0;
	text-decoration:none;
}
input[type="button"] {
	font-family: "Raleway", sans-serif !important;
	font-weight:bold;
}

.button, #contact_form .inputbutton, #panels ul li a {
	padding:10px 20px;
	font-size:13pt;
	text-decoration:none;
	color:#e53c00;
	cursor:pointer;
	border:1px solid rgba(0,0,0,0.2);
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%, rgba(216,225,231,0.9) 50%, rgba(197,212,224,0.9) 51%, rgba(224,239,249,0.9) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(216,225,231,0.9) 50%,rgba(197,212,224,0.9) 51%,rgba(224,239,249,0.9) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.9) 0%,rgba(216,225,231,0.9) 50%,rgba(197,212,224,0.9) 51%,rgba(224,239,249,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0eff9',GradientType=0 );
}
button:hover, input[type="button"]:hover, .btn-primary:hover, .btn-none:hover,
button:active, input[type="button"]:active, .btn-primary:active, .btn-none:active,
button:focus, input[type="button"]:focus, .btn-primary:focus, .btn-none:focus {
	border:1px solid rgba(0,0,0,0.2);
	color:#e53c00;
	outline:none;
	box-shadow:none;
}
.team-pill:hover {border:none !important;}

.info-panels {
	
}
.info-panel {
	background:none;
	margin:0;
}
.info-panel-frame {

}
.info-panel-content, .info-panel-button-container {
	background-color:rgba(255,255,255,0.5);
	border:1px solid #fff;
}
.info-panel-content {
	width:100%;
	margin:0;
	height:auto;
	min-height:120px;
	border-bottom:none; border-top:none;
}
.info-panel-button-container {
	border-top:none;
}

.welcome-letter {
	margin-top:30px;
}
.polaroid {
	border:5px solid #fff;
	box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-webkit-transform: rotate(-5deg); -moz-transform: rotate(-5deg);
}
.signature {
	font-family: "Mr De Haviland", cursive;
	font-size:36pt;
}
#myGallery-2451, #myGallery-2455, #myGallery-2457, #myGallery-2459, #myGallery-2461, #myGallery-2466, #myGallery-2467, #myGallery-2468 {text-align:center;}
#myGallery-2451 a, #myGallery-2455 a, #myGallery-2457 a, #myGallery-2459 a, #myGallery-2461 a, #myGallery-2466 a, #myGallery-2467 a, #myGallery-2468 a {
	display:inline-block;
	vertical-align:top;
}
#myGallery-2455 a, #myGallery-2457 a, #myGallery-2459 a, #myGallery-2461 a, #myGallery-2466 a, #myGallery-2467 a, #myGallery-2468 a {
	box-shadow:5px 5px 15px rgba(0,0,0,0.3);-moz-box-shadow:5px 5px 15px rgba(0,0,0,0.3);-webkit-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
	border:5px solid #fff;
	width:200px; height:170px;
	margin:15px;
	overflow:hidden;
}
#myGallery-2451 a {width:40%; margin:0 -3px;padding:0;}

#pre-footer {
	margin-top:45px;
	margin-bottom:-90px;
}
#pre-footer img {
	width:100%; height:auto;
}
#footer {
	width:100%; height:360px;
	background-color:#000;
	position:relative;
}
#footer-inner {
	position:absolute;
	left:0; top:0;
	width:calc(100% - 120px);
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	margin:60px;
	justify-content:space-around;
}
#footer-right {
	display:flex;
	flex-direction:row;
	width:calc(100% - 400px);
}
#footer-contact {
	width:400px;
	display:flex;
	flex-direction:row;
}
#footer-organizer {
	height:200px;
	border:5px solid #fff;
	margin-right:30px;
}
#footer-contact p {white-space:nowrap;}
#footer-inner p {
	color:#91d2c1;
}
#footer-fb {width:calc(100% - 270px); text-align:center;}
#affiliates {
	width:270px;
	text-align:right;
}
#affiliates img {
	height:60px;
	margin:15px;
}
#footer-contact-inner {}
#footer-organizer {}
#footer-logo {
	width:200px;
	margin:0 0 -15px -10px;
}

@media(max-width:1120px) {
	#footer-right {
		flex-direction:column;
		align-items:flex-end;
	}
	#footer-fb {width:auto;}
	#affiliates {width:auto;}
	#affiliates img {margin:30px 0 0 15px;}
}

@media(max-width:960px) {
	#footer {height:360px;}
	#footer-inner {
		margin:60px 30px;
		width:calc(100% - 60px);
	}
	#affiliates {white-space:nowrap;}
	#affiliates img {height:50px;}
}

@media(max-width:900px) {
	#pre-footer {margin-bottom:-30px;}
}

@media(max-width:767px) {
	#footer-fb {display:none;}
	#affiliates {white-space:normal;}
	#affiliates img {height:70px;}
}

@media(max-width:675px) {
	#footer {height:450px;}
	#footer-inner {
		flex-direction:column;
		align-items:center;
	}
	#footer-right {
		flex-direction:row;
		width:100%;
	}
	#affiliates {width:100%; text-align:center;}
}

@media(max-width:550px) {
	#footer {height:520px;}
	#affiliates #comporganizer {display:block;}
}

@media print {
	body, html {
		overflow:visible !important;
	}
	#top, #footer, #pre-footer {
		display:none !important;
	}
	#logo-print-container {
		display:block;
		width:100%;
		text-align:center;
		padding-top:0.25in;
	}
	#logo-print-container img {
		width:50%;
		filter:grayscale(100%);
	}
	#headline {
		text-align:center !important;
		margin-bottom:0;
	}
}


/* CUSTOM FORMS CSS */

	input, input[type=text], input[type=password], textarea, .custom-select, .onlineregtable input[type="text"], .onlineregtable input[type="password"], .onlineregtable input[type="date"] {
		border-color:#6fa9d7;
		border-width:1px;
		border-style:solid;
		border-radius:2px;
		padding:7px 10px;
		background-color:rgba(255,255,255,0.75);
		transition:0.2s ease-in-out;
	}
	.custom-select {
		width:calc(100% - 5px); height:35px;
		padding:0;
	}
	.custom-select select {
		height:35px;
		line-height:25px;
		padding:0 10px;
	}
	.custom-select:after {
		top:8px; right:8px;
		color:#6fa9d7;
	}
	input:focus, input[type=text]:focus, input[type=password]:focus, .custom-select:focus {
		outline:none;
		background-color:#fff;
		box-shadow:0 0 10px #fff;
	}
	input::placeholder, textarea::placeholder {color:#bbb;}

	.webform .formline {
		width:100%;
		padding:10px 0;
		clear:both;
	}
	.webform label {
		display:inline-block;
		width:150px;
		text-align:right;
		padding-top:5px;
	}
	.webform input[type="text"], .webform input[type="password"], textarea, .subtext {
		width: calc(100% - 185px);
		padding: 5px 10px;
		float:right;
	}
	.webform input[type="text"], .webform input[type="password"], textarea {
		font-size:13pt;
		border:1px solid #fff;
		background-color:rgba(255,255,255,0.75);
	}
	.webform textarea {height:120px;}
	.webform .subtext {
		margin-bottom:10px;
		font-size:11pt;
	}
	.webform #button-container {padding-top:30px;}
	.webform a.button {margin:15px 0 0 15px;}
	.webform #errmsg {margin-left:168px;}
	
	.custom-dropdown {
	  position: relative;
	  display: inline-block;
	  vertical-align: middle;
	  margin-left: 8px;
	}
	.custom-dropdown select {
		background-color:rgba(255,255,255,0.75);
		color: #000;
		font-size: inherit;
		padding:5px 60px 5px 10px;
		border: 0;
		margin: 0;
		border-radius: 3px;
		text-indent: 0.01px;
		text-overflow: '';
		-moz-appearance: none;
		-webkit-appearance:none;
		appearance: none;
	}
	.custom-dropdown select::-ms-expand {
	    display: none;
	}
	.custom-dropdown::before,
	.custom-dropdown::after {
		content: "";
		position: absolute;
		pointer-events: none;
	}
	.custom-dropdown::after { /*  Custom dropdown arrow */
		content: "\25BC";
		height: 1em;
		font-size: .625em;
		line-height: 1;
		right: 1.2em;
		top: 50%;
		margin-top: -.5em;
	}
	.custom-dropdown::before { /*  Custom dropdown arrow cover */
		width: 2em;
		right: 0;
		top: 0;
		bottom: 0;
		border-radius: 0 3px 3px 0;
		background-color: rgba(0,0,0,.2);
	}
	.custom-dropdown::after {
		color: rgba(0,0,0,.6);
	}
	.custom-dropdown select[disabled] {
		color: rgba(0,0,0,.25);
	}

	::placeholder {
		color: rgba(0,0,0,0.3);
		opacity: 1; /* Firefox */
	}
	:-ms-input-placeholder {
		color: rgba(0,0,0,0.3);
	}
	::-ms-input-placeholder {
		color: rgba(0,0,0,0.3);
	}
	
	#order-form table {
		max-width:100000px;
	}
	
	.checkbox-container div {
		position:relative;
		margin:0 0 10px 5px;
		padding-left:30px;
		cursor: pointer;
	}
	#jj-dances {
		margin:10px 0 0 2px;
	}
	.checklabel {margin-left:10px;}

	.formline input[type="checkbox"] {
		position: absolute;
		left:0;
		opacity: 0;
	}

	.formline .checkmark {
		position: absolute;
		top: 0;
		left: 0;
		height: 25px;
		width: 25px;
		background-color: rgba(255,255,255,0.75);
		border-radius:4px;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		-o-border-radius:4px;
	}
	.checkbox-item .focused {
		box-shadow: 0 0 8px 1px #196ce8;
	}

	.formline input[type="checkbox"]:checked ~ .checkmark {
		background-color: #2196F3;
	}

	.formline .checkmark:after {
		content: "";
		position: absolute;
		display: none;
	}
	
	.formline input:checked ~ .checkmark:after {
		display: block;
	}
	
	.formline .checkmark:after {
		left: 9px;
		top: 5px;
		width: 5px;
		height: 10px;
		border: solid white;
		border-width: 0 3px 3px 0;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	
	#tickets-subtotal-label, #tickets-subtotal-price {padding-top:30px !important;font-size:18pt;}
	
	#summary {text-align:center;margin-bottom:30px;}
	#summary-total {font-size:36pt;}
	.summary-dollars {position:relative;top:-15px;}
	#discount-check {position:relative;left:-30px;}

	@media (max-width:767px) {
		
		.webform label {
			display:none;
		}
		.webform #label-commitment {
			display:inline-block;
			width:auto;
			margin-right:10px;
		}
		.webform input[type="text"], textarea {
			width: calc(100% - 10px);
			float:none;
		}
		a.button {
			display:block !important;
			width:calc(100% - 25px);
			margin:0;
			text-align:center;
		}
		.custom-dropdown {
			width:calc(100% - 150px);
		}
		.custom-dropdown select {
			width:calc(100% - 40px);
		}
		.webform .subtext {
			font-size:inherit;
			width:auto;
		}
		.webform #errmsg {margin-left:0;}
		::placeholder {
			color: #aaa;
			opacity: 1; /* Firefox */
		}
		:-ms-input-placeholder {
			color: #aaa;
		}
		::-ms-input-placeholder {
			color: #aaa;
		}
		
}


/* COMPORGANIZER STANDARD CSS */

	.error, #error {
		color:#e53c00;
	}

	#pagemenus li {
		list-style-type: none;
		background-image: url("");
		background-repeat: no-repeat;
		background-size: 25px;
		font-size: 14pt;
		padding-left:40px;
		margin:0 0 20px 0;
	}
	
	#pagemenus li a {
		text-decoration:none;
	}
		

	#contact_form {margin-bottom:60px;}
	#contact_form table {
		width:100%;
		margin:0 auto;
	}
	#contact_form td {width:100%;}
	
	#contact_form input.field {
		width:100%;height:30px;
		width: calc(100% - 16px); -webkit-width: calc(100% - 16px);
		padding:3px 8px;
		font-size:12pt;
		color:#000;
		border:none;
		background-color:rgba(255,255,255,0.5);
		border:1px solid #fff;
		margin-bottom:5px;
	}
	#contact_form input.inputbutton {
		position:relative;
		right:30px; top:-30px;
		float:right;
	}
	
	#contact_form textarea {
		width:100%;height:200px;
		width: calc(100% - 16px); -webkit-width: calc(100% - 16px);
		padding:6px 8px;
		border:none;
		background-color:rgba(255,255,255,0.5);
		font-size:12pt;
		color:#000;
		border:1px solid #fff;
	}
	
	#contact_form input.captcha {
		width:290px;
		position:relative;
		float:right;
		top:-1px;
	}
	#contact_form .label {font-size:12pt;position:relative;left:8px;top:-2px;margin-bottom:5px;}

	#contact_form input::-webkit-input-placeholder, #contact_form textarea::-webkit-input-placeholder,
	#contact_form input::-moz-input-placeholder, #contact_form textarea::-moz-input-placeholder,
	#contact_form input::-ms-input-placeholder, #contact_form textarea::-ms-input-placeholder,
	{color:rgba(0,0,0,0.3);}
	
	.photoGallery .thumb {background-color:#000;}
	
	#venue {
		margin-bottom:60px;
	}
	#venue-poster, #venue-slideshow {
		width:100%;
	}
	#venue-slidehow {height:400px;}
	#venue-container1 {
		position:relative;
		top:-75px;
	}
	#venue-logo {
		width:170px;
		display:block;
		position:relative;
		margin:0 25px;
		float:left;
		border:5px solid #fff;
		box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
		-webkit-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
		-moz-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
		-o-box-shadow: 3px 3px 10px rgba(0,0,0,0.5);
	}
	#venue-info {
		display:inline;
		line-height:30px;
	}
	#venue-container2 {
		position:relative;
		top:-20px;
	}
	.venue-address, venue-telephone {
		font-size:17pt;
	}
	#venue-container1 .venue-title {
		font-size:27pt; line-height:72px;
		position:relative;
		top:-5px;
		margin-bottom:10px;
		font-weight:bold;
		color:#fff !important;
		text-shadow: 2px 2px 10px #000;
	}
	.venue-button {
		display:block;
		text-align:center;
		margin:30px 0 15px 0;
		line-height:30px;
		height:30px;
		border-radius:10px;
	}
	.starting-at, .venue-price, .venue-price-desc {
		display:inline;
		font-size:24pt; font-weight:bold;
 	}
	.venue-price-container {font-size:x-large;color:#fff;text-align:center;}
	#venue-container3 h3 {
		font-size:xx-large;
		font-weight:normal;
	}
	#venue-container3 iframe {
		width:100%;
		height:50vh;
	}

	.officials {
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		align-items:flex-start;
	}
	.cat-chairman-of-judges, .cat-chairmen-of-judges, .cat-master-of-ceremonies, .cat-masters-of-ceremonies {
		display:inline-block;
		width:50%;
	}
	.officials_grid .subheader {
		font-size:28pt;
		border-bottom:1px solid rgba(255,255,255,0.5);
	}
	.officials_grid ul {
		list-style-type:none;
		margin:10px 0 40px 0;padding:0;
	}
	.officials_grid ul li {
		display:inline-block;
		margin:0 20px 15px 0;
		vertical-align:top;
	}
	.officials_grid .photo_container {
		width:150px;height:150px;
		overflow:hidden;
		display:block;
	}
	.officials_grid img {
		width:150px;
	}
	.official_info {
		margin-top:3px;
		width:125px;height:120px;
		overflow:hidden;
	}
	
	#prices, #order-form {
		display:block;
		width:100%;
		position:relative;
	}
	#prices table, #order-form table {
		width:100%;
		border-collapse:collapse;
	}
	#order-form table {
		margin:0 auto;
	}
	#prices td {
		padding:5px 0;
		border-bottom:1px solid #fff;;
	}
	#order-form td, #order-form th {
		padding:8px 12px;
	}
	#order-form th {
		background-color:rgba(255,255,255,0.75);
	}
	#order-form table tr td:nth-child(3), #order-form table tr th:nth-child(3) {
		text-align:center;
	}
	#order-form table tr td:last-child, #order-form table tr th:last-child {
		text-align:right;
		min-width:75px;
	}
	#order-form table tr:nth-child(2) td {
		padding-top:30px;
	}
	
	#prices div.title, #order-form div.title {
		font-size:28pt;
		margin-bottom:30px;
	}
	#order-form input[type="text"], #order-form input[type="number"] {
		font-size:13pt;
		border:1px solid #fff;
		background-color:rgba(255,255,255,0.75);
	}
	#order-form input.qty {
		width:40px;
		text-align:center;
	}

	.entryforms ul {
		margin:60px 0 30px 0;
		list-style-type:none;
		padding:0;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		align-items:flex-start;
		justify-content:space-between;
	}
	.entryforms ul li {
		width:calc(20% - 15px);
		display:block;
		position:relative;
		background-color:#fff;
		border:1px solid rgba(0,0,0,0.2);
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
		min-height:210px;
		margin-bottom:45px;
		box-shadow:3px 3px 10px rgba(0,0,0,0.1);
		transition:0.25s ease-in-out;
	}
	.entryforms ul li a {
		position:absolute;
		left:10px; top:10px;
		width:calc(100% - 20px); height:calc(100% - 20px);
		line-height:1rem;
		font-size:0.9rem;
		display:flex;
		flex-direction:column;
	}
	.entryforms ul li a:before {
		content:"";
		display:block;
		background-image:url("/images/cactus.png");
		background-size:100%;
		background-positon:0 0;
		background-repeat:no-repeat;
		width:40%; height:50%;
		margin-top:-25%;
	}
	.entryforms ul li a:hover {
		text-decoration:none;
	}
	.entryforms ul li:hover {
		transform:scale(1.05) rotate(-1deg);
	}
	
	#entryforms-2168 {
		text-align:center;
		margin-bottom:60px;
	}
	#entryforms-2173 {
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		margin-bottom:60px;
		vertical-align: top;
	}
	#entryforms-2173 ul {
		margin:0; padding:0;
	}


	#mySlideshow_Container-0 {
		width:100%;
		max-width:1100px;
		height:600px;
		position:relative;
		top:15px;
		margin:0 auto;
		overflow-y: hidden;
	}
	#mySlideshow_Container-0 ul {margin:0;padding:0;}
	#mySlideshow_Container-0 img {
		width:100%;
		margin:0;
	}
	.bx-caption {
		top:0;
		height:120px;
		background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80000000', endColorstr='#00000000',GradientType=0 );
	}
	.bx-caption span {
		font-family: "Lobster", cursive !important;
		font-weight:600;
		font-size:32pt !important;
		text-align:center;
		
		color:#ce7000 !important;
		text-shadow:
			-1px -1px 0 #fff,  
			1px -1px 0 #fff,
			-1px 1px 0 #fff,
			1px 1px 0 #fff,
			3px 3px 8px rgba(0,0,0,0.9);

	}
	
	
	/* CUSTOM SCHEDULE PAGE */
	.schedule h3 {
		text-align:center;
	}
	.schedule:last-child {
		margin-bottom:90px;
	}
	.schedule table {
		width:100%;
		border-collapse:collapse;
	}
	.schedule td, .schedule th {
		padding:5px;
	}
	.schedule th {
		vertical-align: middle;
		background-color:#1c5891;
		color:#fff;
		font-weight:bold;
		font-size:0.9rem;
	}
	.schedule td {
		width:30%;
		vertical-align: top;
		border-bottom:1px solid rgba(0,0,0,0.2);
		border-right:1px solid rgba(0,0,0,0.2);
		background-color:rgba(255,255,255,0.25);
	}
	.schedule table tr:nth-child(2) td {padding-top:20px;}
	
	.schedule table tr th:nth-child(1) {
		text-align:right;
		padding-right:30px;
		width:auto;
		white-space:nowrap;
		width:10%;
	}
	.schedule table tr th:nth-child(2), .schedule table tr th:nth-child(3), .schedule table tr th:nth-child(4) {width:30%;}

	td.h15, td.h30, td.h45, td.h60, td.h90 {
		background-color:rgba(255,255,255,0.5);
		font-weight:bold;
		padding-left:10px;
		text-align:right;
		padding-right:30px;
		width:auto;
		white-space:nowrap;
	}
	.h15 {height:30px;}
	.h30 {height:60px;}
	.h45 {height:90px;}
	.h60 {height:120px;}
	.h90 {height:180px;}
	
	@media print {
		.schedule table {
			border-top:1px solid #666;
			border-left:1px solid #666;
		}
		.schedule td, .schedule th, td.h15, td.h30, td.h45, td.h60, td.h90 {
			background:none;
			height:auto !important;
		}
	}
	
	/* END CUSTOM SCHEDULE */
	
	
	/* COMPORGANIZER REGULAR SCHEDULE */
	
	#schedule {padding-top:30px;}
	#schedule table {
		margin-top:30px;
		margin-bottom:60px;
	}

	#schedule td.space_above {height:15px;}
	#schedule .schedule_row {
		padding-top:3px;
		padding-bottom:3px;
		padding-left:30px;
		text-indent:-25px;
	}
	
	#schedule .categorized {
		padding-left:60px;
	}

	#schedule .space_above{
		height:30px;
	}
	#schedule .space_below {
		height:120px;
	}
	
	#schedule .session_header_cell {
		border-bottom:1px solid rgba(0,0,0,0.3);
		position:relative;
	}
	
	#schedule .session_title {
		display:inline;
		position:absolute;
	}
	
	#schedule .session_number {
		font-family:"Anton", sans-serif;
		font-size:15pt;
		padding:5px 10px;
		margin-right:15px;
		position:relative;
		top:-33px;left:0;
		background-color:#508d9d;
		color:#fff;
		width:120px;
		text-align:center;
		display:inline-block;
	}
	
	#schedule .session_name {
		font-family: "Lobster", cursive;
		font-size:20pt;
		position:absolute;
		top:-36px;left:140px;
		width:calc(100vw - 100px);
		max-width:400px;
		overflow-x:hidden;
		white-space:nowrap;
	}
	#schedule .doors_open, #schedule .session_date {
		position:absolute;
		text-align:right;
		font-size:13pt;
		font-weight:bold;
	}
	#schedule .doors_open {top:4px;right:0;}	
	#schedule .session_date {top:-30px;right:0;}
	
	#schedule .schedule_cat {
		font-family:"Cinzel",sans-serif;
		color:#2b345b;
		font-size:18pt;
		padding:15px 0 0 0;
		text-shadow:0 0 2px rgba(70,79,114,0.3);
	}
	#schedule .schedule_time {
		
	}
	#schedule ul {
		padding:10px 0 10px 0;
		margin:0;
	}
	#schedule li {
		text-indent:0;
	}
	
	@media(max-width:767px) {
		#schedule .session_header_cell {padding-bottom:15px;}
		#schedule .session_title {position:relative; width:100%;}
		#schedule .session_number {
			width:100%;
			margin:0;
			top:0;
		}
		#schedule .session_name {
			display:inline-block;
			position:relative;
			top:0; left:0;
			width:100%;
			text-align:center;
			white-space:normal;
			line-height:28px;
			margin-top:10px;
		}
		#schedule .session_date, #schedule .doors_open {
			position:relative;
			text-align:center;
			top:0;
		}
	}

	
	/* END REGULAR SCHEDULE */

	.rules {margin-bottom:60px;}
	.rules h4 {
		margin:0; padding:0;
	}
	.rules ul {
		margin:0 0 30px 30px;
		padding:0;
	}
	.rules ul li {
		margin:15px 0;
	}


	.cityguide {
		padding:15px 0 45px 0;
	}
	
	.cityguide:nth-of-type(1), .cityguide:nth-of-type(2) {
		border-top:none;
	}
	.cityguide:last-of-type {
		border-bottom:none;
	}
	
	.cityguidephoto, .cityguideinfo {
		display:table-cell;
		vertical-align:top;
	}
	.cityguidephoto {
		text-align:center;
	}
	.cityguideinfo {padding-left:30px;}
			
	.cityguidephoto img, .cityguidecaption {
		width: 260px;
	}
	
	.cityguidephoto img {
		border:5px solid #fff;
		box-shadow: 0 5px 10px rgba(0,0,0,.5);
		-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
		-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
		margin-bottom:10px;
	}
	
	.cityguidecaption {
		width:100%;
		margin-top:5px;
		font-size:11pt;
		text-align:center;
		white-space:nowrap;
		text-overflow:hidden;
	}
	
	.cityguidecaption a {
		font-size:8pt;
		font-weight:bold;
		text-decoration:none;
		background-color:#fff;
		border:1px solid #666;
		padding:2px 4px;
		position:relative;
		top:-1px;
		margin-left:5px;

		border-radius:10px;
		-moz-border-radius:10px;
		-webkit-border-radius:10px;
		-o-border-radius:10px;
	}
	
	.cityguideinfo h3 {
		display:none;
	}
	
	.cityguideinfo a {
		display:inline-block;
		max-width:375px;
		overflow:hidden;
		white-space:nowrap;
		text-overflow:ellipsis;
		position:relative;
		top:4px;
	}
	
	.cityguideinfo p {
		font-size:11pt;
		font-style:italic;
	}
	
	.cgTitle {
		text-transform:uppercase;
	}


/* NEWS */

#news {
	min-height:600px;
}
#news table {
	width:100%;
	margin-bottom:30px;
}
#news table:last-child {margin-bottom:60px;}
#news td {padding:0 0 20px 0; position:relative;}
#news .photoContainer {
	width:200px; height:200px;
	overflow:hidden;
	border:1px solid #666;
	position:absolute;
	left:0; top:0;
}
#news .photoContainer img {
	width:100%; height:100%;
	object-fit:cover;
}
#news .news-header {
	padding-left:240px;
}
#news .subject {
	color:#e53c00;
	font-family:"Kabel",sans-serif;
	font-size:2rem;
	border-bottom:1px solid rgba(0,0,0,0.25);
	padding-bottom:5px;
	font-family:"Amatic SC", sans-serif;
}
#news .author, #news .date, #news .time {
	display:inline-block;
	font-size:12pt;
	font-style:italic;
	color:rgba(0,0,0,0.33);
	margin-top:-5px;
	margin-bottom:15px;
}
#news .author {margin-right:30px;}
#news .date {margin-right:10px;}
#news .tdText {
	position:relative;
	padding-left:240px;
}


/* CALLBACK HEATLISTS */

#premier-heatlists {position:relative;}
#premier-heatlists-publish-date {
	position:absolute;
	left:0; top:-90px;
}
#premier-heatlists #heatlist-filter {width:calc(100% - 30px);}
#premier-heatlists #heatlist-list {
	border-color:rgba(0,0,0,0.2);
	border-radius:0;
}
#premier-heatlists #heatlist-list li {
	width:calc(100% - 30px);
	background-color:rgba(255,255,255,0.25);
	border-color:rgba(0,0,0,0.2);
	transition:0.2s ease-in-out;
}
#premier-heatlists #heatlist-list li:hover {
	background-color:rgba(255,255,255,0.75);
	color:#000;
	transform:scale(105%);
}

#premier-heatlists #return-link {
	position:absolute;
	margin-top:0;
	top:5px;
	padding:15px 25px;
}
#premier-heatlists #return-link a {
	color:#e53c00;
	text-decoration:none;
}
#premier-heatlists #return-link a:before {
	content:"\279C";
	transform:rotate(180deg);
	position:absolute;
	left:0;
	color:#e53c00;
}
#premier-heatlists h3 .superheader {
    display: block;
    font-size: 0.75em;
    margin-bottom: -5px;
}
#premier-heatlists h5.partner-name {
	font-size:1.6em;
}
#premier-heatlists #heatlist-details table th {
	background-color:#555555;
	border-color:#555555;
	color:#fff;
}
#premier-heatlists #heatlist-details table td {
	background-color:rgba(255,255,255,0.25);
}


/* END COMPROGANIZER STANDARD CSS */

/* HDDC CUSTOM CSS */

	.sponsor-tier {
		width:100%;
		text-align:center;
		margin-bottom:15px;
	}
	.sponsor-tier img {
		height:10vw;
		max-height:90px;
	}
	.sponsors {
		width:100%;
		display:flex;
		flex-direction:row;
		justify-content:center;
		flex-wrap:wrap;
		margin-bottom:60px;
	}
	.sponsors img {
		height:90px;
		margin:15px;
	}
	#diamond-sponsors img, #gold-sponsors img {
		height:150px;
		margin:15px 30px;
	}

/* END HDDC CUSTOM CSS */

/* 480, 768 (tablet portrait), 992, 1200 */

@media (max-width:1200px) {
	#top, #main, #footer-content {
		width:auto !important;
		margin:0 60px !important;
	}
}

@media (max-width:1050px) {
	#top, #main, #footer-content {
		margin:0 !important;
	}
	#top {
		height:300px;
		display:block;
		text-align:center;
	}
	#usa-dance-logo {
		position:absolute;
		left:30px;
	}
	
	#main {
		border-radius:0px !important;
		-webkit-border-radius:0px !important;
		-moz-radius:0px !important;
		-webkit-border-radius:0px !important;
	}
	#content {margin:30px;}
	#date-place {
		top:175px;
		text-align:center;
	}
	#date-place div {
		display:inline-block;
		text-align:center;
		font-size:21pt;
	}
	#date-place div::after {
		content: "\2666";
		margin:15px;
	}
	#date-place div:last-child::after {
		content: "";
		margin:0;
	}
	#navbar ul {
		padding-left:0;
		text-align:center;
	}
	#headline {position:relative;top:0;text-align:center;}
	.bx-caption span {font-size:28pt !important;}
}

.well {
	border-radius:10px;
	padding:15px;
}
.well, .well p, .well div {
	color:#fff;
}
.well .fas {
	color:#ffff99;
	font-size:48pt;
	padding:20px 0 80px 30px;
	vertical-align:top;
	width:100px;
	float:left;
}
.well-content {
	display:inline;
	vertical-align:top;
}
.well .well-header {
	font-weight:bold;
	font-family: "Lobster Two", sans-serif;
	font-size:20pt;
	color:#ffff99 !important;
}


/* PREMIER RESULTS FOR CALLBACK */

#callback-results {
	margin-top:-30px;
}
#callback-results-loading > div {background-color:rgba(0,0,0,0.5); color:#fff;}
#callback-results-publish-date {display:none;}
#callback-results-details #return-link {margin-top:10px;}

#callback-results #results-search {
	border-radius:30px;
}
#callback-results #results-search-wrapper {padding-top:30px;}
#callback-results #results-search-wrapper .fa-search {
	top:43px; left:13px;
	font-size:1.1rem;
}
#callback-results #competitor-list, #callback-results #event-summary, #callback-results #search-results ul {
	display:flex;
	flex-direction:column;
	border:none;
}
#callback-results #competitor-list li, #callback-results #event-summary li, #callback-results #search-results li {
	width:100%;
	border-bottom:1px solid rgba(0,0,0,0.25);
	background-color:rgba(255,255,255,0.5);
	transition:0.3s ease-in-out;
}
#callback-results #competitor-list li:hover, #callback-results #event-summary li:hover, #callback-results #search-results li:hover {
	background-color:#fff;
}

#callback-results h3 {
	font-size:2em;
	margin-top:60px;
}
#callback-results h3.results-headline {
	font-size:2.5em;
	margin-top:-30px;
}

#callback-results .results-dance-table td, #callback-results .results-dance-table th {
	background-color:rgba(255,255,255,0.5);
	border:1px solid rgba(0,0,0,0.25);
}

#callback-results .ml-judge-header {
	font-size:2rem;
	text-align:center;
	margin-bottom:-50px;
	background-image:url("/images/clouds.png");
	background-size:120px auto;
	background-position:50% 0;
	background-repeat:no-repeat;
	padding:15px 0;
	line-height:3rem;
	margin-top:30px;
}
#callback-results #results-master-judge-list {
	width:auto;
	border:3px solid #fff;
	background-color:rgba(255,255,255,0.5);
	padding-top:60px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#callback-results #results-master-judge-list li {
	line-height:1.1rem;
}
#callback-results #results-master-judge-list li div {
	margin-bottom:5px;
}
#callback-results #results-master-judge-list li .ml-judge-letter {
	border:1px solid #000;
	background-color:#fff;
	position:absolute;
	left:0; top:0;
}

#results-details {
	width:100%;
	overflow-x:scroll;
}
#results-details table {
	min-width:600px;
}


/* ONLINE REGISTRATION */

.co-login-window input[type="text"], .co-login-window input[type="password"], .co-login-window input:-webkit-autofill, .onlineregtable input[type="text"], .onlineregtable input[type="password"], .onlineregtable input[type="date"] {
	width: calc(100% - 25px);
}
.onlinereg .action-button {
	top:-2px; right:6px;
}
.onlinereg a, .onlinereg a:hover, .co-login-window .co-login-forgot a:hover {
	color:#e53c00;
	text-decoration:none;
}
.onlinereg .co-login-window .co-login-headline {
	font-family: "Amatic SC", sans-serif;
	font-weight:600;
	font-size:2rem;
	color:#e53c00;
}

.onlinereg .school-info, .onlinereg .partner-search-container {
	background-color:rgba(255,255,255,0.75);
	border-color:#6fa9d7;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.onlinereg #school-search {border-style:solid;}
.onlinereg #school-search-button {margin:0;}

.partner-tab a {
	display: block;
	background-color: #1c5891;
	color:#fff;
	border: 4px solid #fff;
	line-height: 1em;
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	transition:0.2s ease-in-out;
}
.partner-tab a:hover {
	color:#fff;
	background-color: #246baf;
	transform:scale(102%);
}
.partnerships-container table {
	border:none;
}
.partnerships-container table tr td {
	padding-top:6px; padding-bottom:6px;
	border:none;
}
.partnerships-container table tr:nth-child(odd) td {
	background-color:rgba(255,255,255,0.3);
}
.partnerships-container table tr td a.button {
	position:relative;
	top:-1px;
}
.person-edit-button {
	background-color:#fff;
	border-color:rgba(0,0,0,0.2);
}
.person-edit-button:hover {background-color:#fff;}
.onlinereg table tr td a.remove-partnership {
	font-size:1.5rem;
	line-height:1rem;
	color:rgba(0,0,0,0.5);
	transition:0.2s ease-in-out;
	display:block;
}
.onlinereg table tr td:hover a.remove-partnership {
	transform:scale(125%);
	color:#e53c00;
}
.onlinereg .partner-search-container h5 {
	margin: 15px 0 10px 0;
	padding: 0;
	font-size: 2rem;
	color: #6fa9d7;
}
.onlinereg .partner-input-row {
	width: calc(100% + 2px);
}
.onlinereg .partner-input-row .partner-search {
	width:100%;
	padding:10px 10px 10px 50px;
	height:auto; line-height:normal;
	font-size:13pt;
}
.onlinereg .partner-role .custom-select {width:100%;}
.onlinereg .partner-input-row .partner-search-button {
	background-color:#6fa9d7;
	color:#fff;
	right:4px; top:3px;
	height:35px;
}
.onlinereg a.partner-search-enable, .onlinereg a.partner-search-disable {
	font-size:0.9rem;
	padding-left:5px;
}
.onlinereg .padd button i.fas {display:block !important; margin-top:5px;}

.entries-partnership-container .custom-select, .entries-prefs-container .custom-select {
	width:calc(100% - 160px);
}
#online-entry-form {margin-top:30px;}
#online-entry-form h5.grid-subheader {
	margin: 30px 0 -5px 0;
	font-size:1.75rem;
}
.entries-prefs-container {display:none;}
.multi-dance-list li {
	padding:5px 0;
	border-bottom: 1px solid rgba(0,0,0,0.2);
}

#purchase-items .pi-category h4 {
	border-bottom:1px solid rgba(0,0,0,0.25);
	margin:0 0 15px 0;
	font-size:1.75rem;
}
#purchase-items table.cat-items td, #purchase-summary-items td, #purchase-summary-items th {
	padding:2.5px 5px;
}
#purchase-items table.cat-items td.col-action button {
	width:120px;
}
#purchase-items table.cat-items td.col-action button div {
	color:#e53c00;
	font-size:0.8rem;
}
#purchase-popup #purchase-notes {
	width: calc(100% - 25px);
	background-color:rgba(255,255,255,0.75);
	border-color:#6fa9d7;
	font-family:"Raleway", Arial, Helvetica, sans-serif;
	font-size:0.95rem;
}
#purchase-popup #purchase-notes:focus {
	outline:none;
	background-color:#fff;
	color:#666;
}
#purchase-notes::placeholder, ::placeholder {
	color:#bbb !important;
}

#onlinereg-invoice-inner {margin-top:45px;}
.onlinereg-invoice .invoice-entries-spacer-below td {height:10px;}
.entries-for small {
	display: inline-block;
	width: 90px;
	text-align: right;
	background-color: rgba(255,255,255,0.5);
	padding: 5px 10px;
	margin: 0 10px -1px 0;
	text-transform: uppercase;
	line-height: 0.9rem;
	border: 1px solid #666;
}
.entries-for span {font-weight:bold;}
.invoice-subtotal small {
	font-size:0.8rem;
	color:#666;
}
.invoice-subtotal span {
	margin-left:10px;
	font-weight:600;
	font-size:1.2rem;
	color:green;
}
.invoice-total h1 {
	font-family:"Lobster Two", sans-serif;
}


/* ------ ONLINE REG V2 -------- */

.orv2-menu {
	margin:-30px 0 45px 0;
}
.orv2-menu a.selected span {
	color: var(--bgcolor);
	border:2px solid #fff;
	background-color: #e37000;
	padding: 2px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow:0 0 2.5px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 2.5px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 2.5px rgba(0,0,0,0.5);
}
.orv2-menu a {
	transition:0.2s ease-in-out;
}
.orv2-menu a:hover {
	transform:scale(110%);
}
#or-invoice-entries, #or-invoice-purchases, #or-invoice-payments, #or-invoice-summary {
	/*
	border:1px dashed var(--accent-color);
	background-color:var(--bgcolor);
	*/
}
.team-pill {
	background-image: linear-gradient(#17a9dd, #00678c);
	border:none;
}
.btn-primary.team-pill:hover {
	color:#fff;
}
.team-pill i {
	background-color:rgba(255,255,255,0.33);
	color:#fff;
}
.team-pill-role {color:#fff;}
#team-description, #team-geo {font-weight:bold;}


.popup-title, #popup-message .popup-title {
	background-color:#6fa9d7;
	font-family: "Amatic SC", sans-serif;
	font-weight:600;
	font-size:1.75rem;
	line-height:1.5rem;
}
.popup-content, #popup-recover .popup-content {
	background:none;
}
.fancybox-skin {
	background-color:rgba(255,255,255,0.75);
	backdrop-filter:blur(8px);
}
.fancybox-close {
	top:13px; right:8px;
}
.fancybox-close:after {
	color:#fff;
}
.fancybox-close:hover:after {
	color:#fff;
	text-shadow:0 0 10px #fff;
}




@media (max-width:767px) {
	
	#navbar {height:auto;white-space:normal;padding:10px 0 20px 0;}
	#navbar ul {display:block;width:100%;margin:0;padding:0;}
	#navbar ul li {display:block;width:100%;margin:0;padding:0;}
	#navbar ul li a {padding:0 0!important;}
	#navbar ul.children {top:auto;left:0;padding:10px 0;width:100%;}
	#navbar ul li.child {width:100%;margin:0;padding:0;text-align:center;background-image:url("");text-indent:0;}
	#navbar ul.children li a {margin:0;}
	#navbar li.expanded {border:none;}
	
	#navbar ul {display:none;}
	#navbutton {display:flex;}

	#top {
		display:block;
		padding:40px 10px 15px 10px;
		height:auto;
	}
	#logo-cactus {display:none;}
	#logo {
		display:inline;
		width:75%; height:auto;
	}
	#usa-dance-logo {
		position:relative;
		left:0;
		display:none;
	}
	#date-place {
		margin:10px 0 -10px 0;
		display:block;
	}
	#date-place div {
		font-size:28pt;
	}
	#main {
		background:none !important;
		box-shadow:none !important;
		-webkit-box-shadow:none !important;
		-moz-box-shadow:none !important;
		-o-box-shadow:none !important;
		border:none !important;
		backdrop-filter:none;
	}
	.fullscreen-bg {
		display:none !important;
	}
	#mySlideshow_Container-0 {margin-top:60px;}
	.bx-caption span {font-size:24pt !important;}
	
	.schedule {overflow-x:scroll;}
	.schedule table {width:1000px;}
	
	#entryforms-2173 {
		column-count: 1;
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
	}
	
	.col-sm-6 {display:block;width:auto;}

	.officials ul {
		width:100%;
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		justify-content:space-between;
	}
	.officials ul li {
		margin:0;
		width:44vw;
	}
	.officials_grid .subheader {
		line-height:28pt;
		padding-bottom:10px;
	}
	.official_info {
		padding:5px 0 20px 0;
		height:auto;
	}
	.official_info div {
		font-size:0.9rem;
		line-height:1.1rem;
	}
	.officials_grid .photo_container {
		width:44vw; height:45vw;
	}
	.officials_grid .photo_container img {
		width:100%; height:100%;
		object-fit:cover;
	}
	.officials_grid.cat-chairmen-of-judges, .officials_grid.cat-masters-of-ceremonies {
		width:100%;
	}

	::placeholder {
		color: rgba(0,0,0,0.3) !important;
		opacity: 1 !important; /* Firefox */
	}
	:-ms-input-placeholder {
		color: rgba(0,0,0,0.3) !important;
	}
	::-ms-input-placeholder {
		color: rgba(0,0,0,0.3) !important;
	}

}

@media (max-width:600px) {
	
	#content {margin:15px;}
	
	#headline {
		line-height:2.75rem;
		margin-top:-20px;
	}
	
	.info-panels .info-panel {
		margin-bottom:30px;
	}

}

@media (max-width:550px) {
	.schedule table {width:750px;}
	.schedule table td, .schedule table th, .schedule table td div, .schedule table td p {font-size:0.9rem;}
	#footer-contact {
		width:100%;
	}
	#footer-organizer {
		width:25%; height:25%;
		object-fit:cover;
	}
	#footer-contact-inner {
		width:calc(75% - 30px);
	}
	#footer-logo {
		margin:0 0 15px 0;
	}
}

@media (max-width:400px) {
	#logo {
		width:100%;
	}
	#usa-dance-logo {
		position:fixed;
		left:10px; top:5px;
		width:60px; height:60px;
		min-width:auto; min-height:auto;
		z-index:10;
	}
	#footer-organizer {display:none;}
	#footer-contact-inner {width:100%; text-align:center;}
	
}

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg-video {
    width: 300%;
    left: -100%;
  }
}

@media print {
		
	body, html, #main, #content, p, div, td, th, li {font-size:10pt;}
	body, html, #main, #content, p, div, td, th, a, h1, h2, h3, h4, h5, h6 {color:#000 !important;}
	#navbar, #navbar-buffer, #footer, #fullscreen-bg, #date-place, #mySlideshow_Container-0, #panels {display:none;}
	#main, #content, #top {
		margin:0 auto; padding:0;
		height:auto; min-height:0;
		background:none;
		position:relative;
		top:0;
		width:8in;
		overflow-x:visible;
	}
	#main {top:0.5in;}
	img {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
	
	#top {height:0.5in;top:0.25in;}
	#logo-container {
		position:relative;
		width:3.2in; height:auto;
		top:0; left:0;
	}
	#logo {
		width:3in; height:auto;
		top:0;
		left:0.25in;
	}
	#cactus {
		display:inline;
		width:auto; height:1.5in;
		left:0.25in;
	}
	#headline, .headline {
		color:#000;
		text-shadow:none;
		font-family:"Amatic SC", sans-serif;
		width:100%;
		text-align:right;
		border-bottom:1px solid #999;
		top:-0.2in;
	}

	.welcome-letter {
		top:1in;
	}

	.schedule {
		position:relative;
		page-break-inside: avoid;
		top:0.25in;
	}
	.schedule h3 {color:#666;}
	.schedule table {width:8in;}
	.schedule table td, .schedule table th {
		width:auto;
		background:none;
		border-bottom:1px solid #666; border-right:1px solid #666;
	}
	
	#entryforms-2168 {display:none;}
	
	#venue iframe {display:none;}
	#venue-container2 p {display:none;}

	#officials, #officials ul, #officials div {page-break-inside: auto; margin:0 !important;padding:0 !important;}
	.officials_grid {margin-top:0.25in;}
	.official_info {height:auto;}
}