@charset "UTF-8";
body {
	background-color: #ECF2FA;
	font-family: Arial, Verdana, clean;
	color: #333;
}

.title-wrapper
{
	display:table;
	width:100%;
}

.logo1, .logo2, .title-bigger
{
	display:table-cell;
}

.logo1
{
	width:60px;
}

.logo2
{
	width:51px;
}

.logo1 img, .logo2 img
{
	max-width:100%;
}

.rbox
{
	border-radius: 2em;
	border: 2px solid #336699;
	padding: 1em;
	margin: 5px;
	background-color: white;
	min-width:260px;
}

.title
{
	font-size: 1.5em;
	padding-bottom: 0.3em;
}

.title-bigger
{
	font-size: 3em;
	font-weight: bold;
	color: #336699;
	text-align:center;
	vertical-align:middle;
}

.acronym
{
	font-size: 1.08em;
	display: table;
	clear: both;
	text-align: center;
	margin:auto;
}

.rbold
{
	font-weight: bold;
	color: #336699;
}

.small-print
{
	font-size: 0.9em;
	text-align: justify;
}

#score
{
	text-align: center;
	overflow: hidden;
}

.score-wrapper
{
	 display: table;
	 margin: 0 auto;
}

.score-title
{
	text-align: right;
	vertical-align: middle;
	padding: 0px 1em 0px 0px;	
}

.score-number
{
	font-size: 4em;
	font-weight: bold;
	vertical-align:middle;
	padding: 0px 20px 0px 0px;
	min-width:2em;
	visibility: hidden;
	
}

.radio-title
{
	float:left;
	width: 40%;
}

.radio-options
{
	float:right;
	width:60%;
}

.radio-wrapper
{
	overflow: hidden;
	margin-top: 1em;
}

.radio-wrapper input
{
	margin-bottom:0.7em;
}

.numeric-wrapper
{
	clear:both;
	overflow:hidden;
}

.numeric-row
{
	position:relative;
	overflow:hidden;
	clear:both;
	float:right;
}

.numeric-entry, .numeric-unit
{
    display:inline-block;
    vertical-align: center;
}

.numeric-entry
{
	clear:left;
	color:#000;
}

.numeric-entry input
{
	font-size:1em;
	text-align:right;
}

.numeric-label.invalid, .numeric-entry.invalid input, .numeric-unit.invalid
{
	color:#F00;
}

.numeric-unit
{
	clear:right;
	width:3em;
	margin-left:0.1em;
}

.numeric-definition
{
	position:relative;
	overflow:hidden;
	clear:both;
	float:right;
}

.numeric-row
{
	margin-bottom:0.2em;
}

.numeric-label
{
	display: inline;
}

#about .p
{
	padding-bottom: 0.2em;
}

.category
{
	font-weight: bold;
	text-align: left;
}

.row
{
	clear: both;
	margin-bottom: 0.2em;
}

.sg
{
	display: block;
	overflow: hidden;
}

.sg label
{
	display: inline;
}

.sg .switch
{
	float: right;
	display: block;
	margin-top:0.1em;
}

.rl label
{
	text-align: right;
	display: block;
}

#col1
{
	float: left;
	width: 50%;
}

#col2
{
	float: left;
	width: 50%;
}

#footer
{
	clear:both;
	overflow: hidden;
	position: relative;
	width:100%;
}

.footerbackground
{
	width:100%;
	float: left;
}

.footerbackground img
{
	width:100%;
}

.footertoplogo
{
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	float:left;
}


.footerbottomlogo
{
	position: absolute;
	z-index:1;
	right:10px;
	bottom:10px;
}



#chart
{
	background-image: url('Circuit.jpg');
	background-size: cover;	
}

.chartcontainer
{
	width: 100%;
	padding-top: 91.28878282%;
	position: relative;
}

.RG, .lines
{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background-size: 100% 100%;
}

.RG img, .lines img
{
	width: 100%;
	height: auto;
}

a img { border: 0; }

.info
{
	position: relative;
	display: inline-block;
	border-radius:50%;
	background-color: #3863C8;
	height: 12px;
	width: 12px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	font-family: serif;
	margin-left: 0.8em;
	font-size: 11px;
	padding: 0;
	top: -1px;
	/*top right bottom left*/
}

.info:after
{
	content:'';
	position: absolute;
	top: -4px; bottom: -4px;
	left: -4px; right: -4px;	
}

.defn
{
	display: none;
}

.defn.open
{
	display: block;
	clear:both;
	color: #3863C8;
	margin-bottom: 0.8em;
}

.blue
{
	color: #3863C8;
}

/*media queries*/
@media (max-width:1165px)
{
	.title-bigger
	{
		font-size: 2.5em;
	}
}

@media (max-width:873px)
{
	.footertoplogo
	{
		max-width: 30%;
	}

	.footerbottomlogo
	{
		max-width: 68%;
	}

	.footerbottomlogo img, .footertoplogo img
	{
		max-width: 100%;
	}
}

@media (max-width:1050px)
{
	.title-bigger
	{
		font-size: 2em;
	}
}

@media (max-width:920px)
{
	.title-bigger
	{
		font-size: 1.5em;
	}
}

@media (max-width:800px)
{
	#col1, #col2
	{
		float:none;
		width: 100%;
	}

	.title-bigger
	{
		font-size: 3em;
	}
	
	.rbox
	{
		padding: 0.7em;
	}
	
	.row
	{
		padding-top: 0.2em;
	}
		
	.category
	{
		margin-bottom: 0.1em;	
	}
}

@media (max-width:560px)
{
	.title-bigger
	{
		font-size: 2.5em;
	}
}

@media (max-width:525px)
{
	.title-bigger
	{
		font-size: 2em;
	}
}

@media (max-width:460px)
{
	.title-bigger
	{
		font-size: 1.5em;
	}

	.footertoplogo
	{
		top: 5px;
		left: 5px;
	}
}