/* Judges & Officials */

	.officials {
	margin:60px auto 0 30px;
	width:100%;
}
.cat-chairman-of-judges, .cat-chairmen-of-judges, .cat-master-of-ceremonies, .cat-masters-of-ceremonies {
	display:inline-block;
	width:49%;
}
.officials_grid .subheader {
	font-size:18pt;
	color:#fff;
}
.officials_grid ul {
	list-style-type:none;
	margin:10px 0 40px 0;padding:0;
}
.officials_grid ul li {
	display:inline-block;
	margin:0 30px 30px 0;
	position:relative;
	height:270px;
	width:150px;
}
.officials_grid .photo_container {
	width:150px;height:150px;
	overflow:hidden;
	display:block;
	position:relative;
	background-size:100% auto;
	border:1px solid #aaa;
	position:absolute;
	top:0;

	background: #910000;
	background: -moz-linear-gradient(top,  #910000 0%, #0e0e0e 100%);
	background: -webkit-linear-gradient(top,  #910000 0%,#0e0e0e 100%);
	background: linear-gradient(to bottom,  #910000 0%,#0e0e0e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#910000', endColorstr='#0e0e0e',GradientType=0 );

	-box-shadow:5px 5px 20px #000, inset 0 0 60px 10px #000;
	-webkit-box-shadow:5px 5px 20px #000, inset 0 0 60px 10px #000;
	-moz-box-shadow:5px 5px 20px #000, inset 0 0 60px 10px #000;
}
.officials_grid img {
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	object-fit:cover;
	filter:grayscale(100%);
}
.official_info {
	position:absolute;
	margin-top:7px;
	width:125px;height:150px;
	overflow:hidden;
	top:150px;
}


/* Vendors */

.vendor_category {
	font-size:15pt;
	font-weight:bold;
	text-align:left;
	margin:60px 0 20px 0;
	border-bottom:1px solid rgba(255,255,255,0.2);
}
#vendors ul {
	list-style-type:none;
	margin:0;padding:0;
}
#vendors li {
	margin:0 0 50px 0;
}
#vendors img {
	width:150px;
	margin:0 20px 20px 0;
	display:inline-block;
	-moz-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
	box-shadow: 1px 1px 1px 0 rgba(0,0,0,0.1);
	vertical-align:top;
}
.vendor {
	display:inline-block;
	position:relative;
	font-size:12pt;
	vertical-align:top;
	width:600px;
}
.vendor_name {
	font-size:14pt;
}
#vendors_spacer {
	height:40px;
}

/* Venue */

#venue {
	width:100vw;
	margin:0 0 60px 0; padding:0;
	position:relative;
	overflow-x:visible;
}
#venue-poster {
	width:100%;
	height:400px;
	object-fit:cover;
	margin-top:-15px;
	z-index:1;
	display:block;
	box-shadow:0 0 30px #000;
	border-bottom:1px solid #999;
	filter:saturate(0.5);
}
#venue-overlay {
	content:"";
	position: absolute;
	left:0; top:300px;
	width:100%; height:100px;
	z-index:2;

background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);

}
#venue-container1 {
	position:relative;
	top:-75px;
	z-index:3;
}
#venue-info {
	display:block;
	line-height:27px;
	z-index:4;
	margin:-150px 0 0 360px;
}
#venue-logo {
	width:240px;
	display:block;
	position:relative;
	margin:0 30px 0 60px;
	border:5px solid #fff;
	z-index:2;
	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-container2 {clear:both;}
#venue-container2, #venue-container3 {
	position:relative;
	margin:0 auto;
	width:100%;
	max-width:1200px;
}
@media(max-width:1320px) {
	#venue-container2, #venue-container3 {
		max-width:none;
		width:calc(100% - 120px);
		margin:0 60px;
	}
}
@media(max-width:960px) {
	#venue-container2, #venue-container3 {
		width:calc(100% - 60px);
		margin:0 30px;
	}
}
@media(max-width:767px) {
	#venue-container2, #venue-container3 {
		width:calc(100% - 30px);
		margin:0 15px;
	}
}

