@charset "UTF-8";
/*silver #A0A09F, cyan #7ED0E0, 30% cyan #F5F0E9, purple #336699, 30% purple #E4E1F3*/
/* medYellow #FFEF33, ltYellow #FFFF00; dkYellow #E0D015*/

/***** sticky footer stuff *************/
html, body {height: 100%;}
#above {
	min-height: 100%;
	/*height: 100%; for below-the-fold effect, uncomment this*/
	margin-bottom: -120px;
}
#above * {margin-bottom: 0; margin-top: 0;}
#push {height: 120px;}
/*.middle is the sticky footer in this case*/
.middle {height: 120px;}
/***** end of sticky footer stuff *******/

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
header, main, footer {display: block;}
#above {
	position: relative;
	text-align: center;
	background-image: url(../images/ThinkstockPhotos-515815310_400x800.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	color: #fff;
}
.middle {
	text-align: center;
	padding: 0 15px;
	font-size: 1.1rem;
	font-weight: bold;
	line-height: 1.1;
	position: relative;
	z-index: 100;
	background-color: rgba(255,255,255,0.8);
	background-image: url("../images/arrowDown91x40.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 40px;
}
.flex-container {
	display: flex;
  justify-content: center;
  align-items: center;
}


header {
	max-width: 984px;
	margin: 0 auto;
	padding: 4px 15px;
	background: #fff;
	text-align: center;
	color: #000;
}
header a {text-decoration: none; color: #000;}

#headerText {
	display: block;
	position: relative;
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 4px;
}
#logo {position: relative; display: none; padding-top: 8px; top: 2px;}

header img {border: none;}

#logotype {
	font-size: 1.4rem;
	font-weight: 700;
	font-style: normal;
	padding: 10px 0 0 0;
	display: inline;
}
#tagline {
	font-style: italic;
	display: none;
	font-size: 1.4rem;
	white-space: nowrap;
}
.formButton {
	min-width: 40%;
  position: relative;
	margin: 15px auto 4px auto;
	padding: 16px;
	background-color: #E0D015;
	text-align: center;
	font: 700 24px/normal 'Open Sans', sans-serif;
	color: #000;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	border: 4px solid #FFFF00;
	cursor: pointer;
}
.formButton:hover {background-color: #FFFF00;}

.whiteTriangle {
	position: relative;
	top: 4px;
	padding-left: 6px;
}
.whiteTriangle img {width: 15px !important;}

.single {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 15px;
	text-align: left;
}
.single h1 {padding: .67rem 0; line-height: 1.0;}
h1 {padding: 0 8px; font-size: 1.6rem; line-height: 1.0; text-align: center;}
h2 {color: #336699;}

main {text-align: center;}
main p {text-align: left;}
main.single {padding-top: 20px;}

.iBlock {
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.darken {
	background-color: rgba(0,0,0,0.6);
	padding: 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
#headline {
	font-size: 2.0rem;
	line-height: 1.0;
	font-weight: normal;
	padding-bottom: 15px;
}
button {
	border-radius: 8px;
	padding: 16px 20px 24px 20px;
	background-color: #FFEF33;
	border: none;
	font-size: 2.0rem;
	font-weight: 700;
	margin-top: 8px;
	cursor: pointer;
}
button:hover {background: #FFFF00;}
.contentPic {float: none; text-align: center; padding: 0;}
.contentPic img {max-width: 100%;}
.serving {
	font-style: italic;
	font-size: 1.6rem;
	line-height: 1.0;
}

.whiteGround {background: #fff; border-bottom: 2px solid #336699;}
.ltGrayGround {
	background-color: #E8E9EE;
	border-top: 2px solid #336699;
}
.grayGround {background-color: #F5F0E9;}
.container1000 {max-width: 1000px; margin: 20px auto 0 auto; text-align: center;}
.iBlock4 {
	display: inline-block;
	width: 225px;
	margin: 0 10px;
	vertical-align: top;
}
.iBlock3 {
	display: inline-block;
	max-width: 250px;
	min-height: 0;
	margin: 20px;
	vertical-align: top;
	border: 1px solid #999;
	padding: 0 15px 15px 15px;
	background-color: #FAFACE;
}
.boldText {font-weight: 700;}
.clearing {clear: both; height: 0;}
.dontBreak {white-space: nowrap;}
.byline {padding-left: 40%;}

.smallPrint {
	font-size: .7rem;
	color: #333;
	line-height: 1.2;
	padding: 0 8px;
}
.smallPrint a {text-decoration: none; color: #333;}
.smallPrint a:hover {text-decoration: none; color: #999;}

.following {
	margin: 0 auto;
	padding: 8px 15px 73px 15px;
	text-align: center;
	font-size: .7rem;
	background-color: #C9C7CA;
	border-top: 2px solid #336699;
}
.following a {
	text-decoration: none;
	color: #000;
	border-right: 1px solid #999;
	padding: 0 12px 0 8px;
	line-height: 1.4rem;
	white-space: nowrap;
}
.following a:hover {text-decoration: none; color: #666;}
.following a:last-child {border: none;}


@media screen and (min-width: 350px) {
	header {padding: 2px 15px;}
}
@media screen and (min-width: 490px) {
	.single {padding: 100px 15px;}
}
@media screen and (min-width: 560px) {
	header {text-align: left;}
	#logo {display: inline;}
	#logotype {padding-right: 40px;}
	#tagline {display: inline;}
	.contentPic {float: right; padding: 0 0 10px 8px;}
	#headline {font-size: 3.8rem;}
	.middle {line-height: normal;}
	h1 {font-size: 2.0rem; line-height: normal;}
	footer a {line-height: normal;}
}
@media screen and (min-width: 600px) {
	header {padding: 8px 15px;}
}
@media screen and (min-width: 670px) {
	#above {
		background-image: url(../images/ThinkstockPhotos-515815310_1600x900.jpg);
	}
	.darken {padding: 40px;}
	.Block3 {min-height: 225px; padding: 0 15px;}
}

/*********************** 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;}
/******************** end of policy pages **********************/


