/*
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;
}
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;
  }
}
nav.main-nav .share.top {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 768px) {
  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;
  }
  nav.main-nav .share.top .left {
    margin-left: -275px !important;
  }
}
.ad {
  text-align: center;
  padding: 40px 0;
}
@media (max-width: 480px) {
  .ad {
    padding: 10px 0;
  }
}
.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%;
  min-height: 0;
  min-width: 0;
}
@media (max-width: 480px) {
  .dont-miss .story {
    -webkit-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    min-height: 0;
    min-width: 0;
  }
}
.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;
}
.gallery {
  position: relative;
  color: white;
}
@media (max-width: 768px) {
  .gallery {
    color: black;
  }
}
.gallery-inner {
  position: relative;
  display: block;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
}
@media (min-width: 768px) {
  .js-active .gallery-inner {
    height: 0;
    padding-bottom: 56.25%;
  }
}
@media (min-width: 768px) and (max-aspect-ratio: 4 / 3) {
  .js-active .gallery-inner {
    padding-bottom: 75%;
  }
}
@media (min-width: 768px) {
  .slide-container {
    padding: 20px 0;
  }
  .js-active .slide-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: black;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.button {
  -webkit-flex: 0 0 40px;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  min-height: 0;
  min-width: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  top: 10%;
  background: rgba(255, 255, 255, 0.2);
  color: black;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #424648;
  color: #7e838b;
  transition: all 0.2s ease-in-out;
}
.button:hover {
  background: rgba(255, 255, 255, 0.3);
  color: white;
}
.button.previous {
  border-radius: 0 4px 4px 0;
  border-left: none;
}
.first .button.previous {
  transform: translateX(-110%);
}
.button.next {
  border-radius: 4px 0 0 4px;
  border-right: none;
}
.last .button.next {
  transform: translateX(110%);
}
@media (max-width: 768px) {
  .button {
    display: none;
  }
}
.slide {
  -webkit-flex: 1 1 1%;
  -ms-flex: 1 1 1%;
  flex: 1 1 1%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: space-around;
  justify-content: space-around;
  min-width: 0;
  min-height: 0;
}
.js-active .slide {
  display: none;
}
@media (max-width: 768px) {
  .js-active .slide {
    display: block;
  }
}
.js-active .slide.show {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .js-active .slide.show {
    position: static;
    display: block;
  }
}
.slide .photo-container {
  position: relative;
  -webkit-flex: 0 1 60%;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  min-height: 0;
  min-width: 0;
}
.hide-captions .slide .photo-container {
  -webkit-flex: 1 1 60%;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  min-height: 0;
  min-width: 0;
}
.slide img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  .slide img {
    display: block;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.slide .caption-container {
  font-size: 16px;
  max-width: 300px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .hide-captions .slide .caption-container {
    display: none;
  }
}
@media (max-width: 768px) {
  .slide .caption-container {
    padding: 0px 20px 40px;
    max-width: 100%;
  }
}
.slide .caption-container p {
  margin-bottom: 0;
}
.slide .caption-container .photographer {
  font-style: italic;
}
.slide.landscape {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.slide.landscape .photo-container {
  -webkit-flex: 1 1 70%;
  -ms-flex: 1 1 70%;
  flex: 1 1 70%;
  min-height: 0;
  min-width: 0;
}
.slide.landscape .caption-container {
  max-width: 800px;
}
cite.photo-credit {
  color: #7e838b;
  font-style: normal;
  font-size: 1.1em;
  padding-top: 20px;
}
@media (max-width: 768px) {
  cite.photo-credit {
    display: none;
  }
}
cite.photo-credit.mobile-only {
  display: none;
  font-size: 18px;
  color: black;
  padding: 0 10px;
}
@media (max-width: 768px) {
  cite.photo-credit.mobile-only {
    display: block;
  }
}
cite.photo-credit .title {
  font-weight: bold;
  color: #b11111;
  text-transform: uppercase;
}
.chatter {
  text-align: center;
}
.header {
  text-align: center;
}
.header a {
  color: #424648;
}
h1 {
  font-size: 48px;
  margin: 0;
}
@media (max-width: 480px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 1.8em;
  margin: 0;
}
@media (max-width: 480px) {
  h2 {
    font-size: 19px;
  }
}
h3 {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
}
.accent {
  color: #b11111;
}
section.text-content {
  max-width: 700px;
  margin: auto;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  section.text-content {
    padding: 0 20px;
  }
}
section.text-content .credit {
  font-style: italic;
  padding-top: 20px;
}
section.text-content .factbox {
  max-width: 300px;
  float: right;
  margin: 15px 0 15px 30px;
  padding: 16px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
section.text-content .factbox h3 {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 480px) {
  section.text-content .factbox {
    float: none;
    max-width: 100%;
    width: 100%;
    margin: 20px 0;
  }
}
.intro {
  padding-top: 40px;
}
@media (max-width: 480px) {
  .intro {
    border-top: 2px solid #424648;
  }
}
.caption-controls {
  position: absolute;
  bottom: 8px;
  right: 8px;
  z-index: 999;
}
@media (max-width: 768px) {
  .caption-controls {
    display: none;
  }
}
.caption-controls input {
  display: none;
}
.caption-controls label {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 4px;
  color: white;
  border-radius: 4px 0 0;
  font-size: 13px;
  cursor: pointer;
}
.caption-controls .slider {
  display: inline-block;
  width: 40px;
  height: 22px;
  border: 1px solid #424648;
  border-radius: 4px;
  position: relative;
  vertical-align: middle;
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.3);
  background: #333;
}
.caption-controls .slider::before {
  width: 20px;
  height: 16px;
  background: #424648;
  border-radius: 4px;
  position: absolute;
  top: 2px;
  right: 2px;
  font-size: 11px;
  content: "✔";
  color: #424648;
  transition: all 0.2s ease-in-out;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  line-height: 16px;
  text-align: center;
}
.caption-controls input:checked + label .slider::before {
  transform: translateX(-14px);
  background: #7e838b;
  color: #e0e0e0;
}
