@charset  "UTF-8";

/* CSS Document */

@font-face {
  font-family: Calibre;
  src: url(fonts/CalibreWeb-Bold.woff);
  src: local("Calibre-Bold"), url(fonts/CalibreWeb-Bold.woff) format("woff");
  font-weight: bold;
}
@font-face {
  font-family: Calibre;
  src: url(fonts/CalibreWeb-Regular.woff);
  src: local("Calibre-Regular.otf"), url(fonts/CalibreWeb-Regular.woff) format("woff");
  font-weight: normal;
}

/* CSS RESET 

/* v2.0 | 20110126
  http://meyerweb.com/eric/tools/css/reset/ 
  License: none (public domain)
*/
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: left;
    height: 100%;
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    background-color: #fff;
}

.videoWrapper {
    position: relative;
    padding-bottom: 54.25%;
/* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

p {
    padding: 10px 0;
}

a {
    text-decoration: none;
}

.bold {
    font-weight: 900;
}

h1 {
    font-weight: 700;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 38px;
    color: #fff;
    line-height: 46px;
    padding-bottom: 10px;
}

h2 {
    font-weight: 700;
    font-size: 34px;
    line-height: 46px;
    padding-bottom: 20px;
    text-align: center;
}

h3 {
   font-weight: 700;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 42px;
    color: white;
    line-height: 46px;
  
}

h4 {
   font-weight: 700;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 42px;
    color: black;
    line-height: 46px;
  
}

ol, ul {
    padding: 10px;
}

ul {
	list-style-type: disc;
}

ol li {
    padding: 10px;
}

.break {
    padding: 20px 0;
}

.footer-type {
    font-size: 14px;
    color: #757e83;
    padding: 40px 0;
}

.mice-type {
    font-size: 14px;
    font-weight: 400;
    line-height: 10px;
}

.show {
    display: none;
}

.button {
    background-color: #2a9c5a;
    color: #fff;
    padding: 20px 30px 15px;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
}

.button:hover {
    background-color: #1f8f4e;
}

.buttoncontainer {
    padding: 30px 0;
}


.copy_button {
    background-color: #2a9c5a;
    color: #fff;
    padding: 20px 30px 15px;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: 26px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    max-width: 500px;
    cursor: pointer;
}

.copy_button:hover {
    background-color: #1f8f4e;
}

.copy_buttoncontainer {
    padding: 30px 0;
    text-align: center;
}


.cta_container {
    background-image: url(../images/optinBG.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
}

.cta {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 5px;
    color: #fff;
    min-height: 500px;
    display: inline-block;
}

.cta_copy {
    max-width: 480px;
    vertical-align: top;
    display: inline-block;
    text-align: left;
}



.cta_video {
    display: inline-block;
    padding-left: 30px;
}

.cta_video_mobile {
}

.cta_video_mobile img {
    width: 100%;
}

/* .logo {
    padding: 60px 0;
    display: inherit;
} */

.header {
	min-height: 50px;
	max-width: 1120px;
    margin: 0 auto;
    padding: 60px 0;
}

.h_left {
	float: left;
}

.h_right {
	float: right;
}
 


.copy_container {
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 15px;
    
}

.copy_image {
    max-width: 90%;
    margin: 0 auto;
    display: block;
    padding: 20px;
   	margin-top: 20px;
   	margin-bottom: 20px;
   
}

.imgborder {
 background-color: #F4F4F4;
 padding: 20px;
}

.social_logos {
    background-image: url(../images/socialProofLogos.gif);
    background-position: center;
    background-repeat: repeat-x;
    height: 135px;
}

.optin_footer {
    background-color: #151f24;
    min-height: 95px;


}

.footer_copy {
    margin: 0 auto;
    max-width: 960px;
    color: #4b5559;
    font-size: 12px;
    text-align: center;
    padding: 15px 5px;
}

.footer_copy a {
	color: #4b5559;
}


/* MODEL SUBSCRIBE BOX POP UP STYLE */



#signup {
       padding: 25px;
       text-align: center;
       background-color: none;
       color: #FFFFFF;
   }
   
   
.size16 {
	font-size: 16px;	
	line-height: 28px;
	padding-bottom: 15px;
	color: black;
	}

input, button, select, textarea {
	width: 90%;	
	
}

input {
	margin-bottom: 0px;
	border-radius: 2px;	
	padding: 15px;
	border:1px solid #9b9894;
	text-align: left;
	font-size: 16px;
}



button, html input[type="button"], input[type="reset"], input[type="submit"] {
	background-color: #2a9c5a;
	border:0;
	color: white;
	border-radius: 2px;	
	padding: 15px ;
	-webkit-font-smoothing: antialiased;
	width: 95%;
		font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight: 900;
	font-size: 26px;
	line-height: 38px;
	padding-top: 20px!important;
	cursor: pointer;
}


button:hover {
	background-color: #1f8f4e;
}

#book-container ul {
	padding: 0px;
	list-style-type: none;
}

.h_right {
	float: right;
}


/* TABLET CSS QUERIES */
@media screen and (max-width: 1096px) {
    
    .hide {
        display: none;
    }

    .show {
        display: inherit;
    }
    
   

    .cta_copy {
        text-align: center;
        max-width: 780px;
    }

    .logo {
        display: initial;
        padding: 30px 0;
    }

    .social_logos {
        background-image: url(../images/socialProofLogos.gif);
        background-position: center;
        background-repeat: repeat-x;
        background-size: cover;
        height: 75px;
    }
    
    .header {

    padding: 10px;
}
    
    .h_right {
	display: none;
}
 
 	.h_left {
	float: none;
}
    h4 {
   font-weight: 700;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 22px;
    color: black;
    line-height: 28px;
  
}

    
}

/* MOBILE CSS QUERIES */
@media screen and (max-width: 500px) {

 h1 {
    font-weight: 700;
    font-family: "Helvetica Neue";
    font-size: 28px;
    color: #fff;
    line-height: 42px;
    padding-bottom: 10px;
}

h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    padding-bottom: 20px;
    text-align: center;
}

h3 {
   font-weight: 700;
    font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 32px;
    color: white;
    line-height: 36px;
  
}

.logo {
    padding: 30px 0;
   
}

#signup {
	top: 5%!important;
	}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	padding: 10px ;
	-webkit-font-smoothing: antialiased;
	width: 95%;
	font-family: "Calibre", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 22px;
	line-height: 28px;
	padding-top: 15px!important;
	cursor: pointer;
}



}