@charset "utf-8";
/* CSS Document */

/* ------------------- Custom Fonts ------------------- */
/* akzidenzgroteskbe xbdcn - Used in Price */
@font-face {
  font-family: 'AkzidenzGroteskBE-XBdCn';
  src: url('../fonts/AkzidenzGroteskBE-XBdCn.eot?#iefix') format('embedded-opentype'),  url('../fonts/AkzidenzGroteskBE-XBdCn.otf')  format('opentype'),
	     url('../fonts/AkzidenzGroteskBE-XBdCn.woff') format('woff'), url('../fonts/AkzidenzGroteskBE-XBdCn.ttf')  format('truetype'), url('../fonts/AkzidenzGroteskBE-XBdCn.svg#AkzidenzGroteskBE-XBdCn') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* ------------------- Set Defaults ------------------- */
html, body, div {
	margin: auto;
	padding: 0px;
	display: block;
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
	position: relative;
}
img {
	max-width: 100%;
}
body > page > div {
	margin: auto;
	padding: 0px;
	width: 100%;
}
h1 {
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 2.2em;
	text-transform: uppercase;
	font-weight: 800;
	margin: 1.75em auto;
	max-width: 95%;
	text-align: center;
}
h3 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.5em;
	text-align: center;
	text-transform: uppercase;
}
h4 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	text-transform: uppercase;
	font-size: 2.0em;
}
h5 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.4em;
    text-transform: uppercase;
}
h6 {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 2.0em;
    text-transform: uppercase;
}
p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 1.7em;
	text-align: left;	
}
sup {
	font-size: .5em;
	top: -.2em;
    position: relative;
}
p.price {
	font-family: 'AkzidenzGroteskBE-XBdCn', Arial, "sans-serif";
}
.border-image {
	background: url("../img/border.jpg") top center no-repeat; 
	height: 6px;
	background-size: 100% 100%;
}
.green-button {
    text-align: center;
    margin: auto;
	text-decoration: none;
	color: #fff;
	background: #1b692e; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#1e9340, #1a4c22); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#1e9340, #1a4c22); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#1e9340, #1a4c22); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#1e9340, #1a4c22); /* Standard syntax */
	border:none;
	border-radius: 3px;
	padding: 20px 75px;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 1.5em;
}
.red-button {
   text-align: center;
    margin: auto;
	text-decoration: none;
	color: #fff;
	background: #ad1e23; /* For browsers that do not support gradients */
	background: -webkit-linear-gradient(#c52229, #951a1e); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#c52229, #951a1e); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#c52229, #951a1e); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#c52229, #951a1e); /* Standard syntax */
	border:none;
	border-radius: 3px;
	padding: 20px 75px;
	text-transform: uppercase;
	font-weight: 600;
    font-size: 1.5em;
}
.red-green-buttons {
	padding: 25px 0px;
}
.red-green-buttons .green-button,
.red-green-buttons .red-button {
	text-align: center;
	margin: auto 1.0em;
}


/* 

Notes:
Inside width is 75%


*/

/* ------------------- Header ------------------- */
#top {
	height: 0px;
}
.full-width.header {
	background: rgba(0,0,0,.25);
	position: relative;
	z-index: 999;
	margin-bottom: -70px;
}
.inside.header-inside {
	width: 95%;
	margin: auto;
	display: flex;
	height: 70px;
}
.header-right, .header-left {
	display: inline-block;
}
.header-left {
	padding: 15px 0px 15px;
}
.header-right {
	text-align: right;
}
.header-right nav > ul {
	margin: auto;
}
.header-right nav > ul > li {
	display: inline-block;
	margin: 28px 2.5% auto;
	list-style: none;
}
.logo-wrap {
	width: 32%;
}
.menu-wrap {
	flex: 1;
	position: static;
}
@media all and (max-width: 1024px) {
	.full-width.header {
		margin-bottom: -60px;
	}
	.inside.header-inside {
		height: 60px;
	}
}
.header-right nav > ul > li:first-of-type {
	margin-left: 0px;
}
.header-right nav > ul > li:nth-of-type(7) {
	margin: 28px .75% auto;
}
.header-right nav ul li a {
	color: #fff;
	font-family: aviano-sans, sans-serif;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	padding-bottom: 24px;
}
.header-right nav ul li a:hover {
	color: #d9161e;
}
.header-right nav ul li a img {
	height: 1.4em;
}
.header-right nav > ul > li ul li {
	text-align:center;
	margin: 15px auto;
}
.header-right nav > ul > li ul li a {
	font-size: 13px;
	padding: 15px 10px;
}
.header-right nav ul li ul.nav-is-child {
	position: absolute;
	z-index: 999;
	padding: 0px 15px 0px 15px;
	background: rgba(0,0,0,.45);
	list-style: none;
	margin: 24px auto auto -27px;
}
.header-right nav ul li ul.nav-is-child  {
	display: none;
}
.header-inside nav #mobile-menu {
	display: none;
}
.right-floating-button {
	position: fixed;
    right: -136.5px;
    top: 35%;
    transform: rotate(270deg);
    color: #fff;
    z-index: 999;
    text-decoration: none;
    background: #8f1a22;
    font-family: aviano-sans, sans-serif;
    padding: 10px 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    font-size: 30px;
    font-weight: 600;
	text-transform: uppercase;
}
#hero {
	background: url("../img/header-bg.jpg") top right no-repeat;
	background-size: cover;
	min-height: 1105px;
}
#hero-inside {
	padding-top: 244px;
	max-width: 75%;
	margin: auto;
}
#hero-inside h1 {
	color: #fff;
	font-size: 5.0em;
	text-transform: uppercase;
}
#hero-inside h1 span {
	display: block;
}
#hero-inside h1 span:nth-of-type(2) {
	font-size: 1.4em;
}
#hero-inside h1 span:nth-of-type(3) {
	font-size: 1.23em;
}
/* ------------------- Predict Buying Behavior ------------------- */
#predict-buying-behavior {
	text-align: center;
}
#predict-buying-behavior-inside-top,
#predict-buying-behavior-inside-bottom {
	max-width: 75%;
	margin: auto;
}
#predict-buying-behavior-inside-top h2 {
	font-weight: 600;
	max-width: 100%;
	margin-bottom: 30px;
}
#predict-buying-behavior p {
	text-align: justify;
	text-align-last: center;
	font-size: 1.3em;
	line-height: 1.3;
}
#predict-buying-behavior h5 {
	color: #be2329;
}
#predict-buying-behavior h6 {
	font-weight: 400;
	max-width: 80%;
    margin: 1.5em auto;
}

