/* Main / Header Section
***************************/
body {
	padding-top:10px;
	overflow-x:hidden;
}
body:after {
    background: #000;
    content: "";
    height: 91px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.page-container {
	margin-top:0;
	position:relative;
	z-index:10;
}
.header-top p {
    color: #ffffff;
    display: block;
    float: right;
    font-size: 14px;
    padding: 20px;
    text-align: right;
    width: 275px;
}
.main {
	background:#FFFFFF !important;
	position:relative;
    border-bottom: 35px solid #5c96c0;
}
.main:before {
	content:"";
	position:absolute;
	top:0;
	width:500px;
	height: 800px;
    left: 100%;
	background:url(../img/lander-bg.jpg) left top no-repeat;
}
.main:after {
	content:"";
	position:absolute;
	top:0;
	width:500px;
	height: 800px;
    right: 100%;
	background:url(../img/lander-bg.jpg) left top no-repeat;
	visibility: visible;
}
.main-content {
	float:none;
	width:auto;
	margin:0;
}
.main-content h1.pagetitle {
	text-align:center;
	font-size: 34px !important;
	border-bottom:none;
	padding: 20px;
	margin-bottom: 25px;
}
/* Form Section
***************************/
.form-section {
	background:#36a6d4;
	min-height: 200px;
	padding-right: 40px;
}
.form-section .form {
	float: right;
	width: 445px;
	background:#FFFFFF;
	min-height:460px;
}
.form-section .form h3 {
	display:block;
	background:#34c062;
	padding:10px;
	color:#FFFFFF;
	font-size:28px;
	text-align:center;
	margin:0;
}
.form-section .form p {
	background:#1c546c;
	text-align:center;
	display:block;
	color:#FFFFFF;
	font-size:18px;
	padding: 5px 0;
}
.cmxform {
	display: block;
	padding: 10px 60px 20px;
}
.cmxform label {
	display:block;
	font-size: 16px;
	padding-bottom: 2px;
}
.cmxform input.form-control {
  background: #fcffc7;
  border: 3px solid #e7e6e4;
  border-radius: 5px;
  font-size: 16px;
  height: 32px;
  width: 90%;
  padding: 0 10px;
  margin-top: 10px;
}

.cmxform input.form-control:focus {
  outline: none;
}

.btn_new_lead {
	background:#34c062;
	border:1px solid #2b9f51;
	width: 90%; /*100%;*/
	border-radius: 5px;
	color: #ffffff !important;
	font-size: 18px;
	padding: 10px;
	text-transform: uppercase;
	margin: 10px auto 0;
	display:block;
	font-weight:normal !important;
	text-align:center;
}
.form-info {
	padding-top: 10px;
	width: 45%;
}
.form-info h4 {
	color:#FFFFFF;
	background:#1c546c;
	font-size:22px;
	padding: 20px 20px 20px 60px;
	position: relative;
}
.form-info h4:before {
	content:"";
	position:absolute;
	left:100%;
	top:-20px;
	bottom:-20px;
	width: 0;
	height: 0;
	border-top: 80px solid transparent;
	border-bottom: 80px solid transparent;

	border-left: 80px solid #1C546C;
}
.form-info h4 span {
	color:#fcffc7;
}
ul.check-list {
	padding-left: 80px;
}
.form-info ul li, .benefits-list ul li {
	font-size:18px;
	color:#333333;
	background:none;
	line-height: 1.25em;
	padding-bottom: 10px;
	position:relative;
}
.form-info ul li span.fa-check, .benefits-list ul li span.fa-check {
	position:absolute;
	left:-25px;
	color:#45ff82;
	font-size: 32px;
	margin-right:5px;
}
.main-content .call-out {
	font-size:24px;
	color:#FFFFFF;
	background:#1c546c;
	padding: 5px 0 10px 40px;
	margin-right: -40px;
	margin-top: -90px;
	height:40px;
}
.call-out span {
	text-decoration:underline;
}
/* Video Section
***************************/
.video {
	padding:25px 40px 0;
	background:#dedede;
}
.chuck {
	width:400px;
	text-align:center;
}
.chuck h4 {
	font-size:24px;
	margin: 0 0 10px;
}
.chuck p {
	font-size:14px;
	font-weight:bold;
}
.vid-list {
	float:right;
	width:50%;
}
.vid-list h4, .benefits-list h4 {
	border-bottom: 1px solid #333333;
	color: #3196c0;
	display: block;
	font-size: 28px;
	padding-bottom: 10px;
}
.vid-list ol li {
	font-size:20px !important;
	font-weight:bold;
	position:relative;
	margin-bottom:15px;
}
.main-content ol.custom-counter {
	margin-left: 40px !important;
	padding-right: 0;
	list-style-type: none;
}
.custom-counter li {
	counter-increment: step-counter;
}
.custom-counter li::before {
	content: counter(step-counter);
	margin-right: 5px;
	font-size: 80%;
	background-color: #36A6D4;
	color: white;
	font-weight: bold;
	border-radius: 100px;
	height: 30px;
	left: -35px;
	line-height: 30px;
	position: absolute;
	text-align: center;
	width: 30px;
}
/* Benefits Section
***************************/
.benefits {
	padding-right: 40px;
	padding-left:40px;
}
.benefits h4 {
	font-size:28px;
	color:#3196c0;
}
.benefits .table {
	width:400px;
}
.benefits .table h4 {
	text-align:center;
}
.benefits-list {
	float:right;
	width:48%;
	padding-left: 50px;
}
.benefits-list h4 {
	margin-top:0;
}
.benefits-list ul {
	padding-left: 30px;
}
.benefits .table table {
	margin:0;
	clear:none;
}
.benefits .table table td {
	text-align:center;
	font-size:14px;
	background-color:#FFFFFF;
}
.benefits .table table tr:first-child td {
	font-weight: bold;
	font-size:16px;
	background-color:rgb(225, 225, 225);
}
.benefits .table table tr:last-child td {
	color: #3196c0;
	font-size: 20px;
}
/* Form Validation
***************************/
input.error {
	border: 1px solid #ff0000;
	box-shadow: 0 0 4px #ff0000;
}
label.error {
	color: #ff0000;
	font-family: "Gill Sans","Gill Sans MT","Myriad Pro","DejaVu Sans Condensed",Helvetica,Arial,sans-serif;
	font-style: italic;
}
/* Footer Css
***************************/
.lander-footer {
	text-align:center;
	color:#FFFFFF;
	font-size:12px;
	width:100%;
}
/* Responsive Css
***************************/
@media (max-width:768px) {
	.header-top p {
		display:none;
	}
	.form-info h4 {
		text-align:center;
		padding: 20px 5%;
	}
	.form-info h4:before {
		display:none;
	}
	ul.check-list {
		padding-left: 10%;
	}
	.form-section {
		padding:0;
	}
	.form-section .form {
		float:none;
		width:100%;
	}
	#new_lead_form input.form-control {
		width: 95%;
	}
	.form-info {
		width:100%
	}
	.main-content .call-out {
		margin-right: 0;
		margin-top: 0;
		padding-left: 0;
		text-align: center;
		height:auto;
	}
	.vid-list {
		float: none;
		width: 100%;
		padding-bottom: 20px;
	}
	.vid-list h4 {
		margin-top: 0;
	}
	.chuck {
		margin: 0 auto;
	}
	.benefits-list {
		float: none;
		padding-top: 30px;
		padding-left:0;
		width: 100%;
	}
	.benefits .table, .benefits .table table {
		width: 100%;
	}
}
@media (max-width:460px) {
	.chuck {
		display:none;
	}
}

.form-section .form .form-message {
	margin: 0 0 10px;
	background: none;
	text-align: left;
	color: #f00;
	font-size: 14px;
}

.form-section .error-input {
	border-color: #f00 !important;
}

.optional-fields-hide {
	display: none;
}

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

.checkbox-wrapper .standard-checkbox {
    display:none;
}

.checkbox-wrapper .standard-checkbox + label {
	cursor: pointer;
}

.checkbox-wrapper .standard-checkbox + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-1px 5px 0 0;
    vertical-align:middle;
		border: solid 3px #E7E6E4;
    cursor:pointer;
		border-radius: 4px;
}

.checkbox-wrapper input[type=checkbox]:checked + label span::after {
		font-family: FontAwesome;
		content: "\f00c";
		display: block;
		color: #36A6D4;
}
