/* Color Palette */
/* $size-padding-book must be less than or equal to $size-spacing-left and $size-spacing-right */
h1 {
  color: inherit;
}

div#hosted_content {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100vw;
}

.hosted_content {
  padding-bottom: 0;
  padding-top: 0;
}

.hero_colored_background {
  background-color: #fafafa;
}

.hero_colored_background_alternate {
  background-color: #f9f8fd;
}

.hide_on_desktop {
  display: block;
}

.hide_on_mobile {
  display: none;
}

#heros {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
  max-width: 71.75rem;
}

.input-form {
  background-color: #ffffff !important;
  border-radius: 6px !important;
  border: solid 1px #c2c2c2;
}

#heros_1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-evenly;
  max-width: 50rem;
}

.hero_middle {
  padding-left: 1.25rem;
  padding-top: 2rem;
  padding-right: 2.85rem;
}

#hero_left {
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 1.25rem;
}

#hero_left {
  position: absolute;
  max-width: 28rem;
  width: 59%;
  height: 10.5%;
}

#hero_left_mobile_foreground,
#hero_left_laptop_foreground,
.zebra_foreground {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero_left_background,
.hero_left_background_1,
.hero_coffee_background,
.hero_headphones {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 110%;
}

.hero_left_background {
  background-image: url("../images/i-phone-x.png");
  padding-bottom: 175%;
}

.hero_coffee_background {
  background-image: url("../images/hero-coffee.jpg");
  padding-bottom: 12%;
  width: 10%;
  bottom: 0rem;
  right: 18%;
}

.hero_headphones {
  background-image: url("../images/headphones.png");
  padding-bottom: 14rem;
  width: 14%;
  top: -4rem;
  right: 0;
}

.extra-top-padding {
  padding-top: 110%;
  padding-bottom: 1.5rem;
}

.hero-max-width {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 74rem;
}

.hero-max-width_1 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.sticky-hero {
  position: unset;
  top: 4rem;
}

.hero-right {
  height: 10.5%;
  position: absolute;
  width: 100%;
}

.hero-headphones {
  max-width: 24rem;
  position: absolute;
  right: 0;
  top: 5%;
  width: 40%;
}

.hero-book-title {
  font-size: 1.5vw;
  font-weight: 500;
  left: -15%;
  margin: 0;
  max-width: 120%;
  overflow: hidden;
  position: absolute;
  text-overflow: ellipsis;
  top: -15%;
  transform: rotate(1deg);
  white-space: nowrap;
}

.hero-book-author {
  color: #8f95a3;
  font-weight: 300;
}

.get-started-image {
  float: left;
  width: 15%;
}

.sign-up-button {
  width: 16rem;
}

.get-started-button {
  margin-right: 2rem;
}

#hero_left_laptop_foreground {
  width: 37%;
  height: calc(37% / 1.65062 * 1.666);
  top: 34%;
  left: 28.75%;
  transform: rotate(-12deg);
}

#hero_left_mobile_foreground {
  width: 37%;
  height: calc(37% / 1.65062 * 1.666);
  top: 34%;
  left: 28.75%;
  transform: rotate(-12deg);
}

.home-h1-hero {
  font-size: 2.588rem;
  font-weight: 300;
  line-height: 1.14;
  color: #2d3138;
}

.home_head-h1-hero {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2d3138;
}

.rw-words {
  position: relative;
  white-space: nowrap;
}

.rw-words span {
  position: absolute;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  margin-top: 0.625rem;
}