/* ------------------- Icon Image Blocks ------------------- */
#icon-image-blocks > div {
	width: 34%;
	margin: -10px -.5%;
	display: inline-block;
	background-size: cover !important;
	min-height: 560px;
	text-align: center;
	height: 560px;
    overflow: hidden;
}
#icon-image-blocks > div:nth-of-type(1) {
	background: url("../img/image-blocks-1-bg.jpg") top center no-repeat;
}
#icon-image-blocks > div:nth-of-type(2) {
	background: url("../img/image-blocks-2-bg.jpg") top center no-repeat;
}
#icon-image-blocks > div:nth-of-type(3) {
	background: url("../img/image-blocks-3-bg.jpg") top center no-repeat;
}
#icon-image-blocks > div:nth-of-type(4) {
	background: url("../img/image-blocks-4-bg.jpg") top center no-repeat;
}
#icon-image-blocks > div:nth-of-type(5) {
	background: url("../img/image-blocks-5-bg.jpg") top center no-repeat;
}
#icon-image-blocks > div:nth-of-type(6) {
	background: url("../img/image-blocks-6-bg.jpg") top center no-repeat;
}
#icon-image-blocks > div img {
	margin-top: 69px;
}
#icon-image-blocks > div h4 {
	color: #fff;
	margin: .4em auto auto;
    font-weight: 600;
	font-size: 1.3em
}
#icon-image-blocks > div p {
	color: #fff;
	text-align: center;
	max-width: 60%;
	margin: 1.0em auto;
	font-size: 1.3em
}

/* ------------------- Increase Your Sales Up To ------------------- */
#increase-your-sales-up {
	margin-bottom: 50px;
}
#increase-your-sales-up-inside {
	max-width: 75%;
	margin: auto;
}
#increase-your-sales-up h2 {
	margin-bottom: 20px;
}
#increase-your-sales-up h3 {
	max-width: 70%;
    margin: auto auto 2.5em;
}
#increase-your-sales-blocks {
	display: flex;
	justify-content: space-between;
}
#increase-your-sales-blocks > div {
	display: inline-block;
	width:48%;
	vertical-align: top;
	margin: 0;
}

@media all and (max-width: 768px) {
	#increase-your-sales-blocks {
		flex-direction: column;
	}
	#increase-your-sales-blocks > div {
		width:100%;
		margin-top: 20px;
	}	
}

#increase-your-sales-links {
	text-align: center;
	padding: 60px 0px;
	display: flex;
	justify-content: space-between
}
#increase-your-sales-links > a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	padding: 8px 0;
	width: 24%;
}

@media all and (max-width: 768px) {
	#increase-your-sales-links {
		flex-flow: row wrap;
	}
	#increase-your-sales-links > a {
		width: 49%;
		margin-bottom: 20px;
	}
}

#increase-your-sales-links > a.buttons-yellow {
	background: #f09e1f;
}
#increase-your-sales-links > a.buttons-green {
	background: #1b6634;
}
#increase-your-sales-links > a.buttons-blue {
	background: #104779;
}
#increase-your-sales-links > a.buttons-red {
	background: #ac1f22;
}
#increase-your-sales-up p {
	font-size: 1.55em;
	text-align: center;
}

