/*
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: 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 {
  z-index: 99;
  background: white;
  height: 47px;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
}
@media (max-width: 600px) {
  nav.main-nav {
    height: auto;
  }
}
nav.main-nav .wrapper {
  max-width: 1400px;
  margin: auto;
  position: relative;
  padding: 10px;
}
@media (max-width: 600px) {
  nav.main-nav .wrapper {
    padding: 6px;
  }
}
nav.main-nav .logo img {
  height: 20px;
  margin-top: 3px;
  margin-right: 10px;
  max-height: 100%;
}
@media (max-width: 600px) {
  nav.main-nav .logo img {
    margin-top: 5px;
    height: 16px;
    margin-right: 5px;
  }
}
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: 600px) {
  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: 16px 0;
}
.ad.square {
  float: right;
  width: 320px;
}
@media (max-width: 600px) {
  .ad.square {
    width: 100%;
  }
}
.show-comments {
  border: 2px solid #f2c43a;
  background-color: #f2c43a;
  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: black;
  cursor: pointer;
  margin: 40px 0 20px 0;
}
.show-comments:hover {
  background-color: white;
}
.thin-div {
  margin-top: 20px;
  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;
  line-height: 1.3em;
}
.dont-miss .story {
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
@media (max-width: 600px) {
  .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;
}
footer.nav-bottom {
  background: black;
  opacity: 0.95;
  padding: 8px 8px 4px 8px;
  position: relative;
  z-index: 99;
  margin-top: 20px;
}
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 {
  color: #222;
  font-size: 18px;
  line-height: 1.5em;
}
.outmost {
  max-width: 1400px;
  margin: auto;
}
.story-container {
  padding-top: 50px;
}
.aspect-outer .aspect-inner {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.aspect-outer .aspect-inner iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.story-hed {
  font-size: 38px;
  font-family: "Arvo", "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  line-height: 1.3em;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  .story-hed {
    font-size: 30px;
  }
}
.story-link {
  font-family: "Arvo", "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: black;
  font-size: 14px;
  margin: 0 8px;
  vertical-align: top;
  font-weight: bold;
  font-style: italic;
}
@media (max-width: 600px) {
  .story-link {
    margin: 0 4px;
  }
}
.story-link.highlighted {
  border-bottom: 2px solid #D92344;
}
.story-link:hover {
  color: black;
  border-bottom: 2px solid #D92344;
}
.story-link.large {
  font-size: 16px;
}
@media (max-width: 660px) {
  .story-link.large {
    display: none;
  }
}
.story-link.large:hover {
  border-bottom: none;
}
.story-link .no-mobile {
  vertical-align: top;
}
@media (max-width: 945px) {
  .story-link .no-mobile {
    display: none;
  }
}
.story-link .mobile {
  vertical-align: top;
  display: none;
  font-size: 13px;
}
@media (max-width: 945px) {
  .story-link .mobile {
    display: inline-block;
  }
}
.header {
  margin: 30px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .img-title {
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.header .img-title img {
  width: 100%;
}
@media (max-width: 768px) {
  .header {
    display: block;
  }
}
@media (max-width: 600px) {
  .header {
    margin-top: 0;
  }
}
.header .chatter {
  -webkit-flex: 3;
  -ms-flex: 3;
  flex: 3;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-style: italic;
  padding-left: 30px;
}
@media (max-width: 768px) {
  .header .chatter {
    padding-left: 0;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .header .chatter {
    padding-bottom: 10px;
  }
}
.hed {
  font-weight: bold;
  text-align: center;
  font-size: 50px;
  line-height: 1.2em;
  padding: 20px 0;
}
section {
  max-width: 1020px;
  margin: auto;
  padding: 0 10px;
}
section p {
  width: 66%;
}
@media (max-width: 600px) {
  section p {
    width: 100%;
  }
}
section aside {
  width: 32%;
  float: right;
  padding-top: 20px;
}
section aside.mobile {
  display: none;
  padding-top: 0;
  padding-bottom: 20px;
}
@media (max-width: 600px) {
  section aside.mobile {
    display: block;
  }
}
section aside.caption {
  padding-top: 30px;
}
@media (max-width: 600px) {
  section aside.caption {
    padding-top: 0;
  }
}
@media (max-width: 600px) {
  section aside {
    width: 100%;
    clear: both;
    display: none;
  }
  section aside.byline-wrapper {
    display: block;
    padding-top: 0;
    padding-bottom: 15px;
  }
}
section aside p {
  width: 100%;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 18px;
  color: #424648;
  line-height: 1.5em;
}
section aside.about-series {
  padding-top: 0;
  padding-left: 20px;
}
section aside.about-series p {
  margin: 15px 0;
}
section aside.about-series a {
  color: black;
  font-size: 17px;
}
section aside.about-series a:hover {
  color: #2b4d70;
}
@media (max-width: 600px) {
  section aside.about-series {
    display: none;
    padding-left: 0;
  }
}
section aside.about-series.mobile {
  display: none;
  border-top: 1px solid #f2c43a;
  border-bottom: 1px solid #f2c43a;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media (max-width: 600px) {
  section aside.about-series.mobile {
    display: block;
    padding-left: 0;
  }
}
section aside.timeline {
  padding-top: 0;
  padding-left: 20px;
}
section aside.timeline p {
  font-size: 16px;
}
@media (max-width: 600px) {
  section aside.timeline {
    border-top: 1px solid #f2c43a;
    border-bottom: 1px solid #f2c43a;
    display: block;
    padding-left: 0;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.divider {
  background: #D92344;
  margin-top: 40px;
  height: 14px;
  width: 130px;
}
.divider.full {
  width: 100%;
  margin: 80px 0 30px 0;
}
@media (max-width: 768px) {
  .divider.full {
    margin: 60px 0 10px 0;
  }
}
@media (max-width: 600px) {
  .divider.full {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.next-up {
  width: 66%;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .next-up {
    font-size: 14px;
  }
}
.byline {
  font-size: 18px;
  line-height: 1.5em;
  padding-top: 25px;
}
aside .byline {
  padding-left: 15px;
}
@media (max-width: 600px) {
  aside .byline {
    padding-top: 0;
    padding-left: 0;
  }
}
.byline a {
  color: black;
}
.byline a:hover {
  color: #2b4d70;
}
.dropcap {
  font-family: "Arvo", "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  float: left;
  line-height: 1em;
  margin-right: 8px;
  color: white;
  background: #D92344;
  padding: 6px 10px 4px 12px;
  font-size: 78px;
}
.side-by-side {
  text-align: center;
}
.side-by-side img {
  width: 49%;
}
@media (max-width: 600px) {
  .side-by-side img {
    width: 100%;
    padding: 0 10px;
  }
}
.side-by-side .caption {
  text-align: left;
  padding: 0 10px;
}
.side-by-side.two-thirds {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}
@media (max-width: 600px) {
  .side-by-side.two-thirds {
    display: block;
  }
}
.side-by-side.two-thirds .first {
  -webkit-flex: 1 1 800px;
  -ms-flex: 1 1 800px;
  flex: 1 1 800px;
}
.side-by-side.two-thirds .second {
  -webkit-flex: 1 1 1200px;
  -ms-flex: 1 1 1200px;
  flex: 1 1 1200px;
}
.side-by-side.two-thirds .middle {
  -webkit-flex: 0 0 5px;
  -ms-flex: 0 0 5px;
  flex: 0 0 5px;
}
.side-by-side.two-thirds img {
  width: 100%;
}
@media (max-width: 600px) {
  .side-by-side.two-thirds img {
    padding: 0;
  }
}
.caption {
  font-family: "ff-meta-serif-web-pro", Georgia, serif;
  font-style: italic;
  font-size: 15px;
  color: #7e838b;
  line-height: 1.5em;
}
.caption.padded {
  padding-top: 10px;
}
@media (max-width: 600px) {
  .caption .left-right {
    display: none;
  }
}
.caption .top-bottom {
  display: none;
}
@media (max-width: 600px) {
  .caption .top-bottom {
    display: inline-block;
  }
}
.subhed {
  font-family: "Arvo", "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  padding: 18px 0;
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
}
.contact {
  max-width: 670px;
  font-weight: bold;
  font-style: italic;
}
.gallery {
  border-top: 2px solid #f2c43a;
  border-bottom: 2px solid #f2c43a;
  margin: 40px 0;
  text-align: center;
  overflow: hidden;
}
.gallery .subhed {
  padding: 28px 0;
}
.gallery .image-wrapper {
  position: relative;
  background: #222222;
  min-height: 300px;
}
@media (max-width: 768px) {
  .gallery .image-wrapper {
    min-height: 200px;
  }
}
@media (max-width: 600px) {
  .gallery .image-wrapper {
    min-height: 100px;
  }
}
.gallery .image-wrapper:hover .arrow {
  opacity: 1;
}
.gallery .gallery-img {
  display: none;
}
.gallery .gallery-img.active {
  display: block;
}
.gallery .gallery-img.post-active {
  position: absolute;
  display: block;
  top: 0;
}
.gallery .gallery-img.post-active.fade {
  opacity: 0;
}
.gallery .gallery-img.left {
  transform: translateX(-100%);
}
.gallery .gallery-img.right {
  transform: translateX(100%);
}
.gallery .gallery-img.animate {
  transition: all 0.3s ease-in-out;
}
.gallery .arrow {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  color: white;
  background: transparent;
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-size: 35px;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 600px) {
  .gallery .arrow {
    font-size: 25px;
  }
}
.gallery .arrow:hover {
  background: rgba(0, 0, 0, 0.4);
}
.gallery .arrow:hover .arrow-icon {
  background: transparent;
}
.gallery .arrow.prev {
  left: 0px;
}
.gallery .arrow.next {
  right: 0px;
}
.gallery .arrow .arrow-icon {
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 600px) {
  .gallery .arrow .arrow-icon {
    padding: 15px;
  }
}
.gallery img {
  margin: auto;
  display: block;
  max-height: 700px;
}
@media (max-width: 600px) {
  .gallery img {
    max-height: 300px;
  }
}
.gallery .photo-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
}
.gallery .index {
  -webkit-flex: 0 0 60px;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  color: #7e838b;
  line-height: 1.5em;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  padding: 20px 0 20px 10px;
}
.gallery .caption {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  padding: 20px;
}
.about-journalists {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5em;
}
.about-journalists .inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .about-journalists .inner {
    display: block;
  }
}
.about-journalists .author {
  padding-right: 30px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-journalists .author .mug {
  float: left;
  margin-right: 15px;
  height: 200px;
}
.about-journalists .author:last-child {
  padding-right: 0;
}
.about-journalists .author .photo-cred {
  text-align: right;
  color: #7e838b;
  font-size: 12px;
  font-style: italic;
  margin-top: -2px;
}
@media (max-width: 768px) {
  .about-journalists .author.padded {
    padding-top: 10px;
  }
}
.sidebar-hed {
  font-family: "Arvo", "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  line-height: 1.3em;
}
.sidestory {
  background: #FEFCD7;
  position: relative;
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 40px;
  border-top: 2px solid #f2c43a;
  border-bottom: 2px solid #f2c43a;
}
@media (max-width: 768px) {
  .sidestory {
    margin: 40px 0;
  }
}
.sidestory .mini-byline {
  text-align: right;
  font-style: italic;
  padding-top: 16px;
  font-weight: bold;
}
.sidestory .inner {
  display: none;
  height: 0;
  overflow: hidden;
  display: block;
  height: auto;
  margin: 40px;
}
.sidestory .inner .columns {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
}
@media (max-width: 600px) {
  .sidestory .inner .columns {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
.sidestory .inner .columns p {
  display: inline-block;
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .sidestory .inner {
    margin: 40px 10px;
  }
}
.sidestory .inner.animate {
  transition: all 0.3s ease-in-out;
}
.sidestory .inner .inline-img {
  display: inline-block;
  padding-top: 25px;
}
.sidestory .inner .inline-img .caption {
  padding-top: 10px;
}
.sidestory p {
  width: 100%;
}
.sidestory p:last-child {
  margin-bottom: 0px;
}
.sidestory .caret {
  margin-right: 4px;
  transition: transform 0.3s ease-in-out;
  transform: rotateZ(90deg);
}
.sidestory .icon {
  font-size: 38px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  background: #f2c43a;
  left: 69%;
  position: absolute;
  top: 0;
  transform: translateY(-100px);
  -webkit-transform: translateY(-100px);
  z-index: 9;
}
.sidestory .icon .fa {
  transform: translateY(40%);
}
@media (max-width: 768px) {
  .sidestory .icon {
    font-size: 24px;
    width: 50px;
    height: 50px;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
  .sidestory .icon .fa {
    transform: translateY(50%);
  }
}
.sidestory .read-more {
  background: white;
  border: 2px solid #f2c43a;
  background: #f2c43a;
  padding: 1px 10px 0 10px;
  font-weight: bold;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 69%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .sidestory .read-more {
    left: 46px;
    right: auto;
  }
}
@media (max-width: 600px) {
  .sidestory .read-more {
    font-size: 14px;
  }
}
.ad-bottom {
  margin-top: 20px;
  margin-bottom: -20px;
}
.copyright {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  text-align: center;
  font-style: italic;
  font-size: 14px;
  color: #7e838b;
}
