@import "bootstrap.css";
.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.underline {
  text-decoration: underline;
}
.hidden-mobile,
.hidden-tablet,
.hidden-desktop {
  display: none !important;
}
.visible-mobile-block,
.visible-mobile-inline,
.visible-mobile-inline-block,
.visible-tablet-block,
.visible-tablet-inline,
.visible-tablet-inline-block,
.visible-desktop-block,
.visible-desktop-inline,
.visible-desktop-inline-block {
  display: none !important;
}
/* use 601 so that android 7" tablet gets mobile version */
@media (max-width: 601px) {
  .visible-mobile-block {
    display: block !important;
  }
}
@media (max-width: 601px) {
  .visible-mobile-inline {
    display: inline !important;
  }
}
@media (max-width: 601px) {
  .visible-mobile-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-block {
    display: block !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline {
    display: inline !important;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .visible-tablet-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) {
  .visible-desktop-inline-block {
    display: inline-block !important;
  }
}
.container-fluid .row div {
  box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
  color: #fff;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  color: #333;
  font-family: "open sans", sans-serif;
  font-size: 18px;
  margin: 0;
}
.strike {
  display: inline-block;
  position: relative;
}
.strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 3px solid;
  border-color: #d60000;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.intro {
  background: #333;
  padding: 10px 10px 20px;
}
.intro .inner {
  margin: 0 auto;
  max-width: 1120px;
}
.intro .preheadline {
  color: #fff;
  font-size: 22px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.3;
  text-shadow: 1px 1px 0 #333;
}
.intro h1 {
  color: #fff;
  font-family: "open sans condensed", sans-serif;
  font-size: 32px;
  line-height: 1.1;
  margin: 0;
  padding-top: 6px;
  text-align: center;
  text-shadow: 1px 1px 0 #333;
}
.intro .subheadline {
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 960px;
  margin: 10px auto;
  text-shadow: 1px 1px 0 #333;
}
.when {
  background: #123564;
  background: radial-gradient(circle, #123564 0%, #e6e6e6 0%, #ffffff 100%);
  margin-bottom: -6px;
  padding: 10px 10px 1px;
}
.when .inner {
  margin: 0 auto;
  max-width: 800px;
}
.when h3 {
  font-size: 22px;
  margin: 10px 0 -14px;
  text-align: center;
}
.video {
  max-width: 800px;
  margin: 20px auto 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.expiry-bar {
  background: #FDE200;
  margin-top: 0;
  margin-bottom: -14px;
  padding: 20px;
  position: relative;
}
.expiry-bar p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 22px;
  line-height: 28px;
  margin: 0;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
}
.expiry-bar:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #fde400 transparent transparent transparent;
}
.countdown-clock {
  font-family: sans-serif;
  color: #000;
  display: block;
  font-weight: 100;
  margin: 0 auto;
  padding: 18px 0 12px;
  text-align: center;
  font-size: 30px;
}
.countdown-clock > div {
  padding: 0 2px;
  border-radius: 3px;
  display: inline-block;
}
.countdown-clock div > span {
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  background: linear-gradient(to bottom, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 -3px 0 0 #cccccc, inset 0 -4px 0 0 #b3b3b3, inset 0 -5px 0 0 #ffffff, inset 0 2px 0 0 #eaeaea, inset 0 3px 0 0 #b3b3b3, inset 0 4px 0 0 #ffffff;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
}
.countdown-clock div > span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 0;
}
.countdown-clock .smalltext {
  padding-top: 5px;
  font-size: 16px;
}
.button {
  margin: 30px 0;
  text-align: center;
}
.button a {
  background: #FDE200;
  border: #555;
  border-radius: 6px;
  color: #333;
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  overflow: hidden;
  padding: 12px 20px 15px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #fff;
}
.button a:after {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  background: linear-gradient(to bottom, rgba(229, 172, 142, 0), rgba(255, 255, 255, 0.5) 50%, rgba(229, 172, 142, 0));
  transform: rotateZ(60deg) translate(-5em, 7.5em);
  animation: sheen 3s infinite;
}
.button a:hover {
  opacity: 0.9;
}
.button.blue a {
  background: #296EB4;
  color: #fff;
  text-shadow: none;
}
.button p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.enrol-now {
  background: #d60000;
  margin: -10px 0 40px;
  padding: 6px 12px;
  text-align: center;
  transform: scale(1);
  animation: pulse 2s infinite;
}
.enrol-now span {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 1px 12px;
  text-transform: uppercase;
}
.content {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
}
p {
  font-size: 20px;
}
p .highlight {
  background: yellow;
}
p.quote {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.schedule {
  margin: 40px 0;
  border: 2px solid #333;
  border-top: none;
  padding-bottom: 14px;
}
.schedule h2 {
  background: #333;
  color: #fff;
  padding: 10px;
}
.schedule .day {
  background: #296EB4;
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 10px;
  text-align: center;
}
.schedule h3 {
  border-top: 1px solid #eee;
  font-size: 24px;
  margin: 14px 10px 0;
  padding-top: 10px;
}
.schedule h3.no-border {
  border-top: none;
  margin-top: 0;
}
.schedule p {
  margin: 0;
  padding: 0 10px;
  text-align: center;
}
.access {
  background: #123564;
  background: radial-gradient(circle, #123564 0%, #e6e6e6 0%, #ffffff 100%);
  padding: 30px;
}
.access h2 {
  margin-top: 0;
  max-width: 1000px;
}
.reasons {
  background: #123564;
  background: radial-gradient(circle, #123564 0%, #dddddd 0%, #ffffff 100%);
  padding: 30px;
}
.reasons h2 {
  margin: 0 auto;
  max-width: 900px;
}
.reasons .reason {
  background: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  margin: 20px auto 0;
  max-width: 960px;
  padding: 20px;
}
.reasons .reason .number {
  background: #d60000;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  margin: 0 0 0 -30px;
  padding: 6px 20px;
  position: relative;
  left: 50%;
  bottom: -8px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.reasons .reason h3 {
  background: #bd0000;
  color: #fff;
  margin: 0;
  padding: 10px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.product-bundle {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 800px;
}
ul.fa-ul {
  list-style: none;
  margin: 30px 0 30px 40px;
}
ul.fa-ul i {
  margin-right: 4px;
  font-size: 26px;
  position: relative;
  top: 3px;
}
ul.fa-ul.red i {
  color: #d60000;
}
ul.fa-ul.blue i {
  color: #3e4270;
}
ul.fa-ul.gold i {
  color: #d4af37;
}
ul.fa-ul.green i {
  color: #499b18;
}
ul.fa-ul.dividers li {
  border-bottom: 1px solid #eee;
}
ol.black-circle-numbers {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}
ol.black-circle-numbers li {
  background: #f5f5f5;
  border: 1px solid #333;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.5);
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 34px;
  padding: 0 10px 0 20px;
  position: relative;
  text-align: center;
}
ol.black-circle-numbers li:before {
  background: #222222;
  border-radius: 100%;
  color: #FDE200;
  content: counter(step-counter);
  display: block;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  left: 50%;
  margin: -17px 0 0 -17px;
  padding: 2px 0 0;
  position: absolute;
  text-align: center;
  width: 34px;
  height: 32px;
}
h2 {
  font-family: "open sans condensed", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  margin: 40px auto 0;
  max-width: 1120px;
  text-align: center;
}
h3 {
  font-size: 28px;
  text-align: center;
}
h3.what-when-who {
  font-size: 28px;
  text-align: left;
  text-decoration: underline;
}
.faqs {
  background: #f2f2f2;
  padding: 10px 0 0;
}
.faqs .content > p {
  background: #fefefe;
  padding: 10px;
}
.number-blocks .number-heading {
  background: #3e4270;
  color: #fff;
  margin-top: 30px;
  padding: 10px 10px 10px 50px;
  position: relative;
}
.number-blocks .number-heading span {
  background: #d60000;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.number-blocks .number-heading p {
  color: #fff;
  font-size: 24px;
  margin: 0;
}
.about-paul {
  background: #333;
  margin: 0;
  padding: 10px 10px 20px;
}
.about-paul .about-inner {
  margin: 0 auto;
  max-width: 800px;
}
.about-paul h2 {
  color: #eee;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px;
  line-height: 1.1em;
  margin: 30px auto 20px;
  text-align: center;
}
.about-paul p {
  color: #eee;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}
.about-paul p.bio {
  font-size: 16px;
  text-align: center;
}
.about-paul img {
  border: 5px solid #c0c0c0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin: 10px auto 10px;
}
.cash-is-king-bonus {
  margin: 20px auto 30px;
  max-width: 700px;
}
.cash-is-king-bonus h2 {
  color: #296EB4;
  font-size: 36px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}
.cash-is-king-bonus img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.cash-is-king-bonus p {
  font-size: 20px;
  text-align: center;
}
.footer-legals {
  background: #f8f8f8;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}
.footer-legals p {
  color: #444;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.footer-legals .links {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444;
}
@media only screen and (min-width: 768px) {
  .intro h1 {
    font-size: 60px;
  }
  .intro h1 .highlight {
    display: inline;
  }
  .intro .preheadline {
    font-size: 24px;
  }
  .intro .subheadline {
    font-size: 26px;
  }
  .expiry-bar p {
    font-size: 32px;
    line-height: 36px;
  }
  h2 {
    font-size: 48px;
    margin: 0 auto;
    max-width: 1120px;
    text-align: center;
  }
  ul.fa-ul {
    margin: 30px 0 30px 60px;
  }
  .faqs {
    padding-top: 30px;
  }
  .faqs h2 {
    padding-bottom: 10px;
  }
  .about-paul {
    padding: 10px 20px 40px;
  }
  .about-paul .cols {
    overflow: auto;
  }
  .about-paul .left {
    float: left;
    width: 35%;
  }
  .about-paul .right {
    float: right;
    width: 60%;
  }
  .about-paul p.bio {
    margin: 10px auto;
    max-width: 190px;
  }
  .cash-is-king-bonus .images {
    text-align: center;
  }
  .cash-is-king-bonus img {
    display: inline;
    max-width: 250px;
    padding: 0 20px;
  }
  .footer-legals p {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .intro h1 {
    font-size: 56px;
  }
  .cash-is-king-bonus {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    overflow: auto;
    max-width: 1000px;
  }
  .cash-is-king-bonus h2 {
    font-size: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .cash-is-king-bonus p {
    line-height: 28px;
    text-align: left;
  }
  .cash-is-king-bonus .images {
    float: left;
    width: 28%;
  }
  .cash-is-king-bonus img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .cash-is-king-bonus img.vip {
    max-width: 200px;
  }
  .cash-is-king-bonus .cik {
    float: right;
    width: 65%;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animate-flicker {
  -webkit-animation: flickerAnimation 1s infinite;
  -moz-animation: flickerAnimation 1s infinite;
  -o-animation: flickerAnimation 1s infinite;
  animation: flickerAnimation 1s infinite;
}
@keyframes sheen {
  100% {
    transform: rotateZ(60deg) translate(0.25em, -13em);
  }
}
@keyframes sheen {
  20% {
    transform: rotateZ(60deg) translate(0.25em, -13em);
  }
  100% {
    transform: rotateZ(60deg) translate(0.25em, -13em);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.97);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
iframe[name="google_conversion_frame"] {
  position: fixed;
}
