body {	
	font-family: 'Open Sans', sans-serif;
	font-size: 17px;
	color: #333333;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Medium.woff') format('woff'),
		url('../fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham';
	src: url('../fonts/GothamBold.eot');
	src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamBold.woff') format('woff'),
		url('../fonts/GothamBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}


@font-face {
	font-family: 'Gotham';
	src: url('../fonts/Gotham-Black.eot');
	src: url('../fonts/Gotham-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Black.woff') format('woff'),
		url('../fonts/Gotham-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: inherit;
}

img {
	max-width: 100%;
	height: auto;
}

.container {
	width: 100%;
	max-width: 1280px;
}

#page-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}

.hero-wrap {
	color: #fff;
	background-color: #fff;
	background-image: url(../img/hero.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	min-height: 700px;
}

.hero-wrapper {
	position: relative;
	background: #1777b8;
	height: 689px;
}

.hero-half-1 {
	width: 55%;
	height: 100%;
	position: absolute;
	top: 0;
}

.hero-half-1 {
	left: 0;
	background: url(../img/stair.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.hero-half-1:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
	background: url(../img/seperator.png) no-repeat;
    width: 186px;
    height: 689px;
	display: block;
}

.eclogo {
	background: url(../img/easy-climber-icon.png) no-repeat;
	width: 103px;
	height: 105px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.hero-content {
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
}

.hero-content h1 {
	font-size: 56px;
	font-family: 'Gotham';
	font-weight: bold;
	margin: 0 0 25px;
}

.hero-content .h4 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 24px;
}

.hero-content p {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}


.site-branding {
	float: left;
	margin-top: 35px;
}

.site-info {
	margin-top: 15px;
	float: right;
	font-size: 12px;
	line-height: 1;
}

.callus > a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	padding-left: 50px;
	margin-bottom: 15px;
}

.callus > a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 3px;
	width: 41px;
	height: 41px;
	background: url(../img/call-icon.png) no-repeat;
}

.callus a > span {
	display: block;
}

span.call {
	font-family: 'Raleway', sans-serif;
}

.site-info .phone {
	font-weight: bold;
	font-size: 28px;
}

.phone-no a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
	padding: 13px 28px;
	border-radius: 999px;
	border: 2px solid #fff;
}

.page-nav {
	background: #44bf97;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 99;
}

.page-nav.affix {
	position: static;
}

.page-nav.fixed {
	position: fixed;
}

.page-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.page-nav ul > li {
	display: inline-block;
}

.page-nav ul > li > a {
	display: block;
	padding: 19px 25px;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	position:relative;
}

.page-nav ul > li.active > a {
	background: #ffffff;
	color: #000;
	-moz-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
}

.page-nav li.active > a:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #ffffff;
	border-width: 5px;
	margin-left: -5px;
}

.nav>li>a:focus, .nav>li>a:hover {
	background: none;
	color: #fff;
}

.section {
	padding: 0;
	line-height: 1.7;
	position: relative;
}

.section-content {
	/*background: url(../img/home-icon.jpg) no-repeat  0 80px;*/
	padding: 100px 60px 70px 60px;
	position: relative;
}

.section p {
	margin-bottom: 30px;
}

#about-stairlift {
	background: #fff;
}

.section-title {
	color: #333333;
	font-family: 'Gotham';
	font-weight: 500;
	margin-top: 30px;
	margin-bottom: 40px;
}

.section-title h2 {
	display: inline-block;
	font-size: 36px;
	padding: 10px 0;
	position: relative;
}

.section-title .title {
	position: relative;
	z-index: 5;
}

.section-title h2:before {
	content:"";
	position: absolute;
	left: 60px;
	top: 0;
	border: 3px solid #ebebeb;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.section-title .title span {
	color: #0c3f84;
}

.homeicon {
	background: url(../img/home-icon.jpg) no-repeat;
	width: 45px;
	height:45px;
	position: absolute;
	top: 25px;
	left: 0;
}

.bottom-title {
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'Gotham';
	font-size: 80px;
	font-weight: 900;
	line-height: 78%;
	color: #ebebeb;
}

#how-stair-lifts-work {
	background: #fff;
}

#how-stair-lifts-work .section-content .col-sm-8 {
	padding-left: 60px;
}

