body {
  color: #242424;
  font-family: 'Lato', sans-serif;
}

:focus {
  outline: none;
}

p {
  margin-bottom: 20px;
}

section.count-down {
   background: #ed1c24;
   position: fixed;
   text-align: center;
   width: 100%;
   z-index: 9999;
   opacity: 0.9;
}

section.count-down .count-down-container {
  max-width: 1024px;
  padding: 15px;
  font-size: 1.5em;
  margin: 0 auto;
}

section.count-down .count-down-container p {
  color: #fff !important;;
  margin-bottom: 0 !important;
}

header {
  background: url('../images/header-bg.jpg') no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
}

header .container {
  padding: 200px 0;
}

header img {
  width: 400px;
  position: relative;
  right: 60px;
}

h1 {
  font-family: 'Slabo 27px', sans-serif;
  font-size: 4em;
  text-transform: uppercase;
}

h1 span {
  display: none;
}

h2 {
  font-family: 'Lato', sans-serif;
  font-style: italic;
  font-size: 2em;
  max-width: 600px;
  margin: 35px auto;
}

section#intro .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

.lato-emp {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-bottom: 0;
  text-align: center;
}

.red-circle {
  background-color: #ed1c24;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 45px;
}

section#intro-video {
  background: #000;
}

section#intro .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#learning-well {
  background: url('../images/striped-bg.png');
}

section#learning-well .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  padding-bottom: 75px;
}

section#learning-well h2 {
  margin-top: 10px;
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  color: #242424;
}

section#learning-well h3 {
  margin-top: 10px;
  text-align: right;
  font-family: 'Alegreya', sans-serif;
  font-style: italic;
  color: #242424;
  font-size: 2em;
}

section#learning-well .row {
  margin-top: 45px;
}

.lw-1 .col-md-8,
.lw-3 .col-md-8 {
  border-left: 2px solid #ed1c24;
  padding-top: 20px;
}

.lw-2 .col-md-8 {
  border-right: 2px solid #ed1c24;
  padding-top: 20px;
}

section#learning-well .lw-2 h3 {
  text-align: left;
}

section#why-learning {
  background: #252525;
  color: #fff;
}

section#why-learning .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  position: relative;
}

section#why-learning h2 {
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7em;
  font-weight: 900;
  max-width: 1024px;
}

.red-circle-big {
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/big-circle.svg') no-repeat center #ed1c24;
  background-size: 35px 35px;
  margin: -70px auto 0 auto;
  border-radius: 50%;
}

.quote {
  padding: 25px 50px;
}

.quote h3 {
  font-family: 'Alegreya', sans-serif;
  padding-left: 50px;
  background: url('../images/quote-bg.svg') no-repeat left;
  background-size: 40px;
  font-size: 1.8em;
  font-style: italic;
  margin-bottom: 20px;
}

.quote-emp {
  display: block;
  text-align: center;
  text-transform: uppercase;
  border: 2px solid #fff;
  padding: 10px 15px;
  font-weight: 900;
}

section#can-you-learn .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  padding-bottom: 190px;
}

section#can-you-learn h2 {
  margin-top: 10px;
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  color: #242424;
}

section#can-you-learn img {
  width: 100%;
}

section#can-you-learn .col-md-8 {
  padding-top: 35px;
  margin-bottom: 50px;
}

section#introducing {
  background: url('../images/intro-bg.jpg') no-repeat;
  background-size: cover;
}

section#introducing .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

#introducing-rl {
  display: block;
  margin: -240px auto 25px auto;
}

#introducing-rl #very-big-circle img {
  width: 85%;
}

#introducing-rl #very-big-circle {
  display: block;
  width: 270px;
  height: 270px;
  background: #ed1c24;
  border-radius: 50%;
  padding-top: 100px;
  margin: 0 auto 20px auto ;
  text-align: center;
}

#introducing-rl h2 {
  text-align: center;
  font-size: 1.5em;
  color: #ed1c24;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  margin-bottom: 10px;
}

.intro-first {
  text-align: center;
  font-weight: 900;
  font-size: 1.2em;
}

section#introducing .row {
  margin: 55px 0;
}

.number {
  font-size: 3em;
  font-weight: 900;
  color: #404040;
}

.col-md-6 p span {
  text-transform: uppercase;
  color: #ed1c24;
  font-weight: 900;
}

