:root {
  --bgcolor: #fff;
  --textcolor:#000;
  --text-colo:#000;
  --overlay-color:rgba(0, 143, 189, 0.5);
  --accent-color:#2c8bcd;
}

body, html {
	background-color:#2c8bcd;
	margin:0; padding:0;
	font-family: "Raleway", sans-serif;
}
#body-wrapper {
	position:fixed;
	width:100vw; height:100vh;
	overflow-x:hidden;
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
}

h1, h2, .h1, .h2 {color: #ba2114;}
h3, h4, h5, h6, .h3, .h4, .h5, .h6 {color: #2c8bcd;}

h1, .h1 {font-size:18pt;font-weight:bold;}
h2, .h2 {font-size:16pt;font-weight:bold;}
h3, .h3 {font-size:14pt;font-weight:bold;}
h4, .h4 {font-size:13pt;font-weight:bold;}
h5, .h5 {font-size:12pt;font-weight:normal;}
h6, .h6 {font-size:11pt;font-weight:normal;}

a, a:hover {color:#db5800;}

.btn, .onlinereg .breadcrumb a {
	background-color: #ba2114;
	color: #fff;
	border: none;
	font-size: 13pt;
	margin: 5px 0;
	padding: 5px 15px;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}

.btn-light, .btn-cancel {
	background-color:rgba(0,0,0,0.1);
	color:#000;
}
.btn:visited, .btn::active, .btn:focus,
.btn-primary:not(:disabled):not(.disabled):active {
	background-color: #ba2114 !important;
}
.btn:hover {
	background-color: #9b160b;
}
.btn-light:hover, .btn-cancel:hover {background-color:rgba(0,0,0,0.2);}

#headline {
	font-family: 'Lobster', cursive;
	text-align:center;
	font-size:24pt;
	color:#ba2114;
	margin:30px 0;
}

.polaroid {
	display:block;
	position:relative;
	width:40%; max-width:300px; max-height:400px;
	height:0; padding-top:40%;
	border:5px solid #fff;
	background:#000;
	box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.5);
}
.polaroid img {
	position:absolute;
	top:0; left:0;
	width:100%; height:100%;
	object-fit:cover;
}
.tilt-5 {
	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(5deg);
}

#top {
	position:relative;
	width:100%;
	max-width:1400px;
	height:400px; padding-top:0;
	z-index:2;
	margin:0 auto;
}
#top-swish {
	position:absolute;
	left:0; top:10vw;
	width:100%; height:100%;
	pointer-events:none;
}
#top-logo {
	position:absolute;
	top:25px; left:43%;
	width:42%;
	z-index:5;
}
#date-place {
	position:absolute;
	top:calc(10vw + 110px); left:30px;
	display:block;
	width:40%;
	color:#7ecaff;
}
#date-place * {font-weight:normal; margin:0; color:#7ecaff;}
#date-place h1 {font-size:2.75em;}
@media(max-width:1200px) {#date-place h1 {font-size:2.5em;}}
@media(max-width:1000px) {#date-place h1 {font-size:2em;}}
@media(max-width:767px) {#date-place h1 {font-size:1.5em;} #date-place h3 {font-size:1em;} #date-place {left:15px;}}

#page {
	position:relative;
	background-color:#fff;
	width:calc(100% - 120px);
	max-width:1320px;
	margin:-30px auto 0 auto;
	padding:0 30px 60px 30px;
	min-height:1000px;
	z-index:1;
}

#top-spacer {height:10vw; display:block;}
@media(max-width:1400px) {#top-spacer {height:9vw;}}
@media(max-width:1200px) {#top-spacer {height:15.5vw;}}
@media(max-width:1100px) {#top-spacer {height:15vw;}}
@media(max-width:1000px) {#top-spacer {height:14.5vw;}}
@media(max-width:900px) {#top-spacer {height:14vw;}}
@media(max-width:767px) {#top-spacer {display:none;}}

#main-wrapper {
	width:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	padding-bottom:90px;
}

#main-inner {
	width:calc(100% - 300px);
}

#menu {
	display:block;
	width:270px;
	margin-right:30px;
	position:relative;
}
#menu-image-top {
	position:relative;
	width:100%; height:auto;
}
.menu-content {
	z-index:4;
	display:block;
	width:100%; min-height:100px;
	background-image:url("/images/website/menu-middle.png");
	background-repeat:repeat-y;
	background-size:100% auto;
	margin-top:-5px;
	padding-bottom:30px;
}
.menu-content a {z-index:20; cursor:pointer;}
#menu-image-bottom {
	display:flex;
	justify-content:center;
	align-items:center;
	width:100%; height:160px;
	background-image:url("../images/website/menu-bottom.png");
	background-repeat:no-repeat;
}
#menu-image-bottom img {width:75px;}

.menu-content ul {
	margin:0 30px; padding:0;
	list-style-type:none;
	color:#ba2114;
}
.menu-content > ul > li > a, #mini-contact-header {
	display:inline-block;
	font-size:14pt;
	color:#ba2114;
	text-decoration:none;
	width:100%;
	height:40px; line-height:40px;
	border-bottom:1px dashed #ba2114;
}

.menu-content ul ul {
	margin:10px 0 15px 0;
	display:none;
}
.menu-content > ul li:nth-child(2) ul {
	display:block;
}
.menu-content ul ul li {
	text-indent: -32px;
	padding-left: 28px;
}
.menu-content ul ul li a {
	text-decoration:none;
	font-size:11pt;
	color:#db5800;
}

.menu-content ul ul li:before {
	content:"\273F";
	color:#fff;
	text-shadow:1px 1px #ba2114;
	font-size:21px;
	margin-right:10px;
}
#mini-contact {
	margin:0 30px;
}
#mini-contact-body {
	margin:10px 0 0 30px;
}
#mini-contact-body div {
	line-height:20px;
}

