/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}


body {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  line-height: 1.75;
}

.prehead {
  margin-bottom: -1.5em;
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  line-height: 1.25;
}
h1.big, h2.big, h3.big, h4.big, h5.big, h6.big {
  font-size: 3rem;
  text-transform: uppercase;
}
@media screen and (max-width: 40em) {
  h1.big, h2.big, h3.big, h4.big, h5.big, h6.big {
    font-size: 2.25rem;
  }
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}

p.big {
  font-size: 1.5em;
}

a {
  text-decoration-thickness: 0.125em;
  text-underline-offset: 1.5px;
}

hr {
  border: 0;
  border-top: 2px solid #f37d39;
  margin: 4em 0;
}

audio {
  width: 30em;
  max-width: 100%;
}

.container {
  width: 70em;
  max-width: 90vw;
  margin: 0 auto;
  box-sizing: border-box;
}

section {
  padding: 4em 0;
}
section.blue {
  background: #1a3260;
  color: #fff;
}
section.blue a {
  color: #f37d39;
}
section.turquoise {
  background: #0199a6;
  color: #fff;
}

#hero .content {
  display: flex;
  align-items: center;
}
#hero .book {
  max-width: 50%;
  max-height: 43em;
  margin: 0 6em 0 0;
  margin-bottom: -6em;
  transform-origin: 0 50%;
}
#hero h1 {
  font-size: 3.5em;
  line-height: 1;
  margin-bottom: 2rem;
  color: #1a3260;
}
#hero p {
  max-width: 35em;
}

#overview {
  padding: 6em 0;
  background: #1a3260 url("/img/swirl.gif") bottom center no-repeat;
  background-size: cover;
}
#overview h2 {
  font-size: 2em;
}

#quotes {
  padding: 6em 0;
}
#quotes h2 {
  font-size: 2em;
  margin-bottom: 1rem;
  text-align: center;
}

#author {
  z-index: 2;
  position: relative;
}
#author .content {
  display: flex;
  align-items: center;
}
#author .content .photo {
  margin-left: 6em;
  margin: -6em 0 -4em 6em;
  flex: 0 0 30em;
  order: 2;
}
#author .content .photo img {
  max-width: 100%;
  display: block;
}
#author .social-media {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
#author .social-media li {
  margin-right: 2em;
}
#author .social-media svg {
  fill: #fff;
  width: 1.5em;
  height: 1.5em;
}

@media screen and (max-width: 899px) {
  #author .content .photo {
    flex: 0 0 50%;
    margin: 0 0 0 2em;
  }
}
@media screen and (max-width: 750px) {
  #author .content {
    display: block;
  }
  #author .content .photo {
    float: right;
    margin: 0 0 1em 1em;
    max-width: 50vw;
  }
}
#sample {
  padding: 6em 0 12em;
  text-align: center;
}
#sample h2 {
  font-size: 2em;
}

.button-row {
  display: flex;
  margin: 2em -0.25em;
  flex-wrap: wrap;
}
.button-row .button {
  margin: 0.25em;
  flex: 1 0 9em;
  white-space: nowrap;
}

.button {
  display: block;
  background: #0199a6;
  color: #fff;
  padding: 0.8em 1.5em;
  text-decoration: none;
  border-radius: 0.333em;
  text-align: center;
  line-height: 1;
  transition: transform 500ms, box-shadow 500ms;
  box-shadow: 0 0.15em 0.15em rgba(1, 153, 166, 0);
}
.button * {
  display: inline;
}
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0.15em 0.3em rgba(1, 153, 166, 0.33);
}
.button .amazon, .button svg {
  max-height: 1em;
  display: inline;
  vertical-align: -30%;
}
.button.buy-button {
  background: #FFA41C;
  color: #000;
  box-shadow: 0 0.15em 0.15em rgba(255, 164, 28, 0);
}
.button.buy-button:hover {
  box-shadow: 0 0.15em 0.3em rgba(255, 164, 28, 0.33);
}

#path8, #path10 {
  fill: #000 !important;
  /* Similar syntax to box-shadow */
}

.row {
  display: flex;
  margin: 0 -2em;
}
.row .col {
  flex: 0 1 50%;
  margin: 0 2em;
}

.quotes {
  display: flex;
  margin: 0 -2em;
  flex-wrap: wrap;
}
.quotes .quote {
  box-sizing: border-box;
  flex: 1 0 50%;
  margin: 2em 0;
  padding: 0 2em;
}
.quotes .quote:last-child {
  flex: 0 0 44%;
}

blockquote {
  border-left: 0.25em solid #bec2cc;
  padding-left: 2em;
  margin: 0;
}