/* ------------------- How It Works ------------------- */
#how-it-works {
	background: #f4f7f9;
	padding: 50px 0px 90px;
}
#how-it-works-inside {
	max-width: 75%;
	margin: auto;
	text-align: center;
}
#how-it-works-blocks {
	margin-top: 90px;
}
#how-it-works-blocks > div {
	width: 24.5%;
	margin: auto;
	display: inline-block;
	vertical-align: top;
	max-width: 336px;
}
#how-it-works-blocks > div h3 {
	font-size: 1.8em;
	font-weight: 800;
	margin-top: auto;
	padding: 0px 10px;
}
#how-it-works-blocks > div p {
	text-align: justify;
	text-align-last: left;
	font-weight: lighter;
	font-size: 1.2em;
	padding: 0px 10px;
}
#how-it-works-blocks > div:nth-of-type(1) h3 {
	color: #0b4a80;
}
#how-it-works-blocks > div:nth-of-type(2) h3 {
	color: #b61f23;
}
#how-it-works-blocks > div:nth-of-type(3) h3 {
	color: #f8a01b;
}
#how-it-works-blocks > div:nth-of-type(4) h3 {
	color: #1a6935;
}
#how-it-works-blocks > div > div:first-of-type {
	height: 290px;
}
#how-it-works-mobile {
	display: none;
	background: #f4f7f9;
	padding: 40px 0px;
}
#how-it-works-inside-mobile {
	max-width: 90%;
	margin: auto;
}
#how-it-works-mobile > div {
	text-align: center;
}
#how-it-works-mobile > div h3 {
	font-size: 1.8em;
	font-weight: 800;
}
#how-it-works-mobile > div p {
	text-align: justify;
	text-align-last: left;
}
#how-it-works-blocks-mobile > div:nth-of-type(1) h3 {
	color: #0b4a80;
}
#how-it-works-blocks-mobile > div:nth-of-type(2) h3 {
	color: #b61f23;
}
#how-it-works-blocks-mobile > div:nth-of-type(3) h3 {
	color: #f8a01b;
}
#how-it-works-blocks-mobile > div:nth-of-type(4) h3 {
	color: #1a6935;
}
#how-it-works-blocks-mobile > div {
	margin-bottom: 40px;
}
#how-it-works-blocks > div:nth-of-type(2) .how-it-works-center,
#how-it-works-blocks > div:nth-of-type(4) .how-it-works-center {
	margin-bottom: 15px;
}


/* ------------------- Maximize Your Results ------------------- */
#maximize-your-results {
	background: url("../img/maximize-your-results-bg.jpg") top center no-repeat;
	background-size: cover;
	min-height: 504px;
}
#maximize-your-results h2 {
	margin: auto;
	padding-top:205px;
    max-width: 825px;
    font-size: 3.5em;
}

/* ------------------- Buy Blocks ------------------- */
#buy-blocks-inside {
	max-width: 75%;
	margin: auto;
}
#buy-blocks-inside h2 {
	color: #b61f24;
	font-weight: 600;
}
.buy-block-half {
	width: 45%;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 0px 33px #adadad;
    border-radius: 3px;
	padding: 50px 0px;
}
.buy-block-half:first-of-type {
	margin-right: 9%;
}
.buy-block-full {
	width: 100%;
	text-align: center;
	box-shadow: 0px 0px 33px #adadad;
	border-radius: 3px;
	padding: 50px 0px;
}
.buy-block-half > *, .buy-block-full > * {
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
}
.buy-block-half img {
	height: 207px;
}
.buy-row {
	margin-top: 70px;
}
.buy-block-half-buttons .green-button,
.buy-block-half-buttons .red-button {
	width: 45%;
	padding: 20px 0px;
	display: inline-block;
	font-size: 1.2em;
}
.buy-block-half-buttons .green-button {
	margin-right: 4.5%;
}
#buy-blocks h3 {
	font-size: 2.0em;
}
#buy-blocks h4 {
	font-size: 1.5em;
}
#buy-blocks p {
	font-size: 1.2em;
    text-align: justify;
    font-weight: 300;
}
#buy-blocks .buy-block-half p:first-of-type {
	min-height: 225px;
}
#buy-blocks p.price {
	text-align: center;
	font-size: 2em;
	text-transform: uppercase;
}
#buy-blocks p.price b {
	font-size: 1.7em;
	text-align: center;
	display: block;
}
#buy-blocks .the-vault-packages {
	margin: 50px -60px auto;	
}
#buy-blocks .the-vault-packages > div {
	display: inline-block;
	width: 31.2%;
	margin: auto -2px;
}
#buy-blocks .the-vault-packages > div img {
	width: 100%;
	margin-bottom: 60px;
}
.vault-packages-container {
	width: 93.5%;
	margin: -50px auto 150px;
	text-align: center;
}
#buy-blocks > #buy-blocks-inside > .red-green-buttons {
	width: 50%;
	text-align: center;
}
#buy-blocks > #buy-blocks-inside > .red-green-buttons .red-button,
#buy-blocks > #buy-blocks-inside > .red-green-buttons .green-button {
	width: 39%;
    padding: 20px 0px;
    display: inline-block;
    margin: auto 2.2%;
}

