/*
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;
  }
}
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: 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: 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;
}
.svg-container {
  background: radial-gradient(#FFF, #F8F8F8);
  position: relative;
}
.svg-container::before {
  content: "";
  display: none;
  padding-bottom: 98.5826002%;
}
@media (max-width: 480px) {
  .svg-container::before {
    display: block;
  }
}
.svg-container svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.svg-container svg path {
  stroke: #7e838b;
  stroke-width: 3px;
  fill: none;
}
.svg-container svg path.quoted {
  stroke: #0777b3;
  stroke-width: 10px;
}
@media (max-width: 480px) {
  .svg-container svg path.quoted {
    stroke-width: 20px;
  }
}
.svg-container svg path.highlight {
  stroke: #ca6951;
}
.svg-container svg text {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 30px;
  opacity: 0;
  pointer-events: none;
  font-weight: bold;
  font-style: italic;
  fill: #424648;
}
.svg-container svg text.photo,
.svg-container svg text.quote {
  font-style: normal;
  fill: #044669;
}
.svg-container svg circle {
  fill: #d5e4f0;
  transition: all .2s linear;
  cursor: pointer;
}
.svg-container svg circle.Leader {
  fill: #e5af9b;
}
.svg-container svg circle.Curator {
  fill: #a9bfba;
}
.svg-container svg circle.Owner {
  fill: #ffdaa2;
}
.svg-container svg circle.Artist {
  fill: #c7bbdc;
}
.svg-container svg circle:hover,
.svg-container svg circle:focus,
.svg-container svg circle.neighbor {
  stroke: #7e838b;
  stroke-width: 3;
}
.svg-container svg circle:hover + text,
.svg-container svg circle:focus + text,
.svg-container svg circle.neighbor + text {
  opacity: .9;
}
.svg-container svg circle.highlight {
  opacity: 1;
  stroke: #424648;
  stroke-width: 3;
}
.svg-container svg circle.highlight + text {
  font-size: 40px;
  opacity: 1;
  fill: black;
  text-shadow: 0 0 2px white;
}
.constrained {
  max-width: 630px;
  margin: auto;
}
.interactive {
  font-family: "ff-dagny-web-pro", Helvetica Neue, Helvetica, sans-serif;
  font-size: 15px;
  max-width: 960px;
  margin: 20px auto;
  padding: 20px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.intro h1 {
  font-size: 24px;
}
.intro .chatter {
  font-size: 15px;
}
.key {
  margin: 0 0 16px;
  padding: 0;
  list-style-type: none;
  text-align: center;
  font-size: 14px;
}
.key li {
  margin: 0 8px;
  display: inline-block;
}
.key .bubble {
  background: #d5e4f0;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  vertical-align: middle;
}
.key .bubble.Leader {
  background: #e5af9b;
}
.key .bubble.Curator {
  background: #a9bfba;
}
.key .bubble.Owner {
  background: #ffdaa2;
}
.key .bubble.Artist {
  background: #c7bbdc;
}
.jump-links {
  text-align: center;
  padding: 8px 0;
}
.jump-links label {
  font-size: 13px;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.jump-links a {
  cursor: pointer;
}
@media (max-width: 480px) {
}
.narrative .sequences {
  text-align: center;
}
.narrative .sequences a {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  padding: 4px 6px;
  font-size: 13px;
  border-radius: 10px;
}
.narrative .sequences a:hover,
.narrative .sequences a:focus {
  background: rgba(7, 119, 179, 0.5);
  color: #f8f8f8;
}
.narrative .sequences a.active {
  background: #0777b3;
  color: #f8f8f8;
  position: relative;
}
.narrative .sequences .sequence-dot {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #e0e0e0;
  display: inline-block;
  vertical-align: middle;
}
.narrative .sequences .sequence-dot.active {
  background: #0777b3;
}
.narrative .caption {
  font-size: 16px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 16px;
}
@media (max-width: 480px) {
  .narrative .caption {
    font-size: 14px;
  }
}
.narrative .caption .next,
.narrative .caption .out {
  display: block;
  text-align: right;
  cursor: pointer;
}
.graph-view {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  cursor: grab;
}
.dragging .graph-view {
  cursor: grabbing;
}
@media (max-width: 480px) {
  .graph-view {
    display: block;
    height: auto;
    max-height: auto;
  }
}
.graph-view .svg-container {
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.detail-panel {
  width: 0;
  overflow-y: auto;
  transition: all 0.2s ease-in-out;
  position: relative;
  font-size: 14px;
}
@media (max-width: 480px) {
  .detail-panel {
    height: 0;
    width: 100%;
    display: block;
  }
}
.open-details .detail-panel {
  width: 360px;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  box-shadow: -8px 0 8px -4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 480px) {
  .open-details .detail-panel {
    height: auto;
    width: auto;
    box-shadow: 0 -8px 8px -4px rgba(0, 0, 0, 0.1);
  }
}
.detail-panel .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
  padding: 8px;
  cursor: pointer;
}
.detail-panel .content {
  padding: 32px 16px;
}
@media (max-width: 480px) {
  .detail-panel .content {
    width: 100%;
    display: block;
  }
}
.detail-panel .content .quotes {
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  overflow-y: auto;
  padding: 0 16px;
}
.detail-panel h2 {
  font-size: 20px;
  margin: 0;
}
.detail-panel h3 {
  font-size: 16px;
  margin: 0 0 32px;
  font-weight: normal;
}
.detail-panel .quote {
  padding: 8px 0;
}
.detail-panel blockquote {
  margin: 0;
  padding: 0;
}
.detail-panel cite {
  display: block;
  text-align: right;
}
.byline {
  text-align: right;
  font-size: 13px;
  font-style: italic;
  padding-top: 20px;
}
