@import url('https://fonts.googleapis.com/css?family=Merriweather:400,400i,700,700i,900,900i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

body, html {
  margin: 0 auto;
  padding: 0;
  max-width: 100%;
  font-size: 16px;
}

body {
    background: #fff !important;
    max-width: 100%;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.4;
}

.col-md-8 {
  padding: 0;
}

.page {
  box-shadow: unset !important;
  padding: 80px 0;
  border-radius: unset;
  max-width: 100%;
}

.content {
  padding: 0;
  margin: 0 auto;
  width: 100%;
}

.inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.inner img {
    margin: 0 auto;
    display: block;
}

.op-header .inner {
    padding-bottom: 0;
}

.runner-timer {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    padding-top: 10px;
    line-height: 1.3;
}

.full-width-bg {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0 15px;
}

.top-section {
  padding: 30px 5px 60px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

/* ---------- FONTS & TEXT ---------- */

.content p, .content li {
    font-family: "Merriweather", Cambria, "Times New Roman", serif;
}
.content h1, .content h2, .content h3 {
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

#offers label {
    font-family: unset;
}

h1 {
  font-size: 36px;
  line-height: normal;
  font-weight: 800;
}

h2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.1;
  letter-spacing: unset;
  font-weight: 700;
}

h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

strong {
  font-weight: 900;
}

figcaption {
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
}

ul li {
  list-style: disc;
}

ul li span {
  font-weight: 900;
}

ol, ul {
  padding-left: 30px;
}

.green-highlighted {
  background-color: #daffde;
}

.section-content a {
color: var(--primary-color);
}

.section-content a:hover {
  color: var(--primary-color);
  text-decoration: underline;
  filter: brightness(0.5);
}

.green {
  color: #0bab43;
  font-weight: 600;
}

.red {
  color: #f13512;
}

.highlighted {
  background-color: #fffebc;
}

blockquote {
  font-weight: bold;
  padding: 2em 1.5em;
  margin: 20px auto;
  background: #eee;
  border-left: 5px solid #a8a8a8;
}

blockquote p {
  font-size: 22px;
}

blockquote footer {
  text-align: right;
  font-size: 18px;
}

.signature-img {
  width: 45%;
  margin-bottom: 10px;
}

/* ---------- TOP SECTION ---------- */

.top-section {
  padding-top: 0;
}

.bullets {
  list-style: none;
  font-size: 24px;
  font-family: "Raleway", Arial, sans-serif;
  font-weight: 600;
}

.bullets:before {
  content: "\f0a9";
  font-family: 'FontAwesome';
  color: var(--secondary-color);
  display: inline-block;
  position: relative;
  right: 5px;
  font-size: 20px;
}

.top-section-content {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.intro-box {
  max-width: 950px;
  border-top: 3px solid #5292e9;
  border-bottom: 3px solid #5292e9;
  margin-bottom: 50px;
}

.intro-box h3 {
  text-align: center;
  color: #000;
}

/* ---------- CONTENT STYLES ---------- */

.focus-img {
  width: 800px;
  padding-bottom: 20px;
  margin: 0 auto;
  display: block;
}

figure {
 max-width: 800px;
 padding-bottom: 20px;
 margin: 0 auto;
 display: block;
}

.order-content, #ccpa-disclosure, .disclaimer, #order {
  padding: 0 15px;
}

.section-content, #ccpa-disclosure, .disclaimer {
  max-width: 800px;
  margin: 0 auto;
}

.johnson-box {
  max-width: 950px;
  background-color: #eee;
  margin: 40px auto;
  padding: 25px 0;
  position: relative;
}

/* ---------- SLIDE-DOWN ANIMATION (ARROW BUTTON IN THE INTRO SECTION) ---------- */

.fa-arrow-circle-down {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 50px;
  -webkit-animation: slide-bottom 2s ease-out infinite both;
  animation: slide-bottom 2s ease-out infinite both;
}