#how-stair-lifts-work .section-title {
	margin: 20px 0;
}

.section-content ul {
	list-style: none;
	margin-left: 0;
	padding: 0;
}

.section-content ul li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 25px;
}

.section-content ul li:before {
    content: " ";
    display: block;
    width: 7px;
    height: 7px;
    background: #000;
    border-radius: 50%;
    position: absolute;
    top: 11px;
    left: 0;
}

.bottom-title.right {
	left: auto;
	right: 0;
}

#how-to-choose {
	background: #f5f5f5;
}

.choose-block {
	padding: 25px 60px 0 60px;
	background: #fff;
	-moz-box-shadow: 0 0 30px #e0e0e0;
	-webkit-box-shadow: 0 0 30px #e0e0e0;
	box-shadow: 0 0 30px #e0e0e0;
	margin-bottom: 40px;
}

.block-title {
	font-family: 'Gotham';
	font-size: 23px;
	font-weight: 500;
	line-height: 1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	position: relative;
}

.block-title .fa {
	width: 24px;
	height: 24px;
	padding-left: 2px;
	line-height: 24px;
	border-radius: 50%;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	color: #fff;
	background: #44bf97;
	position: absolute;
	top: 0;
	left: -40px;
}

.choose-block h5 {
	color: #0d4084;
	font-weight: 600;
	font-size: 17px;
}

.choose-block p:last-child {
	margin-bottom: 0;
	padding-bottom: 25px;
}

.has_border {
	border-left: 1px dashed #ebebeb;
}

.list01 .listxt {
	position: relative;
	padding: 24px 24px 20px 24px;
	background: #fff;
	-moz-box-shadow: 0 0 30px #e0e0e0;
	-webkit-box-shadow: 0 0 30px #e0e0e0;
	box-shadow: 0 0 30px #e0e0e0;
	margin-bottom: 20px;	
	font-size: 16px;
	line-height: 1;
	font-family: 'Gotham';
	font-weight: 500;
}

.list01 .listxt .fa {
	background: #95dbc5;
	color: #fff;
	font-size: 18px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	text-align: center;
	display: table-cell;
}

.list01 .listxt .tabeldiv {
	display: table;
}

.list01 .listxt .tabelcell {
	display: table-cell;
	vertical-align: middle;
}

.list01 .listxt .tabelcell.first {
	width: 40px;
}

.cta_1.phone-no {
	padding-bottom: 0;
}

.formtitle {
	font-family: 'Gotham';
	color: #0c3f84;
	padding-top: 45px;
	padding-bottom: 30px;
	text-align: center;
}

.formtitle h2 {
	display: inline-block;
	font-size: 30px;
	line-height: 1.1;
	font-weight: 500;
	position: relative;
}

.formtitle h2:after {
	content:"";
	background: url(../img/arrow-down.png) no-repeat right bottom;
	width: 51px;
	height: 80px;
	position: absolute;
	right: -18px;
	top: 100%;
	display: inline-block;
}

.form-wrapper {
	background: #0b70b4;
	padding: 50px 0;
	position: relative;
}

.form-wrapper h2 {
	text-align: center;
	color: #fff;
	font-family: 'Gotham';
	font-weight: 500;
	font-size: 28px;
}

#footer-cta {
	background: #000;
	color: #fff;
	text-align: center;
	font-size: 18px;
	position: relative;
	padding: 60px;
	line-height: 1.7;
}

#footer-cta .container {
	max-width: 1020px;
}

.footer-cta-bg {
	background: url(../img/EC-Safety.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .45;
}

.footer-cta-content {
	position: relative;
	z-index: 11;
}

#footer-cta h2 {
	font-family: 'Gotham';
	font-size: 32px;
	font-weight: bold;
	margin: 0 0 25px;
}

#footer-cta p {
	margin-bottom: 24px;
}

#footer-cta a {
	text-decoration: none;
}

.round-btn {
	font-size: 16px;
	font-weight: bold;
	color: #0d4084;
	text-decoration: none;
	display: inline-block;
	border-radius: 999px;
	padding: 13px 33px;
	background: #fff;
	margin: 10px 0;
   -moz-transition: all .21s;
   -o-transition: all .21s;
   -webkit-transition: all .21s;
   transition: all .21s;
}

.round-btn:hover {
	border-radius: 1px;
}

