@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800);
/* CSS Document */
/*-------------------------------------------------------
[Table of contents]

1. Reset
	
2. Generic

3. Typography

4. Form

5. Table

6. Menu

7. Layout
		
--------------------------------------------------------*/

.long {
    float: left; 
    margin-top: 15px; 
    margin-right: 5px;
}


/*-------------------------------------------------------
  #Reset Styles
 -------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
:focus {
	outline:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align:left;
	font-weight:400;
}
audio, canvas, img, video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* WebKit browsers */
*::-webkit-input-placeholder {
 color:#8f8f8f;
 opacity:1;
}
*:-moz-placeholder {
 /* FF 4-18 */
	color:#8f8f8f;
 opacity:1;
}
*::-moz-placeholder {
/* FF 19+ */
	color:#8F8F8F;
 opacity:1;
}
*:-ms-input-placeholder {
 /* IE 10+ */
	color:#8f8f8f;
 opacity:1;
}
 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
 color:transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
 color:transparent;
} /* FF 4-18 */
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
 color:transparent;
} /* FF 19+ */
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
 color:transparent;
} /* IE 10+ */
/*-------------------------------------------------------
 #Generic Styles
 -------------------------------------------------------*/

.left {
	float:left;
}
.right {
	float:right;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.noFloat {
	float:none;
}
.hidden {
	position: absolute;
	top:0;
	visibility: hidden;
}
.pointer {
	cursor:pointer;
}
a {
	text-decoration: none;
	outline: 0;
	max-width:100%;
	color: #FFF;
	font-size:12px;
	font-weight:400;
}
a.chk:hover, a.chk:focus, a.chk:visited {
	outline: 0;
	text-decoration: none;
}

a:hover, a:focus, a:visited {
	outline: 0;
	text-decoration: underline;
}
p a, p a:visited {
	line-height: inherit;
}
ul, ol {
	margin: 0 0 20px 0;
	list-style-position: inside;
}
ul {
	list-style: none;
}
ul li {
	list-style: none;
	box-sizing: border-box;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
* {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
}
/*-------------------------------------------------------
 #Typography
 -------------------------------------------------------*/
 
body {
	background:url("../images/lp2/bg-image.png") no-repeat scroll center top / cover rgba(0, 0, 0, 0);
	font-size:0.875em;
	font-family: 'Open Sans';
	line-height:1.3em;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 { /*Heading Styles*/
	font-weight: 600;
	margin: 0;
}
h1, .h1 {
	font-size:2.375em;
	margin-bottom:16px;
	line-height: 1.1em;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
}
h2, .h2 {
	font-size:2.375em;
	margin-bottom:16px;
	line-height: 1.1em;
	font-weight:700;
	text-transform:uppercase;
	color:#FFF;
}
h3, .h3 {
	font-size:1.825em;
	margin-bottom:14px;
	line-height: 1.1em;
	font-weight:800;
	text-transform:uppercase;
}
h4, .h4 {
	font-size:1.4em;
	margin-bottom:13px;
	line-height: 1.1em;
}
h5, .h5 {
	font-size:1em;
	margin-bottom:12px;
	line-height: 1.1em;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 {
	margin-top:1.5em;
}
p {
	margin: 0.85em 0;
	line-height:20px;
	font-weight:600;
	font-size:14px;
	color:#FFF;
}
p img {
	margin: 0;
}
img, a img {
	border:none;
	padding: 0;
	margin:0;
	display:inline-block;
	max-width: 100%;
	height:auto;
}
em {
	font-style: italic;
}
strong, b {
	font-weight: bold;
}
small {
	font-size: 80%;
}
/*-------------------------------------------------------
 Forms
 -------------------------------------------------------*/
 
form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
.input-text, input[type="text"], input[type="input"], input[type="password"], input[type="email"], input[type="number"], input[type="url"], input[type="tel"], input[type="search"], textarea, select {
	-webkit-appearance: none;
	border: 1px solid #7f827f;
	padding: 11px;
	outline: none;
	color: #8f8f8f;
	margin: 0;
	width: 100%;
	max-width: 100%;
	display: inline-block;
	margin-bottom: 20px;
	background: #fff;
	border-radius: 0px;
	box-sizing:border-box;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="search"]:focus, textarea:focus {
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	color: #555;
}
input[type="submit"], #submit, .button {
	cursor:pointer;
	border:none;
	-webkit-appearance: none;
	background: none repeat scroll 0 0 #50be45;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 0 0 #107806;
	-moz-box-shadow: 0 5px 0 0 #107806;
	-o-box-shadow: 0 5px 0 0 #107806;
	-ms-box-shadow: 0 5px 0 0 #107806;
	box-shadow: 0 5px 0 0 #107806;
	color: #fff;
	display: inline-block;
	font-size: 22px;
	line-height: 45px;
	text-decoration: none;
	text-transform: uppercase;
	width: 200px;
	font-weight:600;
}
input[type="submit"]:hover, #submit:hover, .button:hover {
	color:#333833;
}
textarea {
	min-height: 60px;
	line-height:1.5em;
}
label {
	display: block;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: left;
	font-weight:300;
}
legend {
	display: block;
	font-weight: normal;
	font-size: 15px;
}
select {
	width: 220px;
}

/*
input[type="checkbox"] {
	display: inline;
	height: 22px;
	margin: 0;
	width: auto;
}
*/

/* .squaredTwo */
input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(../images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/check_radio_sheet.png) -19px top no-repeat;
}
/* end .squaredTwo */

label span, legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}
textarea {
	width:100%;
}
/*------------------------------------------------------- 
 #Table
 -------------------------------------------------------*/