.intro-emp {
  border: 2px solid #242424;
  padding: 10px 15px;
  font-weight: 900;
  font-size: 1.2em;
  text-align: center;
}

section#who-is-for .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#who-is-for h2 {
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7em;
  font-weight: 900;
  max-width: 1024px;
}

section#who-is-for h3 {
  font-family: 'Alegreya', sans-serif;
  color: #535353;
  font-size: 2em;
  margin-top: 0;
}

section#who-is-for h3 span {
  color: #ed1c24;
}

section#who-is-for img {
  width: 100%;
  border-radius: 50%;
  max-width: 250px;
  margin: 0 auto 20px auto;
  display: block;
}

section#who-is-for .row {
  margin: 35px 0;
}

.wif-emp {
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.1em;
  font-size: 1.2em;
  margin-bottom: 0;
  text-align: center;
}

.button {
  border-radius: 5px;
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  width: 250px;
  text-align: center;
  padding: 20px 40px;
  background: rgba(237, 28, 36, 0.8);
  border-bottom: rgba(158, 11, 18, 0.8) 4px solid;
  color: white;
  font-weight: 600;
  transition: background 300ms cubic-bezier(0.09, 0.11, 0.24, 0.91), color 500ms cubic-bezier(0.09, 0.11, 0.24, 0.91);
  margin: 25px auto;
  cursor: pointer;
}
.button:hover,
.button:active,
.button:focus {
  text-decoration: none;
  background: #9e0b0f;
  color: #ffffff;
}

.button.btn-sold-out {
  background: rgba(150, 150, 150, 0.8);
  border-bottom: rgba(100, 100, 100, 0.8) 4px solid;
  color: #222;
  pointer-events: none;
}

section#heres-what {
  color: #fff;
  background: #252525;
}

section#heres-what .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#heres-what h2 {
  margin-top: 10px;
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
}

.red-circle-down {
  display: block;
  width: 70px;
  height: 70px;
  background: url('../images/big-circle-down.svg') no-repeat center #ed1c24;
  background-size: 35px 35px;
  background-position: 50% 60%;
  margin: 0 auto;
  border-radius: 50%;
}

section#course-content .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#course-content .row {
  border-bottom: 1px dotted #000;
  margin-bottom: 15px;
}

section#course-content .col-md-2 {
  padding-top: 15px;
}

section#course-content .col-md-2 span {
  width: 60px;
  height: 60px;
  background: #ed1c24;
  display: block;
  color: #fff;
  font-size: 3em;
  font-weight: 900;
  text-align: center;
  border-radius: 50%;
  line-height: 1.8em;
  margin: 5px auto;
  opacity: 0.5;
}

section#course-content .col-md-2 span.active {
  opacity: 1;
}

section#course-content .col-md-2 span img {
  width: 35px;
  display: block;
  position: relative;
  top: 12px;
  margin: 0 auto;
}

section#course-content h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 35px;
}

section#course-content h3 span {
  font-weight: 900;
  color: #ed1c24;
}

section#course-content .row ul {
  list-style: none;
  padding:0;
  margin:0 0 20px 0;
}

section#course-content .row ul li:before {
  content:'• ';
  color: #ed1c24;
}

.slick-dots {
  list-style: none;
  display: block !important;
  text-align: center;
  padding: 0;
}

.slick-dots li {
  display: inline !important;
  margin: 0 5px;
}

.slick-dots li button {
  background: #e2e2e2;
  border: none;
  color: #000;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

.slick-dots li.slick-active button {
  background: #ed1c24;
  color: #fff;
}

.slick-dots li button:hover {
  background: #f04249;
  color: #fff;
}

#bonuses h3 {
  text-transform: none;
  text-align: center;
  color: #ed1c24;
  margin: 55px 0;
  font-weight: 900 !important;
}

#bonuses h3:before {
  content: '+';
  color: #fff;
  background: #ed1c24;
  border-radius: 50%;
  font-weight: 900;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 1.25em;
  margin-right: 10px;
}

#bonuses span {
  color: #ed1c24;
  font-weight: 900;
  text-transform: uppercase;
}

#bonuses img {
  width: 60%;
  max-width: 150px;
  border-radius: 50%;
  display: block;
  margin: -5px auto 10px auto;
}