/* ------------------- Can We Really Predict ------------------- */
#can-we-really-predict {
	background: url("../img/can-we-really-predict-bg.jpg") top center no-repeat;
	background-size: cover;	
	padding-top: 1px;
	margin-top: 50px;
	padding-bottom: 115px;
}
#can-we-really-predict-inside {
	max-width: 75%;
	margin: auto;
}
#can-we-really-predict h2 {
	color: #fff;
	width: 50%;
}
#can-we-really-predict-inside > div {
	width: 40%;
	display: inline-block;
	text-align: center;
	margin: 85px auto auto;
}
#can-we-really-predict-inside > div:nth-of-type(1) {
	background: url("../img/can-we-really-border.png") right bottom no-repeat;
	padding-right: 9%;
}
#can-we-really-predict-inside > div:nth-of-type(2) {
	padding-left: 9%;
}
#can-we-really-predict-inside > div p {
	font-weight: 600;
    font-size: 1.3em;
    text-align: justify;
    text-align-last: center;
    margin-bottom: 2.0em;
    line-height: 1.2;
}
#can-we-really-predict-inside .red-button{
	width: 90%;
    padding: 20px 0px;
    display: inline-block;
}

/* ------------------- Client Logos ------------------- */
#brand-slider {
	background: #f4f7f9;
	padding: 30px 0px;
}
#clients {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin: auto;
}

#clients .clients-wrap {
	display: block;
	width: 95%;
	margin: 0 auto;
	overflow: hidden;
}

#clients .clients-wrap ul {
	display: block;
	list-style: none;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

#clients .clients-wrap ul li {
  display: block;
  float: left;
  position: relative;
  width: 220px;
  height: 100px;
  line-height: 100px;
  text-align: center;
}
#clients .clients-wrap ul li img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0 linear left;
  -moz-transition: 0 linear left;
  transition: 0 linear left;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65); 
  opacity: 0.65;
}
#clients .clients-wrap ul li img:hover {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100); 
  opacity: 1.0;
}

/* ------------------- Our Community ------------------- */
#our-community {
	margin-bottom: 50px;
}
#our-community-inside {
	max-width: 75%;
	margin: auto;
	text-align: center;
}
#our-community-inside video {
	width: 90%;
	max-width: 688px;
	margin: 30px auto;
}
.our-community-videos img {
    width: 24%;
}

/* ------------------- Why They Buy Book ------------------- */
#why-they-buy-book {
	background: url("../img/why-they-buy-book-bg.jpg") top center no-repeat;
	background-size: cover;
}
#why-they-buy-book-inside {
	max-width: 75%;
	margin: auto;
}
#why-they-buy-book-left {
	width: 70%;
	margin: auto auto auto 0px;
	padding: 45px 0px 90px;
	text-align: center;
}
#why-they-buy-book-left h2 {
	color: #fff;
	margin: auto;
	max-width: inherit;
	padding-bottom: 15px;
	font-size: 1.6em;
}
#why-they-buy-book-left img {
	width: 80%;
	margin: auto;
}
#why-they-buy-book-left p {
	color: #fff;
	font-size: 1.5em;
    font-weight: 200;
    text-align: center;
	margin-top:5px;
	margin-bottom: 80px;
}

/* ------------------- Bank Code Summit ------------------- */
#bank-code-summit {
	background: url("../img/bank-code-summit-bg.jpg") top center no-repeat;
	background-size: cover;
}
#bank-code-summit-inside {
	max-width: 60%; 
	margin: auto;
	text-align: center;
	padding: 1px 0px 70px;
}
#bank-code-summit-inside h2 {
	margin-bottom: 10px;
}
#bank-code-summit-inside h3 {
	margin-top:auto;
}
#bank-code-summit-inside p {
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
	margin-bottom: 40px;
}

/* ------------------- Join Our Movement ------------------- */
#join-our-movement {
	background: url("../img/join-our-movement-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 1px 0px;
}
#join-our-movement-left {
	width: 55%;
	margin: auto auto auto 0px;
	text-align: center;
	background: rgba(0,0,0,.5);
	padding-bottom: 150px;
}
#join-our-movement-left h2 {
	margin: auto;
	padding: 2.0em 0px 1.0em;
	color: #fff;
}
#join-our-movement-left h3 {
	color: #fff;
	font-size:1.75em;
	margin-top: auto;
    max-width: 70%;
    margin: auto auto 60px;
}
#join-our-movement-left p {
	color: #fff;
	font-size:1.75em;
	margin-top: auto;
    max-width: 70%;
    margin: 130px auto 140px;
	text-transform: uppercase;
	line-height: 2.0em;
	text-align: center;
}

