/* SCSS Framework boilerplate from Ristretto: https://github.com/kylelarkin/ristretto */
html {
  box-sizing: border-box;
}

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

body, select, input, textarea {
  color: #333;
}

::-moz-selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

::selection {
  background: #ccc;
  color: #000;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #ccc;
}

ins {
  background-color: #ccc;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ccc;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.featured-collection, .editor-styles-wrapper .featured-collection {
  margin-block-start: 1.875rem !important;
  margin-block-end: 1.875rem !important;
}
@media only screen and (min-width: 1024px) {
  .featured-collection, .editor-styles-wrapper .featured-collection {
    margin-block-start: 4.375rem !important;
    margin-block-end: 4.375rem !important;
  }
}
.featured-collection .featured-collection--details, .editor-styles-wrapper .featured-collection .featured-collection--details {
  position: relative;
  display: grid;
  gap: 1.375rem;
}
@media only screen and (min-width: 1024px) {
  .featured-collection .featured-collection--details, .editor-styles-wrapper .featured-collection .featured-collection--details {
    grid-template-columns: 1fr 1fr;
  }
}
.featured-collection .featured-collection--details .details--heading:hover svg, .editor-styles-wrapper .featured-collection .featured-collection--details .details--heading:hover svg {
  transform: translateX(2px);
}
.featured-collection .featured-collection--details .details--heading p, .editor-styles-wrapper .featured-collection .featured-collection--details .details--heading p {
  color: #405F59;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}
.featured-collection .featured-collection--details .details--heading h2, .editor-styles-wrapper .featured-collection .featured-collection--details .details--heading h2 {
  color: #132E3D;
  font-family: "freight-display-pro", "Times New Roman", Times, serif;
  font-size: 2.125rem;
  font-weight: 500;
  letter-spacing: 1.333px;
  line-height: 1.2;
  text-transform: none;
  margin: 0 0 1.75rem;
}
@media only screen and (min-width: 1024px) {
  .featured-collection .featured-collection--details .details--heading h2, .editor-styles-wrapper .featured-collection .featured-collection--details .details--heading h2 {
    font-size: 2.5rem;
  }
}
.featured-collection .featured-collection--details .details--heading a, .editor-styles-wrapper .featured-collection .featured-collection--details .details--heading a {
  color: #3CAA8B;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.167px;
  text-decoration: none;
  border: 0;
  text-transform: uppercase;
}
.featured-collection .featured-collection--details .details--heading a::after, .editor-styles-wrapper .featured-collection .featured-collection--details .details--heading a::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.featured-collection .featured-collection--details .details--heading a svg, .editor-styles-wrapper .featured-collection .featured-collection--details .details--heading a svg {
  transition: all 0.25s ease-in-out;
}
.featured-collection .featured-collection--details .details--description, .editor-styles-wrapper .featured-collection .featured-collection--details .details--description {
  line-height: 1.4;
  letter-spacing: 0.528px;
}
@media only screen and (min-width: 1024px) {
  .featured-collection .featured-collection--details .details--description, .editor-styles-wrapper .featured-collection .featured-collection--details .details--description {
    margin-top: 2.125rem;
  }
}
.featured-collection .featured-collection--stories, .editor-styles-wrapper .featured-collection .featured-collection--stories {
  border-top: 1px solid #3CAA8B;
  padding-top: 2.5rem;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 1024px) {
  .featured-collection .featured-collection--stories, .editor-styles-wrapper .featured-collection .featured-collection--stories {
    margin-top: 4.375rem;
    padding-top: 3.3125rem;
  }
}
.featured-collection .featured-collection--stories .stories--list, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: grid;
  gap: 1.5rem;
  grid-template-rows: auto 1fr;
}
@media only screen and (min-width: 620px) {
  .featured-collection .featured-collection--stories .stories--list, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list {
    gap: 3.125rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(2)), .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(2)), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) {
    grid-template-columns: 1fr 1fr;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(2)) .story--details h3, .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .story--details h3, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(2)) .story--details h3, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .story--details h3 {
    font-size: 1.5rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(3)), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(3)) {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(2)) .list--story, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(2)) .list--story {
    grid-template-columns: 1fr 1.5fr;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(2)) .list--story h3, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(2)) .list--story h3 {
    margin-top: 1.5rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(3)), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(3)) {
    gap: 1.25rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(3)) .list--story, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(3)) .list--story {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)), .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) {
    gap: 0 1.25rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .list--story, .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .list--story, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story {
    grid-template-columns: 1fr;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .list--story:first-child, .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:first-child, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .list--story:first-child, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:first-child {
    grid-column: 1;
    grid-row: 1/-1;
    grid-template-rows: auto 1fr;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .list--story:not(:first-child), .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:not(:first-child), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .list--story:not(:first-child), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:not(:first-child) {
    grid-column: 2;
    grid-template-columns: 1fr 2fr;
    align-items: start;
    padding-left: 1rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .list--story:not(:first-child):not(:last-child), .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:not(:first-child):not(:last-child), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .list--story:not(:first-child):not(:last-child), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #DDD;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) {
    grid-template-rows: auto auto auto;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .story--details h3, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(4)) .story--details h3 {
    font-size: 1.25rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)), .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) {
    grid-template-rows: auto auto auto auto;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story {
    grid-template-columns: 1fr;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:first-child .details--excerpt, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:first-child .details--excerpt {
    display: block;
    font-size: 1rem;
  }
  .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:first-child .details--excerpt .read-more, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list:has(> :last-child:nth-child(5)) .list--story:first-child .details--excerpt .read-more {
    border: 0;
    color: #3CAA8B;
    display: block;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 1rem;
    text-decoration: none;
    text-transform: uppercase;
  }
}
.featured-collection .featured-collection--stories .stories--list .list--story, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story {
  display: grid;
  gap: 1.5rem;
}
.featured-collection .featured-collection--stories .stories--list .list--story a.book-review img, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story a.book-review img {
  object-fit: contain;
  background-color: #F7FAF9;
}
.featured-collection .featured-collection--stories .stories--list .list--story img, .featured-collection .featured-collection--stories .stories--list .list--story picture, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story img, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story picture {
  aspect-ratio: 1.4;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.featured-collection .featured-collection--stories .stories--list .list--story .story--details h3, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story .story--details h3 {
  color: #132E3D;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.833px;
  margin-bottom: 1.25rem;
}
.featured-collection .featured-collection--stories .stories--list .list--story .story--details h3 a, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story .story--details h3 a {
  color: inherit;
  text-decoration: none;
}
.featured-collection .featured-collection--stories .stories--list .list--story .story--details .details--byline, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story .story--details .details--byline {
  color: #3CAA8B;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 1.167px;
  text-transform: uppercase;
}
.featured-collection .featured-collection--stories .stories--list .list--story .story--details .details--byline a, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story .story--details .details--byline a {
  color: inherit;
  text-decoration: none;
  border: 0;
}
.featured-collection .featured-collection--stories .stories--list .list--story .story--details .details--excerpt, .editor-styles-wrapper .featured-collection .featured-collection--stories .stories--list .list--story .story--details .details--excerpt {
  display: none;
}
