/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
@charset "UTF-8";
/**
 * variables
 */
.c-header-image .header-image img, .c-blog-feature .blog-feature-image img, .c-blog-archive .blog-item-thumb, .c-blog-archive .blog-item-read-btn, .c-blog-archive .blog-item-excerpt {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute; }

.c-accolades .accolades-nav ul li {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap; }

.c-blog-list .blog-list-item, .c-newsletter-signup .component-wrap, .c-books-list .books-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 600px) {
    .c-blog-list .blog-list-item, .c-newsletter-signup .component-wrap, .c-books-list .books-list-item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }

.c-blog-content .component-wrap, .c-blog-archive .blog-item-header, .c-accolades .accolades-slide, .c-page-content .component-wrap, .c-book-description .book-description-header, .c-book-description .book-description-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 600px) {
    .c-blog-content .component-wrap, .c-blog-archive .blog-item-header, .c-accolades .accolades-slide, .c-page-content .component-wrap, .c-book-description .book-description-header, .c-book-description .book-description-content {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.c-about-the-author .component-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media (max-width: 600px) {
    .c-about-the-author .component-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.c-blog-content .component-wrap article, .c-about-the-author .author-info, .c-newsletter-signup .newsletter-form, .c-accolades .accolades-slide .accolade-image, .c-page-content .component-wrap article, .c-book-description .book-description-header h1, .c-book-description .book-description-text {
  margin-left: calc(1rem + ((100% - 6rem) / 7 * 1)); }
  @media (max-width: 600px) {
    .c-blog-content .component-wrap article, .c-about-the-author .author-info, .c-newsletter-signup .newsletter-form, .c-accolades .accolades-slide .accolade-image, .c-page-content .component-wrap article, .c-book-description .book-description-header h1, .c-book-description .book-description-text {
      margin-left: 0; } }

.c-blog-content .component-wrap article, .c-about-the-author .author-image, .c-newsletter-signup .newsletter-prompt, .c-accolades .accolades-slide .accolade-blurb, .c-page-content .component-wrap article {
  margin-right: calc(1rem + ((100% - 6rem) / 7 * 1)); }
  @media (max-width: 600px) {
    .c-blog-content .component-wrap article, .c-about-the-author .author-image, .c-newsletter-signup .newsletter-prompt, .c-accolades .accolades-slide .accolade-blurb, .c-page-content .component-wrap article {
      margin-right: 0; } }

html {
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  font-size: calc(112.5% + 0.25vw);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-family: "Fanwood Text";
  font-size: 1rem;
  padding: 0;
  margin: 0; }

strong {
  font-weight: normal;
  text-transform: uppercase; }

a {
  color: black;
  border-color: black; }
  a:hover {
    text-decoration: none;
    border-bottom: 1px solid inherit; }

h1, h2, h3, h4, h5 {
  font-family: "Arbutus Slab";
  font-weight: normal; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none; }

h1 {
  font-size: 1.8rem; }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-family: "Fanwood Text";
  font-size: 1.2rem;
  text-transform: uppercase; }

h5 {
  font-family: "Fanwood Text";
  font-size: 1.2rem;
  font-style: italic; }

figure {
  margin: 0; }
  figure img {
    width: 100%; }

img {
  display: block;
  border: none; }

cite {
  font-style: normal; }

p {
  margin-top: 0;
  margin-bottom: 1em; }

time {
  font-variant-numeric: lining-nums;
  -ms-font-feature-settings: "lnum" 1;
  -o-font-feature-settings: "lnum" 1;
  -webkit-font-feature-settings: "lnum" 1;
  font-feature-settings: "lnum" 1;
  text-transform: uppercase; }

blockquote {
  margin: 0;
  padding: 0; }
  blockquote.blurb .blurb-content p:first-child::before {
    content: "\201C"; }
  blockquote.blurb .blurb-content p:last-child::after {
    content: "\201D"; }
  blockquote.blurb .blurb-attribution {
    display: block;
    text-indent: -1em;
    padding-left: 1em; }
    blockquote.blurb .blurb-attribution:before {
      content: "\2014"; }
    blockquote.blurb .blurb-attribution > p {
      display: inline; }

.dark-bg {
  color: white; }
  .dark-bg a {
    color: white; }
  .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5 {
    color: white; }

.link-small {
  font-size: 0.8rem; }

.btn {
  display: inline-block;
  font-size: 0.9rem;
  padding: .6em;
  font-family: "Arbutus Slab";
  color: white;
  border: 1px solid white;
  position: relative;
  border-right: 0;
  text-decoration: none;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  margin: 1px; }
  .btn:before, .btn:after {
    content: '';
    position: absolute;
    border-right: 1px solid white;
    height: 73%;
    right: 0;
    width: 0; }
  .btn:before {
    top: 0;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: rotateZ(-45deg);
            transform: rotateZ(-45deg); }
  .btn:after {
    bottom: 0;
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
    -webkit-transform: rotateZ(45deg);
            transform: rotateZ(45deg); }
  .btn:hover {
    border-width: 2px;
    margin: 0; }
    .btn:hover:before, .btn:hover:after {
      border-width: 2px; }

.btn-dark {
  border-color: black;
  color: black; }
  .btn-dark:before, .btn-dark:after {
    border-color: black; }

.btn-small {
  font-size: 0.7rem; }

.btn-group .link-small {
  display: block;
  margin-bottom: 0.25em; }

.component {
  overflow: hidden;
  position: relative; }
  .component .component-wrap {
    max-width: 1024px;
    margin: 0px auto;
    padding: 2rem 1rem; }
    .component .component-wrap > h1, .component .component-wrap > h2, .component .component-wrap > h3 {
      margin-top: 0; }
  .component.component-full-width .component-wrap {
    max-width: none;
    margin: 0;
    padding: 0; }

.text-content p {
  text-indent: 1rem; }

form.contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-bottom: calc(60px); }
  form.contact-form .grecaptcha-badge {
    -webkit-transition: opacity 200ms, -webkit-filter 200ms;
    transition: opacity 200ms, -webkit-filter 200ms;
    transition: opacity 200ms, filter 200ms;
    transition: opacity 200ms, filter 200ms, -webkit-filter 200ms;
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    opacity: 0.5;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    form.contact-form .grecaptcha-badge:hover {
      opacity: 1;
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
  form.contact-form .contact-form-messages {
    -webkit-transition: max-height 200ms;
    transition: max-height 200ms;
    margin: 1rem 0;
    max-height: 0%;
    overflow: hidden;
    font-style: italic; }
    form.contact-form .contact-form-messages.error, form.contact-form .contact-form-messages.success {
      max-height: 100%; }
  form.contact-form input, form.contact-form textarea {
    display: block;
    width: 100%;
    border: none;
    background: white;
    padding: 0 0.5em;
    margin-bottom: 1rem; }
    form.contact-form input::-webkit-input-placeholder, form.contact-form textarea::-webkit-input-placeholder {
      font-style: italic;
      color: #4d4d4d; }
    form.contact-form input:-ms-input-placeholder, form.contact-form textarea:-ms-input-placeholder {
      font-style: italic;
      color: #4d4d4d; }
    form.contact-form input::-ms-input-placeholder, form.contact-form textarea::-ms-input-placeholder {
      font-style: italic;
      color: #4d4d4d; }
    form.contact-form input::placeholder, form.contact-form textarea::placeholder {
      font-style: italic;
      color: #4d4d4d; }
  form.contact-form input {
    line-height: 1.75em; }
  form.contact-form input[type="text"],
  form.contact-form input[type="email"] {
    font-family: "Fanwood Text";
    font-size: 1.5rem; }
  form.contact-form button {
    background: transparent;
    border: 1px solid white;
    padding: 1px 0;
    line-height: 1.8em;
    color: white;
    font-family: "Arbutus Slab";
    font-size: 1.5rem;
    text-align: center;
    width: 100%;
    cursor: pointer; }
    form.contact-form button[disabled] {
      cursor: wait; }
    form.contact-form button:hover {
      -webkit-filter: invert(1);
              filter: invert(1);
      border-width: 2px;
      padding: 0; }
      form.contact-form button:hover[disabled] {
        -webkit-filter: none;
                filter: none; }
  form.contact-form textarea {
    padding: 0.5em;
    font-size: 1.2rem; }
  form.contact-form .contact-form-message {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2; }

figure.content-image {
  margin-bottom: 1rem;
  max-width: 100%; }
  figure.content-image.align-left {
    float: left;
    margin-right: 1rem; }
  figure.content-image.align-right {
    float: right;
    margin-left: 1rem; }
  figure.content-image.align-center {
    margin-left: auto;
    margin-right: auto; }

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  overflow: hidden;
  max-height: 0;
  background: white; }
  @media (max-width: 800px) {
    .main-header {
      display: block;
      overflow: visible; } }
  .main-header .main-header-title, .main-header .main-header-nav {
    width: 50%;
    padding: 0 1rem; }
    .main-header .main-header-title a, .main-header .main-header-nav a {
      text-decoration: none; }
  .main-header .main-header-title {
    font-family: "Arbutus Slab";
    font-size: 1.2rem;
    line-height: 2.5rem;
    margin: 0; }
    @media (max-width: 800px) {
      .main-header .main-header-title {
        width: 80%; } }
    @media (max-width: 600px) {
      .main-header .main-header-title {
        font-size: 1rem; } }
    .main-header .main-header-title a:hover {
      text-decoration: none; }
  .main-header .main-header-nav {
    font-size: 1rem;
    font-family: "Fanwood Text";
    line-height: 3rem;
    -ms-flex-negative: 2;
        flex-shrink: 2;
    overflow: hidden; }
    @media (max-width: 800px) {
      .main-header .main-header-nav {
        -webkit-transition: max-height 200ms;
        transition: max-height 200ms;
        padding: 0;
        max-height: 0vw;
        width: 100%; } }
    .main-header .main-header-nav a:hover, .main-header .main-header-nav a.selected {
      text-decoration: underline; }
    .main-header .main-header-nav ul {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: right; }
    .main-header .main-header-nav li {
      display: inline-block;
      padding-left: 0.5rem; }
      @media (max-width: 800px) {
        .main-header .main-header-nav li {
          display: block;
          text-align: right;
          padding-right: 1rem;
          background: white;
          font-size: 1.2rem; } }
      .main-header .main-header-nav li a {
        border-color: white; }
        @media (max-width: 800px) {
          .main-header .main-header-nav li a {
            color: black; } }
  .main-header .main-header-menu-button {
    position: absolute;
    height: 2.5rem;
    width: 2.5rem;
    right: 0.75rem;
    top: 0;
    border: none;
    background: transparent; }
    .main-header .main-header-menu-button:before {
      -webkit-transition: -webkit-transform 200ms;
      transition: -webkit-transform 200ms;
      transition: transform 200ms;
      transition: transform 200ms, -webkit-transform 200ms;
      content: '';
      position: absolute;
      width: 1rem;
      height: 1rem;
      right: 0.25rem;
      top: 1.25rem;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      border-radius: 0;
      -webkit-transform: translate(-50%, -75%) rotate(45deg);
              transform: translate(-50%, -75%) rotate(45deg);
      background: transparent;
      cursor: pointer;
      display: none; }
      @media (max-width: 800px) {
        .main-header .main-header-menu-button:before {
          display: block; } }
  @media (max-width: 800px) {
    .main-header.open .main-header-nav {
      max-height: 100vw; }
    .main-header.open .main-header-menu-button:before {
      -webkit-transform: translate(-50%, -25%) rotate(-135deg);
              transform: translate(-50%, -25%) rotate(-135deg); } }
  .main-header.default {
    background: white;
    max-height: 2.5rem;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1); }
    .main-header.default .main-header-title a, .main-header.default .main-header-nav a {
      color: black; }
    .main-header.default .main-header-menu-button:before {
      border-right-color: black;
      border-bottom-color: black; }
  .main-header.top {
    position: absolute;
    background: transparent;
    max-height: 2.5rem; }
    .main-header.top .main-header-title a, .main-header.top .main-header-nav a {
      color: white; }
    @media (max-width: 800px) {
      .main-header.top .main-header-title a {
        color: white; } }
    @media (max-width: 800px) {
      .main-header.top .main-header-nav li {
        background: rgba(255, 255, 255, 0.8); } }
    @media (max-width: 800px) {
      .main-header.top .main-header-nav a {
        color: black; } }
    @media (max-width: 800px) {
      .main-header.top.open {
        background: rgba(255, 255, 255, 0.8); } }
    @media (max-width: 800px) {
      .main-header.top.open .main-header-title a, .main-header.top.open .main-header-nav a {
        color: black; } }
    .main-header.top.open .main-header-menu-button:before {
      border-right-color: black;
      border-bottom-color: black; }

body.light-bg-header .main-header.top {
  background: rgba(255, 255, 255, 0.8); }
  body.light-bg-header .main-header.top .main-header-title a, body.light-bg-header .main-header.top .main-header-nav a {
    color: black; }
  @media (max-width: 800px) {
    body.light-bg-header .main-header.top .main-header-nav li {
      background: rgba(255, 255, 255, 0.8); } }
  body.light-bg-header .main-header.top .main-header-menu-button:before {
    border-right-color: black;
    border-bottom-color: black; }

.main-footer {
  background-color: var(--accent-color, #4d4d4d);
  color: white;
  font-size: 0.9rem;
  text-align: right;
  padding: 1rem; }
  .main-footer .footer-nav {
    display: block;
    margin-bottom: 0.5rem; }
    .main-footer .footer-nav ul {
      list-style: none;
      padding: 0;
      margin: 0; }
    .main-footer .footer-nav li {
      display: inline-block;
      padding-left: 0.5em; }
      @media (max-width: 600px) {
        .main-footer .footer-nav li {
          display: block;
          padding: 0.25em 0;
          text-align: center;
          font-size: 1rem; } }
      .main-footer .footer-nav li a {
        color: white; }
  @media (max-width: 600px) {
    .main-footer .footer-copyright {
      text-align: center; } }

@-webkit-keyframes load-bobble {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
  50% {
    -webkit-transform: translate(-50%, 33%);
            transform: translate(-50%, 33%); }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); } }

@keyframes load-bobble {
  0% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); }
  50% {
    -webkit-transform: translate(-50%, 33%);
            transform: translate(-50%, 33%); }
  100% {
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%); } }

@-webkit-keyframes dots {
  0% {
    content: 'Loading...'; }
  33% {
    content: 'Loading..'; }
  66% {
    content: 'Loading.'; }
  100% {
    content: 'Loading'; } }

@keyframes dots {
  0% {
    content: 'Loading...'; }
  33% {
    content: 'Loading..'; }
  66% {
    content: 'Loading.'; }
  100% {
    content: 'Loading'; } }

.c-splash {
  width: 100vw;
  height: 120vh;
  background-color: black; }
  .c-splash .scroll-prompt {
    -webkit-transition: bottom 500ms, color 200ms, -webkit-transform 500ms;
    transition: bottom 500ms, color 200ms, -webkit-transform 500ms;
    transition: bottom 500ms, transform 500ms, color 200ms;
    transition: bottom 500ms, transform 500ms, color 200ms, -webkit-transform 500ms;
    position: absolute;
    left: 50%;
    -webkit-transform: rotate(0deg) translate(-50%, 0);
            transform: rotate(0deg) translate(-50%, 0);
    bottom: 50vh;
    width: auto;
    height: 2rem;
    -webkit-animation-name: load-bobble;
            animation-name: load-bobble;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
    @media (max-width: 600px) {
      .c-splash .scroll-prompt {
        bottom: 25vh; } }
    .c-splash .scroll-prompt:after {
      content: 'Loading...';
      text-align: center;
      -webkit-animation-name: dots;
              animation-name: dots;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      color: white;
      font-size: 1.2rem;
      font-style: italic; }
    .c-splash .scroll-prompt.loaded {
      -webkit-animation: none;
              animation: none;
      width: 2rem;
      bottom: 25vh;
      border-right: 1px solid white;
      border-bottom: 1px solid white;
      -webkit-transform: rotate(45deg) translate(-50%, 0);
              transform: rotate(45deg) translate(-50%, 0); }
      .c-splash .scroll-prompt.loaded:before, .c-splash .scroll-prompt.loaded:after {
        display: none; }
  .c-splash .splash-bg,
  .c-splash .splash-mg,
  .c-splash .splash-fg {
    -webkit-transition: opacity 300ms;
    transition: opacity 300ms;
    position: absolute;
    opacity: 0; }
    .c-splash .splash-bg.loaded,
    .c-splash .splash-mg.loaded,
    .c-splash .splash-fg.loaded {
      opacity: 1; }
  .c-splash .splash-bg {
    width: 100%;
    height: auto;
    right: 0;
    top: 0; }
  .c-splash .splash-mg.align-left, .c-splash .splash-fg.align-left {
    left: 0; }
  .c-splash .splash-mg.align-right, .c-splash .splash-fg.align-right {
    right: 0; }
  .c-splash .splash-mg.align-top, .c-splash .splash-fg.align-top {
    top: 0; }
  .c-splash .splash-mg.align-bottom, .c-splash .splash-fg.align-bottom {
    bottom: 0; }
  .c-splash .splash-mg.favor-width, .c-splash .splash-fg.favor-width {
    width: 100%; }
    @media (max-width: 600px) {
      .c-splash .splash-mg.favor-width, .c-splash .splash-fg.favor-width {
        width: auto;
        height: 60%; } }
    @media (max-width: 600px) {
      .c-splash .splash-mg.favor-width.align-left, .c-splash .splash-fg.favor-width.align-left {
        left: -25vw; } }
    @media (max-width: 600px) {
      .c-splash .splash-mg.favor-width.align-right, .c-splash .splash-fg.favor-width.align-right {
        right: -25vw; } }
  .c-splash .splash-mg.favor-height, .c-splash .splash-fg.favor-height {
    height: 100%; }
    @media (max-width: 600px) {
      .c-splash .splash-mg.favor-height.align-right, .c-splash .splash-fg.favor-height.align-right {
        right: -25vw; } }
    @media (max-width: 600px) {
      .c-splash .splash-mg.favor-height.align-left, .c-splash .splash-fg.favor-height.align-left {
        left: -25vw; } }
  .c-splash .splash-bg-fade {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(var(--accent-color-rgb, 76.5, 76.5, 76.5), 0.5)), to(rgba(var(--accent-color-rgb, 76.5, 76.5, 76.5), 0)));
    background: linear-gradient(to right, rgba(var(--accent-color-rgb, 76.5, 76.5, 76.5), 0.5) 50%, rgba(var(--accent-color-rgb, 76.5, 76.5, 76.5), 0)); }
  .c-splash .callout {
    color: white;
    position: absolute;
    left: 0;
    top: 15vh;
    width: 50vw;
    padding: 2rem;
    padding-right: 1rem; }
    @media (max-width: 800px) {
      .c-splash .callout {
        top: 2.5rem;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem; } }
    .c-splash .callout a {
      color: white; }
    .c-splash .callout .blurb {
      margin-bottom: 1rem; }
    .c-splash .callout .blurb-content {
      font-family: "Fanwood Text";
      font-size: 1.8rem; }
      @media (max-width: 800px) {
        .c-splash .callout .blurb-content {
          font-size: 1.5rem; } }
      .c-splash .callout .blurb-content p:first-child::before {
        content: ''; }
      .c-splash .callout .blurb-content p:first-child:first-letter {
        float: left;
        font-size: 2.9em;
        line-height: 1em;
        padding-right: 0.1em; }
    .c-splash .callout .teaser .teaser-content, .c-splash .callout .teaser .teaser-description {
      margin-bottom: 1.5rem; }
    .c-splash .callout .teaser .teaser-content {
      font-size: 1.8rem; }
      .c-splash .callout .teaser .teaser-content p {
        margin-bottom: 0; }
    .c-splash .callout .teaser .teaser-description p {
      margin-bottom: 0; }
  .c-splash.light-bg .splash-bg-fade {
    display: block; }