@keyframes rotateWords {
  0% {
    opacity: 1;
    width: 0px;
  }
  15% {
    opacity: 1;
    width: 100%;
  }
  18% {
    opacity: 1;
  }
  18% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotateLastWord {
  0% {
    opacity: 1;
    width: 0px;
  }
  15% {
    opacity: 1;
    width: 100%;
  }
  100% {
    opacity: 1;
  }
}
.rw-words span {
  animation: rotateWords 18s;
}

.rw-words span:nth-child(2) {
  animation-delay: 3s;
}

.rw-words span:nth-child(3) {
  animation-delay: 6s;
}

.rw-words span:nth-child(4) {
  animation-delay: 9s;
}

.rw-words span:nth-child(5) {
  animation-delay: 12s;
}

.rw-words span:nth-child(6) {
  animation: rotateLastWord 18s forwards;
  animation-delay: 15s;
}

.home-p-hero {
  font-size: 1.176rem;
  line-height: 1.55;
  padding-top: 3rem;
}

#books_background {
  background-image: linear-gradient(to top, #ffffff, #f7f7f7);
}

.books_container {
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.book_container {
  flex: 0 0 auto;
  width: 12rem;
}

.discover_section {
  display: block;
  margin-top: 5rem;
}

.discover_section_title {
  flex: 1 1 auto;
}

.discover_section_viewall {
  flex: 0 0 auto;
}

.discover_section_title,
.discover_section_viewall {
  line-height: 2.75rem;
}

.books_welcome_text {
  max-width: 30rem;
  margin: auto;
  text-align: center;
  font-weight: 300;
}

.zebra_foreground .book_cover_overlay {
  box-shadow: 0 3px 3px -2px rgba(0, 0, 0, 0.6), 0px 2px 8px 1px rgba(0, 0, 0, 0.25), 0 5px 15px -2px rgba(0, 0, 0, 0.3), inset 0 -1px 3px 0 rgba(0, 0, 0, 0.2), inset 0 -1px 0 0 rgba(0, 0, 0, 0.12), inset 0 2px 0 0 rgba(255, 255, 255, 0.2);
}

.books_welcome_text_wide {
  max-width: 18rem;
  margin: auto;
  text-align: center;
  font-weight: 300;
}

.welcome_text_small {
  display: inline-block;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.27;
  margin-top: 0;
}

#moody_background {
  background-image: url("../images/moody.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #ffffff;
}

#moody_background h1 {
  color: #ffffff;
}

#featured_gallery {
  display: none;
  clear: both;
  text-align: center;
  font-size: 0;
}

#featured_gallery img {
  display: inline-block;
  width: 50%;
  max-height: 5rem;
  vertical-align: middle;
  padding: 1rem;
  margin: 0;
}

#zebra {
  display: inline-block;
  width: 100%;
  padding-bottom: calc(100% * 1.82);
}

#zebra_desktop {
  display: none;
  order: 1;
  width: 59%;
  margin: auto;
  margin-top: 2rem;
  padding-bottom: calc(34% * 1.51163);
}

#zebra_home_device_desktop {
  display: inline-block;
  order: 1;
  width: 100%;
  margin: auto;
  margin-top: 2rem;
  margin-bottom: 1.25rem;
  padding-bottom: calc(46% * 1.51163);
}

#zebra_mobile_iphonex {
  display: block;
  right: 15%;
  margin-right: 17rem;
  width: 115%;
  padding-bottom: calc(115% * 1.6);
}

