* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Open Sans';
}
.clearfix{
	clear:both;
}
body {
	background: url('../img/wtower.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #464545;
	position: relative;
	height: 100%;

}

html{
	height: 100%;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;
}
#coming-soon {margin:0px 0px -110px -60px;}
#header_wrapper {
	
	top: 0;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 0, 0, 0.5);
}

#header{
	width: 80%;
	margin: 0 10% 0 10%;
}
#logo{
	margin-top: 18px;
	float: left;

}

#phone{
	margin-top: 28px;
	float: right;
}

p.phoneNumber{
	background-image: url('../img/phone_sh.png');
	background-repeat: no-repeat;
	font-size: 36px;
	color: #fff;
	font-family: 'Open Sans Condensed';
	padding-left: 35px;
	text-shadow: 0 2px 0px #000;
	background-position: 0px 13px;
}

#content_wrapper {
	width: 80%;
	margin: 5% 10% 0 10%;
}
#taglines {
	margin-top: 40px;
	float: left;
	width: 550px;
}


.taglineUpper{
	width: 100%;
	background-color: rgba(0,0,0,0.65);
}
h1.upper{
	color: #fff;
	text-align: center;
	font-family: 'Open Sans Condensed';
	font-weight: 300;
	font-size: 51px;
}
.taglineLower{
	padding: 10px 35px 10px 35px;
	margin-top: 10px;
	width: 100%;
	background-color: rgba(0,0,0,0.65);
}

p.lower{
	color: #d8d8d8;
	font-size: 18px;
}

#form {
	
	float: right;
	width: 500px;
	min-height: 600px;
margin-top:50px;
	/* background-color: #fff;
	border: 5px solid rgba(255, 255, 255, 0.2);
	background-clip: padding-box;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.05);*/
}
/*
#formHeader {
	width: 100%;
	height: 65px;
	background-color: #f2f2f2;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.29);
	text-align: center;
	line-height: 65px;
}
.formHeader {
	font-size: 1.6em;
	font-weight: 700;
}
#formContent {
	padding: 20px;
}
p.formDescription {
	text-align: center;
	font-size: 0.9em;
}
p.formElementTitle {
	color: #777777;
	font-size: 1.05em;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 5px;
}


input[type="radio"] {
    display:none;
}
input[type="radio"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-4px 10px 0 0;
    vertical-align:middle;
    background:url(../img/input_sprites.png) left top no-repeat;
    cursor:pointer;
}
input[type="radio"]:checked + label span {
    background:url(../img/input_sprites.png) -16px top no-repeat;
}



#form input[type=text]
{
	width: 100%;
	height: 40px;
	border: none;
	background-color: #f4f4f4;
	box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding-left: 20px;
	font-size: 1.03em;

}
#form input[type=email]
{
	width: 100%;
	height: 40px;
	border: none;
	background-color: #f4f4f4;
	box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	padding-left: 20px;
	font-size: 1.03em;

}       

#form input[type=submit]{
	display: inline-block;
	width: 80%;
	margin: 20px 10% 20px 10%;
	background-color: #0c66bc;
	border: none;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-shadow: 0 2px 0px #000;
	border: 1px solid #0c66bc;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.4),  0px 4px 4px 0px rgba(0, 0, 0, 0.2);
	cursor: pointer;

}


.cta{
	cursor: pointer;
		display: inline-block;
	width: 80%;
	margin: 20px 10% 20px 10%;
	background-color: #0c66bc;
	border: none;
	min-height: 65px;
	line-height: 65px;
	text-align: center;
	border-radius: 5px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	text-shadow: 0 2px 0px #000;
	border: 1px solid #0c66bc;
	box-shadow: inset 0px 1px 0px 0px rgba(255,255,255,0.4),  0px 4px 4px 0px rgba(0, 0, 0, 0.2);
}
.cta:hover{
	background-color: #0d6ecc;
	
	
}

.backlink{
	text-align: center;
	text-decoration: none;
	color: inherit;
	width: 100%;
}
#form input[type=submit]:hover{
	background-color: #0d6ecc;
	
	
}

select{
	width: 100%;
	height: 40px;
	border: none;
	background-color: #f4f4f4;
	box-shadow: inset 0px 0px 9px 0px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
	border: none;
	padding-left: 20px;
	font-size: 1.03em;

}


p.thankYou{
	text-align: center;
}

*/