@media (max-width: 800px) {
  .c-connect-splash {
    height: auto; } }

.c-connect-splash:after {
  display: none; }

.c-connect-splash .callout {
  top: 10vh;
  padding-top: 1em; }
  @media (max-width: 800px) {
    .c-connect-splash .callout {
      position: static;
      padding-top: 10vh; } }

.c-connect-splash .contact-form-container {
  color: white;
  position: absolute;
  right: 0;
  top: 10vh;
  bottom: 20vh;
  width: 50vw;
  padding: 2rem;
  padding-left: 1rem; }
  @media (max-width: 800px) {
    .c-connect-splash .contact-form-container {
      position: static;
      width: 100%; } }

.c-header-image .header-image {
  overflow: hidden;
  width: 100%;
  height: 50vh;
  background-size: cover;
  background-position: center center; }
  .c-header-image .header-image figcaption {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 1rem;
    padding-bottom: 0.25em; }
    .c-header-image .header-image figcaption a {
      font-size: 0.7rem;
      text-decoration: none;
      color: white;
      font-style: italic; }
      body.light-bg-header .c-header-image .header-image figcaption a {
        color: black; }

.c-blog-list .blog-list-item {
  margin-bottom: 1.5rem; }
  .c-blog-list .blog-list-item:last-child {
    margin-bottom: 0; }

