@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*/
html, body {height: 100%;}
body {margin: 0; font-family: 'Ubuntu', sans-serif; text-align: center;}
#above {
	min-height: 100%;
	position: relative;
}
#above * {margin-top: 0; margin-bottom: 0;}
#push {height: 100px;}

#topBox {
	background-image: url(../index_files/ThinkstockPhotos-200389470-001_1700x1100.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-bottom: 1px;
}
.groundWhite {background: #fff; padding: 30px 12px;}
.groundBlack {background: #000; color: #fff;}
.groundPalm {
	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%;
}
header {
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	text-align: right;
	padding: 14px 12px 10px 12px;
}
#logo {
	width: 240px;
	float: left;
}
#phone {
	font-size: 28px;
	font-weight: 700;
	white-space: nowrap;
	color: #fff;
	padding-left: 12px;
}
#phone a {text-decoration: none; color: #fff;}

#navLink {
	width: 16px;
	position: relative;
	top: -4px;
	margin-left: 6px;
}

#topNav {
	max-height: 0px;
	background: #000;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	position: relative;
	z-index: 108;
	overflow: hidden;
}
#topNav a {
	display: block;
	text-decoration: none;
	color: #ccc;
	padding: 10px;
	line-height: 1.0;
	border-top: 1px solid #ccc;
	white-space: nowrap;
}
#topNav a:hover {text-decoration: none; color: #fff;}

#formBox {
	width: 90%;
	max-width: 500px;
	position: static;
	margin: 20px auto 30px auto;
	padding: 30px;
	color: #000;
	border-radius: 0 0 20px 20px;
	background-color: rgba(255,255,255,.8);
	box-sizing: border-box;
}
#headline {font-size: 2.0rem; font-weight: normal; line-height: 1.0;}
button {
	border-radius: 8px;
	padding: 12px 20px 16px 20px;
	background: linear-gradient(#00aeef, #7ff8ff);
	color: #000;
	border: none;
	font-size: 2.0rem;
	font-weight: 700;
	cursor: pointer;
}
button:hover {background: #7ff8ff;}
#above p {padding: .56em 0;}
#above h1 {padding: .34em 0; text-align: center; font-size: 2.0rem;}
#above h2 {padding: .38em 0;}
#below {background: #f00;}
.dontBreak {white-space: nowrap;}
.clearing {clear: both;}
.smallPrint {font-size: .8rem;}
.alignCenter {text-align: center;}
.rightPic {float: right; padding: 0 0 8px 12px;}

section {
	padding: 40px 10px;
	max-width: 1024px;
	margin: 0 auto;
}
section a {color: #000;}
.single {
	max-width: 700px;
	margin: 0 auto;
	padding: 20px 20px 50px 20px;
	background-color: rgba(255,255,255,0.9);
	text-align: left;
}
footer {
	max-width: 1024px;
	height: 100px;
	margin: -100px auto 0 auto;
	padding: 20px 15px;
	color: #999;
}
#selectNav {
	max-width: 740px;
	width: 100%;
	box-sizing: border-box;
	background: #000;
	color: #999;
	font-size: 1.0rem;
	-webkit-appearance: none;
	padding: 6px 10px;
	position: relative;
	z-index: 200;
}
footer {
	max-width: 1024px;
	height: 100px;
	margin: -100px auto 0 auto;
	padding: 20px 15px;
	color: #999;
	position: relative;
	z-index: 201;
}
footer a {
	font-size: .8rem;
	text-decoration: none;
	color: #999;
	padding: 0 12px 0 10px;
	border-left: 1px solid #ccc;
}
footer a:hover {text-decoration: none; color: #fff;}
footer a:first-child {border: none;}

@media screen and (min-width: 359px) {
	#headline {font-size: 3.0rem;}
	#serious img {width: 200px;}
}
@media screen and (min-width: 550px) {
	#phone {font-size: 32px;}
	#navLink {display: none;}
	#topNav {
		margin: 0 auto;
		text-align: right;
		overflow: visible;
		top: 6px;
		background: transparent;
	}
	#topNav a {
		display: inline;
		text-decoration: none;
		color: #000;
		border-top: none;
	}
	#topNav a:hover {text-decoration: none; color: #0cc000;}
}
@media screen and (min-width: 550px) and (min-height: 515px) {
	#formBox {margin: 80px auto 90px auto;}
}
@media screen and (min-width: 740px) {
	#headline {font-size: 4.0rem;}
}
