* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body, p, li {
  font-family: questa-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #707179;
}

.eyebrow {
  font-size: 24px;
  line-height: 32px;
  color: rgba(250, 250, 250, 0.5);
  letter-spacing: normal;
}

h2 {
  color: #011776;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: -1px;
}

@media (max-width: 500px) {
  h2 {
    font-size: 34px;
    line-height: 42px;
  }
}

h3 {
  color: #011776;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
  /* identical to box height, or 133% */
  letter-spacing: -0.5px;
  margin: 8px 0;
}

@media (max-width: 500px) {
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
}

h4 {
  color: #011776;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
}

p {
  letter-spacing: -0.01em;
  line-height: 24px;
  margin: 8px 0;
}

img {
  max-width: 100%;
}

section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 140px 40px 40px 40px;
}

@media (max-width: 800px) {
  section {
    padding-top: 40px;
  }
}

a.cta {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  background: #FFA200;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  color: #011776;
  margin-top: 12px;
  display: inline-block;
}

header {
  background: #011776 url("assets/headerbg.svg") repeat-y center center;
  color: white;
}

@media (max-width: 800px) {
  header {
    background: #011776;
  }
}

header .container {
  padding: 0px 40px 0px 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 80px;
          column-gap: 80px;
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  header .container {
    -webkit-column-gap: 40px;
            column-gap: 40px;
  }
}

@media (max-width: 800px) {
  header .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  header .container .the-book {
    padding-left: 24px;
    padding-right: 24px;
  }
  header .container .about-the-book {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 80px;
  }
}

@media (max-width: 550px) {
  header .container {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  header .container .the-book {
    padding-left: 0px;
    padding-right: 0px;
  }
  header .container .about-the-book {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }
}

.header {
  text-align: center;
}

h1 {
  font-family: plantin, sans-serif;
  color: #F6F6F6;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 80px;
  margin: 16px 0 4px 0;
}

@media (max-width: 1200px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }
}

@media (max-width: 800px) {
  h1 {
    font-size: 40px;
    line-height: 48px;
  }
}

@media (max-width: 500px) {
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
}

.about-the-book {
  padding-top: 40px;
  padding-bottom: 40px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.about-the-book p {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  color: rgba(250, 250, 250, 0.9);
}

@media (max-width: 1200px) {
  .about-the-book p {
    font-size: 20px;
    line-height: 32px;
  }
}

.about-the-book p.subcopy {
  font-weight: normal;
  letter-spacing: normal;
  margin-top: 16px;
  font-size: 16px;
  line-height: 24px;
  color: rgba(250, 250, 250, 0.7);
}

@media (max-width: 800px) {
  .about-the-book {
    padding-top: 0;
  }
}

.the-book {
  background: url("assets/headerbg-book.svg") center center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 800px) {
  .the-book {
    background: url("assets/bookbg-smallwidth.svg") top center #011776 no-repeat;
    margin-left: -40px;
    margin-right: -40px;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  .the-book img {
    max-width: 70%;
  }
}

@media (max-width: 500px) {
  .the-book img {
    max-width: 100%;
  }
}

nav {
  background: white;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.04);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

nav::after {
  content: "";
  clear: both;
  display: table;
}

nav ol {
  list-style-type: none;
  padding-left: 0;
  margin-left: -16px;
}

nav ol li {
  display: inline-block;
  margin: 0;
}

nav ol li a {
  display: inline-block;
  padding: 24px 16px;
}

nav ol li a:hover {
  background: #F6F6F6;
}

nav ol li a.active {
  border-bottom: 4px solid #011776;
}

/*
#toggle {
    float: left;

    margin: 16px;
    max-width: none;

    display: none;

    @media (max-width: 800px) {
        display: block;
    }
}
*/
#nav {
  float: left;
}

@media (max-width: 800px) {
  #nav {
    display: none;
  }
}

.small-viewport {
  padding: 24px 16px;
  display: inline-block;
  float: left;
  font-size: 18px;
  line-height: 24px;
  color: #011776;
  margin-left: -16px;
}

@media (min-width: 800px) {
  .small-viewport {
    display: none;
  }
}

.social-share img {
  max-width: none;
}

.twitter {
  background: url("assets/twitter.svg") no-repeat;
  height: 40px;
  width: 40px;
  display: inline-block;
  content: "";
}

.cta-order {
  display: inline-block;
  float: right;
  margin-top: 16px;
}

.nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
}

.social-share {
  /*
    display: grid;
    grid-template-columns: 1fr auto;
    align-self: center;
    */
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

a {
  text-decoration: none;
  color: #011776;
}

.cta-order {
  display: inline-block;
}

.cta-order a .discount {
  font-weight: bold;
  font-size: 18px;
  color: white;
  padding: 8px 16px 8px 16px;
  border: none;
  border-radius: 24px 0px 0 24px;
  color: #011776;
  background: #FFA200;
  float: left;
}

.cta-order a .pre {
  background: #011776;
  font-weight: bold;
  font-size: 18px;
  color: white;
  padding: 8px 16px 8px 16px;
  border: none;
  border-radius: 24px;
  float: left;
}

#mc_embed_signup {
  margin-top: 12px;
}

.mc-field-group {
  margin-top: 12px;
  margin-right: 8px;
  float: left;
}

@media (max-width: 800px) {
  .mc-field-group {
    width: 80%;
  }
}

input[type="email"] {
  font-size: 16px;
  line-height: 24px;
  padding: 16px 12px;
  border: none;
  border-radius: 8px;
  width: 280px;
}

@media (max-width: 800px) {
  input[type="email"] {
    width: 100%;
  }
}

.contents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  -webkit-column-gap: 90px;
          column-gap: 90px;
}

@media (max-width: 900px) {
  .contents {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 70px;
            column-gap: 70px;
  }
}

@media (max-width: 800px) {
  .contents {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.contents > div {
  padding-top: 64px;
}

.images {
  padding-top: 48px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
          column-gap: 24px;
}

@media (max-width: 800px) {
  .images {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    row-gap: 20px;
  }
}

.images img {
  border-radius: 12px;
}

.quotes {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
          column-gap: 24px;
  row-gap: 24px;
  margin-top: 48px;
}

@media (max-width: 800px) {
  .quotes {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.quotes > div {
  padding: 48px;
  border: 1px solid #EEEEEE;
  border-radius: 16px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
      grid-template-rows: 1fr auto;
}

@media (max-width: 800px) {
  .quotes > div {
    padding: 24px;
  }
}

.byline {
  display: -ms-grid;
  display: grid;
}

.byline div {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.person {
  margin-top: 24px;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 16px;
          column-gap: 16px;
  -ms-grid-columns: 64px 1fr;
      grid-template-columns: 64px 1fr;
}

.person p {
  margin: 0;
  line-height: 16px;
}

ul li {
  list-style: none;
  line-height: 24px;
  padding-top: 4px;
}

.dan {
  margin-top: 48px;
}

div.dan p {
  width: 49%;
  margin: 0 auto 24px auto;
}

@media (max-width: 800px) {
  div.dan p {
    width: 100%;
  }
}

footer {
  width: 100%;
  background: #011776;
  background: url("assets/footer.svg") top center #011776 no-repeat;
  text-align: center;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 100px;
}

footer h2 {
  color: #F6F6F6;
}

footer p {
  font-size: 20px;
  line-height: 28px;
  color: #F6F6F6;
  width: 49%;
  margin: 24px auto 24px auto;
}

@media (max-width: 800px) {
  footer p {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
  }
}

footer p a {
  color: #FFA200;
}
/*# sourceMappingURL=styles.css.map */