.c-blog-list .blog-item-thumb {
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
          flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
  overflow: hidden;
  height: 175px; }
  @media (max-width: 600px) {
    .c-blog-list .blog-item-thumb {
      padding-right: 1rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(4rem + ((100% - 6rem) / 7 * 4));
              flex: 0 0 calc(4rem + ((100% - 6rem) / 7 * 4)); } }
  .c-blog-list .blog-item-thumb > a {
    display: block;
    height: 100%;
    overflow: hidden; }
  .c-blog-list .blog-item-thumb img {
    height: 100%;
    width: auto;
    margin-left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }

.c-blog-list .blog-item-header {
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
          flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }
  @media (max-width: 600px) {
    .c-blog-list .blog-item-header {
      padding-right: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(2rem + ((100% - 6rem) / 7 * 3));
              flex: 1 0 calc(2rem + ((100% - 6rem) / 7 * 3)); } }

.c-blog-list .blog-item-title {
  margin-top: 0.5rem;
  font-family: "Fanwood Text";
  font-size: 1.2rem; }

.c-blog-list .blog-item-date {
  font-size: 0.7rem; }

.c-blog-list .blog-item-read-btn {
  position: absolute;
  left: 0;
  bottom: 0; }

.c-blog-list .blog-item-excerpt {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(2rem + ((100% - 6rem) / 7 * 3));
          flex: 1 1 calc(2rem + ((100% - 6rem) / 7 * 3));
  padding-right: 0;
  -ms-flex: 1 1 calc(3rem + ((100% - 6rem) / 7 * 3));
      flex: 1 1 calc(3rem + ((100% - 6rem) / 7 * 3));
  padding-top: 1rem;
  font-size: 0.9rem;
  color: #4d4d4d; }
  .c-blog-list .blog-item-excerpt p {
    margin-bottom: 0; }

.c-blog-content .component-wrap article {
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(4rem + ((100% - 6rem) / 7 * 5));
          flex: 1 0 calc(4rem + ((100% - 6rem) / 7 * 5)); }
  @media (max-width: 600px) {
    .c-blog-content .component-wrap article {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }
  .c-blog-content .component-wrap article .blog-article-header {
    margin-bottom: 1rem; }
  .c-blog-content .component-wrap article .blog-title {
    margin-bottom: 0.5rem; }
  .c-blog-content .component-wrap article .blog-date {
    font-style: italic; }

.c-blog-feature .component-wrap {
  height: 50vh;
  min-height: 24rem; }
  @media (max-width: 600px) {
    .c-blog-feature .component-wrap {
      min-height: 22rem; } }

.c-blog-feature .blog-feature-image {
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center; }

.c-blog-feature .blog-feature-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(255, 255, 255, 0.7)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0)); }
  @media (max-width: 600px) {
    .c-blog-feature .blog-feature-backdrop {
      background: rgba(255, 255, 255, 0.7); } }

