/*! v1.0.0 */
@import url(https://use.typekit.net/sce3jvl.css);@charset "UTF-8";
@font-face {
  font-family: 'Swan Story Regular';
  src: url(/fonts/SwanStory-Regular.ttf); }

* {
  padding: 0;
  margin: 0; }

html, body {
  width: 100%;
  height: 100%; }

body {
  position: relative;
  font-size: 16px;
  font-family: "adelle-sans", sans-serif;
  font-weight: lighter;
  color: #030404; }

main {
  display: block; }

ul {
  padding: 0; }

.container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 2rem; }

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem; }
  .header__logo {
    outline: none; }
    .header__logo__img {
      width: 140px;
      height: auto; }
  .header__nav {
    display: none; }
    @media screen and (max-width: 767px) {
      .header__nav {
        position: absolute;
        z-index: +9999;
        background: white;
        top: 100px;
        height: calc(100% - 100px);
        width: 100%;
        left: 0; } }
    @media (min-width: 768px) {
      .header__nav {
        display: block; } }
    .header__nav__list {
      display: flex; }
      @media screen and (max-width: 767px) {
        .header__nav__list {
          flex-direction: column; } }
      .header__nav__list__item {
        list-style: none;
        font-family: "cronos-pro", sans-serif;
        font-size: 1.25rem;
        margin: 0 1rem; }
        @media screen and (max-width: 767px) {
          .header__nav__list__item {
            margin: 0.5rem 0;
            text-align: center; } }
        .header__nav__list__item a:link, .header__nav__list__item a:visited, .header__nav__list__item a:active, .header__nav__list__item a:hover {
          text-decoration: none;
          color: #030404; }
        .header__nav__list__item--active a:link, .header__nav__list__item--active a:visited, .header__nav__list__item--active a:active, .header__nav__list__item--active a:hover {
          text-decoration: none;
          color: #198fcf; }
  .header__hamburger {
    display: block; }
    @media (min-width: 768px) {
      .header__hamburger {
        display: none; } }
    .header__hamburger__img {
      height: 40px;
      width: 40px; }

.landing__hero {
  background: #198fcf;
  overflow: hidden;
  position: relative; }
  .landing__hero__scribble {
    position: absolute;
    width: 100%;
    height: 137px;
    content: '';
    z-index: +1;
    bottom: 0;
    background: repeat-x url("/img/scribble-transparent.png"); }
  .landing__hero__spacer {
    background: white;
    height: 2rem;
    width: 100%; }
    @media (min-width: 768px) {
      .landing__hero__spacer {
        background: white;
        height: 2rem;
        width: 100%; } }
  .landing__hero__content {
    justify-content: space-between;
    flex-direction: column-reverse;
    flex-wrap: wrap-reverse;
    display: none;
    opacity: 0;
    padding: 0 2rem 6rem 2rem;
    transition: opacity 0.25s ease-in-out; }
    .landing__hero__content:first-of-type {
      display: flex;
      opacity: 1; }
    @media (min-width: 768px) {
      .landing__hero__content {
        flex-direction: row;
        flex-wrap: nowrap; } }
    .landing__hero__content__info {
      flex: 1;
      flex-basis: calc(40% - 4rem);
      color: white;
      padding-top: calc(300px - 2rem);
      text-align: center; }
      @media (min-width: 768px) {
        .landing__hero__content__info {
          padding-top: 0;
          padding-left: 4rem;
          text-align: left;
          max-width: calc(40% - 4rem); } }
      .landing__hero__content__info__heading {
        font-family: "Swan Story Regular", sans-serif;
        text-transform: uppercase;
        font-size: 1.25rem;
        letter-spacing: 0.2rem;
        margin: 1rem 0;
        font-weight: lighter; }
        @media (min-width: 768px) {
          .landing__hero__content__info__heading {
            margin: 5rem 0 1rem 0; } }
      .landing__hero__content__info__title {
        font-family: "cronos-pro", sans-serif;
        font-weight: lighter;
        font-size: 3rem;
        margin: 1rem 0 0 0; }
      .landing__hero__content__info__author {
        font-size: 1rem;
        margin: 0.25rem 0 1rem 0;
        font-style: italic;
        font-weight: lighter; }
      .landing__hero__content__info__copy {
        font-weight: lighter;
        font-size: 1rem; }
      .landing__hero__content__info__cta {
        margin: 2rem 0 4rem 0;
        display: inline-block;
        font-weight: lighter;
        text-transform: uppercase;
        transition: all 0.25s ease-in-out;
        letter-spacing: 0.1rem; }
        .landing__hero__content__info__cta:link, .landing__hero__content__info__cta:active, .landing__hero__content__info__cta:visited, .landing__hero__content__info__cta:hover {
          color: white;
          text-decoration: none;
          border: solid 1px white;
          padding: 0.5rem 1rem; }
        .landing__hero__content__info__cta:hover {
          background: white;
          color: #198fcf; }
    .landing__hero__content__book {
      flex: 1;
      flex-basis: calc(60% - 2rem);
      position: relative; }
      .landing__hero__content__book__img {
        transition: top 0.5s ease-in-out;
        position: absolute;
        height: 300px;
        width: auto;
        left: 0;
        right: 0;
        margin: -2rem auto 0 auto;
        top: 48px; }
        @media (min-width: 768px) {
          .landing__hero__content__book__img {
            max-width: 400px;
            height: auto;
            padding-left: 2rem;
            left: auto; } }
        @media (min-width: 940px) {
          .landing__hero__content__book__img {
            max-width: 450px; } }
        @media (min-width: 1024px) {
          .landing__hero__content__book__img {
            max-width: 500px; } }
  .landing__hero__button {
    height: 40px;
    width: 40px;
    position: absolute;
    top: 150px;
    background: transparent;
    border: none;
    transition: transform 0.25s ease-in-out;
    outline: none; }
    .landing__hero__button:hover {
      cursor: pointer;
      transform: scale(1.15); }
    @media (min-width: 768px) {
      .landing__hero__button {
        top: calc(50% + 10px);
        transform: translateY(-50%), scale(1); } }
    .landing__hero__button--left {
      left: 0; }
    .landing__hero__button--right {
      right: 0; }

.landing__welcome {
  padding: 6rem 2rem;
  text-align: center; }
  .landing__welcome__heading {
    font-family: "Swan Story Regular", sans-serif;
    text-transform: uppercase;
    font-size: 1.5rem;
    letter-spacing: 0.1rem;
    color: #293266; }
  .landing__welcome__copy {
    font-weight: lighter;
    max-width: 630px;
    margin: 2rem auto;
    line-height: 1.5rem; }
  .landing__welcome__cta {
    display: block;
    margin-top: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    position: relative;
    font-weight: lighter; }
    .landing__welcome__cta:link, .landing__welcome__cta:hover, .landing__welcome__cta:active, .landing__welcome__cta:visited {
      text-decoration: none;
      color: #293266; }
    .landing__welcome__cta:hover:after {
      transform: translateX(1.5rem); }
    .landing__welcome__cta:after {
      transition: transform 0.25s ease-in-out;
      position: absolute;
      content: '';
      height: 21px;
      width: 7px;
      top: 6px;
      transform: translateX(1rem);
      background: no-repeat url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g transform="scale(.01446 .02168)"><clipPath id="a"><path d="M0 0h623v787H0z"/></clipPath><g clip-path="url(#a)"><path d="M472.394 391.538L.064 53.48 74.662-.02 621.588 391.54l-74.597 53.5L74.66 783.095l-74.595-53.5 472.33-338.058z" fill="#16306C"/></g></g></svg>'); }

.landing__about {
  background: #4CC2BD;
  padding: 1rem; }
  .landing__about-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center; }
    @media (min-width: 1024px) {
      .landing__about-container {
        flex-direction: row; } }
  .landing__about__box {
    margin: 2rem auto;
    max-width: 350px; }
    @media (min-width: 768px) {
      .landing__about__box {
        flex: 1;
        flex-basis: calc(33% - 4rem);
        margin: 2rem; } }
    .landing__about__box__img {
      display: block;
      max-width: 100%;
      width: 100%;
      vertical-align: bottom; }
    .landing__about__box__copy {
      background: #293266;
      font-family: "cronos-pro", sans-serif;
      color: white;
      padding: 1rem 2rem 1rem 1rem;
      font-size: 1.25rem;
      position: relative; }
      .landing__about__box__copy:hover:after {
        transform: translateX(0.5rem); }
      .landing__about__box__copy:after {
        transition: transform 0.25s ease-in-out;
        position: absolute;
        content: '';
        height: 23px;
        width: 9px;
        right: 2rem;
        margin-top: 5px;
        background: no-repeat url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g transform="scale(.01446 .02168)"><clipPath id="a"><path d="M0 0h623v787H0z"/></clipPath><g clip-path="url(#a)"><path d="M472.394 391.538L.064 53.48 74.662-.02 621.588 391.54l-74.597 53.5L74.66 783.095l-74.595-53.5 472.33-338.058z" fill="#FFFFFF"/></g></g></svg>'); }
    .landing__about__box a:link, .landing__about__box a:active, .landing__about__box a:visited, .landing__about__box a:hover {
      text-decoration: none; }

.current-menu-item {
  background: #3FAEA5;
  color: #fff; }

.authors {
  background: #293266; }
  .authors-container {
    padding: 3rem 0rem 0rem 0rem;
    max-width: 1024px;
    margin: 0 auto; }
    @media (min-width: 680px) {
      .authors-container {
        padding: 6rem 2rem; } }
  .authors__heading {
    font-family: "Swan Story Regular", sans-serif;
    color: white;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    padding: 0 2rem; }
    @media (min-width: 680px) {
      .authors__heading {
        padding: 0; } }
  .authors__box {
    display: flex;
    width: 100%;
    margin: 3rem 0;
    flex-direction: column;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .authors__box {
        flex-direction: row; } }
    .authors__box__info {
      background: #4CC2BD;
      flex: 1 0 auto;
      max-width: calc(100% - 4rem);
      padding: 2rem; }
      @media (min-width: 768px) {
        .authors__box__info {
          max-width: calc(34% - 4rem); } }
      .authors__box__info__img {
        max-width: 100%;
        height: auto;
        display: block;
        margin-bottom: 2rem;
        margin: 0 auto 2rem auto; }
        @media (min-width: 680px) {
          .authors__box__info__img {
            margin: auto auto 2rem auto; } }
      .authors__box__info__link {
        display: block;
        text-align: center;
        margin-bottom: 0.5rem;
        overflow-wrap: break-word; }
        .authors__box__info__link:link, .authors__box__info__link:active, .authors__box__info__link:visited, .authors__box__info__link:hover {
          color: #030404;
          font-weight: bold;
          text-decoration: none; }
        .authors__box__info__link:hover {
          text-decoration: underline; }
      .authors__box__info__instagram {
        outline: none;
        display: block;
        text-align: center;
        margin: 1rem auto; }
    .authors__box__bio {
      padding: 4rem;
      background: white;
      max-width: calc(100% - 8rem); }
      @media (min-width: 768px) {
        .authors__box__bio {
          max-width: calc(66% - 8rem); } }
      .authors__box__bio__heading {
        font-size: 2rem;
        font-family: "cronos-pro", sans-serif;
        margin-bottom: 0.25rem; }
      .authors__box__bio__description {
        font-weight: lighter;
        font-style: italic;
        font-size: 1rem;
        margin-bottom: 1.5rem; }
      .authors__box__bio p {
        margin: 1rem 0;
        font-size: 0.9rem;
        line-height: 1.5rem; }
      .authors__box__bio a:link, .authors__box__bio a:visited, .authors__box__bio a:hover, .authors__box__bio a:active {
        color: #030404; }

.store {
  background: white; }
  .store-container {
    padding: 3rem 0rem 0rem 0rem;
    max-width: 1024px;
    margin: 0 auto; }
    @media (min-width: 680px) {
      .store-container {
        padding: 6rem 2rem; } }
  .store__heading {
    font-family: "Swan Story Regular", sans-serif;
    color: #293266;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    padding: 0 2rem; }
    @media (min-width: 680px) {
      .store__heading {
        padding: 0; } }
  .store__products {
    display: flex;
    flex-wrap: wrap; }
    .store__products__item {
      transform: scale(1);
      transition: transform 0.25s ease-in-out;
      padding: 1rem;
      margin: 1rem;
      flex: 1;
      flex-basis: 100%;
      max-width: calc(100% - 4rem); }
      .store__products__item:link, .store__products__item:visited, .store__products__item:active, .store__products__item:hover {
        outline: none;
        color: #030404;
        text-decoration: none; }
      .store__products__item:hover {
        transform: scale(0.95); }
      @media (min-width: 680px) {
        .store__products__item {
          max-width: calc(50% - 4rem);
          flex-basis: calc(50% - 4rem); } }
      @media (min-width: 768px) {
        .store__products__item {
          max-width: calc(33.3% - 4rem);
          flex-basis: calc(33.3% - 4rem); } }
      @media (min-width: 1024px) {
        .store__products__item {
          max-width: calc(25% - 4rem);
          flex-basis: calc(25% - 4rem); } }
      .store__products__item__box {
        border: solid 1px #293266;
        padding: 1rem; }
        .store__products__item__box__img {
          display: block;
          max-width: 100%;
          height: auto; }
      .store__products__item__title {
        color: #198fcf;
        font-family: "cronos-pro", sans-serif;
        margin: 1rem 0 0.25rem 0; }
      .store__products__item__author {
        font-weight: normal;
        font-size: 0.9rem;
        font-style: italic;
        margin-bottom: 0.25rem; }
      .store__products__item__copy {
        font-size: 0.9rem; }

.about {
  background: #198fcf; }
  .about-container {
    padding: 3rem 0rem 0rem 0rem;
    max-width: 1024px;
    margin: 0 auto; }
    @media (min-width: 680px) {
      .about-container {
        padding: 6rem 2rem; } }
  .about__heading {
    font-family: "Swan Story Regular", sans-serif;
    color: white;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    padding: 0 2rem; }
    @media (min-width: 680px) {
      .about__heading {
        padding: 0; } }
  .about__box {
    margin: 3rem 0;
    background: white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2rem;
    width: calc(100% - 4rem); }
    @media (min-width: 1024px) {
      .about__box {
        padding: 4rem;
        width: calc(100% - 8rem);
        flex-direction: row; } }
    .about__box__copy {
      margin-right: 2rem;
      flex: 1 0 calc(60% - 2rem); }
      .about__box__copy h1, .about__box__copy h2, .about__box__copy h3 {
        font-family: "cronos-pro", sans-serif;
        color: #293266;
        margin-bottom: 0.5rem; }
      .about__box__copy p {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin-bottom: 1.5rem; }
    .about__box__image {
      flex: 1 0 40%;
      margin: 2rem auto 0 auto; }
      .about__box__image__img {
        max-width: 100%;
        height: auto; }

.contact {
  background: #40ba8d; }
  .contact-container {
    padding: 3rem 0rem 0rem 0rem;
    max-width: 1024px;
    margin: 0 auto; }
    @media (min-width: 680px) {
      .contact-container {
        padding: 6rem 2rem; } }
  .contact__heading {
    font-family: "Swan Story Regular", sans-serif;
    color: white;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    text-transform: uppercase;
    padding: 0 2rem; }
    @media (min-width: 680px) {
      .contact__heading {
        padding: 0; } }
  .contact__box {
    margin: 3rem 0;
    background: white;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 2rem;
    width: calc(100% - 4rem); }
    @media (min-width: 1024px) {
      .contact__box {
        padding: 4rem;
        width: calc(100% - 8rem);
        flex-direction: row; } }
    .contact__box h1, .contact__box h2, .contact__box h3 {
      font-family: "cronos-pro", sans-serif;
      color: #293266;
      margin-bottom: 0.5rem; }
    .contact__box p {
      margin: 0.5rem 0; }
    .contact__box__form {
      display: flex;
      flex-wrap: wrap;
      flex-direction: column; }
      .contact__box__form-container {
        display: block;
        width: 100%; }
      .contact__box__form__input {
        display: block;
        max-width: 100%;
        height: 40px;
        text-indent: 1rem;
        margin: 1rem 0 0 0;
        outline: none;
        font-size: 1rem;
        border: solid 1px #9A9A9A; }
        @media (min-width: 680px) {
          .contact__box__form__input {
            max-width: 300px; } }
      .contact__box__form__label {
        font-family: "adelle-sans", sans-serif;
        flex: 1; }
      .contact__box__form__select-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 100%; }
        @media (min-width: 680px) {
          .contact__box__form__select-container {
            max-width: 300px; } }
      .contact__box__form__select {
        display: block;
        max-width: 100%;
        margin: 1rem 0;
        flex: 1;
        font-size: 1rem;
        border: solid 1px #9A9A9A;
        background: transparent;
        padding: 15px 3rem 15px 15px;
        border-radius: 0px;
        -webkit-box-shadow: 0 0px 0 #ccc, 0 0px #fff inset;
        background: no-repeat right url('data:image/svg+xml;utf8,<svg viewBox="0 -5 26 26" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path fill="none" d="M0 0h17.085v17.085H0z"/><path d="M9 10.546l4.85-4.52.77.713L9 11.973l-.767-.714-4.85-4.52.766-.715L9 10.545z" fill="#9B9B9B" serif:id="arrow left"/></svg>');
        color: black;
        border: none;
        outline: none;
        display: inline-block;
        -webkit-appearance: none;
        cursor: pointer;
        border: solid 1px #E9EFF1; }
        @media (min-width: 680px) {
          .contact__box__form__select {
            max-width: 300px; } }
      .contact__box__form__textarea {
        display: block;
        max-width: 100%;
        padding: 1rem;
        outline: none;
        min-height: 150px;
        font-size: 0.9rem;
        margin: 0rem 0 1rem 0;
        border: solid 1px #9A9A9A;
        font-family: "adelle-sans", sans-serif; }
        @media (min-width: 680px) {
          .contact__box__form__textarea {
            max-width: 500px;
            min-width: 500px;
            width: 500px; } }
      .contact__box__form__button {
        max-width: 100%;
        align-self: initial;
        background: #6e7070;
        color: white;
        text-transform: uppercase;
        font-size: 1rem;
        font-family: "adelle-sans", sans-serif;
        outline: none;
        border: none;
        border-radius: 0px;
        margin-top: 1rem;
        letter-spacing: 0.1rem;
        background: #9A9A9A;
        font-size: 0.9rem;
        font-family: "adelle-sans", sans-serif;
        padding: 1rem 1rem;
        transition: background 0.25s ease-in-out; }
        @media (min-width: 680px) {
          .contact__box__form__button {
            align-self: flex-start; } }
  .contact__newsletter {
    background: #293266;
    padding: 4rem; }
    .contact__newsletter__heading {
      text-align: center;
      color: white; }
  .contact__messages {
    margin: 1rem 0;
    padding: 1rem; }

.contact__messages {
  margin: 0;
  padding: 0; }

.form__success {
  color: white;
  background: #40ba8d; }

.form__error {
  color: white;
  background: red; }

.contact__box__form__input, .contact__box__form__select, .contact__box__form__textarea {
  border: solid 1px #9A9A9A; }

.book {
  background: #E9EFF1; }
  .book-container {
    padding: 3rem 0rem 2rem 0rem;
    max-width: 1024px;
    margin: 0 auto; }
    @media (min-width: 680px) {
      .book-container {
        padding: 3rem 2rem; } }
  .book__breadcrumbs {
    display: flex;
    padding: 0 2rem; }
    @media (min-width: 680px) {
      .book__breadcrumbs {
        padding: 0; } }
    .book__breadcrumbs p {
      margin: 0 0.25rem; }
    .book__breadcrumbs a {
      margin: 0 0.25rem; }
      .book__breadcrumbs a:link, .book__breadcrumbs a:hover, .book__breadcrumbs a:active, .book__breadcrumbs a:visited {
        color: #030404;
        text-decoration: none; }
      .book__breadcrumbs a:hover {
        color: #198fcf; }
  .book__product {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 2rem; }
    @media (min-width: 680px) {
      .book__product {
        padding: 2rem 0;
        flex-wrap: nowrap;
        flex-direction: row; } }
    .book__product__images {
      flex: 1 0 100%;
      flex-basis: 100%;
      position: relative; }
      @media (min-width: 680px) {
        .book__product__images {
          flex: 1 0 40%;
          max-width: 40%; } }
      .book__product__images__box {
        padding: 0 1.5rem;
        position: relative; }
      .book__product__images__img {
        max-width: 100%;
        margin: 0 auto;
        display: none; }
        .book__product__images__img:first-of-type {
          display: flex;
          opacity: 1; }
    .book__product__nav {
      position: absolute;
      height: 20px;
      width: 20px;
      top: 50%;
      transform: scale(1);
      transition: transform 0.25s ease-in-out; }
      .book__product__nav:hover {
        cursor: pointer;
        transform: scale(1.2); }
      .book__product__nav--left {
        left: 0; }
      .book__product__nav--right {
        right: 0; }
    .book__product__info {
      flex: 1 0 100%;
      padding: 2rem 0; }
      @media (min-width: 680px) {
        .book__product__info {
          padding: 0 0 0 2rem;
          flex: 1 0 calc(60% - 2rem);
          flex-basis: calc(60% - 2rem); } }
      .book__product__info__title {
        font-family: "cronos-pro", sans-serif;
        font-size: 2.5rem;
        font-weight: lighter; }
      .book__product__info__contributors {
        font-weight: lighter;
        font-size: 1rem;
        font-style: italic; }
        .book__product__info__contributors--author {
          display: block; }
          @media (min-width: 1024px) {
            .book__product__info__contributors--author {
              display: inline; } }
        .book__product__info__contributors--illustrator {
          display: block; }
          @media (min-width: 1024px) {
            .book__product__info__contributors--illustrator {
              display: inline;
              position: relative;
              margin-left: 1.5rem; }
              .book__product__info__contributors--illustrator:before {
                position: absolute;
                content: ' \2022   ';
                margin-left: -1rem; } }
      .book__product__info__description {
        margin: 1rem 0;
        max-width: 500px; }
      .book__product__info__price {
        font-family: "cronos-pro", sans-serif;
        font-size: 2.5rem;
        font-weight: lighter;
        margin: 1rem 0; }
        .book__product__info__price--paperback {
          display: none; }
      .book__product__info__form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column; }
        .book__product__info__form__input {
          display: inline-block;
          max-width: 100%;
          height: 40px;
          text-indent: 1rem;
          margin: 0.5rem 0;
          outline: none;
          border: solid 1px #9A9A9A;
          background: transparent;
          width: 100%;
          font-size: 1rem; }
          @media (min-width: 680px) {
            .book__product__info__form__input {
              width: 50px; } }
        .book__product__info__form__label {
          font-family: "adelle-sans", sans-serif;
          margin-right: 0.5rem;
          min-width: 50px;
          align-self: center; }
        .book__product__info__form__select-container {
          display: flex;
          max-width: 100%; }
          .book__product__info__form__select-container--hear {
            flex-direction: column; }
          .book__product__info__form__select-container label {
            align-self: flex-start; }
        .book__product__info__form__select {
          display: block;
          min-width: 200px;
          margin: 0.5rem 0;
          width: 100%;
          font-size: 1rem;
          text-transform: uppercase;
          background: transparent;
          padding: 15px 3rem 15px 15px;
          border-radius: 0px;
          -webkit-box-shadow: 0 0px 0 #ccc, 0 0px #fff inset;
          background: no-repeat right url('data:image/svg+xml;utf8,<svg viewBox="0 -5 26 26" xmlns="http://www.w3.org/2000/svg" xmlns:serif="http://www.serif.com/" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><path fill="none" d="M0 0h17.085v17.085H0z"/><path d="M9 10.546l4.85-4.52.77.713L9 11.973l-.767-.714-4.85-4.52.766-.715L9 10.545z" fill="#9B9B9B" serif:id="arrow left"/></svg>');
          color: black;
          border: none;
          outline: none;
          display: inline-block;
          -webkit-appearance: none;
          cursor: pointer;
          border: solid 1px #9A9A9A; }
          @media (min-width: 680px) {
            .book__product__info__form__select {
              max-width: 300px; } }
          @media (min-width: 680px) {
            .book__product__info__form__select--hear {
              max-width: 360px !important; } }
        .book__product__info__form__button {
          margin: 2rem 0;
          max-width: 100%;
          align-self: initial;
          background: #9A9A9A;
          color: white;
          text-transform: uppercase;
          font-size: 0.9rem;
          font-family: "adelle-sans", sans-serif;
          padding: 1rem 1rem;
          outline: none;
          border: none;
          border-radius: 0px;
          letter-spacing: 0.1rem;
          transition: background 0.25s ease-in-out; }
          @media (min-width: 680px) {
            .book__product__info__form__button {
              align-self: flex-start; } }
          .book__product__info__form__button:hover {
            cursor: pointer;
            background: #818181; }
      .book__product__info__contact a:link, .book__product__info__contact a:visited, .book__product__info__contact a:hover, .book__product__info__contact a:visited {
        color: #030404; }
  .book__contributors {
    background: #4CC2BD; }
    .book__contributors-container {
      padding: 2rem;
      max-width: 1024px;
      margin: 0 auto;
      display: flex;
      flex-direction: column; }
      @media (min-width: 768px) {
        .book__contributors-container {
          flex-direction: row; } }
    .book__contributors__box {
      margin: 2rem 0;
      flex: 1 0 calc(50% - 4rem); }
      @media (min-width: 768px) {
        .book__contributors__box {
          margin: 2rem; } }
      .book__contributors__box__heading {
        background: #40ba8d;
        padding: 1rem;
        text-transform: uppercase;
        color: white;
        font-size: 1rem;
        font-weight: lighter;
        font-family: "Swan Story Regular", sans-serif; }
      .book__contributors__box__info {
        padding: 1rem;
        background: white; }
      .book__contributors__box__name {
        font-family: "cronos-pro", sans-serif;
        font-weight: 500;
        font-size: 1.5rem; }
      .book__contributors__box__copy {
        font-size: 0.9rem;
        line-height: 1.5rem;
        margin: 1rem 0; }
      .book__contributors__box__cta {
        display: block;
        margin-top: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.1rem;
        position: relative;
        font-weight: lighter; }
        .book__contributors__box__cta:link, .book__contributors__box__cta:hover, .book__contributors__box__cta:active, .book__contributors__box__cta:visited {
          text-decoration: none;
          color: #555656; }
        .book__contributors__box__cta:hover:after {
          transform: translateX(1.5rem); }
        .book__contributors__box__cta:after {
          transition: transform 0.25s ease-in-out;
          position: absolute;
          content: '';
          height: 21px;
          width: 7px;
          top: 6px;
          transform: translateX(1rem);
          background: no-repeat url('data:image/svg+xml;utf8,<svg viewBox="0 0 10 18" xmlns="http://www.w3.org/2000/svg" fill-rule="evenodd" clip-rule="evenodd" stroke-linejoin="round" stroke-miterlimit="1.414"><g transform="scale(.01446 .02168)"><clipPath id="a"><path d="M0 0h623v787H0z"/></clipPath><g clip-path="url(#a)"><path d="M472.394 391.538L.064 53.48 74.662-.02 621.588 391.54l-74.597 53.5L74.66 783.095l-74.595-53.5 472.33-338.058z" fill="#555656"/></g></g></svg>'); }
  .book__share {
    background: #293266; }
    .book__share p {
      color: white;
      text-align: center;
      font-size: 1.1rem;
      letter-spacing: 0.05rem; }
    .book__share-container {
      padding: 4rem 2rem;
      max-width: 1024px;
      margin: 0 auto; }
    .book__share__social {
      display: flex;
      list-style: none;
      justify-content: center; }
      .book__share__social__item {
        margin: 1rem; }
        .book__share__social__item a {
          outline: none; }
          .book__share__social__item a img {
            width: 40px;
            height: 40px; }

.footer {
  background: #E9EFF1; }
  .footer-container {
    padding: 3rem 0; }
  .footer__logo {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .footer__logo__img {
      height: 70px;
      width: 70px; }
  .footer__info {
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: sans-serif;
    margin: 2rem 0;
    flex-direction: column;
    font-size: 0.9rem; }
    @media (min-width: 768px) {
      .footer__info {
        flex-direction: row; } }
    .footer__info__item {
      margin: 0 1rem;
      color: #555656;
      list-style: none; }
      @media (min-width: 768px) {
        .footer__info__item {
          list-style: disc; }
          .footer__info__item:first-child {
            list-style: none; } }
      .footer__info__item__link:link, .footer__info__item__link:active, .footer__info__item__link:visited, .footer__info__item__link:hover {
        color: #555656; }
  .footer__social {
    display: block;
    margin: 0 auto;
    text-align: center; }
    .footer__social_img {
      height: 40px;
      width: 40px; }

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