@charset "UTF-8";
/*medBlue #3873B8, red #CC433C, gray #747474*/

/***** sticky footer stuff *************/
html, body {height: 100%;}
#above {
	min-height: 100%;
	margin-bottom: 0;
}
#above p {margin: 1.12em 0;}
#push {height: 100px;}
footer {height: 84px;}
/***** end of sticky footer stuff *******/

body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}
header, main, footer {display: block;}
header {
	max-width: 984px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	color: #fff;
}
header a {text-decoration: none; color: #000;}
#logo {
  width: 230px;
  position: relative;
  top: 2px;
}
header img {border: none;}
#headerText {
	display: block;
	position: relative;
	padding-left: 0;
	top: -4px;
}
#logotype {
  font-size: 1.2rem;
  font-weight: 700;
  font-style: normal;
  padding: 10px 10px 0 10px;
  display: block;
}
#tagline {
  font-style: italic;
  display: none;
  font-size: 1.4rem;
}


h1 {
  padding: 0 8px;
  font-size: 1.6rem;
  line-height: 1.2;
  text-align: center;
  color: #3873B8;
}
h2 {color: #000; line-height: 1.2;}
h3 {color: #3873B8; line-height: 1.2;}

main {text-align: center;}
main p {text-align: left;}
main.single {padding-top: 20px;}

.whiteGround {background: #fff; border-bottom: 2px solid #3873B8;}
.blackGround {background-color: #000;}
.grayGround {background-color: #D1DDEB;}


.darken {
	background-color: rgba(0,0,0,0.6);
	padding: 20px 20px 30px 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
  text-align: center;
	}
#headline {font-size: 2.4rem; line-height: 1.1; font-weight: normal;}


.formButton {
	min-width: 200px;
	margin: 15px auto 4px auto !important;
	padding: 16px 20px 24px 20px;
	background-color: #FFDF00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	font-size: 2.0rem;
	font-weight: 700;
	cursor: pointer;
}
.formButton:hover {background: #FFEF33;}
.formButton:active {color: #000;}
.triangleArrow {position: relative; top: 8px; padding-left: 12px;}

.formButtonNoArrow {
	min-width: 200px;
	margin: 15px auto 4px auto !important;
	padding: 19px 20px 21px 20px;
	background-color: #FFDF00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: none;
	font-size: 2.0rem;
	font-weight: 700;
	cursor: pointer;
}
.formButtonNoArrow:hover {background: #FFEF33;}
.formButtonNoArrow:active {color: #000;}


.iBlock {
	display: inline-block;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
}
.single {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 8px;
	text-align: left;
}
.single h1 {padding: .67rem 0; line-height: 1.0;}

#above .single {padding: 8px;}

.iBlock2 {
	display: inline-block;
	max-width: 400px;
	min-height: 0;
	margin: 20px;
	vertical-align: top;
	border: 1px solid #ccc;
	padding: 15px;
  text-align: left;
}
.iBlock3 {
	display: inline-block;
	max-width: 250px;
	min-height: 0;
	margin: 20px;
	vertical-align: top;
	padding: 15px;
  text-align: left;
}
.iBlock3 img {width: 100%;}
.iBlock4 {
	display: inline-block;
	width: 225px;
	margin: 0 10px;
	vertical-align: top;
	border: 1px solid #ccc;
}


.boldText {font-weight: 700;}
.centered {text-align: center;}
.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;}

.footerBTF {
	margin: 0 auto;
	padding: 8px;
	text-align: center;
	font-size: .7rem;
	background: #000;
}
.footerBTF a {
	text-decoration: none;
	color: #ccc;
	border-right: 1px solid #ccc;
	padding: 0 12px 0 8px;
	line-height: 1.4rem;
}
.footerBTF a:hover {text-decoration: none; color: #fff;}
.footerBTF a:last-child {border: none;}

.footerFixed {
  position: fixed;
  right: 0; bottom: 0; left: 0;
  background: #000;
  padding: 4px;
  text-align: center;
  font-size: .7rem;
  color: #ccc;
}
.footerFixed a {
  text-decoration: none;
  color: #ccc;
  border-right: 1px solid #ccc;
  padding: 0 12px 0 8px;
}
.footerFixed a:hover {color: #fff;}
.footerFixed a:last-child {border: none;}


@media screen and (min-width: 350px) {
	header {padding: 2px 8px;}
}
@media screen and (min-width: 490px) {
	.single {padding: 100px 8px;}
	.darken {padding: 30px;}
}
@media screen and (min-width: 560px) {
	header {text-align: left;}
  #logo {width: 270px;}
	#headerText {display: inline-block; padding-left: 20px; top: -9px;}
	#tagline {display: block;}
	#headline {font-size: 3.8rem;}
	h1 {font-size: 2.0rem; line-height: normal;}
}
@media screen and (min-width: 600px) {
	header {padding: 8px;}
}
@media screen and (min-width: 670px) {
	.darken {padding: 40px;}
  #headline {font-size: 3.0rem;}
	.iBlock3 {min-height: 225px; padding: 0 15px;}
}

/*** media queries by height ***/
@media screen and (min-height: 520px) {
  #above .single {padding: 9vh 8px;}
}