section#mastery {
  background: url('../images/mastery-bg.jpg') no-repeat;
  background-size: cover;
}

section#mastery .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  background-color: rgba(0,0,0,.5);
  color: #fff;
}

section#mastery img.logo {
  width: 300px;
  margin: 50px auto 10px auto;
  display: block;
}

.tme-emp {
  font-family: 'Slabo 27px', sans-serif;
  text-align: center;
  font-size: 1.3em;
}

section#mastery img {
  width: 40px;
  margin: 20px auto;
  display: block;
}

section#mastery h3 {
  text-transform: uppercase;
  text-align: center;
  margin: 50px auto;
}

section#mastery .col-md-6 span {
  color: #fff;
}

.mastery-p {
  margin: 30px auto;
}

section#testimonials .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#testimonials #testimonial-intro {
  font-style: italic;
  text-align: center;
  margin-bottom: 45px;
}

section#testimonials .testimonial {
  border-bottom: 1px dotted #242424;
  border-top: 1px dotted #242424;
  margin: 35px 0;
  padding: 15px;
}

section#testimonials p {
  font-style: italic;
}

section#testimonials .t-eye {
  width: 60px;
  margin: -45px auto 15px auto;
  display: block;
  background: #fff;
}

section#testimonials .author  {
  text-align: center;
}

section#testimonials .author .name {
  display: inline-block;
  text-transform: uppercase;
  color: #ed1c24;
  margin-bottom: 15px;
  font-weight: 900;
}

section#testimonials .author .name span {
  text-transform: none;
  font-style: italic;
}

section#testimonials .author img {
  border-radius: 50%;
  margin-bottom: 15px;
}

section#testimonials .author .quote_emp {
  display: inline-block;
  margin-bottom: 15px;
}


section#guarantee {
  background: #252525;
  color: #fff;
}

section#guarantee .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  position: relative;
}

section#guarantee h2 {
  font-style: normal;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.7em;
  font-weight: 900;
  max-width: 1024px;
}

section#guarantee img {
  margin: 0 auto;
  display: block;
}

section#faq .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#faq h2 {
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  color: #242424;
  margin-top: 0;
}

.toggle-head a {
  color: #ed1c24;
  border: 2px solid #ed1c24;
  padding: 10px 45px 10px 15px;
  display: block;
  margin-bottom: 15px;
  background: url('../images/toggle-closed.svg') no-repeat;
  background-position: 98% 50%;
  background-size: 30px 30px;
  text-decoration: none;
}

.toggle-head a:hover {
  text-decoration: none;
  background: #ed1c24;
  color: #fff;
}

.toggle-open a {
  text-decoration: none;
  background: url('../images/toggle-open.svg') no-repeat;
  background-position: 98% 50%;
  background-size: 30px 30px;
}

.toggle-body {
  padding-bottom: 15px;
}

section#buy-now {
  background: url('../images/striped-bg.png');
}

section#buy-now .container {
  max-width: 1300px;
  padding: 65px 35px;
  font-size: 1.5em;
  width: 100%;
}

section#buy-now ul {
  padding: 15px 10px !important;
}

.tier-1 h2, .tier-2 h2 {
  padding-bottom: 1.4em;
}

.standard-package {
  border: 3px solid #242424;
  padding: 15px;
}

.total-package {
  border: 3px solid #ed1c24;
  padding: 15px;
}

.star-p {
  display: block;
  width: 50px;
  height: 50px;
  margin: -42px auto 20px auto;
}

.logo-p {
  display: block;
  width: 250px;
  margin: 20px auto 0 auto;
}

section#buy-now h2 {
  text-align: center;
  font-family: 'Slabo 27px', sans-serif;
  font-style: normal;
  color: #242424;
  font-size: 1.2em;
  margin-top: 15px;
}

section#buy-now .total-package h2 {
  color: #ed1c24;
}

section#buy-now h3 {
  font-weight: 900;
  text-align: center;
  font-size: 1em;
  margin-bottom: 20px;
}

section#buy-now ul {
  list-style: none;
  padding: 15px 40px;
  margin:0 0 20px 0;
}

section#buy-now ul li {
  font-size: 0.8em;
}

section#buy-now ul li:before {
  content:'• ';
  color: #ed1c24;
}