.cite {
  display: flex;
  align-items: center;
}
.cite .avatar {
  height: 8em;
  width: 8em;
  flex: 0 0 8em;
  margin-right: 1.5em;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.cite .avatar img {
  max-height: 100%;
  display: block;
}
.cite .author {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 1.25em;
}
.cite .author .details {
  display: block;
  font-size: 0.8em;
  color: #6f7889;
}

@media screen and (max-width: 1050px) {
  #hero .book {
    margin: 0 4em 0 0;
    margin-bottom: -6em;
    max-width: 40%;
  }
  #hero h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 799px) {
  #hero .content {
    flex-direction: column;
  }
  #hero .book {
    margin: 0;
    margin-bottom: -6.5em;
    max-width: 100%;
    order: 5;
  }
  .row {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .quotes {
    display: block;
    margin: 0 -1em;
  }
  .quotes .quote {
    padding: 0 1em;
  }
}
@media screen and (max-width: 499px) {
  .cite {
    flex-direction: column;
    align-items: flex-start;
  }
  .cite .avatar {
    margin: 0 0 1em;
  }
}
.book-title {
  white-space: nowrap;
}

.what-youll-learn {
  font-size: 1.25em;
}

@media screen and (min-width: 50em) {
  .conclusion {
    font-size: 1.5em;
  }
}
.brand-growth-feature {
  margin: 3em 2em 0;
  text-align: center;
  flex: 1;
}
.brand-growth-feature ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}
.brand-growth-feature ul li {
  max-width: 20em;
  font-size: 1.25em;
}
.brand-growth-feature ul li img {
  display: block;
  margin: 2em auto;
  height: 4em;
}

@media screen and (max-width: 599px) {
  .brand-growth-feature ul {
    display: block;
    margin: 0 auto;
  }
  .brand-growth-feature ul li {
    margin: 0 auto;
  }
}
#book-bar {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.1), 0 0.4em 0.8em rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 800ms;
}
#book-bar .button-row {
  width: 100%;
  flex: 1;
  margin: 0;
}
#book-bar .container {
  max-width: 95vw;
  display: flex;
  align-items: center;
}
#book-bar .container a {
  flex: 1;
  margin-left: 1em;
}
#book-bar .container img {
  transform: translateY(-50%);
  transition: transform 800ms;
  margin-right: 2em;
  max-height: 12em;
  margin-bottom: -4em;
  box-shadow: 0 0.2em 0.4em rgba(0, 0, 0, 0.1), 0 0.4em 0.8em rgba(0, 0, 0, 0.1);
}
#book-bar.show {
  transform: translateY(0);
}
#book-bar.show .container img {
  transform: translateY(0);
}

@media screen and (max-width: 35em) {
  #book-bar {
    top: unset;
    bottom: 0;
    box-shadow: 0 -0.2em 0.4em rgba(0, 0, 0, 0.1), 0 -0.4em 0.8em rgba(0, 0, 0, 0.1);
    transform: translateY(100%);
  }
  #book-bar .optional {
    display: none;
  }
  #book-bar .button {
    padding: 0.8em;
  }
  #book-bar .container a {
    margin-left: 0.333em;
  }
  #book-bar .container img {
    transform: translateY(50%);
    margin-bottom: unset;
    margin-top: -4em;
    margin-right: 0.5em;
    max-height: 8em;
    box-shadow: 0 -0.2em 0.4em rgba(0, 0, 0, 0.1), 0 -0.4em 0.8em rgba(0, 0, 0, 0.1);
  }
}
#sample .container {
  width: 45em;
}

#sample-form {
  position: relative;
}
#sample-form .row {
  display: flex;
  margin: 0 auto;
  max-width: 30em;
}
#sample-form .success {
  border: 2px solid #bfc;
  color: #bfc;
  font-size: 1.25em;
}
#sample-form .loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(1, 153, 166, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
}
#sample-form .loading svg {
  margin-right: 1em;
}
#sample-form .loading svg path {
  fill: #fff;
}
#sample-form input, #sample-form button {
  font-size: 1.5em;
  padding: 0.5em 1em;
  box-sizing: border-box;
}
#sample-form input[type=text],
#sample-form input[type=email],
#sample-form input[type=password],
#sample-form input[type=number] {
  background: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  color: #fff;
  flex: 1;
  width: 100%;
}
#sample-form button {
  border: 0;
  border-bottom: 2px solid #00273d;
  margin-left: 1em;
  background: #004d66;
  color: #fff;
  border-radius: 0.25em;
}
#sample-form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(255, 255, 255, 0.7);
  opacity: 1; /* Firefox */
}
#sample-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(255, 255, 255, 0.7);
}
#sample-form ::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(255, 255, 255, 0.7);
}

/* added for google recaptcha */
.g-recaptcha > div {
  margin: 10px auto 0px auto;
}

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