html, body {margin:0; padding:0; overflow-x:hidden;}
html, body, div, p, blockquote, li, td, th {
	font-family:"Work Sans", Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:300;
}
body {
	background-color:#f1f1f1;
}

a {color:#b40000;}
a:hover {color:red;}

.map-header, .officials_grid .subheader, #prices div.title, .co-login-headline,
.headline, #headline, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family:"Cinzel", Arial, Helvetica, sans-serif;
	color:#a6876b;
}
div#headline, div.headline {font-size:28pt !important;}
div#headline {text-align:center; margin:15px auto 30px auto;}

h1, .h1 {font-size:32pt;}
h2, .h2, .map-header, .co-login-headline {font-size:28pt;}
h3, .h3 {font-size:24pt;}
h4, .h4 {font-size:21pt;}
h5, .h5 {font-size:18pt;}
h6, .h6 {font-size:16pt;}

#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:0 0 20px 20px rgba(10,30,70,0.4);
	-webkit-box-shadow:0 0 40px 0 rgba(10,30,70,0.5);
	-moz-box-shadow:0 0 20px 10px rgba(10,30,70,0.4);
	-o-box-shadow:0 0 20px 10px rgba(10,30,70,0.4);
}
#navbar, .button, .breadcrumb a, .partner-search-button, #partner-add-button, .heatlist_warning {
	background: #555555;
	background: -moz-linear-gradient(top, #555555 0%, #0e0e0e 100%, #0e0e0e 100%);
	background: -webkit-linear-gradient(top, #555555 0%,#0e0e0e 100%,#0e0e0e 100%);
	background: linear-gradient(to bottom, #555555 0%,#0e0e0e 100%,#0e0e0e 100%);
	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;
}
#navbar li.single, #navbar li.parent {
	display:inline-block;
	overflow:visible;
	position:relative;
	font-family:"Cinzel", 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:#cdae79;
	text-shadow:1px 2px #000;
	text-decoration:none;
}
#navbar ul li a:hover {
	color:#dbc698;
}
#navbar li.children-expanded {
	background-color:#000;
}
#navbar li.children-expanded a {
	color:#ffff99;
}
#navbar ul.children {
	position:absolute;
	left:0; top:60px;
	width:300px;
	padding:20px 0;
	background-color:rgba(0,0,0,0.85);
	display:none;
	z-index:99;
}
#navbar li.child {
	text-align:left;
	text-indent:20px;
	height:40px;line-height:40px;
}
#navbar li.child a {
	width:260px;height:40px;
	color:#fff;
	text-shadow:0 0 #000;
}
#navbar li.child a:hover {
	color:#fcb71a;
}
#navbar li.child a:before {
	content:"⚜";
	position:absolute;
	padding-top:2px;
	left:5px;
	font-size:14pt;
}

#navbutton {
	display:none;
	position:relative;
	float:right;
	right:20px;top:10px;
	width:40px; height:40px;
	border-top:1px solid rgba(255,255,255,0.5);
	border-left:1px solid rgba(255,255,255,0.5);
	border-bottom:1px solid rgba(0,0,0,0.3);
	border-right:1px solid rgba(0,0,0,0.3);
	background-color:rgba(255,255,255,0.15);
	color:#fff;
	cursor:pointer;
	border-radius:100%;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
#navbutton div {
	font-family: Arial, Helvetica, sans-serif;
	font-size:28px;
	line-height:16px;
	position:absolute;
	width:100%;
	text-align:center;
	top:12px;
	color:#fff;
	font-weight:normal;
}
.navbuffer {height:60px;}


#logo {
	text-align:center;
	padding-top:10px;
}
#main {
	min-height:calc(100vh - 660px);
	padding:0 30px 60px 30px;
	margin:0 auto !important;
	max-width:1250px;
}