section#buy-now p {
  text-align: center;
  color: #535353;
  font-weight: 900;
}

section#buy-now .button {
  margin-bottom: 5px;
}

section#buy-now .pay-full {
  text-align: center;
  text-decoration: underline;
  display: block;
  margin-bottom: 20px;
}

section#buy-now .pay-full:hover {
  color: #ed1c24;
}

.question {
  cursor: pointer;
  display: inline-block;
  width: 20px;
  height: 20px;
  background-color: #ed1c24;
  line-height: 20px;
  color: #fff !important;
  font-size: 13px;
  font-weight: bold !important;
  border-radius: 50%;
  text-align: center;
  position: relative;
  bottom: 3px;
  opacity: 0.7;
}

.question:hover { 
  opacity: 1;
}

.b-tooltip {
  background-color: #ed1c24;
  color: #fff;
  position: absolute;
  right: -15px;
  bottom: 27px;
  z-index: 1000000;
  width: 250px;
  border-radius: 5px;
}

.b-tooltip:before {
  border-color: #ed1c24 transparent transparent transparent;
  border-top: 6px solid #ed1c24;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  content: "";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  position: absolute;
  top: 100%;
  right: 20px;
}

.b-tooltip p {
  margin: 10px;
  color: #fff !important;
  font-weight: 300;
}

.sdmbg img {
  width: 50px;
  margin-right: 10px;
}

.sdmbg {
  font-style: italic;
  font-size: 0.8em;
}

.checkout-imgs {
  text-align: center;
}

.footer {
  background: #252525;
  color: #fff;
}

.footer .container {
  max-width: 1024px;
  padding: 35px;
  text-align: center
}

.on-large {
  display: block;
}

.on-small {
  display: none;
}

@media screen and (max-width: 992px) {
  
  .on-large {
    display: none;
  }

  .on-small {
    display: block;
  }

  section#learning-well h3 {
    text-align: left;
  }

  .lw-1 .col-md-8,
  .lw-3 .col-md-8,
  .lw-2 .col-md-8 {
    border: none;
  }

  section#course-content .col-md-2 span {
    display: none;
  }

  section#course-content .col-md-2 span.active {
    display: block;
  }

  section#buy-now .col-md-6 {
    margin-bottom: 30px;
  }

}

@media screen and (max-width: 550px) {
  
  header img {
    width: 280px;
    right: 30px;
  }

  header h2 {
    padding: 0 15px;
  }

  .quote {
    padding: 0;
  }

  section#buy-now ul {
    padding: 15px 0;
  }  

  section#buy-now .upsell-block ul {
    padding: 15px 40px;
  }

  section#buy-now .upsell-block h3 {
    padding: 0 40px;
  }

  .sdmbg {
   font-size: 0.5em;
  }

}

/* WAITING LIST */

section#waiting-list .container,
section#optin .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

section#optin .container {
  padding-top: 0;
}

.status_box {
  background-color: #ed1c24;
  max-width: 300px;
  margin: 0 auto 1em;
  text-align: center;
  padding: 1em;
  border-radius: 5px;
  color: #fff;
}

.status_box span {
  text-transform: uppercase;
  font-weight: 900;
}

#optin-form {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}

#optin-form h3 {
  font-weight: 900;
  margin-bottom: 1em;
  margin-top: 0;
}

.waiting-list.dl-waiting-list .text-block p {
  font-size: 1.5em;
}

body.waiting-list .testimonial {
  background-color: rgba(0,0,0,.8);
  border-radius: 10px;
  padding: 2em;
  margin-bottom: 1.5em;
}

body.waiting-list .testimonial img {
  width: 100%;
  border-radius: 50%;
}

body.waiting-list .testimonial p {
  margin-bottom: 0;
}

body.waiting-list .testimonial .name {
  color: #ffce00;
  font-weight: bold;
}

/* LOADING STUFF */

@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(0deg);  /* IE 9 */
        transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
    }
    100% {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
    }
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

#loader-text {
  display: block;
  position: relative;
  left: 50%;
  top: 40%;
  width: 350px;
  height: 150px;
  margin: -75px 0 0 -175px;
  z-index: 1500;
  text-align: center;
  color: #242424;
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 1.2em;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 40%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 3px solid transparent;
  border-top-color: #ed1c24;
  z-index: 1500;
  border-radius: 50%;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px solid transparent;
  border-top-color: #252525;
  border-radius: 50%;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 3px solid transparent;
  border-top-color: #ed1c24;
  border-radius: 50%;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  opacity: 0.95;
}
 
