html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%
}
button, html, input, select, textarea {
	color: #222;
	font-family: sans-serif
}
body {
	box-sizing: initial;
	font-size: 1em;
	line-height: 1.4;
	margin: 0
}
body {
	background-color: #fff;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	color: #383838;
	font-size: .95em;
	line-height: 1.5;
}
a:link {
    color: rgb(56, 56, 56);
    text-decoration: none;
}

a:visited {
    color: rgb(56, 56, 56);
}

a:hover, a:focus, a:active {
    color: rgb(56, 56, 56);
    text-decoration: underline;
}

h1 {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	color: #2c5dab;
	text-decoration: none;
	line-height: 1.2;
	display: inline
}
h2 {
	margin-top: .167em;
	margin-bottom: 8px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	color: #4d764d;
	font-size: 1.3em;
	text-decoration: none
}
h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	color: #2c5dab;
	font-size: 1.1em;
	text-decoration: none
}
.section {
	padding: 15px;
	overflow: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	background-color: #fff;
	position: relative;
}
/*
.section {
	border-radius: 15px;
	box-shadow: 0 3px 12px #08213b33;
}
*/
/*
@media (min-width: 768px) {
	.section {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.section {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.section {
		width: 1170px;
	}
}
*/
header .section {
	margin-top: 15;
}
footer {
	clear: both;
}
footer .section {
	margin-bottom: 15px;
}
hr {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	border: 0;
	border-top: 1px solid #CCC;
}
.section img {
	max-width: 100%;
	height: auto;
}
.content_box {
	background-color: #F5F5F5;
	background-color: rgba(0, 0, 0, 0.04);
	border: solid #c4c6c6 1px;
	padding: 15px;
	margin-bottom: 2em;
	box-shadow: 0 3px 12px #08213b33;
	border-radius: 10px;
}
.content_box.alert {
	border: solid #a94442 3px;
}
.section > :first-child, .content_box > :first-child {
	margin-top: 0;
}
.section > :last-child, .content_box > :last-child {
	margin-bottom: 0;
}
.pageicons {
	display: block;
	margin-bottom: 1em;
}
@media (min-width: 768px) {
	.pageicons {
		position: absolute;
		top: 15px;
		right: 15px;
	}
}
.title {
	text-align: center;
}
.errormessage {
	color: #F00;
	font-weight: bold;
	font-size: 120%;
}
.warningmessage {
	color: rgba(0, 170, 0, 1);
	font-weight: bold;
	font-size: 120%;
}
.message {
	font-weight: bold;
	font-size: 120%;
}
p.indent, div.indent {
	padding-left: 25px;
}
.help-block {
	margin-top: 0px;
	margin-bottom: 0px;
}
.help-block ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
.smaller {
	font-size: 80%;
}
/*
.btn-default, .btn-primary {
  color: #FFF;
  background-color: #2c5dab;
}

a:link {
    color: rgb(56, 56, 56);
    text-decoration: none;
}

a:visited {
    color: rgb(56, 56, 56);
}
*/
s
.btn-default:link, .btn-default:visited, 
.btn-primary:link, .btn-primary:visited {
  color: #FFF;
  background-color: rgb(44, 93, 171);
  text-decoration: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, 
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  color: #CCC;
  background-color: #rgb(44, 93, 171);
  text-decoration: none;
}
.btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover, .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: rgb(44, 93, 171);
  border-color: #ccc;
}
.required {
	color: #a94442;
}
.formwrapper {
	overflow: hidden;
	/*margin-right: -15px;
	margin-left: -15px;*/
}
.form {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.form .buttons {
	text-align: center;
}
p.control-label {
	font-weight: 700;
}
.fieldset-inline legend {
	float: left;
	width: auto;
}
legend.control-label {
	font-size: 1em;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	border-bottom: none;
}
/* Make sibling checkboxes and radio buttons not be bold */
legend.control-label ~ label, legend.control-label ~ span > label {
	font-weight: 400;
}
.form-horizontal legend.control-label {
	margin-bottom: 0;
	font-size: inherit;
	color: inherit;
	border-bottom: none;
	font-weight: 700;
}
.form-inline legend.control-label {
	float: left;
	width: auto;
	margin-right: 20px;
}
.has-error legend.control-label {
	color: #a94442;
}
.has-success legend.control-label {
	color: #3c763d;
}
.display-form-error {
	display: none;
}
.has-valdation-errors .display-form-error {
	display: block;
}
legend.control-label ~ .radio {
	margin-left: 20px;
}
legend.control-label + .radio {
	margin-top: 0;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: left;
	}
}
@media (min-width: 992px) {}
.table-responsive {
	background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
	background-position: left center, right center, left center, right center;
	background-repeat: no-repeat;
	background-color: white;
	background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
	background-attachment: local, local, scroll, scroll;
}
/* Force printing to implement small grids */
@media print {
	body {
		font-size: 12px;
	}
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	h1, .h1 {
		font-size: 24px;
	}
	h2, .h2 {
		font-size: 22px;
	}
	h3, .h3 {
		font-size: 20px;
	}
	.section {
		padding-left: 10px;
		padding-right: 10px;
		margin-top: 10px;
	}
	.form-group input, .form-group select {
		padding: 1px;
		height: 2em;
		line-height: 1em;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
	.clearwrap .col-sm-1:nth-child(12n+1) {
		clear: left;
	}
	.clearwrap .col-sm-2:nth-child(6n+1) {
		clear: left;
	}
	.clearwrap .col-sm-3:nth-child(4n+1) {
		clear: left;
	}
	.clearwrap .col-sm-4:nth-child(3n+1) {
		clear: left;
	}
	.clearwrap .col-sm-6:nth-child(odd) {
		clear: left;
	}
	a[href]::after {
		content: none !important;
	}
	#bottomnav {
		display: none;
	}
}

.qb_question {
}
.qb_questionid {
	float:left;
	width: 2.5em;
	font-weight: bold;
}
.qb_questiontext {
	margin-left: 2.5em;
}
.qb_questiontext legend {
	/*font-weight: normal;*/
}
.qb_questiontext .radio-inline {
	/*font-weight: bold;*/
}
input[type=file].form-control {
	-webkit-box-shadow: none; 
	box-shadow: none: ;
}
.DBE-row label.control-label {
	display: block;
	width: 100%;
}
@media (max-width: 767px) {
	.DBE-row .row {
		margin-left: 2.5em;
	}		
}
@media (min-width: 768px) {
	.DBE-row+.DBE-row label.control-label,
	.DBE-row+.DBE-row legend.control-label,
	.DBE-row > legend.control-label {
		display: none;
	}
	.DBE-row .radio-inline {
		margin-top: 6px;
	}

}