/* ------------------- Become A Trainer ------------------- */
#become-a-trainer {
	background: url("../img/become-a-trainer-bg.jpg") top center no-repeat;
	background-size: cover;
	padding: 1px 0px;
	margin-top:-4px;
}
#become-a-trainer-right {
	width: 55%;
	margin:auto 0px auto auto;
	text-align: center;
	background: rgba(0,0,0,.5);
	padding-bottom: 150px;
}
#become-a-trainer-right h2 {
	margin: auto;
	padding: 2.0em 0px 1.0em;
	color: #fff;
}
#become-a-trainer-right h3 {
	color: #fff;
	font-size:1.75em;
	margin-top: auto;
    max-width: 70%;
    margin: auto auto 60px;
}
#become-a-trainer-right p {
	color: #fff;
	font-size:1.75em;
	margin-top: auto;
    max-width: 70%;
    margin: 130px auto 140px;
	text-transform: uppercase;
	line-height: 2.0em;
	text-align: center;
}

/* ------------------- Footer ------------------- */
.footer {
	text-align: center;
}
.footer #top-link {
	position: relative;
	top: -30px;
}
.footer h2 {
	margin: auto auto 50px;
}
.footer-inside-social img {
	margin: auto 25px;
}
.footer h3 a {
	color: #000;
	text-decoration: none;
}
.footer h3 a:hover {
	text-decoration: underline;
}
.footer h3 span {
	margin: auto 40px;
	color: #ce232b;
}

/* ------------------- Copyright ------------------- */
.copyright {
	background: #252525;
	padding: 30px 0px;
}
.copyright-inside {
	max-width: 75%;
	margin: auto;
}
.copyright p {
	text-align: center;
	color: #bebebe;
	margin: auto;
	font-size: 1.25em;
}
.copyright p a {
	color: #bebebe;
	text-decoration: none;
}
.copyright p a:hover {
	text-decoration: underline;
}

/* ------------------- Fancybox Popup Styles ------------------- */
.fancybox-content.pop-ups {
	width: 90%;
    top: 0px;
    bottom: 0px;
    height: 90%;
}
.the-secret-popup {
	border: 30px solid #f09e1e;
}
.the-science-popup {
	border: 30px solid #1a6634;
}
.the-system-popup {
	border: 30px solid #104779;
}
.the-solution-popup {
	border: 30px solid #ad1e22;
}
.fancybox-content.pop-ups h3 {
	margin-top: 30px;
	font-weight: 800;
}