.zebra_background {
  position: relative;
  float: left;
  background-image: url("../images/home-iphonex-read-and-listen-text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.zebra_background_mobile {
  position: relative;
  float: left;
  background-image: url("../images/mobile-dual-screen-iphonex-text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.zebra_home_device_background {
  position: relative;
  float: left;
  background-image: url("../images/home-device-group-text.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.zebra_background_mobile_iphonex {
  position: relative;
  background-image: url("../images/iphonex-audio-mode.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.zebra_text {
  text-align: left;
}

.hero_left_foreground_laptop {
  z-index: 1;
  width: 11%;
  height: calc(11% / 1 * 1.1);
  top: 20.2%;
  left: 38.31%;
  transform: rotate(-22deg);
}

.hero_left_foreground_smartphone {
  z-index: 1;
  width: 41.5%;
  height: calc(28.5% / 1 * 1.6);
  top: 24%;
  left: 28.71%;
  transform: rotate(-11deg);
}

.zebra_foreground_iphonex {
  width: 19%;
  height: calc(19% / 1 * 2.1);
  top: 21%;
  left: 68%;
}

.zebra_foreground_dual_screen {
  width: 25%;
  height: calc(25% / 1 * 1.21);
  top: 16%;
  left: 60%;
  transform: skewY(5deg) skewX(-11deg);
}

.zebra_foreground_desktop {
  width: 14.2%;
  height: calc(14.5% / 1 * 2.3);
  top: 17.99%;
  left: 43.31%;
}

.zebra_foreground_iphonex_2 {
  margin-top: 0;
  width: 9%;
  height: calc(9% / 1 * 2.39);
  top: 56.4%;
  left: 84.1%;
}

.zebra_foreground_mobile_iphonex {
  width: 33%;
  height: calc(33% / 1 * 1.16);
  top: 23%;
  left: 40.5%;
}

#benefit_blocks {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

.benefit_block {
  display: inline-block;
  min-width: 10rem;
  margin-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  vertical-align: top;
}

.benefit_block p {
  text-align: center;
}

.benefit_block img {
  width: 30%;
}

.benefit_spacer {
  height: 1px;
  width: 295px;
  margin: auto;
  background-color: #e0e0e0;
}

#review_blocks {
  display: flex;
  justify-content: space-between;
  margin: inherit;
  padding: 0 2rem;
  min-height: 16rem;
}

#review_blocks .benefit_block {
  padding-left: 1rem;
  padding-right: 1rem;
}

#review_blocks_mobile {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  justify-content: space-between;
  position: relative;
  max-width: 65rem;
  min-height: 15rem;
}

.review_block_mobile {
  display: flex;
  align-self: center;
  flex-direction: column;
  justify-content: space-between;
  flex: 0 0 auto;
  width: 100%;
  font-size: 0.95rem;
  margin-top: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: top;
}

.reviewer_spacer {
  width: 1px;
  height: 122px;
  background-color: #e0e0e0;
}

.benefit_horizontal_spacer {
  width: 295px;
  height: 1px;
  background-color: #e0e0e0;
  margin: auto;
}

.reviewer {
  text-align: right;
  padding-top: 1rem;
  font-weight: bold;
}

.reviewer_mobile {
  padding-top: 1rem;
  font-weight: 500;
  margin-top: 0;
  color: #8f95a3;
}

.explore {
  display: block;
  margin-top: 0.625rem;
  font-weight: 500;
  text-decoration: none;
  color: #0085e6;
}

.review_rotate {
  margin-top: 0;
  width: auto;
}

button.review_rotate {
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 0;
}

button.review_rotate img {
  float: left;
}

.review_rotate_left {
  order: 0;
}

.review_rotate_right {
  order: 6;
}

#review_rotate {
  align-self: flex-start;
  display: flex;
  align-items: center;
  padding-top: 2rem;
}

#review_rotate:hover #chevron_icon {
  color: #0085e6;
}
#review_rotate:hover .circular_button {
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
  background-image: none;
  background-color: #ffffff;
  border: solid 2px #0085e6;
}

.circle_block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circular_button {
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 26px;
  background-image: linear-gradient(to bottom, #009aeb, #0085e6);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.08);
}

#chevron_icon {
  font-size: 2rem;
  z-index: 1;
  color: #ffffff;
}

#zebra_section {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

#mobile_button {
  text-align: center;
  width: 100%;
}

.categories_margin {
  margin-top: 5rem;
}

.quote_icon {
  width: 100%;
  font-size: 3rem;
  color: #0085e6;
  transform: rotate(180deg);
  text-align: center;
  line-height: 0.5;
  margin-top: 1.5rem;
}

.mobile_review_circles {
  display: flex;
  justify-content: space-evenly;
  margin-top: 0;
}

.review_circle {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px #0085e6;
  margin-top: 0;
}

.review_circle_filled {
  background-color: #0085e6;
}

