@import "bootstrap.css";
.ease {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.underline {
  text-decoration: underline;
}
.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;
  }
}
.container-fluid .row div {
  box-sizing: border-box;
}
html,
button,
input,
select,
textarea {
  color: #000;
  -webkit-text-size-adjust: none;
}
html {
  font-size: 62.5%;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  vertical-align: middle;
}
body {
  background-color: #fff;
  box-sizing: border-box;
  font-family: "open sans", Sans-Serif;
  font-size: 18px;
  margin: 0;
}
.book-message {
  background: yellow;
  padding: 5px;
  text-align: center;
}
.book-message p {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
.main-header {
  background: url(../images/accelerator-header-bg-2021.jpg);
}
.main-header .announcing {
  margin: 0;
  padding: 16px 10px 6px;
  text-align: center;
}
.main-header .announcing span {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: "open sans condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  padding: 4px 16px;
  text-align: center;
}
.main-header h1 {
  color: #ffcf40;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7), -1px -1px 2px rgba(255, 255, 255, 0.9);
  font-family: 'ITC Franklin Gothic LT W01 Hv';
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px 0;
  text-transform: uppercase;
}
.main-header h1 span {
  display: none;
}
.main-header h1 img {
  box-sizing: border-box;
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
  width: 100%;
}
.main-header .subheadline {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 860px;
  padding: 0 20px 0 10px;
  text-align: center;
  font-weight: 700;
}
.content {
  margin: 0 auto;
  max-width: 800px;
  padding: 20px 10px;
}
.content .heading {
  font-family: "open sans condensed", Sans-Serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 3.2rem;
  padding: 0 20px;
}
.content > p {
  line-height: 1.5;
}
.content .seats-remaining {
  color: #333;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 32px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
}
.content .seats-remaining-number {
  color: #ED1C24;
}
.content .strike {
  display: inline-block;
  position: relative;
}
.content .strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 3px solid;
  border-color: #ED1C24;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.expiry-bar {
  background: #062e42;
  margin-bottom: 40px;
  padding: 20px;
}
.expiry-bar p {
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  font-size: 32px;
  line-height: 36px;
  margin: 0;
  padding: 6px 20px;
  text-align: center;
  text-transform: uppercase;
}
.countdown-clock {
  font-family: sans-serif;
  color: #000;
  display: block;
  font-weight: 100;
  margin: 0 auto;
  padding: 10px 0 0;
  text-align: center;
  font-size: 30px;
}
.countdown-clock > div {
  padding: 0 2px;
  border-radius: 3px;
  display: inline-block;
}
.countdown-clock div > span {
  background: #f2f2f2;
  background: -webkit-linear-gradient(top, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  background: linear-gradient(to bottom, #ffffff 0, #eaeaea 50%, #f2f2f2 51%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e5e5e5', GradientType=0);
  box-sizing: border-box;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.25), inset 0 -3px 0 0 #cccccc, inset 0 -4px 0 0 #b3b3b3, inset 0 -5px 0 0 #ffffff, inset 0 2px 0 0 #eaeaea, inset 0 3px 0 0 #b3b3b3, inset 0 4px 0 0 #ffffff;
  padding: 15px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  min-width: 64px;
}
.countdown-clock div > span:after {
  content: "";
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
  position: absolute;
  top: 50%;
  left: 0;
}
.countdown-clock .smalltext {
  color: #fff;
  padding-top: 5px;
  font-size: 16px;
}
.early-booking-deadline {
  background: #ad8c48;
  color: #fff;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin: 30px 0 40px;
  padding: 10px;
  position: relative;
  text-align: center;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.early-booking-deadline .deadline {
  display: block;
  font-size: 24px;
  text-transform: none;
}
.early-booking-deadline:before,
.early-booking-deadline:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.early-booking-deadline:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.questions-button {
  border: 3px solid #7f7f7f;
  margin-top: 20px;
  padding: 20px;
  text-align: center;
}
.questions-button h3 {
  color: #062e42;
  font-size: 24px !important;
  margin: 0;
}
.questions-button p {
  font-size: 20px !important;
}
.questions-button a {
  background: #ef1c37;
  color: #fff;
  font-size: 22px;
  display: inline-block;
  margin: 0;
  padding: 8px 50px 10px;
  text-align: center;
  text-decoration: none;
  text-shadow: #000 0 1px 0;
}
.questions-button a:hover {
  opacity: 0.8;
}
.spots-remaining {
  color: #ED1C24;
  font-size: 48px;
  font-weight: normal;
  line-height: 52px;
  margin: 40px auto -30px;
  max-width: 740px;
  text-align: center;
}
.spots-remaining img {
  width: 100%;
}
.sold-out-nov-2015,
.sold-out-jan-2016 {
  margin: 36px auto 20px;
  max-width: 920px;
}
.sold-out-nov-2015 img,
.sold-out-jan-2016 img {
  width: 100%;
}
.confirm-button {
  padding: 30px 0 20px;
}
.button {
  text-align: center;
}
.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 rgba(0, 0, 0, 0.5), inset 0px 0px 0px 1px rgba(253, 167, 0, 0.5);
  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 rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
.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;
}
.button a:hover {
  opacity: 0.9;
}
.button p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.green-book-button {
  text-align: center;
}
.green-book-button a {
  width: 100%;
  background: #7DCD85;
  border: #555;
  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 rgba(0, 0, 0, 0.5);
}
.green-book-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;
}
.green-book-button a:hover {
  opacity: 0.9;
}
.green-book-button p {
  font-size: 22px;
  margin-top: 10px;
  font-weight: bold;
  text-align: center;
}
.full-width-heading {
  background: #062e42;
}
.full-width-heading h2 {
  color: #fff;
  font-family: 'open sans condensed', Sans-Serif;
  margin: 0 auto;
  max-width: 1040px;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
}
.full-width-heading h2 .strike {
  display: inline-block;
  position: relative;
}
.full-width-heading h2 .strike:before {
  position: absolute;
  content: "";
  left: 0;
  top: 45%;
  right: 0;
  border-top: 3px solid;
  border-color: red;
  -webkit-transform: rotate(-4deg);
  -moz-transform: rotate(-4deg);
  -ms-transform: rotate(-4deg);
  -o-transform: rotate(-4deg);
  transform: rotate(-4deg);
}
.full-width-heading h2 .red {
  color: red;
  text-shadow: 0 0 4px #fff;
}
.full-width-heading.arrow {
  margin-bottom: 20px;
  position: relative;
}
.full-width-heading.arrow:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #062e42 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -32px;
  margin-left: -33px;
}
.segment {
  background: #ededed;
}
.key-title {
  color: #062e42;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 36px;
  line-height: 1.2;
  margin: 30px 0 20px 0;
  text-align: center;
  text-transform: uppercase;
}
ul.fa-ul {
  list-style: none;
  margin: 30px 0 30px 40px;
}
ul.fa-ul i,
ul.fa-ul svg {
  color: #7DCD85;
  margin-right: 4px;
  font-size: 24px;
  position: relative;
  top: 2px;
}
ul.fa-ul.large-icons i,
ul.fa-ul.large-icons svg {
  font-size: 32px;
  margin-right: 10px;
}
ul.fa-ul.large-icons li {
  margin-bottom: 18px;
}
.curriculum {
  margin: 0 10px;
  max-width: 800px;
}
.curriculum .module {
  background: #f5f5f5;
  border-radius: 10px;
  margin: 0 0 40px;
  position: relative;
}
.curriculum .module header {
  background: #ad8c48;
  background: radial-gradient(circle, #ad8c48 70%, #8e7239 100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 20px;
}
.curriculum .module header h3 {
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  margin: 0;
  text-align: center;
}
.curriculum .module header .divider {
  background: #fff;
  height: 2px;
  margin: 10px auto;
  width: 75%;
}
.curriculum .module header h4 {
  color: #fff;
  font-size: 22px;
  margin: 0;
  text-align: center;
}
.curriculum .module header p {
  font-size: 16px;
  margin: 0;
  padding: 15px 15px 5px;
  text-align: center;
}
.curriculum .module header p span {
  background: #9b7d41;
  border-radius: 3px;
  display: inline-block;
  padding: 5px 15px;
}
.curriculum .module header p span i {
  padding-right: 6px;
}
.curriculum .module .body {
  color: #333;
  padding: 0 20px 20px;
}
.curriculum .module:before,
.curriculum .module:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.curriculum .module:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.live-info h3 {
  background: #7DCD85;
  color: #fff;
  font-size: 28px;
  padding: 5px;
  text-align: center;
}
.live-info p {
  background: #f5f5f5;
  padding: 10px 15px;
}
.evergreen-route h3 {
  color: #062e42;
  font-size: 32px;
  margin-top: 0;
  text-align: center;
}
.evergreen-route h3 b {
  display: block;
  margin-bottom: 12px;
  text-decoration: underline;
}
.evergreen-route h3 span {
  display: block;
  font-size: 0.8em;
}
.evergreen-route h3 span i,
.evergreen-route h3 span svg {
  color: #ad8c48;
}
.price-options .option {
  box-sizing: border-box;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 20px 5px;
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
  padding: 20px;
}
.price-options .option.last {
  margin-bottom: 40px;
}
.price-options .option h3 {
  color: #ad8c48;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 40px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.price-options .option p {
  font-size: 24px;
  text-align: center;
}
.price-options .or {
  text-align: center;
}
.price-options .or span {
  background: #ad8c48;
  background: linear-gradient(90deg, #ad8c48 70%, #e6c581 100%);
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-family: "open sans", Sans-Serif;
  font-size: 36px;
  font-weight: bold;
  padding: 18px;
  text-align: center;
}
.price-options .new-book-button {
  margin-top: 30px;
}
.save-an-extra {
  color: #ED1C24 !important;
  font-size: 24px !important;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.discovery {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.discovery p {
  font-size: 22px;
  font-size: 2.2rem;
}
.paul-photo {
  border: 5px solid #c0c0c0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  margin: 10px auto 10px;
}
.paul-photo.intro-photo {
  margin-bottom: 20px;
}
p.bio {
  font-size: 16px;
  text-align: center;
}
ul p,
ol p {
  color: #5a5a5a;
}
ul.gold-stars {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}
ul.gold-stars li {
  background: url(/assets/images/gold-star-icon.png) no-repeat 0 -3px;
  min-height: 32px;
  padding: 0 0 0 44px;
}
ul.gold-stars li p {
  color: #5a5a5a;
}
ul.gold-ticks {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}
ul.gold-ticks li {
  background: url(/assets/images/gold-tick.png) no-repeat 0 -3px;
  min-height: 32px;
  padding: 0 0 0 44px;
}
ul.gold-ticks li p {
  color: #5a5a5a;
}
ul.green-ticks {
  list-style: none;
  margin: 30px 20px;
  padding: 0;
}
ul.green-ticks li {
  background: url(/assets/images/chunky-green-tick.png) no-repeat 0 -3px;
  min-height: 32px;
  padding: 0 0 0 44px;
}
ul.green-ticks li p {
  color: #5a5a5a;
}
ul.blue-circle-ticks {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.blue-circle-ticks li {
  background: url(/assets/images/blue-circle-tick.png) no-repeat 0 0;
  min-height: 32px;
  padding: 0 0 0 44;
}
ul.blue-circle-ticks li p {
  color: #5a5a5a;
}
ol.gold-numbers {
  list-style-type: none;
  margin-left: 0;
  padding-right: 0;
}
ol.gold-numbers li {
  counter-increment: step-counter;
}
ol.gold-numbers li:before {
  color: #ad8c48;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 34px;
  font-family: "open sans condensed", sans-serif;
  font-weight: bold;
  margin: -4px 0 0 -50px;
  text-align: right;
  width: 36px;
}
ol.gold-numbers li p {
  color: #5a5a5a;
}
img.laptop {
  display: block;
  margin: 20px auto;
  max-width: 400px;
  width: 100%;
}
img.imac-ipad-iphone {
  display: block;
  margin: 20px auto;
  max-width: 568px;
  width: 100%;
}
.bonuses {
  padding: 20px 0 0;
}
.bonuses h3 {
  color: #ad8c48;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 44px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
.bonuses h3 span {
  color: #333;
  display: block;
  font-size: 36px;
}
.bonuses p {
  text-align: center;
}
.bonuses p.title {
  color: #333;
  font-size: 30px;
  font-weight: 600;
}
.bonuses 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;
}
.cash-is-king-bonus {
  margin: 20px auto 30px;
  max-width: 700px;
}
.cash-is-king-bonus h2 {
  color: #062e42;
  margin: 0;
  text-align: center;
}
.cash-is-king-bonus img {
  display: block;
  margin: 0 auto;
  max-width: 90%;
}
.cash-is-king-bonus p {
  color: #333;
  font-size: 20px;
  text-align: center;
}
.testimonials {
  padding: 20px 0 0;
}
.testimonials p {
  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;
}
.flag-testimonials {
  border-radius: 8px;
  padding: 20px;
  background: #f5f5f5;
  position: relative;
}
.flag-testimonials:before,
.flag-testimonials:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 20px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.flag-testimonials:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 20px;
  left: auto;
}
.flag-testimonials p {
  text-align: center;
}
.flag-testimonials blockquote {
  margin: 0;
}
.flag-testimonials blockquote h4 {
  color: #333;
  font-size: 22px;
  font-style: italic;
  margin: 10px 0;
  text-align: center;
  text-decoration: underline;
  text-shadow: 1px 1px 1px #fff;
}
.flag-testimonials .flag {
  border: 3px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
  max-width: 100px;
}
.flag-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;
}
.flag-small {
  border: 1px solid #fff;
  display: inline-block;
  margin: 0;
  max-width: 24px;
}
.video-testimonials {
  background: #ffffff;
  background: radial-gradient(circle, #ffffff 0%, #dcdcdc 100%);
  border-radius: 6px;
  margin: 0 0 40px;
  padding: 16px;
  position: relative;
}
.video-testimonials > div {
  border-bottom: 1px solid #999;
  margin-bottom: 30px;
}
.video-testimonials > div:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.video-testimonials h3 {
  color: #333;
  font-size: 24px;
  font-style: italic;
  margin: 0 0 16px;
  text-shadow: 1px 1px 2px #ffffff;
  text-align: center;
}
.video-testimonials p {
  color: #000;
  text-align: center;
}
.video-testimonials:before,
.video-testimonials:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 20px;
  width: 50%;
  top: 80%;
  max-width: 300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.video-testimonials:after {
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 20px;
  left: auto;
}
.guarantee-logo img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
.faqs {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faqs h3 {
  color: #062e42;
  font-size: 24px;
}
.faqs h3 span {
  display: block;
  overflow: hidden;
}
.faqs h3 i {
  color: #acb4c0;
  font-size: 42px;
  font-style: normal;
  float: left;
  display: none;
  width: 44px;
  margin-top: -6px;
  margin-left: -44px;
}
.about-paul {
  background: #f6f6f6;
  margin: 0;
  max-width: none;
  padding: 10px 10px 70px;
}
.about-paul .about-inner {
  margin: 0 auto;
  max-width: 940px;
}
.about-paul h2 {
  color: #333;
  font-family: "open sans condensed", Sans-Serif;
  font-size: 48px;
  line-height: 60px;
  margin: 30px 0 0;
  text-align: center;
  text-transform: uppercase;
}
.about-paul p {
  color: #333;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}
.about-paul p.bio {
  font-size: 16px;
}
p.warning {
  font-size: 14px;
  margin: 20px 0;
  text-align: center;
}
.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%;
}
hr.line {
  border-top: 1px solid rgba(202, 202, 202, 0.8);
  display: block;
}
hr.line hr {
  display: none;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 42px;
    line-height: 48px;
  }
  .main-header h1 {
    font-size: 84px;
  }
  .save-an-extra {
    font-size: 28px !important;
  }
  .paul-photo.intro-photo {
    float: left;
    margin-right: 20px;
  }
  .faqs {
    padding: 0 0 0 20px;
  }
  .faqs h3 i {
    display: inline-block;
  }
  .curriculum {
    margin: 0 auto 30px;
  }
  .curriculum .module {
    margin: 0 0 60px;
  }
  .curriculum .module header h3 {
    font-size: 24px;
    line-height: 1.3;
  }
  .curriculum .module header .divider {
    margin: 15px auto;
  }
  .curriculum .module header h4 {
    font-size: 28px;
    line-height: 1.3;
  }
  .curriculum .module header p {
    font-size: 20px;
  }
  .curriculum .module .body {
    padding: 10px 40px 20px;
  }
  .cash-is-king-bonus .images {
    text-align: center;
  }
  .cash-is-king-bonus img {
    display: inline;
    max-width: 250px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  /*.photo-paul {
    margin: 0 0 0 -130px;
  }*/
  .paul-photo.intro-photo {
    margin-left: -140px;
  }
}
@media only screen and (min-width: 1080px) {
  .cash-is-king-bonus {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    overflow: auto;
    max-width: 1000px;
  }
  .cash-is-king-bonus h2 {
    font-size: 32px;
    line-height: 40px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
  }
  .cash-is-king-bonus p {
    line-height: 28px;
    text-align: left;
  }
  .cash-is-king-bonus .images {
    float: left;
    width: 28%;
  }
  .cash-is-king-bonus img {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .cash-is-king-bonus img.vip {
    max-width: 200px;
  }
  .cash-is-king-bonus .cik {
    float: right;
    width: 65%;
  }
}
@media only screen and (min-width: 1200px) {
  .main-header {
    padding: 0 10%;
  }
}
@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;
}
@keyframes sheen {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(100%);
  }
}
/*# sourceMappingURL=unlimited-patients.css.map */