@charset "UTF-8";
/*dkGreen4 #003e1a, dkGreen3 #005108, dkGreen2 #006838, dkGreen #009444, ltGreen #0cc000, ltrGreen #7af400, dkBlue #004a9a, medBlue #258eff, orange #f7941d, blue2 #004084, blue3 #00316*/

body {
	margin: 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	background-color: #003e1a;
	background-image: url(../index_files/bigFrond.svg);
	background-repeat: no-repeat;
	background-size: 1200px auto;
	background-attachment: fixed;
	background-position: center 20%;
}

.groundBlack {background: #000; color: #fff;}
header {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	padding: 14px 12px 10px 12px;
}
#logo {
	width: 240px;
	float: left;
}

main {padding: 12px;}
.groundWhite {
	width: 100%;
	padding: 20px 0;
	color: #333;
	background-color: #fff;
}
.groundBlue {
	width: 100%;
	padding: 20px 0;
	color: #333;
	background-color: #BFDDE9;
}
.groundWhite a, .groundBlue a {color: #333;}
.iBlock {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	overflow: hidden;
	text-align: center;
}
.single {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
	background-color: rgba(255,255,255,0.9);
}
.half {width: 486px; margin: 0 10px;}/*not used, but useful*/
.third {width: 280px; margin: 0 20px;}
.fourth {width: 233px; margin: 0 6px;}
.fullWidth {width: 100%}
.dispInline {display: inline;}

h1 {font-size: 2rem; margin: .67rem 0;}
h2 {text-align: center;}
.boldType {font-weight: 700;}
.smallPrint {font-size: .8rem;}
.alignLeft {text-align: left;}
.alignRight {text-align: right;}
.alignCenter {text-align: center;}
.dontBreak {white-space: nowrap;}
.clearing {clear: both;}

footer { /* normal flow minimal footer */
	text-align: center;
	padding: 6px 15px 6px 15px;
	color: #999;
	background: #000;
}
.fixedFooter {
	position: fixed;
	right: 0; bottom: 0; left: 0;
}
footer a, .fixedFooter a {
	margin-left: 8px;
	font-size: .8rem;
	text-decoration: none;
	color: #999;
	border-left: 1px solid #666;
	padding: 0 8px 0 10px;
}
footer a:first-child, .fixedFooter a:first-child {padding-right: 2px;}
footer a:hover, .fixedFooter a:hover {text-decoration: none; color: #ccc;}

/************ form stuff *************/
#formBox {
	max-width: 600px;
	position: relative;
	margin: 0 auto 50px auto;
	font-size: 1.4rem;
	text-align: center;
}
.instructions {
	padding: 10px;
	font-size: 1.5rem; font-weight: 700;
	line-height: 100%;
	color: #004a9a;
}
.explanation {font-weight: 400; font-size: 1.2rem; color: #000;}
.blackNormal {font-weight: 400; color: #000;}

.chooseOne {
	font-style: italic;
	font-weight: 400;
	white-space: nowrap;
	color: #000;
}
#formFields {
	min-width: 100%;
	border: 3px solid #7ff8ff;
	padding: 15px 0px;
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 0 0 20px 20px;
}
.selectGroup a {
	width: 80%;
	margin: 16px auto !important;
	padding: 18px 20px 20px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	line-height: 100%;
	background: linear-gradient(#00aeef, #7ff8ff);
}
.selectGroup a:hover {
	background: #7ff8ff; /*cyanny*/
	text-decoration: none;
	line-height: 100%;
}
.textField {
	font-size: 2rem;
	width: 80%;
	margin: 8px auto !important;
	padding: 10px;
	border: 1px solid #ccc;
	text-align: center;
}
.selectBox {
	width: 80%;
	height: 60px;
	font-size: 2rem;
	margin: 8px auto !important;
	padding: 4px auto 10px 20px;
	border: 1px solid #ccc;
	text-align: center;
}
button {
	min-width: 200px;
	margin: 15px auto 4px auto !important;
	padding: 16px 20px 24px 20px;
	background: linear-gradient(#00aeef, #7ff8ff);
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	font-size: 2.0rem;
	font-weight: 700;
	cursor: pointer;
	border: none;
}
button:hover {background: #7ff8ff;} /*cyanny*/
.triangleArrow {position: relative; top: 8px; padding-left: 12px;}

#progressBar {
	height: 20px;
	width: 260px;
	position: relative;
	margin: 10px auto 20px auto;
}
#backLink {}
#backLink a {
	color: #666;
	text-decoration: none;
	font-size: .7rem;
	width: none;
	padding: 0;
	border: none;
	line-height: normal;
}
#backLink a:hover {
	color: #CCC;
	text-decoration: none;
	font-size: .7rem;
	background: none;
}
#siteseal {background: #1d3562; padding: 18px 0 10px 0; margin-top: 10px;}
/************ end of form stuff *************/
/*********************** survey stuff ************************/
#survey .selectBox {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 36px;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}

.checkChoice {margin-right: 20px; white-space: nowrap;}
.radioChoice {margin-right: 20px; white-space: nowrap;}
#survey input[type="checkbox"] {position: relative; top: -2px; left: -2px;}
.boldType {font-weight: 700;}

#survey .textField {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	height: 36px;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}
#survey .textArea {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	font-size: 1rem;
	margin: 4px auto 4px auto;
	width: 100%;
	max-width: 560px;
}
/********************** end of survey ************************/

/***************** beginning of policy pages *******************/
#contactBox {
	max-width: 300px;
	margin: 15px 0px 8px 0px;
	padding: 4px 10px 10px 10px;
	background: #F5F5F5;
	border: 1px solid #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#captcha {border:1px solid #000; float:left; margin:10px 10px 10px 0px;}
#captchaRefresh {width:30px; float:left; padding: 5px 5px 5px 0px; }
#captcha_code {width:70px; border:1px solid #000; margin:10px 10px 10px 5px;}
#contactBox button {
	margin: 15px auto 4px auto !important;
	padding: 6px 20px;
	background: #ccc;
	color: #000;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #fff;
	font-size: 1.2rem;
	font-weight: 400;
	cursor: pointer;
}
#contactBox button:hover {background: #fff;}
/******************** end of policy pages **********************/

@media screen and (min-width: 359px) {
	body {font-size: 16px;}
	#formFields p {margin: .66em 0;}
	
}
@media screen and (min-width: 550px) and (min-height: 515px) {
	#formBox {margin: 10% auto;}
}