#loader-wrapper .loader-section.section-left {
  left: 0;
}
 
#loader-wrapper .loader-section.section-right {
  right: 0;
}

.loaded #loader-wrapper .loader-section.section-left {
    -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(-100%);  /* IE 9 */
    transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
 
.loaded #loader-wrapper .loader-section.section-right {
    -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: translateX(100%);  /* IE 9 */
    transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000); 
                transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader,
.loaded #loader-text {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
            transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
 
    -webkit-transition: all 0.3s 1s ease-out; 
            transition: all 0.3s 1s ease-out;
}

body.loaded {
  overflow: visible;
}

.no-js #loader-wrapper {
    display: none;
}

body.waiting-list {
  color: #fff;
}

body.waiting-list main {
  min-height: calc(100vh - 51px);
  background-image: url('../images/header-bg.jpg');
  background-position: center;
  background-size: cover;
  position: relative;
}

body.waiting-list .grey-overlay {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

body.waiting-list .main-wrapper,
body.waiting-list .main-wrapper .container,
body.waiting-list .main-wrapper .container > .row,
body.waiting-list .main-wrapper .container > .row > .col {
  min-height: calc(100vh - 51px);
}

body.waiting-list .left-container {
  width: 100%;
}

body.waiting-list .form-container {
  background-color: rgba(255,255,255,.5);
  border-radius: 4px;
  text-align: center;
  margin-top: 20px;
}

body.waiting-list .form-container h3 {
  font-family: 'Slabo 27px', sans-serif;
  text-transform: uppercase;
}

body.waiting-list footer {
  background: #2a2a2a;
  color: #fff;
}

body.waiting-list footer p {
  opacity: .4;
  font-size: 0.8em;
  margin-bottom: 0;
}

body.waiting-list .formkit-form {
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

body.waiting-list .formkit-field,
body.waiting-list .formkit-submit {
  flex: 100% !important;
  margin-bottom: 5px !important;
}

.red-right {
  border-right: 2px solid #ed1c24;
}

/* ONE TIME OFFER */

#upsell-header {
  background-color: rgba(237, 28, 36, 0.8);
  color: #fff;
}

#upsell-header h1 {
  font-size: 3.3em;
   margin-bottom: 0.2em;
}

#upsell-header h2 {
  font-size: 1.5em;
   margin-top: 0.2em;
}

.upsell-block {
  border: 1px dotted #c1c1c1;
}

.upsell-block p {
  font-weight: 400 !important;
  text-align: left !important;
  padding: 40px 40px 15px 20px;
  font-size: 0.8em;
}

.upsell-block img {
  width: 100%;
}

#upsell-buy {
    background: url(../images/striped-bg.png);
}

#upsell-buy h2 {
  margin-top: 0;
}

#upsell-buy .button {
  width: 340px;
}

#upsell-buy .button.grey-btn {
  padding: 20px 40px;
  background: rgba(237, 28, 36, 0.8);
  border-bottom: rgba(158, 11, 18, 0.8) 4px solid;
  color: white;
}

#upsell-buy span {
  color: rgba(237, 28, 36, 0.8);
  font-weight: 900;
}

#upsell-buy .container {
  padding-bottom: 2em;
}

section.section-rltwo .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
  color: #fff;
}

.rltwo-text-block-1 {
  padding: 0 4em;
  margin: 0 auto 0;
  text-align: center;
  position: relative;
}

.rltwo-text-block-1 h2 span {
  color: #ed1c24;
}

.rltwo-text-block-1 h2 {
  font-style: normal;
  font-weight: bold;
  margin: 65px auto;
}

.twopointzero {
  font-family: 'Lato', sans-serif;
  font-weight: bold;
  font-size: 15em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -234px;
  margin-top: -234px;
  opacity: 0.1;
}  