#navbar {
	display:none;
	width:calc(100vw - 20px); height:60px; line-height:60px;
	position:fixed;
	z-index:999;
	left:0; top:0;
	padding:0 10px;
	text-align:right;
	background: #f7ad1b;
	background: -moz-linear-gradient(top,  #f7ad1b 0%, #c91a1a 100%);
	background: -webkit-linear-gradient(top,  #f7ad1b 0%,#c91a1a 100%);
	background: linear-gradient(to bottom,  #f7ad1b 0%,#c91a1a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7ad1b', endColorstr='#c91a1a',GradientType=0 );
}
#mobile-menu-button {
	display:inline-flex;
	justify-content:center;
	align-items:center;
	width:40px; height:40px;
	background-color:rgba(200,0,0,0.5);
	border:1px solid #fff;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	border:1px solid rgba(255,255,255,0.5);
	font-size:24px;
	cursor:pointer;
}

#mobile-menu-container, #mobile-menu-underlay {display:none;}
#mobile-menu .menu-content {height:100vh;}

#footer {
	position:relative;
	top:8px;
	margin-top:-60px;
	margin-bottom:30px;
	z-index:3;
	text-align:center;
}
#footer-comporganizer {
	position:absolute;
	left:0; bottom:-5px;
	width:100%;
	text-align:center;
	z-index:8;
	color:#fff;
}
#footer-comporganizer a {
	color:#ffffaa;
	text-decoration:none;
}
#footer img {
	width:100%;
	max-width:1400px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
@media(max-width:1400px) {
	#footer {
		margin-bottom:0;
		border-radius:0;
		-webkit-border-radius:0;
		-moz-border-radius:0;
	}
	#footer-comporganizer {bottom:10px;}
	#footer img {
		height:108px;
	}
}

/* COMPORGANIZER ELEMENTS */

.new_event {
	color:#ffffff;
	font-style:italic;
}

p.error {
	color: red;
}

input.error {
	background-color:#FFCCCC;
}

textarea.error {
	background-color:#FFCCCC;
}

#schedule .spacer {
	height:25px;
}

#schedule .session_title {
	border-top:1px dashed #ccc;
	padding:10px 0;
	font-size:13pt;
	color:#2c8bcd;
	font-weight:normal;
	text-transform:uppercase;
}