table {
	width: 100%;
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 13px;
}
table caption {
	padding: 0 0 5px 0;
	width: auto;
	font-style:italic;
	text-align: right;
	font-size: 12px;
}
th {
	font-weight:bold;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	text-align: left;
	padding: 9px 12px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}
td {
	font-size: 13px;
	padding: 9px 12px;
	border-style: solid;
	border-width: 1px;
	border-left:none;
	border-top:none;
}
tr th:first-child, tr td:first-child {
	border-left-style: solid;
	border-left-width: 1px;
}
tr:first-child th, tr:first-child td {
	border-top-style: solid;
	border-top-width: 1px;
}
/*------------------------------------------------------- 
  Menu Styles
 -------------------------------------------------------*/




/*------------------------------------------------------- 
 #Layout Styles
 -------------------------------------------------------*/
html, body {
	width:100%;
	height:100%;
}
#container {
	width:100%;
	height:auto; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	margin:0 auto; /* center, not in IE5 */
	position:relative; /* needed for footer positioning*/
}
#header {
}
#content {
}
#footer {
}
/* ==================== Custom Css ========================*/
.container {
	width: 1005px;
	margin: 0 auto;
	box-sizing:border-box;
}
header {
	background: #ADB96E;
}
.sidebar {
	background: none repeat scroll 0 0 #333833;
	box-sizing: border-box;
	color: #fff;
	padding: 0 10px 40px;
	position: relative;
	text-align: center;
	width: 30%;
	z-index: 99;
}
.sidebar aside {
	padding: 0 10px;
}
.sidebar aside h3 {
	margin: 20px 0;
}
.sidebar aside h3:after {
	border-bottom: 2px solid #fff;
	content: "";
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	width: 92px;
}
.sidebar aside p {
	margin-bottom: 26px;
}
.terms-text {
	font-size: 13px;
	margin-bottom: 60px;
	margin-left: 6px;
	text-align: left;
	max-width: 90%;
	width:100%;
	font-weight:300;
}
.content {
	width: 68%;
	float: right;
}
.content h2 {
	margin:35px 0 38px 0;
}
.right-list {
	width:50%;
}
.right-list ul li {
    background: none repeat scroll 0 0 #50be45;
    border-radius: 70px 0 0 70px;
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 18px;
    padding: 11px 20px;
}

.right-list a {
    font-size: 18px;
    font-weight: 600;
}

/*
.right-list ul li span {
    display: inline-block;
    vertical-align: middle;
    width: 88%;
}
*/
/*
.right-list ul li:before {
    background: none repeat scroll 0 0 #fff;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 16px;
    margin: 0 8px 0 0;
    vertical-align: middle;
    width: 15px;
}
*/
/*
.right-list li:first-child:before {
    color: #50be45;
    content: "•";
    font-size: 30px;
    line-height: 15px;
    text-align: center;
}
*/
.left-female img {
    width: 100%;
}
footer {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	clear: both;
	float: left;
	margin-top: -119px;
	position: relative;
	width: 100%;
}
.footer-first-row-black {
	background: none repeat scroll 0 0 #323232;
	border-bottom: 1px solid #4c484a;
	padding: 18px 0 20px;
}
.footer-first-row-black p {
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    width: 68%;
}
.footer-second-row-green {
	background: none repeat scroll 0 0 #67b349;
	height: 33px;
	width: 100%;
}
.footer-second-row-green ul {
	margin: 0;
}
.footer-second-row-green ul li {
	display:inline;
}
.footer-second-row-green ul li a {
	line-height: 33px;
}
.footer-second-row-green ul li:first-child a {
	border-right: 1px solid #fff;
	margin-right: 8px;
	padding-right: 8px;
}

.content.moblie-view{
display:none;
}

#email2 {
    display: none;
}

/* ============================ Media Query Start ==============================*/

@media only screen and (min-width: 768px) and (max-width: 960px) {
.container {
	padding: 0 10px;
	width: 100%;
}
.content h2 {
	padding-left:0;
	text-align: center;
}
.content .left-female {
	float: left;
	position: relative;
	top: 192px;
	width: 46%;
}
.content .right-list {
	float: right;
	width: 54%;
}
.terms-text {
	margin-left: 4px;
}
.footer-first-row-black {
	padding:11px 0 10px;
}
input[type="submit"], #submit, .button {
    width: 100%;
}

}

@media only screen and (min-width: 320px) and (max-width: 767px) {
body{
	background-repeat:repeat;	
}
.container {
 padding: 0 10px;
 width: 100%;
}
.sidebar {
 width:100%;
}
.content {
 width:100%;
}
.content h2 {
 text-align:center;
 padding-left:0;
}
.content .left-female {
 bottom: -5px;
 display: inline-block;
 margin-left: 40px;
 position: relative;
}
.right-list{
	width:100%;
}
.content .right-list {
 width: 100%;
 position:relative;
 left:10px;
}
.content .right-list ul {
 margin:-6px 0 0 0;
}
.content .right-list ul li {
 box-sizing: border-box;
 display: table;
 padding-left: 18px;
 width: 100%;
}
footer {
 margin:0;
}
.footer-first-row-black p {
 text-align: justify;
 width: 100%;
}

.content .left-female,.content.desktop-view {
    display: none;
}
.content.moblie-view{
display:block;
}
}

