/*
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;
}
main.interactive {
  padding: 20px 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: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: 950px) {
  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: 650px) {
  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: 650px) {
  nav.main-nav .logo img {
    height: 18px;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 950px) {
  nav.main-nav .share.top {
    right: 4px;
    width: auto !important;
  }
}
nav.main-nav .share.top label {
  color: white !important;
  background: white !important;
}
@media (max-width: 650px) {
  nav.main-nav .share.top {
    top: 6px;
  }
  nav.main-nav .share.top label span {
    display: none;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  margin: 16px auto;
}
.ad.pending[data-type="banner"],
.ad.pending[data-type="bannerBottom"] {
  max-width: 728px;
  padding-bottom: 12.36263736%;
}
.ad.pending[data-type="tall"] {
  max-width: 300px;
  padding-bottom: 200%;
}
.ad.pending[data-type="square"] {
  max-width: 300px;
  padding-bottom: 83.33333333%;
}
.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 #424648;
  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;
  color: #c0c0c0;
  background: #212121;
}
.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;
  margin-bottom: 30px;
  max-width: 900px;
  font-size: 17px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.dont-miss .story-box {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 650px) {
  .dont-miss .story-box {
    -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: #c0c0c0;
  transition: color .1s linear;
}
.dont-miss a:hover {
  color: #7e838b;
}
.dont-miss .small {
  font-weight: bold;
  font-size: 15px;
}
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;
}
body {
  background-color: #212121;
}
.inner {
  max-width: 1200px;
  margin: auto;
  color: lightgray;
}
.hero {
  width: 100%;
  line-height: 0;
  margin: auto;
  margin-top: 40px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero img {
  width: 100%;
}
@media (max-width: 650px) {
  .hero {
    margin-top: 33px;
    display: block;
    background: none;
  }
  .hero .right {
    padding-top: 15px;
  }
}
p {
  font-size: 24px;
  max-width: 720px;
  margin: auto;
  margin-bottom: 20px;
  line-height: 1.5em;
}
p:last-child {
  margin-bottom: 0;
}
.story {
  margin: 40px auto;
  margin-top: 30px;
  margin-bottom: 0;
  padding: 0 20px;
  border-bottom: 1px solid gray;
  padding-bottom: 40px;
}
.story .story-inner {
  max-width: 860px;
  margin: auto;
}
.story .story-flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 650px) {
  .story .story-flex {
    display: block;
  }
}
.story p {
  max-width: 860px;
}
@media (max-width: 950px) {
  .story p {
    font-size: 22px;
  }
}
@media (max-width: 650px) {
  .story p {
    font-size: 20px;
  }
}
.story .left {
  -webkit-flex: 5;
  -ms-flex: 5;
  flex: 5;
}
.story .right {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
  color: #c0c0c0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  margin-left: 50px;
  border-top: 1px solid gray;
  padding-top: 15px;
}
.story .right .join {
  font-size: 20px;
  margin-top: 0;
}
.story .right p {
  font-size: 16px;
  margin: 10px 0;
}
@media (max-width: 650px) {
  .story .right {
    margin-left: 0;
    margin-top: 30px;
  }
}
.byline {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
  padding-top: 20px;
  line-height: 1.8em;
  margin-bottom: 0;
  margin-top: 20px;
}
@media (max-width: 650px) {
  .byline {
    font-size: 14px;
  }
}
.container {
  border-bottom: 1px solid gray;
  padding: 60px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}
.container img {
  width: 100%;
}
@media (max-width: 950px) {
  .container {
    display: block;
    padding: 40px 15px;
  }
}
.container h2 {
  color: lightgray;
  margin-top: 0;
}
@media (max-width: 650px) {
  .container h2 {
    margin-top: 20px;
  }
}
.container .date {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
}
@media (max-width: 950px) {
  .container .date {
    font-size: 14px;
  }
}
.container .img-box {
  -webkit-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
}
@media (max-width: 950px) {
  .container .img-box {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
.container .img-box .credit {
  font-size: 16px;
  font-style: italic;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.container .obit-link {
  padding: 8px 8px 8px 8px;
  background-color: #4A777A;
  color: white;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
.container .obit-link:hover {
  background-color: #2d494a;
  cursor: pointer;
}
.container .obit-link:hover a {
  color: #FFFFFF;
}
.container .obit-link a {
  color: #FFFFFF;
  font-style: bold;
}
.container #link-text {
  font-style: bold;
}
.container #link-text:hover {
  font-style: heavy;
}
.container .caption {
  margin-left: 40px;
}
@media (max-width: 950px) {
  .container .caption {
    margin-left: 30px;
  }
}
@media (max-width: 650px) {
  .container .caption {
    margin-left: 0;
  }
}
.container .caption p {
  font-style: inherit;
  font-size: 16px;
  margin-left: 0px;
}
@media (max-width: 950px) {
  .container .caption p {
    font-size: 14px;
  }
}
nav {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
nav.top-bar {
  border-bottom: 1px solid lightgray;
  position: relative;
}
nav.top-bar .logo {
  width: 100%;
  position: relative;
  top: 30px;
  text-align: center;
  display: block;
}
nav.top-bar .logo img {
  box-sizing: content-box;
  height: 30px;
  background: #212121;
  padding: 6px 10px;
  border: none;
}
@media (max-width: 650px) {
  nav.top-bar {
    margin-top: -30px;
  }
}
.credits {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  font-size: 15px;
  line-height: 1.4em;
  color: #c0c0c0;
  margin-bottom: 15px;
  margin-top: 15px;
}
.copyright {
  text-align: center;
  padding: 20px 0;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.share label {
  color: #d3d3d3 !important;
  background: #141416 !important;
  padding: 9px 14px 7px 14px !important;
}
.share .left {
  margin-left: 0px !important;
}
.share.top.sharer-0 {
  width: 100px !important;
}
.hed-1 {
  font-size: 110px;
  color: lightgray;
  text-align: center;
  font-style: italic;
  line-height: 115px;
}
@media (max-width: 950px) {
  .hed-1 {
    font-size: 65px;
  }
}
@media (max-width: 650px) {
  .hed-1 {
    font-size: 48px;
    line-height: 60px;
  }
}
.hed-2 {
  font-size: 80px;
  text-align: center;
  width: 100%;
  color: #4A777A;
  line-height: 60px;
}
@media (max-width: 650px) {
  .hed-2 {
    font-size: 50px;
    line-height: 35px;
  }
}
.bottom-names {
  margin: 50px;
}
@media (max-width: 650px) {
  .bottom-names {
    margin-left: 15px;
  }
}
.bottom {
  color: lightgray;
  font-size: 20px;
  margin: 10px;
}
.bottom:hover {
  color: #4A777A;
  cursor: pointer;
}
@media (max-width: 650px) {
  .bottom {
    font-size: 18px;
  }
}