.section-rltwo {
  background: linear-gradient(180deg, #333333 0%, #252525 100%);
  padding-top: 2em;
  position: relative;
}

.rltwo-text-block-2 {
  padding: 3em;
  font-size: 1em;
  margin: -2em auto 0;
}

.rltwo-text-block-2 h3 {
  font-size: 1.4em;
  font-weight: bold
}

.golden-line {
  width: 100%;
  display: block;
  height: 10px;
  max-width: 70%;
  margin-bottom: 1em;
  background: #ed1c24;
}

section.section-coaching {
  background: url('../images/striped-bg.png');
  position: relative;
}

section.section-coaching .container {
  max-width: 1024px;
  padding: 35px;
  font-size: 1.5em;
}

.coaching-left {
  text-align: center;
}

.scott-headshot {
  border-radius: 50%;
  width: 10em;
}

.coaching-left h2 {
  margin: -0.5em auto 0;
  line-height: 1;
  font-weight: bold;
  font-style: normal;
}

.coaching-right {
  padding: 1em ;
  font-size: 1em;
  margin: 0 auto;
}

.coaching-right small {
  font-size: 0.8em;
}

.schedule {
  color: #ed1c24;
  position: relative;
  cursor: pointer;
  display: block;
  text-align: center;
}

.schedule:hover {
  text-decoration: underline;
}

.schedule .b-tooltip {
  width: 360px;
  padding-bottom: 0.5em;
  right: 50%;
  bottom: 27px;
  margin-right: -180px;
}

.schedule .b-tooltip:before {
  right: 50%;
  margin-right: -3px;
}

.schedule .b-tooltip p {
  font-size: 0.6em;
  text-align: center;
}

@media screen and (max-width: 550px) {
  
  .rltwo-text-block-1 {
    padding: 0;
  }

  .rltwo-text-block-2 {
    padding: 3em 0;
  }

  .twopointzero {
    font-size: 12em;
    margin-left: -178px;
    margin-top: -178px;
  }

}

/* WAITINGLIST TESTIMONIALS */

.grey-bg {
  background: rgba(0,0,0,.5);
  padding: 4em;
  border-radius: 5px
}

.testimonial-box {
  background: rgba(255,255,255,.5);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  margin: 2em auto;
  z-index: 90;
  padding: 1em;
  position: relative;
}

.testi-toggle {
  position: absolute;
  right: 50%;
  bottom: -1.2em;
  transform: translateX(50%);
  color: #000;
  background: #fff;
  cursor: pointer;
  text-transform: uppercase;
  box-shadow: 0px 0px 21px rgba(0,0,0,.8);
  border-radius: 10px;
  padding: 0.5em 0.7em;
  text-decoration: none;
  font-size: 0.7em;
  font-weight: bold;
}

.testi-toggle:hover {
    background: #ffce00;
}

.testimonial-header {
    display: flex;
    align-items: center;
}

.testimonial-headshot-container {
  width: 55px;
  height: 55px;
  margin: 0 1em 0 0;
}

.testimonial-headshot {
  border-radius: 50%;
  width: 55px;
}

.testi-quote {
  margin: 0;
  color: #000;
}

.testimonial-name {
  margin-bottom: 0;
  display: inline;
  color: #000 !important;
  font-weight: bold;
}

.testimonial-text {
  margin-top: 0.2em;
  position: relative;
  color: #000;
}

.testimonial-text p {
      margin-bottom: 0.2em;
}

.announcement {
  background: #fff;
  color: #000;
  padding: 1em;
  border-radius: 5px;
  font-size: 0.9em;
  text-align: center;
}

.arrow {
  text-align: right;
  display: none;
  font-size: 1.5em;
}

@media (min-width: 767px) {
  .fillwh {
    height: 100vh;
  }

  .arrow {
    display: block;
  }

  .announcement {
    padding: 1em;
  }
}

.evergreen-wl .grey-bg {
  padding-bottom: 0;
}

.evergreen-wl h3 {
  margin-bottom: 0;
  font-size: 3rem;
  color: black;
  font-weight: bold;
}

.evergreen-wl h4 {
  text-transform: uppercase;
  font-size: 1rem;
  color: black;
}

.scott-wl-img .scott-h {
  width: 200px;
}

.scott-wl-img .scott-b {
  width: 80px;
  margin: 0 auto;
  display: block;
}

.scott-wl-img p {
  margin-left: 1rem;
}

@media (max-width: 767px) {
  .scott-wl-img {
    flex-direction: column-reverse;
  }
  .scott-wl-img p {
    margin-left: 0;
  }
}