#page-footer {
	font-size: 14px;
	color: #333;
	line-height: 1;
	padding: 18px 0;
}

#page-footer a {
	color: #333;
	margin-left: 10px;
}

#page-footer a:hover {
	color: #0b70b4;	
}

#page-footer .fa {
	font-size: 16px;
}

@media (min-width: 768px) {
	.text-sm-right {
		text-align: right;
	}
}

@media (min-width: 992px) {
	.choose-block ul li {
		min-height: 60px;
	}
}

@media (max-width: 1499px) and (min-width: 992px) {
	.eclogo {
		left: calc(50% - 80px);
		right: auto;
		margin: 0;
	}
}

@media (max-width: 1199px) and (min-width: 992px) {
	.hero-content h1 {
		font-size: 36px;
	}
	
	.hero-content{ 
		font-size: 16px;
	}
}

@media (max-width: 1199px) and (min-width: 768px) {
	.section-content {
		background-size: 24px auto;
	}
	
	.section-title {
		margin-top: 0;
	}
	
	.section-title h2 {
		font-size: 28px;
	}
	.section {
		font-size: 16px;
	}
	
	.bottom-title {
		font-size: 50px;
	}
}

@media (max-width: 991px) and (min-width: 768px) {
	.hero-content h1 {
		font-size: 28px;
	}
	
	.hero-content{ 
		font-size: 15px;
	}
	
	.hero-half-1 {
		width: 63%;
	}
}


@media (max-width: 767px) {
	body {
		padding-bottom: 65px;
	}
	
.site-branding {
    width: 200px;
    margin-top: 15px;
    margin: 15px auto 0 auto;
    float: none;
}
	
	.site-info {
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 1001;
		background: #0D649E;
		padding: 10px 15px;
		text-align: center;
	}
	
	.callus > a { 
		margin-bottom: 0;
	}
	
	.hero-wrapper {
		height: inherit;
	}
	
	.hero-content h1 {
		font-size: 28px;
	}
	
	.hero-content{ 
		font-size: 15px;
	}
	
	.hero-content .h4 {
		font-size: 20px;
	}
	
	.hero-half-1 {
		width: 100%;
		height: 450px;
	}
	
	.hero-half-1:after {
		display: none;
	}
	
	.eclogo {
		z-index: 5;
		top: 100%;
		-ms-transform: translate(0,-50%);
		-webkit-transform: translate(0,-50%);
		transform: translate(0,-50%);
	}
	
	
	.section-content {
		background-size: 24px auto;
		background-position: 0 20px;
		padding: 50px 0 80px 0;
	}
	
	.section-title h2:before {
		border: 0;
		left: 0;
		border-bottom: 4px solid #ebebeb;
	}
	
	#how-stair-lifts-work .section-content .col-sm-8 {
		padding-left: 15px;
	}
	
	.bottom-title {
		font-size: 36px;
	}
	
	.section-title {
		margin-top: 0;
	}
	
	.section-title h2 {
		font-size: 28px;
	}	
	
	.xs-center-block {
		display: block;
		margin: 0 auto;
	}
	
	.choose-block {
		padding: 20px 15px 0 15px;
	}
	
	.formtitle h2, .form-wrapper h2, #footer-cta h2 {
		font-size: 24px;
	}
	
	.formtitle h2:after {
		right: 0;
		left: 0;
		margin: 0 auto;
		background-position: center center;
	}
	
	.block-title .fa {		
		display: none;
	}
	
	#footer-cta {
		padding: 50px 0;
	}
	
	#footer-cta {
		font-size: 16px;
	}
	
	.round-btn {
		display: block;
		width: 100%;
		padding: 10px 15px;
		line-height: 1.2;
	}
	
	.round-btn span {
		display: block;
	}
	
	#page-footer {
		padding-bottom: 10px;
	}
	
	#page-footer .col-sm-6 {
		text-align: center;
		margin-bottom: 10px;
	}
}


.hero_form h2 {
	font-size: 28px;
	font-weight: 500;
	font-family: 'Gotham';
	margin-bottom: 25px;
}

body .hero_form .gform_wrapper ul li.gfield {
	margin-top: 16px;
}

body.page-template-page-landing .gform_wrapper .top_label div.ginput_container {
	margin-top: 0;
}

