﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Source+Sans+Pro:200,300,400,600,700,900');
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

.error {
	background-color:yellow;
	font-size:20px;
}

.validate {
		display: block;
		padding: 3px; margin: 6px 0;
		border: 3px solid red;
		background-color: red;
		color: white;
	}

input#MainContent_submit {
	    padding: 15px 40px;
    background: #fff;
    border: none;
    font-family: 'source sans pro',sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    color: #5b7e98;
    font-weight: 600;
    margin-top: 50px;
}

	input#MainContent_submit:hover {
		background: #5b7e98;
	border-color: #fff;
	border-style: solid;
	border-width:2px;
	color:#fff;
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

h3{
	font-family: 'source sans pro',sans-serif;
	font-size:40px;
	font-weight:600;
	padding-top: 100px;
	padding-bottom: 20px;
	color:#fff;
}

h4{
	font-family:'source sans pro',sans-serif;
	font-size:25px;
	font-weight:600;
	line-height: 1.30em;
	padding-bottom: 20px;
	color:#fff;
}

h5{
	font-family:'source sans pro',sans-serif;
	font-size:20px;
	font-weight:600;
	line-height: 1.30em;
	/*padding-top: 35px;*/
	padding-bottom: 5px;
	color:#fff;
}
p{
	font-family: 'open sans',sans-serif;
	color:#fff;
	line-height: 1.30em;
}
.body p{
	float: left;
}

.body hr{
	border-top: 3px solid #fff;
	   
}
.answer_section{
	display: inline-block;
}


.form-control{
	font-family:'source sans pro',sans-serif;
	
}
.marginleft20 {
	margin-left: 20px;
}

.body {
	padding-bottom: 150px;
	background: #5b7e98;
	min-height: calc(100vh - 183px);
}
@media (orientation: landscape) {
	.body {
		padding-left: 4vw;
		padding-right: 4vw;
	}
}
@media (orientation: portrait) {
	.body {
		padding-left: 4vw;
		padding-right: 4vw;
	}
}

button{
	padding:15px 40px;
	background: #fff;
	border:none;
	font-family:'source sans pro',sans-serif;
	font-size:20px;
	text-transform: uppercase;
	color:#5b7e98;
	font-weight:600;
	margin-top:50px;
}

button:hover{
	background: #5b7e98;
	border-color: #fff;
	border-style: solid;
	border-width:2px;
	color:#fff;
	-webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -ms-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}

.checkbox label {
	display: inline-block;
	font-family: 'open sans',sans-serif;
    color: #fff;
    line-height: 1.30em;
	padding-left: 0px;
}

.radio label {
	display: inline-block;
	min-height: 20px;
    padding-left: 0px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;

}

.radio label {
	    font-family: 'open sans',sans-serif;
    color: #fff;
    line-height: 1.30em;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: static;
    margin-left: 0px;
}