#schedule .schedule_time {
	padding-left:30px;
	vertical-align:top;
}

#schedule .session_date {
	display:none;
}

#prize_money td {
	padding:5px 15px 5px 15px;
}

#news_article1, #news_article-1 {
	border-bottom:1px dotted gray;
	margin-bottom:25px;
}

#news_article1 p.header, #news_article-1 p.header {
	font-size:13pt;
	color:#9ACFC4;
	font-weight:normal;
}

#news_article1 .header, #news_article-1 .header {
	font-weight:bold;
	font-size:13pt;
	color:#9ACFC4;
}

#news_article1 .subheader, #news_article-1 .subheader {
	font-weight:normal;
	font-size:10pt;
	font-style:italic;
	color:gray;
}

#news_article1 p.content, #news_article-1 p.content {
	padding-left:15px;
}


.bullet {
	display:inline-block;
	width:15px;height:15px;
	background: url('/images/bullet.jpg') no-repeat;
	margin: 0px 5px 0px 15px;
	vertical-align:-4px;
}

.nobullet {
	/*display:inline-block;
	width:15px;height:15px;
	margin: 0px 5px 0px 15px;*/
	display:none;
}

#price_list table {
	margin: 0 auto;
	width:600px;
}


#price_list div.title {
	font-weight:bold;
	text-transform:uppercase;
	border-bottom: 2px dotted #999999;
	width:95%;
	margin-bottom: 10px;
}

#price_list .header {
	font-size:9pt;
	margin-bottom:5px;
}

#prices p {
	font-size:11pt;
}

#contact_form table {
	width:400px;
}

#contact_form input {
	background-color:#ffffcc;
	border:1px solid silver;
	width:500px;
	height:25px;
	padding:3px;
}

#contact_form textarea {
	background-color:#ffffcc;
	border:1px solid silver;
	width:500px;
	height:130px;
}

#contact_form input.button {
	width:75px;
	background:#e5e5e5;
	font-size:10pt;
	margin:5px 0 0 425px;
	
}

#contact_form input.captcha {
	width:290px;
	position:relative;
	float:right;
	top:-1px;
}

.session_title {font-weight:bold;}
.doors_open {display:none;}

#officials {width:100%;}

#officials td.official_header {
	font-weight: bold;
	color: #2c8bcd;
	font-size:13pt;
}

#officials td.official {
	text-indent:30px;
	width:350px;height:25px;
	vertical-align:middle;
	border-top:1px dotted #efb200;
}

#officials td.location {
	border-top:1px dotted #efb200;
	vertical-align:middle;
}

#officials td.list_spacer {
	height:30px;
	border-top:1px dotted #efb200;
}