@keyframes review_slideleft {
  from {
    margin-left: 0%;
  }
  to {
    margin-left: -100%;
  }
}
@keyframes review_slideright {
  from {
    margin-left: -100%;
  }
  to {
    margin-right: 0%;
  }
}
.animate_slide_review_left {
  animation-name: review_slideleft;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.animate_slide_review_right {
  animation-name: review_slideright;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.narrator_profile {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.narrator_left {
  display: flex;
  flex-direction: column;
}

.narrator_thumbnail {
  align-self: center;
  border-radius: 10rem;
  max-width: 11rem;
}

.narrator_bio {
  margin-top: 1rem;
  max-width: 25rem;
  text-align: center;
}

.narrator_statistics {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}

.narrator_statistic {
  color: #0085e6;
}

@media only screen and (min-width: 39.875rem) {
  .narrator_profile {
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 6rem;
    margin-top: 6rem;
  }

  .narrator_left {
    flex-direction: row;
  }

  .narrator_thumbnail {
    align-self: flex-start;
    max-width: 15rem;
  }

  .narrator_bio {
    align-self: flex-start;
    margin-left: 2rem;
    margin-top: 3rem;
    text-align: left;
  }

  .narrator_statistics {
    align-items: flex-start;
  }

  .categories_margin {
    margin-top: 2rem;
  }

  .hide_on_desktop {
    display: none;
  }

  .hide_on_mobile {
    display: block;
  }

  .book_container {
    width: 12.5rem;
  }

  #mobile_button {
    text-align: center;
    width: auto;
  }

  #heros {
    flex-wrap: nowrap;
    margin-top: 0;
  }

  #hero_left,
  #hero_right {
    margin-top: 0;
  }

  #hero_left {
    width: 35%;
  }

  .hero_middle {
    flex: 1 0 auto;
    z-index: 1;
    order: 1;
    padding-left: 3rem;
    margin-left: 26%;
    padding-top: 3rem;
    padding-bottom: 1rem;
  }

  #featured_gallery {
    display: block;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
  }

  #featured_gallery img {
    width: 20%;
    padding: 0;
    margin-right: calc(20% / 3);
    max-width: 6.25rem;
  }

  #featured_gallery img:last-child {
    width: 20%;
    padding: 0;
    margin-right: 0;
  }

  #zebra_mobile_iphonex {
    display: none;
  }

  #zebra_home_device_desktop {
    width: 73%;
    padding-bottom: calc(34% * 1.51163);
  }

  .benefit_block {
    width: 33%;
    margin-top: 0;
    margin-bottom: 0;
    min-width: unset;
  }

  #createEmail {
    display: inline-block;
    width: 60%;
    margin-right: 1%;
  }

  #createSubmit {
    display: inline-block;
    width: calc(40% - 1rem);
    padding-left: unset;
    padding-right: unset;
  }

  #zebra_section {
    padding-top: 2.25rem;
  }

  #zebra {
    display: none;
  }

  #zebra_desktop {
    display: inline-block;
  }

  #benefit_blocks {
    flex-direction: row;
  }

  .benefit_spacer {
    width: 1px;
    height: 239px;
    background-color: #e0e0e0;
  }

  .benefit_horizontal_spacer {
    width: 1003px;
    margin: 2rem 0;
  }

  .books_welcome_text_wide {
    max-width: 40rem;
  }

  .sticky-hero {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
  }

  .hero-headphones {
    width: 24%;
    top: 0;
  }

  .extra-top-padding {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }

  .hero-book-title {
    font-size: 0.8vw;
  }

  .get-started-image {
    width: 5%;
  }

  .welcome_text_small {
    margin-left: 1rem;
    width: 28rem;
  }

  .get-started-button {
    float: right;
  }

  .discover_section {
    display: flex;
  }
}
@media only screen and (min-width: 71.75rem) {
  .book_container {
    width: 11.95833rem;
  }
}

/*# sourceMappingURL=instaread_articles.css.map */
