@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;
  }
}
html,
button,
input,
select,
textarea {
  color: #fff;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
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: #c00000;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.banner {
  background-color: blue;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  font-size: 28px;
}
.banner p {
  font-size: 24px;
  margin: 0;
  padding: 20px 0;
}
.intro {
  background: radial-gradient(ellipse at top, #f8f8f8, transparent), radial-gradient(ellipse at bottom, #eeeeee, transparent);
  padding: 10px 10px 1px;
}
.intro .inner {
  margin: 0 auto;
  max-width: 1120px;
}
.intro .preheadline {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
  line-height: 1.3;
}
.intro .preheadline .sub {
  display: block;
  font-size: 0.8em;
}
.intro h1 {
  font-family: "open sans condensed", sans-serif;
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: -2px;
  margin: 0;
  padding-top: 6px;
  text-align: center;
}
.intro h1 span {
  display: block;
  margin-top: 20px;
}
.intro h2 {
  font-size: 32px;
}
.intro .subheadline {
  color: #333;
  font-size: 20px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: -2px;
  text-align: center;
  max-width: 960px;
  margin: 20px auto;
}
.video {
  max-width: 800px;
  margin: 20px auto 0;
  padding: 0 5px;
}
.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%;
}
.spaces-bar {
  background: #FDE200;
  margin-top: 0;
  margin-bottom: -14px;
  padding: 20px;
  position: relative;
}
.spaces-bar p {
  color: #fff;
  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;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.spaces-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: #FDE200 transparent transparent transparent;
}
.button {
  text-align: center;
}
.button a {
  width: 100%;
  background: #499b18;
  border: #555;
  border-radius: 6px;
  color: #FFF;
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  padding: 12px 20px 15px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 2px #000;
}
.button a:after {
  content: '';
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 220px;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(99%, rgba(128, 186, 232, 0)), color-stop(100%, rgba(125, 185, 232, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(128, 186, 232, 0) 99%, rgba(125, 185, 232, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#007db9e8', GradientType=1);
  /* IE6-9 */
  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;
}
.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;
}
.full-width-heading {
  background: #333;
  padding: 20px;
}
.full-width-heading h2,
.full-width-heading h3 {
  color: #fff;
  margin: 20px auto;
  max-width: 1200px;
}
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.large-icons i,
ul.fa-ul.large-icons svg {
  font-size: 32px;
  margin-right: 10px;
}
ul.fa-ul.large-icons li {
  margin-bottom: 18px;
}
ul.fa-ul.red i,
ul.fa-ul.red svg {
  color: #c00000;
}
ul.fa-ul.blue i,
ul.fa-ul.blue svg {
  color: #3e4270;
}
ul.fa-ul.mid-blue i,
ul.fa-ul.mid-blue svg {
  color: #3e4270;
}
ul.fa-ul.gold i,
ul.fa-ul.gold svg {
  color: #d4af37;
}
ul.fa-ul.green i,
ul.fa-ul.green svg {
  color: #499b18;
}
ul.fa-ul.dividers li {
  border-bottom: 1px solid #eee;
}
ol.simple-circle-numbers {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}
ol.simple-circle-numbers li {
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 34px;
  padding: 0 10px 0 54px;
  position: relative;
  text-align: left;
}
ol.simple-circle-numbers li:before {
  background: #c00000;
  border-radius: 100%;
  color: #fff;
  content: counter(step-counter);
  display: block;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 2px 0 0;
  position: absolute;
  left: 10px;
  text-align: center;
  width: 34px;
  height: 32px;
}
ol.simple-circle-numbers.gold li:before {
  background: #d4af37;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
}
ol.circle-numbers {
  list-style-type: none;
  margin: 30px 0;
  padding: 0;
}
ol.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.circle-numbers li:before {
  background: #c00000;
  border-radius: 100%;
  color: #fff;
  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: 16px 0 0 0;
  max-width: 1120px;
  text-align: center;
}
h3 {
  font-family: "open sans condensed", sans-serif;
  font-size: 28px;
  text-align: center;
  margin-top: 16px;
}
h3.border {
  background: #f8f8f8;
  border: 1px solid;
  padding: 0 10px 4px;
}
.faqs {
  background: #f8f8f8;
  border: 5px solid;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 20px;
}
.faqs h2 {
  color: #333;
  margin: 0 auto 20px;
  text-shadow: 2px 2px 2px #fff;
}
.faqs p {
  background: rgba(255, 255, 255, 0.1);
  color: #333;
  margin: 0;
  padding: 10px;
}
.faqs p:nth-child(even) {
  margin-bottom: 10px;
  padding-top: 0;
}
.faqs p .q-a {
  color: #c00000;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
.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: 30px;
  }
  .intro .subheadline {
    font-size: 26px;
  }
  .expiry-bar p {
    font-size: 32px;
    line-height: 36px;
  }
  h2 {
    font-size: 48px;
    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: 64px;
  }
  .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 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.97);
  }
  70% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.97);
  }
}
iframe[name="google_conversion_frame"] {
  position: fixed;
}
