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

html,
button,
input,
select,
textarea {
  color: #fff;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  vertical-align: middle;
}

p a {
  color: #c82226;
}

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

header {
  background-image: url(/assets/images/strategic-planning-bg-green.jpg);
  background-size: cover;
  box-sizing: border-box;
  padding: 10px 10px 20px;
}

.preheadline {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  margin: 0 0 8px;
  padding: 0 10px;
  text-align: center;
}

h1 {
  color: #fff;
  font-family: "Bitter", Georgia, serif;
  font-weight: 900;
  font-size: 28px;
  line-height: 1.2;
  margin: 0 auto;
  max-width: 1200px;
  padding: 2px 20px 0;
  text-align: center;
  text-shadow: 1px 1px 1px #3e5d2b;
}

.content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 800px;
  padding: 20px;
}

.content p.highlight {
  background: yellow;
}

h2 {
  font-family: "Bitter", Georgia, serif;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.1;
  margin: 0 auto;
  max-width: 1200px;
  padding: 10px 0;
  text-align: center;
}

.subhead {
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}

.subhead p {
  text-align: center;
  font-size: 23px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0;
}

.subhead h3 {
  font-size: 23px;
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.subhead h4 {
  font-size: 18px;
  margin: 10px;
  text-align: center;
  text-decoration: underline;
}

.subhead ul {
  list-style: none;
  padding: 0;
  text-align: center;
}

.subhead ul li {
  background: #f5f5f5;
  margin-bottom: 15px;
  padding: 5px;
}

.subhead ul li:last-child {
  margin-bottom: 0;
}

.subhead ul span {
  display: block;
  text-decoration: underline;
}

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

.reserve-button a {
  background: #fff02a;
  box-shadow: 0px 3px 6px 0px #325008;
  color: #000;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  padding: 20px;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
  text-decoration: none;
}

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

.reserve-button p {
  margin: 10px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.reserve-button p.location {
  background: #f5f5f5;
  padding: 10px;
}

.day-part {
  background: #f5f5f5;
  border: 2px dotted #ccc;
  margin-bottom: 10px;
  padding: 10px;
}

.day-part p .day {
  background: #5f9341;
  color: #fff;
  display: inline-block;
  height: 30px;
  margin-right: 20px;
  padding: 0 0 0 6px;
  position: relative;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.6);
}

.day-part p .day:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #5f9341;
}

.day-part p:first-of-type {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ol.circle-numbers li:before {
  background: #333;
  border-radius: 100%;
  border: 1px dotted #fff;
  color: #fff;
  content: counter(step-counter);
  display: block;
  float: left;
  font-size: 24px;
  font-family: "open sans", sans-serif;
  font-weight: 900;
  margin: 0px 0 0 -45px;
  text-align: center;
  width: 34px;
  height: 34px;
  text-shadow: 1px 1px 3px #333;
}

ol.circle-numbers li p {
  color: #333;
}

ol.circle-numbers.red li:before {
  background: #c82226;
}

ol.circle-numbers.green li:before {
  background: #5f9341;
}

ol.circle-numbers.no-dots li:before {
  border: none;
}

.cash-is-king-bonus {
  margin: 20px auto 30px;
  max-width: 700px;
}

.cash-is-king-bonus h2 {
  color: #333;
  font-size: 28px;
  font-family: 'Open Sans', sans-serif;
  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-family: 'Open Sans', sans-serif;
  font-size: 20px;
  text-align: center;
}

.testimonials {
  background: #f5f5f5;
  padding: 20px;
  margin: 30px 0;
}

.testimonials blockquote {
  margin: 0;
}

.testimonials img {
  border: 1px solid #999;
  border-radius: 100%;
  display: block;
  margin: 0 auto 6px;
  padding: 3px;
}

.testimonials p {
  margin: 0 0 10px;
}

.testimonials p:last-of-type {
  margin-bottom: 0;
}

.testimonials p.author {
  font-size: 18px;
  font-weight: bold;
}

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

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

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-paul {
  background: #333;
  margin: 30px 0 0;
  padding: 10px 10px 20px;
}

.about-paul .about-inner {
  margin: 0 auto;
  max-width: 800px;
}

.about-paul h2 {
  color: #eee;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 48px;
  line-height: 1.1em;
  margin: 30px auto 20px;
  text-align: center;
}

.about-paul p {
  color: #eee;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.about-paul p.bio {
  font-size: 16px;
  text-align: center;
}

.about-paul p a {
  color: #fff;
}

.about-paul ol {
  color: #fff;
}

.about-paul img {
  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;
}

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

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

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

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

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

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

.hide-mobile {
  display: none;
}

.center {
  text-align: center;
}

.underline {
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  header .header-inner {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 980px;
    padding: 0 10px;
  }

  h1 {
    font-size: 36px;
  }

  .cash-is-king-bonus .images {
    text-align: center;
  }

  .cash-is-king-bonus img {
    display: inline;
    max-width: 250px;
    padding: 0 20px;
  }

  .testimonials div {
    overflow: auto;
  }

  .testimonials img {
    float: left;
    width: 12%;
  }

  .testimonials blockquote {
    float: right;
    width: 83%;
  }

  .testimonials h4 {
    margin-top: 0;
  }

  .about-paul {
    padding: 10px 20px 40px;
  }

  .about-paul .cols {
    overflow: auto;
  }

  .about-paul .left {
    float: left;
    width: 35%;
  }

  .about-paul .right {
    float: right;
    width: 60%;
  }

  .about-paul p.bio {
    margin: 10px auto;
    max-width: 190px;
  }

  .footer-legals p {
    float: left;
  }

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

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

  .hide-mobile {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  h1 {
    font-size: 48px;
    max-width: 1000px;
    padding: 10px 10px 0;
  }

  h2 {
    font-family: "Bitter", Georgia, serif;
    font-weight: 900;
    font-size: 42px;
    line-height: 1.1;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
  }
}

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