#results_competitor_list {
	columns:100px 3;
	-webkit-columns:100px 3; /* Safari and Chrome */
	-moz-columns:100px 3; /* Firefox */
}


	.results {
		position:relative;
		width:100%;
		min-height:300px;
		margin-top:50px;
	}
	.results a {color:#01256c;}
	#rtContent-0 table tr td:first-child {
		padding-right:20px;
	}
	#rtContent-1 table {
		border-collapse:collapse;
		width:100%;
		margin-bottom:30px;
	}
	#rtContent-1 table td,th {
		text-align:left; vertical-align:top;
		border-bottom:1px dotted rgba(46,27,58,0.3);
		border-right:1px dotted rgba(46,27,58,0.3);
		font-size:10pt;
		padding:3px;
	}
	#rtContent-1 table th {
		white-space:nowrap;
		vertical-align:bottom;
	}
	#rtContent-1 table th:first-child {
		vertical-align:bottom;
		position:relative;
	}
	.results-dance {
		position:absolute;
		left:-10px; top:-7px;
		padding-left:10px;
		font-size:18pt;
		color:#fcd9b4;
		text-shadow:1px 1px 0 #ff6600;
	}
	#rtContent-1 table td:first-child {
		text-indent:-10px;
		position:relative;
		left:10px;
		padding-right:10px;
	}
	#rtContent-1 table td.spacer {
		border:none;
		height:30px;
	}
	#rtSolos table {
		border-collapse:collapse;
		width:100%;
	}
	#rtSolos table tr td {
		border:1px solid rgba(255,255,255,0.3);
		padding:3px;
	}
	.results .round_header {
		text-align:center;
		font-family: 'Shadows Into Light', cursive;
		color:#2c8bcd;
		font-size:28pt;
		margin-bottom:15px;
	}
	.results ul {
		list-style-type:none;
		margin:0 30px; padding:0;
	}
	.results ul li {
		padding:2px 0;
		text-indent:-15px;
	}
	.results ul li a, #rtContent-1 table td a, #rtContent-0 a {
		text-decoration:none;
	}
	.results ul li a:hover, #rtContent-1 table td a:hover, #rtContent-0 a:hover {
		text-decoration:underline;
	}
	.results .searchBar {
		padding:10px; margin-top:15px;
		background-color:#004c80;
		position:absolute;
		left:-9px;top:-30px;
		/*width:892px; for global_template_nonav */
		width:100%;
		-border-radius:20px 20px 0 0;
		-webkit-border-radius:20px 20px 0 0;
		-moz-border-radius:20px 20px 0 0;
		-o-border-radius:20px 20px 0 0;
	}
	.results .searchLabel {
		font-size:16pt;
		display:inline;
		color:#96c5e6;
		margin:0 7px;
	}
	.results .searchInput {
		width:270px; height:25px;
		border:none;
		color:#fff;
		font-size:13pt;
		background-color:rgba(255,255,255,0.5);
		padding:5px 50px 5px 10px;
		margin:0 10px;
	}
	.results .searchInput:focus {
		outline:none;
	}
	.results .searchSubmit {
		position:relative;
		left:-50px; top:-2px;
		width:35px;
	}
	.results .results-header {
		position:relative;
		top:45px;
		margin-bottom:80px;
	}
	.results .results-header ul {
		margin:0;padding:0;
		position:relative;
		left:-5px;
	}
	.results .results-header ul li {
		text-indent:0;
		display:inline;
		margin:0;
	}
	.results .results-header ul li:after {content:" > ";}
	.results .results-header ul li:last-child:after {content:none;}