.c-blog-feature .blog-feature-info {
  position: absolute;
  bottom: 0;
  width: 50%;
  padding: 2rem;
  padding-right: 0; }
  @media (max-width: 800px) {
    .c-blog-feature .blog-feature-info {
      width: 100%;
      padding: 1rem; } }

.c-blog-feature .blog-feature-title {
  font-family: "Fanwood Text";
  margin-top: 0.5rem;
  margin-bottom: 1rem; }
  @media (max-width: 600px) {
    .c-blog-feature .blog-feature-title {
      font-size: 1.2rem; } }

.c-blog-feature .blog-feature-date {
  font-size: 0.8rem; }
  @media (max-width: 600px) {
    .c-blog-feature .blog-feature-date {
      font-size: 0.7rem; } }

.c-blog-feature .blog-feature-excerpt {
  margin-bottom: 1.5rem; }
  @media (max-width: 600px) {
    .c-blog-feature .blog-feature-excerpt {
      font-size: 0.9rem; } }

.c-blog-archive .blog-list-item {
  margin-bottom: 1rem; }

.c-blog-archive .blog-item-header {
  position: relative; }

.c-blog-archive .blog-item-date {
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(1rem + ((100% - 6rem) / 7 * 1));
          flex: 0 0 calc(1rem + ((100% - 6rem) / 7 * 1));
  display: block;
  line-height: 1.4rem;
  font-size: 0.7rem;
  text-align: right; }
  @media (max-width: 600px) {
    .c-blog-archive .blog-item-date {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }
  @media (max-width: 600px) {
    .c-blog-archive .blog-item-date {
      text-align: left; } }

.c-blog-archive .blog-item-title {
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(5rem + ((100% - 6rem) / 7 * 6));
          flex: 1 0 calc(5rem + ((100% - 6rem) / 7 * 6));
  margin-top: 0.5rem;
  font-family: "Fanwood Text";
  font-size: 1.2rem;
  margin: 0; }
  @media (max-width: 600px) {
    .c-blog-archive .blog-item-title {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }

.c-buy {
  background-color: var(--accent-color, #4d4d4d);
  background-position: center 50%;
  will-change: background-position;
  background-size: cover;
  color: white; }
  .c-buy .component-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    @media (max-width: 600px) {
      .c-buy .component-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-buy .buy-title {
    margin-top: 0; }
  .c-buy .buy-description {
    padding-right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
            flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2)); }
    @media (max-width: 600px) {
      .c-buy .buy-description {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-right: 0; } }
  .c-buy .buy-image {
    padding-right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
            flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2)); }
    @media (max-width: 600px) {
      .c-buy .buy-image {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-right: 0; } }
  .c-buy .buy-info {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(2rem + ((100% - 6rem) / 7 * 3));
            flex: 1 0 calc(2rem + ((100% - 6rem) / 7 * 3));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 600px) {
      .c-buy .buy-info {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-right: 0; } }
    @media (max-width: 600px) {
      .c-buy .buy-info {
        margin-top: 1rem; } }
  .c-buy .btn-group {
    margin-top: 2rem; }

