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;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'adam.cg_proregular';
  src: url("../../fonts/adam.cg_pro-webfont.eot");
  src: url("../../fonts/adam.cg_pro-webfont.eot?#iefix") format('embedded-opentype'), url("../../fonts/adam.cg_pro-webfont.woff2") format('woff2'), url("../../fonts/adam.cg_pro-webfont.woff") format('woff'), url("../../fonts/adam.cg_pro-webfont.ttf") format('truetype'), url("../../fonts/adam.cg_pro-webfont.svg#adam.cg_proregular") format('svg');
  font-weight: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
.pacing {
  font-family: 'adam.cg_proregular';
  font-weight: normal;
}
.content h2 {
  font-size: 3.5rem;
  margin: 0;
  background-image: -webkit-linear-gradient(224deg, #244852 0%, #77c8be 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #244852;
}
html {
  font-size: 10px;
  line-height: 1.6;
}
p,
li {
  font-size: 1.6rem;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h3,
.pacing {
  font-size: 3rem;
  color: #000;
}
.center {
  text-align: center;
}
.usd {
  font-size: 1.2rem;
}
h2 {
  margin: 0;
}
a {
  color: #ffc600;
}
.videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  width: 100%;
}
.video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  width: 100%;
  background: #fff;
  border-right: 1px solid #cbcbcb;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.video a.download-button {
  background: #fff;
  width: 100px;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
  text-align: center;
  min-width: 50px;
}
.video.completed .video-number {
  border-right: 4px solid #77c8be;
}
.video.completed a.video-link h2:before {
  content: '✓';
  color: #77c8be;
  padding: 0 5px;
}
.video header.module {
  background: #f1f1f1;
  background: #262626;
  width: 100%;
  font-size: 20px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.video .module-number {
  background: #f00;
  font-size: 12px;
  color: #fff;
  padding: 1px 3px;
  text-transform: uppercase;
  margin-right: 10px;
  margin-left: 10px;
}
.video:last-child a {
  border-bottom: 0;
}
.video p {
  margin: 0;
  clear: both;
  color: #262626;
  font-size: 15px;
}
.video span.video-number {
  font-size: 15px;
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  text-align: center;
  border-right: 4px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #7a7a7a;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video span.video-number .fa {
  color: #262626;
}
.video a {
  border-bottom: 1px solid #e7e7e7 !important;
  border-left: 1px solid #e7e7e7 !important;
  padding: 3px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  color: #262626;
}
.video a.download {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30px;
          flex: 0 1 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}
.video img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 80px;
  height: auto;
}
.video h2 {
  font-size: 17px;
  line-height: 1.6;
  margin-top: -2px;
  font-family: sans-serif;
  letter-spacing: 1px;
  margin: 0;
  background: none;
  color: none;
  -webkit-text-fill-color: inherit;
}
.video h2 .duration {
  font-size: 10px;
  background: #efefef;
  padding: 2px 5px;
  position: relative;
  top: -3px;
  margin-left: 5px;
  color: rgba(0,0,0,0.5);
  border-radius: 4px;
}
.video-details {
  background: #262626;
  color: #fff;
}
.video-details h2 {
  font-size: 22px;
}
.video-details p {
  font-size: 15px;
  margin-bottom: 0;
}
.player-buttons {
  overflow: hidden;
  background: #262626;
  border-bottom: 1px solid #ffc600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.player-buttons a {
  border-bottom: 0;
}
.player-button {
  background: #262626;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  border-bottom: 0 !important;
  color: #fff;
  display: inline-block;
  padding: 0.5rem 0;
  font-size: 15px;
  cursor: pointer;
  margin-left: 1rem;
  border-right: 1px solid rgba(255,255,255,0.2);
}
.course-details {
  background: rgba(0,0,0,0.05);
  overflow: hidden;
  padding: 2rem;
  margin-top: 2rem;
}
.course-details p {
  margin: 0;
  font-size: 1.2rem;
}
.innerWrapper {
  max-width: 1300px;
  margin: 0 auto;
}
.viewer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1900px;
  margin: 0 auto;
}
.viewer video {
  max-height: 75vh;
}
.viewer__selector {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video__player {
  -webkit-box-flex: 2;
      -ms-flex: 2 0 1000px;
          flex: 2 0 1000px;
}
.videos {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 500px;
          flex: 1 1 500px;
  min-width: 400px;
  overflow: scroll;
  border-left: 1px solid #cbcbcb;
}
a.video-link {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.video__nowplaying {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.video__nowplaying > * {
  padding: 10px;
}
.video__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-right: 1px solid rgba(0,0,0,0.3);
}
.video__journey {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 70px;
      flex-basis: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.video__description {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  padding: 10px;
}
.jumper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0,0,0,0.3);
}
.jumper__button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 10px;
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jumper__button--next {
  text-align: right;
  border-left: 1px solid rgba(0,0,0,0.3);
}
.jumper__desc {
  width: 100%;
  font-size: 12px !important;
}
.jumper__title {
  color: #fff;
}
.video__caption-description {
  padding: 5px;
  text-align: center;
}
@media (max-width: 1000px) {
  .video__player {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media (max-width: 500px) {
  .player-buttons {
    display: none;
  }
}
.faq {
  border-bottom: 1px solid #f2b306;
  max-width: 700px;
  margin: 0 auto;
}
.faq p {
  margin-top: 0;
}
.faq h3 {
  font-size: 2rem;
  margin-bottom: 0;
}
.faq a {
  border-bottom: 1px solid #ffc600;
}
div.coutdownBanner.black-friday {
  padding: 30px;
  margin-top: 0;
  position: relative;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.05);
  -webkit-transform: none;
          transform: none;
  background-image: linear-gradient(160deg, #3023ae 0%, #c86dd7 100%);
  border-bottom: 10px solid rgba(0,0,0,0.03);
  text-align: left;
  z-index: 69;
}
div.coutdownBanner.black-friday.rerecord {
  background-image: url("https://res.cloudinary.com/wesbos/image/fetch/q_auto,f_auto/https://courses.wesbos.com/images/borealis.jpg");
  background-position: bottom -20px center;
  border-bottom: 10px solid rgba(0,0,0,0.1);
}
div.coutdownBanner.black-friday.rerecord .bf-inner {
  background: rgba(0,0,0,0.169);
  padding: 20px;
}
div.coutdownBanner.black-friday h1,
div.coutdownBanner.black-friday p,
div.coutdownBanner.black-friday span {
  margin: 0;
  -webkit-transform: none;
          transform: none;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 40px;
  color: #fff;
}
@media all and (max-width: 1200px) {
  div.coutdownBanner.black-friday h1,
  div.coutdownBanner.black-friday p,
  div.coutdownBanner.black-friday span {
    font-size: 25px;
  }
}
@media all and (max-width: 650px) {
  div.coutdownBanner.black-friday h1,
  div.coutdownBanner.black-friday p,
  div.coutdownBanner.black-friday span {
    font-size: 20px;
  }
}
div.coutdownBanner.black-friday h1.well-actually,
div.coutdownBanner.black-friday p.well-actually,
div.coutdownBanner.black-friday span.well-actually {
  font-size: 12px;
}
div.coutdownBanner.black-friday p {
  padding-left: 0;
  padding-bottom: 7px;
  padding-right: 0;
}
div.coutdownBanner.black-friday .rerecord-sub {
  font-size: 15px;
}
div.coutdownBanner.black-friday .yellow {
  color: #ffc600;
  font-size: 20px;
}
div.coutdownBanner.black-friday .bf-countdown-clock .time-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.coutdownBanner.black-friday .bf-countdown-clock .time-left > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
div.coutdownBanner.black-friday .bf-countdown-clock p span {
  background: none;
  padding: 2px;
  -webkit-font-feature-settings: "tnum";
          font-feature-settings: "tnum";
  font-variant-numeric: tabular-nums;
}
div.coutdownBanner.black-friday .bf-countdown-clock .time-unit {
  font-size: 9px;
  font-weight: 500;
}
div.coutdownBanner.black-friday a {
  display: inline;
  padding: 0;
  color: #fff;
  border-bottom: 1px solid #ffc600;
}
div.coutdownBanner.black-friday + header {
  margin-top: 0;
}
div.coutdownBanner.black-friday span {
  text-shadow: none;
}
div.coutdownBanner.black-friday small {
  color: #fff;
  font-style: italic;
  font-size: 15px;
}
div.coutdownBanner.black-friday strike {
  color: #fff;
  font-weight: 100;
}
div.coutdownBanner.black-friday strong.black-friday-price {
  color: #ffc600;
}
div.coutdownBanner.black-friday .also-on-sale {
  margin: 0;
}
div.coutdownBanner.black-friday .also-on-sale a {
  padding: 0;
  color: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ffc600;
  display: inline-block;
  margin-top: 20pxg;
}
.bf-details {
  padding: 0 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media all and (max-width: 650px) {
  .bf-details {
    padding: 0;
    margin-bottom: 10px;
  }
}
.bf-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media all and (max-width: 650px) {
  .bf-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.bf-countdown-clock {
  border-left: 2px solid rgba(0,0,0,0.1);
  padding-left: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (max-width: 650px) {
  .bf-countdown-clock {
    padding-left: 0;
    border-left: 0;
    padding-top: 10px;
    border-top: 2px solid rgba(0,0,0,0.1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.bf-laptop {
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media all and (max-width: 1200px) {
  .bf-laptop {
    width: 200px;
  }
}
@media all and (max-width: 850px) {
  .bf-laptop {
    display: none;
  }
}
.bf-laptop img {
  width: 100%;
}
.country-bar-wrap {
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 10px 0 rgba(0,0,0,0.1);
  background: url("/images/topographic-pattern.png");
  background-size: 150px;
  position: relative;
  z-index: 2;
}
.country-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.country-bar--left {
  margin-right: 30px;
}
.country-bar img {
  max-width: 100px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
@media (max-width: 500px) {
  .country-bar img {
    width: 75px;
  }
}
.country-bar p {
  margin: 0 0 3px 0;
  font-size: 13px;
}
.country-bar h4 {
  font-size: 20px;
  margin: 0;
}
.country-discount {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.country-discount .flag {
  width: 30px;
  margin-right: 10px;
}
.country-discount .flag img {
  width: 100%;
}
.country-discount p {
  margin: 0;
  text-align: left;
  font-size: 11px;
}
.coutdownBanner[style="display:none;"] + .country-bar-wrap {
  margin-top: 0;
}
a {
  color: #193549;
  text-decoration: none;
}
img {
  max-width: 100%;
}
.videoWrap {
  height: 500px;
  overflow: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.pacing {
  font-weight: normal;
}
.login {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(255,255,255,0.1);
  padding: 0 5px;
  border-radius: 0px;
  color: #fff;
}
h2.tagline {
  border: 5px solid #fff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 50px;
  text-shadow: 3px 3px 0px rgba(0,0,0,0.1);
  padding: 20px;
  box-shadow: 0 0 0px 7px rgba(0,0,0,0.05), inset 0 0 0px 7px rgba(0,0,0,0.05);
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}
h2.tagline img {
  width: 100px;
}
h2.tagline span {
  display: block;
}
h2.tagline span:nth-of-type(2) {
  font-size: 25px;
}
h2.tagline span.rerecorded {
  position: absolute;
  font-size: 15px;
  box-shadow: 2px 2px 0 rgba(0,0,0,0.1);
  padding: 3px;
  background: #f00;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-20%) rotate(-20deg);
          transform: translateX(-20%) rotate(-20deg);
}
header.top {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 50px 0 10rem 0;
  color: #fff;
}
header.top h3 {
  color: #fff;
}
header.top:before {
  background: #3b5f6b url("https://res.cloudinary.com/wesbos/image/fetch/q_auto,f_auto/https://courses.wesbos.com/images/borealis.jpg") bottom center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: '';
  display: block;
}
header.top p {
  max-width: 600px;
  font-size: 1.7rem;
  margin: 0 auto 2rem auto;
  tex-shadow: 2px 2px 0 rgba(0,0,0,0.2);
}
header.top h3 {
  font-size: 2.5rem;
  margin-bottom: 0;
}
.hl {
  color: #f2b306;
}
body.holla .videoOverlay video {
  top: auto;
  bottom: 0;
}
iframe.youtube-player {
  display: none;
  max-width: 100%;
}
.innerWrapper {
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.desc .half {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.desc .half:first-child {
  padding-right: 2rem;
}
.screenshot {
  position: relative;
  margin-right: 3rem;
  margin-top: -8rem;
  border-radius: 2px;
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
  width: 100%;
}
.what-who {
  margin: 2rem 0;
  background: url("/images/whooooooooosh.jpg") center;
  background-size: cover;
  padding: 5rem 2rem;
}
.what-who .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.what-who .box {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 48%;
          flex: 1 1 48%;
  max-width: 48%;
  background: #fff;
  padding: 1rem;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.what-who .box hr {
  -ms-flex-preferred-size: 104%;
      flex-basis: 104%;
  width: 104%;
}
.what-who .box > * {
  width: 100%;
}
.what-who .box h2 {
  text-align: center;
}
.what-who .box footer {
  padding-top: 1rem;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.what-who .box footer:before {
  margin-bottom: 1rem;
  content: '';
  display: block;
  height: 1px;
  width: 104%;
  -ms-flex-preferred-size: calc(100% + 2rem) !important;
      flex-basis: calc(100% + 2rem) !important;
  position: relative;
  left: -1rem;
  background: linear-gradient(224deg, #f2b306 0%, #77c8be 100%);
}
.what-who .box footer p {
  font-size: 1.4rem;
}
.ralph {
  float: left;
  width: 90px;
  margin-right: 1rem;
}
.content {
  background: #fff;
}
.content a {
  border-bottom: 1px solid #f2b306;
}
hr {
  width: 104%;
  width: calc(100% + 2rem);
  position: relative;
  left: -1rem;
  border-color: #f2b306;
  background: linear-gradient(224deg, #f2b306 0%, #77c8be 100%);
  border: 0;
  height: 1px;
}
.packages {
  background: #f7f7f7;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.21);
  margin-top: 25px;
  padding-top: 20px;
  clear: both;
}
.packages-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.package {
  width: 49%;
  float: left;
  text-align: center;
  background: #fff;
  position: relative;
  margin-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
}
.package > * {
  width: 100%;
}
.package.package1 {
  margin-right: 1%;
}
.package.package2 {
  margin-left: 1%;
}
.package.package3 {
  width: 100%;
  margin: 2rem 0;
  padding: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.package.package3 > * {
  width: 100%;
  margin: 0;
  text-align: left;
}
.package .team-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.package .team-buttons .buy {
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 10px;
}
.package h3 {
  margin: 2rem 0;
  font-size: 4rem;
  padding-right: 3rem;
}
.package ul {
  text-align: left;
  list-style: square;
  list-style: none;
  padding: 0;
}
.package ul li {
  padding: 5px 10px;
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
  list-style: none;
}
.package ul li[disabled] {
  color: #8e8e8e;
  text-decoration: line-through;
  cursor: not-allowed;
}
.package p.special,
.package p.special-static {
  font-size: 15px;
  margin: 0;
  padding-top: 6px;
  color: #1d9d14;
  text-transform: uppercase;
}
.reviews {
  background: #f7f7f7 url("/images/bg1-blur.jpg") no-repeat;
  padding: 2rem;
  margin: 2rem 0 3rem 0;
  background-size: cover;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.reviews h2 {
  color: #fff;
}
.reviews .innerWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.review {
  width: 49%;
  background: #f7f7f7;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  padding-bottom: 10px;
}
.review p {
  font-size: 1.6rem;
  margin-top: 0;
}
.review.wes {
  width: 100%;
  padding: 2rem;
}
.review.wes h2 {
  color: #262626;
  font-size: 3rem;
  line-height: 1;
  margin-bottom: 1rem;
  -webkit-background-clip: none;
  -webkit-text-fill-color: #262626;
}
.review.heather {
  width: 58%;
}
.review.peter {
  width: 40%;
}
.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: 1rem;
  margin-left: 20px;
}
.review blockquote {
  font-size: 16px;
  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 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: 15px;
  padding: 0 5px;
}
.buy,
.button,
button,
a.sample {
  box-shadow: 0 0 1px 3px rgba(0,0,0,0.1), inset 0 0 1px 3px rgba(0,0,0,0.1);
  border: 3px solid #fff;
  text-transform: uppercase;
  padding: 20px;
  display: inline-block;
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  transition: all 0.2s;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
  font-family: 'adam.cg_proregular';
}
.buy:hover,
.button:hover,
button:hover,
a.sample:hover {
  box-shadow: 0 0 1px 5px rgba(0,0,0,0.1), inset 0 0 1px 5px rgba(0,0,0,0.1);
}
.buy span.price,
.button span.price,
button span.price,
a.sample span.price {
  border-left: 1px solid rgba(0,0,0,0.4);
  display: inline-block;
  position: relative;
  padding-left: 15px;
  margin-left: 15px;
}
.buy.dark,
.button.dark,
button.dark,
a.sample.dark,
form.faq input[type="submit"] {
  box-shadow: none;
  background: #f1dd40;
  background-size: cover;
  margin-top: 3rem;
  font-size: 2rem;
  font-weight: 500;
  border-radius: 3px;
  color: #262626;
  background: linear-gradient(344deg, #e0bf20 0%, #f1dd40 100%);
  border: 1px solid #d6b61e;
  text-shadow: 2px 2px 0 rgba(255,255,255,0.2);
}
.sampleWrap {
  text-align: center;
  clear: both;
  position: relative;
  top: -4px;
}
a.sample {
  margin-top: 5px;
  border-color: #262626;
  color: #262626;
  box-shadow: none;
  padding: 10px 100px 10px 100px;
}
.desc {
  padding-top: 1.5rem;
  text-align: center;
}
.desc p {
  margin-top: 0;
  padding-right: 1rem;
}
ul {
  margin: 0;
  list-style-type: none;
  font-size: 1.5rem;
  padding: 0;
}
ul li {
  line-height: 3rem;
}
ul li:before {
  content: '■';
  margin-right: 0.5rem;
  color: #f2b306;
}
h2.title {
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  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(25,53,73,0.9);
  z-index: 999;
  display: none;
  transition: all 0.3s;
  opacity: 0;
  height: 100%;
  overflow: scroll;
}
.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: #262626;
  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: 375px;
  box-shadow: 0 0 3px rgba(0,0,0,0.4);
  background: #f5f5f7;
  border-radius: 5px;
  margin: 100px 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 #f2b306;
  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: #193549;
  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;
  color: #262626;
  color: #193549;
}
.paymentOverlay .forms h3 {
  margin: 0;
  color: #193549;
  font-size: 15px;
}
.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;
}
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;
  left: 10px;
  background: #cdcdcd;
  padding: 0 4px;
  border-radius: 50%;
  box-shadow: 0 0 1px rgba(0,0,0,0.3);
  font-size: 11px;
  cursor: pointer;
}
span.applyCoupon {
  cursor: pointer;
}
span.applyCoupon i.fa {
  right: 12px;
  font-size: 11px;
  text-transform: uppercase;
  top: 13px !important;
  left: auto !important;
}
.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 filter progidDXImageTransform.Microsoft.gradient(startColorstr='#00ffffff',
.viewAllToc endColorstr='#ffffff',
.viewAllToc GradientType=0 ),
.viewAllToc p {
  background: #f2b306;
  padding: 10px 20px;
  margin: 0;
  display: inline-block;
}
.viewAllToc filter progidDXImageTransform.Microsoft.gradient(startColorstr='#00ffffff'.viewLess,
.viewAllToc endColorstr='#ffffff'.viewLess,
.viewAllToc GradientType=0 ).viewLess,
.viewAllToc p.viewLess {
  display: none;
}
a.breakdown {
  display: block;
  font-size: 11px;
  text-align: center;
  outline: 0;
}
a.breakdown span {
  background: #f2b306;
  padding: 2px 5px;
}
ol.video-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
ol.video-list li {
  list-style: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 15%;
          flex: 1 1 15%;
  max-width: 15%;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
ol.video-list li.video18 ~ li span.num {
  color: #ffd700;
  position: absolute;
  top: 0;
}
ol.video-list li h4 {
  margin: 0;
  text-align: left;
  font-size: 1.2rem;
}
ol.video-list li span.duration,
ol.video-list li span.num {
  position: absolute;
  top: 3px;
  right: 0;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 12px;
  padding: 0px 5px;
}
ol.video-list li span.num {
  left: 0;
  right: auto;
}
ol.video-list li:nth-child(7n+1) {
  clear: left;
  margin-left: 0;
}
ol.video-list li p {
  margin: 0;
  font-size: 11px;
}
ol.video-list li img {
  width: 100%;
  box-shadow: 0 0 4px rgba(0,0,0,0.39);
  border: 2px solid #fff;
}
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: #262626;
  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: #77c8be;
}
.moneyBack pfirst-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 #262626;
  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: 2rem 0;
}
.aboutTheAuthor img {
  width: 200px;
  float: left;
  margin-right: 20px;
}
.aboutTheAuthor h2.title {
  text-align: left;
  clear: none;
}
.aboutTheAuthor a {
  border-bottom: 1px solid #f2b306;
}
footer.money-back p {
  text-align: center;
  font-size: 2rem !important;
  margin: 0;
  font-family: 'adam.cg_proregular';
  font-weight: 100;
}
.logos {
  text-align: center;
}
.logos img {
  margin: 2rem;
  width: 75px;
}
.slack {
  position: relative;
  top: 6px;
  margin-right: 4px;
}
.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 inputfocus {
  outline: 0;
}
.worthCalculator h3 {
  margin: 0;
}
strike {
  padding: 0 10px 0 0;
}
.social {
  text-align: center;
  padding: 2rem;
}
.social .fb-like {
  position: relative;
  top: -8px;
  margin-left: 1rem;
}
.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;
}
.pacing {
  text-align: center;
  color: #fff;
  max-width: 1000px;
  margin: 4rem auto 0 auto;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  line-height: 1.4;
}
.live {
  margin: 20px 0;
  text-align: center;
}
.liveItems {
  margin-bottom: 50px;
}
.cyberPackages h3 {
  color: #262626;
}
.cyberPackages .cyberBook {
  width: 25%;
  padding: 20px;
  float: left;
  text-align: center;
}
.cyberPackages .cyberBook a {
  border-bottom: 1px solid #f2b306;
}
.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: 710px;
  margin: 0 auto;
}
strong.hl {
  background: #f2b306;
  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: #f2b306;
  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: #262626;
  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%;
  }
}
.thats-all-folks {
  background: url("/images/whooooooooosh.jpg") center;
  background-size: cover;
  overflow: hidden;
  text-align: center;
}
.thats-all-folks .cta {
  text-align: center;
  margin: 4rem;
  clear: both;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  display: inline-block;
  border-radius: 5px;
}
.thats-all-folks .cta h2 {
  font-size: 3rem;
  padding: 2rem 50px;
}
.thats-all-folks .cta a {
  border: 0;
}
.tweet-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tweet-reviews > * {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin: 1%;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
form.faq input[type="submit"] {
  margin-top: 0;
}
.updated-info {
  margin-bottom: 50px;
}
.updated-info p {
  text-shadow: 2px 2px 0 rgba(0,0,0,0.2);
  margin: 0;
  max-width: 800px;
}
.coutdownBanner {
  position: relative;
  text-align: center;
  width: 100%;
  box-shadow: 0 2px 0 rgba(38,38,38,0.2);
  z-index: 99;
  top: 0;
  background: #2f2f2f;
  border-bottom: 1px solid #ffa500;
  background-size: cover;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.25s;
}
.coutdownBanner + header.top {
  margin-top: -40px;
}
.coutdownBanner + header.top .login {
  top: 50px;
}
.coutdownBanner.on {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.coutdownBanner p {
  margin: 0;
  color: #fff;
  padding: 0.5rem;
  font-family: 'adam.cg_proregular';
}
.coutdownBanner p span {
  padding: 0 4px;
  background: #fff;
  color: #262626;
  border-radius: 1px;
  font-family: monospace;
  margin: 0 4px;
}
.coutdownBanner h2 {
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.coutdownBanner a {
  padding: 20px;
  display: block;
}
small {
  font-size: 11px;
}
@media all and (max-width: 1320px) {
  .innerWrapper {
    padding: 0 2%;
  }
}
@media all and (max-width: 1200px) {
  .package > img {
    width: 95%;
  }
  .screenshot-wrap {
    max-width: 45%;
  }
  .screenshot {
    width: 100%;
    margin-top: 0;
  }
  .content h2 {
    font-size: 2rem;
  }
  .innerWrapper > hr {
    width: 100%;
    left: 0;
  }
}
@media all and (max-width: 1000px) {
  ol.video-list li {
    max-width: 18%;
    -ms-flex-preferred-size: 18%;
        flex-basis: 18%;
  }
}
@media all and (max-width: 875px) {
  .desc {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .desc .half {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding: 0 0 0 0 !important;
  }
  .desc .half h2 {
    text-align: center;
  }
  .desc .half.screenshot-wrap {
    text-align: center;
  }
  .desc .screenshot {
    max-width: 80%;
    margin: -8rem auto 0 auto;
    display: inline-block;
  }
  .reviews {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  .review {
    text-align: center;
  }
  .review span.whatchamacallit {
    left: 50%;
    margin-left: -10px;
  }
  .review span.title {
    display: block;
    width: 100%;
    padding: 3px;
  }
  .review img.avatar {
    float: none;
    margin: 5px;
  }
  .review cite {
    text-align: center;
  }
  .review blockquote {
    font-size: 1.4rem;
    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;
  }
  .videoOverlay .half {
    max-width: 100%;
  }
  .packages-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .package {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .package.package3 {
    display: block;
  }
  .package.package3 h3 {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 768px) {
  .faq {
    padding: 1rem;
  }
  .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: 650px) {
  p.pacing {
    margin: 0;
    font-size: 1.5rem;
  }
  .what-who {
    background-size: cover;
    padding-bottom: 1rem;
  }
  .what-who .innerWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .what-who .box {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: none;
    margin-bottom: 2rem;
  }
  .reviews .innerWrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reviews .review {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 2rem;
    background: #fff;
    padding: 0;
  }
  .reviews .review h2 {
    text-align: center;
  }
  .reviews .review.wes {
    padding: 2rem;
    margin: 0 0 2rem 0;
  }
  .reviews .review.wes p {
    text-align: left;
  }
  .reviews .review.wes img.wesAvatar {
    width: 100px;
    margin-right: 1rem;
  }
  .reviews .review img.avatar {
    float: left;
    width: 50px;
  }
  .reviews .review cite {
    text-align: left;
    border-top: 1px solid rgba(25,53,73,0.18);
  }
  .reviews .review span.title {
    text-align: left;
  }
  .reviews .review blockquote {
    margin: 0;
    border: 0;
  }
  .reviews .review blockquote span {
    display: none;
  }
}
@media all and (max-width: 600px) {
  ol.video-list li {
    max-width: 23%;
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
  .package {
    width: 100%;
  }
}
@media all and (max-width: 500px) {
  ol.video-list {
    margin-left: 3rem;
  }
  ol.video-list li {
    list-style: decimal;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 0 2px 0;
    text-align: left;
  }
  ol.video-list li h4 {
    display: inline;
  }
  ol.video-list li span.num {
    display: none;
  }
  ol.video-list li span.duration {
    position: relative;
    top: 0;
    margin-left: 3px;
    background: #f2b306;
  }
  ol.video-list li img {
    display: none;
  }
}
@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;
  }
  header.top h3 {
    font-size: 2rem;
  }
}
@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 .forms {
    height: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
