
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700|Open+Sans+Condensed:300,700");

@import url("row.css");
@import url("box.css");
@import url("responsive-width.css");


html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		background-color: #e8e8e8; 
		background-image: url("/Assets/icons/bg02.png");
		height: 100%;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 400;
		color: #565656;
		line-height: 1.75em;
	}

	a {
		color: #c94663;
	}

	strong, b {
		font-weight: 700;
		color: #232323;
	}

	h2, h3, h4, h5, h6 {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		color: #232323;
	}
	
		h2 {
				font-size: 2.4em;
				padding: 0.2em 0em 0.2em 0em;
			}

		h3, h4, h5, h6 {
			font-size: 1.4em;
			padding: 0.1em 0em 0.1em 0em;
		}

	h2 a, h4 a, h5 a, h6 a {
		text-decoration: none;
		color: inherit;
	}

	blockquote {
		border-left: solid 5px #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	em, i {
		font-style: italic;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
		padding: 1.5em 0 0 0;
		margin: 1.75em 0 0 0;
	}

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	br.clear {
		clear: both;
	}

	p, ul, ol, dl {
		margin-bottom: 1em;
	}

/* Table */

	table {
		margin-bottom: 1em;
		max-width: 100%;
	}

		table tbody tr:nth-child(2n+2) {
			background: #eee;
		}

		table td {
			padding: 0.5em 1em 0.5em 1em;
		}

		table th {
			text-align: left;
			font-weight: 700;
			padding: 0.75em 1em 0.75em 1em;
		}

		table thead {
			border-bottom: solid 1px #ccc;
			background: #ddd;
			white-space: nowrap;
		}

		table tfoot {
			border-top: solid 1px #ccc;
			background: #eee;
		}
		
		table.hoverTable tbody tr:hover {
			background: #b3e9ff;
			cursor: pointer;
			-moz-transition: background .25s ease-in-out;
			-webkit-transition: background .25s ease-in-out;
			-ms-transition: background .25s ease-in-out;
			transition: background .25s ease-in-out;
		}
		
/* Subnav */

ul.subnav {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top: 0.25rem;
	overflow: hidden;
	border-bottom: 1px solid black;
}

	ul.subnav li {
		float: left;
		margin-left: 3px;
	}
	
		ul.subnav li a {
			display: block;
			color: #444;
			text-align: center;
			padding: 0.2rem 0.5rem;
			text-decoration: none;
			border-top-left-radius: 8px;
			border-top-right-radius: 8px;
			border-top: 1px solid #ddd;
			border-left: 1px solid #ddd;
			border-right: 1px solid #ddd;
			border-bottom: none;
			-moz-transition: background .25s ease-in-out;
			-webkit-transition: background .25s ease-in-out;
			-ms-transition: background .25s ease-in-out;
			transition: background .25s ease-in-out;
		}
	
			ul.subnav li.active a {
				cursor: default;
				background-color: #0080b3;
				color: white;
			}
			
			ul.subnav li:not(.active) a:hover {
				background-color: #33c5ff;
			}

/* Form */

	form label {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		color: #232323;
		margin: 0 0 0.75em 0;
	}

	form input[type="text"],
	form input[type="email"],
	form input[type="password"],
	form select,
	form textarea {
		display: block;
		border-radius: 0.4em;
		border: solid 1px #ddd;
		padding: 0.5em 0.75em;
		width: 100%;
		line-height: 1.25em;
	}

		form input[type="text"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
		form select:focus,
		form textarea:focus {
			box-shadow: 0px 0px 2px 2px #c94663;
		}

	form ::-webkit-input-placeholder {
		color: #aaa;
	}

	form :-moz-placeholder {
		color: #aaa;
	}

	form ::-moz-placeholder {
		color: #aaa;
	}

	form :-ms-input-placeholder {
		color: #aaa;
	}

/* Section/Article */
	header > p {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 300;
		display: block;
		margin-top: 1em;
		color: #999;
	}

	section, article {
		margin-bottom: 3em;
	}

	section > :last-child,
	section > .inner > :last-child, section:last-child, article > :last-child,
	article > .inner > :last-child, article:last-child {
		margin-bottom: 0;
	}

/* Image */

	.image {
		display: inline-block;
	}
	
		.image img {
			display: block;
			max-width: 100%;
			margin: auto;
		}

		.image.fit {
			display: block;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin-bottom: 2em;
		}

		.image.left {
			float: left;
			margin-right: 2em;
			margin-bottom: 2em;
		}

		.image.centered {
			display: block;
			margin-right: auto;
			margin-left: auto;
			margin-bottom: 2em;
		}

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		cursor: pointer;
		background-color: #c94663;
		background-image: url("/Assets/icons/bg01.png");
		border-radius: 0.4em;
		text-align: center;
		box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15);
		color: #fff;
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 700;
		text-decoration: none;
		-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
		transition: background-color .25s ease-in-out, color .25s ease-in-out;
		text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
	}

		input[type="button"]:disabled, input[type="button"].disabled,
		input[type="submit"]:disabled,
		input[type="submit"].disabled,
		input[type="reset"]:disabled,
		input[type="reset"].disabled,
		button:disabled,
		button.disabled,
		.button:disabled,
		.button.disabled {
			opacity: 0.35;
			cursor: default;
		}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background-color: #d95673;
		}

		input[type="button"]:active,
		input[type="submit"]:active,
		input[type="reset"]:active,
		button:active,
		.button:active {
			background-color: #b93653;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			background-color: #364050;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background-color: #465060;
			}

			input[type="button"].alt:active,
			input[type="submit"].alt:active,
			input[type="reset"].alt:active,
			button.alt:active,
			.button.alt:active {
				background-color: #263040;
			}

