@charset "UTF-8";
/* CSS Document */

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, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* MY STYLES */

/* *{margin:0; padding:0;} */

html, body {
	text-align: center;
	height: 100%;
	font-family: "Helvetica", Arial, sans-serif;
	font-size: 18px;
	line-height: 23px;
	background-color: #ffffff;
	-webkit-font-smoothing: antialiased;
   }

a {
	text-decoration: none;
}



h1 {
	font-family: 'helvetica black,' Arial black, Arial;
	font-size: 36px;
	padding-bottom: 6px;
	line-height: 40px;
}

h2 {
	font-family: 'helvetica,' Arial;
	font-size: 24px;
	padding-bottom: 7px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
  /*color: #99cc99;*/
}

h3 {
	font-size: 18px;
	padding-top: 10px;
	line-height: 28px;
	text-color: #777;
}

h4 {
	font-family: 'helvetica';
	font-size: 32px;
	padding-bottom: 5px;
	line-height: 40px;
}

h5 {
	font-family: 'helvetica';
	font-size: 18px;
	font-weight: bold;
	text-color: #000;
}


sup { 
    vertical-align: super;
    font-size: 18px;
    padding-right: 2px;
 
}

strike {

}



copyright {
 color: #ccc;
}


#cta-container {
	/* background-image: url(../images/bg.jpg); */
	 background-attachment: fixed;
	 color: black;
	 
}

.cta {
	max-width: 960px;
	margin: 0 auto;
	padding-bottom: 95px;
}

.copy {
	padding: 0 0 40px 0;
	max-width: 890px;
	margin: 0 auto;
}

.logo {
	padding: 50px 0;
}

.main-btn {
	background-color: #99cc99;
	font-family: Helvetica, Arial;
	color: #fff;
	padding:11px 30px;
	border-radius: 20px;
	font-size: 22px;
}



.main-btn:hover {
	cursor: pointer;
	background-color: #669966;
}



.tiny {
	font-size: 16px;
	padding-top: 3px;
}
		
.feature {
	font-size: 16px;
	padding: 6px 0;
}	
#feature-a-container {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	
}

.feature-a {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 75px;
}


.feature-a-copy {
	float: right;
	padding-left: 0px;
/*	padding-right: 50px;*/
	padding-bottom: 25px;
	padding-top: 10px;
	max-width: 500px;
	line-height: 29px;
	color: #777;
		font-size: 18px;
}

.feature-a-image {
	float: left;
}

/* INFO */

#info-container {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	
}

.info {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	padding-bottom: 75px;
		line-height: 29px;
	color: #777;
		font-size: 18px;

}

.info-copy {
	max-width: 600px;
		padding-left: 50px;
	}

#feature-b-container {
	background-color: #ffffff;
	display: inline-block;
	width: 100%;
	padding: 75px 0;
}

.feature-b {
	max-width: 960px;
	margin: 0 auto;
	text-align: left;
	
}

.feature-b-copy {
	float: left;
	padding-left: 50px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-top: 10px;
	max-width: 500px;
	line-height: 29px;
	color: #777;
		font-size: 18px;
}

.feature-b-image {
	float: right;
}

#footer-container {
	background-color: #ffffff;
	padding: 50px 0;
	display: inline-block;
	width: 100%;
}

.footer {
	max-width: 960px;
	margin: 0 auto;
}

.footer a {
	text-color: #ccc;
	text-dectoration: underline;
}

.footer a:hover {
	text-color: #ccc;
	text-dectoration: none;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}



#signup {
	text-align: center;	
	background-color: #f2f2f2;
	border-radius: 4px;
	padding: 25px;
	padding-bottom: 35px;	
	max-width: 450px;
	display: none;
	margin: 0 10px;
	}

	
	.checkbox {
		text-align: left;
	font-size: 14px;
	color: #646464;
	padding-top: 10px;
	}
	
	
.size16 {
	font-size: 17px;	
	line-height: 28px;
	padding-bottom: 15px;
	color: #555555;
	}

input, button, select, textarea {
	width: 90%;	
	
}

.mc-field-group input {
	margin-bottom: 15px;
	border-radius: 4px;	
	padding: 5px;
	border:1px solid #9b9894;
	text-align: center;
	font-size: 16px;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #41bf65;
	border:0;
	color: white;
	border-radius: 4px;	
	padding: 15px ;
	-webkit-font-smoothing: antialiased;
	width: 75%;
	font-family: Helvetica, Arial;
}


#book-container ul {
	padding: 0px;
	list-style-type: none;
}

.hide {
	display: none;
}



#Field1 {
	padding: 12px 9px;
	font-size: 13px;
	width: 315px;
	border: 1px solid #b7b7b7;
	text-align: center;
	border-radius: 5px;
}



#saveForm {
	background-color: #99cc99;
	border: none;
	color: white;
	font-size: 18px;
	padding: 10px;
	width: 335px;
	border-radius: 5px;
	margin-top: 13px;
	cursor: pointer;
}

#saveForm:hover {
	background-color: #669966;

}

#no {
	font-size: 14px;
	color: #646464;
	padding-top: 10px;
}

#no a {
	color: #999;
	text-decoration: underline;
}

#no a:hover {
	text-decoration: none;
}




/* Mobile Landscape */
@media screen and (max-width: 934px) {

.copy{
	padding: 0 20px 40px 20px;
}




.feature-a {
	text-align: center;
	margin: 0 auto;
	with: auto;
	background-color: #fff;
}

.feature-b {
	text-align: center;
		background-color: #fff;
}

.feature-a-image {
	float: none;
	}

.feature-a-copy {
	float: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-top: 10px;
	line-height: 29px;
	max-width: 100%;
}

.feature-b-image {
	float: none;
	}

.feature-b-copy {
	float: none;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-top: 10px;
	line-height: 29px;
	max-width: 100%;
}


/* Smartphones (portrait and landscape) ----------- */
@media screen and (max-width: 420px) {


.copy{
	padding: 0 10px 40px 0;
}

.feature-a-image{
	display: none;
		background-color: #fff;
}

.feature-b-image {
	display: none;
}

.feature-a {
	text-align: center;
	margin: 0 auto;
	with: auto;
}

.feature-b {
	text-align: center;
		background-color: #fff;
}

.feature-b-copy {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
	padding-top: 10px;
	max-width: 100%;
	line-height: 29px;
}


}