/*	.results ul li.results-title {display:block;} */
	
	.results #resultTabs {
		position:absolute;
		top:2px; right:-20px;
	}
	.results #resultTabs ul li {
		display:inline;
		margin:15px 5px 5px 3px; padding:8px 10px 0 10px;
		border-radius:7px 7px 0 0;
		-webkit-border-radius:7px 7px 0 0;
		-moz-border-radius:7px 7px 0 0;
		-o-border-radius:7px 7px 0 0;
		color:#96c5e6;
		background-color:rgba(0,0,0,0);
		cursor:pointer;
		position:relative;
		top:0px;
	}
	.results #resultTabs ul li.selected {
		background-color:#fff;
		color:#ba2114;
		border-bottom:15px solid rgba(255,255,255,0);
	}
	.results-initials, .results .tooltip {
		font-size:10pt;
		cursor:pointer;
	}
	.results-judge {
		width:75px; height:75px;
		background-size:75px;
		margin:0 auto 5px auto;
		border:3px solid #fff;
	}
	.results-judgeinfo {
		font-weight:bold;
		color:#fff;
		text-shadow:0 0 4px #681906;
	}
	.lineup {
		display:block;
		width:500px;
		margin:0 auto 40px auto;
		border:5px solid #fff;
		-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
		-webkit-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
		-moz-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
		-o-box-shadow:5px 5px 15px rgba(0,0,0,0.3);
	}
	.photoresults {
		width:100%;
		text-align:center;
	}
	.result_container {
		display:inline-block;
		width:175px; height:200px;
		padding:10px;
		overflow:hidden;
		text-align:left;
	}
	.result_photo_container {
		display:block;
		width:175px;
		height:115px;
		overflow:hidden;
		border:3px solid #fff;
		background-color:rgba(255,255,255,0.2);
		margin-bottom:10px;
	}
	.result_photo_container img {
		width:175px;
	}
	.placement {
		font-weight:bold;
	}
	.tooltip_templates {display:none;}
	.tooltipster-box {
		background-color:#004c80;
		margin-bottom:15px;
		border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -o-border-radius:5px;
	}
	.tooltipster-content {
		padding:10px;
	}
	.tooltipster-base .tooltip_templates {
		display:block !important;
	}
	
	/* ONLINE REGISTRATION */
	
	.onlinereg {
		margin-bottom:60px;
	}
	
	.fancybox-close {
		top:10px !important; right:10px !important;
		background-color:#000;
		border-radius:100%;
		-webkit-border-radius:100%;
		-moz-border-radius:100%;
	}
	.fancybox-close::after {

	}
	#popup-recover .popup-title {
		background-color:#2c8bcd;
	}
	#popup-recover .popup-content {
		background-color:#e1f3ff;	
	}
	.onlinereg .subheadline {
		font-size:17pt;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dashed #2c8bcd;
	}
	.onlinereg .breadcrumb {
		margin-bottom:45px;
	}
	.onlinereg .breadcrumb a {
		top:-20px;
		font-size:12pt;
		padding:4px 8px;
		color:#fff;
		background-color:#62a7d8;
	}
		
	.onlineregtable input[type=text], .onlineregtable input[type=date] {width:calc(100% - 30px);}
	.custom-select {
		border: 1px solid rgba(0,143,189,0.5);
		width:calc(100% - 10px);
	}
	.custom-select:after {right:6px; top:6px; color:#62a7d8;}

	.co-login-window {
		background-color:#e1f3ff;
		border:3px dashed rgba(0,143,189,0.25);
		border-radius:15px;
		-webkit-border-radius:15px;
		-moz-border-radius:15px;
	}
	.co-login-headline {
		font-weight:bold;
		font-size:1.5rem !important;
		color:var(--accent-color);
		display:block;
		margin-bottom:15px;
	}
	.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"] {
		border:1px solid rgba(0,143,189,0.5);
	}
	.co-login-window input:-webkit-autofill,
	.co-login-window input:-webkit-autofill:hover, 
	.co-login-window input:-webkit-autofill:focus, 
	.co-login-window input:-webkit-autofill:active {
		box-shadow: 0 0 0 30px white inset !important;
		-webkit-box-shadow: 0 0 0 30px white inset !important;
	}
	.co-login-window tr td:first-child {width:90px;}
	.co-login-window #co-login-email, .co-login-window #co-login-password {
		width:calc(100% - 150px);
		margin-right:25px;
	}
	.co-login-window button {
		display:block;
		width:calc(100% - 50px);
		margin:10px 25px;
		background-color:#ba2114;
		color:#fff;
		border: none;
		padding: 10px 0;
		font-size: 1rem;
		font-weight: 600;
		border-radius: 5px;
		cursor: pointer;
	}
	

	.co-login-window .co-login-forgot a {padding:0 25px; font-weight:600;}
	.onlinereg .action-button-container {
		right:15px; top:3px;
	}
	.onlinereg .action-button {padding:2px 6px; text-transform:uppercase; font-size:10pt; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px;}
	
	.onlinereg-main-menu > ul {
		margin-top:45px;
	}
	.onlinereg-main-menu ul li {
		padding:5px 15px;	
	}
	.onlinereg .warning-msg {
		text-align:left;
		border:3px dashed rgba(0,143,189,0.25);
		background-color:#e1f3ff;
		padding:15px;
		position:absolute; top:120px;
	}
	.onlinereg .warning-msg i {
		color:orange;
		float:left;
		display:inline-block;
		margin:0 30px 60px 0;
	}
	.onlinereg .warning-msg p {
		margin-block-start:0 !important;
	}
	
	.school-info {
		background-color:rgba(0, 142, 189, 0.1);
		border:1px solid #008fbd;
		border-raidus:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
	.school-headline {font-size:24pt;}
	#school-search {
		font-size:13pt;
		border:1px solid rgba(0,143,189,0.5);
	}
	
	
	.partner-tab a {
		border:none;
		background:none;
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:center;
		transition: 0.15s ease-in-out;
		text-decoration:none;
	}
	.partner-tab a i {
		width:75px; height:75px; line-height:75px;
		background-color:#62a7d8;
		color:#fff;
		border-radius:100%;
		-webkit-border-radius:100%;
		-moz-border-radius:100%;
		transition: 0.15s ease-in-out;
	}
	.partner-tab a span {
		display:inline-block;
		margin-top:5px;
		color:#000;
	}
	.partner-tab a:hover {
		transform: scale(1.1);
	}
	.partner-tab a:hover i {
		background-color:#0079ce;
	}


	.partner-search-container {
		border:none;
		margin-bottom:75px;
	}
	.partner-search-container h5 {
		font-family: "Lobster", cursive;
		text-align: center;
		font-size: 21pt;
		color: #ba2114;
		margin:0 auto;
	}
	#partner-content-1, #partner-content-3, #partner-content-4  {
		background-color:#eaf7ff;
		border: 2px dashed #85c2ee;
		border-radius:5px;
		-webkit-border-radius:5px;
		-moz-border-radius:5px;
	}
	#partner-search-1, #partner-search-2, #partner-search-3, #partner-search-4 {
		border:1px solid #85c2ee;
		font-size:13pt;
	}
	.partner-label, .partner-search-enable, .partner-search-disable, .partner-search-enable:hover, .partner-search-disable:hover {
		
	}
	#partner-search-1, #partner-search-2, .partner-search-button {color:#000;}
	.partner-search-button {background-color:#ba2114; color:#fff; height:40px;}
	.partner i.partner-check {top:4px;}
	
	.padd {
		width:100%;
		text-align:center;
		position:relative;
		margin-top:-100px;
		top:85px;
	}
	@media (max-width:767px) {.padd {
		margin-top:-70px;
		top:5px;
	}}
	#partner-add-button {
		background-color:#ba2114 !important;
		width:120px; height:120px;
		border-radius:100% !important;
		-moz-border-radius:100% !important;
		-webkit-border-radius:100% !important;
		outline:0 !important;
		line-height:1em;
	}
	#partner-add-button i {display:block; margin:10px 0 0 0; font-size:18pt;}
	#partner-add-button.add-button-disabled, #partner-add-button.add-button-disabled:hover, #partner-add-button.add-button-disabled:active, #partner-add-button.add-button-disabled:focus {
		background-color:#eaf7ff !important;
		border: 2px dashed #85c2ee;
		color:#aaa;
		opacity:1;
		outline:0 !important;
	}


	.partnerships-container table {border-top:1px dashed orange;}
	.partnerships-container table tr td {border-bottom:1px dashed orange; vertical-align:top;}
	.partnerships-container table tr td:last-child {vertical-align:middle; padding:0 5px;}
	.partnerships-container table tr td:last-child a {display:inline-block; margin:3px -5px 3px 0;}
	.partnerships-container tr td:first-child, .partnerships-container tr td:nth-child(2), .partnerships-container tr td:nth-child(4) {

	}
	.partnerships-container tr td:nth-child(4) {
		padding-left:15px; padding-right:15px;	
	}
	.partnerships-container td:last-child {
		text-transform:none !important;
		font-weight:normal !important;
		text-align:right !important;
		padding-right:5px !important;
	}
	.partnerships-container .button-small {white-space:nowrap !important;}
	.person-edit-button {
		background-color: #62a7d8;
		color:#fff;
		font-size:9pt;
		font-weight:bold;
		text-transform:uppercase;
		border:none;
		text-decoration:none;
	}
	.person-edit-button:hover {background-color: #0079ce;}
	
	
	.grid-header {font-family:"Raleway", sans-serif;}
	.grid-header div:last-child {font-size:14pt;}
	.grid-header div:first-child {font-size:16pt; color:#008fbd;}
	.grid-subheader {
		font-family:"Raleway", sans-serif;
		font-size:14pt;
	}
	.freestyle-grid td {
		border:1px solid rgba(0,142,189,0.3);
		font-size:11pt;
	}
	.multi-dance-list li {
		border-bottom:1px solid rgba(0,142,189,0.3);
	}


	.onlinereg-invoice .invoice-entries-header td {
		vertical-align:bottom;
		border-bottom:1px dashed #008fbd;
		padding-left:75px;
		position:relative;
	}
	.onlinereg-invoice .invoice-entries-header td.entries-for {
		color:#008fbd;
	}
	.entries-for small {
		display:inline-block;
		position:absolute;
		left:0; top:0px;
		border:1px dashed #008fbd;
		width:50px;
		font-size:9pt;
		text-transform:uppercase;
		padding:5px;
		background-color:#eaf7ff;
		text-align:right;
		margin-right:20px;
	}
	.invoice-subtotal {color:#e53c00; font-size:18pt;}
	.invoice-subtotal small {
		font-size:9pt;
		padding-right:10px;
	}
	
	.onlinereg-invoice td.entry-label a {text-decoration:none;}
	
	.payments {margin-top:0;}
	.payments table {margin-bottom:40px; border:1px solid #008fbd;}
	.payments table td {padding:10px 15px; border-bottom:1px dotted #008fbd;}
	.payments table tr:nth-child(odd) td {background-color:rgba(0,143,189,0.07);}
	.payments table tr:nth-child(even) td {background-color:rgba(0,143,189,0.03);}
	.payments table th {background-color:#008fbd; color:#fff; padding:5px 15px;}
		
	.onlinereg .invoice-total {
		margin:30px auto;
		width:400px;
		padding:30px 15px 90px 15px;
		background-color:#eaf7ff;
		border: 2px dashed #85c2ee;
		border-radius:10px;
		-webkit-border-radius:10px;
		-moz-border-radius:10px;
	}
	.onlinereg .invoice-total h1 {font-family:"Raleway", sans-serif !important; font-weight:bold;}
	.onlinereg-invoice .invoice-actions {margin-top:-90px; margin-bottom:60px;}

	.checkout-waivers ul li .button {background-color:#e87100;}
	.checkout-waivers ul li .button:hover {background-color:#ba2114;}
	.popup-waiver-row input {
		width: calc(100% - 135px);
	}
	#popup-waiver-body #signator-label {
		margin-top: 10px;
		font-weight: bold;
	}
	#waiver-send-email-input {width: calc(100% - 25px);}

	#premierHeatlists td, #premierHeatlists th {
		color:#000;
	}

/* ONLINE REG V2 */

#orv2 {
	width:100%;
}

#orv2, #orv2 div, #orv2 p {
	font-size:13pt;
}

#orv2 button, #orv2 .btn {
	font-size:12pt;
	padding: 3px 9px;
}


#onlinereg-invoice {
	margin-bottom:60px;
}

.orv2-menu a:hover {
	text-decoration:none !important;
}
.orv2-menu a.disabled:hover span {
	text-decoration:none;
}
.orv2-menu a:after {
	content:"\273F";
	position:relative;
	left:15px;
	color:orange;
}
.orv2-menu a:last-child:after {
	display:none;
}

@media(max-width:767px) {
	.orv2-menu a:after {
		content:"";
	}
}

#onlinereg-invoice {
	margin-top:30px;
}

.orv2-container {
	margin:5px 0 30px 0;
	width:100%;
}
@media(max-width:1050px) {
	.orv2-container {
		width:100%;
		margin-left:0;
	}
}

#or-invoice-entries, #or-invoice-purchases, #or-invoice-payments, #or-invoice-summary {
	background-color:#fff;
	border:3px dashed rgba(0, 143, 189, 0.25);
	border-radius:5px;
	padding:20px;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
}