/* List */

	ul {
		list-style: disc;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

/* Icons */

	.icon {
		text-decoration: none;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon:before {
			line-height: normal;
		}

		.icon > .label {
			display: none;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}
		
/* Title Bar */

	#titleBar {
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transition: -moz-transform 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease;
		transition: transform 0.5s ease;
		height: 44px;
		left: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9997;
		background: #364050 url("/Assets/icons/bg01.png");
	}

		#titleBar .title {
			display: block;
			color: #fff;
			line-height: 44px;
			font-size: 1.25em;
			font-family: 'Open Sans Condensed', sans-serif;
			font-weight: 700;
			letter-spacing: 0.1em;
			text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
			box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
			text-align: center;
			white-space: nowrap;
		}

		#titleBar .toggle {
			text-decoration: none;
			outline: 0;
			width: 1px;
			height: 1px;
			position: absolute;
			top: 0;
			left: 0;
			display: none;
		}

			#titleBar .toggle:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			#titleBar .toggle:before {
				text-decoration: none;
				content: '\f0c9';
				display: block;
				position: absolute;
				top: 7px;
				font-size: 14px;
				width: 50px;
				height: 30px;
				line-height: 30px;
				background: #c94663 url("/Assets/icons/bg01.png");
				border-radius: 5px;
				color: #fff;
				text-align: center;
				box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.15), 0 0.025em 0.15em 0em rgba(0, 0, 0, 0.25);
				text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
				left: 7px;
			}

			#titleBar .toggle:active:before {
				background-color: #d95673;
			}
			
/* Sidebar */

	#sidebar {
		color: rgba(255, 255, 255, 0.55);
		text-shadow: -1px -1px 0px rgba(0, 0, 0, 0.5);
		width: 14em;
		padding: 3em 1.25em 1em 1.25em;
		background: #364050 url("/Assets/icons/bg01.png");
		overflow-y: auto;
		left: 0;
		box-shadow: inset -0.1em 0em 0.35em 0em rgba(0, 0, 0, 0.15);
		-moz-order: -1;
		-webkit-order: -1;
		-ms-order: -1;
		order: -1;
		display: block;
		height: 100% !important;
		min-height: 0 !important;
		position: fixed;
		top: 0;
		z-index: 9998;
	}

		#sidebar section, #sidebar nav {
			position: relative;
			margin: 2em 0 0 0;
			font-size: 0.9em;
		}

			#sidebar section:before, #sidebar nav:before {
				content: '';
				border-top: solid 1px;
				border-bottom: solid 1px;
				border-color: rgba(0, 0, 0, 0.25);
				box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075), 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
				display: block;
				height: 0.5em;
				margin: 0 0 2em 0;
			}

		#sidebar strong, #sidebar b {
			color: #fff;
		}
		
		#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
			color: #fff;
		}
		
		#sidebar li {
			padding-left: 0;
		}

		#sidebar a {
			color: #d4dde0;
		}
		
			#sidebar li a {
				display: block;
				padding: 0.1em 1em 0.1em 1em;
				margin-top: 0.2em;
				margin-bottom: 0.2em;
				text-decoration: none;
				outline: 0;
				border-radius: 0.4em;
				-moz-transition: background-color .25s ease-in-out, color .25s ease-in-out;
				-webkit-transition: background-color .25s ease-in-out, color .25s ease-in-out;
				-ms-transition: background-color .25s ease-in-out, color .25s ease-in-out;
				transition: background-color .25s ease-in-out, color .25s ease-in-out;
			}
			
				#sidebar li:hover > a {
					background-color: rgba(255, 255, 255, 0.1);
					color: #fff;
				}
		