footer {
	position:relative;
	background-image:url("/images/bg.jpg");
	min-height:400px;
}
footer a {color:#000 !important;}
.footer-logo {
	padding:30px !important;
	text-align:right;
}
.footer-contact {padding:45px 15px 30px 30px;}
.footer-contact div {
	font-weight:400;
	padding-left:10px;
	white-space:nowrap;
	line-height:20px;
}
.affiliates {
	text-align:center;
}
.affiliates a {
	padding:30px;
}
.affiliates a img {
	width:100px;
	filter: grayscale(100%);
}
.bottom {
	position:absolute;
	bottom:0;
	width:100%; height:60px; line-height:60px;
	color:#fff;
	text-align:center;
	background: #555555;
	background: -moz-linear-gradient(top, #555555 0%, #0e0e0e 100%, #0e0e0e 100%);
	background: -webkit-linear-gradient(top, #555555 0%,#0e0e0e 100%,#0e0e0e 100%);
	background: linear-gradient(to bottom, #555555 0%,#0e0e0e 100%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#555555', endColorstr='#0e0e0e',GradientType=0 );
}

.button, .breadcrumb a, .partner-search-button, #partner-add-button {
	color:#f2cb87;
	border:none;
	padding:8px 15px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.button:hover, .breadcrumb a:hover, .partner-search-button:hover, #partner-add-button:hover {
	color:#ffe5b8;
	text-decoration:none;
}

/* HEAT LISTS */

input#co-heatlists-search {
	padding:2.5px 7.5px;
	font-size:1.1rem;
}
ul#co-competitors-list {
	background-color:#fff;
	padding:1rem;
	margin:10px 0;
	border:1px solid #999;
	column-count:3;
}
@media(max-width:767px) {
	ul#co-competitors-list {column-count:2;}
}
@media(max-width:500px) {
	ul#co-competitors-list {column-count:1;}
}

.heatlist_warning {
	display:block;
	color:#cdae79;
	margin:0 auto 30px auto;
	padding:10px 20px;
	font-weight:600;
}
.heatlist_warning:before {
	
}
#heatlists-subnav ol li {
}
#heatlists-subnav ol li a {
	background:none !important;
	padding:0; margin:0;
	color:#a6876b !important;
	font-weight:600;
}
#heatlists-subnav ol li.active {
	color:#666 !important;
	font-weight:400;
}

#heatlists-home {padding-left:0 !important; padding-right:0 !important;}
#premierHeatlists #keyword-container input {
	border: 1px solid #aaa !important;
	width:100% !important;
	background-color:#ffffdd;
	padding:20px 15px !important;
}

#heatlists-info .competitor {border-top:1px dotted #bbb !important;}
#heatlists-table td {
	border:1px solid #ccc;
}
#heatlists-table th {
	background-color:#dacca9;
	color:#fff;
	font-weight:600;
}
#heatlists-table th.partner-name {
	border:none;
	background:none;
	color:#000;
}

/* ONLINE REGISTRATION */

.onlinereg .subheadline {
	font-size:21pt;
	color:#000;
	margin-top:-30px;
}

.onlinereg-main-menu ul {
	margin-top: 60px;
}
.onlinereg-main-menu ul li {
	width:140px !important;
	text-align:center;
	padding:0;
	margin:15px 30px;
}
.onlinereg-main-menu ul li i {
	margin-bottom:10px;
}
.onlinereg .breadcrumb {
	background:none;
	margin-bottom:60px;
}

.onlinereg input[type=text], .onlinereg input[type=date], .onlinereg .custom-select {
	border:1px solid #aaa;
	box-shadow:inset 0px 0px 999px #fffae7;
}
.onlinereg .custom-select {
	width:calc(100% - 20px);
}
.onlinereg .action-button {
	right:25px; top:3px;
}

.partner-tabs {padding:0 15px;}
.partner-tabs a {
	border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	-moz-border-radius:10px 10px 0 0;
	-ms-border-radius:10px 10px 0 0;
}
.partner-tabs a.partner-tab-selected {
	background-color: rgba(25,25,0,0.1);
}
.partner-search-button {
	right:45px; top:10px;
	padding:6px 12px;
}
.partner-check {left:52px;}
.partner-search-enable, .partner-search-disable {left:30px;}
.partner-search-container {
	margin-bottom:75px;
	padding-bottom:10px;
}
#padd-1 {padding-top:10px;}
#padd-3, #padd-4 {padding-top:30px;}

.add-button-disabled {
	opacity:0.5 !important;
}
.down-arrow {
	transform:scale(1.8, 0.5) !important;
	bottom:-85px !important;
	color:#000 !important;
}
.arrow-disabled {display:none;}
	
.partnerships-container {margin-bottom:30px;}

.school-info, .partner-search-container {
	background-color:rgba(25,25,0,0.1);
	border:none;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.school-headline {
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	font-size:21pt;
}

#entries-partnership, #age-pref {
	width:calc(100% - 160px);
	display:inline-block;
}
.entries-partnership-container span, .entries-prefs-container span {
	text-align:left;
}
.onlinereg .grid-header div {
	font-family: "Cinzel", Arial, Helvetica, sans-serif;
	color:#000;
	font-size:18pt;
	margin-top:45px;
}
.onlinereg .grid-header div.grid-header-hint {
	margin-top:0;
	font-family:"Work Sans", Arial, Helvetica, sans-serif;
	font-size:13pt;
}
ul.multi-dance-list {
	margin-bottom:30px;
}
ul.multi-dance-list li {font-weight:400;}
ul.multi-dance-list li .event-dances {font-weight:300; font-style:italic; font-size:11pt;}
ul.multi-dance-list li.eventClosed {
	position:absolute;
	left:-9999px; top:-9999px;
	width:0; height:0;
	visibility:hidden;
}

.entry-form-actions {
	margin:60px auto 30px auto;
}

