@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
margin-left: auto;
margin-right: auto;
width: 86.45%;
padding-left: 2.275%;
padding-right: 2.275%;
clear: none;
float: none;
}
h1{
display:block;
font-size:2em;
font-weight:700;
color:#35B897;
margin:4px 0 .67em
}
h2,h4{
display:block;
font-size:1.5em;
font-weight:700;
color:#35B897;
margin:.83em 0
}
h5{
display:block;
font-size:1.17em;
font-weight:700;
color:#35B897;
margin:.83em 0;
}
h6{
display:block;
font-size:1.25em;
font-weight:700;
color:#707070;
margin:4px 0 .67em
}
@media only screen and (min-width: 320px) and (max-width:767px){
h1{
display:block;
font-size:1.4em;
font-weight:700;
color:#35B897;
margin:4px 0 .67em;
}
h2,h4{
display:block;
font-size:1.3em;
font-weight:700;
color:#35B897;
margin:.83em 0;
}
}
#banner {
border-bottom-color:#1abc9c;
border-bottom-style:solid;
border-bottom-width:3px;
}
#logo {
width: 100%;
text-align:center;
}
#logo img {
width:20%;
padding-top:15px;	
}
#title {
width: 100%;
text-align:center;
margin-left:auto;
margin-right:auto;
clear: both;
}
#title img {
width:90%;
padding-top:10px;
}
#call {
width: 100%;
text-align:center;
margin-left: 0;
clear: both;
}
#call img {
width:90%;
}
#nav-top {
}
/* Responsive Menu */

#menu ul {
margin: 0;
padding: 0;
}
#menu .main-menu {
display: none;
}
#tm:checked + .main-menu {
display: block;
}
#menu input[type="checkbox"], 
#menu ul span.drop-icon {
display: none;
}
#menu li, 
#toggle-menu, 
#menu .sub-menu {
border-style: solid;
border-color: #ffffff;
}
#menu li, 
#toggle-menu {
border-width: 0 0 1px;  
}
#menu li:last-child {
border-width: 0;  
}
#toggle-menu li:last-child {
border-width:0;	
}
#menu .sub-menu {
background-color: #ececec;
border-width: 1px 1px 0;
margin: 0 1em;
}
#menu .sub-menu li:last-child {
border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
position: relative;
display: block;
font-family:Verdana;
font-size:16px;
color: #333333;
text-decoration:none;
font-weight:500;
}
#menu {
background-color: #ffffff;
}

#toggle-menu {
background-color: #ECECEC;
background: -webkit-linear-gradient(#ECECEC, #FFFFFF); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#ECECEC, #FFFFFF); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#ECECEC, #FFFFFF); /* For Firefox 3.6 to 15 */
background: linear-gradient(#ECECEC, #FFFFFF); /* Standard syntax (must be last) */
}
#toggle-menu:hover {
background:#35B897;
color: #FFFFFF;
font-weight:600;
}
#hamburger:hover {
content:url(images/menu-white.png);	
}
#toggle-menu, 
#menu a {
padding: 12px 14px;
}

#menu a {
transition: all .125s ease-in-out;
-webkit-transition: all .125s ease-in-out;
}
#menu a:hover {
  background-color:#35B897;
  color: #FFFFFF;
}

#menu .sub-menu {
  display: none;
}
#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}
#menu .sub-menu a:hover {
  background-color: #ECECEC;
background: -webkit-linear-gradient(#ECECEC, #FFFFFF); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#ECECEC, #FFFFFF); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#ECECEC, #FFFFFF); /* For Firefox 3.6 to 15 */
background: linear-gradient(#ECECEC, #FFFFFF); /* Standard syntax (must be last) */
color: #35B897;
} 
#toggle-menu .drop-icon, 
#menu li label.drop-icon {
position: absolute;
right: 1.5em;
top: 1.25em;
}
#menu label.drop-icon, {
border-radius: 50%;
width: 1em;
height: 1em;
text-align: center;
background-color: rgba(0, 0, 0, .125);
text-shadow: 0 0 0 transparent;
color: rgba(255, 255, 255, .75);
}
#toggle-menu span.drop-icon {
width: 1em;
height: 1em;
text-align: center;
margin-top:-4px;
}
#menu .drop-icon {
  line-height: 1;
}
@media only screen and (min-width: 1260px) {
  #menu .main-menu {
    display: block;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}