/* ------------------- Media Queries ------------------- */
@media screen and (max-width: 1300px) {
	.header-right {
		width: auto;
	}
	.buy-block-half:first-of-type {
		margin-right: 7%;
	}
	.buy-block-full,
	.buy-block-half {
		width: 100%;
		margin: auto;
	}
	.buy-block-half:first-of-type {
		margin-right: auto;
		margin-bottom: 70px;
	}
	#buy-blocks .the-vault-packages {
		margin: 50px -31px auto;
	}
	.the-vault-packages .red-button {
		width: 75%;
		margin: auto 15%;
		padding: 20px 0px;
		display: inline-block
	}
	#can-we-really-predict-inside > div {
		width: 100%;
		margin: auto auto 70px;
	}
	#can-we-really-predict-inside > div:nth-of-type(1),
	#can-we-really-predict-inside > div:nth-of-type(2) {
		background: none;
		padding: 0px;
	}
	.our-community-videos img {
		width: 24%;
	}
	#hero {
		min-height: 780px;
	}
	#hero-inside h1 span {
		font-size: .5em;
	}
	#hero-inside h1 span:nth-of-type(2) {
		font-size: .75em;
	}
	#hero-inside h1 span:nth-of-type(3) {
		font-size: .65em;
	}
	h4 {
		font-size: 1.5em;
	}
	p, #predict-buying-behavior p, #can-we-really-predict-inside > div p, #why-they-buy-book-left p, #bank-code-summit-inside p {
		font-size: 1.2em;
	}
	.header-right nav > ul {
		display: none;
	}
	.header-inside nav #mobile-menu {
		display: block;
	}
	.header-right nav > ul {
		background: rgba(0,0,0,.45);
		margin-left: auto;
		position: fixed;
		left: 0px;
		right: 0px;
		padding: 0px;
		top: 74px;
	}
	.header-right nav ul li ul.nav-is-child {
		background: rgba(0,0,0,1);
		margin-left: auto;
		position: fixed;
		left: 0px;
		right: 0px;
		padding: 0px;
	}
	.header-right nav > ul > li,
	.header-right nav > ul > li ul li{ 
		display: block;
		text-align: center;
		width: auto;
		padding: 15px 0px;
    	margin: auto;
	}
	.header-right nav ul li a,
	.header-right nav > ul > li ul li a {
		font-size: 20px;
	}
}
@media screen and (max-width: 1150px) {
	#hero-inside,
	#predict-buying-behavior-inside-top,
	#predict-buying-behavior-inside-bottom,
	#increase-your-sales-up-inside,
	#how-it-works-inside,
	#buy-blocks-inside,
	#can-we-really-predict-inside,
	#our-community-inside,
	#why-they-buy-book-inside,
	.copyright-inside {
		max-width: 90%;
	}
	h2 {
		font-size: 1.6em
	}
	h3 {
		font-size: 1.4em;
	}
	h4 {
		font-size: 1.4em;
	}
	p,
	#predict-buying-behavior p,
	#can-we-really-predict-inside > div p,
	#why-they-buy-book-left p {
		font-size: 1.55em;
		width: 100%;
		overflow: hidden;
	}
	#how-it-works {
		display: none;
	}
	#how-it-works-mobile {
		display: block;
	}
	.right-floating-button {
		font-size: 15px;
		right: -71px;
	}
	#predict-buying-behavior {
		overflow: hidden;
	}
	#predict-buying-behavior img {
		max-width: 125%;
    	margin-left: -12.5%;
	}

	#icon-image-blocks > div {
		width: 51%;
		margin: -.5% -0.7%;
	}
	#icon-image-blocks > div h4 {
		margin: .4em 1.5em auto;
	}
	#maximize-your-results h2 {
		font-size: 1.75em;
	}
	#why-they-buy-book-left {
		width: 90%;
		margin: auto;
	}
	#join-our-movement-left {
		width: 100%;
	}
	#become-a-trainer-right {
		width: 100%;
	}
}
@media screen and (max-width: 800px) {
	.buy-block-full, .buy-block-half {
		padding: 50px 35px;
	}
	#can-we-really-predict h2 {
		width: auto;
	}
	p, #predict-buying-behavior p, #can-we-really-predict-inside > div p, #why-they-buy-book-left p, #bank-code-summit-inside p {
		font-size: 1.2em;
	}
	.buy-block-full,
	.buy-block-half {
		width: 92%;
		margin: auto;
	}
}
@media screen and (max-width: 500px) {
	#hero {
		min-height: 525px;
		background-size: auto 100%;
		background-position: -225px;
	}
	#hero-inside {
		padding-top: 144px;
	}
	h2 {
		max-width: 100%;
	}
	h6 {
		font-size: 1.5em
	}
	#hero-inside h1 {
		font-size: 1.7em;
	}
	#hero-inside h1 span {
		font-size: 1.0em;
	}
	#hero-inside h1 span:nth-of-type(2) {
		font-size: 1.4em;
	}
	#hero-inside h1 span:nth-of-type(3) {
		font-size: 1.23em;
	}
	#predict-buying-behavior img {
		max-width: 200%;
		margin-left: -50%;
	}
	.footer h3 span {
		display: none;
	}
	.footer h3 a {
		display: inline-block;
	}
	#predict-buying-behavior h6 {
		max-width: 90%;
	}
	#icon-image-blocks > div {
		width: 100%;
		margin: -5px auto;
	}
	#increase-your-sales-up h3 {
		max-width: 90%;
	}
	#maximize-your-results h2 {
		padding-top: 150px;
	}
	.buy-block-half-buttons .green-button,
	.buy-block-half-buttons .red-button {
		display: block;
    	margin: 25px auto;
    	width: 90%;
    	padding: 20px 0px;
	}
	#buy-blocks .the-vault-packages > div {
		width: 100%;
		margin: auto;
	}
	.buy-block-full, .buy-block-half {
		width: 82%;
	}
	.vault-packages-container {
		width: 80%;
		margin: auto;
	}
	#buy-blocks .the-vault-packages {
		margin: auto;
	}
	#buy-blocks .the-vault-packages > div {
		margin: 50px auto 50px auto;
	}
	#buy-blocks .the-vault-packages > div img {
		margin: auto auto 20px auto;
	}
	#buy-blocks > #buy-blocks-inside > .red-green-buttons {
		width: 90%;
	}
	#can-we-really-predict-inside img {
		height: 200px;
	}
	#why-they-buy-book .red-button {
		font-size: .8em;
    	padding: 20px 14px;
	}
	#bank-code-summit-inside {
		max-width: 90%;
	}
	#become-a-trainer-right h3,
	#become-a-trainer-right p,
	#join-our-movement-left h3,
	#join-our-movement-left p {
		max-width: 80%;
	}
	.buy-block-half img {
		height: auto;
	}
	.buy-block-full,
	.buy-block-half {
		width: 81%;
		margin: auto;
	}
}