@-webkit-keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}
@keyframes slide-bottom {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

/* ---------- 'READY TO JOIN' BUTTON ---------- */

.rdy-to-join {
  display: flex;
  flex-direction: column;
  padding: 0.7em 1.4em;
  margin: 30px auto;
  border-radius: 0.6em;
  box-sizing: border-box;
  background-color: #ecc735;
  box-shadow: inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
  transition: transform 0.4s ease;
}

.rdy-to-join:hover {
  transform: scale(1.05);
}

.rdy-to-join-a:hover {
  text-decoration: none;
}

.button-icon {
  opacity: 0.7;
  width: 3%;
  text-align: end;
  margin: 5px auto;
}

.button-icon::after {
  content: "\f322";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 33px;
  color: #fff;
}

.button-text p {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  width: 95%;
  text-align: center;
  font-size: 20px;
  line-height: 23px;
  color: #fff;
  margin: 0 auto;
}

.button-text a:hover {
  text-decoration: none;
}

/* ---------- FAQ ---------- */

.ms-faq {
    padding-bottom: 50px;
}

.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

td,th {
  padding-left:10px;
}

 .accordion:hover, .accordion:active {
    background-color: var(--primary-color);
    color: #eee;
}

.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.panel:last-of-type {
  margin-bottom: 30px;
}

/*---------- DISCLOSURE & FORM ----------*/


#ccpa-disclosure {
  margin: 1.25em 0;
}

#no-refund {
  background-color: rgba(255,255,255,0);
  margin: 25px 15px;
}

.disclaimer {
  margin: 20px 0;
}

#offers ul.disclaimers li, .disclaimer p {
  font-size: 18px !important;
}

/*---------- BACK-TO-TOP BUTTON ----------*/

#backtotop-button {
  display: inline-block;
  background-color: var(--secondary-color);
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,
              opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

#backtotop-button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 33px;
  color: #fff;
}

#backtotop-button:hover {
  cursor: pointer;
  background-color: #333;
  text-decoration: none !important;
}

#backtotop-button:active {
  background-color: #555;
}

#backtotop-button.show {
  opacity: 1;
  visibility: visible;
}

.active {
background-color: #fff !important;
}


/* ---------- WISTIA STYLES ---------- */

.hero-block, a.hero-block {
    float: left;
    height: 300px;
    margin: 0 2% 30px;
    overflow: hidden;
    text-decoration: none;
    width: 46%;
}

a.hero-block {
    cursor: pointer;
}

.report-video {
    display: block;
    height: auto;
    width: 100%;
}

.tg-ep-block {
    display: block;
    height: auto;
    margin-bottom: 40px;
    margin-top: 30px;
    width: 100%;
}

.hero-thumbnail {
    background-color: #000000;
    height: 62%;
    overflow: hidden;
}

.new-icon {
    position: absolute;
    z-index: 100;
}

.play-icon {
    display: block;
    margin: 24% auto -50%;
    position: relative;
    z-index: 100;
}

.hero-image {
    margin-top: -8%;
    opacity: 0.8;
    position: relative;
    width: 150%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
    z-index: 1;
}

.hero-image-closed {
    margin-left: -10%;
    margin-top: -6%;
    opacity: 0.4;
    position: relative;
    width: 150%;
    z-index: 1;
}

.hero-image:hover {
    opacity: 1;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transition-property: all;
    transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
}

.hero-description {
    background-color: #f7f7f7;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    height: 38%;
    padding: 8px;
}

.hero-title {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 20px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
}

.tg-ep-block .item-title, .report-video .item-title {
    color: #222;
    font-family: "ProximaNova-Regular",arial,helvetica,sans-serif;
    font-size: 24px;
    font-weight: 100;
    line-height: 26px;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
}

.tg-ep-block .item-meta, .report-video .item-meta {
    color: #222;
    font-family: "ProximaNova-Regular",arial,helvetica,sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin-top: 4px;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    transition-duration: 0.3s;
    -webkit-transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.33, 0, 0.2, 1);
    -webkit-transition-duration: 0.3s;
}

.sma-icons {
    margin-top: -10% !important;
    width: 120% !important;
}

.stillshot {
    margin-left: -10%;
    max-width: 120%;
}

.thirds {
    width: 29% !important;
}

.wistia_embed {
    height: auto;
    margin: 0 auto 20px;
    width: 640px;
}

/*---------- VIP SECTION ----------*/

.vip-box {
  border-color: var(--secondary-color);
  border-style: solid;
  border-width: 8px 0;
}

.vip-bullets {
  list-style: none;
  text-align: center;
  margin: 30px 0;
}

