@charset "UTF-8";



@font-face {
    font-family: 'Nhaas', Helvetica;
    src: url('http://www.homeofficepro.net/dev/includes/fonts/NHaasGroteskDSStd-35XLt.otf') format("opentype") ;
}


@font-face {
    font-family: 'Nhaas55', Helvetica;
    src: url('http://www.homeofficepro.net/dev/includes/NHaasGroteskDSStd-45Lt.otf') format("opentype") ;
}


a, a:visited, a:hover, a:focus {

color: #5D9732;

}


h1, h3, h5, h7, strong {
	font-family: 'pt_sansbold', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #5D9732;

}

h2, h4, h6, strong {
	font-family: 'pt_sansbold', Helvetica, Arial, sans-serif;
	text-align: center;
	color: #5D9732;

}


a#btn-register {
	font-family: 'pt_sansbold', Helvetica, Arial, sans-serif;
	color: #5c5c5c;
}

p {
	color: #5D9732;
}

h2 {
	font-size: 30px;
}


h3 {
	font-size: 25px;
}

img, 
object {
     max-width: 100%;
}


.aligncenter img {
	float: center;
}



.aligncenter {
	text-align: center;
}

.aligncenter img {
	float: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

input[type="text"], 
input[type="password"], 
input[type="email"], 
textarea, 
select {

	display: inline;
	margin-bottom: 0;
}


.button, input[type="button"] {
	
	width: 100%;
	margin: 0 auto;
	display: block;
	background: #e69d00; /* Old browsers */
	background: -moz-linear-gradient(top,  #e69d00 0%, #ff4200 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e69d00), color-stop(100%,#ff4200)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e69d00 0%,#ff4200 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e69d00 0%,#ff4200 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e69d00 0%,#ff4200 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e69d00 0%,#ff4200 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e69d00', endColorstr='#ff4200',GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 1.4em;
	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	-ms-border-radius:		10px;
	-o-border-radius:		10px;
	border-radius:			10px;
	border: 1px solid #492e89;
	text-shadow: 1px 1px 1px #000;
	text-align: center;
	margin-top: 5px;	
	
}

.button:hover, input[type="button"]:hover {
	
background: #ff4200; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff4200 0%, #e69d00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4200), color-stop(100%,#e69d00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff4200 0%,#e69d00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff4200 0%,#e69d00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff4200 0%,#e69d00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff4200 0%,#e69d00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4200', endColorstr='#e69d00',GradientType=0 ); /* IE6-9 */
	color: #00118d;
	text-shadow: 1px 1px 1px #fff;
	
	
}

input[type="submit"] {

background: #0ebc22; /* Old browsers */
	background: -moz-linear-gradient(top,  #0ebc22 0%, #19ad05 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ebc22), color-stop(100%,#19ad05)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0ebc22 0%,#19ad05 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebc22', endColorstr='#19ad05',GradientType=0 ); /* IE6-9 */
	text-align: center;
	font-size: 1.5em;
	-webkit-border-radius:	8px;
	-moz-border-radius:		8px;
	border-radius:			8px;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;

}

input[type="submit"]:hover {

	background: #19ad05; /* Old browsers */
	background: -moz-linear-gradient(top,  #19ad05 0%, #0ebc22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19ad05), color-stop(100%,#0ebc22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #19ad05 0%,#0ebc22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #19ad05 0%,#0ebc22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #19ad05 0%,#0ebc22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #19ad05 0%,#0ebc22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ad05', endColorstr='#0ebc22',GradientType=0 ); /* IE6-9 */
}




.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.video iframe, 
.video object, 
.video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.row, .clear {
	clear: both;
}

.box.wrapper {
	background: #000;
	padding: 10px;
	border-radius: 10px;
}

.heading-wrap {
	background-color: #5D9732;
	padding: 5px 0;
}

.bckcolr {
	background-color: #000;
}

.banner-wrap {
	text-align: center;
	background: url('../images/bg-header.jpg') repeat center bottom;
}

.content-top {
	padding-top: 30px;
	 }

.content-top h2,
.content-top h3 {
	text-align: center;
}

.content-wrapper {
	background: url('../images/bg-content.jpg') repeat center top;
}

.leader {
	background-color: #fff;
	padding: 20px;
	text-align: center;
	-webkit-border-radius:	10px;
	-moz-border-radius:		10px;
	border-radius:			10px;
	margin-bottom: 30px;
}

.leader h4 {
	font-size: 1.4em;
	color: #5D9732;
	text-align: left;
}

.leader p {
	font-size: 1.3em;
	margin-bottom: 0;
	line-height: 1.4;
}

.letcol h3,
.comsty h3 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 25px;
}

.letcol h3 span,
.comsty h3 span,
.features h4,
.content-top h2 {
	color: #5D9732;
	text-align: left;
}

.comsty h2 {
	line-height: 1;
	color: #5D9732;
	text-align: center;
}

a#btn-register {
	background: #0ebc22; /* Old browsers */
	background: -moz-linear-gradient(top,  #0ebc22 0%, #19ad05 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ebc22), color-stop(100%,#19ad05)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0ebc22 0%,#19ad05 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebc22', endColorstr='#19ad05',GradientType=0 ); /* IE6-9 */
	text-align: center;
	font-size: 1.5em;
	-webkit-border-radius:	8px;
	-moz-border-radius:		8px;
	border-radius:			8px;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}

a#btn-register:hover {
	background: #19ad05; /* Old browsers */
	background: -moz-linear-gradient(top,  #19ad05 0%, #0ebc22 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#19ad05), color-stop(100%,#0ebc22)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #19ad05 0%,#0ebc22 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #19ad05 0%,#0ebc22 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #19ad05 0%,#0ebc22 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #19ad05 0%,#0ebc22 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19ad05', endColorstr='#0ebc22',GradientType=0 ); /* IE6-9 */
}

.rightcol img {
	float: left;
}



.features h4,
.features p {
	margin-left: 60px;
}

.features h4 {
	font-size: 1.3em;
}

.content-wrapper .row {
	margin-bottom: 0;
}

.res-page .one-third {
	text-align: center;
}

.res-page {
	background: #f0f0f0; /* Old browsers */
	background: -moz-linear-gradient(top,  #f0f0f0 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f0f0), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f0f0f0 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f0f0f0 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}

.res-page p {
	font-size: 1.5em;
	color: #000;
}

.inner-wrap {
	padding: 30px 0;
}

.container .row {
	margin-bottom: 0;
}

.btn-webinar {
	background: #0ebc22; /* Old browsers */
	background: -moz-linear-gradient(top,  #0ebc22 0%, #19ad05 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0ebc22), color-stop(100%,#19ad05)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #0ebc22 0%,#19ad05 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #0ebc22 0%,#19ad05 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0ebc22', endColorstr='#19ad05',GradientType=0 ); /* IE6-9 */
	text-align: center;
	font-size: 1.5em;
	-webkit-border-radius:	8px;
	-moz-border-radius:		8px;
	border-radius:			8px;
	display: inline-block;
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
}



.cent {
	margin: 0 auto;
}