.venue-address, .venue-telephone {
	font-weight:bold;
	position:relative;
	margin-top:-13px;
}
.venue-telephone {margin-top:15px;}
#venue-container1 .venue-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size:24pt;
	height:75px; line-height:75px;
	position:relative;
	top:0;
	margin-bottom:10px;
	font-weight:700;
	color:#fff !important;
	text-shadow: 4px 4px 5px #000;
	padding:0;
	z-index:1;
}
.venue-button {
	display:inline-block;
	margin-top:15px;
}
.starting-at, .venue-price, .venue-price-desc {
	display:inline;
	font-size:24pt; font-weight:bold;
 }
.venue-price-container {font-size:x-large;}
#venue-container3 h5 {
	margin-top:30px;
}
#venue-container3 iframe {
	width:100%;
	height:50vh;
}
.venue-website {
	width:calc(100% - 240px);
	white-space:nowrap;
	overflow-x:hidden;
	text-overflow:ellipsis;
}
.map-header {
	color:#dd0000;
	font-size:24pt;
	margin:15px 0;
}
#venue h3 {
	font-family:"Raleway";
	font-size:15pt;
	font-weight:600;
}

/* SCHEDULE */

#schedule {margin-top:60px;}
#schedule table {
	margin-bottom:60px;
}
#schedule .schedule_row {
	padding-top:0;
	padding-bottom:0;
	padding-left:30px;
	text-indent:-25px;
	position:relative;
}
#schedule td.indent {width:30px;}
#schedule .categorized {
	padding-left:80px;
}
#schedule .space_above {
	height:20px;
}
#schedule .space_below {
	height:60px;
}
#schedule .session_header_cell {
	border-bottom:2px solid #666;
	position:relative;
}
#schedule .session_title {
	display:inline;
	width:500px;
}
#schedule .session_header_cell .session_number {
	white-space: nowrap;
	font-family:var(--header-font);
	font-size:1em;
	color:#fff;
	background-color:#000;
	border:2px solid #666; 
	padding:2px 10px;
	line-height:1em;
	position:relative;
	top:2px;
	text-transform:uppercase;
}
#schedule .session_header_cell span.session_name {
	font-family: "vectra", cursive;
	white-space: nowrap;
	font-size:2.75rem;
	font-weight:bold;
	color:var(--accent-color);
	line-height:0;
	position:relative;
	top:0; left:20px;
	text-shadow:2px 2px 5px rgba(0,0,0,0.5);
}
#schedule .doors_open {
	position:absolute;
	text-align:right;
	top:30px;right:0;
	color:#fff;
}
#schedule .session_date {
	position:absolute;
	text-align:right;
	top:0;right:0;
	color:#fff;
}
#schedule .schedule_cat {
	padding:20px 0 10px 5px;
	font-weight:bold;
	color:#FFFF99;
}

@media(max-width:700px) {
	#schedule .space_above {
		padding-top:60px;
	}
	#schedule .session_header_cell span.session_name {font-size:2.25rem;}
	#schedule .session_date {
		top:40px;
		right:auto; left:0;	
	}
	#schedule .doors_open {top:40px;}
}


/* Prizes & Awards */

#prize_money {
	margin:60px auto 0 auto;
	max-width:900px;
}
#prize_money > h3 {
	text-align:left !important;
	font-family: "vectra", cursive;
	white-space: nowrap;
	font-size:2.5rem;
	font-weight:bold;
	color:var(--accent-color);
	border-bottom:1px solid #666;
	line-height:18px;
	margin-bottom:30px;
}
#prize_money .spacer {height:75px;}
#prize_money table {
	width:100%;
}
#prize_money .notes_below {
	margin-top:30px;
	font-style:italic;
}
#prize_money .notes_below ul {
	margin:0 0 0 20px; padding:0;
}
#prize_money small {
	display:block;
	margin-top:-5px;
}