/* Menu */
#top-nav,
#top-nav ul,
#top-nav ul li,
#top-nav ul li a,
#top-nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top-nav {
  height: 100%;
}
#menu-button {
  position: relative;
}
#top-nav ul.top-lvl {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
#top-nav ul.top-lvl > li {
  height: 100%;
}
.top-lvl li a img {
	max-width: 20px;
}
@media all and (max-width: 1024px) {
  #top-nav ul.top-lvl > li {
	height: auto;
	background: #164f82;
  }
}
#top-nav ul.top-lvl > li > a {
  height: 100%;
  display: flex;
  align-items: center;
  transition: .3s;
}
#top-nav ul > li.has-sub:hover {
  background: #164f82;
}
#top-nav.default ul > li.has-sub:hover {
  background: #060606;
}
@media all and (max-width: 1024px) {
  #top-nav ul.top-lvl > li {
	height: auto;
	background: #164f82;
  }
}
#top-nav:after,
#top-nav > ul:after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  content: ".";
}
#top-nav #menu-button {
  display: none;
}
#top-nav {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}
#top-nav.align-center > ul {
  font-size: 0;
  text-align: center;
}
#top-nav.align-center > ul > li {
  display: inline-block;
  float: none;
}
#top-nav.align-center ul ul {
  text-align: left;
}
#top-nav.align-right > ul > li {
  float: right;
}
#top-nav > ul > li > a {
  padding: 17px;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
#top-nav > ul > li:hover > a {
  color: #ffffff;
}
@media all and (max-width: 1024px) {
	#top-nav > ul > li:hover > a {
		background: #083761;
	}
}
#top-nav > ul > li.has-sub > a {
  padding-right: 30px;
}
#top-nav > ul > li.has-sub > a:after {
  position: absolute;
  top: 25px;
  right: 13px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#top-nav > ul > li.has-sub > a:before {
  position: absolute;
  top: 22px;
  right: 16px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: '';
}
#top-nav > ul > li.has-sub:hover > a:before {
  top: 26px;
  height: 0;
}
@media all and (max-width: 1600px) {
  #top-nav > ul > li > a {
    padding: 15px;
    font-size: 13px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
  }
}
#top-nav > ul > li.has-sub > a:after {
  top: 50%;
  transform: translateY(-50%);
}
#top-nav > ul > li.has-sub > a:before {
  top: 50%;
  transform: translateY(-50%);
}
#top-nav > ul > li.has-sub:hover > a:before {
  top: 50%;
  transform: translateY(-50%);
}
#top-nav ul ul {
  position: absolute;
  left: -9999px;
  z-index: 10;
}
#top-nav.align-right ul ul {
  text-align: right;
}
#top-nav ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#top-nav li:hover > ul {
  left: auto;
  top: 100%;
}
#top-nav.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#top-nav li:hover > ul > li {
  height: 100%;
}
#top-nav ul ul ul {
  margin-left: 100%;
  top: 0;
}
#top-nav.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#top-nav ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 14px 20px;
  width: 200px;
  font-size: 16px;
  text-decoration: none;
  color: #dddddd;
  font-weight: 400;
  background: #0c4b80;
  text-align: left;
}
#top-nav.default ul ul li a {
  background: #404040;
}
#top-nav ul ul li:last-child > a,
#top-nav ul ul li.last-item > a {
  border-bottom: 0;
}
#top-nav ul ul li:hover > a,
#top-nav ul ul li a:hover {
  color: #ffffff;
  background: #083761;
}
#top-nav.default ul ul li:hover > a,
#top-nav.default ul ul li a:hover {
  background: #060606;
}
#top-nav ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #dddddd;
  content: '';
}
#top-nav.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#top-nav ul ul li.has-sub > a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #dddddd;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  content: '';
}
#top-nav.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#top-nav ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #top-nav {
    width: 100%;
  }
  #top-nav ul,
  #top-nav ul.top-lvl {
    width: 100%;
  }
  #top-nav ul.top-lvl {
    display: none !important;
  }
  #top-nav.align-center > ul {
    text-align: left;
  }
  #top-nav ul li {
    width: 100%;
    border-top: 1px solid #4b4b4b;
    position: relative;
  }
  #top-nav ul ul li,
  #top-nav li:hover > ul > li {
    height: auto;
  }
  #top-nav ul li a,
  #top-nav ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #top-nav > ul > li {
    float: none;
    position: relative;
  }
  #top-nav ul ul li a {
    padding-left: 25px;
  }
  #top-nav ul ul ul li a {
    padding-left: 35px;
  }
  #top-nav ul ul li a {
    color: #dddddd;
    background: none;
  }
  #top-nav ul ul li:hover > a,
  #top-nav ul ul li.active > a {
    color: #ffffff;
  }
  #top-nav ul ul,
  #top-nav ul ul ul,
  #top-nav.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #top-nav > ul > li.has-sub > a:after,
  #top-nav > ul > li.has-sub > a:before,
  #top-nav ul ul > li.has-sub > a:after,
  #top-nav ul ul > li.has-sub > a:before {
    display: none;
  }
  #top-nav #menu-button {
    display: block;
    padding: 17px;
    color: #dddddd;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    width: 40px;
    height: 34px;
    float: right;
    background: transparent !important;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
  }
  #top-nav #menu-button:after {
    position: absolute;
    top: 16px;
    right: 10px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: '';
  }
  #top-nav #menu-button:before {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    height: 2px;
    width: 20px;
    background: #dddddd;
    content: '';
  }
  #top-nav #menu-button.menu-opened:after {
    top: 16px;
    right: 12px;
    border: 0;
    height: 2px;
    width: 15px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #top-nav #menu-button.menu-opened:before {
    top: 16px;
    right: 12px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #top-nav .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.2);
    height: 43px;
    width: 46px;
    cursor: pointer;
  }
  #top-nav .submenu-button.submenu-opened {
    background: #262626;
  }
  #top-nav ul ul .submenu-button {
    height: 34px;
    width: 34px;
  }
  #top-nav .submenu-button:after {
    position: absolute;
    top: 21px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #top-nav ul ul .submenu-button:after {
    top: 15px;
    right: 13px;
  }
  #top-nav .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #top-nav .submenu-button:before {
    position: absolute;
    top: 18px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #top-nav ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }
  #top-nav .submenu-button.submenu-opened:before {
    display: none;
  }
  #top-nav ul.top-lvl.open {
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    background: rgba(0, 0, 0, 0.85);
    z-index: 10;
    display: block !important;
  }
}

