body.not-front.node-type-landing-page {
	/*background:#fafafa url(../images/lp_body_bg.jpg) no-repeat center top;*/
	background:#fff url(../images/landing_page_bg.jpg) no-repeat center top;
}
.node-type-landing-page #main-wrapper #main {
	width:auto;
}
.node-type-landing-page #header{
	background:orange;
	display:none;
}

.node-type-landing-page #header .section {
	background:none;
}
.node-type-landing-page #main #content {
    float: none;
    margin: 0 auto;
    width: 906px;
	padding-bottom:60px;
}

.node-type-landing-page form.lastname #lastName,.node-type-landing-page form.firstname #firstName{
	background:orange;
}
.node-type-landing-page form.lastname.firstname #firstName,.node-type-landing-page form.lastname.firstname #lastName{
	background:red;
}

.node-type-landing-page #lpLogo {
	position:relative;
	margin:40px auto 0;
	text-align:center;
}
.node-type-landing-page #lpLogo img{
	width:auto;
}
.node-type-landing-page #mainTitle {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    margin: 47px auto 6px;
    position: relative;
    text-align: center;
	padding-top:0px;
	font-weight:600;
}

.node-type-landing-page #subTitle {
    color: #ffffff;
    font-size: 29px;
    line-height: 48px;
    margin: 0 auto 25px;
    text-align: center;
	font-weight:600;
	text-transform:uppercase;
}

.node-type-landing-page #column2{
	width:406px;
	float:right;
	margin-right:28px;
	height:455px;
}    
   
.node-type-landing-page #formWrap,.node-type-landing-page #formWrapTop{    
	position: relative;
	margin-top:0px;
}
.node-type-landing-page #formWrap.none,.node-type-landing-page #formWrapTop.none{    
	display:none;
}
.node-type-landing-page #formWrap.singleFormUpper{    
	display:block;
}
.node-type-landing-page #formWrapTop{
	display:none;
	width:402px;
}
.node-type-landing-page #formInner,.node-type-landing-page #formInnerTop {
	padding:0px;
	margin: 16px 0px;
	}

.node-type-landing-page #main .content h3#formText,.node-type-landing-page #main .content h3#formTextTop {
    color: #ffffff;
    font-size: 22px;
    line-height: 32px;
    margin: 0px;
    padding: 0px 20px 28px;
    text-align: center;
	font-weight:bold;
	letter-spacing: -.025em;
	text-transform:uppercase;
	font-family:'Raleway', sans-serif;
}