.btn, .button, .button-credit-card {
	font-size:13pt;
	color:#f2cb87;
}

/* END ONLINE REGISTRATION */

/* RESULTS */

#results #results-breadcrumb li a {
	background:none;
	color:#927052;
}

#results-subnav .dropdown {
	border: 1px solid #aaa;
	background-color:#fffae7;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
}
#results-subnav .dropdown:after {
	pointer-events:none;
	color:#ccc;
}
#results-subnav .dropdown select {
	width:100%;
	color:#000;
	font-size: 13pt;
	margin:0; padding:0 10px;
	border:none;
	box-shadow: none;
	background-color: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline:none;
}
#results #searchBar #keyword {
	border:1px solid #aaa;
	box-shadow:inset 0px 0px 999px #fffae7;
	-webkit-box-shadow:inset 0px 0px 999px #fffae7;
	-moz-box-shadow:inset 0px 0px 999px #fffae7;
	-ms-box-shadow:inset 0px 0px 999px #fffae7;	

}
#results-main .container-fluid {
	padding:0;
}

/* CITY GUIDE */

.cityguide {
	position:relative;
	display:flex;
	flex-direction:row;
	width:100%;
	margin-top:30px;
}
.cityguide h3 {
	display:none;
}
.cgTitle {
	font-size:24pt;
	color:#a6876b;
	font-family:"Cinzel", Arial, Helvetica, sans-serif
}
.cityguidephoto {
}
.cityguidephoto img {
	width:20vw; height:20vw;
	object-fit:cover;
	margin-right:30px;
}
.cityguidecaption {display:none;}
.cityguide:nth-child(even) {
	flex-direction:row-reverse;
}
.cityguide:nth-child(even) .cityguidephoto {
	margin-left:30px; margin-right:0;
}

@media(max-width:900px) {
	.cityguidephoto img {
		width:33vw; height:33vw;
	}
}
@media(max-width:767px) {
	.cityguide {flex-direction:column;}
	.cityguidephoto img {
		width:100%; height:33vh;
	}
}

.officials {
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
}
.officials_grid {width:100%;}
.officials_grid .subheader {
	font-size:1.6em;
	line-height:1em;
	border-bottom:1px solid #a6876b;
	margin-bottom:15px;
}
.officials_grid ul {
	list-style-type:none;
	margin:0 -10px 45px -10px;
	padding:0;
	width:calc(100% + 20px);
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content:flex-start;
	align-items:flex-start;
}
.officials_grid ul li {
	width:19%;
	max-width:200px;
	min-width:125px;
	margin:10px;
}
.officials_grid.cat-adjudicators ul {justify-content:space-between;}
.officials_grid.cat-chairmen-of-judges, .officials_grid.cat-master-of-ceremonies {
	width:50%;
}
.officials_grid.cat-chairmen-of-judges ul, .officials_grid.cat-master-of-ceremonies ul {
	justify-content:flex-start;
}
.officials_grid.cat-chairmen-of-judges ul li, .officials_grid.cat-master-of-ceremonies ul li {
	width:50%;
}
.official_info {
	margin-top:10px;
	line-height:1em;
}
.officials_grid ul li .photo_container {
	position:relative;
	width:100%; height:0;
	padding-top:125%;
	overflow:hidden;
}
.officials_grid ul li img {
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	object-fit:cover;
}

#venue {
	width:100%;
}
#venue-main-image {
	width:100%; height:400px;
	object-fit:cover;
}
#venue-top-info {
	display:flex;
	flex-direction:row;
	justify-content:flex-start;
	align-items:flex-end;
	margin-top:-120px;
}
#venue-comp-logo {
	width:240px;
	border:8px solid #fff;
	box-shadow:0 0 15px rgba(0,0,0,0.25);
	margin:0 30px 0 50px;
}

#venue-container3 {
	margin-top:45px;
}
#venue-container3 .map-header {
	font-size:1.6em;
}
#venue-container3 iframe {
	width:50%; height:500px;
}


#contact-us {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:flex-start;
}
#contact-us p {margin-bottom:30px;}
#contact-us b {
	font-size:1.2em;
	border-bottom:1px solid #ccc;
	display:block;
	margin-bottom:5px;
}
#contact-us img {
	width:50%;
	max-width:500px;
	margin:0 30px 0 0;
}
@media (max-width:767px) {
	#contact-us {
		flex-direction:column;
	}
	#contact-us img {
		width:100%;
		margin:0 0 30px 0;
		max-width:none;
	}
}






@media (max-width:767px) {
	
	#navbar {height:auto;white-space:normal;padding:0 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:block;}
	
	footer {min-height:545px;}
	.footer-logo {text-align:center; padding:30px 0 0 0 !important;}
	.footer-contact {text-align:center; padding:0 0 30px 0;}


}


