.font-normal {
	font-weight: 400;
}

.font-semi {
	font-weight: 600;
}

.font-bold {
	font-weight: 700;
}

h1, h2, h3, h4, h5, h6, span {
	font-weight: 300 !important;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0.67em 0 !important;
}


header {
	width: 100%;
	height: 200px;
	background-image: url(../images/homeheader.jpg);
	background-size: 768px 200px;
	background-repeat: no-repeat;
	background-position: top center;
}

div.header-top {
	width: 100%;
	height: 12px;
	background: rgba(255, 255, 255, 0.7);
	border-bottom: 2px solid #2593E7;
	margin-bottom: 18px;
}

div.footer-bottom {
	width: 100%;
	height: 12px;
	background: rgb(255, 255, 255);
	border-top: 2px solid #2593E7;
	position: absolute;
	bottom: 0;
}

h1 {
	font-size: 1.6em;
	text-align: center;
	line-height: 1em;
}

img.headerlogo {
	max-width: 300px;
}

footer {
	width: 100%;
	height: 106px;
	background-color: #044770;
	color: #9B9B9A;
	font-size: 8px;
	text-align: center;
	position: relative;
}

footer p {
	text-align: center;
	margin: 24px 0 10px;
}

footer img {
	margin-top: 20px;
}

.login {
	background: #2985CC;
	height: auto;
	width: 100%;
	margin-top: 20px;
}

.login h1 {
	text-align: left;
	color: white;
}

.sectiontitle {
	height: auto;
	width: 100%;
}

.sectiontitle h1 {
	text-align: left;
	color: white;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
}

.sectiontitle img {
	max-width: 70px;
}

.sectionh1container {
	min-height: 70px;
}

.sectiontitle p {
	font-size: 13px;
	color: white;
	margin-top: 15px;
	margin-bottom: 30px;
}

h1.questionnumber {
	color: #000;
	text-align: center;
	padding: 0;
	margin: 0;
}

.questioncontainer {
	min-height: 1.6em;
	position: relative;
}

.questioncontainer h3 {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 0;
	font-size: 1em;
}

.answers {
	width: 100%;
}