/* End Responsive Menu */
#main-ebook {
background-image:url(images/bg.jpg);
padding-top:20px;
padding-bottom:20px;		
}
div.top-image-ebook {
margin:auto;
text-align:center;
display:block;
margin-bottom:20px;
}
div.top-image {
margin:auto;
text-align:center;
display:block;
border:#F0F0F0;
border-style:solid;
border-width:1px;
}
div.accordion-wrapper {
margin-top:30px;	
}
.contrast-text{
color:#9E9E9E;
font-weight:700;
font-size:1.2em;
}
.book-quote{
font-style:italic;
font-size:1.1em;
color:#2C846E;	
}
.dark-text{
color:#494949;
font-weight:700;
font-size:1.2em;
}
.link{
color:#4D7EE0;
font-weight:700;
}
div.ebook {
border-color:#ECE6E6;
width:90%;
text-align:center;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-width:2px;	
}
div.embeds {
text-align:center;
margin-left:auto;
margin-right:auto;
}
.responsive-container{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
margin-bottom:20px;
}
.responsive-container iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
.responsive-container-small{
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;overflow:hidden;
margin-bottom:20px;
}
.responsive-container-small iframe{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}
#text-left {
background-image:url(images/bg.jpg);
}
#text-right {
background-image:url(images/bg.jpg);
padding-bottom:20px;
}
#paypal{	
font-size:9px;
color:#35B897;
font-weight:800;
line-height:40px;
}
@media only screen and (min-width: 480px) {
#paypal{
font-size:14px;
font-weight:800;
line-height:40px;
}
}
table {
width: 100%;
border-collapse:
collapse; border-spacing: 0;
}

td, th {
border: 1px solid transparent; /* No more visible border */
height: 40px;
transition: all 0.3s;  /* Simple transition for hover effect */
}
td {
background: #FAFAFA;
vertical-align:middle;
}

/* Cells in even rows (2,4,6...) are one color */
tr:nth-child(even) td { background: #F1F1F1; }  

/* Cells in odd rows (1,3,5...) are another (excludes header cells)  */
tr:nth-child(odd) td { background: #FEFEFE; } 

tr td:hover { background: #666; color: #FFF; } /* Hover cell effect! */

#social {
padding-top:20px;
background-color:#f8f8f8;	
}
#form {
width: 100%;
}
.form {
width: 100%;
}
#form-offer {
width: 100%;
}
#facebook {
width: 100%;
text-align:center;
margin-left: 0;
clear: both;
margin-bottom:30px;
}
#google {
text-align:center!important;
width: 100%;
margin-left: 0;
clear: both;
display:block;
}
.follow {
text-align:center;
margin-left:auto;
margin-right:auto;
display:block;
margin-top:20px;
font-weight:600;
font-size:20px;
color:#993399;
background-color:#F8F8F8;
}
.follow img {
width:12%;
display:inline-block !important;
text-align:center;
margin-left:auto;
margin-right:auto;
white-space:nowrap;
}
#nav-bottom{
width:100%;
font-size:.8em;
text-align:center;
color:#707070;
padding-bottom:10px;
padding-top:15px;
border-bottom-color:#1abc9c;
border-bottom-style:solid;
border-width:3px;
}
#nav-bottom li{
width:100%;
list-style:none;
margin-bottom:0;
text-align:center;
}
#nav-bottom a:link{
color:#BDB6B6;
text-decoration:none;
padding-right:5px;
padding-left:5px;
}
#nav-bottom a:visited{
color:#BDB6B6;
text-decoration:none;
}
#nav-bottom a:hover{
color:#1abc9c;
text-decoration:none;
}
#footer{
padding-top:20px;
padding-bottom:20px;
text-align:center;
font-size:10px;
}	
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#35B897;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff
}
#scroll:hover {
    background-color:#A93791;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 650px) {

