@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: #fff;
  color: #333;
  font-family: "open sans", sans-serif;
  font-size: 18px;
  margin: 0;
}
a {
  color: #296eb4;
}
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;
}
.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);
}
.cross {
  position: relative;
  display: inline-block;
}
.cross::before,
.cross::after {
  content: "";
  width: 100%;
  position: absolute;
  right: 0;
  top: 50%;
}
.cross::before {
  border-bottom: 3px solid #c00000;
  -webkit-transform: skewY(-22deg);
  transform: skewY(-22deg);
}
.cross::after {
  border-bottom: 3px solid #c00000;
  -webkit-transform: skewY(22deg);
  transform: skewY(22deg);
}
.black-friday-header {
  background: #000;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 15px 15px 0;
  text-align: center;
}
.black-friday-header p {
  font-size: 24px;
  margin: 0;
}
.top-bar {
  background: #fbb914;
  color: #006;
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
.intro {
  background: url("/assets/images/blue-radial-gradient-bg.jpg") no-repeat center center;
  background-size: cover;
  padding: 10px;
}
.intro .inner {
  margin: 0 auto;
}
.intro .preheadline {
  color: #fff;
  font-family: "open sans", Sans-Serif;
  font-size: 22px;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 1.3;
  text-shadow: -2px -2px 2px #000, 2px 2px 2px #000;
}
.intro h1 {
  color: #fff;
  font-family: "Open Sans Condensed", Sans-Serif;
  font-size: 34px;
  line-height: 1.1;
  margin: 0 auto 12px;
  max-width: 1120px;
  padding-top: 6px;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 0px #000;
}
.intro h1.larger {
  font-size: 48px;
}
.intro h1 span.today-box {
  display: none;
  background: white;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  color: #fff;
  font-family: "Open Sans Condensed", Sans-Serif;
  font-size: 18px;
  margin: -4px 0 8px;
  padding: 6px;
  text-align: center;
  text-transform: uppercase;
}
.intro h1 span.today-box:last-child {
  display: none;
}
.intro .subheadline {
  color: #fff;
  font-family: "open sans", Sans-Serif;
  font-size: 20px;
  text-align: center;
  max-width: 920px;
  margin: 20px auto;
  text-shadow: 2px 2px 2px #000;
}
.intro .subheadline:last-child {
  margin-top: 20px;
  margin-bottom: 10px;
}
.intro .button p {
  color: #fff;
}
.intro .fyi {
  color: #fff;
  text-align: center;
}
.below-intro {
  background: #000;
  padding: 20px;
  text-align: center;
}
.below-intro .inner {
  margin: 0 auto;
  max-width: 760px;
}
.below-intro h3 {
  color: #fff;
  font-family: "open sans", Sans-Serif;
  font-size: 22px;
  margin: 0;
}
.below-intro h3 span {
  font-family: "Harry Potter Regular", "Times New Roman", serif;
  font-weight: normal;
}
.below-intro h4 {
  color: #fff;
  font-family: "open sans", Sans-Serif;
  font-size: 22px;
  margin: 20px 0 0;
}
.below-intro h5 {
  color: #fff;
  font-family: "open sans", Sans-Serif;
  font-size: 22px;
  margin: 20px 0 0;
}
.expiry-bar {
  background: #fbb914;
  margin: 0;
  padding: 20px 0;
  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 .button {
  margin: 0;
}
.countdown-clock {
  font-family: "open sans", 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: 8px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  min-width: 40px;
}
.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 {
  color: #000;
  padding-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}
.video {
  max-width: 800px;
  margin: 0 auto;
}
.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%;
}
.button {
  margin: 30px 0;
  text-align: center;
}
.button a {
  background: #fbb914;
  border: 1px solid #fff;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.6);
  color: #222;
  display: inline-block;
  font-family: "open sans", Sans-Serif;
  font-size: 28px;
  line-height: 34px;
  margin: 0;
  max-width: 640px;
  overflow: hidden;
  padding: 12px 15px 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.white-border {
  border-color: #f8f8f8;
  box-shadow: inset 0 0 8px #333;
}
.button a.no-animation:after {
  display: none;
}
.button a:hover {
  opacity: 0.9;
}
.button.blue a {
  background: #296eb4;
  color: #fff;
  text-shadow: none;
}
.button.green a {
  background: #1bb410;
  color: #fff;
  text-shadow: none;
}
.button p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.button p.start-today {
  color: black;
}
.button p.start-today-alt {
  color: white;
}
.cheapest {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.enrol-now {
  color: #c00000;
  font-size: 24px;
  font-weight: bold;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.content {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
}
.content .from-the-desk {
  border-bottom: 2px dashed #444;
}
.content .from-the-desk p {
  font-family: monospace, courier, "open sans", sans-serif;
}
p {
  font-size: 20px;
}
p .highlight {
  background: yellow;
}
p.quote {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.polaroid {
  background: #fff;
  box-sizing: border-box;
  padding: 1rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.2);
  max-width: 600px;
  margin: 0 auto 50px;
  transform: rotate(2deg);
}
.polaroid.alt {
  transform: rotate(-2deg);
}
.polaroid img {
  max-width: 100%;
  height: auto;
}
.polaroid .caption {
  font-family: "Caveat", cursive, sans-serif;
  font-size: 28px;
  text-align: center;
  line-height: 1.4em;
}
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.red i,
ul.fa-ul.red svg {
  color: #8d000f;
}
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: #296eb4;
}
ul.fa-ul.gold i,
ul.fa-ul.gold svg {
  color: #ffd700;
}
ul.fa-ul.yellow2 i,
ul.fa-ul.yellow2 svg {
  color: #fcde1e;
}
ul.fa-ul.green i,
ul.fa-ul.green svg {
  color: #1bb410;
}
ul.fa-ul.brown i,
ul.fa-ul.brown svg {
  color: #685109;
}
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: rgba(255, 255, 255, 0.5);
  border: 1px solid #333;
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 34px;
  padding: 0 10px;
  position: relative;
  text-align: center;
}
ol.black-circle-numbers li:before {
  background: #000;
  border-radius: 100%;
  color: #fff;
  content: counter(step-counter);
  display: block;
  font-size: 28px;
  font-family: "open sans", Sans-Serif;
  font-weight: bold;
  left: 50%;
  margin: -20px 0 0 -20px;
  padding: 0 0 20px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
  width: 40px;
  height: 20px;
}
.full-width-heading {
  background: #000;
  padding: 20px;
  text-align: center;
}
.full-width-heading h2 {
  color: #fff;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 38px;
  line-height: 1.1;
  margin-top: 0;
  max-width: 900px;
  text-align: center;
  text-shadow: 3px 3px 3px #000;
}
.full-width-heading h3 {
  color: #fff;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 28px;
  line-height: 1.1;
  margin: 20px auto;
  max-width: 900px;
  text-align: center;
  text-shadow: 3px 3px 3px #000;
}
h2 {
  color: #222222;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 42px;
  line-height: 1.1;
  margin: 30px auto 0;
  max-width: 1120px;
  text-align: center;
  text-shadow: 1px 1px 0 #fff;
}
h3 {
  color: #222222;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 24px;
  text-align: center;
}
.modules div {
  background: #444;
  border: 6px dashed #fcde1e;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  margin: 30px 0;
  padding: 20px;
}
.modules div h3 {
  color: #fff;
  font-size: 32px;
  margin: 0 0 10px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.modules div p {
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.modules div p.date {
  margin-bottom: 10px;
}
.modules div p.title {
  font-size: 28px;
  font-weight: bold;
}
.modules div:last-child {
  margin-bottom: 40px;
}
.most-importantly {
  color: #c00000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.double-profit-container img {
  display: block;
  margin: 10px auto;
  max-width: 600px;
}
.double-profit-container .double-profit-heading {
  background: black;
  padding: 10px;
  margin-top: 10px;
}
.double-profit-container .double-profit-heading h2 {
  color: white;
  text-shadow: none;
}
.double-profit-container .double-profit-heading h4 {
  margin: 10px 0;
  color: white;
  text-shadow: none;
}
.cash-is-king-bonus {
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #d7ccac;
  margin: 20px auto 30px;
  max-width: 700px;
}
.cash-is-king-bonus h2 {
  color: black;
  font-size: 28px;
  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 !important;
  text-align: center;
}
.guarantee-logo {
  text-align: center;
}
.guarantee-logo img {
  max-width: 300px;
}
.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(odd) {
  margin-bottom: 10px;
  padding-top: 0;
}
.faqs p .q-a {
  color: #fcde1e;
  font-size: 22px;
  font-weight: bold;
  text-shadow: 1px 1px 1px #000;
}
.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 20px 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: 48px;
    margin-bottom: 20px;
  }
  .intro h1 .highlight {
    display: inline;
  }
  .intro h1 span.today-box {
    font-size: 24px;
  }
  .intro .preheadline {
    font-size: 24px;
  }
  .intro .subheadline {
    font-size: 28px;
    margin: 20px auto 10px;
  }
  .below-intro h3 {
    font-size: 28px;
  }
  .below-intro h4 {
    font-size: 28px;
    margin: 10px 0 0;
  }
  .below-intro h5 {
    font-size: 28px;
  }
  .expiry-bar p {
    font-size: 32px;
    line-height: 36px;
  }
  .full-width-heading h2 {
    font-size: 54px;
  }
  .full-width-heading h3 {
    font-size: 36px;
  }
  .full-width-heading.annoncing h2 {
    font-size: 60px;
  }
  h2 {
    font-size: 48px;
    margin: 0 auto;
    max-width: 1120px;
    text-align: center;
  }
  ul.fa-ul {
    margin: 30px 0 30px 60px;
  }
  .cash-is-king-bonus {
    margin-top: 30px;
    padding: 30px 10px 10px;
  }
  .cash-is-king-bonus h2 {
    font-size: 36px;
  }
  .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: 60px;
  }
  .intro h1.larger {
    font-size: 72px;
  }
  .cash-is-king-bonus {
    padding: 40px 10px 10px;
    overflow: auto;
    max-width: 1000px;
  }
  .cash-is-king-bonus h2 {
    font-size: 40px;
    line-height: 40px;
    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;
    padding-top: 20px;
    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%;
  }
}
@media only screen and (min-width: 1480px) {
  .intro h1 span.today-box {
    display: block;
    font-size: 32px;
    left: -180px;
    padding: 10px;
    position: absolute;
    top: 20px;
  }
  .intro h1 span.today-box:last-child {
    display: block;
    left: auto;
    right: -180px;
  }
}
@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);
  }
}
iframe[name="google_conversion_frame"] {
  position: fixed;
}
section.thanks {
  background: #fff;
  margin: 0 auto;
}
section.thanks .inner {
  margin: 0 auto;
  max-width: 960px;
  padding: 20px;
}
section.thanks p {
  margin: 0 0 10px;
  text-align: center;
}
section.thanks p .highlight {
  color: #8d000f;
}
section.thanks p .highlight {
  background: none;
}
section.thanks p.preheadline {
  font-size: 24px;
  text-decoration: underline;
}
section.thanks p.h1 {
  font-family: "open sans condensed", sans-serif;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 16px 16px;
  text-align: center;
}
section.thanks p.subheadline {
  font-size: 24px;
}
section.thanks .thanks-arrow-down {
  color: #8d000f;
  font-size: 60px;
  margin-top: -20px;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  section.thanks p.h1 {
    font-size: 60px;
    line-height: 1.2;
  }
  section.thanks p.subheadline {
    font-size: 28px;
  }
}
/*# sourceMappingURL=your-own-online-program-offer.css.map */