.form-wrapper {
	padding-bottom: 10px;
}

.page-template-page-landing .no_label label {
	display: none !important;
}
.footer_form .gform_wrapper {
	margin: 12px auto 0 auto;
	max-width: 930px;
}

.page-template-page-landing .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	border-radius: 5px;
	height: 50px;
	border: 0;
	color: #666666;
	font-weight: 600;
	font-size: 16px;
	padding: 6px 15px;
}

body .footer_form .gform_wrapper ul li.gfield {
	margin-top: 16px;
}

body .footer_form .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.btn_li {
	display: block;
	margin-left: 0 !important;
	margin-right: 0;
	width: 100% !important;
}

body .hero_form .gform_wrapper form ul.gform_fields:not(.top_label) li.gfield_html_formatted.btn_li {
	display: block;
	margin-left: 0 !important;
	margin-right: 0;
	width: 100% !important;
	margin-top: 20px;
}

.form-btn { 
	display: block;
	background: #0d4084;
	border: 0;
	outline: 0;
	color: #fff; 
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 16px;
	width: 260px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 999px;
	margin: 0 auto;
}

.page-template-page-landing .gform_wrapper .gform_footer input.button, 
.page-template-page-landing .gform_wrapper .gform_footer input[type=submit], 
.page-template-page-landing .gform_wrapper .gform_page_footer input.button, 
.page-template-page-landing .gform_wrapper.gform_wrapper .gform_page_footer input[type=submit] {
	display: block;
	background: #0d4084;
	border: 0;
	outline: 0;
	color: #fff; 
	text-transform: uppercase;
	font-weight: bold; 
	font-size: 16px;
	width: 260px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	border-radius: 999px;
	margin: 16px 0 0;
	border: 1px solid transparent;
}

.page-template-page-landing .gform_wrapper .gform_footer input.button:focus, 
.page-template-page-landing .gform_wrapper .gform_footer input[type=submit]:focus, 
.page-template-page-landing .gform_wrapper .gform_page_footer input.button:focus, 
.page-template-page-landing .gform_wrapper.gform_wrapper .gform_page_footer input[type=submit]:focus {
	border-color: #0074c1;
}

.page-template-page-landing  .gform_wrapper li.gfield.gfield_error {
    background: none;
    margin-bottom: 0!important;
    border: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.page-template-page-landing .gform_wrapper .validation_message, .page-template-page-landing .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    display: none;
}

.page-template-page-landing .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
    margin-top: 0;
}

.page-template-page-landing .gform_wrapper div.validation_error {
    color: #f5a5a5;
    border-color: #f5a5a5;
    margin-bottom: 0;
}

.page-template-page-landing .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_wrapper li.gfield_error textarea {
    border-color: #f00;
}

.hero_form .form-btn {
	margin: 0;
}

.hero-content {
	bottom: 10px;
}

.footer_form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first, 
.footer_form .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last,
.footer_form  .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_middle {
	padding-top: 0;
}

.page-template-page-landing .footer_form .gform_wrapper div.validation_error {
	position: static;
	width: 100%;
}

.list01 .panel {
    margin-bottom: 20px;
    background: none;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-content {
	border-top: 1px solid #ddd;
	padding: 20px 15px 0 15px;
	text-align: center;
}

.list01 .listxt {
	margin-bottom: 0;
}

@media (min-width: 641px) {
	.page-template-page-landing .footer_form .gform_wrapper li.phone_field.gfield_error .ginput_container {
   		padding-right: 16px !important;
	}

	body .hero_form .gform_wrapper ul.gform_fields__2 li.gfield {
		margin-top: 0;
	}

	body .hero_form li.phone_field.gfield_error .ginput_container {
   		padding-right: 16px !important;
	}

	.footer_form .gform_wrapper ul.gform_fields__2 > li.zipcode {
		display: inline-block;
		width: 40%;
	}

	.footer_form .gform_wrapper ul.gform_fields__2 > li.phone_field {
		display: inline-block;
		width: 60%;
	}

	.hero_form .gform_wrapper ul.gform_fields__2 > li.zipcode {
		display: inline-block;
		width: 40%;
	}

	.hero_form .gform_wrapper ul.gform_fields__2 > li.phone_field {
		display: inline-block;
		width: 60%;
	}
	
	.footer_form .gform_wrapper li.name_field,
	.footer_form .gform_wrapper li.email_field	{
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
	
	.footer_form .gform_wrapper li.phone_field,
	.footer_form .gform_wrapper li.zipcode	{
		display: inline-block;
		vertical-align: top;
	}
	
	.footer_form .gform_wrapper li.phone_field {
		width: 40% !important;
	}
	
	.footer_form .gform_wrapper li.zipcode {
		width: 25% !important;
	}
	
	.footer_form .gform_wrapper form {
		position: relative;
		margin-bottom: 15px;
	}
	
	.page-template-page-landing .footer_form .gform_wrapper .gform_footer input.button, .page-template-page-landing .footer_form .gform_wrapper .gform_footer input[type=submit] {
		position: absolute;
		right: 0;
		bottom: 0;
		margin: 0;
		height: 50px;
		line-height: 46px;
	}
	
	.footer_form .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-right: 16px;
	}
	
	.footer_form .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
		margin-right: 0;
	}
	
	.footer_form img.gform_ajax_spinner {
		position: absolute;
		right: 5px;
		bottom: 13px;
	}
	
}

