@charset "UTF-8";
body {
	font-family: Helvetica, Arial, sans-serif;
	padding: 0;
	margin: 0;
	font: 100%;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	position: absolute;
	top: 182px;
}
h1 {
	height: auto;
	width: 420px;
	font-size: 72px;
	font-style: italic;
	font-weight: lighter;
	line-height: 70px;
	text-align: right;
	margin: 85px 0 0 0;
	padding: 0;
	color: #FFFFFF;
	float: left;
	z-index: 5;
}
h2 {
	height: auto;
	width: 100%;
	font-size: 32px;
	font-style: italic;
	font-weight: lighter;
	line-height: 34px;
	margin: 70px 80px 0 80px;
	padding: 0;
	color: #31322f;
	float: left;
}
h3 {
	font-size: 20px;
	padding: 0;
	color: #000000;
	float: left;
	clear: right;
}
p {
	font-size: 12px;
	color: #000000;
	line-height: 17px;
}
a {
	border: none;
}
.green {
	color: #85c440;
}
.clearall {
	clear: both;
	height: 1px;
}
.mobilepic {
	display: none;
}
.anchor {
	display: block;
	position: relative;
	top: -180px;
	visibility: hidden;
}
.sectionwrap {
	width: 960px;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.formfield {
	width: 220px;
	height: 25px;
	background-color: #000000;
	float: left;
	margin: 10px 0 0 30px;
	padding: 0 0 0 5px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
}
.formfield p {
	color: #FFFFFF;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	margin: 8px 0 0 5px;
	padding: 0;
}
.button {
	width: 75px;
	height: 25px;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 2px;

	text-decoration: none;
	background-color: #85c440;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbfc74), to(#599913));
	background: -webkit-linear-gradient(top, #bbfc74, #599913);
	background: -moz-linear-gradient(top, #bbfc74, #599913);
	background: -ms-linear-gradient(top, #bbfc74, #599913);
	background: -o-linear-gradient(top, #bbfc74, #599913);
	float: left;
	margin: 30px 0 0 30px;
	padding: 3px 0 0 0;
	font-family: Helvetica, Arial, sans-serif;
	border: 0;
}
.button:hover {
	background: none;
	background-color: #89da39;
}
.backtotoptext {
	width: 100%;
	height: 12px;
	font-size: 12px;
	text-align: right;
	position: absolute;
	bottom: 14px;
	right: 5px;
}
.backtotoptext a {
	color: #85c440;
	text-decoration: none;
}
.backtotoptext2 {
	width: 97%;
	height: 12px;
	font-size: 12px;
	text-align: left;
	position: absolute;
	bottom: -54px;
	left: 3px;
	z-index: 2;
}
.backtotoptext2 a {
	color: #85c440;
	text-decoration: none;
}
.backtotop {
	width: 100%;
	height: 10px;
	background-color: #85c440;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	bottom: 0;
}
#stickyheader {
	height: 182px;
	width: 100%;
	position: fixed;
	z-index: 15;
	top: 0;
}
#header {
	width: 100%;
	height: 130px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
#header #logo {
	float: left;
	margin: 47px 0 9px 7px;
	padding: 0;
	border: none;
}
#header #mobilelogo {
	display: none;
}
#header .socialbar {
	width: 239px;
	height: 30px;
	float: right;
	margin: 0;
	padding: 0;
	background-color: #85c440;
}
#header .socialbar p {
	float: left;
	color: #FFFFFF;
	margin: 12px 0 0 10px;
	padding: 0;
}
#header .socialbar a {
	float: right;
	margin: 4px 10px 0 0;
	padding: 0;
}
#navbar .socialbar a {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	margin: 20px 0 0 115px;
	padding: 0;
}
#header .formfield {
		margin: 59px 0 0 30px;
		position: absolute;
		right: 115px;
		width: 145px;
}
#header .leftform {
	right: 270px;
}
#header .button {
	float: right;
	margin: 60px 28px 0 0;
}
#header .phonenumber {
	float: right;
	font-weight: lighter;
	font-style: italic;
	font-size: 17px;
	position: absolute;
	top: 26px;
	right: 0;
}
#header .phonenumber .green {
	font-weight: bold;
	font-style: normal;
	font-size: 19px;
}
#navbar {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background-color: #85c440;
	border-bottom: 2px solid #beff77;
}
#navbar .sectionwrap {
	padding: 0 0 0 5%;
}
#navbar a {
	font-size: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	float: left;
	text-decoration: none;
	margin: 2% 0 0 12%;
	padding: 0;
	opacity: 0.7;
	filter: Alpha(opacity=70);
}
#navbar a:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
	text-shadow: 1px 0 5px #558f15;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#videosection {
	width: 100%;
	height: 617px;
	margin: 0 auto;
	background-image: url(../../images/videobg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #06162a;
	border-bottom: 1px solid #c9d4cd;
	position: relative;
}
#videosection h2 {
	color: #FFFFFF;
}
/*
#videosection #videobgoverlay {
	height: 617px;
	margin: 0 auto;
	float: left;
	position: absolute;
	z-index: 10;
}
#videosection #videoslidingtext {
	width: 960px;
	height: 350px;
	margin: 0 auto;
	position: relative;
	z-index: 4;
	overflow: hidden;
	float: left;
}
#videosection #videoslidingcontent {
	width: 8000px;
	position: relative;
	left: -8000px;
}
#videosection #videoslidingcontent .slidingtextwrap {
	width: 2000px;
	position: absolute;
}
#videosection #videoslidingtext h1 .green {
	font-size: 67px;
	font-weight: bold;
}
*/
#videosection #videocontent {
	width: 960px;
	height: auto;
	margin: 0 auto;
	position: relative;
	z-index: 11;
	overflow: hidden;
	float: left;
}
#videosection #videocontent .video {
	margin: 35px 0 0 30px;
	padding: 0;
	float: left;
	position: relative;
	z-index: 3;
}
#videosection #videocontent #formbox {
	width: 315px;
	height: 320px;
	float: left;
	margin: 35px 0 0 0;
	padding: 30px 0 0 0;
	background: rgba(0, 0, 0, 0.6);	
}
#videosection #videocontent #formbox h3 {
	float: left;
	margin: 15px 0 10px 31px;
	font-size: 18px;
	color: #FFFFFF;
}
#videosection #videocontent #formbox .phonenumber {
	margin: 34px 0 0 15px;
}
#devicessection {
	width: 100%;
	height: 690px;
	margin: 0 auto;
	background-image: url(../../images/devicesbg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e3e7e0;
	position: relative;
}
#devicessection p {
	width: 425px;
	height: 50px;
	margin: 385px 0 0 105px;
	float: left;
	clear: right;
}
#devicessection h3 {
	font-style: italic;
	font-weight: lighter;
	margin: 17px 0 0 105px;
}
#benefitssection {
	width: 100%;
	height: 1006px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#benefitssection h2 {
	margin-bottom: 25px;
}
#benefitssection .benefitbucket {
	width: 765px;
	height: 120px;
	float: left;
	clear: right;
	margin: 35px 0 0 115px;
	padding: 0;
	position: relative;
}
#benefitssection .benefitbucket img {
	position: absolute;
	top: 0;
	left: 0;
}
#benefitssection .benefitbucket h3 {
	width: 100%;
	float: left;
	color: #85c440;
	text-transform: uppercase;
	font-weight: bold;
	margin: 10px 0 0 140px;
}
#benefitssection .benefitbucket p {
	width: auto;
	height: auto;
	font-size: 10px;
	color: #555555;
	float: left;
	margin: 20px 0 0 140px;
	padding: 0;
}
#featuressection {
	width: 100%;
	height: 1089px;
	margin: 0 auto;
	padding: 0;
	background-image: url(../../images/featuresbg.jpg);
	background-position: 50% 35%;
	background-repeat: no-repeat;
}
#featuressection h2 {
	margin: 80px 80px 165px 80px;
}
#featuressection .featurebucketleft {
	width: 190px;
	height: 45px;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: .5px;
	text-align: center;
	float: left;
}
#featuressection .featurebucketright {
	width: 190px;
	height: 45px;
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	letter-spacing: .5px;
	text-align: center;
	float: right;
}
#featuressection hr {
	width: 860px;
	height: 1px;
	color: #000000;
	background-color: #000000;
	margin: 183px auto 0 auto;
	padding: 0;
}
#featuressection .explanation {
	width: auto;
	height: auto;
	margin: 20px 100px 0 85px;
	padding: 0;
}
#featuressection .explanation h5 {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #85c440;
	margin: 0 0 3px 0;
	padding: 0;
}
#featuressection .explanation p {
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
	color: #555555;
	margin: 0;
	padding: 0;
}
#footer {
	width: 100%;
	height: 218px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#footer .sectionwrap {
	background-image: url(../../images/footerbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 1;
}
#footer #leftdiv {
	width: 50%;
	height: 150px;
	background-color: #091932;
	position: absolute;
	left: 0; 
	bottom: 0;
}
#footer #rightdiv {
	width: 50%;
	height: 218px;
	background-color: #091932;
	position: absolute;
	right: 0; 
	bottom: 0;
}
#footer .footerlogo {
	float: right;
	margin: 16px 13px 31px 0;
	padding: 0;
}
#footer p {
	width: auto;
	height: auto;
	color: #FFFFFF;
	text-align: right;
	margin: 7px 13px 0 0;
	padding: 0;
}
#footer .contactinfo {
	float: right;
	margin: 7px 13px 0 0;
}
#footer .contactinfo :first-child {
	list-style: none;
}
#footer .contactinfo li {
	width: auto;
	height: auto;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	text-align: right;
	margin: 0 0 0 22px;
	padding: 0;
	float: left;
}
#footer p a, #footer .contactinfo li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #85c440;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
#footer .socialbar {
	width: 239px;
	height: 30px;
	float: right;
	margin: 27px 5px 10px 0;
	padding: 0;
}
#footer .socialbar p {
	float: left;
	color: #85c440;
	margin: 12px 0 0 10px;
	padding: 0;
}
#footer .socialbar a {
	float: right;
	margin: 4px 10px 0 0;
	padding: 0;
}
.socialbar a {
	opacity: 0.8;
	filter: Alpha(opacity=80);
}
.socialbar a:hover {
	opacity: 1;
	filter: Alpha(opacity=100);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.socialbar img {
	border: none;	
}
@media only screen and (max-device-width: 480px), 
all and (max-width : 979px) {
	h1 {
		width: 380px;
		font-size: 55px;
		line-height: 60px;
		margin: 40px 0 0 0;
	}
	h2, #featuressection h2 {
		font-size: 150%;
		line-height: 34px;
		margin: 50px 3% 0 3%;
		width: 94%;
	}
	.mobilepic {
		display: inline;
		height: auto;
		margin: 30px 5% 0 5%;
		width: 90%;
	}
	.backtotop {
		display: none;
	}
	.backtotoptext {
		width: 100%;
		height: auto;
		font-size: 12px;
		text-align: right;
		position: relative;
		bottom: 15px;
		right: 15px;
	}
	.backtotoptext2 {
		left: 3%;
	}
	.sectionwrap {
		width: 100%;
  		border-bottom: 10px solid #85c440;
  	}
	#header #logo {
		margin-top: 8px;
	}
	#header .sectionwrap {
		width: 100%;
	}
	#header .formfield {
			right: 95px;
	}
	#header .leftform {
		right: 250px;
	}
	#header .button {
		margin: 60px 0 0 30px;
		padding: 0;
		position: absolute;
		right: 10px;
	}
	#header .phonenumber {
		right: 10px;
	}
	#navbar .sectionwrap {
		padding: 0;
		border-bottom: 0;
		width: auto;
	}
	#navbar a {
		margin: 20px 0 0 4%;
	}
	#videosection {
		height: 660px;
		background-image: url(../../images/videobgmobile.jpg);
		background-size: auto 100%;
		background-position: top left;
		background-repeat: no-repeat;
	}
	#videosection br {
		display: none;
	}
	#videosection #videoslidingtext br {
		display: inherit;
	}
	#videosection #videocontent {
		width: 100%;
	}
	#videosection #videobgoverlay {
		display: none;
	}
	#videosection #videoslidingtext {
		z-index: 50;
	}
	#videosection #videocontent .video {
		width: 94%;
		margin: 10px 3% 0 3%;
	}
	#videosection #videocontent #formbox {
		width: 94%;
		height: auto;
		margin: 0 3%;
		padding-top: 20px;
	}
	#videosection #videocontent #formbox h3 {
		float: left;
		width: 94%;
		margin: 10px 3% 10px 3%;
		font-size: 18px;
		color: #FFFFFF;
	}
	#videosection #videocontent #formbox .phonenumber {
		font-size: 15px;
		width: 30%;
		margin: 12px 0 0 4%;
	}
	#videosection #videocontent #formbox  .formfield {
		width: 45%;
		height: 25px;
		margin: 5px -2% 0 3%;
	}
	#videosection #videocontent #formbox .button {
		width: 15%;
		margin: 6px -2% 15px 3%;
	}
	#devicessection {
		height: auto;
		background-image: none;
	}
	#devicessection p {
		width: 94%;
		height: auto;
		margin: 10px 3% 8px 3%;
		float: left;
		clear: right;
	}
	#devicessection br {
		display: none;
	}
	#devicessection h3 {
		width: 94%;
		margin: 10px 3% 0 3%;
	}
	#benefitssection {
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 0;
	}
	#benefitssection .benefitbucket {
		width: 94%;
		height: auto;
		margin: 20px 3% 0 3%;
	}
	#benefitssection .benefitbucket img {
		height: 50px;
		width: auto;
	}
	#benefitssection .benefitbucket h3 {
		width: 85%;
		margin: 10px 0 0 60px;
	}
	#benefitssection .benefitbucket p {
		font-size: 12px;
		margin: 5px 0 0 60px;
	}	
	#benefitssection .lastbenefit {
		margin-bottom: 30px;
	}
	#featuressection {
		background-image: none;
		height: auto;
	}
	#featuressection .sectionwrap, #footer .sectionwrap {
		border-bottom: none;
	}
	#featuressection #mobilefeatures {
		width: 90%;
		margin: 0 3% 0 7%;
	}
	#featuressection #mobilefeatures .clearall {
		display: none;
	}
	#featuressection .featurebucketleft, #featuressection .featurebucketright {
		width: 45%;
		height: auto;
		margin: 5px auto;
		padding: 0;
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		letter-spacing: .5px;
		float: left;
	}
	#featuressection .featurebucketleft br, #featuressection .featurebucketright br {
		display: none;
	}
	#featuressection hr {
		width: 95%;
		margin-top: 20px;
	}
	#featuressection .explanation {
		width: 94%;
		margin: 20px 3%;
	}
	#footer {
		height: 250px;
	}
	#footer #leftdiv, #footer #rightdiv {
		display: none;
	}
	#footer .sectionwrap {
		background-position: top right;
	}
	#footer .contactinfo {
		float: right;
		margin: 7px 13px 0 0;
		list-style: none;
	}
	#footer .contactinfo li {
		width: 100%;
		height: auto;
		text-align: right;
		margin: 0 0 0 22px;
		float: right;
	}
}
@media (max-width: 480px) {
	#videosection {
		height: 700px;
	}
}
@media (max-width: 580px) {
	#header {
		height: 138px;
	}
	#header #logo {
		display: none;
	}
	#header #mobilelogo {
		display: inline;
		background-image: url(../../images/devicesbgmobile.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		width: 170px;
		height: auto;
		float: left;
		margin: 10px 0 0 5px;
		padding: 0;
	}
	#header .button {
		margin-top: 72px;
		right: 1%;
	}
	#header .formfield {
		margin-top: 40px;
		right: 1%;
	}
	#header .leftform {
		margin-top: 10px;
	}
	#header .phonenumber {
		font-size: 0px;
		left: 30px;
		top: 105px;
	}
	#navbar a {
		margin: 21px 0 0 3%;
		font-size: 14px;
	}
	#featuressection {
		padding-bottom: 20px;
	}
	.backtotoptext2 {
		width: 92%;
		height: auto;
		font-size: 12px;
		text-align: right;
		position: relative;
		bottom: -4px;
		right: 15px;
	}
	#videosection #videocontent #formbox .phonenumber {
		display: none;
	}
	#videosection #videocontent #formbox .button {
		width: 30%;
	}
}
@media (max-width: 400px) {
	@-ms-viewport {
		width: 320px;
	}
}
.formfield label {
width: 140px;
float: left;
margin: 0 20px 0 0;
}
.formfield span {
display: block;
margin: 0 0 3px;
font-size: 1.2em;
font-weight: bold;
}
.error{
	float: right;
	margin: 35px 28px 0 0;
	color: red;
	font-size: 18px;
	font-weight: bold;
}