/*
██████  ███    ███
██   ██ ████  ████
██   ██ ██ ████ ██
██   ██ ██  ██  ██
██████  ██      ██

Theme Name: David Maraniss
Author: ZEBRADOG
Author URI: https://www.zebradog.com
Version: 2018.09.20
*/

/*
Color Palette:
#F6F6ED
#E7E1CE
#CEA933
#E42A25
#565551
#2C2A26
*/

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup,  menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
* {
  box-sizing: border-box;
}

/* Generic */
:root {
  font-size: 16px;
}
html, body {
  background-color: #F6F6ED;
  height: 100%;
  width: 100%;
}
html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  color: #2C2A26;
  font-family: 'Montserrat', sans-serif;
  font-size: 1rem;
}

[hidden] {
  display: none;
}

[tabindex="-1"]:focus {
  outline-style: none;
}

/* Page */
.dm-o-page {
  display: flex;
  flex-direction: column;
  position: relative;
}
  .dm-o-page--content {
    overflow: hidden;
  }
  .dm-o-page--footer {
    background-color: #E7E1CE;
    flex: 1 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .dm-o-page--header {
    flex: 0 0 auto;
    position: relative;
    z-index: 3;
  }
    .dm-o-page--header-fixed {
      left: 0;
      position: fixed;
      top: 0;
      width: 100%;
    }
    .admin-bar .dm-o-page--header-fixed {
      top: 46px;
    }
  .dm-o-page--main {
    flex: 0 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 2;
  }
  .dm-o-page--modal {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
  }

  .dm-o-page--content.dm-u-pjax-add {
    animation: dm-animation-fadeIn 0.5s ease-in-out 0s 1 normal both;
    position: relative;
    z-index: 2;
  }
  .dm-o-page--content.dm-u-pjax-add.dm-u-pjax-forward {
    animation-name: dm-animation-fadeRightShortIn;
  }
  .dm-o-page--content.dm-u-pjax-add.dm-u-pjax-backward {
    animation-name: dm-animation-fadeLeftShortIn;
  }
  .dm-o-page--content.dm-u-pjax-remove {
    animation: dm-animation-fadeOut 0.5s ease-in-out 0s 1 normal both;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .dm-o-page--content.dm-u-pjax-remove.dm-u-pjax-forward {
    animation-name: dm-animation-fadeRightShortOut;
  }
  .dm-o-page--content.dm-u-pjax-remove.dm-u-pjax-backward {
    animation-name: dm-animation-fadeLeftShortOut;
  }
  .dm-o-page--content-transition {
    height: 100vh;
    overflow: hidden;
  }

.dm-o-page-headerExpanded,
.dm-o-page-modalOpen {
  overflow: hidden;
}

.dm-o-page-pjax.page-id-186 .dm-o-page--footer {
  animation: dm-animation-fadeIn 0.5s ease 0s 1 normal both;
  flex-grow: 1;
}

/* WPCF7 */
.wpcf7-form {}
  .wpcf7-form label {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.875em;
    letter-spacing: 2px;
    margin: 0 0 0.75em 0;
    text-transform: uppercase;
  }
  .wpcf7-form input[type=checkbox],
  .wpcf7-form input[type=radio] {
    margin-right: 0.5em;
    vertical-align: middle;
  }
  .wpcf7-form input[type=date],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=number],
  .wpcf7-form input[type=tel],
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=url],
  .wpcf7-form select,
  .wpcf7-form textarea {
    border: 0;
    border-radius: 0;
    display: block;
    font-family: sans-serif;
    font-size: 1em;
    line-height: 1.5;
    width: 100%;
  }
  .wpcf7-form textarea {
    min-height: 1.5em;
    resize: vertical;
  }
  .wpcf7-form--action {
    text-align: center;
  }
  .wpcf7-form--field {
    margin-bottom: 1em;
  }

  span.wpcf7-not-valid-tip {
    color: #AB201C;
    font-size: 0.75em;
    line-height: 2;
  }
  div.wpcf7-response-output {
    border: none;
    margin: 2em 1em 0 1em;
    padding: 0.5em 1em;
    text-align: center;
  }
  div.wpcf7-validation-errors,
  div.wpcf7-acceptance-missing {
    background-color: #AB201C;
    border: none;
    color: #FFFFFF;
  }
  div.wpcf7-mail-sent-ok {
    background-color: #2A924A;
    color: #FFFFFF;
  }

/*
██    ██ ████████ ██ ██      ██ ████████ ██    ██
██    ██    ██    ██ ██      ██    ██     ██  ██
██    ██    ██    ██ ██      ██    ██      ████
██    ██    ██    ██ ██      ██    ██       ██
 ██████     ██    ██ ███████ ██    ██       ██
*/

/* Utility: Lazy Load */
.dm-u-lazyLoad {}
  .dm-u-lazyLoad-loaded {}
  .dm-u-lazyLoad-loading,
  .dm-u-lazyLoad-pending {
    animation-play-state: paused;
    visibility: hidden;
  }

/* Utility: Reveal */
.dm-u-reveal {
  animation-delay: 0s;
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  transform-origin: center center;
}
  .dm-u-reveal--container {
    perspective: 90em;
  }

  /* dm-u-revealDelay */
  .dm-u-revealDelay-250 {
    animation-delay: 0.25s;
  }
  .dm-u-revealDelay-500,
  .dm-u-revealDelay-fastest {
    animation-delay: 0.5s;
  }
  .dm-u-revealDelay-faster {
    animation-delay: 0.666s;
  }
  .dm-u-revealDelay-750 {
    animation-delay: 0.75s;
  }
  .dm-u-revealDelay-fast {
    animation-delay: 0.8s;
  }
  .dm-u-revealDelay-1000,
  .dm-u-revealDelay-normal {
    animation-delay: 1s;
  }
  .dm-u-revealDelay-1250,
  .dm-u-revealDelay-slow {
    animation-delay: 1.25s;
  }
  .dm-u-revealDelay-1500,
  .dm-u-revealDelay-slow {
    animation-delay: 1.5s;
  }
  .dm-u-revealDelay-1750 {
    animation-delay: 1.75s;
  }
  .dm-u-revealDelay-2000,
  .dm-u-revealDelay-slowest {
    animation-delay: 2s;
  }

  /* dm-u-revealMethod-fadeDownIn */
  .dm-u-reveal-ready {
    opacity: 0;
  }
  .dm-u-reveal-play {
    opacity: 1;
  }

  .dm-u-revealMethod-fadeDownIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeDownIn;
  }
  .dm-u-revealMethod-fadeDownShortIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeDownShortIn;
  }
  .dm-u-revealMethod-fadeIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeIn;
  }
  .dm-u-revealMethod-fadeLeftIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeLeftIn;
  }
  .dm-u-revealMethod-fadeLeftShortIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeLeftShortIn;
  }
  .dm-u-revealMethod-fadeRightIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeRightIn;
  }
  .dm-u-revealMethod-fadeRightShortIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeRightShortIn;
  }
  .dm-u-revealMethod-fadeUpIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeUpIn;
  }
  .dm-u-revealMethod-fadeUpShortIn.dm-u-reveal-play {
    animation-name: dm-animation-fadeUpShortIn;
  }

  /* dm-u-revealSpeed */
  .dm-u-revealSpeed-default,
  .dm-u-revealSpeed-normal {
    animation-duration: 1s;
  }
  .dm-u-revealSpeed-fast {
    animation-duration: 0.8s;
  }
  .dm-u-revealSpeed-faster {
    animation-duration: 0.666s;
  }
  .dm-u-revealSpeed-fastest {
    animation-duration: 0.5s;
  }
  .dm-u-revealSpeed-slow {
    animation-duration: 1.25s;
  }
  .dm-u-revealSpeed-slower {
    animation-duration: 1.5s;
  }
  .dm-u-revealSpeed-slowest {
    animation-duration: 2.0s;
  }