/* Nav */

	#sidebar nav ul {
		margin: 0;
		list-style: none;
		padding-left: 0;
	}

	#sidebar nav li {
		border-top: solid 1px rgba(0, 0, 0, 0.25);
		box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.075);
	}

		#sidebar nav li:first-child {
			border: 0;
			box-shadow: none;
			padding-top: 0;
		}

		#sidebar nav li:last-child {
			padding-bottom: 0;
		}

	#sidebar nav > ul > li > a {
		padding-top: 0.4em;
		padding-bottom: 0.4em;
	}

		#sidebar nav li:hover > a, #sidebar nav.accordion li.active > a {
			background-color: rgba(0, 0, 0, 0.15) !important;
			box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0.25em 0 rgba(0, 0, 0, 0.25);
			font-weight: 700;
			color: #fff;
		}

		#sidebar nav.accordion > ul > li.has-sub ul {
			display: none;
		}

		#sidebar nav.accordion li.has-sub ul {
			margin-left: 1em;
			background-color: #f8f8f8;
			border-radius: 0.4em;
		}

		#sidebar nav.accordion > ul > li.has-sub > ul {
			margin-top: 0.5em;
			margin-bottom: 1em;
		}

		#sidebar nav.accordion li.has-sub ul a {
			color: #232323;
			text-shadow: none;
			margin-top: 0;
			margin-bottom: 0;
		}

			#sidebar nav.accordion > ul > li.has-sub > a {
				background: url(/Assets/icons/icon_plus.png) 98% center no-repeat;
			}

			#sidebar nav.accordion > ul > li.has-sub.active > a {
				background: url(/Assets/icons/icon_minus.png) 98% center no-repeat;
			}

			#sidebar nav.accordion > ul > li.has-sub > ul li.has-sub > a {
				background: url(/Assets/icons/icon_plus_dark.png) 98% center no-repeat;
			}

			#sidebar nav.accordion > ul > li.has-sub > ul li.has-sub.active > a {
				background: url(/Assets/icons/icon_minus_dark.png) 98% center no-repeat;
			}

		#sidebar nav.accordion > ul > li.has-sub > ul li:hover > a, #sidebar nav.accordion li.has-sub > ul > li.active {
			background-color: rgba(176, 176, 176, 0.75);
		}
		
			#sidebar nav.accordion > ul > li.has-sub li, #sidebar nav.accordion > ul > li.has-sub li > a {
				border-radius: 0em;
			}

				#sidebar nav.accordion > ul > li.has-sub li:first-child, #sidebar nav.accordion li.has-sub > li:first-child > a {
					border-radius: 0.4em 0.4em 0em 0em;
				}
	
				#sidebar nav.accordion li.has-sub > ul > li:last-child, #sidebar nav.accordion li.has-sub > ul > li:last-child > a {
					border-radius: 0em 0em 0.4em 0.4em;
				}

/* Language Selector */

	#language-selector .flag-icon {
		padding-right: 2.5em;
	}

/* Copyright */

	#copyright ul {
		list-style: none;
		padding-bottom: 2em;
		padding-left: 0;
		font-size: 1.1em;
	}

/* Content */

	main {
		position: absolute;
		background-color: #fff;
		background-image: url("/Assets/icons/bg02.png");
		width: 100%;
		z-index: 1;
		top: 44px;
	}

		main header {
			text-align: center;
		}

			main header img {
				margin-bottom: 0 !important;
			}

		main #page-title {
			color: #FFFFFF;
			background-color: #669966;
			margin-bottom: 0.5em;
			text-align: center;
		}

		main .announcements {
			text-align: left;
		}

		main a {
			text-decoration: none;
			border-bottom: thin solid;
			border-bottom-color: transparent;
			transition: border-color 0.2s linear;
		}
			
			main a:hover {
				border-bottom-color: #c94663;
			}
			
		main p, main dl {
			text-align: justify;
		}
				
		main .sponsors {
			text-align: center;
			margin-top: 1em;
		}
			
			main .sponsors img {
				max-height: 6em;
			}
		
		main .dates {
			margin-left: auto;
			margin-right: auto;
		}
		
			main .dates tr td {
				width: 50%;
			}
			
				main .dates tr td:first-child {
					text-align: right;
				}
				
				main .dates tr td:last-child {
					text-align: left;
				}
		
		main .hotels {
			margin-left: auto;
			margin-right: auto;
		}
		
			main .hotels thead tr {
				text-align: center;
			}
			
			main .hotels tbody tr td {
				text-align: left;
			}
			
				main .hotels tbody tr td:nth-child(3) {
					text-align: center;
				}
				
		main .stats {
			width: auto;
		}
		
			main .stats tr td:first-child {
				text-align: right;
			}
			
			main .stats tr td:last-child {
				text-align: left;
			}
				
		main pre {
			font-family: monospace;
			font-size: 0.9em;
			white-space: pre-wrap;
			white-space: -moz-pre-wrap;
			white-space: -pre-wrap;
			white-space: -o-pre-wrap;
			word-wrap: break-word;
		}
		
		main .iframe-container {
			width: 75%;
			padding-top: 62.5%; /* 8:5 Aspect Ratio */
			position: relative;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 2em;
		}
		
			main .iframe-container iframe {
				width: 100%;
				height : 100%;
				position: absolute;
				top: 0;
				bottom: 0;
				left: 0;
				right: 0;
			}
			
	dl.dots { 
		width: 100%
	}
	
	dt.dots {
		float: left;
		width: 97%;
		overflow: hidden;
		white-space: nowrap
	}
	
	dd.dots {
		float: left;
		text-align: right;
		width: 3%;
		overflow: hidden
	}
	
		dt.dots:after {
			content: "......................................................................................................................................................................................................................................................"
		}

		