@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;
}
a {
  color: #296EB4;
}
.thanks {
  margin: 0 auto;
  max-width: 760px;
  padding: 0 10px 10px;
}
.thanks p.h1 {
  font-family: "open sans condensed", sans-serif;
  font-size: 60px;
  font-weight: bold;
  margin: 16px;
  text-align: center;
}
.thanks p {
  text-align: center;
}
.thanks p strong {
  color: #c00000;
}
.thanks .thanks-arrow-down {
  color: #c00000;
  font-size: 60px;
  margin-top: -20px;
  text-align: center;
}
.strike {
  display: inline-block;
  position: relative;
}
.strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 3px solid;
  border-color: red;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.intro {
  background: url('/assets/images/growth-school-bg.jpg');
  padding: 10px 10px 20px;
}
.intro .inner {
  margin: 0 auto;
}
.intro .preheadline {
  color: #fff;
  font-size: 22px;
  text-align: center;
  max-width: 1400px;
  margin: 0 auto;
  line-height: 1.3;
  text-shadow: 2px 2px 4px #213a41;
}
.intro h1 {
  color: #FFD700;
  font-family: "open sans condensed", sans-serif;
  font-size: 38px;
  line-height: 1.1;
  margin: 0 auto 20px;
  max-width: 1120px;
  padding-top: 6px;
  text-align: center;
  text-shadow: 2px 2px 4px #213a41;
}
.intro .subheadline {
  color: #fff;
  font-size: 20px;
  text-align: center;
  max-width: 960px;
  margin: 10px auto;
  text-shadow: 2px 2px 4px #213a41;
}
.intro .button p {
  color: #fff;
}
.expiry-bar {
  margin: -20px 0 0;
  padding: 0;
  position: relative;
}
.expiry-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;
}
.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;
  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: #fff;
  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: #FFD700;
  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.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: #79be37;
  color: #fff;
  text-shadow: none;
}
.button p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.enrol-now {
  color: #c00000;
  font-size: 24px;
  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;
}
.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.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: #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: #296EB4;
}
ul.fa-ul.gold i,
ul.fa-ul.gold svg {
  color: #FFD700;
}
ul.fa-ul.green i,
ul.fa-ul.green svg {
  color: #79be37;
}
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;
}
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;
}
.full-width-heading {
  background: #222222;
  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;
  max-width: 900px;
  text-align: center;
}
h2 {
  color: #222222;
  font-family: "open sans condensed", sans-serif;
  font-size: 42px;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 1120px;
  text-align: center;
}
h3 {
  color: #222222;
  font-size: 24px;
  text-align: center;
}
h3.what-when-who {
  font-size: 28px;
  text-align: left;
  text-decoration: underline;
}
.cash-is-king-bonus {
  margin: 20px auto 30px;
  max-width: 700px;
}
.cash-is-king-bonus h2 {
  color: #3e4270;
  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;
}
.about-paul {
  background: #222222;
  margin: 0;
  padding: 10px 10px 20px;
}
.about-paul .about-inner {
  margin: 0 auto;
  max-width: 800px;
}
.about-paul h2 {
  color: #fff;
  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;
}
.seminar-container {
  background: #333;
  border: 2px solid #ccc;
  border-radius: 4px;
  margin: 0 0 30px;
  padding: 20px;
}
.seminar-container h2 {
  color: #fff;
  font-weight: normal;
  margin: 0 0 20px;
  text-align: center;
}
.seminar-container h2 strong {
  display: block;
  font-weight: bold;
}
.seminar-container h3 {
  color: #fff;
}
.seminar-container p {
  color: #fff;
}
.seminar-container p a {
  color: #fff;
}
.seminar-container.bonus {
  background: url(/assets/images/growth-school-bg.jpg) top center;
}
.seminar-container.bonus .heading {
  text-align: center;
  color: #fff;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-family: "open sans condensed", sans-serif;
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.seminar-container .video {
  max-width: none;
}
.seminar-container .button:last-child {
  margin-bottom: 0;
}
.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;
  }
  .full-width-heading h2 {
    font-size: 54px;
  }
  h2 {
    font-size: 48px;
    margin: 0 auto;
    max-width: 1120px;
    text-align: center;
  }
  ul.fa-ul {
    margin: 30px 0 30px 60px;
  }
  .enrol-now {
    font-size: 32px;
  }
  .faqs {
    padding-top: 30px;
  }
  .faqs h2 {
    padding-bottom: 10px;
  }
  .cash-is-king-bonus {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 30px 10px 10px;
  }
  .cash-is-king-bonus .images {
    text-align: center;
  }
  .cash-is-king-bonus img {
    display: inline;
    max-width: 250px;
    padding: 0 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 {
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) {
  .cash-is-king-bonus {
    margin-top: 40px;
    padding: 40px 10px 10px;
    overflow: auto;
    max-width: 1000px;
  }
  .cash-is-king-bonus h2 {
    font-size: 32px;
    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%;
  }
}
@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;
}
.cogs-box p {
  color: #999;
  font-size: 22px;
  margin: 0 0 10px;
  text-align: center;
}
.cogs-box .cog-large {
  color: #ccc;
  font-size: 72px;
  margin: -26px auto 0 0;
  text-align: center;
}
.cogs-box .cog-small {
  color: #b2b2b2;
  font-size: 48px;
  margin: 0 auto;
  padding-left: 50px;
  text-align: center;
}
/*# sourceMappingURL=covid-seminar-new.css.map */