body {
	background-color:#000000;
	color: #FFFFFF;
}
.form-area {
	text-align: left;
	color: #FFFFFF;
	background-color: #028FC0;
	padding: 1em;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;

}
.form-area button{
	color: #FFFFFF;
	background-color: #33CC66;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	padding: 0.4em;
	font-size: 115%;
	margin: .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;
}
h2 {
	font-weight: 900;
	color: #029DD3;
	font-size: 40px;
	text-shadow: 3px 3px 7px #000;
}
.promo-1 {
	background-image: url(http://instantsqueezepagegenerator.com/squeeze_files/modern004/images/bg-dark-marker.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;
}
.headlineText {
	text-align: center;
}
.promo-1 p {
	font-size:18px;
	text-shadow: 1px 1px 5px #000;
	line-height: 103%;
}
.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;
	background-color: #028FC0;
}
.copyright-bar p {
	color: #FFFFFF;
	font-weight: 700;
	margin: 0;
	font-size: 16px;
}
/*Animation Styles*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

/*Bullet Styles*/
li {
	display: block;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 18px;
	line-height: 1.7;
	color: #FFFFFF;
		
}

li:before {
	/*Using a Bootstrap glyphicon as the bullet point*/
    content: "\e146";
	font-family: 'Glyphicons Halflings';
	font-size: 20px;
	float: left;
	margin-top: -1px;
	margin-left: -25px;
	color: #029DD3;
	
}