#or-invoice-entries .or-invoice-content .team-header, #or-invoice-purchases .or-invoice-content .recipient-header, #or-invoice-payments .or-invoice-content ul li:first-child div {
	border-bottom:1px dashed #8cd2eb;
}
.or-invoice-content .entry-ctype {background-color:rgba(0,143,189,0.1);}

.orv2-invoice-container > button {
	padding:5px 10px !important;
}

#or-invoice-summary .or-payment-container h1 small {
	font-family:"Arial", "Helvetica", sans-serif;
	font-size:1.5rem;
	width:15px;
	margin:10px 0 0 -10px;
}

#activity-panel button:hover {
	background-color:rgba(255,255,255,0.15);
}


#team-members .team-pill i {
	background-color:rgba(255,255,255,0.5);
	color:#fff;
}
.team-pill-L, .team-pill-L:hover, team-pill-L *, team-pill-L:hover * {
	background-color:#008fbd;
	color:#fff;
}
.team-pill-F, .team-pill-F:hover, team-pill-F *, team-pill-F:hover * {
	background-color:#e53c00;
	color:#fff;
}
.team-pill-T, .team-pill-T:hover, team-pill-T *, team-pill-T:hover * {
	background-color:#006d67;
	color:#fff;
}
.team-pill-L:active {background-color:#008fbd !important;}
.team-pill-F:active {background-color:#e53c00 !important;}
.team-pill-T:active {background-color:#006d67 !important;}




/* COMPORGANIZER HEATLISTS (NEW) */

#co-heatlists-search-container {
	padding:10px 30px;
	background-color:#e39053;
	border-top-left-radius:60px;
	border-bottom-right-radius:60px;
}
#co-heatlists-search {
	border:none;
}
#co-heatlists-search:focus {
	outline:none;
}
#co-competitors-list {
	column-count:4;
}
@media(max-width:1200px) {#co-competitors-list {column-count:3;}}
@media(max-width:1000px) {#co-competitors-list {column-count:2;}}
@media(max-width:500px) {#co-competitors-list {column-count:1;}}

#co-heatlists .heatlist-header h3 {
	font-size:1.75rem;
}
#co-heatlists .heatlist-team-header {font-weight:700;}
#co-heatlists .heatlists-team-table td {
	border-right:none;
	border-left:none;
	border-color:rgba(0,0,0,0.2);
}

/* END COMPORGANIZER ELEMENTS */

/* MEDIA QUERIES */
	
@media(max-width:1200px) {
	#top {height:0; padding-top:40%;}
	#date-place {top:21vw;}
	#page {margin:-10% auto 0 auto;}
}

@media(max-width:767px) {
	#top {
		padding-top:0;
		height:auto;
	}
	#top-swish {
		position:relative;
		width:100%; height:275px;
		object-fit:cover;
		top:90px;
	}
	#page {
		width:calc(100% - 30px);
		margin:-60px 0 0 0;
		padding:90px 15px 120px 15px;
		min-height:calc(100vh - 560px);
	}
	#main-inner {width:100%;}
	#top-logo {
		position:relative;
		width:420px;
		left:calc(50% - 225px);
		top:75px;
	}
	#date-place {
		top:270px;
		width:100%;
		text-align:center;
		text-shadow:1px 1px rgba(0,0,0,0.5);
		color:#ffff99;
	}
	#date-place * {color:#ffff99;}
	#navbar {display:block;}
	#menu {display:none;}
	#mobile-menu .menu-content > ul {margin:0 45px;}
	#mobile-menu .menu-content #mini-contact-header {margin:0 15px;}
	#mobile-menu-container {
		display:block;
		width:100vw;
		position:fixed;
		left:100vw; top:60px;
		z-index:998;
		transition:0.5s ease-in-out;
		padding-left:25vw;
	}
	#mobile-menu-container.menu-open {
		left:0;
	}
	#mobile-menu-underlay {
		background-color:#2c8bcd;
		display:block;
		width:100vw; height:100vh;
		position:fixed;
		left:9; top:60px;
		z-index:997;
		opacity:0;
		transition:0.5s ease-in-out;
		pointer-events:none;
	}
	#mobile-menu-underlay.menu-open {
		opacity:1;
	}

	_::-webkit-full-page-media, _:future, :root .mobile-safari-padding {
		padding-bottom: 100px; //resize 
	}
	
}