body {
	background-color:#000000;
	color: #FFFFFF;
	text-align: center;
}
.form-area {
	text-align: left;
	color: #FFFFFF;
	background-color: #009900;
	padding: 1em;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;

}
.form-area button{
	color: #FFFFFF;
	background-color: #FF9900;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	padding: 0.4em;
	font-size: 115%;
	margin: 0.2em;
}
.bg-offwhite {
	background-color: #000 !important;
}
.content-block {
	width: 100%;
	padding: 60px 0 60px 0;
	z-index: 100;
	position: relative;
	background-color: #000;
}
.content-block-nopad {
	width: 100%;
	z-index: 100;
	position: relative;
	background-color: #000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	line-height: 1.1;
}
h1, h2, h3 {
	margin-bottom: 20px;
	font-weight: 300;
}
h4, h5, h6 {
	margin-bottom: 15px;
	font-weight: 400;
}
p {
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.6;
	margin: 15px 0;
	color: #fff;
	font-weight: 600;
	text-shadow: 3px 3px 7px #000;
}
h2 {
	font-weight: 900;
	color: #FF9900;
	font-size: 40px;
	text-shadow: 3px 3px 7px #000;
}
.promo-1 {
	background-image: url(http://instantsqueezepagegenerator.com/squeeze_files/modern005/images/bg-dark-cash-garden.jpg);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center -65px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 40px;
	padding-left: 0px;
	background-color: #000000;
	text-align: center;
	height: 100%;
}
.headlineText {
	text-align: center;
}
.promo-1 p {
	font-size:20px;
	text-shadow: 3px 3px 7px #000;
	line-height: 103%;
	text-align: center;
}
.promo-1 form {
	font-size:18px;
	text-shadow: 1px 1px 5px #000;
	line-height: 103%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.promo-1 .video-wrapper {
	max-width: 400px;
	margin: 20px auto 0 auto;
	text-align:center;
}
.promo1 img{
margin-left:auto;
margin-right:auto;
}
.copyright-bar {
	height: 70px;
	position: relative;
	bottom: 0;
	padding-top: 20px;
}
.copyright-bar p {
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
	font-size: 16px;
	text-align: center;
	text-shadow: 3px 3px 7px #000;
}
/*Animation Styles*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}


/*Bullet Styles*/
li {
	display: block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.6;
	color: #FFFFFF;
	text-shadow: 3px 3px 7px #000;
	text-align: center;
	font-weight: 600;
}

li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e064";
	font-family: 'Glyphicons Halflings';
	font-size: 14px;
	margin-top: 2px;
	margin-left: 0px;
	color: #FF9900;
	margin-right: 5px;
}
