@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

blockquote {
  margin: 0;
}

@font-face {
  font-family: "leaguespartan";
  src: url("../fonts/LeagueSpartan-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "merriweather";
  src: url("../fonts/Merriweather-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "merriweather";
  src: url("../fonts/Merriweather-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: lighter;
}
.select-control::after, .multiselect__head::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select-control::after, .multiselect__head::after {
  content: "";
}

* {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

html {
  font-size: 0.9em;
}

.inline {
  display: inline;
}

.children-inline > * {
  display: inline;
}

.children-ml-1 > * {
  margin-left: 1em;
}

.nav {
  width: 32em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .nav {
    flex-direction: column;
    width: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: blue;
    height: 100vh;
    padding: 10vw 0;
    z-index: 999;
    margin: 0;
    justify-content: space-evenly;
    font-size: 1.5rem;
    background: #483a3a;
    opacity: 0.9;
    display: none;
    font-family: leaguespartan;
  }
  .nav a:not(.button):hover {
    text-decoration: underline;
  }
  .nav.is-open {
    display: flex;
  }
}

.input--block,
.button--block {
  display: block;
  width: 100%;
  border-radius: 0;
}

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

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

.button, .module--generic-page a {
  text-align: center;
  align-self: center;
  white-space: nowrap;
  cursor: pointer;
  font-family: "leaguespartan";
  font-size: 1em;
  line-height: inherit;
  padding: 0.8em 1rem 0.6em;
  color: white;
  background-color: #85ae61;
  border-radius: 3px;
  border: 0;
  display: inline-block;
}
.button:hover, .module--generic-page a:hover, .button:focus, .module--generic-page a:focus, .button:active, .module--generic-page a:active {
  background-color: #98bb7a;
}

.button--alternate {
  color: white;
  background: #483a3a;
}
.button--alternate:hover, .button--alternate:focus, .button--alternate:active {
  background: #483a3a;
}

.button--ghost {
  background-color: transparent;
  color: #483a3a;
  border: 2px solid;
  border-color: #483a3a;
  padding: calc(0.8em - 2px) 1rem calc(0.6em - 2px);
}
.button--ghost:hover, .button--ghost:focus, .button--ghost:active {
  background-color: #483a3a;
  color: white;
}
.button--ghost.button--ghost--nofill:hover, .button--ghost.button--ghost--nofill:focus, .button--ghost.button--ghost--nofill:active {
  background-color: transparent;
  color: #483a3a;
}

.button--ghost.is-busy {
  background-color: #483a3a;
}

.section--hero .button--ghost:hover {
  background-color: transparent;
}

.button--light {
  color: white;
  border-color: white;
}

@media (max-width: 550px) {
  .section__inner h2:not(.gallery-container__heading) {
    text-align: center;
    font-size: 2rem;
  }

  .shifted-up + article {
    transform: translateY(-5.475em);
  }
}
@media (min-width: 551px) {
  .row {
    display: flex;
  }

  [class*=col-] + [class*=col-] {
    padding-left: 2rem;
  }
}
.col, .col-1 {
  flex: 1;
}

.col-2 {
  flex: 2;
}

.col-3 {
  flex: 3;
}

.col-4 {
  flex: 4;
}

.col-5 {
  flex: 5;
}

.col-8 {
  flex: 8;
}

.col-9 {
  flex: 9;
}

.stacked > * {
  display: block;
}

body {
  margin: 0;
}

html {
  font-family: "merriweather";
  line-height: 1.5;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .highlighted-image__title, .h4, .h5, .h {
  font-family: "leaguespartan";
  margin: 0;
}

h1, .h1 {
  font-size: 3rem;
}

h2, .h2 {
  font-size: 2.5rem;
}

h3, .h3, .highlighted-image__title {
  font-size: 2rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

form, p {
  margin: 0;
}

dd, dt {
  display: inline;
  margin: 0;
}

.input, input[type=text],
input[type=search],
input[type=email],
input[type=password],
textarea {
  font-family: "merriweather";
  font-size: 1em;
  padding: 0.5em 0.5rem;
  border: 1px solid lightgray;
}
.input:disabled, input[type=text]:disabled,
input[type=search]:disabled,
input[type=email]:disabled,
input[type=password]:disabled,
textarea:disabled {
  color: #aaa;
  cursor: not-allowed;
}

.module {
  margin-bottom: 2rem;
  background: white;
  box-shadow: 0 0 2.5rem rgba(0, 0, 0, 0.3);
}
.module .module__title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-family: "leaguespartan";
  padding: 1.2em 1rem 0.8em;
}
.module .module__content {
  padding: 1em 1rem;
}

.module--signup {
  color: white;
  background: #483a3a;
}

.section {
  padding: 2em 1em;
}
.section .section__inner {
  max-width: 72rem;
  margin: 0 auto;
}
.section .section__inner + hr {
  background: rgba(0, 0, 0, 0.5);
  max-width: 72em;
  margin: 2em auto;
}

img {
  max-width: 100%;
}

.stories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.stories .stories__story {
  flex: 0 0 calc(33.3333333333% - 1rem);
  margin-bottom: 2em;
}
@media (max-width: 900px) {
  .stories .stories__story {
    flex: 0 0 calc(50% - 1rem);
  }
}
@media (max-width: 600px) {
  .stories .stories__story {
    flex: 0 0 100%;
  }
}
@media (max-width: 550px) {
  .stories .stories__story {
    text-align: center;
  }
}
.stories .stories__story img {
  width: 100%;
  height: 20em;
  object-fit: cover;
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
}
@media (max-width: 550px) {
  .stories .stories__story img {
    width: auto;
  }
}
.stories .stories__story .h5 {
  margin: 0.8em 0 0.25em;
}

a, a:hover, a:active {
  text-decoration: none;
}

a {
  color: #483a3a;
}

.light-on-dark {
  color: white;
}
.light-on-dark .button--ghost {
  border-color: white;
}
.light-on-dark a {
  color: white;
}

.section--cta {
  position: relative;
  padding: 6em 1rem;
  background-image: url("../img/books.jpg");
  background-size: cover;
  background-position: center;
}
.section--cta::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #483a3a;
  opacity: 0.9;
}
.section--cta > * {
  position: relative;
}

.section--footer {
  color: #483a3a;
  background-color: #dfdac7;
}

.section--2 {
  color: #483a3a;
}

.h {
  font-family: "leaguespartan";
}

.shifted-up {
  transform: translateY(-5.475em);
}

.module--menu {
  background-color: #dfdac7;
}

.section--hero {
  background-image: url("../img/banner.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
.section--hero::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #483a3a;
  opacity: 0.9;
}
.section--hero > * {
  position: relative;
}

.modal {
  display: none;
}

.modal__body {
  padding: 1.5em;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  background: white;
  max-height: calc(100vh - 15rem);
  overflow: auto;
}

.modal__actions {
  background: white;
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem;
  overflow: hidden;
}

.modal__head {
  background: white;
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  padding: 1.2rem 1.5rem 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.2em;
  font-family: "leaguespartan";
}

.modal__head + .modal__body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.modal__close {
  width: 1.1em;
  line-height: 1.1em;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0 0 0.2rem black, inset 0 0 0.2rem black;
  border: 0.2rem solid white;
  box-sizing: content-box;
  background: #eee;
  position: absolute;
  right: -0.65em;
  top: -0.7em;
  font-size: 2em;
  cursor: pointer;
  color: gray;
}

.modal--open {
  display: flex;
}

.modal--login {
  color: #483a3a;
  position: absolute;
  right: 0;
  top: 0;
}

.modal--freshdesk .modal__inner {
  max-width: 45rem;
  width: 100%;
}
.modal--freshdesk .modal__body {
  border-radius: 0.35rem;
}

.a2, .modal__body a, .highlighted-image__byline a {
  color: #806868;
}
.a2:hover, .modal__body a:hover, .highlighted-image__byline a:hover {
  text-decoration: underline;
}

.highlighted-image {
  text-align: center;
  margin: -12em auto 0;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 1em;
  margin-bottom: 3em;
}

.highlighted-image__img {
  width: 216px;
  height: auto;
  min-height: 324px;
  max-height: 351px;
  object-fit: cover;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
  background: white;
  max-width: none;
}

.highlighted-image__title {
  margin: 0.65rem 0 0.3rem;
}

.avatar {
  text-align: center;
}
.avatar .avatar__image {
  width: 15em;
  height: 22.5em;
  object-fit: cover;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.3);
  background: white;
}
.avatar .avatar__image--placeholder {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  color: #dfdac7;
}
.avatar .avatar__image--placeholder .fa {
  font-size: 216px;
}

.avatar--user-page {
  margin: -12em auto 0;
  position: relative;
}

.flex, .space-between {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

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

.section__content {
  text-align: center;
}

.section__content {
  max-width: 700px;
  margin: 0 auto;
}
.section__content h2 {
  line-height: 1.25;
}
.section__content h2 i, .section__content h2 i a {
  color: #85ae61;
  font-family: "merriweather";
  font-style: italic;
}
.section__content > * {
  margin-top: 1.5em;
}
.section__content > *:first-child {
  margin-top: 0;
}

.section__content--home-page hr {
  margin: 2em auto;
}

.section__content--home-page,
.section__content--viewstory-page {
  padding: 3em 0 4em;
}

.section__content--viewstory-page,
.section__content--user-page {
  padding: 4em 0 14em;
}

@media (max-width: 550px) {
  .section__content--viewstory-page {
    padding: 4em 0;
  }
}
.section__content--viewuser-page {
  padding: 4em 0 2em;
  max-width: 45em;
  margin: 0 auto;
}

.section__content--storysearch-page {
  padding: 4em 0 2em;
}

.row--account {
  margin: 1em auto;
  width: 50em;
  padding: 0.375em 0 1em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.row--account .col-3 {
  font-size: 1.1em;
  position: relative;
}
.row--account .col-3 .h {
  position: relative;
  top: 0.1em;
}
.row--account .col-3::after {
  content: ":";
  position: absolute;
  right: 0;
  top: -0.2em;
}
.row--account .col-9 a {
  font-family: "leaguespartan";
  font-size: 0.9em;
  white-space: nowrap;
}
.row--account .col-9 a:not(.button) {
  color: #806868;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  padding: 0 1.5em;
}

.modal__inner {
  position: relative;
}

.social-link {
  border-radius: 2px;
  font-size: 1.5em;
  display: inline-block;
  padding: 0.25rem;
  line-height: 1.15;
  height: 1em;
  width: 1em;
  text-align: center;
  box-sizing: content-box;
}

.social-link {
  color: white;
  background: #85ae61;
}

.social-link--primary {
  background: #483a3a;
}

hr {
  border: 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  max-width: 50%;
}

dl, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pager {
  font-family: "leaguespartan";
  display: inline-block;
}
.pager li {
  display: inline-block;
  text-align: center;
  min-width: 2em;
  height: 2.5em;
  line-height: 2.5em;
  box-sizing: content-box;
  padding: 0.3em 0.3em 0;
  border-radius: 3px;
}

.pager__page--active {
  color: orangered;
  border: 3px solid maroon;
}

.jumboize-fa {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dfdac7;
}
.jumboize-fa .fa {
  font-size: 15em;
}

.story-summary h3 + a {
  margin-top: 0.5em;
  display: inline-block;
}

.story-summary__summary {
  margin: 1.5em 0;
  overflow-wrap: anywhere;
}

.story-summary__key-details {
  margin: 1rem 0 0;
  font-size: 0;
  font-weight: bold;
  max-width: 65rem;
}
.story-summary__key-details > :first-child {
  border: 1px solid;
  border-left: 0;
  border-right: 0;
  padding: 0.8rem 0;
  max-width: 475px;
}
.story-summary__key-details dd, .story-summary__key-details dt {
  font-size: 0.9rem;
}
.story-summary__key-details dt::after {
  content: ":";
}
.story-summary__key-details dd {
  margin-left: 0.5em;
}
.story-summary__key-details dd::after {
  content: "|";
  margin: 0 0.5rem;
}
.story-summary__key-details dd:last-child::after {
  display: none;
}

.story-summary__details {
  max-width: 65em;
  font-size: 0.9em;
}

.story-summary--even {
  background: #dfdac7;
}

.story-summary__cover {
  box-shadow: 0 0.1rem 1.5rem rgba(0, 0, 0, 0.2);
  height: 23em;
  width: 16em;
}

.story-summary__details__entry__key {
  flex: 1.5 !important;
}

.entry, .story-summary__details__entry {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 2em 0.2em 0;
  padding: 0.5em 0;
}

.entry__key, .story-summary__details__entry__key {
  flex: 1;
  font-family: "leaguespartan";
  position: relative;
  margin-right: 1em;
  display: flex;
  align-items: center;
}
.entry__key::after, .story-summary__details__entry__key::after {
  content: ":";
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
}

.entry__value, .story-summary__details__entry__value {
  flex: 3;
  display: flex;
  align-items: center;
  font-family: "leaguespartan";
  color: #806868;
}
.entry__value a:not(.button), .story-summary__details__entry__value a:not(.button) {
  color: #806868;
}
.entry__value a, .story-summary__details__entry__value a {
  margin: 0 0.4em;
}
.entry__value a:first-child, .story-summary__details__entry__value a:first-child {
  margin-left: 0;
}
.entry__value a:last-child, .story-summary__details__entry__value a:last-child {
  margin-right: 0;
}

.mt05 {
  margin-top: 0.5rem;
}

.mt1, .mv1 {
  margin-top: 1rem;
}

.mt2, .mv2 {
  margin-top: 2rem;
}

.mt3 {
  margin-top: 3rem;
}

.mb05 {
  margin-bottom: 0.5rem;
}

.mb1, .mv1 {
  margin-bottom: 1rem;
}

.mb2, .mv2 {
  margin-bottom: 2rem;
}

.text1 {
  color: #806868;
}

.section--comfy {
  padding: 3em 1em;
}

.module--comfy .module__content {
  padding: 4em 2em;
}

.no-shadow {
  box-shadow: none;
}

.shadow0 {
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

.dl dt::after {
  content: ":";
}
.dl dd {
  margin-right: 0.5em;
}
.dl dd:last-child {
  margin-right: 0;
}

.story-list {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.story-list tbody {
  font-size: 0.9rem;
}
.story-list th {
  font-family: "leaguespartan";
  background: #483a3a;
  color: white;
  padding: 0.7em 0 0.5em;
}
.story-list th:nth-child(2) {
  width: 70%;
}
.story-list td {
  padding: 1.25em 0;
  text-align: center;
}
.story-list td:nth-child(2) {
  text-align: left;
}

.button, .module--generic-page a {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
}
.button[disabled], .module--generic-page a[disabled] {
  border-color: lightgray;
  color: darkgray;
  cursor: not-allowed;
  background: lightgray;
}

.module__actions > .button--block {
  border-radius: 0;
  height: 3.1em;
}

.modal__actions > .button--block {
  border-radius: 0;
  height: 3.1em;
}

.module__content input, .module__content button {
  margin-top: 1em;
}

.section--cta p {
  margin: 1em 0;
}

.section--cta p:first-of-type {
  margin-top: 1em;
}

.section--footer .col-3:nth-child(1) img {
  margin-bottom: 2em;
}
.section--footer .col-3:nth-child(4) p {
  margin-bottom: 0.5em;
}
.section--footer .col-3.stacked a {
  margin-top: 0.5em;
}

.section--hero .owl-dots {
  margin-top: 2em !important;
}

@media (max-width: 600px) {
  .section--hero header > .row {
    text-align: center;
    display: block;
    margin-top: 2em;
  }
}
.modal__body > * {
  margin-top: 1em;
}
.modal__body > *:first-child {
  margin-top: 0;
}

.modal__body label {
  display: inline-block;
}

.button-row--user-page {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em auto;
}
.button-row--user-page .button, .button-row--user-page .module--generic-page a, .module--generic-page .button-row--user-page a {
  margin: 0.5rem;
}

.entries--compact {
  max-width: 40em;
  margin: 0 auto;
}
.entries--compact .entry, .entries--compact .story-summary__details__entry {
  min-height: 3em;
}

.section--comfier {
  padding: 4.5em 1em;
}

.section--comfiest {
  padding: 6em 1em;
}

.section--comfier-bottom {
  padding-bottom: 4.5em;
}

.module p {
  line-height: 1.5;
}

.module--menu .module__content > * {
  margin-top: 1em;
}
.module--menu .module__content > *:first-child {
  margin-top: 0;
}
.module--menu .module__content a:hover {
  text-decoration: underline;
}

.section__content--default {
  padding: 2em 0;
}

[data-modal-unclosable] .modal__close {
  display: none;
}

.modal__inner {
  max-width: 35em;
}

.modal__body p {
  line-height: 1.5;
}

.form--invalid input {
  outline: 2px solid red;
}

@media (max-width: 550px) {
  .header--responsive .highlighted-image {
    margin: 2em 0 0;
  }
}

@media (max-width: 550px) {
  .chapter-nav {
    display: flex;
    flex-direction: column;
    margin: 2em 0;
  }
}
.chapter-nav a {
  min-width: 6.725em;
  margin: 2.5px 0;
}

@media (min-width: 551px) {
  .chapter-nav--footer {
    margin: 2em 0;
    text-align: center;
  }
}

.header--viewstory-page {
  margin-bottom: 3rem;
}
.header--viewstory-page > .col:nth-child(2) {
  text-align: center;
}
@media (min-width: 551px) {
  .header--viewstory-page > .col:nth-child(3) {
    text-align: right;
  }
}
@media (max-width: 550px) {
  .header--viewstory-page {
    display: block;
  }
  .header--viewstory-page > .col:nth-child(1) {
    text-align: center;
  }
  .header--viewstory-page > .col:nth-child(3) {
    text-align: center;
    margin-top: 0.5rem;
  }
}

.modal__actions--multiple {
  overflow: visible;
  padding: 1.5em 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.modal__actions--multiple > * {
  margin-top: 0.5em;
}
.modal__actions--multiple > *:first-child {
  margin-top: 0;
}
.modal__actions--multiple .button, .modal__actions--multiple .module--generic-page a, .module--generic-page .modal__actions--multiple a {
  border-radius: 3px;
}

@media (min-width: 551px) {
  .modal--forgot-password .modal__inner {
    width: 26em;
  }
}

.form--search {
  line-height: 2;
}
.form--search > * {
  margin-top: 1em;
}
.form--search > *:first-child {
  margin-top: 0;
}
.form--search input {
  margin-top: 0;
}
.form--search input[placeholder=Author] {
  margin-top: 1em;
}
.form--search select {
  width: 100%;
}
.form--search hr {
  background: rgba(0, 0, 0, 0.2);
  max-width: none;
  margin: 1.5rem -1.5rem 1rem;
}
@media (min-width: 551px) {
  .form--search .col:first-child {
    text-align: right;
    padding-right: 1rem;
  }
}
.form--search .col:last-child {
  flex: 3;
}

.module .form--search .row--letters {
  display: block;
  text-align: center;
}
.module .form--search hr {
  background: rgba(0, 0, 0, 0.1);
  margin: 1.5rem -1rem 1rem;
}

@media (max-width: 550px) {
  .row--letters {
    text-align: center;
  }
}
@media (min-width: 551px) {
  .row--letters {
    justify-content: space-between;
  }
}

@media (max-width: 550px) {
  .section--footer {
    text-align: center;
  }

  .section--footer .section__inner > * {
    margin-top: 2em;
  }
  .section--footer .section__inner > *:first-child {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .story-summary-list-header {
    display: block;
    text-align: center;
  }
  .story-summary-list-header .button, .story-summary-list-header .module--generic-page a, .module--generic-page .story-summary-list-header a {
    margin-bottom: 2em;
  }
}

.section__content--storysearch-page select[name=srt] {
  font-size: 1rem;
}

body.is-unscrollable {
  height: 100vh;
  overflow: hidden;
}

.AuthorResponse {
  display: block;
  background: rgba(0, 0, 0, 0.03);
  padding: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.section--reviews .section__inner {
  max-width: 48rem;
}
.section--reviews .section__inner > * {
  margin-top: 2em;
}
.section--reviews .section__inner > *:first-child {
  margin-top: 0;
}

.review {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: auto;
  position: relative;
}
.review > .review__header,
.review > .review__content,
.review > .review__footer {
  margin: 1.5rem 0;
  padding: 0 1.5rem;
}
.review [data-errors] {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.review [data-errors-count="0"] {
  display: none;
}
.review textarea {
  display: block;
}

.review [data-edit-rating] {
  font-family: "leaguespartan";
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  border: 2px solid;
  padding: 3px 2px 0px 3px;
  border-radius: 3px;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.review [data-edit-rating]:hover, .review [data-edit-rating]:focus {
  color: white;
  border-color: #85ae61;
  background-color: #85ae61;
}

.review__header > [data-edit-rating] {
  display: none;
}

.review[data-review-rating="0"] .review__header > [data-edit-rating] {
  display: inline;
}
.review[data-review-rating="0"] .review__rating,
.review[data-review-rating="0"] .review__header__links > br {
  display: none;
}

.review__ajax-spinner-context {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.65);
  transition: background-color 0.6s;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.review__ajax-spinner-context.in {
  background-color: rgba(255, 255, 255, 0);
}
.review__ajax-spinner-context .ajax-spinner {
  position: static;
}
.review__ajax-spinner-context .ajax-spinner > div {
  border-color: #4b3f3f transparent transparent transparent;
}

.review__content > div {
  margin-top: 1.5rem;
  cursor: default;
}

.review__content__section--reviewText textarea,
.review__content__section--responseText textarea {
  border: 0;
  outline: 0;
  outline-color: transparent;
  outline-offset: 2px;
  background: transparent;
  resize: none;
  width: 100%;
  line-height: 1.5;
  padding: 0;
  transition: opacity 0.2s, outline-color 0.2s;
}
.review__content__section--reviewText textarea.is-dirty,
.review__content__section--responseText textarea.is-dirty {
  background-color: lightyellow !important;
}
.review__content__section--reviewText textarea:focus:not([readonly]), .review__content__section--reviewText textarea:hover:not([readonly]), .review__content__section--reviewText textarea:active:not([readonly]),
.review__content__section--responseText textarea:focus:not([readonly]),
.review__content__section--responseText textarea:hover:not([readonly]),
.review__content__section--responseText textarea:active:not([readonly]) {
  outline: 1px solid #ddd;
  background: white;
}
.review__content__section--reviewText textarea[readonly]:focus, .review__content__section--reviewText textarea[readonly]:active,
.review__content__section--responseText textarea[readonly]:focus,
.review__content__section--responseText textarea[readonly]:active {
  outline: none;
}

.review__content__section--responseText textarea:not([readonly]):focus, .review__content__section--responseText textarea:not([readonly]):hover {
  box-shadow: 0 0 0 2px white;
}

.review__content__section textarea:focus + .review__content__section__footer,
.review__content__section textarea.is-dirty + .review__content__section__footer {
  max-height: 47px;
  opacity: 1;
}

.review__content__section__footer {
  max-height: 0;
  opacity: 0;
  transition: max-height 0.2s, opacity 0.2s 0.2s;
  overflow: hidden;
  margin-top: 10px;
  font-family: "leaguespartan";
}

.review__header__links a {
  font-family: "leaguespartan";
}
.review__header__links a:hover {
  text-decoration: underline;
}

.review__content__section--responseText {
  background: rgba(0, 0, 0, 0.03);
  padding: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}
.review__content__section--responseText b {
  font-family: leaguespartan;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 0.8rem;
  position: relative;
  margin-bottom: 0.5rem;
  display: block;
}

.pager--reviews {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.pager--reviews > * {
  align-self: center;
}

[data-show=false] {
  display: none;
}

[data-show=true] {
  display: block;
}

.review__footer textarea {
  display: block;
  width: 100%;
  margin-bottom: 0.5em;
  height: 8em;
}

.textarea-control {
  overflow: auto;
}

.textarea-control textarea {
  width: 100%;
}

.textarea-control__counter {
  float: right;
}

.form--review {
  max-width: 50rem;
}
.form--review > * {
  margin-top: 1em;
}
.form--review > *:first-child {
  margin-top: 0;
}

.alert {
  padding: 0.5em;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

.alert--danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-errors {
  display: inline-block;
}

.alert--errors .fa {
  margin-right: 5px;
  color: indianred;
  padding: 3px 6px 1px;
  background: white;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  border-radius: 2px;
}

.alert--errors p + p {
  margin-top: 0.5rem;
}

.panel {
  background: whitesmoke;
  color: #483a3a;
  border-radius: 3px;
  padding: 10px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.panel__actions {
  padding-top: 10px;
}

.panel--5-day-course .panel__body {
  display: flex;
}

@media (max-width: 550px) {
  .panel--5-day-course .panel__body > p:first-child {
    padding-right: 0 !important;
  }

  .panel--5-day-course .panel__body {
    flex-direction: column;
    align-items: center;
  }

  .panel--5-day-course .panel__actions label {
    width: 100%;
  }
}
.panel--5-day-course .panel__body > * {
  flex: 1;
}

.panel--5-day-course .panel__body > p:first-child {
  margin: 0.75em 1em 0;
  text-align: center;
  font-size: 1.6rem;
  font-family: "leaguespartan";
  padding-right: 30px;
}

.panel--5-day-course .panel__body > ul:last-child {
  list-style: disc;
  display: inline-block;
  margin: 1em 0;
}

.panel--5-day-course .panel__actions label {
  font-family: leaguespartan;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 15px 15px 12px;
  background: white;
}

[data-form-errors] {
  display: none;
}

[data-form-errors=true] {
  display: inline-block;
}

.section__content--reviews-page {
  margin-top: 3rem;
}
.section__content--reviews-page a:hover {
  text-decoration: underline;
}

.section__content--reviews-page.section__content--reviews-page > * + * {
  margin: 1em auto 0;
}

.table-chapters {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table-chapters tbody {
  font-size: 0.9rem;
}
.table-chapters th {
  font-family: "leaguespartan";
  background: #483a3a;
  color: white;
  padding: 0.7em 0 0.5em;
}
.table-chapters th:nth-child(2) {
  width: 70%;
}
.table-chapters td {
  padding: 1.25em 0;
  text-align: center;
}
.table-chapters td:nth-child(2) {
  text-align: left;
  color: #806868;
}

.table-chapters a:not(.button):hover,
.section--hero .section__content a:not(.button):hover {
  text-decoration: underline;
}

.tabs {
  white-space: nowrap;
  border-bottom: 2px solid #483a3a;
  margin-bottom: 2em;
}
@media (max-width: 600px) {
  .tabs {
    font-size: 2.5vw;
  }
}

.tabs__tab {
  border: 2px solid #483a3a;
  padding: 1em 1em 0.5em;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  display: inline-block;
  position: relative;
  top: 2px;
  font-family: "leaguespartan";
  border-width: 2px;
  background: #483a3a;
  color: white;
}

.tabs__tab.is-active {
  color: #483a3a;
  border-bottom: 0;
  padding-bottom: calc(.5em + 2px);
  background: white;
}

.section--2 .tabs__tab.is-active {
  background: #f2efe7;
}

@media (max-width: 900px) {
  .section--storysearch-tabs {
    padding-top: 1rem;
  }
}

.entry__value input[type=text], .story-summary__details__entry__value input[type=text],
.entry__value textarea,
.story-summary__details__entry__value textarea,
.entry__value .textarea-control,
.story-summary__details__entry__value .textarea-control {
  width: 100%;
  line-height: 1.5;
}

.entries--editable .entry__value, .entries--editable .story-summary__details__entry__value {
  font-family: "merriweather";
  color: black;
  background: white;
  padding: 0 0.5em;
  border: 1px solid #ccc;
}

.cmt-1em > * {
  margin-top: 1em;
}
.cmt-1em > *:first-child {
  margin-top: 0;
}

.cmt-1_5em > * {
  margin-top: 1.5em;
}
.cmt-1_5em > *:first-child {
  margin-top: 0;
}

.cmt-2em > * {
  margin-top: 2em;
}
.cmt-2em > *:first-child {
  margin-top: 0;
}

.anchor {
  font-family: "leaguespartan";
}
.anchor:hover {
  text-decoration: underline;
}

.no-pseudoelements::before, .no-pseudoelements::after {
  display: none;
}

.is-dirty {
  background-color: lightyellow;
}

.entries a:not(.button):hover {
  text-decoration: underline;
}

.tab-sections {
  margin: 1em;
}

.tab-sections > * {
  display: none;
}

.tab-sections > *:target,
.tab-sections > .is-active {
  display: block;
}

#favorite-stories.is-active,
#favorite-authors.is-active {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 80vh;
  overflow-x: auto;
  overflow-y: hidden;
}

.can-activate {
  display: none;
}
.can-activate.is-active {
  display: block;
}

.section__content--storysearch-page blockquote {
  text-align: left;
  max-width: 40em;
  margin-left: auto;
  margin-right: auto;
  background: rgba(255, 255, 255, 0.1);
  padding: 1rem 1.25rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

.tab-sections--action-anchors > div {
  padding: 0.5rem 2.15rem;
}

.action-group {
  white-space: nowrap;
  position: relative;
}

.action-anchor {
  position: absolute;
  left: -1.65em;
  transition: 0.4s;
  opacity: 0;
  background: white;
  border-radius: 50%;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  box-shadow: 0 0 1px;
}

.anchor:active + .action-anchor,
.anchor:focus + .action-anchor,
.anchor:hover + .action-anchor,
.action-anchor:hover,
.action-anchor:active,
.action-anchor:focus {
  opacity: 1;
}

.tippy-tooltip.custom-theme {
  color: black;
  padding: 0;
}
.tippy-tooltip.custom-theme .tippy-backdrop {
  background: white;
}
.tippy-tooltip.custom-theme .tippy-content {
  pointer-events: all;
}
.tippy-tooltip.custom-theme .tippy-content > div {
  display: flex;
}
@media (max-width: 550px) {
  .tippy-tooltip.custom-theme .tippy-content > div {
    flex-direction: column;
  }
}
.tippy-tooltip.custom-theme .tippy-content a {
  padding: 10px 15px;
  display: inline-block;
  font-family: "leaguespartan";
  padding-top: 13px;
  cursor: pointer;
}
.tippy-tooltip.custom-theme .tippy-content a:hover {
  color: #85ae61;
  transition: color 0.3s;
}
@media (max-width: 550px) {
  .tippy-tooltip.custom-theme .tippy-content a + a {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
@media (min-width: 551px) {
  .tippy-tooltip.custom-theme .tippy-content a + a {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.chapter-widget {
  position: fixed;
  bottom: 20vh;
  right: 0;
  display: flex;
  flex-direction: column;
  background: white;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  will-change: opacity, transform;
  transition: opacity 0.4s, transform 0.4s;
}
@media (max-width: 1175px) {
  .chapter-widget {
    transform: translateX(51px);
  }
}

.chapter-widget.is-offset {
  transform: translateX(70px);
}

@media (max-width: 1175px) {
  .chapter-widget.is-open {
    transform: translateX(0);
  }
}
.chapter-widget a {
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  padding: 5px;
}
.chapter-widget a:hover {
  background-color: rgba(0, 0, 0, 0.035);
  transition: background-color 0.3s;
}

.chapter-widget a + a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

a.chapter-widget__tab {
  width: 17px;
  position: absolute;
  left: -17px;
  top: 50%;
  height: 51px;
  margin-top: -50px;
  padding: 5px 0 5px 2px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border: 1px rgba(0, 0, 0, 0.1) solid;
  background: white;
}
@media (min-width: 1174px) {
  a.chapter-widget__tab {
    display: none;
  }
}
a.chapter-widget__tab:hover {
  background-color: #f4f4f4;
}
a.chapter-widget__tab::before {
  content: "‹";
}

.chapter-widget.is-open a.chapter-widget__tab::before {
  content: "›";
}

.chapter-progress {
  position: relative;
}

.chapter-progress__label {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-family: leaguespartan;
  font-size: 0.75em;
}

.navbar__chapter-progress {
  color: white;
  font-size: 16px;
}
.navbar__chapter-progress .fa {
  font-size: 30px;
}

[data-disable-onsubmit] button[disabled] {
  background: lightgray;
  color: transparent;
  position: relative;
  transition: all 0.3s;
}

.ajax-spinner {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: -9px;
  left: calc(50% - 32px);
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

.button--ghost .ajax-spinner {
  top: -13px;
}

.ajax-spinner div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 51px;
  height: 51px;
  margin: 6px;
  border: 6px solid #fff;
  border-radius: 50%;
  animation: ajax-spinner 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.ajax-spinner--v2 div {
  border: 3px solid gray;
  border-color: gray transparent transparent transparent;
}

.ajax-spinner div:nth-child(1) {
  animation-delay: -0.45s;
}

.ajax-spinner div:nth-child(2) {
  animation-delay: -0.3s;
}

.ajax-spinner div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes ajax-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.navbar {
  font-family: "leaguespartan";
  font-size: 13px;
  letter-spacing: 3px;
  text-transform: uppercase;
  white-space: nowrap;
}

.navbar > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar a {
  color: white;
  display: inline-block;
  vertical-align: middle;
}

.navbar__link {
  transition: 0.3s;
  border-radius: 3px;
  padding: 11px 12px 8px;
}

.navbar__link:hover {
  background-color: #7a5f52;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

.navbar__logo {
  vertical-align: middle;
  margin-right: 30px;
}

.navbar .button, .navbar .module--generic-page a, .module--generic-page .navbar a {
  letter-spacing: 1px;
  font-size: 12px;
  position: relative;
}

.navbar .fa-search {
  font-size: 30px;
  position: relative;
  top: -1px;
}

.navbar .fa-user {
  position: relative;
  left: 1px;
}

.navbar .fa, .navbar__l > *, .navbar__r > * {
  vertical-align: middle;
}

.navbar .fa-wrap--circle {
  font-size: 24px;
  padding: 0 13px;
  transition: background-color 0.3s;
  background-color: #7a5f52;
  border-radius: 30px;
  text-align: center;
  height: 40px;
  display: inline-block;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  vertical-align: sub;
}
.navbar .fa-wrap--circle span {
  font-size: 13px;
}
.navbar .fa-wrap--circle:hover {
  background-color: #8a6a5c;
}

.navbar--static .fa-wrap--circle {
  padding: 0;
  width: 40px;
  border-radius: 50%;
}

.navbar--static {
  margin-bottom: 30px;
}

.navbar--static .navbar__r a + a {
  margin-left: 15px;
}

.navbar .navbar__r a.fa-wrap--circle + a.fa-wrap--circle {
  margin-left: 5px;
}

.navbar .button + .button, .navbar .module--generic-page a + .button, .module--generic-page .navbar a + .button, .navbar .module--generic-page .button + a, .module--generic-page .navbar .button + a, .navbar .module--generic-page a + a, .module--generic-page .navbar a + a {
  margin-left: 5px;
}

@media (max-width: 950px) {
  .navbar--static {
    display: none;
  }
  .navbar--static > div {
    flex-direction: column;
  }
  .navbar--static .navbar__l {
    display: flex;
    flex-direction: column;
  }
  .navbar--static .navbar__r {
    margin-top: 15px;
  }
  .navbar--static .navbar__logo {
    margin-bottom: 30px;
  }
  .navbar--static .navbar__link {
    border-bottom: 1px dotted rgba(255, 255, 255, 0.35);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-top: 5px;
  }
  .navbar--static .navbar__link:hover {
    color: #98bb7a;
    background: none;
  }
}
@media (max-width: 950px) {
  .section--hero .section__inner {
    padding-top: 50px;
  }
}
.navbar--fixed {
  position: fixed;
  z-index: 2;
  background: #4b3f3f;
  width: 100%;
  transition: transform 0.3s;
  transform: translateY(-55px);
}
.navbar--fixed.is-revealed {
  transform: translateY(0);
}

.navbar .hamburger-inner, .navbar .hamburger-inner::before, .navbar .hamburger-inner::after {
  background-color: white;
}

.navbar--fixed {
  padding: 5px 10px;
  letter-spacing: 3px;
  font-size: 11px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.navbar--fixed > div {
  max-width: 72rem;
  margin: 0 auto;
}

.navbar--fixed .navbar__logo {
  height: 40px;
  width: 108px;
  max-width: none;
  position: relative;
  top: -1px;
  margin-right: 15px;
}

.navbar--fixed__logo-wrap {
  display: inline-block;
  height: 37px;
  overflow: hidden;
}
.navbar--fixed__logo-wrap a:active, .navbar--fixed__logo-wrap a:focus {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 470px) {
  .navbar--shrink-logo .navbar--fixed__logo-wrap {
    width: 20px;
  }
}
.navbar--fixed .navbar__link {
  padding: 8px 12px 6px;
}

.navbar--fixed .hamburger {
  margin: 0 10px -6px 0;
  padding: 0;
  display: none;
}
.navbar--fixed .hamburger:hover {
  opacity: 1;
}

.navbar--fixed .navbar__r {
  transform: scale(0.85);
  transform-origin: right;
}

.navbar--fixed .navbar__r a + a {
  margin-left: 15px;
}

@media (min-width: 901px) {
  .navbar--fixed .fa-wrap--circle img {
    width: 34px;
    height: 34px;
    object-fit: cover;
    transform: translateX(-9px) translateY(1px);
    margin-right: -10px;
  }
}
.navbar--fixed .fa-wrap--circle img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  border-radius: 50%;
  padding: 2px;
  background: white;
}

@media (max-width: 900px) {
  .navbar--fixed .fa-wrap--circle {
    width: 40px;
    height: 40px;
    object-fit: cover;
    padding: 0;
    border-radius: 50%;
  }
  .navbar--fixed .fa-wrap--circle span {
    display: none;
  }
  .navbar--fixed .fa-wrap--circle img {
    width: 34px;
    height: 34px;
    position: relative;
    top: 1px;
    box-sizing: content-box;
    transform: scale(1.075);
    object-fit: cover;
  }
}
@media (max-width: 725px) {
  .navbar__l > * + * {
    display: none !important;
  }

  .navbar--static .navbar__r {
    display: none;
  }

  .navbar--fixed .hamburger {
    display: inline-block;
  }

  .navbar--fixed .button, .navbar--fixed .module--generic-page a, .module--generic-page .navbar--fixed a {
    display: none;
  }
}
.hamburger-menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #4b3f3f;
  z-index: 2;
  font-family: "leaguespartan";
  text-transform: uppercase;
}
.hamburger-menu a {
  color: white;
}
.hamburger-menu .navbar__link {
  letter-spacing: 3px;
  font-size: 18px;
}
@media (min-height: 500px) {
  .hamburger-menu .navbar__link.navbar__link--mb {
    margin-bottom: 45px;
  }
}
.hamburger-menu .button, .hamburger-menu .module--generic-page a, .module--generic-page .hamburger-menu a {
  letter-spacing: 1px;
  margin-top: 10px;
  align-self: flex-start;
}
.hamburger-menu > div {
  height: 100%;
  width: 250px;
  margin: 0 auto;
  flex-direction: column;
  justify-content: center;
}

.is-burger-menu-open body {
  overflow: hidden;
}
.is-burger-menu-open .hamburger-menu {
  display: block;
}
.is-burger-menu-open .hamburger-menu > div {
  display: flex;
}
.is-burger-menu-open .navbar--fixed {
  box-shadow: none;
  transform: translateY(0);
  background: transparent;
}
.is-burger-menu-open .navbar--fixed .navbar__l, .is-burger-menu-open .navbar--fixed .navbar__r > * {
  visibility: hidden;
}
.is-burger-menu-open .navbar--fixed .hamburger {
  visibility: visible;
}

@media (max-width: 300px) {
  .entry__value, .story-summary__details__entry__value {
    word-break: break-all;
  }
}
.section__content--thankyou-page {
  padding: 100px 0 50px;
}

.section--thankyou {
  padding: 4em 1em;
}
.section--thankyou p + p {
  margin-top: 15px;
}
.section--thankyou .section__inner {
  font-size: 18px;
  max-width: 500px;
}

.story-list__columns {
  display: flex;
  font-weight: bold;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.story-list__columns > :nth-child(1) {
  background: #4b3f3f;
  color: white;
  text-align: left;
  flex: 1;
}
.story-list__columns > :last-child {
  width: 81px;
}
.story-list__columns > div {
  width: 100px;
  text-align: center;
  padding: 5px 10px;
}

.story-list__story__head {
  display: flex;
  cursor: pointer;
  transition: 0.2s;
}
.story-list__story__head > :first-child {
  font-weight: bold;
  text-align: left;
  flex: 1;
}
.story-list__story__head > :last-child {
  width: 81px;
}
.story-list__story__head > div {
  width: 100px;
  text-align: center;
  padding: 30px 10px;
  position: relative;
}

.story-list__story__head:hover {
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.story-list__story.is-expanded {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.story-list__story.is-expanded .story-list__story__head {
  background: #eee9df;
}
.story-list__story.is-expanded .story-list__story__head > :last-child {
  background: white;
}
.story-list__story.is-expanded .story-list__story__tail {
  background: white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.story-list__story + .story-list__story .story-list__story__head {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.story-list__story + .story-list__story .story-list__story__head:hover, .story-list__story + .story-list__story .story-list__story__head.is-expanded {
  border-top-color: transparent;
}
.story-list__story + .story-list__story .story-list__story__head:hover .dropdown, .story-list__story + .story-list__story .story-list__story__head.is-expanded .dropdown {
  height: calc(100% + 1px);
  top: -1px;
}

.chapter-list__columns {
  font-weight: bold;
  background: rgba(0, 0, 0, 0.05);
  font-size: 11px;
  letter-spacing: 2px;
  font-family: leaguespartan;
  text-transform: uppercase;
  padding: 7px 0 3px;
}

.chapter-list__rows > :nth-child(even) {
  background: rgba(0, 0, 0, 0.05);
}

.chapter-list__columns,
.chapter-list__row {
  display: flex;
}
.chapter-list__columns > :nth-child(1),
.chapter-list__row > :nth-child(1) {
  flex: 1;
  text-align: left;
}
.chapter-list__columns > :nth-child(2),
.chapter-list__row > :nth-child(2) {
  flex: 3;
  text-align: left;
}
.chapter-list__columns > div,
.chapter-list__row > div {
  width: 100px;
  text-align: center;
  padding: 5px 10px;
  position: relative;
}

.chapter-list__row > div {
  padding: 15px 10px;
}

.chapter-list__row {
  cursor: pointer;
}
.chapter-list__row > :nth-child(2) {
  font-size: 12px;
}

.chapter-list__row-expanded {
  display: none;
  padding: 10px 30px 30px;
}

.chapter-list__row-wrap.is-expanded .chapter-list__row-expanded {
  display: block;
}

.chapter-list__row-wrap:not(.is-rendering) {
  transition: 0.3s;
}

.chapter-list__row-wrap.is-expanded {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.chapter-list__row-wrap:hover {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.5);
}

.dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.dropdown.is-expanded, .dropdown:hover {
  background: rgba(0, 0, 0, 0.1);
}

.dropdown__head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.dropdown__tail {
  position: absolute;
  display: none;
  flex-direction: column;
  text-align: left;
  background: white;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.dropdown__tail > a {
  padding: 10px;
  position: relative;
  transition: 0.3s;
}
.dropdown__tail > a:hover {
  text-decoration: underline;
}
.dropdown__tail > a + a::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% - 20px);
  background: lightgray;
  margin: 0 auto;
  position: absolute;
  top: 0;
}

.dropdown.is-expanded .dropdown__tail {
  display: flex;
}

.story-list__story__tail > .row > .col > * {
  margin-top: 10px;
}
.story-list__story__tail > .row > .col > *:first-child {
  margin-top: 0;
}

.label--primary {
  font-size: 11px;
  letter-spacing: 2px;
  font-family: leaguespartan;
  text-transform: uppercase;
}

.story-list input[type=text], .story-list textarea, .story-list .cke_textarea_inline, .story-list select {
  min-height: 35px;
  border: 0;
  background: none;
  border-bottom: 1px solid;
  padding: 0.5em 0;
}
.story-list input[type=text], .story-list textarea, .story-list .cke_textarea_inline, .story-list select, .story-list .multiselect {
  width: 100%;
}
.story-list label, .story-list .label {
  display: block;
}
.story-list .field {
  display: flex;
}
.story-list .field .label--primary {
  margin-right: 10px;
  margin-top: 10px;
  width: 100px;
}
.story-list .field .label--primary::after {
  content: ":";
}
.story-list .field .textarea-wrap, .story-list .field .text-wrap, .story-list .field .select-control, .story-list .field .multiselect, .story-list .field .radio-group__inputs {
  width: calc(100% - 110px) !important;
}
.story-list .field select, .story-list .field .select-control, .story-list .field .multiselect {
  max-width: 400px;
  width: 100%;
}
.story-list .field + .field {
  margin-top: 20px;
}
.story-list .radio-group label {
  display: block;
  font-weight: normal;
}
@media (min-width: 601px) {
  .story-list .radio-group label {
    display: inline-block;
  }
  .story-list .radio-group label + label {
    margin-left: 10px;
  }
}
.story-list .chapter-list {
  margin-top: 30px;
  margin-bottom: 30px;
}

.story-list__story__tail {
  max-height: 0;
  transition: max-height 0.6s;
  overflow: hidden;
}
.story-list__story__tail > form > div {
  padding: 0 30px;
}
.story-list__story__tail .col {
  padding: 15px;
}
.story-list__story__tail .col:first-child {
  padding-left: 0;
}
.story-list__story__tail .col:last-child {
  padding-right: 0;
}

.is-expanded .story-list__story__tail {
  max-height: none;
  overflow: visible;
  padding-bottom: 0.1px;
}

.multiselect {
  position: relative;
}

.multiselect__head {
  border-bottom: 1px solid black;
}

.multiselect.is-expanded {
  z-index: 1;
}
.multiselect.is-expanded .multiselect__tail {
  max-height: 400px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.select-control::after, .multiselect__head::after {
  transform: rotate(90deg);
  color: black;
  position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  height: 19px;
  width: 22px;
  text-align: center;
  padding-top: 6px;
  padding-left: 3px;
  transition: transform 0.1s;
}

.multiselect.is-expanded .multiselect__head::after {
  transform: rotate(-90deg);
  top: 6px;
}

.multiselect__head {
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  min-height: 35px;
  position: relative;
  padding: 3px 35px 3px 3px;
}
.multiselect__tail {
  max-height: 0;
  overflow: auto;
  position: absolute;
  background: white;
  width: 100%;
}

.multiselect__item {
  padding: 2px 10px;
}
.multiselect__item, .multiselect__item * {
  cursor: pointer;
}
.multiselect__item:first-child {
  margin-top: 10px;
}
.multiselect__item:last-child {
  margin-bottom: 10px;
}

.multiselect__item--header {
  cursor: default;
  text-transform: uppercase;
  font-family: leaguespartan;
  padding: 15px 10px 5px;
  font-size: 11px;
  letter-spacing: 2px;
}

.multiselect__selection {
  cursor: pointer;
  display: inline-block;
  background: #f7f7f7;
  border-bottom: 1px solid #777;
  border-radius: 3px;
  padding: 3px 8px;
  margin: 2px;
  align-self: center;
  font-size: 12px;
}
.multiselect__selection:hover {
  background: #eee;
}

.select-control {
  position: relative;
}
.select-control select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background: white;
  border: 0;
  border-bottom: 1px solid black;
  min-height: 35px;
  padding: 0 5px;
}
.chapter-list__loading-row {
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.chapter-list__loading-row .ajax-spinner {
  position: static;
  flex: none;
}
.chapter-list__loading-row .ajax-spinner div {
  border-color: lightgray transparent transparent transparent;
}

.section--hero.is-empty .navbar--static {
  margin-bottom: 0;
}

.story-list__story__head--add a {
  font-family: leaguespartan;
  color: #d22d2d;
  transition: 0.3s;
  font-size: 18px;
}
.story-list__story__head--add a.disabled {
  color: lightgray;
  cursor: not-allowed;
}
.story-list__story__head--add a > span {
  font-size: 22px;
  vertical-align: middle;
}

#editchapter-form {
  padding-left: 30px;
}

#editchapter-form .cke_textarea_inline {
  min-height: 500px;
  background: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 30px;
}
#editchapter-form .cke_textarea_inline:focus {
  outline: none;
}
#editchapter-form .cke_textarea_inline::before, #editchapter-form .cke_textarea_inline::after {
  display: table;
  clear: both;
  content: "";
}

@media (min-width: 386px) {
  .button-panel--fixed-bottom .button[href^="/stories.php"], .button-panel--fixed-bottom .module--generic-page a[href^="/stories.php"], .module--generic-page .button-panel--fixed-bottom a[href^="/stories.php"] {
    float: right;
  }
}
@media (max-width: 385px) {
  .button-panel--fixed-bottom .button, .button-panel--fixed-bottom .module--generic-page a, .module--generic-page .button-panel--fixed-bottom a {
    display: block;
  }

  .button-panel--fixed-bottom .button + .button, .button-panel--fixed-bottom .module--generic-page a + .button, .module--generic-page .button-panel--fixed-bottom a + .button, .button-panel--fixed-bottom .module--generic-page .button + a, .module--generic-page .button-panel--fixed-bottom .button + a, .button-panel--fixed-bottom .module--generic-page a + a, .module--generic-page .button-panel--fixed-bottom a + a {
    margin-top: 5px;
  }

  .button-panel--fixed-bottom.button-panel--editchapter-page #saveButton {
    width: calc(100% - 52px);
  }

  .button-panel--fixed-bottom.button-panel--editchapter-page .button[href^="/viewstory.php"], .button-panel--fixed-bottom.button-panel--editchapter-page .module--generic-page a[href^="/viewstory.php"], .module--generic-page .button-panel--fixed-bottom.button-panel--editchapter-page a[href^="/viewstory.php"] {
    position: absolute;
    top: 5px;
    right: 10px;
    width: auto;
  }
}
.ae-ui .ae-toolbar-add,
.ae-ui .ae-toolbar,
.ae-ui [class^=ae-toolbar-] {
  background-color: #85ae61 !important;
}

.ae-ui .ae-toolbar .ae-button.ae-button-pressed,
.ae-ui .ae-toolbar .ae-toolbar-element.ae-button-pressed,
.ae-ui [class^=ae-toolbar-] .ae-button.ae-button-pressed,
.ae-ui [class^=ae-toolbar-] .ae-toolbar-element.ae-button-pressed {
  background-color: rgba(0, 0, 0, 0.15) !important;
  border-radius: 3px !important;
}

.ae-ui .ae-arrow-box.ae-arrow-box-bottom:after,
.ae-ui .ae-arrow-box.ae-arrow-box-left:after,
.ae-ui .ae-arrow-box.ae-arrow-box-right:after,
.ae-ui .ae-arrow-box.ae-arrow-box-top-left:after,
.ae-ui .ae-arrow-box.ae-arrow-box-top-right:after,
.ae-ui .ae-arrow-box.ae-arrow-box-top:after {
  color: #85ae61 !important;
}

.ae-ui .ae-toolbar .ae-button:hover,
.ae-ui .ae-toolbar .ae-toolbar-element:hover,
.ae-ui [class^=ae-toolbar-] .ae-button:hover,
.ae-ui [class^=ae-toolbar-] .ae-toolbar-element:hover {
  color: white !important;
  transform: scale(1.15);
  transition: 0.15s;
}

.ae-ui .ae-container-dropdown .ae-toolbar-element:hover {
  transform: none;
}

.ae-ui .ae-toolbar .ae-button,
.ae-ui .ae-toolbar .ae-toolbar-element,
.ae-ui [class^=ae-toolbar-] .ae-button,
.ae-ui [class^=ae-toolbar-] .ae-toolbar-element {
  background-color: transparent !important;
}

.ae-ui .ae-dropdown .ae-listbox .ae-toolbar-element.active,
.ae-ui [class^=ae-dropdown-] .ae-listbox .ae-toolbar-element.active,
.ae-ui .ae-toolbar .ae-dropdown .ae-button:hover,
.ae-ui .ae-toolbar .ae-dropdown .ae-toolbar-element:hover,
.ae-ui [class^=ae-toolbar-] .ae-dropdown .ae-button:hover,
.ae-ui [class^=ae-toolbar-] .ae-dropdown .ae-toolbar-element:hover {
  color: #6b914b !important;
}

.ae-ui :focus {
  outline-color: #6c914b;
}

.ae-container [data-reactid*=Heading] {
  padding: 12px 8px 0 0;
  height: auto;
  max-height: none;
}

.storytext-container h1,
.ae-container h1 {
  font-size: 2rem;
}

.storytext-container h2,
.ae-container h2 {
  font-size: 1.5rem;
}

.storytext-container hr {
  background: lightgray;
  max-width: 600px;
  margin: 2rem auto;
}

.story-list__story__tail__actions {
  display: flex;
  justify-content: space-between;
}
.story-list__story__tail__actions > :first-child a {
  font-family: leaguespartan;
  color: #d22d2d;
  font-size: 18px;
  transition: 0.3s;
}
.story-list__story__tail__actions > :first-child a.disabled {
  color: lightgray;
  cursor: not-allowed;
}
.story-list__story__tail__actions > :first-child a > span {
  font-size: 22px;
  vertical-align: middle;
}

.field.is-invalid select,
.field.is-invalid input[type=text],
.field.is-invalid textarea,
.field.is-invalid .cke_editable,
.field.is-invalid .multiselect__head,
.field.is-invalid .radio-group__inputs {
  background: #fee;
  border-color: red;
}

.error {
  font-size: 11px;
  color: red;
}

.radio-group__inputs {
  position: relative;
  padding-top: 3px;
  top: 3px;
}

.button--ghost.disabled {
  cursor: not-allowed;
  opacity: 0.5;
  background-color: transparent;
  color: #483a3a;
}

.section--story-list h3 {
  margin: 40px 0 20px;
}
.section--story-list .ajax-spinner {
  transform: scale(0.5);
  top: -11px;
}

.button--adjustSpinner .ajax-spinner {
  transform: scale(0.5);
  top: -11px;
}

.button--ghost .ajax-spinner {
  top: -13px;
}

.button-panel--fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  z-index: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.button-panel--fixed-bottom > div {
  max-width: 1034px;
  margin: 0 auto;
  padding: 10px;
}

.HB-Bar,
.HB-Slider {
  z-index: 999 !important;
}

.HB-Bar.remains-in-place {
  position: absolute !important;
}

.button--danger, .button--danger:active, .button--danger:focus, .button--danger:hover {
  background-color: red;
}

.tippy-tooltip {
  padding: 0.6rem;
}

.review__content__response {
  background: rgba(0, 0, 0, 0.03);
  padding: 1em;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  border-radius: 3px;
}

.storytext-container {
  transition: font-size 0.3s;
}

[data-settings-fontsize="-2"] .storytext-container {
  font-size: 0.8rem;
}

[data-settings-fontsize="-1"] .storytext-container {
  font-size: 0.9rem;
}

[data-settings-fontsize="1"] .storytext-container {
  font-size: 1.25rem;
}

[data-settings-fontsize="2"] .storytext-container {
  font-size: 1.5rem;
}

.button-panel {
  font-size: 1rem;
}

body[data-settings-theme=dark].iframe {
  color: #ddd;
}
body[data-settings-theme=dark]:not(.iframe) {
  background-color: #000000;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 1600 800'%3E%3Cg stroke='%237dff87' stroke-width='66.7' stroke-opacity='0.05' %3E%3Ccircle fill='%23000000' cx='0' cy='0' r='1800'/%3E%3Ccircle fill='%23020202' cx='0' cy='0' r='1700'/%3E%3Ccircle fill='%23030303' cx='0' cy='0' r='1600'/%3E%3Ccircle fill='%23050505' cx='0' cy='0' r='1500'/%3E%3Ccircle fill='%23070707' cx='0' cy='0' r='1400'/%3E%3Ccircle fill='%23080808' cx='0' cy='0' r='1300'/%3E%3Ccircle fill='%230a0a0a' cx='0' cy='0' r='1200'/%3E%3Ccircle fill='%230c0c0c' cx='0' cy='0' r='1100'/%3E%3Ccircle fill='%230d0d0d' cx='0' cy='0' r='1000'/%3E%3Ccircle fill='%230e0e0e' cx='0' cy='0' r='900'/%3E%3Ccircle fill='%23101010' cx='0' cy='0' r='800'/%3E%3Ccircle fill='%23111111' cx='0' cy='0' r='700'/%3E%3Ccircle fill='%23121212' cx='0' cy='0' r='600'/%3E%3Ccircle fill='%23131313' cx='0' cy='0' r='500'/%3E%3Ccircle fill='%23141414' cx='0' cy='0' r='400'/%3E%3Ccircle fill='%23151515' cx='0' cy='0' r='300'/%3E%3Ccircle fill='%23161616' cx='0' cy='0' r='200'/%3E%3Ccircle fill='%23171717' cx='0' cy='0' r='100'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}
body[data-settings-theme=dark] a {
  color: #f3f3f3;
}
body[data-settings-theme=dark] .section--cta::before, body[data-settings-theme=dark] .section--hero::before {
  opacity: 0.8;
  background: #000;
}
body[data-settings-theme=dark] .section {
  background-color: rgba(47, 40, 40, 0.8);
  color: #ddd;
}
body[data-settings-theme=dark] .section--hero {
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5);
}
body[data-settings-theme=dark] .section--footer {
  background-color: #2f2828;
}
body[data-settings-theme=dark] .section--footer, body[data-settings-theme=dark] .section--footer a {
  color: #fff;
}
body[data-settings-theme=dark] .section--footer .col-3:nth-child(1) img {
  padding: 0.75rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 64px;
}
body[data-settings-theme=dark] .module {
  background: rgba(255, 255, 255, 0.1);
}
body[data-settings-theme=dark] .module--twitter {
  font-size: 0;
  overflow: hidden;
}
body[data-settings-theme=dark] .module--twitter iframe {
  position: relative !important;
  top: -4px;
  margin-bottom: -8px !important;
}
body[data-settings-theme=dark] .navbar--fixed {
  background: #2f2828;
}
body[data-settings-theme=dark] .button--alternate {
  background: #483a3a;
}
body[data-settings-theme=dark] .button--ghost.button--alternate {
  background: transparent;
}
body[data-settings-theme=dark] .button--ghost {
  color: #ddd;
  border-color: #ddd;
}
body[data-settings-theme=dark] .button--ghost:hover {
  background-color: #ddd;
  color: #483a3a;
}
body[data-settings-theme=dark] .a2, .highlighted-image__byline body[data-settings-theme=dark] a, .modal__body body[data-settings-theme=dark] a, body[data-settings-theme=dark] .modal__body a, body[data-settings-theme=dark] .highlighted-image__byline a {
  color: #ddd;
}
body[data-settings-theme=dark] .entry__value, body[data-settings-theme=dark] .story-summary__details__entry__value, body[data-settings-theme=dark] .entry__value a:not(.button), body[data-settings-theme=dark] .story-summary__details__entry__value a:not(.button) {
  color: #ddd;
}
body[data-settings-theme=dark] .table-chapters td:nth-child(2), body[data-settings-theme=dark] .text1 {
  color: #ddd;
}
body[data-settings-theme=dark] .table-chapters th {
  background: rgba(72, 58, 58, 0.65);
}
body[data-settings-theme=dark] .modal input, body[data-settings-theme=dark] .modal textarea, body[data-settings-theme=dark] .modal select, body[data-settings-theme=dark] .section input, body[data-settings-theme=dark] .section textarea, body[data-settings-theme=dark] .section select {
  background-color: rgba(255, 255, 255, 0.25) !important;
  border-color: transparent !important;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  color: #ddd !important;
}
body[data-settings-theme=dark] .modal input[type=radio], body[data-settings-theme=dark] .modal input[type=checkbox], body[data-settings-theme=dark] .section input[type=radio], body[data-settings-theme=dark] .section input[type=checkbox] {
  box-shadow: none;
}
body[data-settings-theme=dark] .entry, body[data-settings-theme=dark] .story-summary__details__entry {
  border-bottom-color: rgba(255, 255, 255, 0.2) !important;
}
body[data-settings-theme=dark] .review {
  background: #444;
}
body[data-settings-theme=dark] .review-list__items .review {
  background: transparent;
}
body[data-settings-theme=dark] .review__content__section--responseText {
  background: #555;
}
body[data-settings-theme=dark] .review textarea {
  box-shadow: none;
  background-color: transparent !important;
  color: #eee;
}
body[data-settings-theme=dark] .review textarea:hover:not([readonly]), body[data-settings-theme=dark] .review textarea:focus:not([readonly]), body[data-settings-theme=dark] .review textarea:active:not([readonly]) {
  box-shadow: none;
  outline: 1px dotted rgba(255, 255, 255, 0.5);
}
body[data-settings-theme=dark] .chapter-widget {
  background: #555;
}
body[data-settings-theme=dark] .highlighted-image {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}
body[data-settings-theme=dark] .highlighted-image > a {
  display: inline-block;
  font-size: 0;
  position: relative;
}
body[data-settings-theme=dark] .highlighted-image > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}
body[data-settings-theme=dark] .section .section__inner + hr {
  background: rgba(255, 255, 255, 0.5);
}
body[data-settings-theme=dark] ::placeholder, body[data-settings-theme=dark] ::-webkit-input-placeholder {
  color: #aaa;
}
body[data-settings-theme=dark] .modal__head {
  background: #444;
  color: #ccc;
}
body[data-settings-theme=dark] .modal__body {
  background: #444;
  color: #ccc;
}
body[data-settings-theme=dark] .modal__actions {
  background: #333;
}
body[data-settings-theme=dark] .story-list__story.is-expanded .story-list__story__tail, body[data-settings-theme=dark] .story-list__story__head:hover {
  background: rgba(255, 255, 255, 0.2);
}
body[data-settings-theme=dark] .story-list__story.is-expanded .story-list__story__head {
  background: rgba(255, 255, 255, 0.15);
}
body[data-settings-theme=dark] .story-list__columns {
  border-color: transparent;
}
body[data-settings-theme=dark] .story-list__columns > div {
  background: #4b3f3f;
}
body[data-settings-theme=dark] .story-list__columns > :nth-child(1) {
  color: inherit;
}
body[data-settings-theme=dark] .multiselect__head {
  border-bottom-color: rgba(0, 0, 0, 0.3);
}
body[data-settings-theme=dark] .multiselect__tail {
  background: #444;
}
body[data-settings-theme=dark] .select-control::after, body[data-settings-theme=dark] .multiselect__head::after {
  color: #ddd;
}
body[data-settings-theme=dark] .multiselect__selection {
  background: #777;
  border-bottom-color: black;
}
body[data-settings-theme=dark] .story-list__story + .story-list__story .story-list__story__head {
  border-top-color: transparent;
}
body[data-settings-theme=dark] #editchapter-form .cke_textarea_inline {
  background: rgba(255, 255, 255, 0.3);
}
body[data-settings-theme=dark] .story-list__story.is-expanded .story-list__story__head > :last-child {
  background: transparent;
}
body[data-settings-theme=dark] .dropdown__tail > a {
  color: #483a3a;
}
body[data-settings-theme=dark] .hamburger-menu {
  background: #2f2828;
}
body[data-settings-theme=dark] .panel {
  background: lightgray;
}
body[data-settings-theme=dark] .alert--danger {
  color: white;
  background-color: indianred;
}
body[data-settings-theme=dark] .story-list__story__head--add a, body[data-settings-theme=dark] .story-list__story__tail__actions > :first-child a {
  color: white;
}
body[data-settings-theme=dark] .button-panel--fixed-bottom {
  background: #555;
}
body[data-settings-theme=dark] #hellobar-pusher {
  background: #2f2828;
}
body[data-settings-theme=dark] .tippy-tooltip.custom-theme .tippy-content a {
  background: #555;
}
body[data-settings-theme=dark] a.chapter-widget__tab {
  background-color: #555;
}
body[data-settings-theme=dark] a.chapter-widget__tab:hover {
  background-color: #505050;
}

.chapter-list__placeholder-row {
  text-align: center;
  font-size: 14px;
  font-family: leaguespartan;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 1rem 0;
}

#hellobar-pusher {
  background: #4b3f3f;
}

.is-burger-menu-open .HB-Bar, .is-burger-menu-open #hellobar-pusher {
  display: none !important;
}

.section--wp {
  padding: 2rem 1rem 6rem;
}
.section--wp #colophon {
  display: none;
}
.section--wp a:hover {
  text-decoration: underline;
}
.section--wp #secondary h2 {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.2rem;
}
.section--wp #secondary > section + section {
  margin-top: 2rem;
}
.section--wp p {
  margin: 1em 0;
}
.section--wp .search-form {
  white-space: nowrap;
  display: flex;
}
.section--wp .search-form .screen-reader-text {
  display: none;
}
.section--wp .search-field {
  border: 0;
  box-shadow: 0 1px 0 lightgrey;
}
.section--wp .search-submit {
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  text-align: center;
  align-self: center;
  white-space: nowrap;
  cursor: pointer;
  font-family: "leaguespartan";
  line-height: inherit;
  color: white;
  background-color: #85ae61;
  border-radius: 3px;
  border: 0;
  display: inline-block;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  padding: 0.6rem 1rem 0.325rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 1px rgba(0, 0, 0, 0.45);
}
.section--wp .entry-title {
  margin: 2rem 0 0;
}
.section--wp .entry-meta, .section--wp .entry-footer {
  font-size: 0.9rem;
}
.section--wp .entry-content {
  margin: 2.5rem 0;
  font-size: 1.15rem;
}
.section--wp .entry-footer > span {
  display: inline-block;
}
.section--wp .entry-footer > span + span {
  margin-left: 0.35rem;
}
.section--wp #comments {
  display: none;
}
.section--wp .updated:not(.published) {
  display: none;
}
.section--wp .entry-content ul {
  list-style: disc;
  padding-left: 1.35rem;
}
.section--wp .wp-block-quote {
  border-left: 0.25rem solid;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .section--wp #primary {
    flex: 1 1 67%;
    margin-right: 2rem;
  }
  .section--wp > .section__inner {
    display: flex;
  }
}
@media (max-width: 767px) {
  .section--wp #secondary {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 2px solid;
  }
  .section--wp .search-form label {
    flex: 1;
  }
  .section--wp .search-field {
    width: 100%;
  }
}
@media (max-width: 550px) {
  .section--wp h2 {
    text-align: inherit;
    font-size: 2.25rem;
  }
  .section--wp .entry-content {
    font-size: 1rem;
  }
}

*:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

.review-list__items .review {
  overflow: visible;
  box-shadow: none;
}
.review-list__items .review > .review__header {
  margin-top: 0;
}
.review-list__items .review > .review__header, .review-list__items .review > .review__content, .review-list__items .review > .review__footer {
  padding: 0;
}
.review-list__items .review textarea {
  font-size: 0.9rem;
}
.review-list__items .review + .review {
  margin-top: 3rem;
}

.avatar-img {
  height: 300px;
  width: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.section__content--storysearch-page {
  display: flex;
  max-width: none;
}

.section__content--storysearch-page > div:first-child {
  flex-basis: 300px;
  flex-shrink: 0;
  padding-right: 50px;
}

.section__content--storysearch-page > div:first-child .avatar-img {
  height: 250px;
  width: 250px;
}

[data-component="@hp/UploadableImage"] {
  font-size: 0;
}

[data-component="@hp/UploadableImage"] button {
  border: 0;
  padding: 8px 0 5px;
  font-family: "leaguespartan";
  color: white;
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: opacity 0.3s, transform 0.3s;
  transition-delay: opacity 0.15s;
  opacity: 0;
  transform: translateY(15px);
  font-size: 15px;
}

[data-component="@hp/UploadableImage"] button {
  background: #85ae61;
}

[data-component="@hp/UploadableImage"] button + button {
  background: orangered;
}

[data-component="@hp/UploadableImage"] label {
  cursor: pointer;
}

[data-component="@hp/UploadableImage"] label:hover button {
  opacity: 1;
  transform: translateY(0);
}

[data-component="@hp/UploadableImage"] label:hover button + button {
  transform: translateY(8px);
  transition-delay: 0.15s;
}

[data-component="@hp/UploadableImage"] button:hover {
  background: #7da857 !important;
}

[data-component="@hp/UploadableImage"] button + button:hover {
  background: #f04000 !important;
}

[data-component="@hp/UploadableImage"] button:active,
[data-component="@hp/UploadableImage"] button:focus {
  background: #8cb36b !important;
  outline: none;
}

[data-component="@hp/UploadableImage"] button + button:active,
[data-component="@hp/UploadableImage"] button + button:focus {
  background: #ff4f0f !important;
}

.section__content--storysearch-page > div:last-child {
  flex-grow: 1;
  text-align: left;
  margin-top: 0;
}

.section__content--storysearch-page > div:last-child > .dl,
.section__content--storysearch-page > div:last-child > blockquote,
.section__content--storysearch-page > div:last-child > select,
.section__content--storysearch-page > div:last-child > .button,
.module--generic-page .section__content--storysearch-page > div:last-child > a {
  margin-top: 10px;
}

.section__content--storysearch-page hr {
  max-width: 100%;
}

.section__content--storysearch-page blockquote {
  max-width: none;
}

@media (max-width: 1000px) {
  .section__content--storysearch-page blockquote {
    max-width: 500px;
  }

  .section__content--storysearch-page > div:last-child {
    text-align: center;
  }

  .section__content--storysearch-page > div:first-child {
    padding-right: 0;
  }

  .section__content--storysearch-page {
    flex-direction: column;
    align-items: center;
  }

  .section__content--storysearch-page hr {
    margin: 15px 0;
  }
}
.story-summary__cover {
  width: 200px;
  height: auto;
  min-height: 300px;
  max-height: 325px;
  object-fit: cover;
}

@media (max-width: 1000px) {
  .story-summary__cover {
    width: 20vw;
    min-height: 30vw;
    max-height: 32.5vw;
  }
}
.story-summary__cover-container {
  margin-right: 20px;
}

.carousel-story {
  display: flex;
}

.carousel-story__cover {
  flex: 1;
  height: 400px;
}

.carousel-story__detail {
  flex: 3;
  padding-left: 30px;
  height: 400px;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
}

.carousel-story__title b {
  font-family: "leaguespartan";
  font-size: 40px;
  line-height: 1.33;
  padding-top: 0;
  padding-left: 2px;
}

.carousel-story__stats {
  padding: 10px 0;
  border: 1px solid;
  border-left: 0;
  border-right: 0;
  margin: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.carousel-video-ad {
  margin: 0 auto;
}
.carousel-video-ad img {
  width: 300px;
  max-width: 100%;
  margin: 0 auto 15px;
}

.avatar-link img {
  display: inline-block !important;
  height: 30px;
  width: 30px !important;
  border-radius: 50%;
  border: 2px solid white;
  vertical-align: middle;
  object-fit: cover;
}

.section__content--home-page {
  max-width: none;
}

@media (max-width: 700px) {
  .searchbox-section {
    margin: -100px 10px 0;
  }
}
.searchbox__query {
  display: flex;
  align-items: center;
  position: relative;
  top: 15px;
}

.searchbox-submit {
  cursor: pointer;
  color: white;
  background: #85ae61;
  border: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  right: 6px;
  top: 7px;
  font-size: 20px;
  padding-left: 9px;
  padding-bottom: 2px;
}
.searchbox-submit:focus {
  outline: 0;
}

.searchbox__query__textbox {
  flex: 1;
  position: relative;
  width: 100%;
}
.searchbox__query__textbox > .fa-search {
  opacity: 0.4;
  position: absolute;
  left: 30px;
  top: 22px;
  font-size: 20px;
}
.searchbox__query__textbox input {
  width: 100%;
  border: 0;
  font-size: 18px;
  line-height: 65px;
  height: 65px;
  vertical-align: middle;
  padding: 0px 30px 0px 30px;
  transition: box-shadow 0.3s;
  border-radius: 32px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
}
.searchbox__query__textbox input:focus {
  outline: 0;
}

.searchbox__query__mode {
  display: block;
}
.searchbox__query__mode label {
  margin-left: 3px;
}

.searchbox__letters {
  display: flex;
  justify-content: space-evenly;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 15px;
}
.searchbox__letters a {
  font-family: "leaguespartan";
  font-size: 20px;
  display: block;
  padding: 10px 10px 4px;
  line-height: 1;
}
.searchbox__letters a:active, .searchbox__letters a:focus {
  text-decoration: underline;
}

.searchbox-controls-layout {
  display: flex;
  padding: 15px 0 0;
  box-shadow: 0 3px 6px -2px rgba(0, 0, 0, 0.2);
  width: 1000px;
  max-width: calc(100% - 50px);
  margin: 0 auto;
  border-radius: 10px;
}
.searchbox-controls-layout > div:first-child {
  flex: 1;
  background: white;
  border-bottom-left-radius: 10px;
}
.searchbox-controls-layout > div:last-child {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6f6;
  border-left: 1px solid rgba(0, 0, 0, 0.075);
  border-bottom-right-radius: 10px;
}

.searchbox-controls {
  display: flex;
  margin: 5px 5px 10px;
}

.searchbox-controls--options {
  margin-top: 10px;
}

.searchbox-control--characters2 label > span,
.searchbox-control--ships2 label > span {
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
  margin-right: -5px;
}

.searchbox-control {
  flex: 1;
  padding: 5px 5px 0;
}

.searchbox-control > * {
  margin-bottom: 5px;
}

.searchbox-control > * {
  display: block;
  width: 100%;
}

.searchbox-control > label:not(.checkbox-group) {
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: "leaguespartan";
  font-size: 10px;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.8);
}

.searchbox-control label.checkbox-group {
  font-size: 13px;
  display: flex;
  align-items: center;
}
.searchbox-control label.checkbox-group input {
  margin-right: 5px;
}

label[for] + .checkbox-group {
  margin-top: 5px;
}

.searchbox-control select {
  padding: 5px 0;
  border: 0;
  background: #f0f0f0;
  border-radius: 4px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
}

.searchbox label,
.searchbox select,
.searchbox [type=checkbox],
.searchbox [type=radio] {
  cursor: pointer;
}
.searchbox [type=checkbox],
.searchbox [type=radio] {
  vertical-align: middle;
}

.gallery {
  position: relative;
}

.gallery-track {
  display: flex;
  overflow: auto;
  position: relative;
}

.gallery-item {
  margin: 0 15px;
}
.gallery-item:first-child {
  margin-left: 0;
}

.gallery-email-signup-ad button.gallery-email-signup-ad__prev {
  display: block;
  position: absolute;
  border: 0;
  bottom: 20px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.125);
  padding: 0;
  border-radius: 50%;
  color: white;
  cursor: pointer;
}
.gallery-email-signup-ad button.gallery-email-signup-ad__prev:focus {
  outline: 0;
}
.gallery-email-signup-ad button.gallery-email-signup-ad__prev .fa {
  font-size: 16px;
  padding: 10px;
}
.gallery-email-signup-ad button.gallery-email-signup-ad__next {
  background: black;
  color: white;
  border: 0;
  font-family: "leaguespartan";
  padding: 7px 15px 5px;
  border-radius: 999px;
  font-size: 15px;
  cursor: pointer;
}
.gallery-email-signup-ad button.gallery-email-signup-ad__next:focus {
  outline: 0;
}
.gallery-email-signup-ad blockquote {
  font-size: 12px;
  border-left: 2px solid;
  padding-left: 10px;
  margin: 10px 10px 20px;
  background: rgba(255, 255, 255, 0.75);
  padding: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.gallery-email-signup-ad > div {
  position: relative;
  transform: rotateY(0);
  transform-origin: center bottom;
  transform-style: preserve-3d;
  transition: 0.3s;
  height: 100%;
}

.gallery-email-signup-ad > div > div > div:first-child {
  transform: perspective(1000px) translateZ(0px);
  background: url("/assets/jumpstart-bg.jpg"), linear-gradient(45deg, white, slategray);
  color: #333;
  padding: 0;
}
.gallery-email-signup-ad > div > div > div:last-child {
  transform: perspective(1000px) translateZ(-1px) scaleX(-1);
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("/assets/jumpstart-bg.jpg"), linear-gradient(45deg, white, slategray);
}

.gallery-email-signup-ad.hover > div {
  transform: rotateY(180deg);
}

@keyframes wobble {
  0% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  15% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -2.5deg);
  }
  30% {
    transform: translate3d(2.5%, 0, 0) rotate3d(0, 0, 1, 1.5deg);
  }
  45% {
    transform: translate3d(-1.5%, 0, 0) rotate3d(0, 0, 1, -1.5deg);
  }
  60% {
    transform: translate3d(1%, 0, 0) rotate3d(0, 0, 1, 1deg);
  }
  75% {
    transform: translate3d(-0.5%, 0, 0) rotate3d(0, 0, 1, -0.5deg);
  }
  100% {
    transform: none;
  }
}
.gallery-email-signup-ad > div > div {
  display: flex;
  height: 100%;
  color: white;
}
.gallery-email-signup-ad > div > div > div {
  border-radius: 5px;
  padding: 30px;
  width: 300px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gallery-email-signup-ad > div > div > div:first-child {
  background: url(/assets/jumpstart-bg.jpg);
  color: #333;
  padding: 0;
}
.gallery-email-signup-ad > div > div > div:first-child p {
  font-size: 19px;
  line-height: 1.33;
  font-family: "leaguespartan";
  color: white;
  background: rgba(0, 0, 0, 0.075);
  padding: 15px 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.gallery-email-signup-ad > div > div > div:first-child ul {
  list-style: inside;
  display: inline-block;
  margin: 1em 0 0;
  text-align: left;
  white-space: nowrap;
  line-height: 1.67;
  font-size: 14px;
}
.gallery-email-signup-ad > div > div > div:last-child {
  position: absolute;
}
.gallery-email-signup-ad > div > div > div:last-child img {
  object-fit: cover;
  height: 120px;
}

.gallery-backdrop {
  position: absolute;
  width: 100%;
  text-align: center;
}
.gallery-backdrop .gallery-email-signup-ad {
  display: inline-block;
}

.gallery-story > div {
  display: flex;
  padding: 10px;
  border-radius: 5px;
  overflow: hidden;
  padding: 0;
  box-sizing: content-box;
  display: inline-block;
  flex-shrink: 0;
}
.gallery-story > div.is-hover {
  transition: background-color 0.3s, box-shadow 1s 0.6s, padding 0.2s;
  margin-left: 0;
  left: 10px;
  position: absolute;
  padding: 30px;
  width: calc(100% - 70px);
  background: white;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

body > .gallery-story__detail {
  display: flex;
}

.gallery-story__detail {
  display: none;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 15px;
}

.gallery-story__detail > div {
  display: flex;
  background: white;
  padding: 10px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.2);
  width: 900px;
  max-width: 100%;
  max-height: 430px;
  z-index: 2;
  border-radius: 4px;
  margin: 0 auto 0;
  transition: 0.2s;
  transform: scale(0.8);
  opacity: 0;
}

.gallery-story__detail.in {
  background: rgba(0, 0, 0, 0.2);
}

.gallery-story__detail.in > div {
  transform: scale(1);
  opacity: 1;
}

.gallery-story__detail__r {
  position: relative;
  padding-left: 10px;
  flex: 1;
}

.gallery-story > div {
  display: flex;
  width: 200px;
}

.gallery-story__cover a {
  display: block;
}

.gallery-story__summary {
  width: 200px;
}

.gallery-story__title,
.gallery-story__byline,
.gallery-story__stats {
  font-size: 13px;
  margin-top: 0px;
}

.gallery-story__title {
  font-family: "leaguespartan";
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3px;
  width: 200px;
}

.gallery-story__byline .avatar-link img {
  width: 20px !important;
  height: 20px;
}

.gallery-story__stats {
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.gallery-story__cover img {
  width: 200px;
  height: 300px;
  object-fit: cover;
  max-width: none;
  border-radius: 5px;
}

.gallery-story__detail__title {
  font-family: "leaguespartan";
  line-height: 1.5;
  font-size: 20px;
  padding: 0;
  margin-top: 20px;
}

.gallery-story__detail__stats {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-top-width: 1px;
  border-bottom-width: 1px;
  margin-top: 10px;
  padding: 1px 5px 1px 2px;
  font-size: 12.5px;
}
.gallery-story__detail__stats .dl {
  position: relative;
  top: -1px;
}

@media (min-width: 751px) {
  .gallery-story__detail__stats {
    height: 40px;
  }
}
@media (max-width: 750px) {
  .gallery-story__detail__stats {
    flex-direction: column;
    padding: 8px 0;
    text-align: center;
  }
  .gallery-story__detail__stats > div {
    margin: 3px 0;
  }
}
@media (max-width: 600px) {
  .gallery-story__detail__title {
    text-align: center;
  }

  .gallery-story__detail > div {
    flex-direction: column;
    max-height: calc(100vh - 60px);
  }

  .gallery-story__detail__l {
    text-align: center;
    padding-bottom: 10px;
  }

  .gallery-story__detail .gallery-story__cover img {
    width: 200px;
    max-width: 100%;
    max-height: none;
    height: auto;
    margin: 15px 0 5px;
  }
}
.gallery-story__detail__summary {
  padding: 30px 0 30px;
  font-size: 13px;
}

.carousel-video {
  display: flex;
  padding: 30px;
  background: rgba(0, 0, 0, 0.25);
  text-align: left;
}
.carousel-video > div:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-left: 45px;
}
.carousel-video > div:last-child img {
  position: relative;
  top: -20px;
}

.searchbox-section,
.searchbox,
.searchbox-controls,
.searchbox-controls > div,
.combobox {
  overflow: visible !important;
}

.combobox {
  position: relative;
}

.combobox-input {
  cursor: text;
  background: #f0f0f0;
  border-radius: 3px;
  box-shadow: 0 1px 0px rgba(0, 0, 0, 0.3);
  padding: 5px;
}
.combobox-input:focus {
  outline: 0;
}

.combobox-list {
  position: absolute;
  z-index: 1;
  width: 100%;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.15);
  border: 1px solid #ddd;
  padding: 5px 0;
  display: none;
  background: white;
  max-height: 400px;
  overflow: auto;
}
.combobox-list.is-open {
  display: block;
}

.combobox-item {
  cursor: pointer;
  padding: 1px 5px;
  margin: 1px 5px;
  border-radius: 4px;
}
.combobox-item:hover {
  background: rgba(0, 0, 0, 0.05);
}
.combobox-item.is-focused {
  box-shadow: 0 0 0 2px #aaa;
}

.combobox-selection {
  cursor: pointer;
  display: inline-block;
  text-decoration: underline;
}
.combobox-selection::after {
  content: ",";
  display: inline-block;
  width: 10px;
}
.combobox-selection:last-child::after {
  display: none;
}

.combobox-query {
  min-width: 20px;
  border: 0;
  background: none;
  padding: 0 2px;
  height: 100%;
}
.combobox-query:focus {
  outline: 0;
}

.combobox-selections {
  display: inline-block;
}

.gallery-story__detail__r {
  overflow: auto;
}

.gallery-story__detail__close {
  font-size: 30px;
  position: absolute;
  right: 10px;
  top: -3px;
  z-index: 1;
}

.gallery-story__detail__read {
  position: relative;
  z-index: 1;
  text-align: center;
}

.gallery-story__detail__read a {
  background: black;
  color: white;
  display: inline-block;
  width: 100px;
  text-align: center;
  padding: 9px 0 6px;
  font-size: 12px;
  border-radius: 9999px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "leaguespartan";
}

.gallery-container {
  margin: 60px 0;
}

.gallery-container__heading {
  margin: 1rem 0 0.7rem;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.gallery-container__heading > span:last-child {
  float: right;
}
@media (max-width: 800px) {
  .gallery-container__heading > span:last-child {
    display: none;
  }
}

.index-beta\.html .section__content--home-page,
.index\.html .section__content--home-page {
  padding-top: 0;
}
.index-beta\.html main,
.index\.html main {
  background-color: #f2efe7;
}
.index-beta\.html .section--hero,
.index\.html .section--hero {
  padding-bottom: 6em;
}
.index-beta\.html .searchbox-section,
.index\.html .searchbox-section {
  margin: -115px auto 0;
  position: relative;
  width: 700px;
  max-width: calc(100% - 20px);
}
.index-beta\.html .gallery-container:first-child,
.index\.html .gallery-container:first-child {
  margin-top: 30px;
}

.searchbox-controls--primary {
  flex-direction: column;
}

.searchbox-controls--secondary {
  flex-wrap: wrap;
}

.searchbox-controls--secondary .searchbox-control {
  flex: 33.33333% 0;
}

@media (max-width: 600px) {
  .searchbox-controls-layout {
    flex-direction: column;
  }
  .searchbox-controls-layout > div {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .searchbox-controls-layout > div:last-child {
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.075);
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
  }
}
@media (max-width: 500px) {
  .searchbox-controls {
    flex-direction: column;
  }
}
#all-stories .section--comfy:not(.section--2) {
  background: #fbf8f4;
}

body[data-settings-theme=dark] main {
  background: rgba(47, 40, 40, 0.8);
}
body[data-settings-theme=dark] .searchbox-controls-layout > div:first-child {
  background: #aaa;
}
body[data-settings-theme=dark] .searchbox-controls-layout > div:last-child {
  background: #999;
}
body[data-settings-theme=dark] .gallery-story__detail > div {
  background: #666;
  color: #ddd;
}
body[data-settings-theme=dark] #all-stories .section--comfy:not(.section--2) {
  background: rgba(0, 0, 0, 0.25);
}

.gallery-book-ad {
  position: relative;
}

.gallery-book-ad__cover {
  width: 200px;
  height: 300px;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  cursor: default;
}
.gallery-book-ad__cover::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: 0.3s;
}

.gallery-book-ad__cover button {
  transform: translateY(10px);
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
  background: linear-gradient(to bottom, #f7dfa5, #f0c14b);
  height: 29px;
  font-family: "Amazon Ember", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  border-radius: 3px;
  border-width: 1px;
  border-color: #a88734 #9c7e31 #846a29;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4) inset;
}
.gallery-book-ad__cover button:hover {
  background: linear-gradient(to bottom, #f5d78e, #eeb933);
}

.gallery-book-ad__cover button::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='20' viewBox='2.167 .438 251.038 259.969' width='20'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='m221.503 210.324c-105.235 50.083-170.545 8.18-212.352-17.271-2.587-1.604-6.984.375-3.169 4.757 13.928 16.888 59.573 57.593 119.153 57.593 59.621 0 95.09-32.532 99.527-38.207 4.407-5.627 1.294-8.731-3.16-6.872zm29.555-16.322c-2.826-3.68-17.184-4.366-26.22-3.256-9.05 1.078-22.634 6.609-21.453 9.93.606 1.244 1.843.686 8.06.127 6.234-.622 23.698-2.826 27.337 1.931 3.656 4.79-5.57 27.608-7.255 31.288-1.628 3.68.622 4.629 3.68 2.178 3.016-2.45 8.476-8.795 12.14-17.774 3.639-9.028 5.858-21.622 3.71-24.424z' fill='%23f90' fill-rule='nonzero'/%3E%3Cpath d='m150.744 108.13c0 13.141.332 24.1-6.31 35.77-5.361 9.489-13.853 15.324-23.341 15.324-12.952 0-20.495-9.868-20.495-24.432 0-28.75 25.76-33.968 50.146-33.968zm34.015 82.216c-2.23 1.992-5.456 2.135-7.97.806-11.196-9.298-13.189-13.615-19.356-22.487-18.502 18.882-31.596 24.527-55.601 24.527-28.37 0-50.478-17.506-50.478-52.565 0-27.373 14.85-46.018 35.96-55.126 18.313-8.066 43.884-9.489 63.43-11.718v-4.365c0-8.018.616-17.506-4.08-24.432-4.128-6.215-12.003-8.777-18.93-8.777-12.856 0-24.337 6.594-27.136 20.257-.57 3.037-2.799 6.026-5.835 6.168l-32.735-3.51c-2.751-.618-5.787-2.847-5.028-7.07 7.543-39.66 43.36-51.616 75.43-51.616 16.415 0 37.858 4.365 50.81 16.795 16.415 15.323 14.849 35.77 14.849 58.02v52.565c0 15.798 6.547 22.724 12.714 31.264 2.182 3.036 2.657 6.69-.095 8.966-6.879 5.74-19.119 16.415-25.855 22.393l-.095-.095' fill='%23000'/%3E%3Cpath d='m221.503 210.324c-105.235 50.083-170.545 8.18-212.352-17.271-2.587-1.604-6.984.375-3.169 4.757 13.928 16.888 59.573 57.593 119.153 57.593 59.621 0 95.09-32.532 99.527-38.207 4.407-5.627 1.294-8.731-3.16-6.872zm29.555-16.322c-2.826-3.68-17.184-4.366-26.22-3.256-9.05 1.078-22.634 6.609-21.453 9.93.606 1.244 1.843.686 8.06.127 6.234-.622 23.698-2.826 27.337 1.931 3.656 4.79-5.57 27.608-7.255 31.288-1.628 3.68.622 4.629 3.68 2.178 3.016-2.45 8.476-8.795 12.14-17.774 3.639-9.028 5.858-21.622 3.71-24.424z' fill='%23f90' fill-rule='nonzero'/%3E%3Cpath d='m150.744 108.13c0 13.141.332 24.1-6.31 35.77-5.361 9.489-13.853 15.324-23.341 15.324-12.952 0-20.495-9.868-20.495-24.432 0-28.75 25.76-33.968 50.146-33.968zm34.015 82.216c-2.23 1.992-5.456 2.135-7.97.806-11.196-9.298-13.189-13.615-19.356-22.487-18.502 18.882-31.596 24.527-55.601 24.527-28.37 0-50.478-17.506-50.478-52.565 0-27.373 14.85-46.018 35.96-55.126 18.313-8.066 43.884-9.489 63.43-11.718v-4.365c0-8.018.616-17.506-4.08-24.432-4.128-6.215-12.003-8.777-18.93-8.777-12.856 0-24.337 6.594-27.136 20.257-.57 3.037-2.799 6.026-5.835 6.168l-32.735-3.51c-2.751-.618-5.787-2.847-5.028-7.07 7.543-39.66 43.36-51.616 75.43-51.616 16.415 0 37.858 4.365 50.81 16.795 16.415 15.323 14.849 35.77 14.849 58.02v52.565c0 15.798 6.547 22.724 12.714 31.264 2.182 3.036 2.657 6.69-.095 8.966-6.879 5.74-19.119 16.415-25.855 22.393l-.095-.095' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  vertical-align: middle;
  transform: scale(0.8);
  margin-right: 4px;
}

.gallery-book-ad__cover:hover::before {
  opacity: 1;
}
.gallery-book-ad__cover:hover button {
  transform: translateY(0px);
  opacity: 1;
}

.gallery-book-ad--1 .gallery-book-ad__cover {
  background-image: url("/assets/cover-spinsters-gambit.jpg");
}

.gallery-book-ad--2 .gallery-book-ad__cover {
  background-image: url("/assets/cover-humans-wanted.jpg");
}

.gallery-book-ad__details {
  margin-top: 9px;
}

.gallery-book-ad__details a {
  display: block;
}

.gallery-book-ad__details .avatar-link img {
  width: 20px !important;
  height: 20px;
}

.gallery-book-ad__details a:nth-child(1) {
  font-family: "leaguespartan";
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
}

.gallery-book-ad__details a:nth-child(2) {
  font-size: 13px;
}

.gallery-book-ad__details p:nth-child(3) {
  display: inline-block;
  background: azure;
  font-family: Arial, sans-serif;
  font-size: 11px;
  padding: 0 2px;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  pointer-events: none;
  user-select: none;
}

.hb-bar-top,
#hellobar-pusher {
  display: none !important;
}

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