.gridContainer {
width: 90.675%;
padding-left: 1.1625%;
padding-right: 1.1625%;
clear: none;
float: none;
margin-left: auto;
}
h6 {
display:none;	
}
#banner {
}
#logo {
width: 10.2564%;
}
#logo img {
width:80%;
padding-top:5px;	
}
#title {
width: 35.8974%;
clear: none;
margin-left: 2.5641%;
}
#title img {
width:100%;
pading-top:10px;	
}
#call {
width: 35.8974%;
float:right;
clear: none;
margin-left: 2.5641%;
}
#call img {
width:100%;
padding-top:10px;
}
div.ebook {
border-color:#ECE6E6;
width:100%;
text-align:center;
margin-left:auto;
margin-right:auto;
border-style:solid;
border-width:2px;	
}
#paypal{
padding-top:0;
font-size:16px;
font-weight:800;
line-height:40px;
}
#social {
}
#form {
width: 100%;
padding-bottom:20px;
}
.form {
width: 100%;
padding-bottom:20px;
}
#facebook {
width: 48.7179%;
clear: both;
margin-left: 0;
}
#google {
width: 48.7179%;
margin-left: 2.5641%;
clear: none;
}
#nav-bottom {
}
#footer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 900px) {

.gridContainer {
width: 88.5%;
max-width: 1232px;
padding-left: 0.75%;
padding-right: 0.75%;
margin: auto;
clear: none;
float: none;
margin-left: auto;
}
h6 {
display:none;	
}
#logo {
width: 6.7796%;
}
#logo img {
width:100%;
}
#title {
width: 49.1525%;
clear: none;
margin-left: 1.6949%;
}
#title img {
width:80%;
float:left;
padding-top:4px;
}
#call {
width: 40.6779%;
clear: none;
margin-left: 1.6949%;
}
#call img {
width:80%;
padding-top:9px;
float:right;
}
div.full-width img {
width:100%;
}
div.top-image{
float:right;
width:40%;
clear:right;
margin-left:20px;
margin-bottom:20px;
margin-top:8px;	
}
#landing-container {
display:flex;
background-image:url(images/bg.jpg)
}
.landing-page {
width:55%;
}
.form-offer {
margin-left:2%;
width:44%;
}
div.accordion-wrapper {
width:56%;
margin-top:29px;	
}
div.ebook {
float:right;
width:39.65%;
clear:right;
margin-left:20px;
border-color:#ECE6E6;
border-style:solid;
border-width:2px;	
}
div.embeds {
float:right;
clear:right;
width:40%;
margin-left:20px;
margin-top:20px;
margin-bottom:20px;
}
#video-left {
width:48%;	
}
#video-right{
width:48%;
margin-left:4%;
float:right;
clear:right;	
}
div.background {
padding-bottom:20px;
padding-top:20px;
background-image:url(images/bg.jpg);	
}
#social {
margin-top:0px;
padding-top:0px;
}

#form-ebook {
float:left;
clear:left;
width: 56%;
}
div.top-image-ebook{
float:right;
width:40%;
margin-left:4%;
clear:right;
margin-bottom:20px;
margin-top:8px;	
}

@media only screen and (min-width: 1260px) {
#nav-top {
padding-left:0px;	
}
h6 {
display:none;	
}
#form {
float:left;
clear:left;
width: 56%;
}
.form {
float:left;
clear:left;
width: 56%;	
}
div.top-image-ebook{
float:right;
width:40%;
margin-left:4%;
clear:right;
margin-bottom:20px;
margin-top:8px;	
}
#facebook {
width: 40%;
float:right;
clear:right;
margin-left:4%;
padding-top:0;
}
#google {
width: 40%;
text-align:center;
float:right;
clear:right;
margin-top:20px;
margin-left:4%;
}
#text-left {
background-image:url(images/bg.jpg);
float:left;
width:56%;
padding-bottom:20px;	
}
#text-right {
background-image:url(images/bg.jpg);
width:40%;
float-right;
clear:right;
margin-right:0px;
padding-left:4%;
padding-bottom:20px;
}
#paypal{
background-image:url(images/bg.jpg);
font-size:16px;
margin-top:15px;
font-weight:800;
line-height:40px;
}
}

.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}