.node-type-landing-page form {
    border: 0px solid red;
    display: block;
    margin-bottom: 10px;
    position: relative;
	padding:10px 10px 0 10px;
	background:url(../images/landing_page_form_bg_repeat.png) repeat;
}
.node-type-landing-page #formWrap input,.node-type-landing-page #formWrapTop input{ 
	position:relative; 
	background:none; 
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 border:1px solid #2973d4;
	border-radius:5px;
}
.node-type-landing-page #formWrap input#firstName,.node-type-landing-page #formWrap input#firstNameReq,.node-type-landing-page #formWrapTop input#firstNameTop,.node-type-landing-page #formWrapTop input#firstNameReqTop {
  display: block;
    height: 44px;
    margin: 10px 0;
    padding-left: 10px;
    padding-top: 2px;
    width: 100%;
	float:left;
	margin:0 1% 10px 0; 
	color:#3d3d3d;
	line-height:50px;
	background:#fff;
	
}
.node-type-landing-page #formWrap .firstname.lastname input#firstName, .node-type-landing-page #formWrap .firstname.lastname input#firstNameReq,.node-type-landing-page #formWrapTop .firstname.lastname input#firstNameTop, .node-type-landing-page #formWrapTop .firstname.lastname input#firstNameReqTop {
    width: 49%;
	
}
.node-type-landing-page #formWrap input#lastName,.node-type-landing-page #formWrap input#lastNameReq, .node-type-landing-page #formWrapTop input#lastNameTop,.node-type-landing-page #formWrapTop input#lastNameReqTop {
    display: block;
    height: 44px;
    margin: 10px 0;
    padding-left: 10px;
    padding-top: 2px;
    width: 100%;
	float:right;
	margin:0  0 10px 1%; 
	color:#3d3d3d;
	line-height:50px;
	background:#fff;
}
.node-type-landing-page #formWrap .firstname.lastname input#lastName,.node-type-landing-page #formWrap .firstname.lastname input#lastNameReq, .node-type-landing-page #formWrapTop .firstname.lastname input#lastNameTop,.node-type-landing-page #formWrapTop .firstname.lastname input#lastNameReqTop {
    width: 49%;
}
.node-type-landing-page #formWrap input#email-address, .node-type-landing-page #formWrapTop input#email-addressTop {
  display: block;
    height: 46px;
    margin: 10px 0;
    padding-left: 10px;
    padding-top: 2px;
    width: 68%;
	float:left;
	margin:0 1% 10px 0; 
	color:#3d3d3d;
	line-height:50px;
	background:#fff;
}
.node-type-landing-page #formWrap input#postal-code, .node-type-landing-page #formWrapTop input#postal-codeTop {
    display: block;
    height: 46px;
    margin: 10px 0;
    padding-left: 10px;
    padding-top: 2px;
    width: 29%;
	float:right;
	margin:0  0 10px 1%; 
	color:#3d3d3d;
	line-height:50px;
	background:#fff;
}

.node-type-landing-page #formWrap   button#submit1,.node-type-landing-page #formWrapTop   button#submit1Top {
    color: #fff;
	border:0;
    font-size: 20px;
    min-height: 55px;
    position: relative;
    width:49%;
	float:left;
	background:#589bf3;
	font-weight:900;
	cursor: pointer;
	margin:0 0 10px 0;
	-webkit-appearance: none;
	padding:0;
	text-transform:uppercase;
	border-radius:4px;
	font-family:'Raleway',sans-serif;
   letter-spacing:.1em;

}
.node-type-landing-page #formWrap .button1  button#submit1,.node-type-landing-page #formWrapTop .button1  button#submit1Top {
    width:100%;

}

.node-type-landing-page #formWrap button#submit2,.node-type-landing-page #formWrapTop button#submit2Top {
    color:#fff;
	border:0;
    font-size: 20px;
    min-height: 55px;
    position: relative;
    width:49%;
	float:right;
	background:#9f0022;
	font-weight:900;
	cursor: pointer;
	margin:0 0 10px 0;
	-webkit-appearance: none;
	padding:0;
	text-transform:uppercase;
 	border-radius:4px;
   font-family: 'Raleway',sans-serif;
   letter-spacing:.1em;
}


.node-type-landing-page a#optionalBtn {
	max-width:335px;
	height:46px;
	display:block;
	line-height:46px;
	text-align:center;
	margin:57px auto 0;
	text-transform:uppercase;
	font-size:20px;
	font-weight:900;
    font-family: 'Raleway',sans-serif;
	text-decoration:none;
	letter-spacing:.100em;
	border-radius:4px;
	width:100%;

}

.node-type-landing-page #sharingWrap {
	width:190px;
	display:block;
	margin:49px auto 0;
}
.node-type-landing-page a#facebookShareBtn{
	background:url(../images/lp_facebook_share_btn.png) no-repeat;
	display:block;
	float:left;
	width:90px;
	height:32px;
	color:#fff;
	font-weight:600;
    font-family: 'Raleway',sans-serif;
	font-size:15px;
	padding-left: 40px;
	padding-top: 5px;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 text-decoration:none;
	 
	
}
.node-type-landing-page a#facebookShareBtn:hover{
}
.node-type-landing-page a#twitterShareBtn{
	background:url(../images/lp_twitter_share_btn.png) no-repeat;
	display:block;
	float:right;
	width:90px;
	height:32px;
	color:#fff;
    font-family: 'Raleway',sans-serif;
	color:#fff;
	font-weight:600;
	font-size:15px;
	padding-left: 40px;
	padding-top: 5px;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	 text-decoration:none;
	
}