/* Tickets & Prices */

	#price_list {
	display:block;
	width:100%;
	position:relative;
}
.price_list table {
	width:100%;
	max-width:900px;
	margin:0 auto 30px auto;
	border-collapse:collapse;
}
.price_list td.title {
	width:350px;
	height:0;line-height:0;
}
.price_list td.header {
	line-height:15px;
}
.price_list td.title, #price_list td.header {
	border-bottom:1px solid rgba(255,255,255,0.2);
	padding:0 0 5px 0;
	vertical-align:bottom;
}
.price_list table tr:nth-child(2) td {
	padding-top:20px;
	vertical-align:bottom;
}
.price_list div.title {
	position:relative;
	top:-12px;
	color:#fff;
	font-weight:bold;
}
.price_list .header {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:3px;
	width:120px;
}

/* HEATLISTS */

#co-heatlists {
	min-height:calc(100vh - 290px);
}

input#co-heatlists-search {
	background-color:rgba(255,255,255,0.1);
	border:1px solid rgba(255,255,255,0.2);
	font-size:1.2rem;
	height:50px;
	color:#fff;
	padding:0 15px;
}
input#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:900px) {#co-competitors-list {column-count:2;}}
@media(max-width:767px) {#co-competitors-list {column-count:1;}}
#co-competitors-list a {
	color:#ccc;
	font-size:1.15rem;
}

#premier-heatlists-publish-date {display:none;}
#premier-heatlists #heatlist-filter {
	background-color:#000;
	border:1px solid #999;
	border-radius:30px;
	color:#fff;
	padding:10px 20px;
	margin-bottom:30px;
}

#heatlist-filter:focus {
	outline:none;
	box-shadow:inset 0 0 22px #999;
}
#premier-heatlists #heatlist-list, #heatlist-details table {
	border:none;
	border-radius:5px;
	overflow:hidden;
}
#premier-heatlists #heatlist-list li, #premier-heatlists #heatlist-details table td, .modal-header, .modal-footer {
	border:none;
	border-bottom:1px solid #000;
	background-image: linear-gradient(#444, #222);
	font-weight:bold;
	transition:0.2s ease-in-out;
}
#premier-heatlists #heatlist-details table td, #premier-heatlists #heatlist-details table th {
	padding:7.5px;
}
#premier-heatlists #heatlist-details table th {
	border:none;
	color:#fff;
	font-weight:bold;
	background-color:#111;
}
#premier-heatlists #heatlist-list li:hover {
	background-image: linear-gradient(#555, #333);
}
#premier-heatlists h5.partner-name {
	border-bottom:1px solid;
	margin-bottom:0;
	font-weight:600;
}
#premier-heatlists #heatlist-details table td img {
	background-color: rgba(255, 255, 255, 0.75);
	border-radius: 100%;
	margin: 0 5px;
}

@media print {
	#heatlist-details table {
		width:clac(100% - 1in) !important;
	}
	#premier-heatlists *, #premier-heatlists #heatlist-details table td, #premier-heatlists #heatlist-details table th, #premier-heatlists #heatlist-details table tr:nth-child(odd) td, #premier-heatlists #heatlist-details table tr:nth-child(even) td {
		background:none !important;;
		color:#000 !important;
		font-weight:400;
	}
	#premier-heatlists #heatlist-details table td {
		border:1px solid #000;
	}
	#premier-heatlists #heatlist-details table td img {
		filter:saturate(0);
		margin:-5px 0 0 0;
	}
}

.modal-header .close, .modal-header .close:hover, .modal-header .close:focus, #ndca-warning .close, #ndca-warning .close:hover, #ndca-warning .close:focus {
	margin:0; padding:7.5px;
	height:auto;
	border:none;
	background:none;
	font-size: 48px;
	line-height: 0;
	height: 30px;
	width: 30px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: -10px;
	text-shadow:none;
	outline:none !important;
	font-weight:300;
	color:#ccc;
	transition:0.2s ease-in-out;
}
.modal-header .close:focus, #ndca-warning .close:focus {
	color:#fff;
}
.modal-content {
	background-color:#333;
}
.modal-footer {
	border:none;
	justify-content:center;
}
#ndca-warning .modal-footer {
	padding: 5px;
}
.modal-footer button {background-color:rgba(255,255,255,0.25);}
.modal-footer button, .modal-footer button:hover {
	border:none;
	transition:0.2s ease-in-out;
	color:#fff;
}
.modal-footer button:hover {background-color:rgba(255,255,255,0.33);}
