/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}
body {
  color: #231f20;
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 19px;
  line-height: 1.42105263;
  padding: 0;
  margin: 0;
  touch-action: manipulation;
}
main {
  display: block;
}
.interactive {
  padding: 10px;
  margin: 20px auto;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
a {
  color: #0777b3;
  text-decoration: none;
}
a:visited {
  color: #7e838b;
}
a:hover,
a:focus {
  color: #2b4d70;
}
a img {
  border: none;
}
img,
video,
embed,
object,
iframe {
  max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231f20;
  margin: 1.42105263 0 0.71052632 0;
}
h1 {
  font-size: 28px;
  line-height: 1.07142857;
  letter-spacing: -0.5px;
}
@media (max-width: 769px) {
  h1 {
    font-size: 42px;
    line-height: 1.0952381;
    letter-spacing: -1px;
  }
}
h2 {
  font-size: 24px;
  line-height: 1.42105263;
}
h3 {
  font-size: 22px;
  line-height: 1.04545455;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0.71052632 0 0 0;
}
.byline {
  font-size: 19px;
  margin-bottom: 0;
}
.staff-position {
  font-style: italic;
  font-size: 15px;
  margin-top: 0;
}
.publish-date {
  font-size: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
}
.graphic-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
.graphic-chatter {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.source-container {
  margin-top: 10px;
}
.source-container::after {
  clear: both;
  content: "";
  display: block;
}
.data-source,
.art-credit,
.caption {
  color: #7e838b;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.data-source {
  font-style: italic;
}
@media (min-width: 480px) {
  .data-source {
    float: left;
  }
}
@media (min-width: 480px) {
  .art-credit {
    float: right;
  }
}
.main-nav {
  background: white;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 1;
  z-index: 999;
}
.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
.main-nav .logo {
  display: inline-block;
  vertical-align: middle;
  width: 160px;
}
.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
.share-bar {
  display: inline-block;
  position: absolute;
  right: 0;
  vertical-align: middle;
}
.share-icon {
  margin-left: 3px;
  margin-right: 3px;
  width: 30px;
}
.share-icon:hover .changes-color {
  fill: #231f20;
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending::before {
  display: block;
  content: "";
  background: #e0e0e0;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
}
.ad.pending[data-type="banner"]::before,
.ad.pending[data-type="bannerBottom"]::before {
  padding-bottom: 12.36263736%;
}
@media (max-width: 480px) {
  .ad.pending[data-type="banner"]::before,
  .ad.pending[data-type="bannerBottom"]::before {
    padding-bottom: 16.66666667%;
  }
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
}
.ad.pending[data-type="tall"]::before {
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
}
.ad.pending[data-type="square"]::before {
  padding-bottom: 83.33333333%;
}
.marketing {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: 20px 5px;
  padding: 10px;
  text-align: center;
  width: calc(100% - 10px);
}
.marketing--footer {
  border: 1px solid #e0e0e0;
  max-width: 630px;
}
@media (min-width: 640px) {
  .marketing--footer {
    margin: 20px auto;
  }
  .marketing--footer span {
    white-space: pre;
  }
}
.marketing--sidebar {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  max-width: 350px;
}
@media (max-width: 500px) {
  .marketing--sidebar {
    margin: auto;
  }
}
.marketing__text {
  margin: 5px auto;
}
.marketing__body {
  font-size: 18px;
  line-height: 21px;
}
.marketing__button {
  background: #0777b3;
  border-radius: 3px;
  color: white;
  display: inline-block;
  font-size: 19px;
  font-weight: bold;
  margin-top: 3px;
  padding: 5px 20px;
}
.marketing__button:hover {
  color: #fff;
  background: #2b4d70;
}
.marketing__button:visited {
  color: #fff;
}
.show-comments {
  border: 1px solid #0777b3;
  padding: 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: #0777b3;
  cursor: pointer;
  margin: 20px 0;
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin: auto;
  max-width: 900px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 105px;
  text-align: center;
  font-size: 20px;
  background: white;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 15px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
}
.dont-miss .padded {
  padding: 10px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
.project-credits {
  padding-top: 10px;
  max-width: 900px;
  margin: 10px auto;
}
@media (min-width: 769px) {
  .project-credits {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
}
.project-credit {
  flex-basis: 50%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  margin: 3px 0;
  padding: 0 10px;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
}
footer.nav-bottom .logo {
  float: left;
  margin-right: 10px;
}
footer.nav-bottom .logo img {
  margin-top: 5px;
  height: 20px;
}
footer.nav-bottom::after {
  clear: both;
  content: " ";
  display: block;
}
/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.main-carousel {
  width: 90%;
  max-width: 700px;
  margin: auto;
  padding-bottom: 60px;
}
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 105%;
  height: 100%;
  line-height: 1.6;
}
@media (max-width: 480px) {
  .flickity-slider {
    line-height: 1.5;
  }
}
.carousel-cell {
  opacity: 0.3;
  top: 50%;
  transform: translate(0%, -50%);
}
.carousel-cell.is-selected {
  opacity: 1;
}
/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(0, 0, 0, 0);
  border: none;
  color: rgba(0, 0, 0, 0.6);
  font-weight: bold;
}
.flickity-button:hover {
  opacity: 1;
  cursor: pointer;
}
.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}
.flickity-button:active {
  opacity: 0.6;
}
.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}
.flickity-button-icon {
  fill: currentColor;
  opacity: 0.8;
}
.flickity-button-icon:hover {
  opacity: 1;
}
/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .flickity-prev-next-button {
    width: 45px;
    height: 45px;
  }
}
.flickity-prev-next-button.previous {
  left: -10px;
}
.flickity-prev-next-button.next {
  right: -10px;
}
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}
/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  padding: 10px 0 25px;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  margin-end: 10px;
}
.flickity-rtl .flickity-page-dots {
  direction: rtl;
}
.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  background: black;
  opacity: 0.25;
  cursor: pointer;
}
.flickity-page-dots .dot.is-selected {
  opacity: 1;
}
.article-comments-bar {
  clear: both;
  margin: 30px auto;
  display: block;
  height: 50px;
  border: 1px solid #0777b3;
  border-radius: 3px;
  color: #0777b3;
  font-family: "ff-dagny-web-pro";
  font-size: 15px;
  line-height: 21px;
  max-width: 900px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 800px) {
  .article-comments-bar {
    margin-left: 4px;
    margin-right: 4px;
  }
}
.article-comments-bar:hover,
.article-comments-bar.active {
  color: #2b4d70;
  border: 1px solid #2b4d70;
}
.article-comments-bar a:hover {
  color: #0777b3;
}
.article-comments-bar .comment-count::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.comments-container {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  transition: all 0.5s ease;
}
@media screen and (min-width: 600px) {
  .comments-container {
    max-width: 800px;
    width: 83.333%;
  }
}
.comments-container.active {
  max-height: 100%;
  overflow: hidden;
  opacity: 1;
}
.comments-container .u-blue {
  color: #0777b3;
}
.comments-container .u-bg-blue {
  background-color: #0777b3;
}
.comments-container .u-blue-hfa:hover,
.comments-container .u-blue-hfa.hover,
.comments-container .u-blue-hfa:focus,
.comments-container .u-blue-hfa.focus,
.comments-container .u-blue-hfa:active,
.comments-container .u-blue-hfa.active {
  color: #0777b3;
}
.comments-container .u-bg-blue-hfa:hover,
.comments-container .u-bg-blue-hfa.hover,
.comments-container .u-bg-blue-hfa:focus,
.comments-container .u-bg-blue-hfa.focus,
.comments-container .u-bg-blue-hfa:active,
.comments-container .u-bg-blue-hfa.active {
  background-color: #0777b3;
}
.comments-container .u-navy {
  color: #2b4d70;
}
.comments-container .u-bg-navy {
  background-color: #2b4d70;
}
.comments-container .u-navy-hfa:hover,
.comments-container .u-navy-hfa.hover,
.comments-container .u-navy-hfa:focus,
.comments-container .u-navy-hfa.focus,
.comments-container .u-navy-hfa:active,
.comments-container .u-navy-hfa.active {
  color: #2b4d70;
}
.comments-container .u-bg-navy-hfa:hover,
.comments-container .u-bg-navy-hfa.hover,
.comments-container .u-bg-navy-hfa:focus,
.comments-container .u-bg-navy-hfa.focus,
.comments-container .u-bg-navy-hfa:active,
.comments-container .u-bg-navy-hfa.active {
  background-color: #2b4d70;
}
.comments-container .u-dusty-blue {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue {
  background-color: #42759d;
}
.comments-container .u-dusty-blue-hfa:hover,
.comments-container .u-dusty-blue-hfa.hover,
.comments-container .u-dusty-blue-hfa:focus,
.comments-container .u-dusty-blue-hfa.focus,
.comments-container .u-dusty-blue-hfa:active,
.comments-container .u-dusty-blue-hfa.active {
  color: #42759d;
}
.comments-container .u-bg-dusty-blue-hfa:hover,
.comments-container .u-bg-dusty-blue-hfa.hover,
.comments-container .u-bg-dusty-blue-hfa:focus,
.comments-container .u-bg-dusty-blue-hfa.focus,
.comments-container .u-bg-dusty-blue-hfa:active,
.comments-container .u-bg-dusty-blue-hfa.active {
  background-color: #42759d;
}
.comments-container .u-bright-blue {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue {
  background-color: #0a97e2;
}
.comments-container .u-bright-blue-hfa:hover,
.comments-container .u-bright-blue-hfa.hover,
.comments-container .u-bright-blue-hfa:focus,
.comments-container .u-bright-blue-hfa.focus,
.comments-container .u-bright-blue-hfa:active,
.comments-container .u-bright-blue-hfa.active {
  color: #0a97e2;
}
.comments-container .u-bg-bright-blue-hfa:hover,
.comments-container .u-bg-bright-blue-hfa.hover,
.comments-container .u-bg-bright-blue-hfa:focus,
.comments-container .u-bg-bright-blue-hfa.focus,
.comments-container .u-bg-bright-blue-hfa:active,
.comments-container .u-bg-bright-blue-hfa.active {
  background-color: #0a97e2;
}
@media screen and (max-width: 767px) {
  .comments-container .hide-sm {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .hide-md {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .hide-lg {
    display: none !important;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .comments-container .visually-hide-sm {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1019px) {
  .comments-container .visually-hide-md {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
@media screen and (min-width: 1020px) {
  .comments-container .visually-hide-lg {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.comments-container .hide,
.comments-container .hidden {
  display: none !important;
  visibility: hidden;
}
.comments-container .visually-hide {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.comments-container .visually-hide-focusable:active,
.comments-container .visually-hide-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.comments-container .u-serif {
  font-family: Georgia, serif;
}
.comments-container .wf-active .u-serif {
  font-family: "ff-meta-serif-web-pro";
}
.comments-container .u-normal {
  font-weight: normal;
}
.comments-container .u-bold {
  font-weight: bold;
}
.comments-container .font-tiny {
  font-size: 13px;
  line-height: 18px;
}
.comments-container .font-small {
  font-size: 15px;
  line-height: 21px;
}
.comments-container .font-medium {
  font-size: 19px;
  line-height: 25px;
}
.comments-container .font-large {
  font-size: 26px;
  line-height: 34px;
}
.comments-container .font-xlarge {
  font-size: 32px;
  line-height: 38px;
}
.comments-container .font-xxlarge {
  font-size: 42px;
  line-height: 46px;
}
.comments-container .font-huge {
  font-size: 50px;
  line-height: 54px;
}
.comments-container .font-list {
  font-size: 17px;
  line-height: 23px;
}
.comments-container .lh1 {
  line-height: 1em;
}
.comments-container .lh2 {
  line-height: 2em;
}
.comments-container .u-tl {
  text-align: left;
}
.comments-container .u-tr {
  text-align: right;
}
.comments-container .u-tc {
  margin-bottom: 15px;
  margin-left: 4px;
  margin-right: 4px;
  text-align: center;
}
.comments-container .u-vt {
  vertical-align: top;
}
.comments-container .u-vm {
  vertical-align: middle;
}
.comments-container .u-vb {
  vertical-align: bottom;
}
.comments-container .u-italic {
  font-style: italic;
}
.comments-container .u-upper {
  text-transform: uppercase;
}
.comm_head {
  font-family: 'Coustard', serif;
  font-size: 2em;
  padding: 10px;
  max-width: 900px;
  margin: auto;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 1em;
  margin-top: 0.5em;
}
@media (max-width: 769px) {
  .comm_head {
    line-height: 1.1em;
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .comm_head {
    line-height: 1em;
    font-size: 1.7em;
    padding: 15px 10px;
    margin-top: 0.5em;
  }
}
.scroll {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.scroll i {
  margin-right: 3px;
}
.fillerbox {
  height: 100%;
  display: grid;
  grid-template-columns: 33.3333% 33.3333% 33.34%;
  grid-template-rows: 100%;
}
@media (max-width: 769px) {
  .fillerbox {
    grid-template-rows: 50% 50%;
  }
}
@media (max-width: 769px) {
  .fillerbox .box {
    width: 100% !important;
  }
}
.fillerbox .box.lastThree {
  display: none !important;
}
@media (max-width: 769px) {
  .fillerbox .box.lastThree {
    display: inline-block !important;
  }
}
.fillerbox .box.onlyDesk img {
  visibility: visible;
}
@media (max-width: 769px) {
  .fillerbox .box.onlyDesk img {
    visibility: hidden;
  }
}
.publish-date {
  margin-top: 0em;
}
.hugging {
  font-size: 2em;
}
.social {
  font-size: 1.5em;
}
.dancing {
  font-size: 1.5em;
}
.movie {
  font-size: 1.5em;
}
.intro {
  max-width: 700px;
  margin: auto;
}
@media (max-width: 769px) {
  .intro {
    padding: 10px;
  }
}
.link {
  max-width: 700px;
  margin: auto;
  padding: 1em;
  background-color: orange;
  margin-top: 1em;
}
.seasons {
  padding: 1em;
  max-width: 700px;
  width: 95%;
  margin: auto;
  position: relative;
  border: 1px solid black;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .seasons {
    padding: 0;
  }
}
.seasons .voices-hed {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  padding: 5px 10px;
}
.seasons .voices-hed .label {
  font-size: 14px;
  background-color: #222222;
  color: white;
  padding: 3px;
  font-weight: bold;
  text-transform: uppercase;
  width: 110px;
  margin: auto;
}
.seasons .voices-hed .v-hed {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-size: 2.3em;
  font-weight: bold;
  color: #0777b3;
}
@media (max-width: 480px) {
  .seasons .voices-hed .v-hed {
    margin-top: 10px;
    line-height: 1.1em;
    font-size: 1.8em;
  }
}
.seasons .voices-hed .v-sub {
  color: black;
}
@media (max-width: 480px) {
  .seasons .voices-hed .v-sub {
    line-height: 1.1em;
    margin: 3px auto;
  }
}
.seasons .images {
  font-size: 0px;
}
.seasons .images div {
  display: block;
  width: 100%;
}
.seasons .images div img {
  width: 100%;
}
.seasons:hover {
  border: 1px solid #0777b3;
}
.seasons:hover .v-hed {
  text-decoration: underline;
}
.top {
  max-width: 1200px;
  margin: auto;
  background-color: #e6e6f1;
}
#header {
  max-width: 1200px;
  margin: auto;
  margin-bottom: -6px;
  position: relative;
  display: grid;
}
@media (max-width: 769px) {
  #header {
    height: auto;
    display: block;
    grid-template-rows: none;
  }
}
#header #unmute {
  position: absolute;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  z-index: 5;
  left: 0;
  right: 0;
  margin: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  animation: flickerAnimation 2.5s infinite;
}
#header #unmute .command {
  vertical-align: middle;
}
#header #unmute .command i {
  font-size: 16px;
}
#header #unmute .command.hide {
  display: none;
}
#header #replay {
  opacity: 0;
  animation: flickerAnimation 2.5s infinite;
  z-index: 10;
  padding: 2px 3px;
  cursor: pointer;
  background-color: transparent;
  border-radius: 3px;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 480px) {
  #header #replay {
    background-color: #e6e6f1;
  }
}
#header #audio {
  display: none;
}
#header .boxes {
  font-size: 0px;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
}
@media (max-width: 769px) {
  #header .boxes {
    display: block;
    grid-template-columns: none;
  }
}
#header .boxesMid {
  display: grid;
  grid-template-columns: 20% 60% 20%;
  font-size: 0px;
}
@media (max-width: 769px) {
  #header .boxesMid {
    grid-template-columns: 0% 100% 0%;
  }
}
#header .box {
  display: inline-block;
  opacity: 0;
}
#header .box.onlyMobile img {
  visibility: hidden;
}
@media (max-width: 769px) {
  #header .box.onlyMobile img {
    visibility: visible;
  }
}
@media (max-width: 769px) {
  #header .box {
    width: 33.3%;
  }
}
#header .box.fadeIn {
  animation: fadeBox 1.5s forwards;
}
#header .box.color1 {
  background-color: #b17d77;
}
#header .box.color2 {
  background-color: #dbdbe9;
}
#header .box.color3 {
  background-color: #ebc0b9;
}
#header .box.color4 {
  background-color: #0e2134;
}
#header .box.nomobile {
  display: inline-block;
}
@media (max-width: 769px) {
  #header .box.nomobile {
    display: none;
  }
}
#header .boxes .box:last-child {
  display: none;
}
@media (max-width: 769px) {
  #header .boxes .box:last-child {
    display: inline-block;
  }
}
#header .allPersons {
  width: 100%;
  text-align: center;
  position: relative;
}
#header .person {
  font-size: 20px;
  position: absolute;
  width: 100%;
  padding: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation-duration: 0.3s;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
}
#header .person.animate {
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
}
#header .person .quote {
  font-family: 'Coustard', serif;
  font-size: 2em;
}
@media (max-width: 480px) {
  #header .person .quote {
    font-size: 1em;
  }
}
#header .person .quote.inline {
  display: inline;
}
#header .person .quote span {
  opacity: 0.3;
}
#header .person .quote.small {
  font-size: 1.5em;
}
@media (max-width: 480px) {
  #header .person .quote.small {
    font-size: 1em;
  }
}
.text {
  max-width: 700px;
  margin: 2em auto;
  padding-bottom: 2em;
  border-bottom: 1px solid gray;
}
@media (max-width: 769px) {
  .text {
    width: 100%;
    padding: 15px;
  }
}
.chapter {
  font-family: 'Coustard', serif;
  text-align: center;
  font-size: 2.5em;
  margin-top: 0.8em;
  padding: 10px;
  line-height: 0.8em;
}
@media (max-width: 480px) {
  .chapter {
    font-size: 2em;
    margin-top: 0.2em;
  }
}
.chapter .sub {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 24px;
  font-style: italic;
  padding-top: 10px;
}
@media (max-width: 480px) {
  .chapter .sub {
    font-size: 20px;
  }
}
.quotes {
  max-width: 700px;
  margin: auto;
}
@media (max-width: 769px) {
  .quotes {
    width: 100%;
    padding: 15px;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate(-50%, 48%);
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    transform: translate(-50%, 48%);
  }
  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}
