@charset "utf-8";
/* CSS Document */
/*
dark blue: #142041;
light blue: #D6E0E6;
gold: #8a672a;



*/

body {
	/* Margin bottom by footer height */
	margin-bottom: 60px;
	background-color: #ffffff;
	background: url(images/gradient_bg2.png) repeat-x #b6c8d3;
}
header {
	background: #142041;
	color: #ffffff;
	font-size: 1.5em;
	line-height: 2.0em;
	padding: 5px 5px 5px 15px;
	margin: 0;
	height:70px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.registration-header {
	text-align: center;
	border-bottom: 1px #cccccc solid;
	padding-bottom: 20px;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.registration-header h1 {
	font-size: 1.3em;
	margin: 0;
}
h1, h2, h3, h4 {
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.01em;
	line-height: 2em;
	font-weight: normal;
}
h1 {
	color: #666;
	font-size: 1.7em;
	line-height:1.5em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
.container, .footer {
	max-width: 1280px;
}
/*this is for accessibility*/
a:focus {
	outline: 1px #999 dashed;
}
/*end accessibility*/
.navbar {
	border-radius: 0;
	border: 0 none;
	background: #192c44; /* Old browsers */
	background: -moz-linear-gradient(top, #192c44 12%, #5a7587 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, #192c44), color-stop(100%, #5a7587)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #192c44 12%, #5a7587 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #192c44 12%, #5a7587 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #192c44 12%, #5a7587 100%); /* IE10+ */
	background: linear-gradient(to bottom, #192c44 12%, #5a7587 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#192c44', endColorstr='#5a7587', GradientType=0 ); /* IE6-9 */
}
.navbar-inverse .navbar-nav > li > a {
	color: #ddd;
}
.navbar-inverse .navbar-brand {
	color: #ddd;
}
/*sidebar nav*/

.list-group {
	box-shadow: 1px 1px 3px #ddd;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item:hover, .list-group-item.active:focus {
	background-color: #D6E0E6;
	color: #000;
	outline: 1px #ddd solid;
}
.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.list-group-item:last-child {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
a.list-group-item {
	color: #555;
}
.list-group-item {
	padding: 5px 15px;
}
/* /sidebar nav*/

.container-fluid.RISC, .container.RISC {
	background: none repeat scroll 0 0 #fff;
	padding: 0;
}
.container {
	width: 100% !important;
}
.row.RISC {
	background: #fff;
	padding-top: 0;
	padding-bottom: 40px;
}
img.seal {
	margin: 10px;
	
}/*so logos don't wrap*/
.col-sm-3.hidden-sm.pull-right img{
	margin-right:0;
	padding-right:0;

}
/*pre-assessment, post-assessment*/
div .pre-assess{
	background:#e9eef2;
	}
div .post-assess{
	background:#e9f2ee;
	padding:0 15px;
	}
div .post-assess .form-group{
	margin-bottom:0;
	}
div .pre-assess select.form-control, .pre-assess label, div .post-assess select.form-control, .post-assess label{
	width: 95%;
    margin: 5px 10px 10px 15px;
	}

div .pre-assess label, div .post-assess label{
	font-weight:normal;
	}
/*sticky footer*/
.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	/* Set the fixed height of the footer here */
	background: #142041;
	padding: 10px;
	z-index: 999;
	text-align: center;
}

@media screen and (max-width:1024px){
.col-sm-4.hidden-sm.pull-right{
	display: none;
}
@media screen and (max-width: 980px) {
.row.RISC {
	padding:0 15px 40px 15px;
}
.footer{
	margin-left:-15px;
	}
}

/* for <IE10 viewport hack */

@-webkit-viewport {
width: device-width;
}
@-moz-viewport {
width: device-width;
}
@-ms-viewport {
width: device-width;
}
@-o-viewport {
width: device-width;
}
@viewport {
width: device-width;
}
