article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: 2 1C 2 1D 2 18 2 19;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body,
figure {
  margin: 0;
}
legend,
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
::-moz-selection {
  background: #ffe000; /* Safari */
}
::selection {
  background: #ffe000; /* Safari */
}
::-moz-selection {
  background: #ffe000; /* Firefox */
}
.login {
  position: absolute;
  top: 30px;
  right: 10px;
  background: rgba(255,255,255,0.23);
  padding: 0 5px;
  border-radius: 0px;
  color: #000;
}
a {
  color: #193549;
  text-decoration: none;
}
img {
  max-width: 100%;
}
body {
  font-family: Roboto;
}
.videoWrap {
  height: 500px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: Roboto;
}
h2.tagline {
  color: #fff;
  font-weight: normal;
  font-size: 45px;
  text-shadow: 2px 2px 0px rgba(0,0,0,0.3);
  padding-top: 20px;
  padding-right: 80px;
  margin-bottom: 0;
}
h2.tagline span {
  display: block;
  padding: 20px 0;
}
h2.tagline span:last-child:after {
  content: '|';
  color: #ffe000;
  -webkit-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  text-shadow: 0;
}
h3 {
  color: #fff;
}
header.top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.videoOverlay {
  z-index: 9;
  top: 0;
  background: url("/images/backdrop-poster.png") center;
  background-size: cover;
  overflow: hidden;
}
.videoOverlay video {
  position: fixed;
  top: -25%;
  right: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.videoOverlay img.cover {
  float: left;
  margin-top: -20px;
}
body.holla .videoOverlay video {
  top: auto;
  bottom: 0;
}
iframe.youtube-player {
  display: none;
  max-width: 100%;
}
.innerWrapper {
  max-width: 1080px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.content {
  font-family: 'Lora', serif;
  background: #fff;
}
.content p {
  line-height: 1.4;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #000;
  font-weight: 600;
}
hr {
  margin: 20px 0;
  border-color: #ffe000;
  background: transparent;
  border-style: solid;
}
.packages {
  background: #f7f7f7;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.21);
  margin-top: 25px;
  padding-top: 20px;
  clear: both;
}
.package {
  width: 50%;
  float: left;
  text-align: center;
  background: #f7f7f7;
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
}
.package.package1 {
  left: -3%;
}
.package.package2 {
  left: 3%;
}
.package img.ipad {
  width: 80%;
  margin-top: -37px;
}
.package.package3 {
  width: 100%;
  margin: 0;
}
.package ul {
  text-align: left;
  list-style: square;
  border-bottom: 1px solid #e0e0e0;
  list-style: none;
  padding: 0;
}
.package ul li {
  padding: 10px;
  border: 1px solid #e0e0e0;
  text-align: center;
  list-style: none;
  border-bottom: 0;
}
.package ul li[disabled] {
  color: #8e8e8e;
  text-decoration: line-through;
  cursor: not-allowed;
}
.package p.special,
.package .special-static {
  font-size: 12px;
  margin: 0;
  padding-top: 6px;
  color: #1d9d14;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.reviews {
  background: #f7f7f7 url("/images/bg1-blur.jpg") no-repeat;
  padding: 20px 0;
  margin: 20px 0;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.reviews h2 {
  color: #fff;
}
.review {
  width: 50%;
  float: left;
  background: #f7f7f7;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding-bottom: 10px;
}
.review:first-child {
  width: 65%;
  margin-right: 2%;
}
.review:last-child {
  width: 33%;
}
.review img.logo {
  width: 100px;
}
.review img.avatar {
  border-radius: 50%;
  width: 100px;
  box-shadow: 0 0 2px rgba(56,56,56,0.31);
  padding: 3px;
  background: #fff;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.review blockquote {
  font-size: 20px;
  margin: 0;
  margin-bottom: 10px;
  min-height: 85px;
  border-bottom: 1px solid rgba(25,53,73,0.18);
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.4;
  position: relative;
  padding: 20px;
  background: #fff;
  min-height: 155px;
}
.review span.whatchamacallit {
  display: block;
  width: 20px;
  height: 20px;
  background: #f00;
  position: absolute;
  bottom: -11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 100px;
  background: rgba(25,53,73,0.18);
}
.review span.whatchamacallit:before {
  background: #fff;
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  top: -1px;
  left: -1px;
}
.review cite {
  font-weight: 600;
  display: block;
  font-size: 22px;
  padding-top: 0px;
}
.review cite a {
  font-size: 12px;
  position: relative;
  top: -3px;
  margin-left: 10px;
}
.review cite a.darcy {
  display: block;
}
.review span.title {
  font-size: 12px;
  margin-right: 10px;
  padding-left: 120px;
  display: block;
}
blockquote:before {
  content: '“';
}
blockquote:after {
  content: '”';
}
blockquote:before,
blockquote:after {
  font-size: 20px;
  padding: 0 5px;
  font-family: sans-serif;
}
.buy,
a.sample {
  background: #ffe000;
  padding: 20px;
  display: inline-block;
  font-size: 20px;
  box-shadow: 3px 3px 0 #e6ca00;
  text-decoration: none;
  color: #000;
  transition: all 0.2s;
  position: relative;
}
.buy:hover,
a.sample:hover {
  background: #ffe31a;
}
.buy span.price,
a.sample span.price {
  border-left: 1px solid rgba(0,0,0,0.4);
  display: inline-block;
  height: 100%;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.sampleWrap {
  text-align: center;
  clear: both;
  position: relative;
  top: -4px;
}
a.sample {
  margin-top: 20px;
}
.desc {
  padding-top: 30px;
  text-align: center;
}
.desc p {
  font-size: 20px;
  margin: 45px 0;
}
.desc p:first-child {
  font-size: 30px;
}
h2.title {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 20px;
  font-family: 'Roboto', sans-serif;
  clear: both;
}
input.error {
  border: 1px solid #f00;
}
.grad-button,
.paymentOverlay.pay-with-stripe label[for="pay-with-stripe"],
.paymentOverlay.pay-with-paypal label[for="pay-with-paypal"] {
  background: linear-gradient(#45b1e8, #3097de);
  color: #fff;
  border-radius: 5px;
  text-shadow: 0 -1px 0 rgba(46,86,153,0.3);
  transition: box-shadow 0.15s linear;
}
.paymentOverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  z-index: 999;
  display: none;
  transition: all 0.3s;
  opacity: 0;
  height: 100%;
  overflow: scroll;
}
.paymentOverlay button[type="submit"] {
  border-color: #66f !important;
  font-size: 2rem !important;
  font-family: 'radinka', sans-serif;
  margin-top: 2rem;
}
.paymentOverlay span.payment-errors {
  display: block;
  text-align: center;
  color: #f00;
  font-size: 12px;
}
.paymentOverlay.opening {
  display: block;
  display: table;
  opacity: 0;
}
.paymentOverlay.opening .paymentInner {
  display: table-cell;
  margin: 0;
  height: 100%;
  vertical-align: middle;
  height: 100%;
  overflow: scroll;
}
.paymentOverlay.opening.open {
  opacity: 1;
}
.paymentOverlay.opening.open form {
  margin-top: 0;
  margin-bottom: 0;
}
.paymentOverlay .pay-with {
  padding: 15px 10px 25px 10px;
}
.paymentOverlay .pay-with label {
  font-size: 17px;
  width: 50%;
  padding: 5px 0;
  display: inline-block;
  float: left;
  text-align: center;
  color: #000;
  cursor: pointer;
}
.paymentOverlay .pay-with label i {
  margin-right: 10px;
}
.paymentOverlay form#payment-form,
.paymentOverlay form.pre-paypal {
  display: none;
}
.paymentOverlay.pay-with-stripe form#payment-form {
  display: block;
}
.paymentOverlay.pay-with-paypal form.pre-paypal {
  display: block;
}
.paymentOverlay .forms {
  max-width: 420px;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  background: #f5f5f7;
  border-radius: 5px;
  margin: 0 auto;
  transition: all 0.6s;
  position: relative;
}
.paymentOverlay .forms form {
  width: 100%;
}
.paymentOverlay .forms input,
.paymentOverlay .forms select {
  padding: 8px;
  border: 0;
  width: 100%;
  border-bottom: 0;
  position: relative;
}
.paymentOverlay .forms input:focus,
.paymentOverlay .forms select:focus {
  outline: 0;
  box-shadow: inset 0 0 2px #ff0;
  z-index: 2;
}
.paymentOverlay .forms .form-row {
  border-radius: 5px;
  overflow: hidden;
  background-clip: padding-box;
/* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
  margin-bottom: 10px;
  border-top: 1px solid #b5b5b6;
  border-left: 1px solid #b5b5b6;
  border-bottom: 1px solid #dededf;
  border-right: 1px solid #dededf;
  box-shadow: 1px 1px 0 #fff;
}
.paymentOverlay .forms .form-row select {
  width: 100%;
  height: 37px;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  padding-left: 40px;
  -webkit-appearance: none;
}
.paymentOverlay .forms .form-row label {
  position: relative;
  float: left;
  width: 100%;
}
.paymentOverlay .forms .form-row label i.fa {
  position: absolute;
  left: 11px;
  top: 11px;
  color: #00f;
  z-index: 3;
}
.paymentOverlay .forms .form-row label.cvc {
  width: 64%;
  float: left;
  border-bottom: 0;
}
.paymentOverlay .forms .form-row label.mm {
  width: 18%;
  border-left: 1px solid #e4e4e4;
  border-bottom: 0;
  float: left;
}
.paymentOverlay .forms .form-row label.mm input {
  text-align: center;
  padding-left: 8px;
}
.paymentOverlay .forms .form-row label.yy {
  width: 18%;
  border-bottom: 0;
  border-left: 1px solid #e4e4e4;
  float: left;
}
.paymentOverlay .forms .form-row label.yy input {
  text-align: center;
  padding-left: 8px;
}
.paymentOverlay .forms .form-row label input.coupon {
  border-bottom: 0;
  float: left;
}
.paymentOverlay .forms .form-row label.cvc input,
.paymentOverlay .forms .form-row label.mm input,
.paymentOverlay .forms .form-row label.yy input,
.paymentOverlay .forms .form-row label.email input,
.paymentOverlay .forms .form-row label.coupon input {
  border-bottom: 0;
}
.paymentOverlay .forms .form-row input,
.paymentOverlay .forms .form-row textarea {
  border-bottom: 1px solid #e4e4e4;
  padding-left: 40px;
}
.paymentOverlay .forms .form-row input.error,
.paymentOverlay .forms .form-row textarea.error {
  border-left: 1px solid #f00;
}
.paymentOverlay .forms .form-row textarea {
  width: 100%;
  padding-left: 10px;
  height: 35px;
  border: 0;
  transition: height 0.5s;
}
.paymentOverlay .forms .form-row textarea:focus {
  height: 70px;
}
.paymentOverlay .forms .form-row:last-of-type input {
  border-bottom: 0;
}
.paymentOverlay .forms button[type=submit] {
  text-transform: none;
  font-weight: 100;
  width: 100%;
  background: none;
  border: 0;
  background: #45b1e8;
  padding: 10px;
  background-image: linear-gradient(#45b1e8, #3097de);
  border-radius: 4px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: 0;
  font-size: 17px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(46,86,153,0.3);
  transition: box-shadow 0.15s linear;
}
.paymentOverlay .forms button[type=submit] i {
  display: none;
}
.paymentOverlay .forms button[type=submit] i.fa-paypal {
  display: inline-block;
  position: relative;
}
.paymentOverlay .forms button[type=submit].loading i {
  display: inline-block;
}
.paymentOverlay .forms button[type=submit] span.currency {
  font-size: 9px;
  position: relative;
  top: -1px;
  padding-left: 2px;
}
.paymentOverlay .forms img.cover {
  width: 100px;
  margin-top: -70px;
}
.paymentOverlay .forms h2 {
  margin: 0;
  font-size: 2rem;
  color: #000;
}
.paymentOverlay .forms h3 {
  margin: 0;
  font-size: 2rem;
}
.paymentOverlay .forms .top {
  width: 100%;
  clear: both;
  padding: 10px;
  text-align: center;
  background: #f1f1f3;
  border-bottom: 1px solid #ccc;
  border-radius: 5px 5px 0 0;
}
.paymentOverlay .forms .body {
  clear: both;
  padding: 15px 10px 25px 10px;
}
.coupon-message {
  padding: 3px;
  display: none;
  background: rgba(255,255,255,0.3);
}
p.deets {
  color: #2ab62a;
  text-align: center;
  font-size: 12px;
  margin-bottom: 0;
  text-align: center;
}
p.deets img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  float: left;
}
p.deets span,
p.deets i {
  position: relative;
  top: 7px;
}
p.deets i {
  margin-right: 4px;
}
a.close {
  color: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #cdcdcd;
  padding: 0;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  font-size: 18px;
  width: 18px;
  line-height: 18px;
  text-align: center;
  padding-bottom: 2px;
  cursor: pointer;
  color: #000;
}
span.applyCoupon {
  cursor: pointer;
}
span.applyCoupon i.fa {
  right: 12px;
  font-size: 11px;
  text-transform: uppercase;
  top: 13px !important;
  left: auto !important;
}
.paymentOverlay {
  background: rgba(25,53,73,0.9);
}
.viewAllToc {
  display: block;
  cursor: pointer;
  background: #f00;
  position: relative;
  text-align: center;
  font-size: 20px;
  padding: 150px 20px 70px 20px;
  margin-top: -200px; /* FF3.6+ */ /* Chrome,Safari4+ */ /* Chrome10+,Safari5.1+ */ /* Opera 11.10+ */ /* IE10+ */
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 54%, #fff 98%, #fff 100%); /* W3C */
}
.viewAllToc p {
  background: #ffe000;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
}
.viewAllToc p.viewLess {
  display: none;
}
a.breakdown {
  display: block;
  font-size: 11px;
  text-align: center;
  outline: 0;
}
a.breakdown span {
  background: #ffe000;
  padding: 2px 5px;
}
ol.videos {
  list-style: none;
  clear: both;
  margin: 0;
  padding: 0;
}
ol.videos li {
  display: inline-block;
  float: left;
  width: 12%;
  text-align: center;
  margin-left: 2.666666667%;
  margin-bottom: 20px;
}
ol.videos li:nth-child(7n+1) {
  clear: left;
  margin-left: 0;
}
ol.videos li p {
  margin: 0;
  font-size: 11px;
}
ol.videos li img {
  width: 100%;
}
ol.toc {
  clear: both;
  list-style-type: decimal;
  margin: 0;
  padding: 0;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */ /* Firefox */
  column-count: 3;
  list-style-position: inside;
  overflow: hidden;
  transition: all 0.5s;
  list-style-type: decimal-leading-zero;
  list-style-position: outside;
}
ol.toc.toc-open + .viewAllToc p {
  display: none;
}
ol.toc.toc-open + .viewAllToc p.viewLess {
  display: inline-block;
}
ol.toc.toc-open + .viewAllToc {
  padding-top: 20px;
  margin-top: 0;
}
ol.toc.full-toc > li > ul {
  display: initial;
}
ol.toc > li > ul {
  display: none;
}
ol.toc a {
  color: #000;
  cursor: text;
}
ol.toc > li {
  font-size: 20px;
  margin-left: 50px;
}
ol.toc > li li {
  font-weight: normal;
  font-size: 12px;
  padding: 3px 0;
}
ol.toc li {
  padding: 10px 0;
}
ol.toc ul {
  padding-left: 20px;
}
ol.toc ul ul ul {
  background: #f00;
  display: none;
}
p.copyright {
  text-align: center;
  font-size: 11px;
  padding: 20px;
}
.moneyBack {
  text-align: center;
  font-size: 16px;
  clear: both;
}
.moneyBack p {
  margin: 0;
  padding: 0;
  color: #008000;
}
.moneyBack p:first-child {
  font-size: 25px;
  font-style: italic;
}
.worthIt {
  background: url("/images/bg2-blur.jpg");
  background-size: cover;
  overflow: hidden;
}
.worthIt .left {
  width: 25%;
  float: left;
  text-align: center;
  border-right: 1px solid #000;
  padding: 0 20px;
}
.worthIt .left h3 {
  font-size: 30px;
  font-weight: 100;
}
.worthIt .right {
  width: 75%;
  float: left;
  font-size: 22px;
  padding: 0 80px;
}
.worthIt .right p {
  margin-top: 0;
}
.bookInfo {
  text-align: center;
}
.aboutTheAuthor {
  margin: 20px 0;
}
.aboutTheAuthor .innerWrapper {
  background: #f7f7f7;
  border: 1px solid #efefef;
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.aboutTheAuthor .innerWrapper img {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.aboutTheAuthor .innerWrapper p:last-child {
  margin-bottom: 0;
}
.aboutTheAuthor .innerWrapper h2.title {
  text-align: left;
  margin-bottom: 10px;
  clear: none;
}
.aboutTheAuthor .innerWrapper a {
  border-bottom: 1px solid #ffe000;
}
.worthCalculator {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  margin: 40px 0;
  padding: 20px;
  float: left;
  width: 100%;
  clear: both;
  position: relative;
  z-index: 2;
}
.worthCalculator input {
  width: 47px;
  text-align: center;
  border: 1px solid rgba(25,53,73,0.1);
  box-shadow: inset 0 0 4px rgba(0,0,0,0.11);
}
.worthCalculator input:focus {
  outline: 0;
}
.worthCalculator h3 {
  margin: 0;
}
strike {
  padding: 0 10px 0 0;
}
.social {
  text-align: center;
}
.social .fb-like {
  position: relative;
  top: -8px;
}
.end {
  text-align: center;
  color: #fff;
  padding: 200px 0;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 600;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.39);
}
form.add-customer {
  max-width: 500px;
  margin: 0 auto;
}
form.add-customer input,
form.add-customer label {
  display: block;
  width: 100%;
  padding: 10px;
}
form.add-customer input[hidden],
form.add-customer label[hidden] {
  display: none;
}
form.add-customer label {
  padding-left: 0;
}
form.add-customer input[type="submit"] {
  border: 0;
  margin-top: 20px;
}
p.status {
  text-align: center;
}
.success-message {
  text-align: center;
  padding: 10px;
}
.success-message .fb_iframe_widget {
  display: inline-block;
  margin-right: 10px;
  top: -3px;
  position: relative;
}
span.subtext {
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
@media all and (max-width: 1200px) {
  .innerWrapper {
    padding: 0 2%;
    overflow: hidden;
  }
  .package > img {
    width: 95%;
  }
}
@media all and (max-width: 1080px) {
  .innerWrapper {
    padding: 0 2%;
    overflow: hidden;
  }
  h2.tagline {
    padding: 0;
    font-size: 38px;
  }
  h2.tagline span {
    padding-top: 0;
  }
}
@media all and (max-width: 930px) {
  .review img.avatar {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media all and (max-width: 850px) {
  .reviews {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .review {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .review blockquote {
    min-height: 0;
  }
  .desc {
    padding-top: 0;
  }
  .videoOverlay {
    text-align: center;
  }
  .videoOverlay img.cover {
    max-width: 240px;
    display: block;
    margin: 0 auto;
    float: none;
    margin-top: -20px;
  }
  .videoOverlay h2.tagline {
    margin: 0;
    text-align: center;
  }
  .videoOverlay h3 {
    margin-bottom: 10px;
  }
  .videoOverlay a.buy {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 768px) {
  .worthCalculator .left,
  .worthCalculator .right {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    border: 0;
  }
  .worthCalculator .left br,
  .worthCalculator .right br {
    display: none;
  }
  .worthCalculator .left h3,
  .worthCalculator .right h3 {
    margin-bottom: 10px;
  }
  ol.toc {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */ /* Firefox */
    column-count: 2;
  }
  ol.toc.toc-open + .viewAllToc {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
  }
  ol.videos li:nth-child(1n) {
    width: 18%;
    margin-left: 2.5%;
    clear: none;
  }
  ol.videos li:nth-child(5n+1) {
    margin-left: 0;
    clear: left;
  }
}
@media all and (max-width: 600px) {
  .package {
    width: 100%;
  }
  .package img {
    max-width: 300px;
  }
  .package.package1,
  .package.package2 {
    left: 0;
    right: 0;
  }
}
@media all and (max-width: 470px) {
  ol.videos li:nth-child(1n) {
    text-align: left;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
  }
  ol.videos li:nth-child(1n) p {
    font-size: 15px;
  }
  ol.videos li:nth-child(1n) img {
    display: none;
  }
}
@media all and (max-width: 400px) {
  .videoOverlay img.cover {
    max-width: 150px;
    margin-top: 0;
  }
  .videoOverlay h2.tagline {
    font-size: 24px;
  }
  .videoOverlay a.buy {
    width: 100%;
    padding: 10px 0;
  }
  .aboutTheAuthor .innerWrapper img {
    width: 100%;
  }
  .aboutTheAuthor .innerWrapper h2 {
    margin: 10px 0;
    float: left;
    clear: both;
    width: 100%;
  }
  ol.toc {
    -webkit-column-count: 1;
    column-count: 1;
    margin-bottom: 20px;
  }
  ol.toc li {
    padding-bottom: 0;
    padding-top: 4px;
    font-size: 15px;
    margin-left: 32px;
  }
}
@media (max-height: 620px) {
  .paymentOverlay.opening.open form {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.live {
  margin: 20px 0;
  text-align: center;
}
.liveItems {
  margin-bottom: 50px;
}
.videoOverlay img.cyber {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  float: none;
}
header.center {
  text-align: center;
}
header.center h2.tagline {
  margin: 0;
  padding-right: 0;
}
header.center h2.tagline span {
  padding-bottom: 20px;
}
header.center h3 {
  margin: 0;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
}
.cyberPackages h3 {
  color: #000;
}
.cyberPackages .cyberBook {
  width: 25%;
  padding: 20px;
  float: left;
  text-align: center;
}
.cyberPackages .cyberBook a {
  border-bottom: 1px solid #ffe000;
}
.cyberPackages .cyberBook.joshBook img {
  padding: 20px;
}
.cyberPackages .cyberBook.vids img {
  margin-top: 50px;
  margin-bottom: 86px;
}
.cyberPackages a.buyNow {
  display: block;
  clear: both;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
strong.hl {
  background: #ffe000;
  padding-left: 5px;
  padding-right: 5px;
}
.aboutTheAuthor.half {
  width: 48%;
  float: left;
  margin: 20px 1%;
}
.footer {
  clear: both;
}
div.cyberBanner {
  position: fixed;
  text-align: center;
  background: #ffe000;
  z-index: 99;
  width: 100%;
  top: 0;
}
div.cyberBanner h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
div.cyberBanner a {
  padding: 20px;
  display: block;
}
div.cyberBanner + .top {
  margin-top: 68px;
}
.cyberContent p {
  margin: 9px 0px;
}
span.countdown {
  margin-left: 10px;
}
span.countdown span {
  background: #000;
  color: #fff;
  border-radius: 4px;
  padding: 2px 5px;
  margin-right: 2px;
  margin-left: 1px;
}
@media (max-width: 750px) {
  .cyberPackages .cyberBook {
    width: 48%;
  }
  .aboutTheAuthor.half {
    width: 100%;
  }
}
@-webkit-keyframes blink {
  0% {
    color: transparent;
  }
  50% {
    color: #ffe000;
  }
  100% {
    color: transparent;
  }
}
@keyframes blink {
  0% {
    color: transparent;
  }
  50% {
    color: #ffe000;
  }
  100% {
    color: transparent;
  }
}