.vip-exclusive-bar {
    padding: 3px 80px;
    display: inline-block;
    font-weight: 700;
    margin: 8px auto;
}

/*---------- from Marketpass.css ----------*/
.no-check {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}

#order {
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
}
#order fieldset {
    border-radius: 8px;
    font-size: 20px;
}
.control-label.logged-in {
    text-align: center;
    padding-top: 0;
}
.control-label.logged-in label {
    cursor: auto;
}

#email-address {
    margin-top: 30px;
}
.control-field.email input, .control-field.confirm-email input {
    width: 100%;
}
.control-field.email {
    float: left;
    width: 49%;
}
.control-field.confirm-email {
    float: right;
    width: 49%;
}
.clarification {
    padding: 0;
}
#sign-out.form-group, #sign-in.alert.alert-info {
    border: 1px solid #29abe1;
    margin: 20px auto 0;
    max-width: 450px;
    padding: 20px 10px;
    width: 100%;
}
#sign-in.alert.alert-info {
    background-color: #fff;
    border-radius: 0;
    text-align: center;
}
#order #sign-out .email {
    font-size: 22px;
}
#order #sign-out p {
    line-height: 16px;
    margin-bottom: 0;
}
.user-email {
    text-align: center;
}
.form-horizontal .control-label {
    padding-top: 21px;
}

/*---------- DESKTOP MEDIA QUERY ----------*/

@media(min-width: 767px) {
    body {
    font-size: 18px;
    }
    .inner {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .inner img {
        display: inline-block;
        margin: unset;
    }
    .runner-timer {
        padding: unset;
        display: inline-block;
    }
    .page {
        margin-top: 0;
        padding: 100px 0 0;
        background-color: unset;
        box-shadow: unset;
    }
    .top-section {
        padding: unset;
    }
    .disclaimer {
        width: auto;
        margin: 1.25em 25px;
    }
      h1 {
    font-size: 46px;
    }
    h2 {
     font-size: 30px;
    }
    h3 {
     font-size: 24px;
     }
    ol, ul {
      padding-left: 40px;
    }
    .form-horizontal {
        background-color: rgba(255,255,255,1);
        max-width: 950px !important;
        padding: 4em 2em;
        border: 5px solid #429f46;
        margin: 0 auto;
    }
    #form {
        padding: unset;
    }
     #ccpa-disclosure {
       margin: 1.25em auto;
     }
     #no-refund {
       margin: 25px auto;
     }
     .disclaimer {
       width: auto;
       margin: 1.25em auto;
     }
     .runner-closing {
       font-size: 27px;
       padding-bottom: 15px;
      color: #f1f5c9;
     }
     .intro-box {
        margin-bottom: 30px;
     }
  .johnson-box {
    width: 950px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .reports {
    display: flex;
    flex-direction: row;
  }
  .reports img {
    width: 15%;
    height: 100%;
    margin: 0em 1em 0 0;
  }
  .reports-text {
    width: 70%;
  }
  .reports-text h3 {
    margin: 0;
  }
  #backtotop-button {
    width: 50px;
    height: 50px;
  }
  #backtotop-button::after {
    font-size: 2em;
    line-height: 50px;
  }
  #backtobottom-button {
    width: 50px;
    height: 50px;
    right: 90px;
  }
  #backtobottom-button::after {
    font-size: 2em;
    line-height: 50px;
  }
  .order-content {
    padding: 40px 0;
  }
  .faq {
    padding-top: 0;
  }
  .rdy-to-join {
    flex-direction: row;
  }
  .button-icon {
    margin: 7px auto;
  }
  .button-text a p {
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    margin: 0 auto;
    text-align: left;
  }
  .float-img {
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
  }
  blockquote {
      margin: 2em 4em;
      padding: 2em;
  }
  .rdy-to-join {
   flex-direction: row;
 }
 .button-icon {
   margin: 7px auto;
 }
 .button-text a p {
   font-size: 22px;
   line-height: 25px;
   color: #fff;
   margin: 0 auto;
   text-align: left;
 }
  #couponCodeDiv {
  margin: 0 auto 30px;
  }
  .signature-img {
    width: 25%;
  }
  .vip-description-content {
    max-width: 750px;
  }
}

