/*
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;
}
a {
  color: #0777b3;
  text-decoration: none;
  outline: 0 !important;
}
a:hover {
  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: 768px) {
  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;
}
nav.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;
}
nav.main-nav .wrapper {
  max-width: 1020px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 480px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo {
  display: block;
  vertical-align: middle;
}
nav.main-nav .logo img {
  height: 24px;
  max-height: 100%;
}
@media (max-width: 480px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
.ad {
  text-align: center;
  padding: 16px 0;
}
.ad.square {
  float: right;
  width: 320px;
}
@media (max-width: 480px) {
  .ad.square {
    width: 100%;
  }
}
.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;
}
footer.nav-bottom {
  background: #333;
  opacity: 0.95;
  padding: 4px 8px 0px 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;
}
#intro {
  padding-top: 46px;
}
@media (max-width: 480px) {
  #intro {
    padding-top: 42px;
  }
}
.hed-container {
  overflow: hidden;
  position: relative;
}
.intro {
  letter-spacing: 0.02em;
}
.intro .jump {
  font-size: 22px;
}
.intro .jump a {
  transition: all .3s linear;
  letter-spacing: 0.1em;
}
.intro .jump a:hover {
  color: #c0c0c0;
}
.intro .jump.start {
  margin-top: 20px;
}
.intro .homescreen {
  display: none;
}
@media (max-width: 768px) {
  .intro .homescreen {
    display: block;
  }
}
.intro .homescreenDesktop {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
@media (max-aspect-ratio: 16/9) {
  .intro .homescreenDesktop {
    height: 100vh;
    width: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .intro .homescreenDesktop {
    display: none;
  }
}
.intro video {
  max-width: 100%;
}
@media (max-aspect-ratio: 16/9) {
  .intro video {
    height: 100vh;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    position: relative;
    max-width: none;
  }
}
@media (max-width: 768px) {
  .intro video {
    display: none;
  }
}
.center {
  position: absolute;
  top: 31%;
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  .center {
    position: relative;
  }
}
.center .inner-center {
  display: inline-block;
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 70px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .center .inner-center {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .center .inner-center {
    padding: 50px 20px;
  }
}
.teaser {
  padding-top: 20px;
  font-size: 20px;
}
@media (max-width: 480px) {
  .teaser {
    font-size: 22px;
  }
}
.warning {
  font-style: italic;
  padding: 20px 0;
  padding-top: 10px;
  font-size: 13px;
  color: #e0e0e0;
}
iframe.intro-video {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.padded.aspect-outer {
  margin: auto;
}
@media (max-width: 768px) {
  .padded.aspect-outer {
    width: 100%;
  }
}
.padded.aspect-outer .skip-intro {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #c0c0c0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 12px;
  cursor: pointer;
  transition: color 0.2s linear;
}
@media (max-width: 768px) {
  .padded.aspect-outer .skip-intro {
    display: none;
  }
}
.padded.aspect-outer .skip-intro:hover {
  color: white;
}
.editors-note {
  width: 85%;
  max-width: 1000px;
  margin: auto;
  font-size: 23px;
  margin-bottom: 80px;
  line-height: 1.8em;
}
@media (max-width: 768px) {
  .editors-note {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .editors-note {
    font-size: 22px;
    margin: 0;
    margin-bottom: 80px;
  }
}
.bios .subhed {
  text-align: left;
}
.bios .playlist {
  padding: 10px 20px 20px 20px;
  background: black;
}
@media (max-width: 768px) {
  .bios .playlist {
    margin-top: 0;
    text-align: left;
  }
}
.bios .playlist-tile {
  display: inline-block;
}
.bios .playlist-tile .playlist-video {
  margin-left: 0;
  font-size: 12px;
}
.bios .playlist-tile .playlist-video:hover {
  color: white;
  background: #424648;
  padding: 7px 16px 5px 16px;
}
@media (max-width: 768px) {
  .bios .playlist-tile .playlist-video {
    font-size: 10px;
    padding: 7px 16px 5px 16px;
  }
}
.bios-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
}
.bio-name {
  text-align: left;
  text-transform: uppercase;
  font-size: 14px;
  background: black;
  padding-top: 20px;
  padding-left: 20px;
}
.grid-container {
  -webkit-flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  flex: 0 0 32%;
  margin-bottom: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  .grid-container {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
}
@media (max-width: 480px) {
  .grid-container {
    margin-bottom: 20px;
  }
}
.grid-container:hover .bio-grid-img {
  opacity: 0.7;
}
img.bio-grid-img {
  width: 100%;
  cursor: pointer;
  transition: all 0.2s linear;
}
.bio-label {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  padding-left: 6px;
}
@media (max-width: 480px) {
  .bio-label {
    font-size: 11px;
    margin-top: -3px;
  }
}
.bio-video {
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: auto;
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.3s linear;
  z-index: 9;
}
.bio-video.lightboxed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bio-video.faded {
  opacity: 1;
}
.bio-video.faded .video-js {
  opacity: .01;
  transition: all .3s linear;
}
.bio-video.faded.playing .video-js {
  opacity: 1;
}
.bio-video.faded.playing .loading {
  opacity: 0;
}
.bio-video .aspect-outer {
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  margin: auto;
  background: black;
}
@media (max-width: 480px) {
  .bio-video .aspect-outer {
    padding: 10px;
  }
}
.bio-video .aspect-outer .close-bio {
  cursor: pointer;
  position: absolute;
  color: white;
  right: 10px;
  top: 10px;
  z-index: 9;
  transition: all 0.2s linear;
}
@media (max-width: 480px) {
  .bio-video .aspect-outer .close-bio {
    padding: 6px;
  }
}
.bio-video .aspect-outer .close-bio:hover {
  color: #c0c0c0;
}
.bio-video .aspect-outer .loading {
  letter-spacing: 0.08em;
  position: absolute;
  opacity: 1;
  color: white;
  transition: all .3s linear;
  left: 50%;
  top: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 9;
  font-size: 18px;
  text-transform: uppercase;
}
.about {
  text-align: left;
  font-size: 18px;
  width: 100%;
  max-width: 900px;
  line-height: 1.6em;
}
@media (max-width: 480px) {
  .about {
    font-size: 17px;
  }
}
.about .subhed {
  letter-spacing: 0.1em;
}
.about .about-text {
  padding-bottom: 15px;
}
.about .about-text a {
  color: #c0c0c0;
  transition: all 0.1s linear;
}
.about .about-text a:hover {
  color: #e0e0e0;
}
.setup-imgs {
  padding-top: 15px;
  padding-bottom: 10px;
}
.setup {
  display: inline-block;
  width: 49%;
}
@media (max-width: 768px) {
  .setup {
    display: block;
    width: 100%;
  }
  .setup:first-child {
    padding-bottom: 20px;
  }
}
.credits {
  font-size: 15px;
  line-height: 1.5em;
}
@media (max-width: 480px) {
  .credits {
    font-size: 14px;
  }
}
.position {
  font-weight: bold;
  font-family: "anonymous-pro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.position.interviews {
  padding-bottom: 10px;
}
.reporting {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.reporting-credit {
  -webkit-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .reporting-credit {
    -webkit-flex: 0 0 32%;
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
  }
}
@media (max-width: 480px) {
  .reporting-credit {
    -webkit-flex: 0 0 49%;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    margin-bottom: 20px;
  }
}
.reporting-name {
  padding-left: 4px;
}
.subscribe-box {
  background: #222222;
  padding: 20px;
  font-size: 14px;
  margin-top: 40px;
  width: 70%;
}
@media (max-width: 768px) {
  .subscribe-box {
    width: 100%;
  }
}
.subscribe-box img {
  display: inline-block;
  padding-right: 10px;
  height: 20px;
}
.button-box {
  padding-top: 10px;
}
.subscribe-button {
  display: inline-block;
  background: #c0c0c0;
  padding: 7px 13px 5px 13px;
  color: black !important;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: .08em;
  transition: all 0.2s linear;
}
.subscribe-button:hover {
  background: #7e838b;
}
.video-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .video-container {
    display: block;
  }
}
.note {
  font-size: 15px;
  padding-top: 10px;
  color: #f8f8f8;
}
@media (max-width: 480px) {
  .note {
    font-size: 13px;
  }
}
.second-note {
  font-size: 12px;
  padding-top: 15px;
  font-style: italic;
}
.inner-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex: 1 1 66%;
  -ms-flex: 1 1 66%;
  flex: 1 1 66%;
  background: black;
}
.aspect-outer {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.aspect-outer .aspect-inner {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.aspect-outer .aspect-inner #wordVid {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.playlist {
  list-style: none;
  text-align: left;
  font-size: 15px;
  text-transform: uppercase;
  min-width: 240px;
  margin: 0;
  padding: 0;
  letter-spacing: .1em;
}
@media (max-width: 768px) {
  .playlist {
    font-size: 10px;
    margin-top: 10px;
    text-align: center;
  }
}
.playlist-tile {
  margin-bottom: 7px;
}
.playlist-tile:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .playlist-tile {
    display: inline-block;
    margin-bottom: 4px;
  }
}
.playlist-video {
  cursor: pointer;
  padding: 7px 16px 5px 16px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: black;
  background: #d9d9d9;
  margin-left: 10px;
  display: inline-block;
  transition: all 0.3s linear;
}
.playlist-video.playing,
.playlist-video:hover {
  color: white;
  background: black;
  margin-left: 0;
  padding-left: 26px;
}
@media (max-width: 768px) {
  .playlist-video {
    margin-left: 0;
    padding: 7px 10px 5px 10px;
  }
  .playlist-video.playing,
  .playlist-video:hover {
    padding-left: 10px;
  }
}
.form-panel {
  font-size: 16px;
  padding-bottom: 30px;
}
.message {
  display: none;
  margin-left: 4px;
}
.message.visible {
  display: inline-block;
}
.bold {
  font-weight: 400;
}
.reactions-container {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .reactions-container {
    display: block;
  }
}
.reactions-container .sidebar {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-left: 40px;
}
@media (max-width: 768px) {
  .reactions-container .sidebar {
    padding-left: 0;
  }
}
.reactions-container .sidebar .required.email {
  font-size: 12px;
  padding: 4px;
  display: inline-block;
  margin-top: 10px;
  border: none;
  color: #666;
  border-radius: 2px;
}
.reactions-container .sidebar .guest-essays {
  padding-top: 50px;
  font-size: 16px;
  text-align: left;
}
@media (max-width: 768px) {
  .reactions-container .sidebar .guest-essays {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .reactions-container .sidebar .guest-essays {
    font-size: 15px;
  }
}
.reactions-container .sidebar .guest-essays a {
  color: #c0c0c0;
  transition: all .2s linear;
}
.reactions-container .sidebar .guest-essays a:hover {
  color: white;
}
.reactions-container .sidebar .guest-essays .guest-essay {
  font-weight: 400;
}
.reactions-container .sidebar .guest-essays .submit {
  font-size: 16px;
}
.reactions-container .sidebar .guest-essays .submit a {
  color: #c0c0c0;
  transition: all 0.2s linear;
}
.reactions-container .sidebar .guest-essays .submit a:hover {
  color: white;
}
.reactions-container .sidebar .guest-essays .padded {
  padding-top: 15px;
}
.reactions-container .sidebar .guest-essays .email a {
  color: #c0c0c0;
  cursor: pointer;
}
.reactions-container .sidebar .guest-essays .email a:hover {
  color: white;
}
.reactions-container .sidebar .guest-essays .mc-button {
  display: inline-block;
}
.reactions-container .sidebar .guest-essays .mc-button .button {
  padding: 6px 9px;
  border: none;
  font-size: 10px;
  margin-top: 15px;
  border-radius: 2px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s linear;
  cursor: pointer;
  background: #424648;
  letter-spacing: 0.1em;
  transition: all 0.2s linear;
}
.reactions-container .sidebar .guest-essays .mc-button .button:hover {
  background: #222222;
}
@media (max-width: 768px) {
  .reactions-container .jump {
    display: none;
  }
}
.reactions-container .jump .bio-link {
  padding-bottom: 20px;
}
.reactions-container .jump img {
  transition: all 0.1s linear;
}
.reactions-container .jump:hover img {
  opacity: 0.7;
}
.reactions-container .reactions {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
  padding-bottom: 20px;
  padding-left: 20px;
}
@media (max-width: 768px) {
  .reactions-container .reactions {
    padding-left: 0;
  }
}
.reactions-container .reactions button {
  padding: 8px 14px;
  border: none;
  background: #424648;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  border-radius: 2px;
  color: white;
  opacity: 0.5;
  transition: all 0.3s linear;
}
.reactions-container .reactions button.validated {
  opacity: 1;
  cursor: pointer;
  background: #222222;
}
.reactions-container .reactions button.validated:hover {
  background: black;
}
.reactions-container .reactions input,
.reactions-container .reactions textarea {
  font-size: 14px;
  padding: 8px;
  border: none;
  margin-top: 10px;
  color: #666;
  border-radius: 2px;
}
.reactions-container .reactions input {
  padding: 6px;
  font-size: 12px;
}
.reactions-container .reactions select {
  letter-spacing: 0.02em;
  color: #666;
  border: none;
  font-size: 11px;
  height: 20px;
  margin: 0 4px;
  margin-top: 15px;
  margin-bottom: 5px;
}
.reactions-container .reactions select.hidden {
  display: none;
}
@media (max-width: 480px) {
  .reactions-container .reactions select {
    height: 21px;
  }
}
.reactions-container .reactions .comment-box {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.reactions-container .reactions .comment-box textarea {
  resize: none;
  width: 100%;
  padding-right: 30px;
}
.reactions-container .reactions .comment-box .char-limit {
  position: absolute;
  color: #999;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: 12px;
  right: 7px;
  bottom: 10px;
}
.reactions-container .reactions .age,
.reactions-container .reactions .name,
.reactions-container .reactions .email,
.reactions-container .reactions .adjective {
  display: inline-block;
}
.reactions-container .reactions .age input,
.reactions-container .reactions .name input,
.reactions-container .reactions .email input,
.reactions-container .reactions .adjective input {
  margin-left: 3px;
  height: 20px;
}
@media (max-width: 480px) {
  .reactions-container .reactions .age input,
  .reactions-container .reactions .name input,
  .reactions-container .reactions .email input,
  .reactions-container .reactions .adjective input {
    height: 21px;
  }
}
.reactions-container .reactions .adjective input {
  display: none;
  margin-right: 6px;
}
.reactions-container .reactions .adjective input.visible {
  display: inline-block;
}
@media (max-width: 480px) {
  .reactions-container .reactions .adjective {
    width: 110px;
  }
}
.reactions-container .reactions .age input {
  width: 50px;
}
.reactions-container .reactions .name {
  padding-right: 20px;
}
.reactions-container .reactions .email input {
  width: 200px;
}
.expand {
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400 !important;
  padding-top: 10px;
  cursor: pointer;
  transition: all 0.2s linear;
}
@media (max-width: 768px) {
  .expand {
    margin-bottom: 20px;
    padding-bottom: 7px;
    border-bottom: 1px solid #7e838b;
  }
}
.expand:hover {
  color: #c0c0c0;
}
.expand .hidden {
  display: none;
}
.comments {
  text-align: left;
  font-size: 15px;
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.comments .comment-bucket {
  display: none;
}
.comments .comment-bucket.selected {
  display: block;
}
.comments .comment-bucket .comment.approved {
  display: none;
}
.comments .comment-bucket.more .comment.approved {
  display: block;
}
.comments .comment-bucket .be-the-first {
  text-align: center;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 200;
}
.comments .comment {
  letter-spacing: 0.08em;
  padding: 20px;
  padding-left: 0;
  max-width: 650px;
  border-bottom: 1px solid #7e838b;
  overflow: hidden;
}
@media (max-width: 480px) {
  .comments .comment {
    padding: 20px 0;
  }
}
.comments .credit {
  font-style: italic;
  text-align: right;
  padding-top: 4px;
  font-size: 14px;
}
.question {
  font-size: 20px;
  text-align: left;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .question {
    font-size: 14px;
  }
}
.question .question-title {
  font-size: 26px;
  padding: 0 4px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .question .question-title {
    font-size: 18px;
  }
}
.recirc {
  padding: 15px;
  padding-right: 40px;
}
@media (max-width: 480px) {
  .recirc {
    padding-right: 20px;
  }
}
.thin-div {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  border-bottom: 1px solid #c0c0c0;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 110px;
  text-align: center;
  font-size: 19px;
  background: #4A5E66;
}
.dont-miss {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 20px;
  text-align: left;
  font-size: 15px;
  padding: 5px;
  padding-top: 8px;
}
@media (max-width: 480px) {
  .dont-miss {
    font-size: 14px;
  }
}
.dont-miss .story {
  -webkit-flex: 0 0 23%;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  padding-bottom: 20px;
}
@media (max-width: 630px) {
  .dont-miss .story {
    -webkit-flex: 0 0 47%;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
  }
}
.dont-miss .small {
  font-weight: 400;
  font-size: 14px;
  color: white;
}
@media (max-width: 480px) {
  .dont-miss .small {
    font-size: 13px;
  }
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #f8f8f8;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #f8f8f8;
}
.copyright {
  font-weight: 200;
  font-size: 14px;
  text-align: center;
  color: #e0e0e0;
  padding-bottom: 10px;
  margin-top: 20px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.vjs-control-bar.header-bar-container {
  display: none !important;
}
.vjs-close-button::before {
  content: '\f115';
}
body {
  background: #4A5E66;
  color: white;
  text-align: center;
  font-size: 28px;
  font-family: "anonymous-pro", sans-serif;
  letter-spacing: 0.02em;
}
@media (max-width: 480px) {
  body {
    font-size: 20px;
  }
}
.sans {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: 200;
  letter-spacing: 0.06em;
}
.guidelines-nav a {
  color: white;
  transition: all .2s linear;
}
.guidelines-nav a:hover {
  color: #e0e0e0;
}
.guidelines {
  text-align: left;
  line-height: 1.6em;
  font-size: 16px;
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 20px;
}
@media (max-width: 480px) {
  .guidelines {
    font-size: 15px;
    padding: 10px;
    margin-top: 70px;
  }
}
.guidelines a {
  color: #c0c0c0;
  transition: all .2s linear;
}
.guidelines a:hover {
  color: white;
}
.subhed {
  font-family: "anonymous-pro", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media (max-width: 480px) {
  .subhed {
    letter-spacing: 0.1em;
    font-size: 14px;
  }
}
.subhed.larger {
  font-size: 26px;
  letter-spacing: 0.1em;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .subhed.larger {
    font-size: 20px;
  }
}
.divider {
  border-top: 1px solid #7e838b;
  max-width: 1200px;
  margin: auto;
  width: 90%;
}
.scroll-note {
  display: none;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .scroll-note {
    display: block;
  }
}
.share {
  display: none !important;
  float: right;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .share {
    display: none !important;
  }
}
.share label {
  background: #222222 !important;
  color: white !important;
}
.share label span {
  font-size: 0.8em !important;
  font-family: "anonymous-pro", sans-serif !important;
  letter-spacing: 0.1em;
  font-size: 15px !important;
}
.share.bottom {
  margin-top: -5px !important;
}
@media (max-width: 768px) {
  .share.bottom {
    display: inline-block !important;
    width: 37px !important;
    margin-top: 0 !important;
    margin-right: 0 !important;
  }
  .share.bottom .social.networks-5.left {
    margin-left: -272px !important;
  }
}
.share.bottom label {
  background: #333 !important;
  color: white !important;
}
.share.bottom label span {
  font-size: 0.8em !important;
  font-family: "anonymous-pro", sans-serif !important;
  letter-spacing: 0.1em;
  font-size: 15px !important;
}
@media (max-width: 768px) {
  .share.bottom label span {
    display: none !important;
  }
}
.nav {
  position: fixed;
  top: 0;
  text-align: left;
  background: #222222;
  width: 100%;
  z-index: 9;
}
.nav .nav-container {
  border-left: 1px solid #424648;
  padding: 5px 24px;
  position: relative;
  float: right;
  margin-top: 4px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .nav .nav-container {
    padding: 5px 15px;
  }
}
.nav .nav-container:hover .nav-list {
  display: block;
  -webkit-animation: fade 0.2s linear;
  animation: fade 0.2s linear;
}
.nav .inner-nav {
  margin: auto;
  max-width: 1200px;
}
.nav .inner-nav ul.nav-list {
  display: none;
  position: absolute;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  top: 32px;
  padding-top: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
@media (max-width: 480px) {
  .nav .inner-nav ul.nav-list {
    font-size: 11px;
    top: 26px;
  }
}
.nav .inner-nav ul.nav-list li.nav-item {
  background: #222222;
  padding: 15px 24px 12px 24px;
  cursor: pointer;
  transition: background 0.2s linear;
}
.nav .inner-nav ul.nav-list li.nav-item:hover {
  background: #424648;
}
.nav .inner-nav ul.nav-list li.nav-item:first-child {
  border-top: 1px solid #424648;
}
.nav .nav-bars {
  float: right;
  transition: color .2s linear;
}
@media (max-width: 480px) {
  .nav .nav-bars {
    font-size: 25px;
  }
}
.nav .nav-label {
  float: right;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.2em;
  font-weight: bold;
  padding-right: 15px;
  padding-top: 5px;
  transition: all 0.1s linear;
}
.nav .nav-label:hover {
  color: #c0c0c0;
}
@media (max-width: 480px) {
  .nav .nav-label {
    font-size: 12px;
    padding-right: 10px;
  }
}
.nav .logo {
  height: 25px;
  margin-top: 12px;
  margin-left: 10px;
}
@media (max-width: 480px) {
  .nav .logo {
    height: 16px;
    margin-top: 14px;
    margin-bottom: 4px;
  }
}
.jump a {
  color: white;
}
.scroll-aware {
  transition: opacity 0.5s linear;
  margin-top: 200px;
  margin-bottom: 200px;
  opacity: 0;
}
.scroll-aware#intro {
  margin-top: 0;
}
.scroll-aware.visible {
  opacity: 1;
}
.scroll-aware#about {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .scroll-aware {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}
.intro .main-text {
  padding-top: 0;
}
section {
  margin: auto;
  padding: 40px;
  max-width: 1200px;
}
section.intro {
  max-width: 100%;
  padding: 0;
}
section.video {
  width: 100%;
}
@media (max-width: 480px) {
  section {
    display: block;
    opacity: 1;
    position: relative;
    padding: 10px;
  }
}
.tile {
  text-transform: uppercase;
  letter-spacing: .1em;
  display: inline-block;
  margin: auto;
  padding: 15px 25px 10px 25px;
  color: black;
  background: #d9d9d9;
  margin: 5px;
}
@media (max-width: 480px) {
  .tile {
    font-size: 15px;
    padding: 9px 14px 6px 14px;
  }
}
.tile.hed {
  font-weight: bold;
  font-size: 28px;
}
@media (max-width: 480px) {
  .tile.hed {
    font-size: 22px;
    padding: 15px 25px 10px 25px;
  }
}
.tile.word {
  cursor: pointer;
  transition: all 0.3s linear;
}
.tile.word:hover {
  color: white;
  background: black;
}
.words .word.tile {
  margin: 8px 4px;
}
@media (max-width: 480px) {
  .words .word.tile {
    margin: 4px 0;
  }
}
.shown {
  display: block !important;
  opacity: 0;
}
.shown.fade {
  opacity: 1;
}
.dots {
  position: fixed;
  bottom: 45%;
  right: 0;
  z-index: 8;
  padding: 0;
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
  line-height: .75;
}
.dots .dot {
  display: block;
  padding: 6px 14px;
}
.dots.hidden {
  display: none;
}
@media (max-width: 768px) {
  .dots {
    display: none;
  }
}
.dots .arrow {
  display: block;
  font-size: 20px;
  cursor: pointer;
  text-align: right;
  margin-right: 8px;
  transition: all 0.1s linear;
}
.dots .arrow:hover {
  color: #c0c0c0;
}
@media (max-width: 768px) {
  .dots .arrow {
    display: none;
  }
}
.dots ul {
  margin: 0;
  list-style-type: none;
}
.dots .dot::before {
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  background: white;
}
.dots .dot.active::before {
  background: #222222;
}