.c-about-the-author .author-info {
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(3rem + ((100% - 6rem) / 7 * 3));
          flex: 0 0 calc(3rem + ((100% - 6rem) / 7 * 3)); }
  @media (max-width: 600px) {
    .c-about-the-author .author-info {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }

.c-about-the-author .author-title {
  margin-top: 0; }

.c-about-the-author .author-bio {
  margin-bottom: 1rem; }

.c-about-the-author .author-image {
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(1rem + ((100% - 6rem) / 7 * 2));
          flex: 1 0 calc(1rem + ((100% - 6rem) / 7 * 2)); }
  @media (max-width: 600px) {
    .c-about-the-author .author-image {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }
  @media (max-width: 600px) {
    .c-about-the-author .author-image {
      margin-bottom: 1rem; } }

.c-newsletter-signup {
  background-color: var(--accent-color, #4d4d4d);
  color: white; }
  .c-newsletter-signup .newsletter-form {
    padding-right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(3rem + ((100% - 6rem) / 7 * 3));
            flex: 0 0 calc(3rem + ((100% - 6rem) / 7 * 3));
    -ms-flex-negative: 1;
        flex-shrink: 1; }
    @media (max-width: 600px) {
      .c-newsletter-signup .newsletter-form {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-right: 0; } }
  .c-newsletter-signup input {
    display: block;
    width: 100%;
    border: none;
    line-height: 1.75em;
    text-align: center;
    margin-bottom: 1rem; }
    .c-newsletter-signup input::-webkit-input-placeholder {
      font-style: italic; }
    .c-newsletter-signup input:-ms-input-placeholder {
      font-style: italic; }
    .c-newsletter-signup input::-ms-input-placeholder {
      font-style: italic; }
    .c-newsletter-signup input::placeholder {
      font-style: italic; }
  .c-newsletter-signup .newsletter-email {
    background: white;
    color: #4d4d4d;
    font-family: "Fanwood Text";
    font-size: 1.5rem; }
  .c-newsletter-signup .newsletter-submit {
    border: 1px solid white;
    padding: 1px 0;
    background: transparent;
    color: white;
    font-size: 1.5rem;
    cursor: pointer; }
    .c-newsletter-signup .newsletter-submit:hover {
      -webkit-filter: invert(1);
              filter: invert(1);
      border-width: 2px;
      padding: 0; }
  .c-newsletter-signup .newsletter-prompt {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(1rem + ((100% - 6rem) / 7 * 2));
            flex: 1 0 calc(1rem + ((100% - 6rem) / 7 * 2));
    font-style: italic;
    font-size: 0.9rem;
    position: relative; }
    @media (max-width: 600px) {
      .c-newsletter-signup .newsletter-prompt {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-right: 0; } }
    .c-newsletter-signup .newsletter-prompt p {
      position: absolute;
      bottom: 0;
      left: 0; }
      @media (max-width: 600px) {
        .c-newsletter-signup .newsletter-prompt p {
          position: static; } }

.c-books-list .books-list-item {
  margin-bottom: 1.5rem; }

.c-books-list .books-item-thumb {
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(1rem + ((100% - 6rem) / 7 * 1));
          flex: 0 0 calc(1rem + ((100% - 6rem) / 7 * 1));
  width: 120px; }
  @media (max-width: 600px) {
    .c-books-list .books-item-thumb {
      padding-right: 1rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(3rem + ((100% - 6rem) / 7 * 3));
              flex: 0 0 calc(3rem + ((100% - 6rem) / 7 * 3)); } }

.c-books-list .books-item-header {
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
          flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 600px) {
    .c-books-list .books-item-header {
      padding-right: 0;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 calc(3rem + ((100% - 6rem) / 7 * 4));
              flex: 1 0 calc(3rem + ((100% - 6rem) / 7 * 4)); } }

.c-books-list .books-item-title {
  margin-top: 0;
  font-size: 1rem; }

.c-books-list .books-item-description {
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(4rem + ((100% - 6rem) / 7 * 4));
          flex: 1 1 calc(4rem + ((100% - 6rem) / 7 * 4));
  font-size: 0.9rem;
  color: #4d4d4d; }
  @media (max-width: 600px) {
    .c-books-list .books-item-description {
      margin-top: 1rem; } }

.c-accolades {
  background-color: var(--accent-color, #4d4d4d);
  color: white;
  background-position: center 50%;
  will-change: background-position;
  background-size: cover; }
  .c-accolades .accolades-slideshow {
    cursor: -webkit-grab;
    cursor: grab; }
  .c-accolades .accolades-slide .accolade-image {
    padding-right: 1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
            flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2)); }
    @media (max-width: 600px) {
      .c-accolades .accolades-slide .accolade-image {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-right: 0; } }
    @media (max-width: 600px) {
      .c-accolades .accolades-slide .accolade-image {
        display: none; } }
  .c-accolades .accolades-slide .accolade-blurb {
    padding-right: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 calc(2rem + ((100% - 6rem) / 7 * 3));
            flex: 1 0 calc(2rem + ((100% - 6rem) / 7 * 3));
    font-size: 1.2rem; }
    @media (max-width: 600px) {
      .c-accolades .accolades-slide .accolade-blurb {
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
        padding-right: 0; } }
    @media (max-width: 600px) {
      .c-accolades .accolades-slide .accolade-blurb {
        font-size: 1rem; } }
    .c-accolades .accolades-slide .accolade-blurb .blurb-content {
      font-family: "Arbutus Slab"; }
  .c-accolades .accolades-nav {
    position: absolute;
    right: 1rem;
    bottom: 1rem; }
    .c-accolades .accolades-nav ul {
      display: block;
      list-style: none;
      padding: 0;
      margin: 0; }
      .c-accolades .accolades-nav ul li {
        margin-right: 0.5rem;
        display: inline-block;
        width: 0.5rem;
        height: 0.5rem;
        border-radius: 0.25rem;
        background: white;
        opacity: 0.5;
        cursor: pointer; }
      .c-accolades .accolades-nav ul li.selected {
        opacity: 1.0; }

.c-page-content .component-wrap article {
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(4rem + ((100% - 6rem) / 7 * 5));
          flex: 1 0 calc(4rem + ((100% - 6rem) / 7 * 5)); }
  @media (max-width: 600px) {
    .c-page-content .component-wrap article {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }
  .c-page-content .component-wrap article .page-article-header {
    margin-bottom: 1rem; }
  .c-page-content .component-wrap article .page-title {
    margin-bottom: 0; }
  .c-page-content .component-wrap article .page-subtitle {
    font-family: "Fanwood Text";
    font-size: 1.2rem;
    font-style: italic;
    margin-top: 0.5rem; }
    .c-page-content .component-wrap article .page-subtitle i, .c-page-content .component-wrap article .page-subtitle em {
      font-style: normal; }

.c-book-description .book-description-header h1 {
  margin-right: calc(2rem + ((100% - 6rem) / 7 * 2));
  padding-right: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(3rem + ((100% - 6rem) / 7 * 4));
          flex: 1 0 calc(3rem + ((100% - 6rem) / 7 * 4)); }
  @media (max-width: 600px) {
    .c-book-description .book-description-header h1 {
      margin-right: 0; } }
  @media (max-width: 600px) {
    .c-book-description .book-description-header h1 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }

.c-book-description .book-description-text {
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(4rem + ((100% - 6rem) / 7 * 4));
          flex: 0 0 calc(4rem + ((100% - 6rem) / 7 * 4)); }
  @media (max-width: 600px) {
    .c-book-description .book-description-text {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }

.c-book-description .book-description-quote {
  padding-right: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2));
          flex: 0 0 calc(2rem + ((100% - 6rem) / 7 * 2)); }
  @media (max-width: 600px) {
    .c-book-description .book-description-quote {
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
      padding-right: 0; } }
  @media (max-width: 600px) {
    .c-book-description .book-description-quote {
      margin-top: 2rem; } }
  .c-book-description .book-description-quote .blurb-content {
    font-family: "Arbutus Slab";
    font-size: 1.2rem;
    color: var(--accent-color, #4d4d4d); }
