* {
  -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;
}
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: 760px) {
  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;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 760px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none !important;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.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: 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;
}
footer.nav-bottom .share.bottom {
  float: right;
  margin-top: 2px;
}
footer.nav-bottom .share.bottom label {
  background: black !important;
  color: white !important;
}
/*
Shims for Flexbox - should work on Safari and IE10+
*/
.display-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
nav.top-bar {
  border-bottom: 1px solid #c0c0c0;
  position: relative;
  clear: both;
  z-index: 99;
  max-width: 1400px;
  margin: auto;
}
@media (max-width: 480px) {
  nav.top-bar {
    border: none;
    top: 0;
    height: 40px;
    width: 100%;
    background: white;
  }
}
nav.top-bar .logo {
  width: 100%;
  position: relative;
  top: 30px;
  text-align: center;
  display: block;
}
@media (max-width: 480px) {
  nav.top-bar .logo {
    top: 0;
  }
}
nav.top-bar .logo img {
  box-sizing: content-box;
  height: 30px;
  background: white;
  padding: 10px;
  border: none;
}
@media (max-width: 480px) {
  nav.top-bar .logo img {
    background: none;
    padding: 5px;
  }
}
.ad {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
  max-width: 1400px;
  margin: auto;
}
.share.top {
  position: absolute;
  right: 0;
  top: 45%;
}
@media (max-width: 760px) {
  .share.top {
    right: 4px;
    width: auto !important;
  }
}
.share.top label {
  background: white !important;
}
@media (max-width: 480px) {
  .share.top {
    top: 9px;
  }
  .share.top label span {
    display: none;
  }
  .share.top .left {
    margin-left: -265px !important;
  }
}
.thin-div {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  max-width: 1400px;
}
.thin-div .center {
  position: relative;
  top: 15px;
  margin: auto;
  width: 100px;
  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-bottom: 10px;
}
.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 .small {
  font-weight: bold;
  font-size: 15px;
}
.dont-miss img {
  width: 100%;
}
.dont-miss a {
  color: #424648;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #0777b3;
}
footer {
  background: #3f3636;
  opacity: 0.95;
  padding: 0 10px;
  position: relative;
  z-index: 99;
}
@media (max-width: 760px) {
  footer {
    margin-top: 0px;
  }
}
footer .logo {
  float: left;
  margin-right: 10px;
}
footer .logo img {
  margin-top: 10px;
  height: 20px;
}
footer::after {
  clear: both;
  content: " ";
  display: block;
}
body {
  font-size: 18px;
}
body.outer {
  max-width: 1400px;
  margin: auto;
}
.embedded {
  max-width: 960px;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 20px;
}
.fullscreen {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  text-align: center;
  padding-top: 10px;
}
.fullscreen a {
  color: #685959;
  transition: color .1s linear;
}
.fullscreen a:hover {
  color: #232323;
}
.wrapper {
  padding: 30px 20px;
}
@media (max-width: 480px) {
  .wrapper {
    padding: 20px 5px;
  }
}
.wrapper .readmore a {
  display: block;
}
.splash {
  max-width: 930px;
  width: 100%;
}
.gallery {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1400px;
  margin: auto;
  padding-right: 10px;
}
@media (max-width: 760px) {
  .gallery {
    display: block;
    padding-right: 0;
  }
}
.embedded .column {
  -webkit-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
}
.column {
  -webkit-flex: 0 0 400px;
  -ms-flex: 0 0 400px;
  flex: 0 0 400px;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 760px) {
  .column {
    padding-left: 0;
  }
}
.embedded .title {
  margin-top: 0;
}
.title {
  margin-top: 30%;
}
@media (max-width: 1160px) {
  .title {
    margin-top: 10%;
  }
}
@media (max-width: 960px) {
  .title {
    margin-top: 0;
  }
}
@media (max-width: 760px) {
  .title {
    text-align: center;
  }
}
.buttons {
  text-align: center;
}
.index {
  cursor: pointer;
}
.index .fa {
  font-size: 10px;
  margin: 0 2px;
  color: #dfd3d3;
  transition: color .1s linear;
}
@media (max-width: 760px) {
  .index .fa {
    margin: 0 6px;
  }
}
.index .fa.darker {
  color: #685959;
}
.index .fa:hover {
  color: #a88c8c;
}
.index.mobile-index {
  display: none;
  text-align: center;
  padding-top: 5px;
}
@media (max-width: 760px) {
  .index.mobile-index {
    display: block;
  }
  .index.desktop-index {
    display: none;
  }
}
.readmore a {
  display: none;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #685959;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 28px;
  float: right;
  font-weight: bold;
  cursor: pointer;
  transition: color .1s linear;
}
.readmore a:hover {
  color: #232323;
}
@media (max-width: 760px) {
  .readmore a {
    float: none;
    text-align: right;
  }
}
@media (max-width: 1160px) {
  .caption {
    font-size: 17px;
  }
}
@media (max-width: 960px) {
  .caption {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .caption p {
    margin-bottom: 0;
  }
}
.title,
.featured {
  font-weight: bold;
  font-size: 30px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding-bottom: 5px;
}
.title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.arrow-box {
  -webkit-flex: 0 0 26px;
  -ms-flex: 0 0 26px;
  flex: 0 0 26px;
  text-align: center;
}
.featured {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  font-family: 'Amatic SC';
  font-weight: bold;
  font-size: 48px;
  color: #685959;
}
@media (max-width: 480px) {
  .featured {
    font-size: 42px;
  }
}
.embedded .featured {
  font-size: 42px;
}
.arrow,
.rewind {
  display: inline-block;
  color: #a88c8c;
  cursor: pointer;
  transition: color .1s linear;
  font-size: 30px !important;
  line-height: 72px !important;
}
@media (max-width: 480px) {
  .arrow,
  .rewind {
    line-height: 62px !important;
  }
}
.arrow:hover,
.rewind:hover {
  color: #232323;
}
.arrow.hidden,
.rewind.hidden {
  display: none;
}
.arrow.disabled,
.rewind.disabled {
  color: #e0e0e0;
  cursor: default;
}
.embedded .arrow,
.embedded .rewind {
  font-size: 26px !important;
  line-height: 68px !important;
}
.listen,
.audio-icon {
  background: #685959;
  color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  cursor: pointer;
  font-size: 12px;
  padding: 4px 10px;
  display: inline-block;
  border-radius: 3px;
  transition: background .1s linear;
}
.listen .fa,
.audio-icon .fa {
  font-size: 16px;
  padding-right: 4px;
}
.listen:hover,
.audio-icon:hover {
  background: #232323;
}
.listen:hover.muted,
.audio-icon:hover.muted {
  background: #7e838b;
}
.credits {
  font-style: italic;
}
.image {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.image img {
  display: block;
  margin: auto;
  width: 100%;
}
.play-wrapper {
  width: 100%;
  text-align: center;
  margin: auto;
  position: absolute;
  bottom: 5%;
}
.play-buttons {
  background: rgba(223, 211, 211, 0.85);
  padding: 10px 20px;
  text-align: center;
  display: inline-block;
  border-radius: 2px;
}
.play {
  text-align: center;
  cursor: pointer;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
}
.play.with-sound {
  font-size: 28px;
  background: #685959;
  color: white;
  display: inline-block;
  padding: 5px 15px 0 15px;
  border-radius: 2px;
  transition: background .1s linear;
}
.play.with-sound:hover {
  background: #232323;
}
.play.with-sound .note {
  padding-left: 10px;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  line-height: 40px;
  letter-spacing: 1px;
}
.play.without-sound {
  padding-top: 15px;
}
.play.without-sound .note {
  font-size: 12px;
  font-weight: bold;
  color: #232323;
  transition: color .1s linear;
}
.play.without-sound .note:hover {
  color: #685959;
}
.audio-icons {
  display: inline-block;
}
.audio-icon {
  display: inline-block;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  cursor: pointer;
  font-size: 12px;
  transition: background .1s linear;
}
.audio-icon .silenced {
  display: none;
}
.audio-icon.muted {
  background: #CCC;
}
.audio-icon.muted .silenced {
  display: inline-block;
}
.audio-icon.muted .playing {
  display: none;
}
.audio-icon:hover {
  background: #232323;
}
.text {
  padding-top: 15px;
}
.sources {
  font-style: italic;
  font-size: 16px;
  padding-bottom: 2px;
}
@media (max-width: 480px) {
  .sources {
    font-size: 12px;
  }
}
.sources.special {
  padding: 10px 0;
}
.hidden {
  display: none;
}
.bottom {
  padding-top: 20px;
  text-align: center;
}
.copyright {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #424648;
  font-size: 14px;
  text-align: center;
  display: inline-block;
}
@media (max-width: 760px) {
  .copyright {
    display: block;
  }
}
@media (max-width: 760px) {
  .divider {
    display: none;
  }
}
.subscribe {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  padding-bottom: 20px;
}
.small-logo {
  height: 20px;
  padding-left: 16px;
  margin-bottom: 5px;
  vertical-align: bottom;
  display: block;
}
.subscribe-button {
  margin: 5px 0;
  background: #685959;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  display: inline-block;
  color: white;
  padding: 9px 14px 8px 14px;
  font-size: 15px;
  letter-spacing: 0.02em;
  transition: background .1s linear;
}
.subscribe-button:hover {
  color: white;
  background: #232323;
}
.creativecommons {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 10px;
  padding-top: 4px;
  color: #777;
}
.creativecommons a {
  color: #a88c8c;
  transition: color .1s linear;
}
.creativecommons a:hover {
  color: #685959;
}
