/*
When setting the primary font stack, apply it to the Pure grid units along
with `html`, `button`, `input`, `select`, and `textarea`. Pure Grids use
specific font stacks to ensure the greatest OS/browser compatibility.
*/
html,
button,
input,
select,
textarea,
.pure-g [class*="pure-u"] {
  /* Set your content font stack here: */
  font-family: 'Roboto', sans-serif;
}
body {
  background-color: #777777;
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-family: 'Roboto Slab', sans-serif;
  font-weight: 700;
  margin-top: 0;
  color: #ff9300;
  font-size: 32px;
  text-shadow: 1px 1px white;
}
h2.nodrop {
  text-shadow: none;
}
h3 {
  color: #444444;
  font-size: 20px;
  margin-bottom: 5px;
}
p {
  margin-top: 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  color: #555555;
}
a {
  color: white;
  text-decoration: none;
}
a:hover {
  border-bottom: dotted 1px #ffffff;
}
.nobr {
  white-space: nowrap;
}
.relative {
  position: relative;
}
@media all {
  .content-safe {
    margin: 0px 10px 0px 10px;
  }
}
@media all and (min-width: 568px) {
  .content-safe {
    margin: 0px 10px 0px 10px;
  }
}
@media all and (min-width: 700px) {
  .content-safe {
    margin: 0px 20px 0px 20px;
  }
}
@media all and (min-width: 1000px) {
  .content-safe {
    margin: 0px 50px 0px 50px;
  }
}
@media all and (min-width: 1200px) {
  .content-safe {
    margin: 0 auto;
    width: 1100px;
  }
}
#nav {
  border-bottom: solid 1px #cc7600;
}
#nav-mobile {
  border-bottom: solid 1px #cc7600;
}
#top-nav {
  background-color: #ff9300;
  padding: 10px 0;
  text-align: right;
  border-bottom: solid 1px #cc7600;
}
#top-nav .logo {
  float: left;
  width: 30px;
  height: 30px;
  background-image: url(/images/satori-reader-mobile-nav-logo.png);
  background-size: 100% 100%;
}
@media (min-width: 1000px) {
  #top-nav .logo {
    width: 166px;
    height: 85px;
    background-image: url(/images/satori-reader-nav-white.png);
    background-size: 100% 100%;
  }
}
#top-nav .group-right {
  padding-top: 6px;
  color: white;
}
@media (min-width: 1000px) {
  #top-nav .group-right {
    padding-top: 34px;
  }
}
#top-image {
  text-align: center;
  background-position: 50% 70%;
  background-size: cover;
  background-repeat: no-repeat;
  /*
        // These were the styles for "bamboo road"
        background-position: bottom center;
        background-size: cover;
        background-repeat: no-repeat;
    */
}
#top-image .content-safe {
  padding: 100px 0px 140px 0;
}
#top-image .special-pricing-callout {
  display: block;
  margin-top: -50px;
  margin-bottom: 50px;
  background-color: #ee8800;
  color: white;
  padding: 20px;
  border-radius: 4px;
  font-size: 32px;
  border: solid 1px #884e00;
}
#top-image h1 {
  color: white;
  font-size: 48px;
  font-weight: 500;
  text-shadow: -1px -1px 0 #B08E89, 1px -1px 0 #B08E89, -1px 1px 0 #B08E89, 1px 1px 0 #B08E89;
}
#top-image hr {
  border: 0;
  height: 2px;
  background: #ff9300;
  width: 80%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#top-image p {
  font-style: italic;
  color: white;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}