/*
Modal
*/
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-opened {
    overflow: hidden;
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 0;
    width: 80%;
    height: 85vh;
    border-radius: 0.5rem;
    overflow: auto;
}
.close-button {
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 28px;
    cursor: pointer;
    position: absolute;
    z-index: 5;
    color: #fff;
    font-size: 44px;
    opacity: .8;
    transition: .3s;
}
.close-button:hover {
    opacity: 1;
}
.show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.button {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif, Arial, Helvetica, sans-serif;
  border-radius: 4px;
  border: 0;
  box-shadow: none;
  color: #ffffff !important;
  display: inline-block;
  font-size: 16px;
  margin: 0 8px;
  padding: 12px 35px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s, background-color 0.3s, border 0.3s;
  cursor: pointer;
}
@media all and (min-width: 1920px) {
  .button {
    font-size: 18px;
  }
}
.button-success {
  background: linear-gradient(#1b6634, #268e49);
}
.button-success:hover {
  background: linear-gradient(#268e49, #1b6634);
}
.button-primary {
  background: linear-gradient(#921a1d, #c42229);
}
.button-primary:hover {
  background: linear-gradient(#c42229, #921a1d);
}
.modal-wrapper .content-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.modal-wrapper header {
  background-size: cover !important;
  text-align: center;
  min-height: 360px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.modal-trigger {
	cursor: pointer;
}
.modal-wrapper header.ai {
  background: #000 url(../assets/images/ai-modal-bg@2x.jpg) 50% 50% no-repeat;
}
.modal-wrapper header.bankpass {
  background: #000 url(../assets/images/bankpass-modal-bg@2x.jpg) 50% 50% no-repeat;
}
.modal-wrapper header.vault {
  background: #000 url(../assets/images/vault-bg@2x.jpg) 50% 50% no-repeat;
}
.modal-wrapper header.cards {
  background: #000 url(../assets/images/cards-modal-bg.jpg) 50% 50% no-repeat;
}
.modal-wrapper header.cards .bg {
  display: none !important;
}
.modal-wrapper header.wtb {
  background: #000 url(../assets/images/wtb-modal@2x.jpg) 50% 50% no-repeat;
}
@media all and (min-width: 1600px) {
  .modal-wrapper header.wtb h1 {
    padding: 0 60px;
  }
}
.modal-wrapper header .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 0;
  top: 0;
  left: 0;
}
.modal-wrapper header * {
  color: #fff;
}
.modal-wrapper header h1 {
  font-size: 38px;
  line-height: 50px;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  margin: 0 auto 15px;
}
@media all and (max-width: 62em) {
  .modal-wrapper header h1 {
    font-size: 32px;
    line-height: 1.6;
  }
}
@media all and (max-width: 48em) {
  .modal-wrapper header h1 {
    font-size: 28px;
  }
}
.modal-wrapper header h3 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  position: relative;
  z-index: 2;
}
@media all and (max-width: 62em) {
  .modal-wrapper header h3 {
    font-size: 18px;
    line-height: 1.6;
  }
}
.modal-wrapper .content .list-title {
  font-size: 38px;
  line-height: 50px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 40px;
}
@media all and (max-width: 62em) {
  .modal-wrapper .content .list-title {
    font-size: 32px;
    line-height: 1.6;
  }
}
@media all and (max-width: 48em) {
  .modal-wrapper .content .list-title {
    font-size: 28px;
  }
}
.modal-wrapper .content .modal-list {
  text-align: left;
}
.modal-wrapper .content .modal-list__item {
  position: relative;
  margin-bottom: 15px;
  line-height: 24px;
}
.modal-wrapper .content .modal-list__item.blue b {
  color: #104779;
}
.modal-wrapper .content .modal-list__item.red b {
  color: #ac1f22;
}
.modal-wrapper .content .modal-list__item.yellow b {
  color: #f09e1f;
}
.modal-wrapper .content .modal-list__item.green b {
  color: #1b6634;
}
.modal-wrapper .content .modal-list__item.dark-blue b {
  color: #063962;
}
.modal-wrapper .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