#lowerWrapper{
	
	box-sizing: border-box;
	padding: 20px 0 20px 0;
	width: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: -10000;
	
}


#benefits{

	/*height: 150px;*/
	width: 80%;
	margin: 0 auto;
	margin-top: 10px;

}

#benefits ul{
	color: #fff;
	float: left;
	margin-right: 20px;
	list-style: none;
}

#benefits ul li{
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 35px;

}
#benefits ul.contact-info{
margin:30px 0 0 0;
float:right;
}
#benefits ul.contact-info li{
	margin-bottom: 10px;
	font-size: 16px;
	background-image:none;
	font-weight: 600;
	padding-left: 35px;

}
.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}



* {
	margin: 0;
}
html, body {
	height: 100%;
}
#wrapper {
	min-height: 100%;
	height: auto !important; /* This line and the next line are not necessary unless you need IE6 support */
	height: 100%;
	margin: 0 auto -200px; /* the bottom margin is the negative value of the footer's height */
	position: relative;
}
#lowerWrapper, .push {
	height: 200px; /* .push must be the same height as .footer */
	margin-top: -0px;
}




@media only screen and (min-width:0px) and (max-width:1340px) {
	#header{
	width: 90%;
	margin: 0 5% 0 5%;
}

#content_wrapper {
	width: 90%;
	margin: 5% 5px 0 5%;
}
#benefits{
	width: 90%;
}

}

@media only screen and (min-width:0px) and (max-width:1200px) {
#taglines{
	width: 500px;
}

#form{
	width: 380px;
}


h1.upper{

	font-size: 40px;
}


p.lower{
	font-size: 16px;
}

#benefits ul li{

	font-size: 14px;

	padding-left: 35px;

}


}




@media only screen and (min-width:0px) and (max-width:1110px) {

#benefits {
	width: 90%;
	margin: 0 auto;
	margin-top: 100px;
}
}

@media only screen and (min-width:0px) and (max-width:1005px) {
#coming-soon {margin:0px 0px -70px -50px;height:50%;width:50%;}

#taglines{
	width: 640px;
	float: none;
	margin: 0 auto;
	margin-bottom: 30px;
}

h1.upper{

	font-size: 51px;
}

p.lower{
	font-size: 18px;
}
#lowerWrapper, .push {
	height: 200px; /* .push must be the same height as .footer */
	margin-top: 0px;
}

#form{
	width: 415px;
	float: none;
	margin: 0 auto;
}

#benefits{
	width: 532px;
	margin: 0 auto;
	margin-top: 10px;
}



}


@media only screen and (min-width:0px) and (max-width:705px) {

#taglines{
	width: 500px;
}




h1.upper{

	font-size: 40px;
}


p.lower{
	font-size: 16px;
}



}

@media only screen and (min-width:0px) and (max-width:565px) {

#coming-soon {margin:0px 0px -70px -50px;height:50%;width:50%;}


#taglines{
	width: 95%;
	text-align: center;
}

#form{
	width: 95%;
}


#benefits{
	width: 100%;
}

#benefits ul{
	float: left;
	width: 270px;
	margin: 0 auto;
	padding-left:10px;

}
#benefits ul.contact-info {
	float: right;
	width: 270px;
	margin: 0 auto;
	padding-left:10px;
}

#phone{
	visibility: hidden;
	display: none;
}






}


@media only screen and (min-width:0px) and (max-width:445px) {




.cta{
	font-size: 16px;
	line-height: 65px
}
.formHeader {
	font-size: 1.2em;
	font-weight: 700;
}
#benefits{
	width: 100%;
}

#benefits ul{
	float: left;
	width: 200px;
	margin: 0 auto;
	padding-left:10px;

}
#benefits ul.contact-info {
	float: right;
	width: 200px;
	margin: 0 auto;
	padding-left:10px;
}


}

@media only screen and (min-width:0px) and (max-width:398px) {


#benefits{
	width: 100%;
}

#benefits ul{
	float: left;
	width: 160px;
	margin: 0 auto;
	padding-left:0px;

}
#benefits ul.contact-info {
	float: right;
	width: 160px;
	margin: 0 auto;
	padding-left:0px;
}
.cta{
	font-size: 16px;
	line-height: 30px
}




}