#top-image p a {
  text-decoration: none;
  color: white;
}
#top-image p a:hover {
  border-bottom: dotted 1px white;
}
#top-image .button {
  color: white;
  background-color: #2A96DD;
  border: solid 2px white;
  padding: 10px 20px;
  border-radius: 5px;
  /*
        color: white;
        text-decoration: none;
        border: solid 1px white;
        padding: 10px 20px;
        border-radius: 5px;
        */
}
#top-image .button:hover {
  background-color: #0f3f5f;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#what-is-satori-reader {
  background-color: #F1F0ED;
  padding-bottom: 40px;
  text-align: center;
}
#what-is-satori-reader #phone-container {
  display: inline-block;
  margin-top: -80px;
  position: relative;
  width: 296px;
  height: 600px;
}
@media (min-width: 700px) {
  #what-is-satori-reader #phone-container {
    float: left;
  }
}
#what-is-satori-reader #phone-content {
  position: absolute;
  top: 74px;
  left: 21px;
  right: 21px;
  bottom: 74px;
  width: 254px;
  height: 452px;
}
#what-is-satori-reader #phone-body {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 296px;
  height: 600px;
}
#what-is-satori-reader .explanation-box {
  text-align: left;
  padding-top: 40px;
  overflow: hidden;
}
@media (min-width: 700px) {
  #what-is-satori-reader .explanation-box {
    padding-left: 40px;
  }
}
#three-features {
  padding: 50px 0 0 0;
  background-color: white;
  white-space: nowrap;
}
#three-features .feature {
  vertical-align: top;
  padding-bottom: 40px;
}
@media (min-width: 1000px) {
  #three-features .feature {
    display: inline-block;
    width: 33%;
  }
}
#three-features .feature-content {
  white-space: normal;
  padding-right: 0px;
}
@media (min-width: 1000px) {
  #three-features .feature-content {
    padding-right: 50px;
  }
}
#three-features .icon {
  width: 70px;
  height: 70px;
  background-size: 100% 100%;
  margin-bottom: 20px;
}
#three-features .icon.book {
  background-image: url(/images/icon-book-140-x-140.png);
}
#three-features .icon.zoom {
  background-image: url(/images/icon-zoom-140-x-140.png);
}
#three-features .icon.sound {
  background-image: url(/images/icon-sound-140-x-140.png);
}
#click-to-try {
  background-color: white;
  text-align: center;
  padding-bottom: 40px;
}
#click-to-try .divider {
  width: 50%;
  margin: 0 auto;
  height: 0px;
  border-top: dotted 2px #ff9300;
  margin-bottom: 40px;
}
#click-to-try p {
  margin-bottom: 30px;
}
#click-to-try #interactive-content {
  text-align: left;
  display: inline-block;
}
#dynamic-representation {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #222533;
}
#dynamic-representation p {
  color: #A1B1BC;
  font-weight: 400;
}
#dynamic-representation p em {
  font-weight: 500;
  font-style: normal;
  color: white;
}
#dynamic-representation #control-panel-large {
  display: none;
  margin-bottom: 40px;
}
@media (min-width: 1000px) {
  #dynamic-representation #control-panel-large {
    display: inline-block;
    width: 330px;
    float: right;
  }
}
#dynamic-representation #control-panel-mini {
  display: block;
  margin-bottom: 10px;
}
@media (min-width: 1000px) {
  #dynamic-representation #control-panel-mini {
    display: none;
  }
}
#dynamic-representation #article-container {
  min-height: 420px;
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  #dynamic-representation #article-container {
    display: block;
    width: auto;
    margin-right: 400px;
  }
}
#dynamic-representation #article-container > .article > .paragraph.body {
  padding: 0 10px;
}
#spaced-repetition-review {
  background-color: #F1F0ED;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 720px;
}
#spaced-repetition-review #review-container {
  width: auto;
  height: auto;
  min-height: 700px;
  background-color: #ffffff;
  padding: 15px 10px 10px 10px;
  border: solid 1px #cccccc;
  border-radius: 4px;
}
@media (min-width: 1000px) {
  #spaced-repetition-review #review-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
  }
}
#spaced-repetition-review .explanation-box {
  padding-top: 20px;
  overflow: hidden;
}
@media (min-width: 1000px) {
  #spaced-repetition-review .explanation-box {
    margin-left: 620px;
    padding-left: 40px;
  }
}
#fresh-content {
  background-color: white;
  padding-top: 60px;
  padding-bottom: 40px;
}
#fresh-content p {
  font-weight: 400;
}
#fresh-content .carousel {
  padding-top: 50px;
  width: 100%;
}
#start-now {
  background-color: #F1F0ED;
  padding: 60px 0 40px 0;
}
#start-now h2 {
  text-align: center;
}
#start-now p {
  text-align: center;
  padding: 0 0 20px 0;
}
@media (min-width: 700px) {
  #start-now p {
    padding: 0 100px 20px 100px;
  }
}
@media (min-width: 1000px) {
  #start-now p {
    padding: 0 200px 20px 200px;
  }
}
#start-now p .special-price-call-to-action {
  display: block;
  background: white;
  margin-top: 20px;
  font-weight: 500;
  padding: 20px;
  border-radius: 4px;
  border: solid 1px #ee8800;
}
.subscription-categories {
  vertical-align: top;
  text-align: center;
  margin-left: -10px;
}
@media (min-width: 700px) {
  .subscription-categories {
    margin-left: -20px;
  }
}
@media (min-width: 1000px) {
  .subscription-categories {
    margin-left: -50px;
  }
}
.subscription-category {
  display: block;
  vertical-align: top;
  min-width: 300px;
  text-align: center;
  margin-left: 10px;
  margin-bottom: 50px;
}
@media (min-width: 700px) {
  .subscription-category {
    display: inline-block;
    margin-left: 20px;
  }
}
@media (min-width: 1000px) {
  .subscription-category {
    margin-left: 50px;
  }
}
#testimonials {
  padding: 20px 0;
  background-color: white;
  text-align: center;
}
#testimonials .testimonial {
  padding: 20px 0;
}
#testimonials .testimonial p {
  color: #ff9300;
  font-family: 'Roboto Slab', sans-serif;
  font-size: 24px;
  font-weight: 400;
}
@media (min-width: 700px) {
  #testimonials .testimonial p {
    padding: 0 100px;
  }
}
#testimonials .testimonial .testimonial-attribution {
  font-style: italic;
  color: #ff9300;
  font-size: 18px;
}
#testimonials a {
  color: dodgerblue;
}
#about {
  background-color: #222533;
  text-align: center;
  padding-bottom: 40px;
}
#about .arrow {
  height: 14px;
  background-image: url(/images/down-arrow-white.png);
  background-size: 30px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
