@import "font-awesome.min.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;
  }
}
@font-face {
  font-family: 'copydoodles_beckyregular';
  src: url('/assets/fonts/copydoodles_becky-webfont.eot');
  src: url('/assets/fonts/copydoodles_becky-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/copydoodles_becky-webfont.woff') format('woff'), url('/assets/fonts/copydoodles_becky-webfont.ttf') format('truetype'), url('/assets/fonts/copydoodles_becky-webfont.svg#copydoodles_beckyregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.lato-light {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
}
.lato {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
}
.lato-bold {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
.lato-black {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.montserrat-bold {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
.open-sans {
  font-family: 'Open Sans', sans-serif;
}
.copydoodle {
  font-family: 'copydoodles_beckyregular', cursive;
  font-weight: bold;
}
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: 20px;
  margin: 0;
}
header {
  padding: 10px 10px 0;
}
header .accelerator-book-thanks {
  background: yellow;
  box-sizing: border-box;
  margin: 20px auto 30px;
  max-width: 1000px;
  padding: 5px;
  position: relative;
}
header .accelerator-book-thanks p {
  background: transparent !important;
  color: #000;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 32px;
  font-weight: 700;
  margin: 10px;
  text-align: center;
}
header .accelerator-book-thanks:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: yellow transparent transparent transparent;
}
header p {
  background: #a81c21;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1000px;
  padding: 5px;
  text-align: center;
}
header .wealth-gift {
  background: yellow;
  box-sizing: border-box;
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 20px auto 0;
  max-width: 1000px;
  padding: 5px;
  text-align: center;
}
header h1 {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px;
  text-align: center;
}
.expiry-bar {
  background: #FDE200;
  margin-top: 20px;
  margin-bottom: -14px;
  padding: 20px;
  position: relative;
}
.expiry-bar p {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  padding: 6px 20px;
  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: 10px 0 0;
  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;
}
.content {
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
}
.content .subheadline {
  font-size: 20px;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.content h2 {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 38px;
  line-height: 1.1;
  margin: 30px 0;
  text-align: center;
}
.content h3 {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  margin: 20px 0;
  text-align: center;
}
.testimonials {
  background: #f5f5f5;
  padding: 20px;
  margin: 30px 0;
}
.testimonials blockquote {
  margin: 0;
}
.testimonials h4 {
  color: #333;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.testimonials img {
  border: 1px solid #999;
  border-radius: 100%;
  display: block;
  margin: 0 auto 6px;
  padding: 3px;
}
.testimonials p {
  margin: 0 0 10px;
}
.testimonials p:last-of-type {
  margin-bottom: 0;
}
.testimonials p.author {
  font-size: 18px;
  font-weight: bold;
}
.testimonials hr {
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  margin: 30px 0;
}
.content .faq {
  border: 1px solid #333;
  padding: 20px 20px 0;
}
.content .faq h2 {
  margin-top: 0;
}
.content .faq h3 {
  background: #e8e8e8;
  border-top: 2px dashed #999;
  border-bottom: 2px dashed #999;
  text-align: left;
  font-family: "open sans", sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding: 4px 6px;
}
.content .faq p {
  padding: 6px;
}
.buy-button {
  text-align: center;
}
.buy-button a {
  background: #ffcf0a;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffcf0a), color-stop(100%, #ffda22));
  background: -webkit-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -moz-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -ms-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: -o-linear-gradient(top, #ffcf0a 0%, #ffda22 100%);
  background: linear-gradient(to bottom, #ffcf0a 0%, #ffda22 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffcf0a, endColorstr=#ffda22, GradientType=0);
  border: 1px solid #d69300;
  border-radius: 6px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1), inset 0px 1px 0px 0px #ffe590;
  color: #504210;
  display: block;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: #ffffdd 1px 1px 0;
}
.buy-button a:hover {
  opacity: 0.9;
}
.buy-button p {
  margin: 0;
  padding: 10px;
}
.buy-button p span {
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  height: 0;
  margin: 30px 0;
}
.questions {
  border: 4px dashed #ccc;
  margin: 30px auto;
  padding: 20px;
}
.questions p {
  margin: 0;
  text-align: center;
}
.questions p a {
  color: #3e9ce3;
}
.img-responsive {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}
.caption {
  font-size: 17px;
  text-align: center;
}
ol.blue-circle-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 0;
}
ol.blue-circle-numbers li {
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 10px;
}
ol.blue-circle-numbers li:before {
  background: #28689f;
  border-radius: 100%;
  color: #fff;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  margin: 0px 0 0 -45px;
  text-align: center;
  width: 34px;
  height: 34px;
}
ol.blue-circle-numbers li p {
  color: #5a5a5a;
}
ul.blue-ticks {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.blue-ticks li {
  background: url(/assets/images/blue-tick.png) no-repeat 0 -3px;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.blue-ticks li p {
  color: #5a5a5a;
}
ul.green-circle-ticks {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.green-circle-ticks li {
  background: url(/assets/images/green-circle-tick.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.green-circle-ticks li p {
  color: #5a5a5a;
}
ul.gold-stars {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}
ul.gold-stars li {
  background: url(/assets/images/op-gold-star.png) no-repeat 0 0;
  min-height: 32px;
  padding: 0 0 0 44px;
}
ul.gold-stars li p {
  color: #5a5a5a;
}
ul.targets {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}
ul.targets li {
  background: url(/assets/images/op-target.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}
ul.targets li p {
  color: #5a5a5a;
}
ol.yellow-circle-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 0;
}
ol.yellow-circle-numbers li {
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 20px;
}
ol.yellow-circle-numbers li:before {
  background: #fde200;
  border: 1px dashed #000;
  border-radius: 100%;
  color: #000;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  margin: 0px 0 0 -45px;
  text-align: center;
  width: 34px;
  height: 34px;
}
ol.yellow-circle-numbers li p {
  color: #5a5a5a;
}
.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%;
}
.about-paul {
  background: #333;
  margin: 30px 0 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;
}
.footer-legals {
  background: #f8f8f8;
  border-top: none !important;
  margin-top: 0 !important;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}
.footer-legals p {
  color: #444;
  font-size: 14px;
}
.footer-legals .links {
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}
.footer-legals .links li {
  margin-bottom: 10px;
}
.footer-legals .links a {
  color: #444 !important;
}
.hide-mobile {
  display: none;
}
.center {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  header p {
    font-size: 40px;
    padding: 0;
  }
  header h1 {
    font-size: 44px;
  }
  .content {
    padding: 10px 20px;
  }
  .content .subheadline {
    font-size: 28px;
  }
  .content h2 {
    font-size: 48px;
  }
  .content h3 {
    font-size: 38px;
  }
  .testimonials div {
    overflow: auto;
  }
  .testimonials img {
    float: left;
    width: 12%;
  }
  .testimonials blockquote {
    float: right;
    width: 83%;
  }
  .testimonials h4 {
    margin-top: 0;
  }
  .buy-button a {
    font-size: 27px;
    padding: 20px;
  }
  .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;
  }
  .footer-legals p {
    float: left;
  }
  .footer-legals .links {
    float: right;
    margin: 14px 0;
  }
  .footer-legals .links li {
    display: inline;
    margin-bottom: 0;
    margin-left: 20px;
  }
  .hide-mobile {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  header h1 {
    font-size: 48px;
  }
  header h1.thanks {
    font-size: 72px;
    max-width: 650px;
  }
  .buy-button a {
    font-size: 28px;
  }
  .buy-button.large a {
    font-size: 30px;
  }
}
@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;
}
/*# sourceMappingURL=cash-club.css.map */