body
{ 
	margin:0;
	padding:0;
	font-family:'Arial', Helvetica, sans-serif;
	line-height:1.2;
	background: #fff;
	font-size:14px;
}
img{
	max-width:100%;
}
a
{	 
	-webkit-transition: all 300ms ease-in;
	-moz-transition: all 300ms ease-in;
	-o-transition: all 300ms ease-in;
	transition: all 300ms ease-in;
	text-decoration:underline;
}

h1, h2, h3, h4 ,h5, h6{
	font-family:'Arial', Helvetica, sans-serif;
	margin:0 0 10px 0;
}
.clear{
	clear:both;
}
.textcenter{
	text-align:center;
}

/* Page starts here */

.container{
	max-width:960px !important;
}
h1{
	font-size:32px;
	color:#9ac211;
}
h2{
	font-size:24px;
	color:#9ac211;
}
h3{
	font-size:20px;
	color:#595858;
}
.site-header{
	background:#fff;
	padding:23px 0 29px 0;
}
.banner-content{
	padding:30px 0 40px 0;
	background:#f8f8f8;
	border-top:1px solid #e9e9e9;
}
.videoWrapper{
	margin-top:30px;
	text-align:center;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.get-started-optin {
	background:#fff;
	border-radius:10px;
	padding:15px;
	box-shadow:1px 1px 2px #ccc; 
	text-align:center;
	margin-top:30px;
}
.get-started-optin header{
	text-align:center;
	font-size:32px;
	font-weight:bold;
	color:#9ac211;
	margin-top:5px;
}
.get-started-optin ul {
	margin:0;
	padding:0;
	text-align:left; 
}
.get-started-optin li{
	margin:20px;
	list-style:none;
}
.get-started-optin li label {
	font-weight:normal;
}
.get-started-optin input[type=text], .get-started-optin input[type=email], .get-started-optin select{
	padding:12px 10px;
	border-radius:10px;
	border:1px solid #d0d0d0;
	width:100%;
	font-size:13px;
}
.get-started-optin input[type=text]:focus, .get-started-optin input[type=email]:focus, .get-started-optin select:focus {
	outline:none;
}
.get-started-optin li.buttons {
	text-align:center;
}
.get-started-optin input[type=submit], .join-btn, .newsletter-fields input[type=submit]{
	background: #f8a402;
	background: -moz-linear-gradient(top,  #f8a402 0%, #ce8010 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8a402), color-stop(100%,#ce8010));
	background: -webkit-linear-gradient(top,  #f8a402 0%,#ce8010 100%);
	background: -o-linear-gradient(top,  #f8a402 0%,#ce8010 100%);
	background: -ms-linear-gradient(top,  #f8a402 0%,#ce8010 100%);
	background: linear-gradient(to bottom,  #f8a402 0%,#ce8010 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a402', endColorstr='#ce8010',GradientType=0 );
	border:none;
	color:#fff;
	font-weight:bold;
	padding:10px 25px;
	border-radius:5px;
}
.fields input[type=submit]:hover, .join-btn:hover, .newsletter-fields input[type=submit]:hover{
	background: #f8a402;
}
.banner-links{
	margin-top:50px;
}
.banner-links ul{
	margin:0;
	padding:0;
}
.banner-links ul li{
	margin:10px 0px;
	list-style:none;
	background:url(../images/li-icon.png) 0 0 no-repeat;
	padding-left:30px;
	line-height:22px;
}
.banner-links ul li a{
	color:#595858;
	text-decoration:none;
	font-size:13px;
}
.tips-content{
	background:#9ac211;
	padding:50px 0 50px 0;
	text-align:center;
	color:#fff;
}
.tips-head-title{
	font-size:40px;
}
.tips-head-subtitle{
	font-size:24px;
}
.button{
	width:130px;
	margin:30px auto;
}
.button a{
	color:#fff;
	text-decoration:none;
}
.testimonial-content{
	padding:0 0 50px;
	text-align:center;
}
.testimonial-title{
	font-size:32px;
	color:#9ac211;
}
.testimonial-subtitle{
	font-size:20px;
}
.testimonial-loop{
	text-align:left;
	line-height:20px;
	margin:35px;
	position:relative;
}
.testimonial-loop p:before{
	content:url(../images/quotes-before.png) no-repeat;
	width:65px;
	height:60px;
	position:absolute;
	top:-20px;
	left:-20px;
}
.testimonial-loop p:after{
	content:url(../images/quotes-after.png) no-repeat;
	width:65px;
	height:60px;
	position:absolute;
	bottom:30px;
	right:0;
}
.testimonial-loop .author{
	text-align:right;
}
.client-content{
	background:#343534;
	padding:35px 0;	
	color:#fff;
}
.client-title{
	text-align:center;
	font-size:32px;
}
.client-tab-container
{
	text-align:center;
}
.client-tab{
	width:20%;
	display:inline-block;
	padding:0 15px;
	text-align:center;
	margin-top:30px;
	position:relative;
}
.client-tab h3{
	font-weight:bold;
	font-size:16px;
	margin:15px 0 5px 0;
}

.client-tab a
{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.client-overview{
	padding:75px 0;	
}
.client-overview-content{
	line-height:22px;
	margin-top:50px;
}
.grey{
	background:#f8f8f8;
	border-bottom:1px solid #e8e8e8;	
}
.white{
	background:#fff;
	border-bottom:1px solid #e8e8e8;	
}
.green{
	color:#9ac211;	
}
.newsletter-content{
	padding:90px 0 80px 0;
	background:#f8f8f8;
}
.newsletter-fields input[type=text]
{
	padding:8px;
	width:30%;
	border-radius:5px;
	border:1px solid #d0d0d0;
	font-size:13px;
}

.newsletter-fields input{
	margin-right:20px;
}
.site-footer{
	background: #757474;
	background: -moz-linear-gradient(top,  #757474 0%, #2e2f2f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#757474), color-stop(100%,#2e2f2f));
	background: -webkit-linear-gradient(top,  #757474 0%,#2e2f2f 100%);
	background: -o-linear-gradient(top,  #757474 0%,#2e2f2f 100%);
	background: -ms-linear-gradient(top,  #757474 0%,#2e2f2f 100%);
	background: linear-gradient(to bottom,  #757474 0%,#2e2f2f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#757474', endColorstr='#2e2f2f',GradientType=0 );
	padding:25px 0;
	color:#fff;
	font-size:12px;
	text-align:center;
}
.flt-rght{
	float:right;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.text-area
{
	margin:50px 0;
	line-height:1.5;
}