.node-type-landing-page a#twitterShareBtn:hover{
	}

.node-type-landing-page #continueWrap{
	margin:-34px 30px 0;
	display:block;
	float:right;
}
.node-type-landing-page #continueWrap2{
	display:none;
	margin-right:20px;
}
.node-type-landing-page  a#continueLink {
	color:#de3c45;
	text-transform:uppercase;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	line-height:34px;
	background:#f4f4f4;
	width:146px;
	height:34px;
	text-align:center;
	display:block;
	
}
.node-type-landing-page  a#continueLink:hover {
	
}

.node-type-landing-page  #mediaWrap {
	margin:0 auto;
	display:block;
	margin-top:24px ;
}

.node-type-landing-page  #mediaWrap img {
	width:414px;
	margin:0;
	padding:0;
	display:block;
}
.node-type-landing-page  #mediaWrap iframe {
	margin:0;
	padding:0;
	display:block;
	-moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;

}


.node-type-landing-page  #lowerText {
	clear:both;
}
.node-type-landing-page #main .content #lowerText p{
	font-size:20px;
	letter-spacing:-.025em;
	margin: 0 auto;
	width:80%;
	display:block;
	line-height:32px;
}
.node-type-landing-page  #textBlock {
    font-size: 18px;
    line-height: 25px;
    margin-top: 0px;
    padding-top: 00px ;
    width: 415px;
	letter-spacing:-.025em;
	float:left;
	font-family: 'Lato', sans-serif;
	color:#2b2b2b;
}
.node-type-landing-page #textBlock p{
	margin-bottom:25px;
	padding: 0 0px;
}
.node-type-landing-page #textBlock p a:hover{
	text-decoration:underline;
}

.node-type-landing-page #footer-second {
	background:#eeeeee;

}
.node-type-landing-page #footer-second #block-block-7{
	color:#686868;
	padding-top:28px;
	padding-left:0;

}
.node-type-landing-page #footer .section {
	width:915px;
}
.node-type-landing-page #footer .region-footer {
	background:none;
	float:left;
	width:400px;
}

.node-type-landing-page #block-system-main-menu {
	display:none;
}
.node-type-landing-page #block-block-11 {
	float:left;
	position:relative;
	text-align:left;
	margin-top:12px;
	right:0;
}
.node-type-landing-page #block-block-11 a{
	font-size:10px;

}
.node-type-landing-page #footer .region-disclaimer {
	background:none;
	float:right;
	width:400px;
}
.node-type-landing-page #block-block-10 {
	float:right;
	margin-top:24px;
	font-size:10px;
	color:#d1d1d1;
	border:1px solid #d1d1d1;
}


/* Tablet */
@media all and (max-width: 1024px) and (min-width:760px) {

.not-front.node-type-landing-page.sidebar-second #main #content {
	width:auto;
}

.node-type-landing-page #main-wrapper #main  {
	width:100%;
}
.node-type-landing-page #headerWrap {
	width:100%;
	
}
.node-type-landing-page #headerInner {
	width:100%;
}


.node-type-landing-page #contentWrap {
	width:100%;
}

.node-type-landing-page #textBlock {
    width: 44%;
	margin-left:3%;
	
}


.node-type-landing-page #mediaWrap img {
	width:100%;
	height:auto;
}
.node-type-landing-page  #mediaWrap iframe {
	display:block;
	-moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	

}

