@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import url("//hello.myfonts.net/count/2fd52e");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

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

html,
body {
  height: 100%;
}

body {
  -ms-overflow-x: hidden;
  overflow-x: hidden;
  background: #fff;
  color: #000000;
  font-family: "Merriweather", sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

img {
  display: inline-block;
  max-width: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
form,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

.preload * {
  transition: none !important;
  -ms-transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
}

.browserupgrade {
  margin: 0.3125rem 0;
  padding: 0.3125rem 0;
  background: #ccc;
  color: #000;
}

@font-face {
  font-family: 'Flareserif821TL-Bold';
  src: url("../fonts/2FD52E_0_0.eot");
  src: url("../fonts/2FD52E_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FD52E_0_0.woff2") format("woff2"), url("../fonts/2FD52E_0_0.woff") format("woff"), url("../fonts/2FD52E_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Flareserif821TL-Light';
  src: url("../fonts/2FD52E_1_0.eot");
  src: url("../fonts/2FD52E_1_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FD52E_1_0.woff2") format("woff2"), url("../fonts/2FD52E_1_0.woff") format("woff"), url("../fonts/2FD52E_1_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Flareserif821TL-Roman';
  src: url("../fonts/2FD52E_2_0.eot");
  src: url("../fonts/2FD52E_2_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2FD52E_2_0.woff2") format("woff2"), url("../fonts/2FD52E_2_0.woff") format("woff"), url("../fonts/2FD52E_2_0.ttf") format("truetype");
}

@font-face {
  font-family: 'rawlison-butler';
  src: url("fonts/rawlison-butler.eot?-1l75c4");
  src: url("fonts/rawlison-butler.eot?#iefix-1l75c4") format("embedded-opentype"), url("fonts/rawlison-butler.ttf?-1l75c4") format("truetype"), url("fonts/rawlison-butler.woff?-1l75c4") format("woff"), url("fonts/rawlison-butler.svg?-1l75c4#rawlison-butler") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility !important;
}

[data-icon]:before {
  font-family: icons;
  content: attr(data-icon);
  speak: none;
}

.icon-alone {
  display: inline-block;
}

.screen-reader-text {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?95d21e59538aad232850a72202b98564");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff?95d21e59538aad232850a72202b98564") format("woff"), url("../fonts/icons.ttf?95d21e59538aad232850a72202b98564") format("truetype");
  font-weight: normal;
  font-style: normal;
}

.icon, .explore-categories__title:after, .share-link:before {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before, .explore-categories__title.closed:after {
  content: "\f101";
}

.icon-arrow-left:before {
  content: "\f102";
}

.icon-arrow-right:before {
  content: "\f103";
}

.icon-arrow-up:before, .explore-categories__title.open:after {
  content: "\f104";
}

.icon-audio:before {
  content: "\f105";
}

.icon-close:before {
  content: "\f106";
}

.icon-email:before {
  content: "\f107";
}

.icon-eventbrite:before {
  content: "\f108";
}

.icon-facebook:before {
  content: "\f109";
}

.icon-google-plus:before {
  content: "\f10a";
}

.icon-link:before {
  content: "\f10b";
}

.icon-menu-close:before {
  content: "\f10c";
}

.icon-menu:before {
  content: "\f10d";
}

.icon-pause:before {
  content: "\f10e";
}

.icon-pinterest:before {
  content: "\f10f";
}

.icon-play:before {
  content: "\f110";
}

.icon-search:before {
  content: "\f111";
}

.icon-share:before, .share-link:before {
  content: "\f112";
}

.icon-social-facebook:before {
  content: "\f113";
}

.icon-social-instagram:before {
  content: "\f114";
}

.icon-social-twitter:before {
  content: "\f115";
}

.icon-social-vimeo:before {
  content: "\f116";
}

.icon-soundcloud:before {
  content: "\f117";
}

.icon-tumblr:before {
  content: "\f118";
}

.icon-twitter:before {
  content: "\f119";
}

.icon-vimeo:before {
  content: "\f11a";
}

.icon-youtube:before {
  content: "\f11b";
}

.article-demo {
  max-width: 39.375rem;
  margin: auto;
  padding-top: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: "Flareserif821TL-Light", serif;
  font-style: normal;
  font-weight: 300;
  text-rendering: optimizeLegibility;
}

h1 {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  font-size: 2rem;
  line-height: 2.4375rem;
}

@media all and (min-width: 47.5em) {
  h1 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    font-size: 2.375rem;
    line-height: 2.8125rem;
  }
}

@media all and (min-width: 60em) {
  h1 {
    margin-top: 0;
    margin-bottom: 0.9375rem;
    font-size: 2.75rem;
    line-height: 3.1875rem;
  }
}

h2 {
  margin-top: 2.1875rem;
  margin-bottom: 0.625rem;
  font-size: 1.625rem;
  line-height: 2.0625rem;
}

@media all and (min-width: 47.5em) {
  h2 {
    margin-top: 2.1875rem;
    margin-bottom: 0.625rem;
    font-size: 1.875rem;
    line-height: 2.375rem;
  }
}

@media all and (min-width: 60em) {
  h2 {
    margin-top: 2.1875rem;
    margin-bottom: 0.625rem;
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}

h3 {
  margin-top: 2.1875rem;
  margin-bottom: 0.9375rem;
  font-family: "Merriweather", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6875rem;
}

@media all and (min-width: 47.5em) {
  h3 {
    margin-top: 2.5rem;
    margin-bottom: 0.9375rem;
    font-size: 1.4375rem;
    line-height: 2.0625rem;
  }
}

@media all and (min-width: 60em) {
  h3 {
    margin-top: 2.1875rem;
    margin-bottom: 0.9375rem;
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

h4,
h5,
h6 {
  margin-top: 1.25rem;
  margin-bottom: 0.3125rem;
  font-family: "Merriweather", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5rem;
}

@media all and (min-width: 47.5em) {
  h4,
  h5,
  h6 {
    margin-top: 2.1875rem;
    margin-bottom: 0.9375rem;
    font-size: 1.3125rem;
    line-height: 1.9375rem;
  }
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 0.875rem;
  line-height: inherit;
}

small p {
  font-size: 0.875rem;
  font-weight: 400;
}

cite {
  color: #000000;
  font-family: "Merriweather", sans-serif;
  font-style: normal;
  font-weight: 400;
}

@media all and (min-width: 47.5em) {
  cite {
    font-size: 1.125rem;
  }
}

blockquote {
  font-family: "Flareserif821TL-Light", serif;
}

blockquote p {
  font-size: 1.375rem;
  line-height: 1.9375rem;
}

@media all and (max-width: 47.49em) {
  blockquote p {
    margin-bottom: 0.5rem;
  }
}

@media all and (min-width: 31.25em) {
  blockquote p {
    font-size: 1.625rem;
    line-height: 2.375rem;
  }
}

@media all and (min-width: 60em) {
  blockquote p {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}

p,
ul,
ol,
pre,
table {
  margin-top: 0;
  margin-bottom: 0.9375rem;
  font-size: 1rem;
  line-height: 1.5625rem;
}

.body-alt p, .body-alt
ul, .body-alt
ol, .body-alt
pre, .body-alt
table {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.body-small p, .body-small
ul, .body-small
ol, .body-small
pre, .body-small
table {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

.body-driver p, .body-driver
ul, .body-driver
ol, .body-driver
pre, .body-driver
table {
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

@media all and (min-width: 31.25em) {
  p,
  ul,
  ol,
  pre,
  table {
    margin-top: 0;
    margin-bottom: 1.0625rem;
    font-size: 1.1875rem;
    line-height: 1.875rem;
  }
  .body-alt p, .body-alt
  ul, .body-alt
  ol, .body-alt
  pre, .body-alt
  table {
    font-size: 1.0625rem;
    line-height: 1.75rem;
  }
  .body-small p, .body-small
  ul, .body-small
  ol, .body-small
  pre, .body-small
  table {
    font-size: 0.9375rem;
    line-height: 1.625rem;
  }
  .body-driver p, .body-driver
  ul, .body-driver
  ol, .body-driver
  pre, .body-driver
  table {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media all and (min-width: 60em) {
  p,
  ul,
  ol,
  pre,
  table {
    margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
  .body-alt p, .body-alt
  ul, .body-alt
  ol, .body-alt
  pre, .body-alt
  table {
    font-size: 1.125rem;
    line-height: 1.9375rem;
  }
  .body-small p, .body-small
  ul, .body-small
  ol, .body-small
  pre, .body-small
  table {
    font-size: 1rem;
    line-height: 1.75rem;
  }
  .body-driver p, .body-driver
  ul, .body-driver
  ol, .body-driver
  pre, .body-driver
  table {
    font-size: 1.0625rem;
    line-height: 1.75rem;
  }
}

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

a:hover {
  color: #b38432;
  text-decoration: underline;
}

a img {
  border: none;
}

.na a {
  color: #d00000;
}

.main-title {
  margin: 1.875rem 0 3.75rem;
}

@media all and (min-width: 31.25em) and (max-width: 59.99em) {
  .content blockquote {
    margin-right: auto;
    margin-left: auto;
    max-width: 80%;
  }
}

.article ul {
  margin: 1.875rem 0;
  padding-left: 1.25rem;
  list-style: inherit;
}

.article ul li {
  margin-bottom: 0.625rem;
}

.article:first-of-type > p:first-child:first-letter {
  float: left;
  padding-top: 1.125rem;
  padding-right: 0.625rem;
  padding-left: 0.1875rem;
  color: #b38432;
  font-family: "Flareserif821TL-Light", serif;
  font-size: 4.875rem;
  line-height: 3.125rem;
}

@media all and (min-width: 31.25em) {
  .article:first-of-type > p:first-child:first-letter {
    padding-top: 1.125rem;
    padding-right: 0.625rem;
    padding-left: 0.3125rem;
    font-size: 5.75rem;
    line-height: 4.3125rem;
  }
}

@media all and (min-width: 60em) {
  .article:first-of-type > p:first-child:first-letter {
    padding-top: 1rem;
    padding-right: 0.625rem;
    padding-left: 0.3125rem;
    font-size: 6.3125rem;
    line-height: 5.375rem;
  }
}

.grid-row, .masonry-grid {
  margin: 0;
  margin-left: -0.625rem;
  padding: 0;
  letter-spacing: -0.31em;
}

@media all and (min-width: 31.25em) {
  .grid-row, .masonry-grid {
    margin-left: -0.625rem;
  }
}

@media all and (min-width: 47.5em) {
  .grid-row, .masonry-grid {
    margin-left: -1.25rem;
  }
}

@media all and (min-width: 60em) {
  .grid-row, .masonry-grid {
    margin-left: -1.875rem;
  }
}

.grid-row--flush, .grid-books {
  margin: 0;
  padding: 0;
  letter-spacing: -0.31em;
}

.grid-column, .masonry-grid__item, .grid-books__item {
  display: inline-block;
  vertical-align: top;
  padding-left: 0.625rem;
  letter-spacing: normal;
}

@media all and (min-width: 31.25em) {
  .grid-column, .masonry-grid__item, .grid-books__item {
    padding-left: 0.625rem;
  }
}

@media all and (min-width: 47.5em) {
  .grid-column, .masonry-grid__item, .grid-books__item {
    padding-left: 1.25rem;
  }
}

@media all and (min-width: 60em) {
  .grid-column, .masonry-grid__item, .grid-books__item {
    padding-left: 1.875rem;
  }
}

.grid-column {
  padding-left: 0.625rem;
  letter-spacing: normal;
}

@media all and (min-width: 47.5em) {
  .grid-column {
    padding-left: 1.25rem;
  }
}

@media all and (min-width: 60em) {
  .grid-column {
    padding-left: 1.875rem;
  }
}

.grid-column--flush {
  display: inline-block;
  vertical-align: top;
}

.base-1 {
  width: 8.3333333333%;
}

.base-2 {
  width: 16.6666666667%;
}

.base-3 {
  width: 25%;
}

.base-4 {
  width: 33.3333333333%;
}

.base-5 {
  width: 41.6666666667%;
}

.base-6 {
  width: 50%;
}

.base-7 {
  width: 58.3333333333%;
}

.base-8 {
  width: 66.6666666667%;
}

.base-9 {
  width: 75%;
}

.base-10 {
  width: 83.3333333333%;
}

.base-11 {
  width: 91.6666666667%;
}

.base-12 {
  width: 100%;
}

@media all and (min-width: 31.25em) {
  .small-1 {
    width: 8.3333333333%;
  }
  .small-2 {
    width: 16.6666666667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.3333333333%;
  }
  .small-5 {
    width: 41.6666666667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.3333333333%;
  }
  .small-8 {
    width: 66.6666666667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.3333333333%;
  }
  .small-11 {
    width: 91.6666666667%;
  }
  .small-12 {
    width: 100%;
  }
}

@media all and (min-width: 47.5em) {
  .medium-1 {
    width: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
  }
}

@media all and (min-width: 60em) {
  .large-1 {
    width: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
  }
}

@media all and (min-width: 68.75em) {
  .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-3 {
    width: 25%;
  }
  .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-6 {
    width: 50%;
  }
  .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-9 {
    width: 75%;
  }
  .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-12 {
    width: 100%;
  }
}

@media all and (min-width: 91.25em) {
  .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-12 {
    width: 100%;
  }
}

.vcard {
  font-size: 1rem;
  line-height: 1.5625rem;
}

@media all and (min-width: 31.25em) {
  .vcard {
    font-size: 1.1875rem;
    line-height: 1.875rem;
  }
}

@media all and (min-width: 60em) {
  .vcard {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

@media all and (min-width: 68.75em) {
  .vcard {
    font-size: 1.25rem;
    line-height: 2.125rem;
  }
}

.footer-pre__blockquote, .footer-pre__newsletter, .support-post {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media all and (min-width: 47.5em) {
  .footer-pre__blockquote, .footer-pre__newsletter, .support-post {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

@media all and (min-width: 60em) {
  .footer-pre__blockquote, .footer-pre__newsletter, .support-post {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.article, .grid-books, .blog-container, .blog-article {
  margin-bottom: 1.25rem;
}

@media all and (min-width: 31.25em) {
  .article, .grid-books, .blog-container, .blog-article {
    margin-bottom: 2.5rem;
  }
}

@media all and (min-width: 60em) {
  .article, .grid-books, .blog-container, .blog-article {
    margin-bottom: 3.75rem;
  }
}

.grid-row, .masonry-grid, .grid-row--flush, .grid-books, .wrapper, .panel, .panel__inner, .panel__inner--narrow, .panel--wide, .article, .single, .two-up__first, .two-up__last, .footer ul, .hero--video__button-box, .block-support, .block-callout__inner, .book-overview, .book-overview__audio, .book-overview__video, .play-preview, .explore-header, .block-tags, .block-tags-list, .blog-container__header, .blog-article__attribution, .blog-article__strip, .blog-article__header-wrap, .topics__list, .blog-article__na blockquote {
  *zoom: 1;
}

.grid-row:before, .masonry-grid:before, .grid-row--flush:before, .grid-books:before, .wrapper:before, .panel:before, .panel__inner:before, .panel__inner--narrow:before, .panel--wide:before, .article:before, .single:before, .two-up__first:before, .two-up__last:before, .footer ul:before, .hero--video__button-box:before, .block-support:before, .block-callout__inner:before, .book-overview:before, .book-overview__audio:before, .book-overview__video:before, .play-preview:before, .explore-header:before, .block-tags:before, .block-tags-list:before, .blog-container__header:before, .blog-article__attribution:before, .blog-article__strip:before, .blog-article__header-wrap:before, .topics__list:before, .blog-article__na blockquote:before, .grid-row:after, .masonry-grid:after, .grid-row--flush:after, .grid-books:after, .wrapper:after, .panel:after, .panel__inner:after, .panel__inner--narrow:after, .panel--wide:after, .article:after, .single:after, .two-up__first:after, .two-up__last:after, .footer ul:after, .hero--video__button-box:after, .block-support:after, .block-callout__inner:after, .book-overview:after, .book-overview__audio:after, .book-overview__video:after, .play-preview:after, .explore-header:after, .block-tags:after, .block-tags-list:after, .blog-container__header:after, .blog-article__attribution:after, .blog-article__strip:after, .blog-article__header-wrap:after, .topics__list:after, .blog-article__na blockquote:after {
  content: " ";
  display: table;
}

.grid-row:after, .masonry-grid:after, .grid-row--flush:after, .grid-books:after, .wrapper:after, .panel:after, .panel__inner:after, .panel__inner--narrow:after, .panel--wide:after, .article:after, .single:after, .two-up__first:after, .two-up__last:after, .footer ul:after, .hero--video__button-box:after, .block-support:after, .block-callout__inner:after, .book-overview:after, .book-overview__audio:after, .book-overview__video:after, .play-preview:after, .explore-header:after, .block-tags:after, .block-tags-list:after, .blog-container__header:after, .blog-article__attribution:after, .blog-article__strip:after, .blog-article__header-wrap:after, .topics__list:after, .blog-article__na blockquote:after {
  clear: both;
}

.hero--notes {
  z-index: 1;
}

.header, .overlay, .hero--video__play-box {
  z-index: 100;
}

.list-reset {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.animation-fade {
  -webkit-transition: opacity 0.25s ease-in, visibility 0.25s ease-in, z-index 0.1s ease-in;
  transition: opacity 0.25s ease-in, visibility 0.25s ease-in, z-index 0.1s ease-in;
}

.animation-fade--hidden {
  opacity: 0;
  visibility: hidden;
  z-index: -1 !important;
}

.animation-fade--visible {
  opacity: 1;
  visibility: visible;
}

.animation-transform {
  -webkit-transition: opacity 0.5s ease-in, transform 0.25s ease-in;
  transition: opacity 0.5s ease-in, transform 0.25s ease-in;
}

.animation-transform--hidden {
  opacity: 0;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
}

.animation-transform--visible {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.border {
  border: #acacab 1px solid;
}

.border--top {
  border-top: #acacab 1px solid;
}

.border--right {
  border-right: #acacab 1px solid;
}

.border--bottom {
  border-bottom: #acacab 1px solid;
}

.border--left {
  border-left: #acacab 1px solid;
}

.border--bottom-right {
  border-bottom: #acacab 1px solid;
}

@media all and (min-width: 47.5em) {
  .border--bottom-right {
    border-right: #acacab 1px solid;
    border-bottom: none;
  }
}

@media all and (min-width: 47.5em) {
  .border--top-from-med {
    border-top: #acacab 1px solid;
  }
}

@media all and (min-width: 47.5em) {
  .border--right-from-med {
    border-right: #acacab 1px solid;
  }
}

.bg-warm {
  background-color: #f7f2ea;
}

.bg-peach {
  background-color: #ffe8d2;
}

.bg-grey {
  background-color: #e0e0e0;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center-align {
  text-align: center;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin--top {
  margin-top: 0 !important;
}

.no-margin--bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding--top {
  padding-top: 0 !important;
}

.no-padding--bottom {
  padding-bottom: 0 !important;
}

.br {
  display: block;
}

@media all and (min-width: 31.25em) {
  .br--small {
    display: block;
  }
}

@media all and (min-width: 47.5em) {
  .br--medium {
    display: block;
  }
}

@media all and (min-width: 60em) {
  .br--large {
    display: block;
  }
}

@media all and (min-width: 68.75em) {
  .br--xlarge {
    display: block;
  }
}

@media all and (max-width: 31.24em) {
  .br--until-small {
    display: block;
  }
}

@media all and (max-width: 47.49em) {
  .br--until-medium {
    display: block;
  }
}

@media all and (max-width: 59.99em) {
  .br--until-large {
    display: block;
  }
}

@media all and (max-width: 68.74em) {
  .br--until-xlarge {
    display: block;
  }
}

.show {
  opacity: 1;
  visibility: visible;
}

.hide {
  opacity: 0;
  visibility: hidden;
}

@media all and (max-width: 31.24em) {
  .hide-until--small {
    display: none !important;
  }
}

@media all and (max-width: 47.49em) {
  .hide-until--medium {
    display: none !important;
  }
}

@media all and (max-width: 59.99em) {
  .hide-until--large {
    display: none !important;
  }
}

@media all and (max-width: 68.74em) {
  .hide-until--xlarge {
    display: none !important;
  }
}

@media all and (min-width: 31.25em) {
  .hide-from--small {
    display: none !important;
  }
}

@media all and (min-width: 47.5em) {
  .hide-from--medium {
    display: none !important;
  }
}

@media all and (min-width: 60em) {
  .hide-from--large {
    display: none !important;
  }
}

@media all and (min-width: 68.75em) {
  .hide-from--xlarge {
    display: none !important;
  }
}

.show-from--small {
  display: none;
}

@media all and (min-width: 31.25em) {
  .show-from--small {
    display: block !important;
  }
}

.show-from--medium {
  display: none;
}

@media all and (min-width: 47.5em) {
  .show-from--medium {
    display: block !important;
  }
}

.show-from--large {
  display: none;
}

@media all and (min-width: 60em) {
  .show-from--large {
    display: block !important;
  }
}

.show-from--xlarge {
  display: none;
}

@media all and (min-width: 68.75em) {
  .show-from--xlarge {
    display: block !important;
  }
}

.wrapper {
  margin: auto;
  overflow-x: hidden;
  min-height: 100%;
  min-height: 100vh;
  position: relative;
}

.panel__inner {
  margin: auto;
  max-width: 67.5rem;
  padding: 0 1.25rem;
}

@media all and (min-width: 31.25em) {
  .panel__inner {
    padding: 0 1.5625rem;
  }
}

@media all and (min-width: 60em) {
  .panel__inner {
    padding: 0 1.875rem;
  }
}

.panel__inner--max-width {
  max-width: 44.375rem;
  padding: 0 1.25rem;
}

@media all and (min-width: 31.25em) {
  .panel__inner--max-width {
    max-width: 45rem;
    padding: 0 1.5625rem;
  }
}

@media all and (min-width: 60em) {
  .panel__inner--max-width {
    max-width: 45rem;
    padding: 0 1.875rem;
  }
}

.panel__inner--na {
  position: relative;
}

.panel__inner--narrow {
  max-width: 45.625rem;
}

.panel--wide {
  padding: 0 1.25rem;
}

@media all and (min-width: 31.25em) {
  .panel--wide {
    padding: 0 1.5625rem;
  }
}

@media all and (min-width: 60em) {
  .panel--wide {
    padding: 0 1.875rem;
  }
}

.article {
  margin-right: auto;
  margin-left: auto;
  max-width: 44.375rem;
  padding: 0 1.25rem;
}

@media all and (min-width: 31.25em) {
  .article {
    max-width: 45rem;
    padding: 0 1.5625rem;
  }
}

@media all and (min-width: 60em) {
  .article {
    max-width: 45.625rem;
    padding: 0 1.875rem;
  }
}

.article--pt {
  margin-top: 2.5rem;
}

@media all and (min-width: 47.5em) {
  .article--pt {
    margin-top: 3.75rem;
  }
}

.section {
  margin-bottom: 2.0625rem;
}

@media all and (min-width: 31.25em) {
  .section {
    margin-bottom: 2.6875rem;
  }
}

@media all and (min-width: 60em) {
  .section {
    margin-bottom: 3.3125rem;
  }
}

.single {
  padding: 0 1.25rem;
}

@media all and (min-width: 31.25em) {
  .single {
    padding: 0 1.5625rem;
  }
}

@media all and (min-width: 60em) {
  .single {
    padding: 0 1.875rem;
  }
}

@media all and (min-width: 47.5em) {
  .single__inner {
    margin: auto;
    max-width: 28.75rem;
  }
}

.two-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-up__first, .two-up__last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media all and (min-width: 47.5em) {
  .two-up__first {
    float: left \9;
    width: calc(50%);
  }
}

.two-up__first-item {
  margin-left: auto;
  padding: 0 1.25rem;
}

@media all and (min-width: 31.25em) {
  .two-up__first-item {
    padding: 0 1.5625rem;
  }
}

@media all and (min-width: 47.5em) {
  .two-up__first-item {
    float: right \9;
    max-width: 33.75rem;
  }
}

@media all and (min-width: 60em) {
  .two-up__first-item {
    padding: 0 1.875rem;
  }
}

@media all and (min-width: 60em) {
  .two-up__first-item--inner-padding {
    padding-right: 7.25rem;
  }
}

@media all and (min-width: 47.5em) {
  .two-up__last {
    float: right \9;
    width: 50%;
  }
}

.two-up__last-item {
  padding: 0 1.25rem;
  width: 100%;
}

@media all and (min-width: 31.25em) {
  .two-up__last-item {
    padding: 0 1.5625rem;
  }
}

@media all and (min-width: 47.5em) {
  .two-up__last-item {
    float: left \9;
    max-width: 33.75rem;
  }
}

@media all and (min-width: 60em) {
  .two-up__last-item {
    padding: 0 1.875rem;
  }
}

@media all and (min-width: 60em) {
  .two-up__last-item--inner-padding {
    padding-left: 7.25rem;
  }
}

@media all and (max-width: 47.49em) {
  .pr-until-med {
    padding-right: 3.75rem;
  }
}

@media all and (min-width: 47.5em) {
  .pr-from-med {
    padding-right: 6.25rem;
  }
}

@media all and (min-width: 47.5em) {
  .mw-from-med {
    max-width: 30.625rem;
  }
}

.two-one-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.two-one-up__first, .two-one-up__last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 47.5em) {
  .two-one-up__first, .two-one-up__last {
    float: left \9;
  }
}

.two-one-up__first {
  min-height: 26.375rem;
  width: 100%;
}

@media all and (min-width: 47.5em) {
  .two-one-up__first {
    width: 59.6153846154%;
  }
}

@media all and (min-width: 47.5em) {
  .two-one-up__last {
    width: 40.3846153846%;
  }
}

.two-one-up__last-item {
  float: left;
  padding: 0 1.25rem;
}

@media all and (min-width: 31.25em) {
  .two-one-up__last-item {
    padding: 0 1.5625rem;
  }
}

@media all and (min-width: 47.5em) {
  .two-one-up__last-item {
    max-width: 26.5625rem;
  }
}

@media all and (min-width: 60em) {
  .two-one-up__last-item {
    padding: 0 1.875rem;
  }
}

.homepage-grid {
  height: 100%;
  height: calc(100vh - 60px);
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: all 1s ease;
}

@media all and (min-width: 31.25em) {
  .homepage-grid {
    height: 100%;
    height: calc(100vh - 65px);
  }
}

@media all and (min-width: 60em) {
  .homepage-grid {
    height: 100%;
    height: calc(100vh - 70px);
  }
}

.homepage-grid.about-active {
  height: 22.5rem;
}

@media all and (min-width: 47.5em) {
  .homepage-grid.about-active {
    height: 33.75rem;
  }
}

@media all and (min-width: 47.5em) {
  .homepage-grid.about-active {
    height: 45.625rem;
  }
}

.homepage-grid.timeline-active {
  height: 37.375rem;
}

@media all and (min-width: 47.5em) {
  .homepage-grid.timeline-active {
    height: 37.375rem;
  }
}

@media all and (min-width: 47.5em) {
  .homepage-grid.timeline-active {
    height: 37.375rem;
  }
}

.homepage-grid.about-active, .homepage-grid.timeline-active, .homepage-grid.books-active {
  position: absolute;
  z-index: 999;
}

.homepage-grid__about {
  transition: all 1s ease;
  position: absolute;
  top: 0;
  left: 0;
  height: 42.33%;
  width: 50%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media all and (min-width: 47.5em) {
  .homepage-grid__about {
    height: 62.6%;
    width: 50%;
  }
}

.about-active .homepage-grid__about {
  width: 100%;
  height: 100%;
  z-index: 99;
}

.timeline-active .homepage-grid__about {
  left: -50%;
}

.books-active .homepage-grid__about {
  top: -62.6%;
  width: 100%;
}

.homepage-grid__books {
  transition: all 1s ease;
  position: absolute;
  top: 0;
  right: 0;
  height: 42.33%;
  width: 50%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media all and (min-width: 47.5em) {
  .homepage-grid__books {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    height: 37.4%;
    width: 50%;
  }
}

.books-active .homepage-grid__books {
  width: 100%;
  height: 100%;
  z-index: 99;
}

.about-active .homepage-grid__books {
  width: 100%;
  bottom: -37.4%;
}

.timeline-active .homepage-grid__books {
  left: -50%;
}

.homepage-grid__timeline {
  transition: all 1s ease;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 57.67%;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}

@media all and (min-width: 47.5em) {
  .homepage-grid__timeline {
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    height: 100%;
    width: 50%;
  }
}

.timeline-active .homepage-grid__timeline {
  width: 100%;
  height: 100%;
  z-index: 99;
}

.about-active .homepage-grid__timeline {
  right: -50%;
}

.books-active .homepage-grid__timeline {
  right: -50%;
}

.homepage-grid__title {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  color: #fff;
  font-family: "Flareserif821TL-Light", serif;
  font-size: 2rem;
  line-height: 2.4375rem;
}

@media all and (min-width: 31.25em) {
  .homepage-grid__title {
    bottom: 1.5625rem;
    left: 1.5625rem;
    font-size: 2.375rem;
    line-height: 2.8125rem;
  }
}

@media all and (min-width: 60em) {
  .homepage-grid__title {
    bottom: 1.875rem;
    left: 1.875rem;
    font-size: 2.75rem;
    line-height: 3.1875rem;
  }
}

.page-progress {
  position: absolute;
  top: 56px;
  left: 0;
  right: 0px;
  height: 4px;
  z-index: 2000;
}

@media all and (min-width: 31.25em) {
  .page-progress {
    top: 61px;
  }
}

@media all and (min-width: 60em) {
  .page-progress {
    top: 66px;
  }
}

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #b38432;
  position: absolute;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 4px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.lazy-hidden {
  opacity: 0;
}

.lazy-loaded {
  opacity: 1;
  -webkit-animation: fadein 2s;
  -moz-animation: fadein 2s;
  -ms-animation: fadein 2s;
  -o-animation: fadein 2s;
  animation: fadein 2s;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 0;
}

input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  margin: 0 0 0.625rem;
  padding: 0.6875rem 1.25rem 0.5625rem;
  width: 100%;
  background-color: #fff;
  border: #e7e7e7 2px solid;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  border-radius: 25px;
  -webkit-box-shadow: inset 0 2px 0 0 #cecece;
  -moz-box-shadow: inset 0 2px 0 0 #cecece;
  box-shadow: inset 0 2px 0 0 #cecece;
  -webkit-transition: border 150ms ease-in;
  transition: border 150ms ease-in;
}

@media all and (min-width: 47.5em) {
  input[type="email"],
  input[type="number"],
  input[type="search"],
  input[type="text"],
  input[type="tel"],
  input[type="url"],
  input[type="password"],
  textarea,
  select {
    margin-bottom: 0.9375rem;
    padding: 0.875rem 1.5625rem 0.75rem;
  }
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border-color: #dadada;
  outline: 0;
}

fieldset {
  padding: 0;
  border-width: 0;
}

label,
legend {
  display: block;
  font-weight: 600;
}

textarea {
  min-height: 5.625rem;
  padding-bottom: 0.375rem;
  padding-top: 0.375rem;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375rem;
  cursor: pointer;
}

.button {
  display: inline-block;
  margin: 0.625rem 0;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
  -webkit-appearance: none;
  border: #b38432 1px solid;
  background-color: #b38432;
  border-radius: 3.125rem;
  color: #fff;
  cursor: pointer;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 0.9375rem;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

@media all and (min-width: 31.25em) {
  .button {
    font-size: 1rem;
  }
}

.button:hover {
  background-color: #a77b2f;
  border-color: #a77b2f;
  color: #fff;
  text-decoration: none;
}

.button--large {
  padding: 0.6875rem 1.5625rem;
  font-size: 0.9375rem;
}

@media all and (min-width: 31.25em) {
  .button--large {
    padding: 0.8125rem 1.875rem;
    font-size: 1.0625rem;
  }
}

@media all and (min-width: 31.25em) {
  .button--large {
    padding: 0.9375rem 2.1875rem;
    font-size: 1.125rem;
  }
}

.button--bordered {
  background-color: transparent;
  border: #b38432 1px solid;
  color: #b38432;
}

.button--bordered:hover {
  background-color: transparent;
  border: #876426 1px solid;
  color: #876426;
}

.button--full {
  width: 100%;
}

.link-link {
  font-size: 120%;
  margin: 0 0 -0.25rem 0.4375rem;
}

ul {
  list-style: disc inside;
}

ul ul {
  margin-bottom: 0;
  padding-left: 1.875rem;
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8);
}

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none;
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

table {
  width: 100%;
}

th,
td {
  padding: 0.75rem 0.9375rem;
  border-bottom: #757575 1px solid;
  text-align: left;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

.notification {
  margin: 3.125rem 0;
  padding-left: 1.875rem;
  border-left: #d00000 0.625rem solid;
}

.notification--warning {
  border-color: #d00000;
}

.va-parent {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.va-child {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.va-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

[class*="wp-image"] {
  margin: 0.9375rem 0;
  display: block;
}

@media all and (min-width: 47.5em) {
  [class*="wp-image"].alignright {
    float: right;
    margin: 0 0 0.9375rem 0.9375rem;
  }
}

@media all and (min-width: 47.5em) {
  [class*="wp-image"].alignleft {
    float: left;
    margin: 0 0.9375rem 0.9375rem 0;
  }
}

.header {
  height: 3.75rem;
  padding: 1.25rem;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.15);
}

@media all and (min-width: 31.25em) {
  .header {
    height: 4.0625rem;
    padding: 1.5625rem;
  }
}

@media all and (min-width: 60em) {
  .header {
    height: 4.375rem;
    padding: 1.875rem;
  }
}

.logo {
  position: absolute;
  top: 1.1875rem;
  left: 1.25rem;
  z-index: 1001;
  color: #b98d41;
  font-size: 1.125rem;
  font-weight: 400;
}

@media all and (min-width: 31.25em) {
  .logo {
    top: 1.3125rem;
    left: 1.5625rem;
    font-size: 1.3125rem;
  }
}

@media all and (min-width: 60em) {
  .logo {
    top: 1.375rem;
    left: 1.875rem;
    font-size: 1.4375rem;
  }
}

.logo:hover {
  color: #b98d41;
  text-decoration: none;
}

.header--dark {
  position: absolute;
  width: 100%;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 2px 0 0 transparent;
  -moz-box-shadow: 0 2px 0 0 transparent;
  box-shadow: 0 2px 0 0 transparent;
}

.header--dark .logo {
  color: #d9ae63;
}

.header--dark .logo:hover {
  color: #d9ae63;
}

.footer {
  clear: both;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
  background-color: #fff;
  border-top: #d9d9d9 1px solid;
  font-size: 0.875rem;
}

.footer ul {
  margin: 0;
  color: #757575;
  font-size: 0.875rem;
  font-weight: 400;
  list-style-type: none;
}

@media all and (min-width: 91.25em) {
  .footer ul {
    font-size: 1rem;
  }
}

@media all and (min-width: 86.25em) {
  .footer ul li {
    float: left;
    margin-right: 1.25rem;
  }
}

.footer ul li:last-child {
  margin-right: 0;
}

@media all and (min-width: 68.75em) {
  .footer-links {
    float: left;
  }
}

@media all and (max-width: 59.99em) {
  .footer-social {
    margin-bottom: 1.25rem !important;
  }
}

@media all and (min-width: 31.25em) and (max-width: 59.99em) {
  .footer-social {
    margin-left: 1.25rem !important;
  }
}

@media all and (min-width: 31.25em) {
  .footer-social {
    float: right;
  }
}

.footer-social li {
  float: left;
  margin-right: 1.25rem;
}

@media all and (max-width: 59.99em) {
  .footer-social li {
    margin-bottom: 1.25rem;
  }
}

.footer-social li a {
  text-indent: -9999px;
}

.footer-social li a i {
  font-size: 1.75rem;
  text-indent: 0;
}

@media all and (min-width: 60em) {
  .footer-social li a i {
    font-size: 2.25rem;
  }
}

.footer-pre__blockquote p {
  color: #b38432;
}

.footer-pre__newsletter {
  text-align: center;
}

.footer-pre__newsletter p {
  margin-bottom: 0;
}

.footer-pre__newsletter p:last-child {
  margin-bottom: 0.9375rem;
}

.footer-pre__newsletter-form {
  margin-top: 1.125rem;
  overflow: hidden;
}

.footer-pre__newsletter-form__input {
  width: 100%;
}

.footer-pre__newsletter-form__span {
  display: block;
  overflow: hidden;
  padding-right: 10px;
}

.footer-pre__newsletter-form__button {
  float: right;
  margin: 2px 0 0 !important;
  border: transparent 2px solid;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .15s ease-in, visibility .15s ease-in;
  -ms-transition: opacity .15s ease-in, visibility .15s ease-in;
  -moz-transition: opacity .15s ease-in, visibility .15s ease-in;
  -webkit-transition: opacity .15s ease-in, visibility .15s ease-in;
}

.overlay.active {
  opacity: .2;
  visibility: visible;
  transition: opacity .3s ease-out, visibility .3s ease-out;
  -ms-transition: opacity .3s ease-out, visibility .3s ease-out;
  -moz-transition: opacity .3s ease-out, visibility .3s ease-out;
  -webkit-transition: opacity .3s ease-out, visibility .3s ease-out;
}

.nav-main {
  height: 100%;
  width: 20rem;
  padding: 0 1.25rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  background-color: #f7f2ea;
  box-shadow: -4px 0 0 rgba(0, 0, 0, 0.2);
  transition: transform .15s ease-out;
  -ms-transition: transform .15s ease-out;
  -moz-transition: transform .15s ease-out;
  -webkit-transition: transform .15s ease-out;
}

@media all and (min-width: 31.25em) {
  .nav-main {
    padding: 0 1.875rem;
    width: 23.75rem;
  }
}

@media all and (min-width: 60em) {
  .nav-main {
    padding: 0 2.5rem;
  }
}

.js .nav-main {
  transform: translateX(384px);
  right: -384px \9;
}

.lt-ie9 .js .nav-main {
  right: -384px;
}

.nav-main.active {
  min-height: 100vh;
  transform: translateX(0);
  right: 0 \9;
}

.lt-ie9 .nav-main.active {
  right: 0;
}

.nav-main__open,
.nav-main__close {
  position: absolute;
  top: 1.125rem;
  right: 1.25rem;
  color: #000000;
  font-family: "Merriweather", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  -webkit-tap-highlight-color: transparent;
}

@media all and (min-width: 31.25em) {
  .nav-main__open,
  .nav-main__close {
    top: 1.375rem;
    right: 1.875rem;
    font-size: 1.125rem;
  }
}

@media all and (min-width: 60em) {
  .nav-main__open,
  .nav-main__close {
    top: 1.5rem;
    right: 2.5rem;
    font-size: 1.3125rem;
  }
}

.nav-main__open:hover,
.nav-main__close:hover {
  text-decoration: none;
}

.header--dark .nav-main__open, .header--dark
.nav-main__close {
  color: #fff;
}

.header--dark .nav-main__open:hover, .header--dark
.nav-main__close:hover {
  color: #fff;
}

.nav-main__open:hover, .nav-main__open:active {
  color: #000000;
}

.nav-main__close {
  color: #b38432;
}

.nav-main__icon {
  margin-left: 0.9375rem;
  font-size: 1.5625rem;
  line-height: 1;
  vertical-align: middle;
}

.nav-main__list,
.nav-main__list--secondary {
  list-style-type: none;
}

.nav-main__item a,
.nav-main__item--secondary a {
  display: inline-block;
  font-family: "Flareserif821TL-Light", serif;
}

.nav-main__list {
  margin-top: 3.75rem;
  border-top: #dbc29d 1px solid;
  clear: right;
}

@media all and (min-width: 31.25em) {
  .nav-main__list {
    margin-top: 4.0625rem;
  }
}

@media all and (min-width: 60em) {
  .nav-main__list {
    margin-top: 4.375rem;
  }
}

.nav-main__item {
  border-bottom: #dbc29d 1px solid;
}

.nav-main__item a {
  padding: 1.125rem 0;
  color: #000000;
  font-size: 1.375rem;
}

@media all and (min-width: 31.25em) {
  .nav-main__item a {
    padding: 1.125rem 0;
    font-size: 1.625rem;
  }
}

@media all and (min-width: 60em) {
  .nav-main__item a {
    padding: 1.25rem 0;
    font-size: 1.8125rem;
  }
}

.nav-main__list--secondary {
  margin-top: 1.25rem;
}

.nav-main__item--secondary a {
  margin: 0.375rem 0;
  font-size: 1.125rem;
}

@media all and (min-width: 31.25em) {
  .nav-main__item--secondary a {
    margin: 0.5rem 0;
    font-size: 1.3125rem;
  }
}

@media all and (min-width: 60em) {
  .nav-main__item--secondary a {
    margin: 0.4375rem 0;
    font-size: 1.5rem;
  }
}

.hero {
  margin-bottom: 2.5rem;
}

@media all and (min-width: 47.5em) {
  .hero {
    margin-bottom: 3.75rem;
  }
}

.hero--bg {
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero--height {
  height: 22.5rem;
}

@media all and (min-width: 47.5em) {
  .hero--height {
    height: 33.75rem;
  }
}

@media all and (min-width: 47.5em) {
  .hero--height {
    height: 45.625rem;
  }
}

.hero--notes {
  position: relative;
  border-bottom: #dbc29d 1px solid;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.hero__inner {
  height: 22.5rem;
  position: relative;
}

@media all and (min-width: 47.5em) {
  .hero__inner {
    height: 33.75rem;
  }
}

.hero-book__blockquote {
  position: absolute;
  bottom: 0;
}

@media all and (max-width: 47.49em) {
  .hero-book__blockquote {
    padding-top: 5.625rem;
    padding-bottom: 4.375rem;
  }
}

@media all and (min-width: 31.25em) {
  .hero-book__blockquote {
    margin-left: 0;
    padding-top: 7.5rem;
    padding-bottom: 6.25rem;
  }
}

@media all and (min-width: 47.5em) {
  .hero-book__blockquote {
    padding-top: 0;
    padding-bottom: 0;
    bottom: 5.625rem;
    width: 50%;
  }
}

.hero-book__blockquote-heading {
  margin: 0;
  color: #fff;
}

.hero--video {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.hero--video__controls {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: 50%;
  z-index: 2;
}

.hero--video__play-box {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
}

@media all and (min-width: 31.25em) {
  .hero--video__play-box {
    bottom: 1.875rem;
  }
}

@media all and (min-width: 47.5em) {
  .hero--video__play-box {
    bottom: 3.125rem;
    left: 2.8125rem;
  }
}

@media all and (min-width: 60em) {
  .hero--video__play-box {
    bottom: 4.375rem;
    left: 3.75rem;
  }
}

.hero--video__title {
  margin: 0;
  color: #fff;
}

@media all and (max-width: 31.24em) {
  .hero--video__title {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}

.hero--video__button-box {
  margin-top: 0.625rem;
  padding-top: 0.625rem;
  border-top: #b38432 1px solid;
}

@media all and (min-width: 31.25em) {
  .hero--video__button-box {
    margin-top: 1.875rem;
    padding-top: 1.125rem;
  }
}

.hero--video__button {
  float: left;
  margin-right: 0.625rem;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.25rem;
}

@media all and (min-width: 31.25em) {
  .hero--video__button {
    margin-right: 1.25rem;
    font-size: 3.5625rem;
  }
}

.hero--video__button:hover, .hero--video__button:focus {
  outline: none;
}

.hero--video__icon {
  float: left;
  margin-right: 0.625rem;
}

.hero--video__label {
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  color: #fff;
  font-size: 1rem;
  font-family: "Flareserif821TL-Light", serif;
}

@media all and (min-width: 31.25em) {
  .hero--video__label {
    margin-top: 1rem;
    font-size: 1.5rem;
  }
}

#bkgd-video {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  z-index: 1;
}

#bkgd-video iframe {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.ytplayer-container {
  position: absolute;
  top: 0;
  z-index: -1;
}

/* ============================================================
  NAVIGATION - DEMO NAV
============================================================ */
nav.demo-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav.demo-nav li {
  display: inline-block;
  font-family: "Roboto Slab", serif;
  font-size: 12px;
}

nav.demo-nav a {
  display: block;
  padding: 3px 8px;
  background-color: tomato;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

nav.demo-nav a:hover,
nav.demo-nav li.active a {
  background-color: #ff3814;
}

/* ============================================================
  BASE OVERRIDES

  Use this to make sure max width of wrapper is also max
  video width in demo 3.
============================================================ */
.wrapper.demo3 {
  max-width: 1600px;
}

/* ============================================================
  DEMO 1 - EXPLORING ATTRIBUTES
============================================================ */
video#cmn-video-demo1__video {
  width: 100%;
}

/* ============================================================
  DEMO 2 - CUSTOM CONTROLS
============================================================ */
video#cmn-video-demo2__video {
  width: 100%;
}

#cmn-video-demo2__controls button {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  background-color: tomato;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 12px;
  outline: none;
  cursor: pointer;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ============================================================
  DEMO 3 - BACKGROUND VIDEO
============================================================ */
#cmn-video-demo3__container {
  position: relative;
  margin: 0 0 20px 0;
  height: 300px;
  background-color: #282828;
  overflow: hidden;
}

#cmn-video-demo3__video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 600px;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#cmn-video-demo3__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 80px 20px;
  text-align: center;
}

#cmn-video-demo3__content h2,
#cmn-video-demo3__content p,
#cmn-video-demo3__content a {
  color: #fff;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
}

#cmn-video-demo3__content h2 {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}

#cmn-video-demo3__content p {
  margin-bottom: 40px;
}

#cmn-video-demo3__content a {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  font-family: "Roboto Slab", serif;
  border: solid 1px #fff;
  -webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
  -o-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
  transition: background 0.3s, color 0.3s, text-shadow 0.3s;
}

#cmn-video-demo3__content a:hover {
  background-color: #fff;
  color: #787878;
  text-shadow: none;
}

@media all and (min-width: 600px) {
  #cmn-video-demo3__container {
    height: 480px;
  }
  #cmn-video-demo3__video {
    width: 1024px;
  }
  #cmn-video-demo3__content {
    padding: 160px 20px;
  }
  #cmn-video-demo3__content h2 {
    font-size: 42px;
  }
  #cmn-video-demo3__content p,
  #cmn-video-demo3__content a {
    font-size: 18px;
  }
}

@media all and (min-width: 1024px) {
  #cmn-video-demo3__container {
    height: 600px;
  }
  #cmn-video-demo3__video {
    width: 1600px;
  }
  #cmn-video-demo3__content {
    padding: 200px 20px;
  }
  #cmn-video-demo3__content h2 {
    font-size: 54px;
  }
  #cmn-video-demo3__content p,
  #cmn-video-demo3__content a {
    font-size: 24px;
  }
}

/* ============================================================
  DEMO 4 - FULL SCREEN BACKGROUND VIDEO
============================================================ */
#cmn-video-demo4__video {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#cmn-video-demo4__content {
  text-align: center;
}

.cmn-video-demo4__content--header {
  margin-bottom: 40px;
}

.cmn-video-demo4__content--header h2,
.cmn-video-demo4__content--header p,
.cmn-video-demo4__content--header a {
  color: #fff;
  text-shadow: -1px 1px 4px rgba(0, 0, 0, 0.6);
}

.cmn-video-demo4__content--header h2 {
  font-family: "Roboto Slab", serif;
  font-size: 30px;
}

.cmn-video-demo4__content--header p {
  margin-bottom: 40px;
}

.cmn-video-demo4__content--header a {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  font-family: "Roboto Slab", serif;
  border: solid 1px #fff;
  -webkit-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
  -o-transition: background 0.3s, color 0.3s, text-shadow 0.3s;
  transition: background 0.3s, color 0.3s, text-shadow 0.3s;
}

.cmn-video-demo4__content--header a:hover {
  background-color: #fff;
  color: #787878;
  text-shadow: none;
}

.cmn-video-demo4__content--main {
  padding: 20px;
  background: rgba(0, 0, 0, 0.2);
}

.cmn-video-demo4__content--main h2 {
  margin: 0 0 10px 0;
  color: #fff;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
}

.cmn-video-demo4__content--main p {
  margin: 0 0 20px 0;
  color: #fff;
}

@media all and (min-width: 600px) {
  .cmn-video-demo4__content--header h2 {
    font-size: 42px;
  }
  .cmn-video-demo4__content--header p,
  .cmn-video-demo4__content--header a {
    font-size: 18px;
  }
}

@media all and (min-width: 1024px) {
  .cmn-video-demo4__content--header h2 {
    font-size: 54px;
  }
  .cmn-video-demo4__content--header p,
  .cmn-video-demo4__content--header a {
    font-size: 24px;
  }
}

@media all and (min-width: 60em) {
  .block-pull {
    float: left;
    margin: 1.6875rem 2.5rem 1.5625rem 0;
    max-width: 22.5rem;
    margin-left: -6.25rem;
  }
}

@media all and (min-width: 68.75em) {
  .block-pull {
    margin: 1.6875rem 2.5rem 1.5625rem 0;
    max-width: 22.5rem;
    margin-left: -11.25rem;
  }
}

@media all and (min-width: 60em) {
  .block-push {
    float: right;
    margin: 1.6875rem 0 1.5625rem 2.5rem;
    max-width: 22.5rem;
    margin-right: -6.25rem;
  }
}

@media all and (min-width: 68.75em) {
  .block-push {
    margin-right: -11.25rem;
  }
}

.block-blockquote {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  color: #b38432;
}

@media all and (min-width: 47.5em) {
  .block-blockquote {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}

.block-support {
  margin-top: 0.5rem;
  margin-bottom: 1.125rem;
  background-color: #f7f2ea;
}

@media all and (min-width: 31.25em) {
  .block-support {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

@media all and (min-width: 60em) {
  .block-support {
    margin-top: 0.5rem;
    margin-bottom: 1.125rem;
  }
}

.block-support__figure {
  margin-bottom: 1.25rem;
}

@media all and (min-width: 31.25em) and (max-width: 59.99em) {
  .block-support__figure a {
    display: inline-block;
    margin: 2.1875rem 2.1875rem 0;
  }
}

.block-support__figure a img {
  display: block;
  vertical-align: text-bottom;
  height: auto;
}

.block-support__figure img {
  display: block;
  height: auto;
}

@media all and (max-width: 59.99em) {
  .block-support__figure--small a {
    display: inline-block;
    margin: 1.25rem 1.25rem 0;
  }
}

.block-support__figure--margin {
  margin-bottom: 0.9375rem;
}

.block-support__content {
  max-width: 32.1875rem;
  padding: 1.375rem 1.25rem 0.3125rem;
}

@media all and (min-width: 31.25em) {
  .block-support__content {
    padding: 2.0625rem 2.1875rem 0.9375rem;
  }
}

@media all and (min-width: 60em) {
  .block-support__content {
    padding: 2.0625rem 2.8125rem 1.875rem;
  }
}

@media all and (max-width: 59.99em) {
  .block-support__content .button:last-child {
    margin-top: 0;
    margin-bottom: 0.9375rem;
  }
}

.block-support__content--small {
  padding: 0 1.25rem 0.3125rem;
}

.block-support__title {
  margin-top: 0;
  font-weight: 300;
}

.rp4wp_component .block-support__title {
  margin-bottom: 0;
}

.block-support__title a {
  font-weight: 300 !important;
}

.block-support__title--driver {
  font-family: "Merriweather", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.5rem;
}

@media all and (min-width: 31.25em) {
  .block-support__title--driver {
    font-size: 1.4375rem;
    line-height: 1.8125rem;
  }
}

@media all and (min-width: 60em) {
  .block-support__title--driver {
    font-size: 1.625rem;
    line-height: 2.125rem;
  }
}

@media all and (min-width: 60em) {
  .block-support__title--driver--alt {
    font-size: 1.5rem;
    line-height: 2.125rem;
  }
}

@media all and (min-width: 60em) {
  .block-support__title--driver--na {
    font-size: 1.3125rem;
    font-weight: bold;
    line-height: 2rem;
  }
}

.block-tag,
ul.post-categories {
  margin: 0 0 0.25rem;
  padding: 0;
  font-size: 0.75rem;
  font-weight: 400;
  list-style-type: none;
  text-transform: uppercase;
}

@media all and (min-width: 31.25em) {
  .block-tag,
  ul.post-categories {
    font-size: 0.8125rem;
  }
}

@media all and (min-width: 60em) {
  .block-tag,
  ul.post-categories {
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
  }
}

.block-tag--mar-top,
ul.post-categories--mar-top {
  margin-top: 1.25rem;
}

.block-tag a,
ul.post-categories a {
  color: #000000;
}

.block-callout {
  clear: left;
}

@media all and (min-width: 47.5em) {
  .block-callout {
    margin-right: -187.5rem;
    margin-left: -187.5rem;
  }
}

.block-callout__inner {
  margin: 0.9375rem auto 1.875rem;
  max-width: 44.375rem;
  padding: 2.1875rem 1.25rem 0.9375rem;
}

@media all and (min-width: 31.25em) {
  .block-callout__inner {
    max-width: 45rem;
    padding: 2.8125rem 1.5625rem 1.875rem;
  }
}

@media all and (min-width: 60em) {
  .block-callout__inner {
    margin: 3.75rem auto 3.75rem;
    max-width: 58.125rem;
    padding: 5.625rem 1.875rem 4.375rem;
  }
}

@media all and (min-width: 68.75em) {
  .block-callout__inner {
    max-width: 68.125rem;
  }
}

.block-callout__header {
  overflow: auto;
}

@media all and (max-width: 59.99em) {
  .block-callout__header {
    margin-bottom: 1.875rem;
  }
}

@media all and (min-width: 60em) {
  .block-callout__header {
    float: left;
    width: 38.8349514563%;
    padding-right: 2.5rem;
    border-right: #dbc29d 1px solid;
  }
}

@media all and (min-width: 60em) {
  .block-callout__header-figure {
    float: left;
    width: 26.3888888889%;
  }
}

.block-callout__header-figure h2 {
  margin-top: 1.25rem;
}

.block-callout__header-figure img {
  display: inline-block;
}

@media all and (min-width: 60em) {
  .block-callout__header-content {
    float: right;
    width: 66.6666666667%;
  }
}

@media all and (min-width: 60em) {
  .block-callout__header-content h2 {
    margin-top: 0;
  }
}

@media all and (min-width: 60em) {
  .block-callout__main {
    float: left;
    padding-left: 2.5rem;
    width: 57.2815533981%;
  }
}

.masonry-grid {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

@media all and (min-width: 60em) {
  .masonry-grid {
    margin: 3.75rem -2.8125rem 3.75rem -4.6875rem;
  }
}

.masonry-grid__item {
  width: 100%;
}

@media all and (min-width: 31.25em) {
  .masonry-grid__item {
    width: 50%;
  }
}

.grid-books__item {
  width: 50%;
  margin-bottom: 2.25rem;
  padding: 0 0.625rem;
  text-align: center;
}

@media all and (min-width: 31.25em) {
  .grid-books__item {
    width: 33.3333333333%;
    margin-bottom: 2.375rem;
  }
}

@media all and (min-width: 47.5em) {
  .grid-books__item {
    width: 25%;
    margin-bottom: 2.5rem;
    padding: 0 0.9375rem;
  }
}

@media all and (min-width: 60em) {
  .grid-books__item {
    width: 20%;
    margin-bottom: 2.625rem;
  }
}

.grid-books__item img {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.books__title {
  margin-top: 0.3125rem;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4375rem;
}

@media all and (min-width: 31.25em) {
  .books__title {
    margin-top: 0.25rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }
}

@media all and (min-width: 47.5em) {
  .books__title {
    margin-top: 0.1875rem;
    font-size: 1.0625rem;
    line-height: 1.5625rem;
  }
}

@media all and (min-width: 60em) {
  .books__title {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}

.books__title a {
  color: #000000;
}

.book-masthead-video {
  position: fixed;
  top: 38%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
  -webkit-transition: 1s opacity;
  transition: 1s opacity;
}

.book-masthead-video::-webkit-media-controls {
  display: none !important;
}

.book-hero {
  position: relative;
}

.book-hero__inner {
  position: relative;
  z-index: 2;
}

.book-hero__video {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
}

.book-intro {
  padding: 2.5rem 0 1.25rem;
  background: white;
}

@media all and (min-width: 47.5em) {
  .book-intro {
    padding: 2.5rem 0 3.125rem;
  }
}

.book-intro__grid-book {
  float: right;
  margin-top: -5rem;
  padding: 0 0 1.25rem 1.25rem;
  width: 35%;
}

@media all and (min-width: 31.25em) {
  .book-intro__grid-book {
    float: left;
    padding: 0 1.25rem 1.25rem 0;
  }
}

@media all and (min-width: 47.5em) {
  .book-intro__grid-book {
    margin-top: -5.625rem;
    padding: 0 1.5625rem 1.5625rem 0;
    width: 34.9514563107%;
  }
}

.book-intro__grid-book img {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

@media all and (min-width: 47.5em) {
  .book-intro__grid-book img {
    margin-bottom: 1.5rem;
  }
}

.book-intro__button-group {
  max-width: 14.375rem;
}

@media all and (max-width: 47.49em) {
  .book-intro__button-group {
    display: none;
  }
}

@media all and (min-width: 47.5em) {
  .book-intro__grid-intro {
    float: left;
    width: 65.0485436893%;
  }
}

.book-overview {
  background: white;
}

.book-overview__audio, .book-overview__video {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media all and (min-width: 47.5em) {
  .book-overview__audio, .book-overview__video {
    width: 50%;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__audio {
    float: left;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__video {
    float: right;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__wrapper {
    max-width: 32.1875rem;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__wrapper--audio {
    float: right;
  }
}

@media all and (max-width: 47.49em) {
  .book-overview__wrapper--video {
    min-height: 17.5rem;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__wrapper--video {
    float: left;
  }
}

.book-overview__padding {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

@media all and (min-width: 31.25em) {
  .book-overview__padding {
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__padding--audio {
    float: right;
  }
}

@media all and (min-width: 60em) {
  .book-overview__padding--audio {
    padding-right: 7.25rem;
    padding-left: 1.5625rem;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__padding--video {
    float: left;
  }
}

@media all and (min-width: 60em) {
  .book-overview__padding--video {
    padding-right: 1.5625rem;
    padding-left: 7.25rem;
  }
}

.book-overview__main {
  min-height: 18.75rem;
  padding-top: 2.5rem;
}

@media all and (min-width: 31.25em) {
  .book-overview__main {
    padding-top: 3.75rem;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__main {
    min-height: 30rem;
    padding-top: 5rem;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__main--audio {
    float: right;
  }
}

@media all and (min-width: 47.5em) {
  .book-overview__main--video {
    float: left;
  }
}

.book-overview__footer {
  padding-bottom: 2.5rem;
}

@media all and (min-width: 47.5em) {
  .book-overview__footer {
    min-height: 10rem;
  }
}

.book-overview__blockquote {
  padding-bottom: 2.5rem;
  margin-left: 0;
}

.book-overview__blockquote * {
  color: #fff;
}

.play-preview__image {
  float: left;
  width: 3.125rem;
  border: #fff 4px solid;
}

@media all and (min-width: 47.5em) {
  .play-preview__image {
    width: 5rem;
  }
}

.play-preview__body {
  padding-top: 0.5rem;
  padding-left: 2.5rem;
  position: relative;
  color: #fff;
}

@media all and (min-width: 47.5em) {
  .play-preview__body {
    padding-left: 4.4375rem;
  }
}

.play-preview__body p {
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media all and (max-width: 47.49em) {
  .play-preview__body p {
    max-width: 12.5rem;
  }
}

@media all and (min-width: 47.5em) {
  .play-preview__body p {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

.play-preview__body a {
  display: inline-block;
  color: #fff;
}

.play-preview__body--with-img {
  margin-left: 3.75rem;
}

@media all and (min-width: 47.5em) {
  .play-preview__body--with-img {
    margin-left: 5.6875rem;
  }
}

.play-preview__icon {
  position: absolute;
  top: 0.625rem;
  left: 0;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}

@media all and (min-width: 47.5em) {
  .play-preview__icon {
    font-size: 3.75rem;
  }
}

.play-preview__content {
  margin-top: -1.4375rem;
}

@media all and (min-width: 47.5em) {
  .play-preview__content {
    margin-top: -1.1875rem;
  }
}

.book-support {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background: white;
}

@media all and (min-width: 60em) {
  .book-support {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.book-support--border {
  border-bottom: #dbc29d 1px solid;
}

.book-support__item img {
  max-width: 15.375rem;
  height: auto;
}

@media all and (max-width: 31.24em) {
  .book-support__item {
    margin-bottom: 2.25rem;
    padding-bottom: 1.25rem;
    border-bottom: #dbdbdb 1px solid;
  }
}

@media all and (min-width: 31.25em) {
  .book-support__item {
    float: left;
    padding-right: 1.875rem;
    padding-left: 1.875rem;
  }
}

@media all and (min-width: 47.5em) {
  .book-support__item {
    border-left: #dbdbdb 1px solid;
  }
}

@media all and (min-width: 60em) {
  .book-support__item {
    padding-top: 2.1875rem;
    padding-right: 3.75rem;
    padding-bottom: 1.5625rem;
    padding-left: 3.75rem;
  }
}

@media all and (min-width: 31.25em) {
  .book-support__item--first {
    padding-left: 0;
    width: 50%;
    border-right: #dbdbdb 1px solid;
  }
}

@media all and (min-width: 47.5em) {
  .book-support__item--first {
    width: 32.3529411765%;
    border: none;
  }
}

@media all and (min-width: 31.25em) {
  .book-support__item--second {
    padding-right: 0;
    width: 50%;
  }
}

@media all and (min-width: 47.5em) {
  .book-support__item--second {
    padding-right: 1.875rem;
    width: 36.0784313725%;
    border-right: #dbdbdb 1px solid;
  }
}

@media all and (min-width: 60em) {
  .book-support__item--second {
    padding-right: 3.75rem;
  }
}

@media all and (min-width: 31.25em) {
  .book-support__item--last {
    padding-right: 0;
    padding-left: 0;
  }
}

@media all and (min-width: 31.25em) and (max-width: 47.49em) {
  .book-support__item--last {
    padding-top: 30px;
    border-top: #dbdbdb 1px solid;
  }
}

@media all and (min-width: 47.5em) {
  .book-support__item--last {
    padding-left: 1.875rem;
    width: 29.4117647059%;
    border: none;
  }
}

@media all and (min-width: 60em) {
  .book-support__item--last {
    padding-left: 3.75rem;
  }
}

.timeline {
  position: absolute;
  top: 5.625rem;
  right: 0;
  z-index: 100;
}

@media all and (max-width: 47.49em) and (orientation: landscape) {
  .timeline {
    display: none;
  }
}

.timeline--fixed {
  position: fixed;
  top: 1.25rem;
}

.timeline__list {
  width: 2.5rem;
  list-style-type: none;
}

.timeline__list li {
  position: relative;
}

.timeline__stage {
  display: inline-block;
  padding: 0.625rem;
  width: 2.5rem;
  height: 2.5rem;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 1rem;
  line-height: 1.1875rem;
}

.timeline__stage.active {
  margin-left: -1rem;
  padding: 0.625rem 0.625rem 0.625rem 0.5rem;
  position: relative;
  width: 3.625rem;
  background-color: #b38432;
  font-weight: 400;
}

.timeline__stage.active:before {
  content: " ";
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 10px solid #b38432;
  position: absolute;
  left: -10px;
  top: 0px;
}

.timeline__stage.active, .timeline__stage:hover {
  color: #fff;
  text-decoration: none;
}

.timeline__date {
  display: none;
}

.active .timeline__date {
  display: inline-block;
}

.tooltip {
  display: none;
  padding: 0.25rem 0.625rem;
  position: absolute;
  top: 0.375rem;
  right: 100%;
  right: calc(100% + 10px);
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.3125rem;
  white-space: nowrap;
  text-align: right;
}

.tooltip:after {
  position: absolute;
  top: 0.5625rem;
  right: -0.3125rem;
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid rgba(0, 0, 0, 0.6);
}

.timeline__list li:hover > .tooltip {
  display: block;
}

.timeline__stage.active:hover + .tooltip {
  display: none;
}

.hero-timeline {
  min-height: 22.5rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.js .hero-timeline {
  visibility: hidden;
}

@media all and (min-width: 47.5em) {
  .hero-timeline {
    min-height: 33.75rem;
  }
}

.hero-timeline__inner {
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
}

@media all and (min-width: 47.5em) {
  .hero-timeline__inner {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}

.hero-timeline__book {
  float: left;
  padding-right: 1.25rem;
  width: 40%;
}

@media all and (min-width: 47.5em) {
  .hero-timeline__book {
    padding-right: 2.8125rem;
    width: 24.5535714286%;
  }
}

.hero-timeline__book img {
  display: block;
  height: auto;
}

.hero-timeline__book img.loaded {
  -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
}

.hero-timeline__body {
  float: left;
  max-width: 28.125rem;
  width: 75.4464285714%;
}

.hero-timeline__date {
  margin-top: 1.5rem;
  padding-left: 1.25rem;
  position: relative;
  color: #5ef0e4;
  font-family: "Flareserif821TL-Roman", serif;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-timeline__date:before {
  position: absolute;
  top: 0.125rem;
  left: -0.375rem;
  content: "•";
  font-size: 3.125rem;
}

.hero-timeline__title {
  color: #fff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.hero-timeline__title a {
  color: #fff;
  text-decoration: none;
}

@media all and (min-width: 60em) {
  .hero-timeline__title {
    font-size: 3.875rem;
  }
}

.hero-timeline__overview {
  color: #fff;
  line-height: 2rem;
}

.support-post__date {
  color: #b38432;
}

.support-post__date a {
  color: #b38432;
}

.support-post__title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-family: "Merriweather", sans-serif;
  font-weight: bold;
  font-size: 1.3125rem;
  line-height: 1.9375rem;
}

.support-post--image {
  min-height: 22.5rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: #fff 0.625rem solid;
}

@media all and (min-width: 47.5em) {
  .support-post--image {
    min-height: 26.375rem;
  }
}

.explore__inner {
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  height: auto;
}

@media all and (min-width: 47.5em) {
  .explore__inner {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
  }
}

@media all and (min-width: 47.5em) {
  .explore-header__title {
    width: 48%;
    margin-right: 4%;
    float: left;
  }
}

@media all and (min-width: 47.5em) {
  .explore-header__search {
    width: 48%;
    float: right;
  }
}

.explore-header__search .facetwp-facet {
  max-width: 100%;
  margin: 0;
}

@media all and (min-width: 47.5em) {
  .explore-header__search .facetwp-facet {
    width: 21.875rem;
    float: right;
  }
}

.explore-header__search .facetwp-facet .facetwp-btn {
  right: 0.9375rem;
}

.explore-categories__title {
  position: relative;
  margin-bottom: 0.9375rem;
  font-weight: 300;
}

@media all and (max-width: 47.49em) {
  .explore-categories__title {
    display: block;
    padding: 0.75rem 0.9375rem;
    border-radius: 4px;
    background-color: lightgray;
    border-bottom: 2px #b4b4b4 solid;
    border-right: 2px #b4b4b4 solid;
    cursor: pointer;
  }
}

.explore-categories__title:after {
  position: absolute;
  right: 0.9375rem;
  top: 1.125rem;
  color: #9b9b9b;
}

@media all and (min-width: 47.5em) {
  .explore-categories__title:after {
    display: none;
  }
}

.explore-categories__filters {
  display: none;
}

@media all and (min-width: 47.5em) {
  .explore-categories__filters {
    display: block !important;
  }
}

.explore-categories__filters .facetwp-facet {
  margin: 0;
}

.explore-categories__filters .facetwp-facet .facetwp-radio {
  display: inline-block;
  background: white;
  margin: 0 1.25rem 1.25rem 0;
  padding: 0.5rem 1.25rem;
  text-transform: uppercase;
  font-size: 0.75rem;
  border-radius: 4px;
}

@media all and (min-width: 47.5em) {
  .explore-categories__filters .facetwp-facet .facetwp-radio {
    font-size: 0.875rem;
  }
}

.explore-categories__filters .facetwp-facet .facetwp-radio.selected {
  background-color: #9b9b9b;
  color: white;
}

.explore-results__grid {
  margin-bottom: 3.75rem;
}

@media all and (min-width: 31.25em) {
  .explore-results__sizer, .explore-results__block {
    width: 48%;
  }
}

@media all and (min-width: 47.5em) {
  .explore-results__sizer, .explore-results__block {
    width: 30.66666666666667%;
  }
}

.explore-results__block {
  float: left;
}

@media all and (min-width: 31.25em) {
  .explore-results__block {
    margin-top: 0;
  }
}

@media all and (min-width: 47.5em) {
  .explore-results__block {
    margin-top: 0;
  }
}

@media all and (min-width: 60em) {
  .explore-results__block {
    margin-top: 1.25rem;
  }
}

.explore-results__block__content {
  padding-top: 0.9375rem;
}

.explore-results__block__figure a {
  margin: 0;
}

.explore-results__block__figure img {
  display: block;
  height: auto;
}

.explore-results__gutter-sizer {
  width: 4%;
}

.block-tags {
  padding: 0.9375rem 1.25rem 0.9375rem 1.25rem;
  border-top: 1px solid #dbc4a0;
}

.block-tags--article {
  margin-bottom: 1.875rem;
  padding: 1.875rem 0 0 0;
  border-top: #dbc29d 1px solid;
}

.block-tags__title {
  float: left;
  margin: 0 6px 0 0;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
}

.block-tags-list {
  list-style-type: none;
}

.block-tags-list__item {
  float: left;
  margin-right: 0.3125rem;
  line-height: 22px;
  font-size: 0.75rem;
}

@media all and (min-width: 47.5em) {
  .block-tags-list__item {
    line-height: 25px;
  }
}

.block-tags-list__item:after {
  content: ", ";
}

.block-tags-list__item:last-child:after {
  margin: 0 !important;
  content: " " !important;
}

.blog-container {
  margin-top: 3.5rem;
}

.blog-container__header {
  border-bottom: #dbc29d 1px solid;
  padding-bottom: 0.625rem;
}

@media all and (min-width: 47.5em) {
  .blog-container__title {
    width: 58%;
    margin-right: 4%;
    float: left;
  }
}

.blog-container__title a {
  color: black;
  text-decoration: none;
}

@media all and (min-width: 47.5em) {
  .blog-container__search {
    width: 38%;
    float: right;
  }
}

.blog-container__search .facetwp-facet {
  max-width: 100%;
  margin: 0;
}

@media all and (min-width: 47.5em) {
  .blog-container__search .facetwp-facet {
    width: 21.875rem;
    float: right;
  }
}

.blog-container__search .facetwp-facet .facetwp-btn {
  right: 0.9375rem;
}

.blog-article {
  margin-top: 3.375rem;
}

.blog-article__back {
  margin-bottom: 1.875rem;
}

.blog-article__back i {
  margin-left: 0 !important;
}

.blog-article__meta {
  font-size: 0.8125rem;
}

.blog-article__tag {
  margin-right: 0.75rem;
  text-transform: uppercase;
}

.blog-article .post-categories {
  display: inline;
  list-style: none;
}

.blog-article .post-categories li {
  display: inline;
  font-size: 0.8125rem;
  text-transform: uppercase;
}

.blog-article .post-categories li:after {
  content: ', ';
}

.blog-article .post-categories li:last-child:after {
  margin-left: 0.625rem;
  content: ' | ';
}

.blog-article__date {
  margin-left: 0.75rem;
}

.blog-article__title {
  margin-top: 0;
  margin-bottom: 1.1875rem;
}

.blog-article__figure {
  margin-bottom: 1.625rem;
  overflow: auto;
}

@media all and (min-width: 68.75em) {
  .blog-article__figure--wide {
    margin-left: -10.625rem;
    overflow: auto;
    width: 64.375rem;
  }
}

.blog-article__body .blog-article__figure {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
}

.blog-article__image {
  display: block;
  height: auto;
}

@media all and (min-width: 68.75em) {
  .blog-article__image {
    float: left;
  }
}

.blog-article__figcaption {
  font-family: "Merriweather", sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.blog-article__figcaption--wide {
  padding: 1.375rem 0;
  border-bottom: #dbc29d 1px solid;
}

@media all and (min-width: 68.75em) {
  .blog-article__figcaption--wide {
    float: right;
    width: 20rem;
    border-top: #dbc29d 1px solid;
  }
}

.blog-article__figcaption-credit {
  margin-top: 0.8125rem;
  color: #757575;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

@media all and (min-width: 68.75em) {
  .blog-article__body {
    font-size: 1.25rem;
  }
}

.blog-article__body .wp-caption {
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  overflow: auto;
  width: auto !important;
}

@media all and (min-width: 68.75em) {
  .blog-article__body .wp-caption {
    margin-left: -10.625rem;
    overflow: auto;
    width: 64.375rem !important;
  }
}

.blog-article__body .wp-caption.alignleft, .blog-article__body .wp-caption.alignright, .blog-article__body .wp-caption.alightnone {
  float: none !important;
}

.blog-article__body .wp-caption .wp-caption-text {
  font-family: "Merriweather", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  padding: 1.375rem 0;
  border-bottom: #dbc29d 1px solid;
}

@media all and (min-width: 68.75em) {
  .blog-article__body .wp-caption .wp-caption-text {
    float: right;
    width: 20rem;
    border-top: #dbc29d 1px solid;
  }
}

.blog-article__body .wp-caption .wp-caption-text small {
  margin-top: 0.8125rem;
  color: #757575;
  font-size: 0.875rem;
  line-height: 1.125rem;
}

.blog-article__body .wp-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media all and (min-width: 68.75em) {
  .blog-article__body .wp-caption img {
    float: left;
  }
}

.blog-article__body [class*="wp-image"] {
  height: auto;
}

.blog-article__body .alignleft {
  float: left;
}

.blog-article__body .alignright {
  float: right;
}

.blog-article__link {
  display: inline-block;
  margin-top: 0.5rem;
}

.blog-article__strip {
  margin-top: 1.5rem;
  padding-top: 1.0625rem;
  padding-bottom: 0.9375rem;
  position: relative;
  border-top: #dbc29d 1px solid;
  font-size: 1rem;
}

.blog-article__strip--margin-bottom {
  margin-bottom: 2.1875rem;
}

.blog-article__strip * {
  margin: 0;
  line-height: 1.25rem;
}

@media all and (min-width: 31.25em) {
  .blog-article__strip .share-link__container {
    float: right;
  }
}

.blog-article__author {
  color: #757575;
  font-size: 1rem;
}

@media all and (max-width: 31.24em) {
  .blog-article__author {
    margin-bottom: 0.5rem;
  }
}

@media all and (min-width: 31.25em) {
  .blog-article__author {
    float: left;
  }
}

.blog-article__author a {
  color: #757575;
  font-weight: 400;
}

.blog-article__credit {
  color: #757575;
  font-size: 1rem;
}

@media all and (min-width: 68.75em) {
  .blog-article__header-wrap {
    margin-left: -10.625rem;
    width: 64.375rem;
  }
}

@media all and (min-width: 68.75em) {
  .blog-article__header-wrap .blog-article__header {
    float: left;
    padding-right: 2.5rem;
    width: 25rem;
  }
}

@media all and (min-width: 91.25em) {
  .blog-article__header-wrap .blog-article__figure {
    float: right;
    margin-bottom: 3.125rem;
    width: 39.375rem;
  }
}

.blog-article__header-wrap .blog-article__attribution {
  margin-top: 1.875rem;
  padding: 1.375rem 0;
  border-top: #dbc29d 1px solid;
  border-bottom: #dbc29d 1px solid;
}

.blog-article__header-wrap .blog-article__author,
.blog-article__header-wrap .blog-article__credit {
  display: inline-block;
  margin: 0;
  width: 100%;
  line-height: 1.75rem;
}

.blog-article__header-wrap .share-link__container {
  display: inline-block;
  margin-top: 1.125rem;
  margin-bottom: 1.125rem;
}

.blog-article__sign-off {
  margin-top: 3.125rem;
  padding: 1.375rem 0 0;
  border-top: #dbc29d 1px solid;
  clear: both;
}

.topics__title {
  margin: 0;
  color: #757575;
  font-size: 1rem;
  font-weight: 300;
}

.topics__list {
  line-height: 1.375rem;
  list-style-type: none;
}

.topics__list li {
  float: left;
  margin-right: 0.625rem;
}

.topics__list li:after {
  content: ",";
  font-size: 1rem;
}

.topics__list li:last-child:after {
  content: "";
}

.topics__list li a {
  font-size: 1rem;
  text-decoration: underline;
}

.article-about p {
  color: #757575;
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.9375rem;
}

.blog-article__na blockquote {
  margin-top: 0.5rem;
  margin-bottom: 1.125rem;
  background-color: #f7f2ea;
  max-width: 32.1875rem;
  padding: 1.375rem 1.25rem 0.3125rem;
}

@media all and (min-width: 31.25em) {
  .blog-article__na blockquote {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

@media all and (min-width: 60em) {
  .blog-article__na blockquote {
    margin-top: 0.5rem;
    margin-bottom: 1.125rem;
  }
}

@media all and (min-width: 60em) {
  .blog-article__na blockquote {
    float: right;
    margin: 1.6875rem 0 1.5625rem 2.5rem;
    max-width: 22.5rem;
    margin-right: -6.25rem;
  }
}

@media all and (min-width: 68.75em) {
  .blog-article__na blockquote {
    margin-right: -11.25rem;
  }
}

@media all and (min-width: 31.25em) {
  .blog-article__na blockquote {
    padding: 2.0625rem 2.1875rem 0.9375rem;
  }
}

@media all and (min-width: 60em) {
  .blog-article__na blockquote {
    padding: 2.0625rem 2.8125rem 1.875rem;
  }
}

.related-articles {
  margin-top: 5rem;
}

.article-navigation {
  margin-top: 2.1875rem;
}

.article-navigation__list {
  overflow: hidden;
  list-style-type: none;
}

.article-navigation__list-item {
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.article-navigation__list-item--first {
  float: left;
}

.article-navigation__list-item--last {
  float: right;
}

.article-navigation__list-item i {
  margin-top: -0.3125rem;
  width: 1.0625rem;
  font-size: 1.625rem;
}

.article-navigation__list-item i:first-child {
  margin-right: 0.5rem;
}

.article-navigation__list-item i:last-child {
  margin-left: 0.5rem;
}

.article-navigation__list-item i,
.article-navigation__list-item a {
  text-decoration: none;
}

.article-navigation__list-item i:hover,
.article-navigation__list-item a:hover {
  text-decoration: none;
}

.share-link {
  color: #d00000;
  -webkit-tap-highlight-color: transparent;
}

.share-link__container {
  position: relative;
  width: 9.0625rem;
}

.share-link:before {
  margin-top: -0.1875rem;
  margin-right: 0.75rem;
}

.share-link:hover {
  color: #d00000;
  text-decoration: none;
}

.share-link__box {
  display: none;
  position: absolute;
  left: 20px;
  top: 30px;
  color: #fff;
  border-radius: 50px;
  background-color: #f7f2ea;
  padding: 6px 15px;
}

.no-js .share-link__box {
  display: block;
}

.share-link__box__link {
  display: inline-block;
  padding: 0 0.3125rem;
  -webkit-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}

.share-link__box__link:hover {
  color: #d00000;
  text-decoration: none;
}

.share-link__box__link .icon-twitter {
  margin-top: 0.1875rem;
  margin-right: 0.125rem;
}

.enquiries {
  margin: 1.25rem 0;
  padding: 0.625rem 0.9375rem;
  border: #dbc29d 1px solid;
}

@media all and (min-width: 31.25em) {
  .enquiries {
    padding: 0.9375rem 1.25rem;
  }
}

@media all and (min-width: 47.5em) {
  .enquiries {
    padding: 2rem 2.5rem;
  }
}

.enquiries__list {
  margin: 0;
  line-height: 2.125rem;
  list-style-type: none;
}

.enquiries__list li {
  margin: 1rem 0;
  line-height: 1.5;
}

@media all and (max-width: 47.49em) {
  .enquiries__list li {
    font-size: 0.875rem;
  }
}

.enquiries__list li:first-child {
  margin-top: 0;
}

.enquiries__list li:last-child {
  margin-bottom: 0;
}

.enquiries__list li i {
  margin-right: 0.5rem;
  position: relative;
  font-size: 1rem;
  text-align: center;
}

@media all and (min-width: 47.5em) {
  .enquiries__list li i {
    font-size: 1.5625rem;
  }
}

.icon-email--override {
  top: 0.125rem;
  color: #b98d41;
}

@media all and (min-width: 47.5em) {
  .icon-email--override {
    top: 0.3125rem;
  }
}

.icon-facebook--override {
  top: -0.0625rem;
  left: 0.1875rem;
  color: #3c5a99;
}

.icon-twitter--override {
  color: #3395eb;
}

.vcard {
  margin-bottom: 0.75rem;
}

@media all and (max-width: 47.49em) {
  .vcard {
    font-size: 0.875rem;
  }
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}

.pagination--mb {
  margin-bottom: 3.75rem;
}

.pagination__item {
  display: inline;
}

.pagination__item > a {
  float: left;
  padding: 0.5rem 0.875rem;
  margin: 0;
  position: relative;
  background-color: #f7f2ea;
  font-family: "Flareserif821TL-Light", serif;
  font-size: 0.75rem;
  text-decoration: none;
}

@media all and (min-width: 31.25em) {
  .pagination__item > a {
    font-size: 0.875rem;
  }
}

@media all and (min-width: 60em) {
  .pagination__item > a {
    font-size: 1rem;
  }
}

.pagination__item > a.active {
  font-family: "Flareserif821TL-Bold", serif;
}

.pagination__item > a.active, .pagination__item > a:hover {
  background-color: #f1e9db;
}
