@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,800|Roboto:300,400,500,700,900);


/*                  */
/* Resets & Globals */
/*                  */

body {
	margin: 0;
	padding: 0;
}

* {
	outline: none;
}

.clearFix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearFix {
	display: inline-block; 
}

/* start commented backslash hack \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* close commented backslash hack */

body {
	background-color: rgb(0,0,0);
	font-family: "Roboto";
	font-size: 1em;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased;
}

#noJs {
	background-color: rgb(139,0,0);
	position: relative;
	padding: 5px 25px 5px 25px;
	color: rgb(250,250,250);
	text-align: center;
	z-index: 0;
}

#noJs i:nth-child(1) {
	position: absolute;
	top: 8px;
	left: 8px;
}

#noJs i:nth-last-child(1) {
	position: absolute;
	top: 8px;
	right: 8px;
}

.containIt {
	background-color: rgb(255,255,255);
	max-width: calc(1200px - 15px);
	margin: 0 auto 0 auto;
	padding: 15px;
	overflow: hidden;
}

.w3r-offscreen {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/*        */
/* XXXXXX */
/*        */

#pageAwards ul li {
	margin-bottom: 5px;
}


nav ul {
	
	text-align: center;
}


footer {
	padding: 15px 0 0 0;
	text-align: center;
	color: rgba(0,0,0,0.8);
	font-size: 0.85em;
}


