@font-face
{
	font-family: 'vantage';
	src: url('fonts/vantage.eot');
	src: url('fonts/vantage.eot?#iefix') format('embedded-opentype'),
		 url('fonts/vantage.woff') format('woff'),
		 url('fonts/vantage.ttf') format('truetype'),
		 url('fonts/vantage.svg#vantage') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'URWLGothicL';
	src: url('fonts/URWGothicL.eot');
	src: url('fonts/URWGothicL.eot?#iefix') format('embedded-opentype'),
		 url('fonts/URWGothicL.woff2') format('woff2'),
		 url('fonts/URWGothicL.woff') format('woff'),
		 url('fonts/URWGothicL.ttf') format('truetype'),
		 url('fonts/URWGothicL.svg#URWLGothicL') format('svg');
	font-weight: normal;
	font-style: normal;
}

[data-icon]:before,
[class^="icon-"]:before,
[class*=" icon-"]:before
{
	content: attr(data-icon);
	padding-right: 0.3em;
	font-family: vantage;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-awards:before
{
	content: "a";
}

.icon-results:before
{
	content: "r";
}

html,
body
{
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

body
{
	height: 100%;
	background-color: #393939;
	font-family: "URW Gothic L", URWLGothicL, "Avant Garde", "Century Gothic", Futura, sans-serif;
	font-size: 16px;
	line-height: 1;
}

#logo,
header
{
	height: 10%;
	padding-left: 2%;
	padding-right: 2%;
	overflow: hidden;
	background-color: #39a3ef;
}

#logo
{
	background: #39a3ef url("../img/logo.png") center no-repeat;
	background-size: 90%;
}

#tplHeader
{
	background-color: #a4d603;
}

#tplNav
{
	height: 90%;
}

main
{
	width: 90%;
	height: 85%;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	background-color: #fff;
}

article
{
	height: 100%;
	padding: 2%;
	overflow: auto;
}

div.spacer
{
	height: 2%;
	clear: both;
}

footer
{
	margin-top: 0.5em;
	color: #a0a09e;
	font-size: 0.7em;
}

h1
{
	margin: -0.65em 0;
	position: relative;
	top: 50%;
	font-size: 2.5em;
	font-weight: normal;
	line-height: normal;
}

a
{
	color: #00aeef;
	text-decoration: none;
}

a:hover
{
	color: #8fba0e;
}

/* Header */
#tplHeader
{
	text-align: right;
	color: #838181;
	padding-right: 5%;
}

#tplHeader h1
{
	font-size: 3em;
}

/* Navigation */
#tplNav ul
{
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#tplNav li
{
	height: 19%;
	padding: 0;
	margin: 0;
	margin-top: 40%;
	position: relative;
	text-align: center;
}

#tplNav li:hover
{
	color: #a4d603;
}

#tplNav a
{
	display: block;
	margin-top: -3em;
	margin-left: -2.55em;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	font-weight: bold;
}

#tplNav a:hover:before
{
	color: #a4d603;
}

#tplNav a:active:before,
#tplNav a.selected:before
{
	color: #39a3ef;
}

#tplNav a:before
{
	white-space: pre;
	font-family: vantage;
	font-size: 5em;
	font-weight: normal;
}

#navAwards a:before
{
	content: "a\A";
}

#navResults a:before
{
	content: "r\A";
}

/* Content */
main header
{
	color: #fff;
}

header h1
{
	margin: -0.65em 0;
	font-size: 2.5em;
}

main header h1.right
{
	float: right;
}

span.icon-close:before
{
	padding: 0;
	font-size: 2.5em;
}

main article .main
{
	height: 100%;
	border: 1px solid transparent; /* min-height/margin-bottom fix */
}

/* Data */
.awards
{
	float: left;
	margin-right: 10%;
}