.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);
}

img {
  vertical-align: middle;
}

.underline {
  text-decoration: underline;
}

body {
  background-color: #fff;
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  margin: 0;
}

.report-thanks {
  background: yellow;
}

.report-thanks p {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 900px;
  padding: 10px;
  text-align: center;
}

.report-thanks p:first-child {
  padding-bottom: 0;
}

.arrows {
  text-align: center;
  font-size: 30px;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-20px);
  }

  60% {
    transform: translateY(-15px);
  }
}

section.product {
  background-image: url(/assets/images/leadership-book-background-red.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  position: relative;
  text-align: center;
}

section.product .best-seller {
  color: #fff;
  font-family: "Open Sans condensed", sans-serif;
  font-weight: bold;
  font-size: 28px;
  margin: 0 0 20px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

section.product .in-stock {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: normal;
  margin: 10px auto 0;
  max-width: 1000px;
  text-align: center;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

section.product .book {
  max-width: 600px;
  width: 100%;
}

.content {
  margin: 0 auto;
  max-width: 800px;
  padding: 10px;
}

.video {
  max-width: 800px;
  margin: 0 auto;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

h1 {
  font-family: "Open Sans condensed", sans-serif;
  line-height: 1.1em;
  text-align: center;
  font-size: 42px;
  margin: 5px 0 6px;
}

h1 span {
  display: block;
  font-size: 24px;
  line-height: 1.4em;
  background: #001c4b;
  color: #fff;
  margin-bottom: 6px;
}

.subheadline {
  font-size: 22px;
  line-height: 1.2;
  margin: 0 0 30px 0;
  text-align: center;
}

h2 {
  font-family: "Open Sans condensed", sans-serif;
  line-height: 1.1em;
  text-align: center;
  font-size: 36px;
  margin: 20px 0 6px;
}

h3 {
  color: #333;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 24px;
  line-height: 1.1;
  margin: 20px 0;
  text-align: center;
}

.product-shot {
  display: block;
  margin: 0 auto;
  max-width: 534px;
  width: 100%;
}

.buy-options {
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 20px 0;
  padding: 10px;
  text-align: center;
}

.buy-options h3 {
  background: #ec1b25;
  background: radial-gradient(circle, #ec1b25 49%, #ffffff 100%);
  color: #FAF8F3;
  margin: 30px 0 0;
  padding: 6px;
}

.buy-options h3:first-of-type {
  margin-top: 0;
}

.buy-options img {
  height: auto;
  display: block;
  margin: 20px auto;
  width: 100%;
}

.buy-options img.option-1 {
  max-width: 90%;
}

.buy-options p {
  margin-top: 10px;
}

.buy-options .price {
  background: #EB1B25;
  border: 2px dotted #fff;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  padding: 12px;
}

.choose {
  font-size: 30px;
  font-family: "open sans condensed";
  line-height: 1.1;
  margin: 0;
  text-transform: capitalize;
  text-align: center;
}

.full-width-header {
  background-image: url(/assets/images/leadership-book-background-red.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px;
  text-align: center;
}

.full-width-header h2 {
  color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.white-title {
  color: #FAF8F3;
  margin-top: -8px;
  margin-bottom: 15px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

h2.white-title {
  font-size: 30px;
}

.amazon {
  margin: 3px;
}

.bonuses h3 {
  box-shadow: 4px 4px 10px #999;
  font-size: 24px;
  line-height: 1.4em;
  background: #EB1B25;
  border: 2px dashed #fff;
  color: #fff;
  margin-bottom: 6px;
  padding: 10px;
  text-shadow: 0px 0px 5px #105079;
}

.bonuses h3 .fas,
.bonuses h3 .far,
.bonuses h3 .fal,
.bonuses h3 .fab {
  color: #ffda22;
}

.bonuses img {
  height: auto;
  display: block;
  margin: 20px auto;
  width: 100%;
}

.bonuses img.option-1 {
  max-width: 330px;
}

.testimonials {
  text-align: center;
}

.testimonials 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;
}

.buy-button {
  text-align: center;
}

.buy-button a {
  width: 100%;
  background: #fad70d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fad70d), color-stop(100%, #fda700));
  background: -webkit-linear-gradient(top, #fad70d 0%, #fda700 100%);
  background: -moz-linear-gradient(top, #fad70d 0%, #fda700 100%);
  background: -ms-linear-gradient(top, #fad70d 0%, #fda700 100%);
  background: -o-linear-gradient(top, #fad70d 0%, #fda700 100%);
  background: linear-gradient(to bottom, #fad70d 0%, #fda700 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#fad70d, endColorstr=#fda700, GradientType=0);
  box-shadow: 0px 1px 1px 0px rgb(0 0 0 / 50%), inset 0px 0px 0px 1px rgb(253 167 0 / 50%);
  border: 1px solid #fda700;
  border-radius: 6px;
  box-sizing: border-box;
  color: #FFF;
  display: inline-block;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  padding: 20px;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
  text-transform: uppercase;
}

.buy-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;
}

.buy-button a:hover {
  opacity: 0.9;
}

.buy-button p {
  margin: 0;
  padding: 10px;
}

.buy-button p span {
  text-decoration: underline;
}

hr {
  border: none;
  border-top: 1px solid #ccc;
  height: 0;
  margin: 30px 0;
}

.img-responsive {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  width: auto;
  height: auto;
}

ol.blue-circle-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-left: 45px;
  padding-right: 0;
}

ol.blue-circle-numbers li {
  counter-increment: step-counter;
  list-style-image: none;
  margin-bottom: 10px;
}

ol.blue-circle-numbers li:before {
  background: #28689f;
  border-radius: 100%;
  color: #fff;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
  margin: 0px 0 0 -45px;
  text-align: center;
  width: 34px;
  height: 34px;
}

ol.blue-circle-numbers li p {
  color: #5a5a5a;
}

ul.red-ticks {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}

ul.red-ticks li {
  background: url(/assets/images/red-tick.png) no-repeat 0 -3px;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}

ul.red-ticks li p {
  color: #5a5a5a;
}

ul.green-circle-ticks {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}

ul.green-circle-ticks li {
  background: url(/assets/images/green-circle-tick.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}

ul.green-circle-ticks li p {
  color: #5a5a5a;
}

ul.gold-stars {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}

ul.gold-stars li {
  background: url(/assets/images/op-gold-star.png) no-repeat 0 0;
  min-height: 32px;
  padding: 0 0 0 44px;
}

ul.gold-stars li p {
  color: #5a5a5a;
}

ul.targets {
  list-style: none;
  margin: 30px 20px;
  max-width: 840px;
  padding: 0;
}

ul.targets li {
  background: url(/assets/images/op-target.png) no-repeat 0 0;
  min-height: 32px;
  margin-bottom: 16px;
  padding: 0 0 0 44px;
}

ul.targets li p {
  color: #5a5a5a;
}

.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%;
}

.about-paul {
  background: #454545;
  margin: 30px 0 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: 40px;
  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;
  border-radius: 100%;
  display: block;
  margin: 10px auto 10px;
}

.footer-legals {
  background: #f8f8f8;
  border-top: none !important;
  margin-top: 0 !important;
}

.footer-legals .footer-inner {
  margin: 0 auto;
  max-width: 960px;
  overflow: auto;
  padding: 0 10px 5px;
}

.footer-legals p {
  color: #444;
  font-size: 14px;
}

.footer-legals .links {
  font-size: 14px;
  margin: 20px 0;
  padding: 0;
}

.footer-legals .links li {
  margin-bottom: 10px;
}

.footer-legals .links a {
  color: #444 !important;
}

.hide-mobile {
  display: none;
}

.center {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section.product .best-seller {
    font-size: 48px;
  }

  section.product .book {
    width: 90%;
  }

  section.product .in-stock {
    font-size: 36px;
  }

  h1 {
    font-size: 84px;
  }

  .content {
    padding: 10px 20px;
  }

  .subheadline {
    font-size: 32px;
  }

  h2 {
    font-size: 48px;
  }

  h3 {
    font-size: 38px;
  }

  .buy-button a {
    font-size: 27px;
    padding: 20px;
  }

  .bonuses h3 {
    font-size: 32px;
  }

  .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 {
    float: left;
  }

  .footer-legals .links {
    float: right;
    margin: 14px 0;
  }

  .footer-legals .links li {
    display: inline;
    margin-bottom: 0;
    margin-left: 20px;
  }

  .hide-mobile {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 90px;
  }

  h1.thanks {
    font-size: 72px;
    max-width: 650px;
  }

  .buy-button a {
    font-size: 28px;
  }

  .buy-button.large a {
    font-size: 30px;
  }

  .report-thanks p {
    font-size: 30px;
  }
}

@keyframes sheen {
  0% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(100%);
  }
}

@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;
}