#about .logo {
  display: inline-block;
  background-image: url(/images/satori-reader-logo-flat-white.png);
  background-size: 100% 100%;
  width: 215px;
  height: 101px;
  margin-top: 40px;
  margin-bottom: 40px;
}
#about .explanation-box {
  width: 280px;
  margin: 0 auto;
  text-align: left;
}
#about p {
  font-size: 15px;
  line-height: 170%;
  color: #888888;
  text-align: left;
  padding-bottom: 20px;
}
#about a {
  color: #cccccc;
  text-decoration: none;
}
#about hr {
  border: 0;
  height: 1px;
  background-color: #3E5068;
}
#about .find-us-section {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: left;
  color: #aaaaaa;
}
#about .find-us-section .find-us-unit {
  display: inline-block;
  vertical-align: top;
  margin-right: 25px;
}
#about .find-us-section .find-us-unit .find-us-logo {
  float: left;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  vertical-align: top;
  margin-top: 2px;
}
#about .find-us-section .find-us-unit .find-us-logo.facebook {
  background-image: url(/images/facebook.png);
  background-color: black;
}
#about .find-us-section .find-us-unit .find-us-logo.twitter {
  background-image: url(/images/twitter.png);
}
#about .find-us-section .find-us-unit .find-us-label {
  vertical-align: top;
  display: block;
  margin-left: 40px;
  font-size: 15px;
  font-weight: bold;
}
#about .find-us-section .find-us-unit .find-us-where {
  vertical-align: top;
  display: block;
  margin-left: 40px;
  font-size: 14px;
  font-weight: 500;
}
#about .find-us-section a:hover {
  border: none;
}
#about h5 {
  text-align: left;
  color: #aaaaaa;
  font-size: 17px;
  margin-bottom: 0px;
  margin-top: 20px;
}
#about a.mail-us {
  color: #aaaaaa;
  font-size: 15px;
}
#footer {
  background-color: #383A47;
  padding: 30px 0;
  color: #dddddd;
}
#footer a {
  margin-left: 20px;
  text-decoration: none;
  color: #dddddd;
}
#footer .group-right {
  float: right;
}
.control-panel-large {
  display: inline-block;
  color: #A1B1BC;
  background-color: #323542;
  font-family: 'Roboto', sans-serif;
  padding: 20px 30px 0px 25px;
}
.control-panel-large .group {
  margin-bottom: 20px;
}
.control-panel-large .heading {
  display: block;
  padding: 5px 0;
}
.control-panel-large .heading .bullet {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url(/images/blue-arrow.png);
  background-size: 100% 100%;
  vertical-align: top;
  margin-top: 2px;
}
.control-panel-large .heading .label {
  text-transform: uppercase;
  font-weight: 500;
  vertical-align: top;
}
.control-panel-large .option {
  display: block;
  padding: 5px 0;
  cursor: pointer;
}
.control-panel-large .option .indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/images/checkbox-off.png);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 2px;
}
.control-panel-large .option .label {
  vertical-align: top;
  font-size: 16px;
}
.control-panel-large .option.on .indicator {
  background-image: url(/images/checkbox-on.png);
}
.control-panel-large .option.on .label {
  color: white;
}
.control-panel-large .option.off .indicator {
  background-image: url(/images/checkbox-off.png);
}
.control-panel-mini {
  color: #A1B1BC;
  font-family: 'Roboto', sans-serif;
}
.control-panel-mini .tab {
  display: inline-block;
  cursor: pointer;
  padding: 5px 8px;
  margin-right: 3px;
  text-transform: uppercase;
  background-color: #323542;
}
.control-panel-mini .tab.on {
  background-color: #434551;
}
.control-panel-mini .panel {
  margin-top: 3px;
  padding: 12px 10px;
  background-color: #434551;
  display: none;
}
.control-panel-mini .panel.on {
  display: block;
}
.control-panel-mini .option {
  display: block;
  padding: 5px;
  cursor: pointer;
}
.control-panel-mini .option .indicator {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(/images/checkbox-off.png);
  background-size: 100% 100%;
  margin-right: 5px;
  vertical-align: top;
  margin-top: 2px;
}
.control-panel-mini .option .label {
  vertical-align: top;
  font-size: 16px;
}
.control-panel-mini .option.on .indicator {
  background-image: url(/images/checkbox-on.png);
}
.control-panel-mini .option.on .label {
  color: white;
}
.control-panel-mini .option.off .indicator {
  background-image: url(/images/checkbox-off.png);
}
.slider-container {
  position: relative;
  margin: 0 auto;
  width: 300px;
}
@media (min-width: 750px) {
  .slider-container {
    width: 600px;
  }
}
@media (min-width: 1050px) {
  .slider-container {
    width: 900px;
  }
}
@media (min-width: 1500px) {
  .slider-container {
    width: 1200px;
  }
}
.slider-container .slider-arrow {
  position: absolute;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background-size: 100% 100%;
  top: 10px;
}
@media (min-width: 450px) {
  .slider-container .slider-arrow {
    top: 125px;
  }
}
.slider-container .slider-arrow:hover {
  opacity: 0.8;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.slider-container .left-arrow {
  left: 10px;
  background-image: url(/images/arrow-left-translucent.png);
}
@media (min-width: 450px) {
  .slider-container .left-arrow {
    left: -70px;
    background-image: url(/images/arrow-left.png);
  }
}
.slider-container .right-arrow {
  right: 10px;
  background-image: url(/images/arrow-right-translucent.png);
}
@media (min-width: 450px) {
  .slider-container .right-arrow {
    right: -70px;
    background-image: url(/images/arrow-right.png);
  }
}
.slider {
  display: block;
  height: 450px;
  width: 300px;
}
@media (min-width: 750px) {
  .slider {
    width: 600px;
  }
}
@media (min-width: 1050px) {
  .slider {
    width: 900px;
  }
}
@media (min-width: 1500px) {
  .slider {
    width: 1200px;
  }
}
.slider-tile {
  display: inline-block;
  width: 300px;
  height: 450px;
  background-size: 300px 300px;
  background-position: top;
  background-repeat: no-repeat;
}
.slider-tile:nth-child(odd) {
  background-color: #ffffff;
}
.slider-tile:nth-child(even) {
  background-color: #f5f5f5;
}
.slider-tile img {
  width: 300px;
  height: 300px;
  margin: 0;
  padding: 0;
}
.slider-tile p {
  margin-top: 0;
  padding: 20px 20px;
  line-height: 150%;
  font-size: 15px;
}
