@charset "utf-8";
/* CSS Document */

html, body, header, article, nav, section, aside, time, h1, h2, h3, p, a, ul, li, dl, dd, dt, table, thead, tfoot, tbody, th, tr, td, .graphMenuItem {
	font-family: 'Rubik', sans-serif;
}

/* Header & Intro styles */

.header-wrap {
	width: 100%;
	text-align: center;
	background:url(../img/header_background.png) bottom repeat-x;
}

.header {
	max-width: 980px;
	display: flex;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 60px 0;
	}
	
.logo-container {
	margin-top: 10px;
}
	
.page-title {
	width: 100%;
}
	
.page-title h1 {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 36pt;
	line-height: 1em;
	text-align:right;
	color: #6ba3b8;
	border: none;
}

.intro-wrap {
	width: 100%;
	background: #6ba3b8;
}

.intro {
	max-width: 980px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.intro p {
	color: #fff;
	font-size: 14pt;
	font-weight: 300;
	padding: 20px 0;
	line-height: 1.3em;
}
	
/* Chart styles */

.highcharts-root {overflow: visible; }

.highcharts-container  {overflow: visible !important;}

.highcharts-title {
	font-weight: 300 !important;
	text-transform: uppercase;
	font-size: 28px !important;
	fill: #6ba3b8 !important;
	line-height: 2em;
	}
	
.graphMenuItem {
	text-transform: uppercase;
	font-weight: 400;
	height: auto;
	padding: 10px 3px;
	border: none;
	background: #a6c8d4;
	border-radius: 5px;
}

.graphMenuItem.current {
	background: #6ba4b8;
	color: #fff;
}

.info {
	color: #C5003E;
	font-size: 24px;
	width: 28px;
	height: 28px;
	line-height: 28px;
	border-radius: 16px;
	border-color: #C5003E;
}
	
.info.centered {
	margin: 5px auto 10px auto;
}

.checkbox-name {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size: 13px;
	line-height: 32px;
	color: #6ba4b8;
}

.checkboxes-title {
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 400;
	line-height: 10px;
	color: #6ba4b8;
	padding-top: 35px;
}

#graphMenuAux input {
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	margin-top: -2px;
}
	
