#bbviz-wrapper {
  font-size: 16px;
}
#bbviz-container,
#epilogue {
  font-size: 62.5%;
}
.axis path {
  fill: none;
  stroke-width: 0;
}
.axis line,
.grid-line line {
  fill: none;
  stroke: #ccc;
  stroke-width: 1px;
  shape-rendering: crispEdges;
}
.axis text {
  font-family: "HaasText", "Helvetica", sans-serif;
  font-size: 11px;
}
.arrow-connector-border {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
}
.arrow-connector {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
}
@-moz-keyframes bounce-up-down {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes bounce-up-down {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@-o-keyframes bounce-up-down {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@keyframes bounce-up-down {
  0% {
    top: 0;
  }
  50% {
    top: 20px;
  }
  100% {
    top: 0;
  }
}
@-moz-keyframes pop {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes pop {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes breath {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@-webkit-keyframes breath {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@-o-keyframes breath {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
}
@keyframes breath {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  25% {
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -o-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  60% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    -moz-transform: translate(-50%, -50%) scale(0.9);
    -o-transform: translate(-50%, -50%) scale(0.9);
    -ms-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }
}
.dvz-update-block p {
  font-family: "TiemposTextWeb-RegularItalic", "Georgia";
  font-size: 1em;
  line-height: 1.5em;
}
html.terminal #bb-that,
html.terminal .bb-nav-root {
  display: none;
}
a.link,
a.link:hover {
  color: #3c14eb;
}
.copyblock a {
  border-bottom: 1px solid #2b00f7;
}
a:hover {
  cursor: pointer;
}
.bbviz-explainer-text {
  font-family: "TiemposTextWeb-Regular", "Georgia";
  color: #767676;
  width: 700px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.bbviz-explainer-text span {
  font-family: "HaasTextBold", Helvetica, sans-serif;
  color: #000;
}
#bbviz-canvas.bring-to-front {
  z-index: 99;
}
#bbviz-scroll-nudge {
  -webkit-animation: bounce-up-down 2s ease-out infinite;
  -moz-animation: bounce-up-down 2s ease-out infinite;
  -o-animation: bounce-up-down 2s ease-out infinite;
  -ms-animation: bounce-up-down 2s ease-out infinite;
  animation: bounce-up-down 2s ease-out infinite;
  position: relative;
}
#bbviz-container {
  margin-top: 60px;
}
#bbviz-wrapper {
  padding: 0 5px;
}
#bbviz-is-mobile {
  display: block;
}
#bbviz-container,
.bbviz-canvas {
  position: relative;
}
.bbviz-html-canvas {
  position: absolute;
}
.bbviz-canvas {
  height: 380px;
  position: absolute;
  top: 0;
  width: 100%;
}
.bbviz-html-circle-container {
  z-index: 9;
}
.bbviz-section[data-empty="true"] {
  height: 100px;
}
.bbviz-section-hed-container {
  position: absolute;
  font-size: 1.7em;
  font-family: HaasDisplayBold;
}
.legend-el span {
  padding-left: 5px;
  display: inline-block;
  -webkit-transform: translateY(15%);
  -moz-transform: translateY(15%);
  -o-transform: translateY(15%);
  -ms-transform: translateY(15%);
  transform: translateY(15%);
  font-family: HaasText, Helvetica, sans-serif;
  font-size: 1.4em;
}
.legend-el:before {
  content: ' ';
  display: inline-block;
  vertical-align: top;
  width: 13px;
  height: 13px;
  margin-right: 2px;
  -webkit-transform: translateY(22%);
  -moz-transform: translateY(22%);
  -o-transform: translateY(22%);
  -ms-transform: translateY(22%);
  transform: translateY(22%);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #000;
}
.legend-el[data-which="trader"]:before {
  background-color: #ccc;
}
.legend-el[data-which="insider"]:before {
  background-color: #000;
}
.legend-el[data-which="other"]:before {
  background-color: #fff;
  border: 1px solid #aaa;
}
.legend-el[data-which="Galleon ring"]:before {
  background-color: #fb5623;
}
.legend-el[data-which="Goffer ring"]:before {
  background-color: #00e7b4;
}
.legend-el[data-which="Expert Networking"]:before {
  background-color: #5c42ab;
}
.legend-el[data-which="SAC Capital"]:before {
  background-color: #ffe500;
}
.legend-el[data-which="Other"]:before {
  background-color: #fff;
  border: 1px solid #777;
}
.legend-el[data-which="cooperated"]:before {
  background-color: #00b9e7;
}
.legend-el[data-which="pled-guilty"]:before {
  border: 1px solid #fa1e64 !important;
  background-color: #fff;
}
.legend-el[data-which="trial"]:before {
  background-color: #fa1e64;
}
.legend-el[data-which="cooperated-against"]:before {
  background-color: #fff;
  background-image: url("arrow.png");
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 25px;
}
.bbviz-html-circle-container,
svg {
  position: absolute;
}
.insider-container {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: transparent;
  border-color: transparent;
  border-width: 1px;
  border-style: solid;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.insider-container.pop {
  -webkit-animation: pop 300ms cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: pop 300ms cubic-bezier(0, 0, 0.2, 1);
  -o-animation: pop 300ms cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: pop 300ms cubic-bezier(0, 0, 0.2, 1);
  animation: pop 300ms cubic-bezier(0, 0, 0.2, 1);
}
.insider-container.breathe {
  -webkit-animation: breath 3000ms cubic-bezier(0, 0, 0.2, 1);
  -moz-animation: breath 3000ms cubic-bezier(0, 0, 0.2, 1);
  -o-animation: breath 3000ms cubic-bezier(0, 0, 0.2, 1);
  -ms-animation: breath 3000ms cubic-bezier(0, 0, 0.2, 1);
  animation: breath 3000ms cubic-bezier(0, 0, 0.2, 1);
}
.insider-container.hidden {
  display: none;
}
.insider-bg-img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center center;
}
.insider-img {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin: 0 auto;
  overflow: hidden;
}
.insider-info {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  bottom: 0;
  width: 120%;
  padding-top: 10px;
  color: #888;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  text-align: center;
  font-family: HaasText, Helvetica, sans-serif;
  font-size: 1.3em;
  pointer-events: none;
}
.insider-info .insider-name span,
.insider-info .insider-pro span {
  display: inline-block;
  background-color: #fff;
}
.insider-info .insider-name {
  font-weight: bold;
}
.insider-highlight {
  position: absolute;
  width: 250px;
  text-align: center;
  font-family: HaasText, Helvetica, sans-serif;
}
.insider-highlight .insider-graph-highlight-img {
  margin: 0 auto;
  width: 80px;
}
.insider-graph-highlight-name {
  font-size: 1.6em;
  font-weight: bold;
  color: #888;
  display: inline-block;
  padding: 0 5px;
}
.insider-graph-highlight-pro {
  margin-bottom: 5px;
  color: #999;
  font-size: 1.2em;
}
.insider-graph-highlight-copy {
  font-style: italic;
  font-size: 1.4em;
}
.insider-graph-highlight-name,
.insider-graph-highlight-pro,
.insider-graph-highlight-copy {
  background-color: #fff;
}
#sections[data-active-section="faces"] {
  pointer-events: none;
  z-index: -1;
}
.bbviz-canvas[data-active-section="faces"] {
  margin: 0 auto !important;
  width: 100%;
  z-index: 999999;
}
.bbviz-canvas[data-active-section="faces"] .insider-container:hover {
  border-color: transparent !important;
}
#arrowhead-gray {
  fill-opacity: 0.1;
}
.bbviz-canvas.highlighting .arrow-connector-g:not(.highlighting) path {
  stroke-opacity: 0.1 !important;
}
.bbviz-canvas.highlighting .insider-container:not(.highlighting) {
  opacity: 0.1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" !important;
  filter: alpha(opacity=10) !important;
}
.bbviz-canvas.highlighting .insider-tooltip {
  display: none !important;
}
.bbviz-canvas.highlighting .insider-container.highlighting .insider-info {
  display: block;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
.bbviz-canvas.highlighting .insider-container[data-which="tai-nguyen"] .insider-info {
  -webkit-transform: translate(-20px, 100%);
  -moz-transform: translate(-20px, 100%);
  -o-transform: translate(-20px, 100%);
  -ms-transform: translate(-20px, 100%);
  transform: translate(-20px, 100%);
}
.bbviz-canvas.highlighting .insider-container[data-which="daniel-devore"] .insider-info {
  -webkit-transform: translate(-20px, 100%);
  -moz-transform: translate(-20px, 100%);
  -o-transform: translate(-20px, 100%);
  -ms-transform: translate(-20px, 100%);
  transform: translate(-20px, 100%);
}
.bbviz-canvas.highlighting .insider-container[data-which="james-fleishman"] .insider-info {
  -webkit-transform: translate(10px, 100%);
  -moz-transform: translate(10px, 100%);
  -o-transform: translate(10px, 100%);
  -ms-transform: translate(10px, 100%);
  transform: translate(10px, 100%);
}
.bbviz-canvas.highlighting .insider-container[data-which="jason-pflaum"] .insider-info {
  -webkit-transform: translate(20px, 100%);
  -moz-transform: translate(20px, 100%);
  -o-transform: translate(20px, 100%);
  -ms-transform: translate(20px, 100%);
  transform: translate(20px, 100%);
}
.bbviz-canvas.highlighting .insider-container[data-which="noah-freeman"] .insider-info {
  -webkit-transform: translate(-20px, 100%);
  -moz-transform: translate(-20px, 100%);
  -o-transform: translate(-20px, 100%);
  -ms-transform: translate(-20px, 100%);
  transform: translate(-20px, 100%);
}
.bbviz-canvas.highlighting .insider-container[data-which="sonny-nguyen"] .insider-info {
  -webkit-transform: translate(15px, 100%);
  -moz-transform: translate(15px, 100%);
  -o-transform: translate(15px, 100%);
  -ms-transform: translate(15px, 100%);
  transform: translate(15px, 100%);
}
.bbviz-canvas.highlighting .insider-container[data-which="walter-shimoon"] .insider-info {
  -webkit-transform: translate(90%, 25%);
  -moz-transform: translate(90%, 25%);
  -o-transform: translate(90%, 25%);
  -ms-transform: translate(90%, 25%);
  transform: translate(90%, 25%);
}
.bbviz-canvas.highlighting .insider-container[data-which="winifred-jiau"] .insider-info {
  -webkit-transform: translate(-10px, 110%);
  -moz-transform: translate(-10px, 110%);
  -o-transform: translate(-10px, 110%);
  -ms-transform: translate(-10px, 110%);
  transform: translate(-10px, 110%);
}
.bbviz-canvas.highlighting .insider-container[data-which="bob-nguyen"] .insider-info {
  -webkit-transform: translate(0, 110%);
  -moz-transform: translate(0, 110%);
  -o-transform: translate(0, 110%);
  -ms-transform: translate(0, 110%);
  transform: translate(0, 110%);
}
.bbviz-canvas.highlighting .insider-container[data-which="donald-longueuil"] .insider-info {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.bbviz-canvas.highlighting .insider-container[data-which="alnoor-ebrahim"] .insider-info {
  -webkit-transform: translate(50px, 75%);
  -moz-transform: translate(50px, 75%);
  -o-transform: translate(50px, 75%);
  -ms-transform: translate(50px, 75%);
  transform: translate(50px, 75%);
}
.bbviz-canvas.highlighting .insider-container[data-which="manosha-karunatilaka"] .insider-info {
  -webkit-transform: translate(-75px, 50%);
  -moz-transform: translate(-75px, 50%);
  -o-transform: translate(-75px, 50%);
  -ms-transform: translate(-75px, 50%);
  transform: translate(-75px, 50%);
}
.bbviz-canvas[data-active-section="how"] .insider-tooltip,
.bbviz-canvas[data-active-section="motey-0"] .insider-tooltip,
.bbviz-canvas[data-active-section="timeline"] .insider-tooltip,
.bbviz-canvas[data-active-section="fine"] .insider-tooltip,
#epilogue .insider-tooltip,
.bbviz-canvas[data-active-section="time"] .insider-tooltip {
  z-index: 99999999999999;
}
.bbviz-canvas[data-active-section="how"] .insider-tooltip:before,
.bbviz-canvas[data-active-section="motey-0"] .insider-tooltip:before,
.bbviz-canvas[data-active-section="timeline"] .insider-tooltip:before,
.bbviz-canvas[data-active-section="fine"] .insider-tooltip:before,
#epilogue .insider-tooltip:before,
.bbviz-canvas[data-active-section="time"] .insider-tooltip:before,
.bbviz-canvas[data-active-section="how"] .insider-tooltip:after,
.bbviz-canvas[data-active-section="motey-0"] .insider-tooltip:after,
.bbviz-canvas[data-active-section="timeline"] .insider-tooltip:after,
.bbviz-canvas[data-active-section="fine"] .insider-tooltip:after,
#epilogue .insider-tooltip:after,
.bbviz-canvas[data-active-section="time"] .insider-tooltip:after {
  top: 50%;
  left: 100%;
  -webkit-transform: translateX(49%);
  -moz-transform: translateX(49%);
  -o-transform: translateX(49%);
  -ms-transform: translateX(49%);
  transform: translateX(49%);
  z-index: -1;
}
.bbviz-canvas[data-active-section="how"] .insider-tooltip:before,
.bbviz-canvas[data-active-section="motey-0"] .insider-tooltip:before,
.bbviz-canvas[data-active-section="timeline"] .insider-tooltip:before,
.bbviz-canvas[data-active-section="fine"] .insider-tooltip:before,
#epilogue .insider-tooltip:before,
.bbviz-canvas[data-active-section="time"] .insider-tooltip:before {
  border-color: rgba(102,102,102,0);
  border-top-color: transparent;
  border-left-color: transparent;
  border-width: 13px;
  margin-left: -14px;
}
.bbviz-canvas[data-active-section="how"] .insider-tooltip:after,
.bbviz-canvas[data-active-section="motey-0"] .insider-tooltip:after,
.bbviz-canvas[data-active-section="timeline"] .insider-tooltip:after,
.bbviz-canvas[data-active-section="fine"] .insider-tooltip:after,
#epilogue .insider-tooltip:after,
.bbviz-canvas[data-active-section="time"] .insider-tooltip:after {
  border-color: rgba(255,255,255,0);
  border-top-color: transparent;
  border-left-color: rgba(0,0,0,0.75);
  border-width: 12px;
  margin-left: -12px;
}
.bbviz-canvas[data-active-section="how"] .insider-tooltip,
.bbviz-canvas[data-active-section="timeline"] .insider-tooltip {
  -webkit-transform: translate(-112%, -52%);
  -moz-transform: translate(-112%, -52%);
  -o-transform: translate(-112%, -52%);
  -ms-transform: translate(-112%, -52%);
  transform: translate(-112%, -52%);
}
.bbviz-canvas[data-active-section="motey-0"] .insider-tooltip {
  -webkit-transform: translate(-115%, -30%);
  -moz-transform: translate(-115%, -30%);
  -o-transform: translate(-115%, -30%);
  -ms-transform: translate(-115%, -30%);
  transform: translate(-115%, -30%);
}
.bbviz-canvas[data-active-section="time"] .insider-tooltip {
  -webkit-transform: translate(-115%, -55%);
  -moz-transform: translate(-115%, -55%);
  -o-transform: translate(-115%, -55%);
  -ms-transform: translate(-115%, -55%);
  transform: translate(-115%, -55%);
}
.bbviz-canvas[data-active-section="fine"] .insider-tooltip {
  -webkit-transform: translate(-115%, -55%);
  -moz-transform: translate(-115%, -55%);
  -o-transform: translate(-115%, -55%);
  -ms-transform: translate(-115%, -55%);
  transform: translate(-115%, -55%);
}
#epilogue .insider-tooltip {
  -webkit-transform: translate(-115%, -25%);
  -moz-transform: translate(-115%, -25%);
  -o-transform: translate(-115%, -25%);
  -ms-transform: translate(-115%, -25%);
  transform: translate(-115%, -25%);
}
.bbviz-canvas[data-active-section="timeline"] .insider-container,
.bbviz-canvas[data-active-section="how"] .insider-container {
  background-color: #eee;
}
/* BEGIN TIMELINE STYLES */
g.timeline-group path {
  stroke-width: 1px;
  fill: none;
}
g.timeline-group path.timeline-rule {
  stroke: #ccc;
  fill: none;
}
g.timeline-group path.timeline-rule-bg {
  stroke: none;
}
.timeline-group .tick:nth-child(1) text {
  text-anchor: start !important;
}
.timeline-group .tick:nth-child(2) text {
  text-anchor: end !important;
}
.timeline-group[data-which="goffer-ring"] .tick:nth-child(2) text {
  text-anchor: start !important;
}
.row-label {
  position: absolute;
  font-family: "HaasText", "Helvetica", sans-serif;
  color: #999;
  font-size: 1.8em;
}
.row-label.intro-label {
  font-weight: bold;
  color: #000;
}
.bbviz-html-annotation-container {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.highlight-container {
  position: absolute;
  width: 250px;
  min-height: 100px;
}
.highlight-container[data-order="0"] {
  -webkit-transition: opacity 1000ms linear 2s;
  -moz-transition: opacity 1000ms linear 2s;
  -o-transition: opacity 1000ms linear 2s;
  -ms-transition: opacity 1000ms linear 2s;
  transition: opacity 1000ms linear 2s;
}
.highlight-container[data-order="1"] {
  -webkit-transition: opacity 1000ms linear 4.5s;
  -moz-transition: opacity 1000ms linear 4.5s;
  -o-transition: opacity 1000ms linear 4.5s;
  -ms-transition: opacity 1000ms linear 4.5s;
  transition: opacity 1000ms linear 4.5s;
}
.highlight-copy-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.highlight-copy-container {
  font-family: HaasText, Helvetica, sans-serif;
  font-size: 1.2em;
  width: 72%;
}
.highlight-img-container {
  width: 70px;
  float: left;
}
.highlight-img-container img {
  width: 100%;
  -webkit-transform: translate(-5px, -5px);
  -moz-transform: translate(-5px, -5px);
  -o-transform: translate(-5px, -5px);
  -ms-transform: translate(-5px, -5px);
  transform: translate(-5px, -5px);
}
.insider-container:hover,
.insider-container.focusing {
  border: 2px solid #2b00f7 !important;
  z-index: 10000000000000000;
}
.insider-container:hover .insider-tooltip,
.insider-container.focusing .insider-tooltip {
  display: block;
}
.insider-tooltip {
  display: none;
  position: absolute;
  top: 0;
  font-size: 1.2em;
  padding: 5px;
  background: rgba(0,0,0,0.75);
  pointer-events: none;
  z-index: 99999999;
  pointer-events: none;
  font-family: HaasText, Helvetica, sans-serif;
  width: 175px;
  -webkit-transform: translate(-25%, -120%);
  -moz-transform: translate(-25%, -120%);
  -o-transform: translate(-25%, -120%);
  -ms-transform: translate(-25%, -120%);
  transform: translate(-25%, -120%);
  min-height: 50px;
  color: #fff;
  -webkit-box-shadow: 1px 1px 10px #d3d3d3;
  box-shadow: 1px 1px 10px #d3d3d3;
}
.insider-tooltip:before,
.insider-tooltip:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  border: medium solid transparent;
  content: " ";
  height: 0px;
  width: 0px;
  pointer-events: none;
  z-index: 100;
  left: 50%;
}
.insider-tooltip:after {
  border-color: rgba(255,255,255,0);
  border-top-color: rgba(0,0,0,0.75);
  border-width: 12px;
  margin-left: -12px;
}
.insider-tooltip .insider-name {
  font-weight: bold;
}
.insider-tooltip .insider-charged-date span {
  color: #aaa;
}
/* end timeline styles */
#sections {
  width: 400px;
  margin-right: 35px;
}
#sections > section {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  width: 90%;
  margin-bottom: 50px;
  -webkit-transition: opacity 200ms ease-out;
  -moz-transition: opacity 200ms ease-out;
  -o-transition: opacity 200ms ease-out;
  -ms-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
#sections > section.graph-scroll-active {
  opacity: 1;
  -ms-filter: none;
  filter: none;
}
#sections > section[data-main-section="true"]:not(:first-child) {
  margin-top: 175px;
}
#sections[data-active-section="faces"] section:nth-child(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.bbviz-canvas[data-focusing="true"] .insider-container:not(.focusing) {
  opacity: 0.3 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
  filter: alpha(opacity=30) !important;
}
.bbviz-canvas.graph-scroll-below {
  position: absolute;
  bottom: 0;
  top: auto;
}
.bbviz-canvas.graph-scroll-fixed {
  position: fixed;
  top: 91px;
}
.bbviz-epilogue-section:not(:first-child) {
  margin-top: 75px;
}
.section-subhed,
.bbviz-epilogue-section-subhed {
  font-family: "HaasDisplayBold", "Helvetica", sans-serif;
  padding-bottom: 5px;
  border-top: 5px solid #000;
  color: #000;
  padding-top: 5px;
  font-size: 2.8em;
  display: inline-block;
  vertical-align: top;
}
.bbviz-section,
.bbviz-epilogue-section {
  position: relative;
  z-index: 99;
}
.bbviz-section p,
.bbviz-epilogue-section p {
  font-family: "TiemposTextWeb-Regular", "Georgia";
  font-size: 1.6em;
  line-height: 23px;
}
.bbviz-section p strong,
.bbviz-epilogue-section p strong,
.bbviz-section p .inline-link,
.bbviz-epilogue-section p .inline-link {
  font-weight: 700;
  font-family: "TiemposHeadlineWeb-Bold", "Georgia", serif;
}
.bbviz-section p .inline-link,
.bbviz-epilogue-section p .inline-link {
  dislpay: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #262626;
}
.bbviz-section p .inline-link:hover,
.bbviz-epilogue-section p .inline-link:hover {
  cursor: pointer;
  color: #2b00f7;
  border-bottom-color: #2b00f7;
}
.text-label,
.text-header,
.text-asterisk {
  position: absolute;
}
.text-label {
  font-family: "HaasText", "Helvetica", sans-serif;
  font-size: 1.1em;
  text-align: center;
}
.text-header {
  font-family: "HaasDisplayBold", "Helvetica", sans-serif;
  font-size: 1.7em;
  -webkit-transform: translate(-15px, -2px);
  -moz-transform: translate(-15px, -2px);
  -o-transform: translate(-15px, -2px);
  -ms-transform: translate(-15px, -2px);
  transform: translate(-15px, -2px);
  z-index: 9999;
  padding-bottom: 10px;
}
.text-asterisk {
  bottom: 10px;
  font-size: 1.1em;
  font-family: "HaasText", "Helvetica", sans-serif;
  -webkit-transform: translateX(-7px);
  -moz-transform: translateX(-7px);
  -o-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
}
#epilogue {
  margin-top: 135px;
}
.bbviz-epilogue-section-copy,
.bbviz-epilogue-section-photos {
  width: 48%;
  display: inline-block;
  vertical-align: top;
}
.bbviz-epilogue-section-photos .insider-info {
  -webkit-transform: translate(-10px, 100%);
  -moz-transform: translate(-10px, 100%);
  -o-transform: translate(-10px, 100%);
  -ms-transform: translate(-10px, 100%);
  transform: translate(-10px, 100%);
}
@media only screen and (max-width: 980px) {
  .bbviz-epilogue-section-photos .insider-container {
    margin-bottom: 100px;
    margin-left: 75px !important;
  }
}
.bbviz-epilogue-section-photos {
  text-align: center;
  margin-top: 70px;
}
.bbviz-epilogue-section-photos .insider-tooltip {
  text-align: left;
}
.bbviz-epilogue-section-photos .insider-container:first-child {
  margin-left: 100px;
}
.bbviz-epilogue-section-photos .insider-container {
  margin-left: 40px;
}
.insider-container.bbviz-relative {
  position: relative !important;
  display: inline-block !important;
  vertical-align: top !important;
}
svg {
  pointer-events: none;
}
.section-legend {
  margin-top: 50px;
}
.bbviz-section[data-which="time"] .insider-container.did-cooperate,
.bbviz-section[data-which="fine"] .insider-container.did-cooperate,
.bbviz-canvas[data-active-section="time"] .insider-container.did-cooperate,
.bbviz-canvas[data-active-section="fine"] .insider-container.did-cooperate {
  background-color: #00b9e7;
}
.bbviz-section[data-which="time"] .insider-container.did-not-cooperate.pled-guilty,
.bbviz-section[data-which="fine"] .insider-container.did-not-cooperate.pled-guilty,
.bbviz-canvas[data-active-section="time"] .insider-container.did-not-cooperate.pled-guilty,
.bbviz-canvas[data-active-section="fine"] .insider-container.did-not-cooperate.pled-guilty {
  border: 1px solid #fa1e64;
  fill: #fff;
}
.bbviz-section[data-which="time"] .insider-container.did-not-cooperate.trial,
.bbviz-section[data-which="fine"] .insider-container.did-not-cooperate.trial,
.bbviz-canvas[data-active-section="time"] .insider-container.did-not-cooperate.trial,
.bbviz-canvas[data-active-section="fine"] .insider-container.did-not-cooperate.trial {
  background-color: #fa1e64;
}
.bbviz-section[data-which="time"] .insider-container.coop-unknown,
.bbviz-section[data-which="fine"] .insider-container.coop-unknown,
.bbviz-canvas[data-active-section="time"] .insider-container.coop-unknown,
.bbviz-canvas[data-active-section="fine"] .insider-container.coop-unknown {
  background-color: #000;
}
#sections[data-active-section="timeline"] .insider-container[aria-label='William "Billy" Walters'] {
  border: 1px solid #aaa;
}
#bbviz-scroll-nudge {
  text-align: center;
}
@media only screen and (max-width: 715px) {
  .bbviz-explainer-text {
    width: 100%;
  }
}
@media only screen and (max-width: 1160px) {
  #sections {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 890px) {
  #bbviz-canvas {
    display: none;
  }
  .bbviz-mobile-canvas {
    display: block !important;
  }
  #sections > section[data-main-section="true"]:not(:first-child) {
    margin-top: 55px;
  }
  #sections {
    width: 100%;
    margin: 0;
  }
  #sections > section {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    width: 100%;
  }
  .insider-tooltip {
    display: none !important;
  }
  .bbviz-html-circle-container,
  svg,
  .bbviz-html-canvas,
  .bbviz-html-annotation-container {
    height: 500px !important;
    width: 100% !important;
  }
  .bbviz-section[data-which="faces"] {
    height: 500px;
  }
  #bbviz-is-mobile {
    display: none;
  }
  .row-label {
    font-size: 1.4em;
    -webkit-transform: translate(-100%, -2px) !important;
    -moz-transform: translate(-100%, -2px) !important;
    -o-transform: translate(-100%, -2px) !important;
    -ms-transform: translate(-100%, -2px) !important;
    transform: translate(-100%, -2px) !important;
  }
  .bbviz-epilogue-section[data-which="where"] .bbviz-epilogue-section-photos {
    margin-top: 250px;
  }
  .bbviz-epilogue-section[data-which="where"] .bbviz-epilogue-section-photos .insider-container {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 890px) {
  .bbviz-epilogue-section[data-which="where"] .bbviz-epilogue-section-photos {
    margin-top: 50px;
  }
}
.bbviz-mobile-canvas {
  width: 100%;
  height: 500px;
  display: none;
}