@media (max-width: 1199px) and (min-width: 992px) {
	.page-template-page-landing .footer_form .gform_wrapper .gform_footer input.button, .page-template-page-landing .footer_form .gform_wrapper .gform_footer input[type=submit] {
		width: 185px;
		font-size: 12px;
	}
	
	.form-wrapper .ebookcover img {
		max-width: 325px;
	}
}

@media (max-width: 991px)  {
	.hero_form h2 {
		font-size: 21px;
	}
}

@media (max-width: 767px) {
	.hero-content {
		position: static;
	}

	.hero_content_1 {
		background-repeat: no-repeat;
		background-size: cover;
    		padding: 80px 0;
   		text-align: center;
    		margin-bottom: 50px;
	}

	.hero_form h2 {
		text-align: center;
	}
	
	.hero_form .form-btn {
		margin: 0 auto 25px auto;
	}

	.eclogo {
		top: 45%;
	}

	.hero_form .gform_wrapper .gform_footer {
		margin: 0;
		padding: 0;
	}
}

@media (max-width: 640px) {
	.page-template-page-landing .gform_wrapper.gf_browser_chrome .gform_body {
		width: 100%;
	}
	
	.page-template-page-landing .gform_wrapper .ginput_container span:not(.ginput_price) {
		margin-bottom: 16px;
	}
	
	.page-template-page-landing .gform_wrapper .gform_footer input.button, .page-template-page-landing .gform_wrapper .gform_footer input[type=submit] {
		width: 100%;
		margin-top: 16px;
		margin-bottom: 15px;
	}
}

.cta_1 {
padding: 30px 0 70px;
text-align:center;
}

.cta_1 h2 {
font-family:'Gotham';
font-size: 36px;
font-weight: 500;
margin: 0 0 20px;
color: #0c3f84;
}

.cta_1 .phone-no a {
padding: 9px 20px;
text-transform: uppercase;
}

.phone-no a {
background: #0D4084;
border-color: #0D4084;
color: #fff;
}

#form_title {
background: #f5f5f5;
    padding-bottom: 70px;
    padding-top: 50px;
}

.ebookcover {
position: absolute;
width: 100%;
left: 15px;
top: -76px;
z-index: 11;
}

.form-wrapper .ebookcover img {
-webkit-box-shadow: -20px -20px 10px -10px rgba(0,0,0,0.36);
-moz-box-shadow: -20px -20px 10px -10px rgba(0,0,0,0.36);
box-shadow: -20px -20px 10px -10px rgba(0,0,0,0.36);
}

@media (max-width: 991px) {
	.ebookcover {
		position: static;
		width: 280px;
		margin: 0px auto 35px auto;
	}

}

.hero-half-1:before {
content: '';
position: absolute;
left:0;
top: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.25);
}

@media (min-width: 1200px) {
.hero_form h2 { font-size: 45px; }
.hero_content_1 { padding-top: 100px; }
.page-template-page-landing .gform_wrapper div.validation_error {
    position: absolute;
    left: 16px;
    top: -35px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid #f5a5a5;
    padding: 5px;
    width: calc(100% - 32px);
}
}