@keyframes flickerAnimation {
  0% {
    opacity: 0.65;
  }
  50% {
    opacity: 0.35;
  }
  100% {
    opacity: 0.65;
  }
}
@-webkit-keyframes flickerAnimation {
  0% {
    -webkit-opacity: 0.65;
  }
  50% {
    -webkit-opacity: 0.35;
  }
  100% {
    -webkit-opacity: 0.65;
  }
}
@keyframes fadeBox {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeBox {
  0% {
    -webkit-opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
  }
}
.quoteGallery {
  width: 70%;
  max-width: 600px;
  margin: auto;
  padding: 0px 10px;
}
.quoteGallery .stats {
  text-align: right;
  font-size: 0px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.quoteGallery .stats span {
  font-size: 16px;
}
.quoteLIST {
  margin-top: 2em;
}
.quoteLIST .stats {
  text-align: right;
  font-size: 0px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.quoteLIST .stats span {
  font-size: 16px;
}
.inter_voice {
  background-color: #e6e6f1;
  font-family: 'Coustard', serif;
  position: relative;
  padding: 15px;
  max-width: 830px;
  margin: auto;
  line-height: 1.6;
  margin-block-end: 3em;
}
.inter_voice .inter_audio {
  display: none;
}
.inter_voice .inter_buttons {
  top: 50%;
  position: absolute;
  transform: translate(0%, -50%);
  left: calc((100% - 780px)/2);
  text-align: right;
}
@media (max-width: 900px) {
  .inter_voice .inter_buttons {
    position: relative;
    top: 0%;
    left: 0px;
    transform: translate(0%, 0%);
    text-align: left;
    margin-bottom: 10px;
  }
}
.inter_voice .unmuteButton {
  text-transform: uppercase;
  font-weight: bold;
  z-index: 5;
  background-color: inherit;
  border: none;
  cursor: pointer;
}
.inter_voice .unmuteButton .comm {
  vertical-align: middle;
}
.inter_voice .unmuteButton .comm i {
  font-size: 40px;
  opacity: 0.6;
}
.inter_voice .unmuteButton .comm i:hover {
  opacity: 1;
}
.inter_voice .unmuteButton .comm.hide {
  display: none;
}
.inter_voice .replay {
  opacity: 0;
  animation: flickerAnimation 2.5s infinite;
  z-index: 10;
  cursor: pointer;
  background-color: inherit;
  border: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
  margin-top: 10px;
}
@media (max-width: 900px) {
  .inter_voice .replay {
    float: right;
  }
}
.inter_voice .inter_person {
  max-width: 500px;
  margin: auto;
}
@media (max-width: 769px) {
  .inter_voice .inter_person {
    font-size: 16px;
  }
}
.inter_voice .inter_person .quote {
  display: inline;
}
.inter_voice .stats {
  text-align: right;
  font-size: 0px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.inter_voice .stats span {
  font-size: 16px;
}
.headline {
  font-family: 'Coustard', serif;
  font-size: 4em;
  text-align: center;
  width: 100%;
  padding: 10px;
  padding-top: 40px;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
}
@media (max-width: 769px) {
  .headline {
    line-height: 1.1em;
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .headline {
    line-height: 1em;
    font-size: 2.5em;
    padding: 15px 0;
  }
}
.headline.animate {
  animation-name: fadeBox;
  -webkit-animation-name: fadeBox;
}
.sub_headline {
  font-family: 'Coustard', serif;
  font-size: 2.8em;
  text-align: center;
  width: 100%;
  padding: 10px;
  padding-top: 40px;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 769px) {
  .sub_headline {
    line-height: 1.1em;
    font-size: 3em;
  }
}
@media (max-width: 480px) {
  .sub_headline {
    line-height: 1em;
    font-size: 1.7em;
    padding: 15px 10px;
    margin-top: 0.5em;
  }
}
.section-illo {
  display: flex;
  max-width: 960px;
  margin: auto;
  padding-top: 30px;
  border-top: 3px solid #d2d2d9;
}
.section-illo .spot-illo {
  flex: 1 1 30%;
  padding: 10px;
}
@media (max-width: 480px) {
  .section-illo .spot-illo {
    padding: 5px;
  }
}
.ads {
  padding: 10px 0px;
}