.answers > div:first-of-type {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.answers > div:last-of-type {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

div.answer {
	width: 160px;
	color: white;
	text-align: center;
	height: 60px;
	display: table-cell;
	vertical-align: middle;
	border-right: 2px solid white;
	padding: 5px;
	font-size: 0.9em;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.selecting {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.selectclicked {
	display: block;
}

main input[type="text"], main input[type="password"], main input[type="email"] {
	height: 50px;
	background: white;
	border: 1px solid #D3D3D3;
	border-radius: 6px;
	color: #aaa;
	font-size: 24px;
	font-weight: 300;
	width: 100%;
	padding: 0 5px;
	margin-bottom: 15px;
}

div.formbutton {
	color: white;
	border-radius: 6px;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
}

.buttonblue {
	background-color: #2985CC;
}

.buttongreen {
	background-color: #0BBF00;
	cursor: default !important;
}

.buttonred {
	background-color: #DF0020;
}

.buttongray {
	background-color: #A0A0A0;
}

span.panelgroupname {
	line-height: 50px;
	font-size: 1.5em;
}


.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.mt80 {
	margin-top: 80px;
}

@media (min-width: 480px) {
	header {
		height: 300px;
		background-size: 1152px 300px;
	}

	img.headerlogo {
		max-width: 400px;
	}

	h1 {
		font-size: 2.3em;
		line-height: 1em;
	}

	div.header-top {
		height: 15px;
		margin-bottom: 24px;
	}

	div.footer-bottom {
		height: 15px;
	}

	.sectiontitle img {
		max-width: 90px;
	}

	.sectionh1container {
		min-height: 90px;
	}

	.sectiontitle p {
		font-size: 14px;
	}

	.questioncontainer {
		min-height: 2.3em;
	}

	.questioncontainer h3 {
		font-size: 1.15em;
	}
}

@media (min-width: 768px) {

	header {
		height: 400px;
		background-size: 1536px 400px;
	}

	img.headerlogo {
		max-width: 384px;
	}

	h1 {
		font-size: 2.8em;
		line-height: 1em;
	}

	footer {
		font-size: 8px;
	}

	footer > div.container > div.row {
		position: relative;
		height: 106px;
	}

	footer p {
		position: absolute;
		left: 20px;
		bottom: 10px;
		margin-top: 0;
	}

	footer img {
		position: absolute;
		right: 20px;
		top: 20px;
		margin-top: 0;
	}

	div.header-top {
		height: 18px;
		margin-bottom: 30px;
	}

	div.footer-bottom {
		height: 18px;
	}

	span.inputlabel {
		line-height: 50px;
	}

	div.topest {
		margin-top: 50px;
	}

	div.formbutton {
		margin-top: 80px;
	}

	div.lostbutton {
		margin-top: 80px;
	}

	.sectiontitle img {
		max-width: 110px;
	}

	.sectionh1container {
		min-height: 110px;
	}

	.sectiontitle p {
		font-size: 15px;
	}

	.questioncontainer {
		min-height: 2.8em;
	}

	.questioncontainer h3 {
		font-size: 1.3em;
	}
}

@media (min-width: 992px) {
	header {
		height: 500px;
		background-size: 1920px 500px;
	}

	img.headerlogo {
		max-width: 500px;
	}

	h1 {
		font-size: 3.4em;
		line-height: 1em;
	}

	.sectiontitle img {
		max-width: 130px;
	}

	.sectionh1container {
		min-height: 130px;
	}

	.sectiontitle p {
		font-size: 16px;
	}

	.questioncontainer {
		min-height: 3.4em;
	}

	.questioncontainer h3 {
		font-size: 1.5em;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px !important;
	}
}

.backInBlack {
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	position: fixed;
	background-color: rgba(255, 255, 255, 0.75);
	z-index: 20000;
	display: flex;
	align-items: center;
}

.backInBlack .tpicContent {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 32px;
	margin-left: -100px;
	margin-top: -16px;
	overflow: hidden;
}

.tpic {
	width: 20px;
	height: 20px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	top: 6px;
	-webkit-animation-duration: 3s;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	animation-duration: 3s;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
	animation-iteration-count: infinite;
}

.tpic1 {
	background-color: #FFC24D;
	-webkit-animation-name: fade-in1;
	animation-name: fade-in1;
}

.tpic2 {
	background-color: #EE843F;
	-webkit-animation-name: fade-in2;
	animation-name: fade-in2;
}

.tpic3 {
	background-color: #EA650F;
	-webkit-animation-name: fade-in3;
	animation-name: fade-in3;
}

.tpic4 {
	background-color: #D33603;
	-webkit-animation-name: fade-in4;
	animation-name: fade-in4;
}

.tpic5 {
	background-color: #B81503;
	-webkit-animation-name: fade-in5;
	animation-name: fade-in5;
}

.datetimepicker td, .datetimepicker th {
	width: 32px;
	height: 30px;
}

.tpic {
	top: 0;
	left: 0;
}

@-webkit-keyframes fade-in1 {
	0% {
		left: -850px;
	}
	40% {
		left: 12px;
	}
	80% {
		left: 12px;
	}
	100% {
		left: 650px;
	}
}

@keyframes fade-in1 {
	0% {
		left: -850px;
	}
	40% {
		left: 12px;
	}
	80% {
		left: 12px;
	}
	100% {
		left: 650px;
	}
}

@-webkit-keyframes fade-in2 {
	0% {
		left: -650px;
	}
	40% {
		left: 69px;
	}
	75% {
		left: 69px;
	}
	100% {
		left: 550px;
	}
}

@keyframes fade-in2 {
	0% {
		left: -650px;
	}
	40% {
		left: 69px;
	}
	75% {
		left: 69px;
	}
	100% {
		left: 550px;
	}
}

@-webkit-keyframes fade-in3 {
	0% {
		left: -450px;
	}
	40% {
		left: 108px;
	}
	70% {
		left: 108px;
	}
	100% {
		left: 450px;
	}
}

@keyframes fade-in3 {
	0% {
		left: -450px;
	}
	40% {
		left: 108px;
	}
	70% {
		left: 108px;
	}
	100% {
		left: 450px;
	}
}

@-webkit-keyframes fade-in4 {
	0% {
		left: -250px;
	}
	40% {
		left: 146px;
	}
	65% {
		left: 146px;
	}
	100% {
		left: 350px;
	}
}

@keyframes fade-in4 {
	0% {
		left: -250px;
	}
	40% {
		left: 146px;
	}
	65% {
		left: 146px;
	}
	100% {
		left: 350px;
	}
}

@-webkit-keyframes fade-in5 {
	0% {
		left: -50px;
	}
	40% {
		left: 173px;
	}
	60% {
		left: 173px;
	}
	100% {
		left: 250px;
	}
}

@keyframes fade-in5 {
	0% {
		left: -50px;
	}
	40% {
		left: 173px;
	}
	60% {
		left: 173px;
	}
	100% {
		left: 250px;
	}
}