.node-type-landing-page #column2{   
	width: 44%;
	margin-right:3%;
}
.node-type-landing-page #formWrapTop{   
	width: 44%;
	margin-right:3%;
}
.node-type-landing-page #formText, .node-type-landing-page #formTextTop {
    color: #2b2b2b;
    font-size: 28px;
    line-height: 28px;
    margin: 0px 0 25px;
    padding: 40px 10px 25px;
    text-align: center;
	letter-spacing: -.025em;
}



.node-type-landing-page #footer .region-footer,.node-type-landing-page #footer .region-disclaimer{
	width:40%;
}
.node-type-landing-page #footer .section{
	width:100%;

}
.node-type-landing-page #block-block-11 {
	right:0;
	left:20px;
}
.node-type-landing-page #block-block-10 {
	right:20px;
}

} /* End tablet media query */

/* Single Column */
@media all and (max-width: 760px) and (min-width: 200px) {
.not-front.node-type-landing-page.sidebar-second #main #content {
	width:auto;
}

.node-type-landing-page #main-wrapper #main  {
	width:100%;
}
.node-type-landing-page #headerWrap {
	width:100%;
	
}
.node-type-landing-page #headerInner {
	width:100%;
}


.node-type-landing-page #contentWrap {
	width:100%;
}
.node-type-landing-page #mainTitle {
	font-size:30px;
	line-height:30px;
}.node-type-landing-page #subTitle {
	font-size:20px;
	line-height:22px;
}
.node-type-landing-page #textBlock {
    float: none;
    margin: 0 auto;
    width: 88%;
	
}


.node-type-landing-page #mediaWrap img {
	width:100%;
	height:auto;
}
.node-type-landing-page  #mediaWrap iframe {
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 box-sizing: border-box;
	

}

.node-type-landing-page #column2{   
    float: none;
    margin: 0 auto;
    width: 88%;
}
.node-type-landing-page #formWrapTop{   
    float: none;
    margin: 0 auto;
    width: 88%;
	display:block;
}
.node-type-landing-page #formWrapTop.singleFormLower{   
	display:none;
}

.node-type-landing-page #formText,.node-type-landing-page #formTextTop {
    color: #2b2b2b;
    font-size: 18px;
    line-height: 20px;
    margin: 0px 0 25px;
    padding: 40px 10px 25px;
    text-align: center;
	letter-spacing: -.025em;
}

.node-type-landing-page #main .content h3#formText, .node-type-landing-page #main .content h3#formTextTop {
	background:url(../images/landing_page_form_bg_repeat.png) repeat;
	padding-bottom:0;
	margin-bottom:28px;
}
.node-type-landing-page a#optionalBtn{
	width:88%;
}
.node-type-landing-page #sharingWrap{
	width:88%;
}
.node-type-landing-page a#twitterShareBtn{
	margin-left:10px;
	float:left;
}

.node-type-landing-page #continueWrap2{
	display:block;
	margin-right:20px;
}
.node-type-landing-page #footer .region-footer,.node-type-landing-page #footer .region-disclaimer{
	width:40%;
}
.node-type-landing-page #footer .section{
	width:100%;

}

.node-type-landing-page #block-block-11 {
    float: left;
    margin-left: 20px;
    margin-top: 12px;
    position: relative;
    right: 0;
	top:0px;
    text-align: left;
}
.node-type-landing-page #block-block-10 {
	margin-right:20px;
}
.node-type-landing-page #block-block-18 {
	display:none;
}
.node-type-landing-page #main .content #lowerText p {
	width:90%;
}
.node-type-landing-page #sharingWrap {
	width:190px;
}
.node-type-landing-page #continueWrap {
    float: none;
    margin: 20px auto 0;
    text-align: center;
    width: 146px;
}
} /* end single column media query */

@media all and (max-width: 435px) and (min-width: 200px) {
.node-type-landing-page a#facebookShareBtn{
	background-color:#214f82;
	margin-bottom:12px;
}
.node-type-landing-page a#twitterShareBtn{
	background-color:#2998c6;
	
}


}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