/* Utility: Screen Reader */
.dm-u-screenReader {
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.dm-u-screenReader-focusable {}
  .dm-u-screenReader-focusable:active,
  .dm-u-screenReader-focusable:focus {
    clip: auto;
    clip-path: none;
    height: auto;
    overflow: visible;
    position: static;
    white-space: normal;
    width: auto;
  }

/* Utility: Scroll Behavior */
.dm-u-scrollBehavior-auto {
  scroll-behavior: auto;
}
.dm-u-scrollBehavior-smooth {
  scroll-behavior: smooth;
}

/* Utility: WYSIWYG */
.dm-u-wysiwyg {
  line-height: 1.5;
}
  .dm-u-wysiwyg > * + *,
  .dm-u-wysiwyg blockquote > * + * {
    margin-top: 1.5em;
  }
  .dm-u-wysiwyg:after {
    clear: both;
    content: '';
    display: block;
  }
  .dm-u-wysiwyg a {
    color: #E42A25;
    text-decoration: none;
  }
  .dm-u-wysiwyg a:active,
  .dm-u-wysiwyg a:focus,
  .dm-u-wysiwyg a:hover {
    color: #AB201C;
  }
  .dm-u-wysiwyg b,
  .dm-u-wysiwyg strong {
    font-weight: 700;
  }
  .dm-u-wysiwyg blockquote {
    background-color: rgba(255, 255, 255, 0.5);
    border-left: 0.125em solid rgba(206, 182, 0, 0.5);
    padding: 1em;
  }
  .dm-u-wysiwyg em,
  .dm-u-wysiwyg i {
    font-style: italic;
  }
  .dm-u-wysiwyg h1,
  .dm-u-wysiwyg h2,
  .dm-u-wysiwyg h3,
  .dm-u-wysiwyg h4,
  .dm-u-wysiwyg h5,
  .dm-u-wysiwyg h6 {
    font-family: 'Playfair Display', serif;
    font-size: 1.25em;
    font-weight: 700;
    margin-bottom: 0.4em;
    text-transform: uppercase;
  }
  .dm-u-wysiwyg img {
    max-width: 100%;
  }
  .dm-u-wysiwyg img.aligncenter {
    display: block;
    margin: 0 auto;
  }
  .dm-u-wysiwyg img.alignleft {
    float: left;
    margin-right: 1.5em;
  }
  .dm-u-wysiwyg img.alignright {
    float: right;
    margin-left: 1.5em;
  }
  .dm-u-wysiwyg ol,
  .dm-u-wysiwyg ul {
    padding-left: 1.5em;
  }
  .dm-u-wysiwyg u {
    text-decoration: underline;
  }

/*
██   ██ ███████ ██    ██ ███████ ██████   █████  ███    ███ ███████ ███████
██  ██  ██       ██  ██  ██      ██   ██ ██   ██ ████  ████ ██      ██
█████   █████     ████   █████   ██████  ███████ ██ ████ ██ █████   ███████
██  ██  ██         ██    ██      ██   ██ ██   ██ ██  ██  ██ ██           ██
██   ██ ███████    ██    ██      ██   ██ ██   ██ ██      ██ ███████ ███████
*/

@keyframes dm-animation-fadeDownIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dm-animation-fadeDownShortIn {
  0% {
    opacity: 0;
    transform: translate3d(0, -8rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dm-animation-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes dm-animation-fadeLeftIn {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dm-animation-fadeLeftShortIn {
  0% {
    opacity: 0;
    transform: translate3d(8rem, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dm-animation-fadeLeftShortOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(8rem, 0, 0);
  }
}

@keyframes dm-animation-fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes dm-animation-fadeRightIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dm-animation-fadeRightShortIn {
  0% {
    opacity: 0;
    transform: translate3d(-8rem, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dm-animation-fadeRightShortOut {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-8rem, 0, 0);
  }
}

@keyframes dm-animation-fadeUpIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes dm-animation-fadeUpShortIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 8rem, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}


/*
 ██████  ██████  ███    ███ ██████   ██████  ███    ██ ███████ ███    ██ ████████
██      ██    ██ ████  ████ ██   ██ ██    ██ ████   ██ ██      ████   ██    ██
██      ██    ██ ██ ████ ██ ██████  ██    ██ ██ ██  ██ █████   ██ ██  ██    ██
██      ██    ██ ██  ██  ██ ██      ██    ██ ██  ██ ██ ██      ██  ██ ██    ██
 ██████  ██████  ██      ██ ██       ██████  ██   ████ ███████ ██   ████    ██
*/

/* Component: Award */
.dm-c-award {
  text-align: center;
}
  .dm-c-award--details {
    margin: 1em 0;
  }
  .dm-c-award--details li {
    color: #565551;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    list-style-type: none;
    text-transform: uppercase;
  }
  .dm-c-award--details li + li {
    margin-top: 0.333333em;
  }
  .dm-c-award--image {
    line-height: 0;
    margin-bottom: 1em;
  }
  .dm-c-award--image img {
    max-width: 100%;
    width: 6em;
  }
  .dm-c-award--link {
    color: #E42A25;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.25s ease;
  }
  .dm-c-award--link:active,
  .dm-c-award--link:focus,
  .dm-c-award--link:hover {
    color: #AB201C;
  }
  .dm-c-award--subtitle {
    color: #565551;
    font-size: 0.875em;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .dm-c-award--title {
    font-family: 'Playfair Display', sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
  }

/* Component: Awards */
.dm-c-awards {
  padding: 0 1em;
}
  .dm-c-awards--item {}
  .dm-c-awards--item + .dm-c-awards--item {
    margin-top: 4em;
  }
  .dm-c-awards--items {
    list-style-type: none;
    margin: 0 auto;
    max-width: 30em;
  }

.dm-c-awards-interactive {}
  .dm-c-awards-interactive .dm-c-awards--more {
    margin-top: 4em;
  }
  .dm-c-awards-interactive .dm-c-awards--moreButton {
    text-align: center;
  }
  .dm-c-awards-interactive .dm-c-awards--moreContent {
    display: none;
  }

  .dm-c-awards-interactive .dm-c-awards--more-expanded {}
    .dm-c-awards-interactive .dm-c-awards--more-expanded .dm-c-awards--moreButton {
      display: none;
    }
    .dm-c-awards-interactive .dm-c-awards--more-expanded .dm-c-awards--moreContent {
      display: block;
    }

/* Component: Book Callout */
.dm-c-bookCallout {
  padding: 0 1em;
}
  .dm-c-bookCallout--book {
    display: inline-block;
    line-height: 0;
    position: relative;
    transform: rotate3d(0, 1, 0, -15deg) scale(0.875);
    transform-origin: center center;
    transform-style: preserve-3d;
    transition: transform 0.25s ease;
  }
  .dm-c-bookCallout--cover {
    display: inline-block;
    position: relative;
    z-index: 2;
  }
  .dm-c-bookCallout--cover img {
    max-width: 100%;
    width: 14em;
  }
  .dm-c-bookCallout--item {
    text-align: center;
  }
  .dm-c-bookCallout--items {
    list-style-type: none;
  }
  .dm-c-bookCallout--link {
    filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.25));
    display: inline-block;
    perspective: 90em;
    transition: filter 0.25s ease;
  }
  .dm-c-bookCallout--link:active,
  .dm-c-bookCallout--link:focus,
  .dm-c-bookCallout--link:hover {
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.125));
  }
  .dm-c-bookCallout--link:active .dm-c-bookCallout--book,
  .dm-c-bookCallout--link:focus .dm-c-bookCallout--book,
  .dm-c-bookCallout--link:hover .dm-c-bookCallout--book {
    transform: rotate3d(0, 0, 0, 0) scale(1);
  }
  .dm-c-bookCallout--book:after {
    backface-visibility: visible;
    background-color: #DDDDDD;
    background-image: repeating-linear-gradient(to left, transparent, transparent 2px, rgba(0, 0, 0, 0.25) 2px, rgba(0, 0, 0, 0.25) 4px);
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotateY(-90deg) translateZ(-1px);
    transform-origin: center right;
    width: 4em;
    z-index: 1;
  }

/* Component: Book Hero */
.dm-c-bookHero {
  overflow: hidden;
}
  .dm-c-bookHero--awards {
    margin-bottom: 1.5em;
    padding: 0 1em;
    text-align: center;
  }
  .dm-c-bookHero--awards li {
    color: #565551;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    list-style-type: none;
    text-transform: uppercase;
  }
  .dm-c-bookHero--awards li + li {
    margin-top: 0.333333em;
  }
  .dm-c-bookHero--book {
    margin: 0 auto;
    max-width: 26em;
    padding: 2em 1em 0 1em;
    text-align: center;
  }
  .dm-c-bookHero--content {
    padding: 3em 0 2em 0;
  }
  .dm-c-bookHero--cover {
    line-height: 0;
  }
  .dm-c-bookHero--cover img {
    box-shadow: 0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.68);
    max-width: 100%;
  }
  .dm-c-bookHero--details {
    list-style-type: none;
    margin-top: 1.5em;
  }
  .dm-c-bookHero--details li {
    color: #565551;
    display: inline;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .dm-c-bookHero--details li + li:before {
    content: ' | ';
  }
  .dm-c-bookHero--heading {
    margin-bottom: 1.5em;
  }
  .dm-c-bookHero--image {
    background-color: #2C2A26;
    line-height: 0;
  }
  .dm-c-bookHero--image img {
    width: 100%;
  }
  .dm-c-bookHero--purchase {
    margin-top: 1.5em;
    text-align: center;
  }
  .dm-c-bookHero--quote,
  .dm-c-bookHero--quoteBackground {
    background-color: #CEA933;
  }
  .dm-c-bookHero--synopsis {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 75ch;
    padding: 0 1em;
  }

.dm-c-bookHero-interactive {}
  .dm-c-bookHero-interactive .dm-c-bookHero--moreButton {
    text-align: center;
  }
  .dm-c-bookHero-interactive .dm-c-bookHero--moreContent {
    display: none;
  }

  .dm-c-bookHero-interactive .dm-c-bookHero--more-expanded {}
    .dm-c-bookHero-interactive .dm-c-bookHero--more-expanded .dm-c-bookHero--moreButton {
      display: none;
    }
    .dm-c-bookHero-interactive .dm-c-bookHero--more-expanded .dm-c-bookHero--moreContent {
      display: block;
    }

/* Component: Book List */
.dm-c-bookList {
  margin: 0 auto;
  max-width: 98em;
}
  .dm-c-bookList--author {
    color: #565551;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1.5;
    margin-bottom: 0.333333em;
    text-transform: uppercase;
  }
  .dm-c-bookList--book {
    color: inherit;
    display: block;
    text-decoration: none;
  }
  .dm-c-bookList--cover {
    line-height: 0;
    margin-bottom: 1em;
  }
  .dm-c-bookList--cover img {
    width: 100%;
  }
  .dm-c-bookList--item {
    margin-bottom: 4em;
  }
  .dm-c-bookList--item:last-child {
    margin-bottom: 0;
  }
  .dm-c-bookList--items {
    list-style-type: none;
    padding: 2em 1em;
  }
  .dm-c-bookList--more {
    color: #E42A25;
    font-size: 0.875em;
    font-weight: 500;
    margin-top: 1.5em;
    text-transform: uppercase;
    transition: color 0.25s ease;
  }
  .dm-c-bookList--more:active,
  .dm-c-bookList--more:focus,
  .dm-c-bookList--more:hover {
    color: #AB201C;
  }
  .dm-c-bookList--subtitle {
    color: #565551;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 1.125em;
    text-transform: uppercase;
  }
  .dm-c-bookList--synopsis {
    line-height: 1.5;
  }
  .dm-c-bookList--title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.333333em;
  }

.dm-c-bookList-interactive {}
  .dm-c-bookList-interactive .dm-c-bookList--control {
    background-color: #FFFFFF;
    border: 2px solid #CEA933;
    color: #565551;
  }
  .dm-c-bookList-interactive .dm-c-bookList--control button {
    background: transparent;
    border: 0;
    color: inherit;
    display: block;
    font-size: 0.75em;
    font-weight: 700;
    height: 3em;
    letter-spacing: 2px;
    line-height: 1.5;
    overflow: hidden;
    padding: 0.75em 1em;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    width: 100%;
  }
    .dm-c-bookList-interactive .dm-c-bookList--control-active {
      background-color: #CEA933;
      color: #2C2A26;
    }
  .dm-c-bookList-interactive .dm-c-bookList--controls {
    list-style-type: none;
    margin: 2em auto 0 auto;
    padding: 0 1em;
  }

/* Component: Button */
.dm-c-button {
  -webkit-appearance: none;
  background-color: rgba(44, 42, 38, 0);
  border: 2px solid #2C2A26;
  border-radius: 1.5em;
  color: #2C2A26;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  font-size: 1em;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 1.25;
  margin: 0;
  padding: 0.875em 2em;
  text-align: initial;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.25s ease;
  transition-property: background-color, color;
  white-space: normal;
}
  .dm-c-button:active,
  .dm-c-button:focus,
  .dm-c-button:hover {
    background-color: #2C2A26;
    color: #FFFFFF;
  }
  .dm-c-button--container {
    padding: 0 1em;
  }
    .dm-c-button--container-center {
      text-align: center;
    }
    .dm-c-button--container-left {
      text-align: left;
    }
    .dm-c-button--container-right {
      text-align: right;
    }

  .dm-c-button-primary {
    background-color: #E42A25;
    border-color: transparent;
    color: #FFFFFF;
  }
    .dm-c-button-primary:active,
    .dm-c-button-primary:focus,
    .dm-c-button-primary:hover {
      background-color: #AB201C;
    }

  .dm-c-button-solid {
    background-color: #2C2A26;
    border-color: transparent;
    color: #FFFFFF;
  }
    .dm-c-button-solid:active,
    .dm-c-button-solid:focus,
    .dm-c-button-solid:hover {
      background-color: #080807;
    }

  .dm-c-button-small {
    font-size: 0.75em;
  }

/* Component: Carousel */
.dm-c-carousel {
  overflow: hidden;
  position: relative;
}
  .dm-c-carousel--control {
    flex: 0 1 auto;
    margin: 0 0.5em;
  }
  .dm-c-carousel--control button {
    background-color: rgba(173, 169, 155, 0);
    border: 2px solid #ADA99B;
    border-radius: 100%;
    display: block;
    font-size: 1em;
    height: 1.5em;
    padding: 0;
    position: relative;
    transition: background-color 0.25s ease;
    width: 1.5em;
  }
  .dm-c-carousel--control button:after {
    content: '';
    height: 150%;
    left: -25%;
    position: absolute;
    top: -25%;
    width: 150%;
  }
    .dm-c-carousel--control-active {}
    .dm-c-carousel--control-active button {
      background-color: rgba(173, 169, 155, 1);
    }
  .dm-c-carousel--controls {
    display: flex;
    justify-content: center;
    list-style-type: none;
    padding: 0 1em;
  }
  .dm-c-carousel--item {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .dm-c-carousel--item > * {
    flex: 1 1 auto;
  }

.dm-c-carousel-interactive {}
  .dm-c-carousel-interactive .dm-c-carousel--item {
    display: none;
  }
    .dm-c-carousel-interactive .dm-c-carousel--item-active {
      display: flex;
    }
    .dm-c-carousel-interactive .dm-c-carousel--item-height {
      display: block;
      pointer-events: none;
      position: absolute;
      visibility: hidden;
    }
    .dm-c-carousel-interactive .dm-c-carousel--item-height.dm-c-carousel--item-active {
      position: static;
      visibility: visible;
    }

.dm-c-carousel-hero {}
  .dm-c-carousel-hero .dm-c-carousel--controls {
    bottom: 1em;
    position: absolute;
    width: 100%;
    z-index: 2;
  }
  .dm-c-carousel-hero .dm-c-carousel--items {
    position: relative;
    z-index: 1;
  }

.dm-c-carousel-reviews {
  background-color: #E7E1CE;
}

.dm-c-carousel-reviews.dm-c-carousel-interactive {
  padding-bottom: 2em;
}

/* Component: Contact */
.dm-c-contact {}
  .dm-c-contact--form {
    margin: 0 auto;
    max-width: 60em;
  }

/* Component: Date */
.dm-c-date {
  align-items: center;
  background-color: #E42A25;
  border-radius: 100%;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 8em;
  justify-content: center;
  text-align: center;
  width: 8em;
}
  .dm-c-date--day {
    font-family: 'Montserrat', sans-serif;
    font-size: 3.5em;
    font-weight: 100;
    letter-spacing: 2px;
    line-height: 1;
  }
  .dm-c-date--month {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1;
    text-transform: uppercase;
  }

/* Component: Embed */
.dm-c-embed {
  margin: 0 auto;
  max-width: 60em;
}
  .dm-c-embed--caption {
    color: #565551;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 1.6em;
    text-transform: uppercase;
    position: relative;
  }
  .dm-c-embed--caption:before {
    background-color: #CEB600;
    content: '';
    height: 0.125em;
    left: calc(100% + 0.4em);
    position: absolute;
    top: 50%;
    width: 100vw;
  }
  .dm-c-embed--container {
    background-color: #E7E1CE;
    overflow: hidden;
    padding: 2em 1em;
  }
  .dm-c-embed--oembed {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .dm-c-embed--oembed > * {
    max-width: 100%;
  }

.dm-c-embed-16x9 {}
  .dm-c-embed-16x9 .dm-c-embed--oembed {
    padding-top: 56.25%;
    position: relative;
  }

.dm-c-embed-4x3 {}
  .dm-c-embed-4x3 .dm-c-embed--oembed {
    padding-top: 75%;
    position: relative;
  }

.dm-c-embed-16x9 .dm-c-embed--oembed > *,
.dm-c-embed-4x3 .dm-c-embed--oembed > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Component: Embeds */
.dm-c-embeds {}
  .dm-c-embeds--item {
    margin-bottom: 2em;
    text-align: center;
  }
  .dm-c-embeds--item:last-child {
    margin-bottom: 0;
  }
  .dm-c-embeds--items {
    list-style-type: none;
    margin: 0 auto;
    max-width: 98em;
    padding: 2em 1em;
  }
  .dm-c-embeds--oembed {
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .dm-c-embeds--oembed > * {
    max-width: 100%;
  }

/* Component: Empty */
.dm-c-empty {
  border: 2px solid #E7E1CE;
  display: inline-block;
  font-style: italic;
  padding: 1em;
}
  .dm-c-empty--container {
    text-align: center;
  }

/* Component: Event */
.dm-c-event {}
  .dm-c-event--date {
    display: flex;
    justify-content: center;
    margin-bottom: 1.5em;
  }
  .dm-c-event--description,
  .dm-c-event--details {
    margin-bottom: 1.5em;
  }
  .dm-c-event--details address {
    display: block;
    margin-top: 1.5em;
  }
  .dm-c-event--details strong {
    font-weight: 600;
  }
  .dm-c-event--details time {
    display: block;
  }
  .dm-c-event--link {
    color: #E42A25;
    font-weight: 500;
    letter-spacing: 2px;
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.25s ease;
  }
  .dm-c-event--link:active,
  .dm-c-event--link:focus,
  .dm-c-event--link:hover {
    color: #AB201C;
  }
  .dm-c-event--summary {
    color: #565551;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1em;
    text-transform: uppercase;
  }
  .dm-c-event--title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 1em;
  }

.dm-c-event-list {
  border: 2px solid #E7E1CE;
  color: inherit;
  display: block;
  padding: 1em;
  text-decoration: none;
}

.dm-c-event-singular {
  margin: 0 auto;
  max-width: 98em;
  max-width: calc(17.5em + 60ch);
  padding: 0 1em;
}
  .dm-c-event-singular .dm-c-event--description {
    margin-bottom: 3em;
  }

/* Component: Event List */
.dm-c-eventList {
  padding: 0 1em;
}
  .dm-c-eventList--item + .dm-c-eventList--item {
    margin-top: 2em;
  }
  .dm-c-eventList--items {
    list-style-type: none;
    margin: 0 auto;
    max-width: 90em;
  }

/* Component: Footer */
.dm-c-footer {
  color: #565551;
  overflow: hidden;
  padding: 2em 0;
  position: relative;
  z-index: 0;
}
  .dm-c-footer--background {
    display: none;
    height: 100%;
    left: 0;
    object-position: center center;
    object-fit: cover;
    opacity: 0.1;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  .dm-c-footer--backlink {
    opacity: 0.75;
    transition: opacity 0.25s ease;
  }
  .dm-c-footer--backlink:active,
  .dm-c-footer--backlink:focus,
  .dm-c-footer--backlink:hover {
    opacity: 1;
  }
  .dm-c-footer--backlink img {
    height: 1em;
    max-width: 100%;
  }
  .dm-c-footer--bottom {
    padding: 0 1em;
    text-align: center;
  }
  .dm-c-footer--column-form {
    margin-bottom: 4em;
  }
  .dm-c-footer--column-content {
    margin-bottom: 2em;
  }
  .dm-c-footer--contact {
    display: none;
  }
  .dm-c-footer--copyright {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1em;
    text-transform: uppercase;
  }
  .dm-c-footer--form {
    padding: 0 1em;
  }
  .dm-c-footer--heading {
    margin-bottom: 2em;
  }
  .dm-c-footer--inquiries {
    margin: 0 0 2em 0;
    padding: 0 1em;
  }

  .dm-o-page-footerContact .dm-c-footer--background,
  .dm-o-page-footerContact .dm-c-footer--contact {
    display: block;
  }

.page-id-186 .dm-c-footer {
  padding-top: 6em;
}

/* Component: Header */
.dm-c-header {
  background-color: #FFFFFF;
  color: #2C2A26;
  line-height: 1;
}
  .dm-c-header a {
    color: inherit;
    text-decoration: none;
  }
  .dm-c-header--logo {
    display: inline-block;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 1em;
    text-transform: uppercase;
  }
  .dm-c-header--navigation {
    padding: 0 1em 1em 1em;
  }
  .dm-c-header--navigation a {
    display: inline-block;
    font-weight: 700;
    line-height: 1.5;
  }
  .dm-c-header--navigation ul {
    list-style-type: none;
  }
  .dm-c-header--toggle {
    display: none;
  }
  .dm-c-header--wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 92em;
    width: 100%;
  }

.dm-o-page-headerInvert .dm-c-header {
  background-color: #2C2A26;
  color: #FFFFFF;
}

.dm-c-header-fixed {
  background-color: transparent;
  transition: all 0.25s ease;
  transition-property: color;
}
.dm-o-page-headerInvert .dm-c-header-fixed {
  background-color: transparent;
}
  .dm-c-header-fixed .dm-c-header--bar {
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    display: flex;
    justify-content: space-between;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    transition: all 0.25s ease;
    transition-property: background-color, box-shadow, text-shadow;
  }
  .dm-o-page-headerInvert .dm-c-header-fixed .dm-c-header--bar {
    color: #FFFFFF;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  }
  .dm-c-header-fixed .dm-c-header--items {
    align-items: center;
    background-color: rgba(44, 42, 38, 0.95);
    color: #FFFFFF;
    display: none;
    flex: 1 1 auto;
    flex-direction: column;
    overflow: auto;
  }
  .dm-c-header-fixed .dm-c-header--navigation {
    flex: 0 1 auto;
    padding: 1em;
    text-align: center;
  }
  .dm-c-header-fixed .dm-c-header--navigation a {
    font-size: 1.5em;
    line-height: 3rem;
    transition: font-size 0.25s ease;
  }
  .dm-c-header-fixed .dm-c-header--navigation a:active,
  .dm-c-header-fixed .dm-c-header--navigation a:hover {
    font-size: 2em;
  }
  .dm-c-header-fixed .dm-c-header--spacer {
    flex: 1 1 auto;
  }
  .dm-c-header-fixed .dm-c-header--toggle {
    background: transparent;
    border: 0;
    color: inherit;
    display: block;
    font-size: 1em;
    line-height: 1;
    padding: 1rem;
    text-shadow: inherit;
  }
  .dm-c-header-fixed .dm-c-header--toggleCollapse {
    display: none;
  }
  .dm-c-header-fixed .dm-c-header--wrapper {
    display: flex;
    flex-direction: column;
  }

.dm-c-header-scrolled {}
  .dm-c-header-scrolled .dm-c-header--bar,
  .dm-o-page-headerInvert .dm-c-header-scrolled .dm-c-header--bar {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
    color: #2C2A26;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

.dm-c-header-expanded {
  height: 100vh;
}
  .dm-c-header-expanded .dm-c-header--bar,
  .dm-o-page-headerInvert .dm-c-header-expanded .dm-c-header--bar {
    background-color: rgba(255, 255, 255, 1);
    color: #2C2A26;
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }
  .dm-c-header-expanded .dm-c-header--items {
    animation: dm-animation-fadeIn 0.25s ease 0s 1 normal both;
    display: flex;
  }
  .dm-c-header-expanded .dm-c-header--navigation,
  .dm-c-header-expanded .dm-c-header--social {
    animation: dm-c-header-expanded--dm-c-header--expand 0.25s ease 0s 1 normal both;
  }
  .dm-c-header-expanded .dm-c-header--toggleCollapse {
    display: inline;
  }
  .dm-c-header-expanded .dm-c-header--toggleExpand {
    display: none;
  }

  @keyframes dm-c-header-expanded--dm-c-header--expand {
    0% {
      transform: scale3d(0.5, 0.5, 1);
    }
    100% {
      transform: scale3d(1, 1, 1);
    }
  }

/* Component: Heading */
.dm-c-heading {
  padding: 0 1em;
}
  .dm-c-heading--subtitle {
    color: #565551;
    font-size: 1.125em;
    font-weight: 500;
    letter-spacing: 2px;
    margin-top: 0.444444em;
    text-transform: uppercase;
  }
  .dm-c-heading--title {
    color: #2C2A26;
    display: inline-block;
    font-family: 'Playfair Display', serif;
    font-size: 3em;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
  }
  .dm-c-heading--title:before {
    background-color: #CEB600;
    content: '';
    height: 0.125em;
    position: absolute;
    top: 50%;
    width: 100vw;
  }

  .dm-c-heading-center {
    margin: 0 auto;
    max-width: 47em;
    text-align: center;
  }
    .dm-c-heading-center .dm-c-heading--title:before {
      right: calc(100% + 0.125em);
    }

  .dm-c-heading-left {}
    .dm-c-heading-left .dm-c-heading--title:before {
      right: calc(100% + 0.125em);
    }

  .dm-c-heading-right {}
    .dm-c-heading-right .dm-c-heading--title:before {
      left: calc(100% + 0.125em);
    }

  .dm-c-heading-bookHero {
    text-align: center;
  }

/* Component: Hero Slide */
.dm-c-heroSlide {
  align-items: center;
  background-color: #2C2A26;
  display: flex;
  height: 100%;
  min-height: 100vh;
  position: relative;
}
  .dm-c-heroSlide--button {
    flex: 0 1 auto;
    margin: 0.5em;
  }
  .dm-c-heroSlide--buttons {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 1.5em -0.5em -0.5em -0.5em;
  }
  .dm-c-heroSlide--content {
    flex: 1 1 auto;
    padding: 3em 1em;
    position: relative;
    z-index: 2;
  }
  .dm-c-heroSlide--content br {
    display: none;
  }
  .dm-c-heroSlide--headline {
    color: #FFFFFF;
    font-family: 'Playfair Display', serif;
    font-size: 2.5em;
    font-weight: 700;
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  }
  .dm-c-heroSlide--image {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .dm-c-heroSlide--image img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }
  .dm-c-heroSlide--tagline {
    background-color: #CEA933;
    display: inline-block;
    font-size: 1.25em;
    font-weight: 500;
    letter-spacing: 2px;
    margin-left: -0.8em;
    margin-top: 1.2em;
    padding: 0.8em;
    text-transform: uppercase;
  }

/* Component: Inquiries */
.dm-c-inquiries {
  color: #565551;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/* Component: Modal */
.dm-c-modal {
  padding: 2em 1em;
}

.dm-c-modal-interactive {
  align-items: center;
  background-color: rgba(44, 42, 38, 0.95);
  display: none;
  flex-direction: column;
  justify-content: center;
  padding: 1em;
}
  .admin-bar .dm-c-modal-interactive {
    padding-top: calc(1em + 48px);
  }
  .dm-c-modal-interactive .dm-c-modal--body {
    flex: 1 1 auto;
    overflow: auto;
    padding: 1em;
  }
  .dm-c-modal-interactive .dm-c-modal--close {
    background: transparent;
    border: 0;
    color: #565551;
    flex: 0 0 auto;
    font-size: 1.5em;
    height: 1em;
    line-height: 1;
    padding: 0;
    transform: rotate(0deg);
    transform-origin: center center;
    transition: all 0.25s ease;
    width: 1em;
  }
  .dm-c-modal-interactive .dm-c-modal--close:active,
  .dm-c-modal-interactive .dm-c-modal--close:focus,
  .dm-c-modal-interactive .dm-c-modal--close:hover {
    color: #2C2A26;
    transform: rotate(90deg);
  }
  .dm-c-modal-interactive .dm-c-modal--content {
    background-color: #FFFFFF;
    box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.5);
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    max-height: 100%;
    max-width: 40em;
    width: 100%;
  }
  .dm-c-modal-interactive .dm-c-modal--header {
    align-items: baseline;
    display: flex;
    flex: 0 0 auto;
    padding: 1em;
  }
  .dm-c-modal-interactive .dm-c-modal--title {
    color: #2C2A26;
    flex: 1 1 auto;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1;
  }

.dm-c-modal-active {
  animation: dm-animation-fadeIn 0.25s ease 0s 1 normal both;
  display: flex;
}
  .dm-c-modal-active .dm-c-modal--content {
    animation: dm-slideInDown 0.25s ease 0s 1 normal both;
  }

/* Component: PDF */
.dm-c-pdf {
  line-height: 0;
  margin: 0 auto;
  max-width: 60em;
  position: relative;
}
  .dm-c-pdf:before {
    content: '';
    display: block;
    padding-top: 56.25%;
  }
  .dm-c-pdf > * {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .dm-c-pdf--container {
    padding: 0 1em;
  }

.dm-c-pdf-modal {
  margin: -1em;
  max-width: none;
}
  .dm-c-pdf-modal:before {
    padding-top: calc(100vh - 5.625em);
  }

/* Component: Paginator */
.dm-c-paginator {}
  .dm-c-paginator--item {
    flex: 0 0 auto;
    padding: 0.5em;
  }
  .dm-c-paginator--items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    margin: -0.5em auto;
    max-width: 91em;
    padding: 0 0.5em;
  }

/* Component: Post List */
.dm-c-postList {
  padding: 0 0.5em;
}
  .dm-c-postList--content {
    flex: 1 1 auto;
    flex-basis: calc(66.666666% - 2em);
    padding: 1em;
  }
  .dm-c-postList--excerpt {
    margin: 1em 0;
  }
  .dm-c-postList--image {
    align-items: center;
    background-color: #2C2A26;
    flex: 0 0 33.333333%;
    justify-content: center;
    line-height: 0;
  }
  .dm-c-postList--image img {
    flex: 0 1 auto;
    width: 100%;
  }
  .dm-c-postList--item {}
  .dm-c-postList--item + .dm-c-postList--item {
    margin-top: 1em;
  }
  .dm-c-postList--items {
    list-style-type: none;
    margin: 0 auto;
    max-width: 91em;
  }
  .dm-c-postList--more {
    color: #E42A25;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .dm-c-postList--post:focus .dm-c-postList--more,
  .dm-c-postList--more:active,
  .dm-c-postList--more:hover {
    color: #AB201C;
  }
  .dm-c-postList--post {
    border: 2px solid #E7E1CE;
    color: inherit;
    display: block;
    margin: 0 0.5em;
    text-decoration: none;
  }
  .dm-c-postList--title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    font-weight: 700;
  }

/* Component: Purchase */
.dm-c-purchase {}
  .dm-c-purchase--author {
    color: #565551;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 1em;
    text-transform: uppercase;
  }
  .dm-c-purchase--image {
    text-align: center;
  }
  .dm-c-purchase--image img {
    max-width: 100%;
  }
  .dm-c-purchase--link {
    flex: 1 1 auto;
    padding: 0.5em;
    text-align: center;
  }
  .dm-c-purchase--links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: -1em;
    padding: 0.5em;
  }
  .dm-c-purchase--overview {
    text-align: center;
  }
  .dm-c-purchase--row {
    margin-bottom: 2em;
  }
  .dm-c-purchase--subtitle {
    color: #565551;
    font-weight: 300;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .dm-c-purchase--title {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 2px;
  }

.dm-c-purchase-modal {}
  .dm-u-wysiwyg .dm-c-purchase-modal .dm-c-purchase--links {
    padding-left: 0.5em;
  }

/* Component: Purchase Link */
.dm-c-purchaseLink {
  display: inline-block;
  text-decoration: none;
}
  .dm-c-purchaseLink--button {
    background-color: #FFFFFF;
    border: 2px solid #2C2A26;
    border-radius: 1.5em;
    color: #2C2A26;
    display: inline-block;
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    line-height: 1;
    padding: 0.5em 2em;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease;
  }
  .dm-c-purchaseLink--image {
    line-height: 0;
    margin-bottom: 0.5em;
  }
  .dm-c-purchaseLink--image img {
    max-width: 100%;
    width: 6em;
  }

.dm-c-purchaseLink:active .dm-c-purchaseLink--button,
.dm-c-purchaseLink:focus .dm-c-purchaseLink--button,
.dm-c-purchaseLink:hover .dm-c-purchaseLink--button {
  background-color: #2C2A26;
  color: #FFFFFF;
}

/* Component: Quote */
.dm-c-quote {
  background-color: #CEA933;
  padding: 2em 1em;
}
  .dm-c-quote--body {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5;
    max-width: 80ch;
  }

.dm-c-quote-center {
  text-align: center;
}
  .dm-c-quote-center .dm-c-quote--body {
    margin: 0 auto;
  }

.dm-c-quote-left {
  text-align: left;
}
  .dm-c-quote-left .dm-c-quote--body {
    margin: 0 auto 0 0;
  }

.dm-c-quote-right {
  text-align: right;
}
  .dm-c-quote-right .dm-c-quote--body {
    margin: 0 0 0 auto;
  }

.dm-c-quote-bookHero {
  text-align: center;
}
  .dm-c-quote-bookHero .dm-c-quote--body {
    margin: 0 auto;
  }

/* Component: Review */
.dm-c-review {
  max-width: 98em;
  padding: 2em 0;
  text-align: center;
}
  .dm-c-review--attribution {
    color: #565551;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 1em;
    text-transform: uppercase;
  }
  .dm-c-review--body {
    padding: 0 1em;
  }
  .dm-c-review--book {
    display: none;
    line-height: 0;
  }
  .dm-c-review--book img {
    box-shadow: 0.125rem 0.125rem 0.5rem rgba(0, 0, 0, 0.68);
    max-width: 100%;
  }
  .dm-c-review--content {}
  .dm-c-review--link {
    margin-top: 1em;
  }
  .dm-c-review--quote {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 60ch;
  }
  .dm-c-review--title {
    color: #565551;
    display: inline-block;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 1em;
    padding: 0 1em;
    position: relative;
    text-transform: uppercase;
  }
  .dm-c-review--title:before {
    background-color: #CEB600;
    content: '';
    height: 0.125em;
    left: 100%;
    position: absolute;
    top: 50%;
    width: 100vw;
  }

/* Component: Section */
.dm-c-section {
  overflow: hidden;
}
  .dm-c-section--content {
    position: relative;
    z-index: 2;
  }
  .dm-c-section--image {
    background-color: #2C2A26;
    line-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .dm-c-section--image img,
  .dm-c-section--image video {
    width: 100%;
  }

/* Component: Skip Link */
.dm-c-skipLink {
  background: #FFFFFF;
  border: 1px dashed #000000;
  left: 50%;
  padding: 1em;
  top: 0;
  z-index: 4;
}
  .dm-c-skipLink:active, .dm-c-skipLink:focus {
    animation: dm-c-skipLink-active 0.3s 0s 1 normal forwards;
    position: fixed;
    transform: translate3d(-50%, 0, 0);
  }

  @keyframes dm-c-skipLink-active {
    0% {
      transform: translate3d(-50%, -100%, 0);
    }
    100% {
      transform: translate3d(-50%, 0, 0);
    }
  }

/* Component: Social */
.dm-c-social {}
  .dm-c-social--icon {
    vertical-align: middle;
    width: 1em;
  }
  .dm-c-social--items {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    list-style-type: none;
  }
  .dm-c-social--link {
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
  }
  .dm-c-social--title {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 0.5em;
    text-transform: uppercase;
  }

.dm-c-social-footer {
  background-color: #CEA933;
  color: #2C2A26;
  padding: 1em;
}
  .dm-c-social-footer .dm-c-social--item {
    margin: 0 0.25em;
  }
  .dm-c-social-footer .dm-c-social--items {
    margin: 0 -0.25em;
  }
  .dm-c-social-footer .dm-c-social--link {
    background-color: #E42A25;
    border-radius: 50%;
    padding: 0.25em;
    transition: background-color 0.25s ease;
  }
  .dm-c-social-footer .dm-c-social--link:active,
  .dm-c-social-footer .dm-c-social--link:focus,
  .dm-c-social-footer .dm-c-social--link:hover {
    background-color: #AB201C;
  }

.dm-c-social-header {
  align-items: stretch;
  display: flex;
}
  .dm-c-social-header .dm-c-social--icon {
    line-height: 2rem;
  }
  .dm-c-social-header .dm-c-social--item {
    align-items: stretch;
    display: flex;
  }
  .dm-c-social-header .dm-c-social--items {
    align-items: stretch;
    display: flex;
  }
  .dm-c-social-header .dm-c-social--link {
    align-items: center;
    display: flex;
    font-size: 1.5em;
    padding: 0 0.5rem;
    transition: font-size 0.25s ease;
  }
  .dm-c-social-header .dm-c-social--link:active,
  .dm-c-social-header .dm-c-social--link:focus,
  .dm-c-social-header .dm-c-social--link:hover {
    font-size: 2em;
  }

/* Component: Spacer */
.dm-c-spacer {}
  .dm-c-spacer-1x {
    height: 1em;
  }
  .dm-c-spacer-2x {
    height: 2em;
  }
  .dm-c-spacer-4x {
    height: 4em;
  }
  .dm-c-spacer-6x {
    height: 6em;
  }
  .dm-c-spacer-8x {
    height: 8em;
  }

/* Component: Text */
.dm-c-text {
  padding: 0 1em;
}
  .dm-c-text--body {
    margin: 0 auto;
    max-width: 48em;
    max-width: 75ch;
  }

@supports (object-fit: cover) {
  /* Component: Post List */
  .dm-c-postList--image {
    height: 12em;
    position: relative;
  }
  .dm-c-postList--image img {
    height: 100%;
    left: 0;
    object-fit: cover;
    object-position: center center;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

/*
 ██████  ███    ███ ███████ ██████  ██  █████
██    ██ ████  ████ ██      ██   ██ ██ ██   ██
██ ██ ██ ██ ████ ██ █████   ██   ██ ██ ███████
██ ██ ██ ██  ██  ██ ██      ██   ██ ██ ██   ██
 █ ████  ██      ██ ███████ ██████  ██ ██   ██
*/

@media not print {
  @supports (object-fit: cover) {
    /* Component: Book Hero */
    .dm-c-bookHero--image img {
      max-height: 75vh;
      object-fit: cover;
      object-position: center center;
    }

    /* Component: Section */
    .dm-c-section--image img,
    .dm-c-section--image video {
      max-height: 75vh;
      object-fit: cover;
      object-position: center center;
    }
  }
}

@media (min-width: 20em), print {
  :root {
    font-size: calc(1rem + ((1vw - 0.2rem) * 0.25));
  }

  /* Component: Hero Slide */
  .dm-c-heroSlide {}
    .dm-c-heroSlide--headline {
      font-size: calc(2.5rem + ((1vw - 0.2em) * 3.5714));
    }

  /* Component: Review */
  .dm-c-review {}
    .dm-c-review--quote {
      font-size: calc(1.25rem + ((1vw - 0.2em) * 0.3571));
    }
}

@media (min-width: 24em), print {
  /* Component: Post List */
  .dm-c-postList--image {
    display: flex;
    height: auto;
  }
  .dm-c-postList--post {
    display: flex;
  }
}

@media screen and (min-width: 783px) {
  .admin-bar .dm-o-page--header-fixed {
    top: 32px;
  }

  /* Component: Modal */
  .admin-bar .dm-c-modal-interactive {
    padding-top: calc(1em + 32px);
  }
}

@media (min-width: 40em), print {
  /* Component: Award */
  .dm-c-award {
    display: flex;
    text-align: inherit;
  }
    .dm-c-award--content {
      flex: 1 1 auto;
    }
    .dm-c-award--image {
      flex: 0 0 auto;
      margin-bottom: 0;
      padding-right: 1.5em;
    }

  /* Component: Book Callout */
  .dm-c-bookCallout {
    padding: 0 0.5em;
  }
    .dm-c-bookCallout--items {
      align-items: center;
      display: flex;
      justify-content: center;
    }
    .dm-c-bookCallout--item {
      padding: 0.5em;
    }

  /* Component: Book List */
  .dm-c-bookList {}
    .dm-c-bookList--book {
      padding: 2em 1em;
    }
    .dm-c-bookList--item {
      flex: 0 1 50%;
      margin: 0;
    }
    .dm-c-bookList--items {
      align-items: flex-start;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-start;
      padding: 0;
    }

  .dm-c-bookList-interactive {}
    .dm-c-bookList-interactive .dm-c-bookList--control {
      flex: 0 0 auto;
    }
    .dm-c-bookList-interactive .dm-c-bookList--control button {
      height: 2em;
      padding: 0.25em 2em;
    }
    .dm-c-bookList-interactive .dm-c-bookList--controls {
      align-items: stretch;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
}

@media (min-width: 48em), print {
  /* Component: Embeds */
  .dm-c-embeds--item {
    flex: 0 1 50%;
    margin: 0;
    padding: 1em 0;
  }
  .dm-c-embeds--items {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 1em 0.5em;
  }
  .dm-c-embeds--oembed {
    padding: 0 0.5em;
  }

  /* Component: Event */
  .dm-c-event {
    display: flex;
  }
    .dm-c-event--content {
      flex: 1 1 auto;
    }
    .dm-c-event--date {
      display: block;
      flex: 0 0 auto;
      margin: 0 1.5em 0 0;
    }

  /* Component: Post List */
  .dm-c-postList {
    padding: 0 0.5em;
  }
    .dm-c-postList--content {
      display: flex;
      flex-direction: column;
    }
    .dm-c-postList--excerpt {
      flex: 1 0 auto;
    }
    .dm-c-postList--image {
      display: block;
      flex-basis: 12em;
    }
    .dm-c-postList--item {
      display: flex;
      flex: 0 1 50%;
      padding: 0.5em 0;
    }
    .dm-c-postList--item + .dm-c-postList--item {
      margin-top: 0;
    }
    .dm-c-postList--items {
      display: flex;
      flex-wrap: wrap;
      margin: -0.5em auto;
    }
    .dm-c-postList--post {
      flex: 1 1 auto;
      flex-direction: column;
    }

  /* Component: Purchase */
  .dm-c-purchase--image {
    flex: 0 1 auto;
    margin-right: 1em;
    max-width: calc(33.333% - 1em);
  }
  .dm-c-purchase--image + .dm-c-purchase--overview {
    text-align: inherit;
  }
  .dm-c-purchase--overview {
    flex: 1 1 auto;
  }
  .dm-c-purchase--row {
    align-items: center;
    display: flex;
  }

  /* Component: Review */
  .dm-c-review {
    align-items: center;
    display: flex;
    text-align: left;
  }
    .dm-c-review--book {
      display: block;
      flex: 0 0 14em;
      padding: 0 1em;
    }
    .dm-c-review--content {
      display: block;
      flex: 1 1 auto;
    }
    .dm-c-review--quote {
      margin: 0;
      max-width: none;
    }

    @supports (object-fit: cover) {
      /* Component: Post List */
      .dm-c-postList--image {
        height: 12em;
      }
    }

}

/* Browser Compatibility: IE11 */
@media (min-width: 48em) and (-ms-high-contrast: active),
(min-width: 48em) and (-ms-high-contrast: none),
print and (-ms-high-contrast: active),
print and (-ms-high-contrast: none) {

  /* Component: Post List */
  .dm-c-postList--content {
    display: block;
  }
  .dm-c-postList--image {
    flex-basis: 33.333333%;
  }
  .dm-c-postList--post {
    display: block;
  }

}

@media (min-width: 60em), print {
  .dm-o-page-headerExpanded {
    overflow: auto;
  }

  /* Component: Awards */
  .dm-c-awards {
    padding: 0 4em;
  }

  /* Component: Book Callout */
  .dm-c-bookCallout {
    padding: 0 3.5em;
  }

  /* Component: Book Hero */
  .dm-c-bookHero {}
    .dm-c-bookHero--awards {
      padding: 0 4em;
    }
    .dm-c-bookHero--synopsis {
      padding: 0 4em;
    }

  .dm-c-bookHero-interactive .dm-c-bookHero--moreButton {
    text-align: inherit;
    text-align: unset;
  }

  /* Component: Book List */
  .dm-c-bookList {}
    .dm-c-bookList--book {
      padding: 2em;
    }
    .dm-c-bookList--item {
      flex: 0 1 33.333333%;
      margin: 0;
    }
    .dm-c-bookList--items {
      padding: 0 2em;
    }

  /* Component: Button */
  .dm-c-button {}
    .dm-c-button--container {
      padding: 0 4em;
    }

  /* Component: Contact */
  .dm-c-contact {
    padding: 0 3em;
  }

  /* Component: Embed */
  .dm-c-embed--container {
    padding: 2em 4em;
  }

  /* Component: Embeds */
  .dm-c-embeds--item {
    flex: 0 1 33.333%;
  }
  .dm-c-embeds--items {
    padding: 1em 3.5em;
  }

  /* Component: Event */
  .dm-c-event-singular {
    padding: 0 4em;
  }

  /* Component: Event List */
  .dm-c-eventList {
    padding: 0 4em;
  }

  /* Component: Footer */
  .dm-c-footer {
    padding: 2em 4em;
  }
    .dm-c-footer--backlink {
      flex: 0 1 auto;
    }
    .dm-c-footer--bottom {
      align-items: center;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      max-width: 90rem;
      padding: 0;
      text-align: inherit;
    }
    .dm-c-footer--column {
      flex: 0 1 50%;
      margin-bottom: 0;
    }
      .dm-c-footer--column-content {
        align-self: flex-end;
        padding-bottom: 4.25em;
      }
    .dm-c-footer--contact {
      flex-wrap: wrap;
      margin: 0 auto 4em auto;
      max-width: 90em;
      overflow: visible;
    }
    .dm-c-footer--copyright {
      flex: 0 1 auto;
      margin-bottom: 0;
    }
    .dm-c-footer--form {
      padding: 0;
      margin: 0;
    }
    .dm-c-footer--heading {
      flex: 1 1 100%;
    }
    .dm-c-footer--inquiries {
      margin: 0 -4em 1em 0;
      padding-left: 2em;
    }
    .dm-c-footer--social {
      margin-right: -4em;
      padding-left: 2em;
    }

    .dm-o-page-footerContact .dm-c-footer {
      padding-top: 4em;
    }
    .dm-o-page-footerContact .dm-c-footer--contact {
      display: flex;
    }

    .page-id-186 .dm-c-footer {
      padding-top: 6em;
    }

  /* Component: Header */
  .dm-c-header--bar {
    padding: 0 3em;
  }

  /* Component: Heading */
  .dm-c-heading {
    padding: 0 4em;
  }

  .dm-c-heading-center {
    max-width: 53em;
  }

  .dm-c-heading-footerContact {
    overflow: visible;
    padding-left: 0;
  }

  /* Component: Hero Slide */
  .dm-c-heroSlide {}
    .dm-c-heroSlide--content {
      padding: 4em;
    }
    .dm-c-heroSlide--content br {
      display: block;
    }
    .dm-c-heroSlide--headline {
      max-width: 50%;
    }
    .dm-c-heroSlide--tagline {
      margin-left: -3.2em;
      max-width: 50%;
      padding: 0.8em 1.6em 0.8em 3.2em;
    }

  /* Component: PDF */
  .dm-c-pdf--container {
    padding: 0 4em;
  }

  /* Component: Post List */
  .dm-c-postList {
    padding: 0 3.5em;
  }

  /* Component: Quote */
  .dm-c-quote {
    padding: 4em;
  }

  .dm-c-quote-margins {
    margin: 4em;
  }
  .dm-c-quote-margins.dm-c-quote-left {
    margin-left: 0;
  }
  .dm-c-quote-margins.dm-c-quote-right {
    margin-right: 0;
  }

  .dm-c-section-left .dm-c-quote-overflow {
    margin-right: -4em;
  }
  .dm-c-section-right .dm-c-quote-overflow {
    margin-left: -4em;
  }

  /* Component: Review */
  .dm-c-review {}
    .dm-c-review--body {
      padding-right: 4em;
    }
    .dm-c-review--book {
      flex-basis: 17em;
      padding-left: 4em;
    }

  /* Component: Section */
  .dm-c-section {
    display: flex;
  }
    .dm-c-section--content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      flex: 0 1 49em;
    }
    .dm-c-section--image {
      align-items: center;
      display: flex;
      flex: 0 0 50%;
      max-height: none;
    }

  .dm-c-section-left {
    justify-content: flex-end;
  }
    .dm-c-section-left .dm-c-section--image {
      order: 2;
    }

  /* Component: Text */
  .dm-c-text {
    padding: 0 4em;
  }
}

@media screen and (min-width: 60em) {
  @supports (display: grid) {
    /* Component: Book Hero */
    .dm-c-bookHero {
      display: grid;
      grid-template-columns: 1fr minmax(60%, calc(100% - 28em));
      grid-template-rows: max-content max-content min-content;
      position: relative;
    }
      .dm-c-bookHero--awards {
        padding-left: 2em;
        text-align: left;
      }
      .dm-c-bookHero--book {
        grid-column: 1;
        grid-row: 2 / span 2;
        margin: 0;
        padding: 2em 0 2em 4em;
        position: relative;
        z-index: 3;
      }
      .dm-c-bookHero--content {
        grid-column: 2;
        grid-row: 3;
        padding: 3em 0 0 0;
      }
      .dm-c-bookHero--image {
        grid-column: 1 / span 2;
        grid-row: 1;
      }
      .dm-c-bookHero--quote {
        align-self: center;
        grid-column: 2;
        grid-row: 2;
        position: relative;
        z-index: 2;
      }
      .dm-c-bookHero--quoteBackground {
        grid-column: 1 / span 2;
        grid-row: 2;
        position: relative;
        z-index: 1;
      }
      .dm-c-bookHero--synopsis {
        margin: 0;
        padding-left: 2em;
      }

    /* Component: Heading */
    .dm-c-heading-bookHero {
      padding-left: 2em;
      text-align: left;
    }

    /* Component: Quote */
    .dm-c-quote-bookHero {
      padding-left: 2em;
    }
      .dm-c-quote-bookHero .dm-c-quote--body {
        margin: 0;
        text-align: left;
      }
  }

  @supports (object-fit: cover) {
    /* Component: Section */
    .dm-c-section--image {
      display: block;
      padding-top: 50%;
      position: relative;
    }
    .dm-c-section--image img,
    .dm-c-section--image video {
      height: 100%;
      left: 0;
      max-height: none;
      position: absolute;
      top: 0;
    }
  }
}

@media (min-width: 64em), print {
  /* Component: Post List */
  .dm-c-postList--image {
    display: flex;
    flex-basis: 33.333333%;
    height: auto;
  }
  .dm-c-postList--post {
    display: flex;
    flex-direction: row;
  }
}

@media (min-width: 80em) {
  /* Component: Header */
  .dm-c-header {
    padding: 0 3em;
  }
    .dm-c-header a {
      position: relative;
      z-index: 1;
    }
    .dm-c-header a:active,
    .dm-c-header a:focus,
    .dm-c-header a:hover {
      color: #FFFFFF;
      text-shadow: 0 0 0 rgba(0, 0, 0, 0.5);
      transition: all 0.25s ease;
      transition-property: color, text-shadow;
    }
    .dm-c-header a:before {
      background-color: #E42A25;
      content: '';
      height: 100%;
      left: 0;
      opacity: 0;
      position: absolute;
      top: 0;
      transform: translateY(-100%);
      transition: all 0.25s ease;
      width: 100%;
      z-index: -1;
    }
    .dm-c-header a:active:before,
    .dm-c-header a:focus:before,
    .dm-c-header a:hover:before {
      opacity: 1;
      transform: translateY(0%);
    }
    .dm-c-header--bar {
      padding: 0;
      flex: 0 1 auto;
    }
    .dm-c-header--items {
      flex: 0 1 auto;
    }
    .dm-c-header--logo {
      font-size: 1.5em;
      padding: 0.666666em;
    }
    .dm-c-header--navigation {
      padding: 0;
    }
    .dm-c-header--navigation a {
      padding: 1em;
    }
    .dm-c-header--navigation ul {
      display: flex;
    }
    .dm-c-header--social {
      align-items: stretch;
      display: flex;
      padding: 0 0.5em;
    }
    .dm-c-header--wrapper {
      align-items: center;
      display: flex;
      justify-content: space-between;
    }

  .dm-c-header-fixed {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    line-height: 2rem;
    transition-property: background-color, box-shadow, color, line-height, text-shadow;
  }
  .dm-o-page-headerInvert .dm-c-header-fixed {
    text-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
  }
    .dm-o-page-headerInvert .dm-c-header-fixed .dm-c-header--bar {
      color: inherit;
      text-shadow: inherit;
    }
    .dm-c-header-fixed .dm-c-header--bar {
      transition-property: none;
    }
    .dm-c-header-fixed .dm-c-header--items {
      align-items: stretch;
      background-color: transparent;
      color: inherit;
      display: flex;
      flex: 0 1 auto;
      flex-direction: row;
      overflow: visible;
    }
    .dm-c-header-fixed .dm-c-header--navigation {
      padding: 0;
    }
    .dm-c-header-fixed .dm-c-header--navigation a {
      font-size: 1em;
      line-height: inherit;
    }
    .dm-c-header-fixed .dm-c-header--navigation a:active,
    .dm-c-header-fixed .dm-c-header--navigation a:hover {
      font-size: 1em;
    }
    .dm-c-header-fixed .dm-c-header--toggle {
      display: none;
    }
    .dm-c-header-fixed .dm-c-header--wrapper {
      flex-direction: row;
      justify-content: space-between;
    }

  .dm-c-header-scrolled,
  .dm-o-page-headerInvert .dm-c-header-scrolled {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.5);
    color: #2C2A26;
    line-height: 1rem;
    text-shadow: none;
  }
    .dm-c-header-scrolled .dm-c-header--bar,
    .dm-o-page-headerInvert .dm-c-header-scrolled .dm-c-header--bar {
      background-color: transparent;
      box-shadow: none;
      color: inherit;
      text-shadow: inherit;
    }

  .dm-c-header-expanded {
    height: auto;
  }
    .dm-c-header-expanded .dm-c-header--bar,
    .dm-o-page-headerInvert .dm-c-header-expanded .dm-c-header--bar {
      background-color: transparent;
      color: inherit;
      text-shadow: inherit;
    }

  /* Component: Social */
  .dm-c-social-header {
    align-items: stretch;
    display: flex;
  }
    .dm-c-social-header .dm-c-social--icon {
      line-height: 1;
    }
    .dm-c-social-header .dm-c-social--items {
      align-items: stretch;
    }
    .dm-c-social-header .dm-c-social--link,
    .dm-c-social-header .dm-c-social--link:active,
    .dm-c-social-header .dm-c-social--link:focus,
    .dm-c-social-header .dm-c-social--link:hover {
      font-size: 1.5em;
    }
}

@media (min-width: 90em) {
  /* Component: Book List */
  .dm-c-bookList--item {
    flex: 0 1 25%;
  }

  /* Component: Footer */
  .dm-c-footer--inquiries {
    margin: 0 0 1em 0;
  }
  .dm-c-footer--social {
    margin-right: 0;
  }

  /* Component: Heading */
  .dm-c-section--content .dm-c-heading {
    overflow: visible;
  }

  /* Component: Hero Slide */
  .dm-c-heroSlide {}
    .dm-c-heroSlide--headline {
      font-size: 5em;
    }

  /* Component: Review */
  .dm-c-review {}
    .dm-c-review--quote {
      font-size: 1.5em;
    }

  @supports (display: grid) {
    /* Component: Book Hero */
    .dm-c-bookHero {
      grid-template-columns: 1fr 28em minmax(min-content, 70em) 1fr;
    }
      .dm-c-bookHero--book {
        grid-column: 2;
      }
      .dm-c-bookHero--content {
        grid-column: 3;
      }
      .dm-c-bookHero--image {
        grid-column: 1 / span 4;
      }
      .dm-c-bookHero--quote {
        grid-column: 3;
      }
      .dm-c-bookHero--quoteBackground {
        grid-column: 1 / span 4;
      }

    /* Component: Heading */
    .dm-c-heading-bookHero {
      overflow: visible;
    }
  }
}

/* Browser Compatibility: IE11 */
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* Component: Modal */
  .dm-c-modal-interactive {
    overflow: auto;
  }
  .dm-c-modal-interactive .dm-c-modal--content {
    display: block;
    margin: 0 auto;
    max-height: none;
  }
  .dm-c-modal-active {
    display: block;
  }
}

@media print {

  :root {
    font-size: initial;
    font-size: unset;
  }

  html, body {
    background-color: transparent;
    color: #000000;
  }

  a:after {
    display: block;
    content: ' [' attr(href) ']';
    font-weight: 400;
    font-size: 0.75rem;
    text-transform: none;
    word-break: break-all;
  }

  a[href^="#modal:"],
  embed,
  iframe,
  object,
  .dm-o-page--header,
  .dm-o-page--modal,
  .dm-c-bookList--controls,
  .dm-c-carousel--controls,
  .dm-c-contact,
  .dm-c-paginator--container,
  .dm-o-page-footerContact .dm-c-footer--background,
  .dm-o-page-footerContact .dm-c-footer--contact {
    display: none;
  }

  img,
  .dm-c-award,
  .dm-c-bookHero--book,
  .dm-c-bookHero--content,
  .dm-c-bookList--book,
  .dm-c-postList--item,
  .dm-c-review {
    break-inside: avoid;
  }

  .dm-o-page--content,
  .dm-o-page--main {
    overflow: visible;
  }

  .dm-o-page--footer {
    background-color: transparent;
  }

  /* Utility: Lazy Load */
  .dm-u-lazyLoad-loading,
  .dm-u-lazyLoad-pending {
    visibility: visible !important;
  }

  /* Utility: Reveal */
  .dm-u-reveal-ready {
    opacity: 1 !important;
    transform: none !important;
  }

  /* Component: Awards */
  .dm-c-awards {
    padding: 0;
  }
    .dm-c-awards--items {
      max-width: none;
    }

  .dm-c-awards-interactive .dm-c-awards--moreButton {
    display: none;
  }
  .dm-c-awards-interactive .dm-c-awards--moreContent {
    display: block;
  }

  /* Component: Book Callout */
  .dm-c-bookCallout {
    padding: 0;
  }

  /* Component: Book Hero */
  .dm-c-bookHero {}
    .dm-c-bookHero--awards {
      padding: 0;
    }
    .dm-c-bookHero--synopsis {
      max-width: none;
      padding: 0;
    }
    .dm-c-bookHero--quote {
      background-color: transparent;
    }

  .dm-c-bookHero-interactive .dm-c-bookHero--moreButton {
    display: none;
  }
  .dm-c-bookHero-interactive .dm-c-bookHero--moreContent {
    display: block;
  }

  /* Component: Book List */
  .dm-c-bookList--items {
    padding: 0;
  }

  /* Component: Button */
  .dm-c-button--container {
    padding: 0;
  }

  /* Component: Carousel */
  .dm-c-carousel-interactive {}
    .dm-c-carousel-interactive .dm-c-carousel--item {
      display: block;
    }

  .dm-c-carousel-reviews {
    background-color: transparent;
  }

  .dm-c-carousel-reviews.dm-c-carousel-interactive {
    padding-bottom: 0;
  }

  /* Component: Embed */
  .dm-c-embed {
    max-width: none;
  }
    .dm-c-embed--container {
      background-color: transparent;
      padding: 0;
    }
    .dm-c-embed--oembed {
      margin: 0 auto;
    }

  .dm-c-embed-16x9 .dm-c-embed--oembed {
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 14.0625%;
    width: 25%;
  }
  .dm-c-embed-4x3 .dm-c-embed--oembed {
    background-color: rgba(0, 0, 0, 0.1);
    padding-top: 18.75%;
    width: 25%;
  }

  /* Component: Event List */
  .dm-c-event-singular {
    padding: 0;
  }

  /* Component: Event List */
  .dm-c-eventList {
    padding: 0;
  }
    .dm-c-eventList--item {
      background-color: transparent;
      border: 0;
      padding: 0;
    }

  /* Component: Footer */
  .dm-c-footer {
    padding: 2em 0;
  }
    .dm-c-footer--backlink {
      text-align: right;
    }
    .dm-c-footer--copyright {
      padding: 0;
    }

  /* Component: Heading */
  .dm-c-heading {
    padding: 0;
  }

  /* Component: Hero Slide */
  .dm-c-heroSlide {
    height: auto;
    min-height: 0;
  }

  /* Component: PDF */
  .dm-c-pdf--container {
    padding: 0;
  }

  /* Component: Post List */
  .dm-c-postList {
    padding: 0;
  }
    .dm-c-postList--content {
      flex-basis: auto;
    }
    .dm-c-postList--image {
      flex-basis: 12em;
    }
    .dm-c-postList--items {
      margin: -0.5em;
    }
    .dm-c-postList--post {
      flex-direction: column;
    }
    .dm-c-postList--post:after {
      padding: 0 1rem 1rem 1rem;
    }

  /* Component: Quote */
  .dm-c-quote {
    padding: 2em;
  }

  .dm-c-section-left .dm-c-quote-overflow {
    margin-right: 0;
  }
  .dm-c-section-right .dm-c-quote-overflow {
    margin-left: 0;
  }

  /* Component: Review */
  .dm-c-review {
    align-items: stretch;
  }
    .dm-c-review--body {
      padding-right: 0;
    }
    .dm-c-review--book {
      flex-basis: calc(20% + 1em);
      padding-left: 0;
    }
    .dm-c-review--quote {
      font-size: 1.25em;
    }

  /* Component: Section */
  .dm-c-section {
    display: block;
  }
    .dm-c-section--image {
      background-color: transparent;
      display: block;
      margin: 2em 0;
      text-align: center;
    }
    .dm-c-section--image img,
    .dm-c-section--image video {
      max-width: 33.333%;
    }

  /* Component: Spacer */
  .dm-o-page--content > .dm-o-block-spacer:first-child,
  .dm-o-page--content > .dm-c-spacer:first-child {
    display: none;
  }

  /* Component: Text */
  .dm-c-text {
    padding: 0;
  }

}

/* Browser Compatibility: IE11 */
@media print and (-ms-high-contrast: active),
print and (-ms-high-contrast: none) {

  /* Component: Post List */
  .dm-c-postList--image {
    display: block;
  }
  .dm-c-postList--content {
    display: block;
  }
  .dm-c-postList--post {
    display: block;
  }

}
