
.hidden-visible,
.wf-loading {
    visibility: hidden
}

a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
ins,
kbd,
label,
legend,
li,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
		width:auto;
    /* vertical-align: baseline; */
    height: auto;
}


body {
	margin: 0px;
}



.hidden {
	display: none;
}

body{background: linear-gradient(to bottom, #1A051D 359px,#111 487px);/* background: radial-gradient(720px at 490px, #081f2b 0%, #140616 100%); */}

.loading-page {
	min-height: 190px;
	width: 100%;
	color: white;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	/* margin-top: -50px; */
	z-index: 1000000;
	position: relative;
	padding-top: 40px;
}
.mobile-remove{
	display:block;
}
.mobile-add{
	display:none;
}

.loading-page center {
}

.loading-page h1 {
	font-size: 108px;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	line-height: .9em;
	text-transform: uppercase;
	letter-spacing: 0px;
	max-width: 470px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	margin-bottom: 30px;
}
.loading-page h4 {
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	font-weight: 600;
	letter-spacing: 2px;
	font-size: 18px;
	position: relative;
	z-index: 1000000;
	margin-top: 20px;
	margin-bottom: 10px;
}
.loading-page p {
	color: #dfdfdf;
	width: 370px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	margin: 0 auto;
	margin-top: 4px;
	line-height: 1.7em;
	font-weight: 500;
	font-size: 18px;
	/* text-transform: uppercase; */
	z-index: 1000000000;
}

#entity-type-select .check-button input[value=works]:checked + span { background-color: #F7CA18;}
#entity-type-select .check-button input[value=musicians]:checked + span { background-color: #D91E18;}
#entity-type-select .check-button input[value=people]:checked + span { background-color: #E87E04;}
#entity-type-select .check-button input[value=events]:checked + span { background-color: #26A65B;}
#entity-type-select .check-button input[value=places]:checked + span { background-color: #9B59B6;}
#entity-type-select .check-button input[value=genres]:checked + span { background-color: #3498DB;}
#entity-type-select .check-button input[value=companies]:checked + span { background-color: #BDC3C7;}
#entity-type-select .check-button input[value=other]:checked + span { background-color: #BDC3C7;}


.star-background {
    background-image: url(https://i.ytimg.com/vi/voWpbz1De_M/maxresdefault.jpg);
    background-repeat: repeat;
    width: 100%;
    height: 50000px;
    opacity: .3;
    z-index: 0;
    position: absolute;
}

.voronoi {
    stroke: white;
    stroke-width: 0px;
    fill: none;
    pointer-events: all;
}

.circle-plot{
	fill:white;
}

.dot-plot-two {
  animation-name: bounce;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  animation-delay: 0s;
}

@keyframes bounce {
  0%, 50%,100% {
    fill: white;
  }
  25%,75% {
    fill: #111;
  }
}

@-webkit-keyframes bounce {
  0%, 50%,100% {
    fill: white;
  }
  25%,75% {
    fill: #111;
  }
}


.intro-vis {
    margin: 0 auto;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    height: 450px;
    position: relative;
    z-index: 0;
}

.picture-point {
    margin: 0 auto;
    width: 709px;
    position: relative;
    text-align: center;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}


.star-filler {
    z-index: 0;
    height: 406px;
    flex-grow: 1;
}

.intro-vis-miles {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    /* display: none; */
    width: 709px;
    height: 406px;
}

.intro-vis-screen {
    position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    top: -40px;
    height: 410px;
    background: linear-gradient(rgba(0, 0, 0,0) 0px,#111 410px);
    pointer-events: none;
    z-index: 10;
    position: absolute;
}

#section-header {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
}
.chart-title{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-align: left;font-weight: 700;margin-bottom: 4px;font-size: 13px;color: #dfdfdf;text-transform: uppercase;letter-spacing: 1.6px;}


.chart-title-container {position: relative;z-index: 1000;}

.chart-title-sub {
    color: #dfdfdf;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    margin-top: 3px;
    width: 357px;
    margin: 0px;
    line-height: 31px;
    text-align: left;
    font-size: 22px;
    font-weight: 500;
}

.first-chart-prose {
    max-width: 400px;
    z-index: 0;
    /* -webkit-flex-grow: 1; */
    /* flex-grow: 1; */
}

.first-chart-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-justify-content: center;
    justify-content: center;
    background: linear-gradient(to bottom,#111 0px, #030513 200px,#111 1005px);
    /* background: radial-gradient(720px at 490px, #16060D 0%, #111 100%); */
    width: 100%;
}

.first-chart-section-head {color: white;}

.first-chart-section-text {
    color: white;
    font-size: 15px;
    line-height: 1.8em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.first-chart-text-section {
    width: 80%;
    margin-bottom: 50px;
}


.opening-prose {
    color: #dfdfdf;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 40px;
}

.opening-prose-container {
    width: 700px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 130px;
}

.first-chart-filter {
    color: grey;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    margin-right: 11px;
    pointer-events: all;
    cursor: pointer;
    cursor: hand;
    text-transform: capitalize;
    letter-spacing: .5px;
    width: auto;
}

.first-chart-filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin: 0 auto;
    -webkit-flex-wrap: warp;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 100000;
    position: realtive;
}

.first-chart-filter-spacer {
    font-size: 12px;
}

.filter-head-text {
    font-size: 15px;
    text-transform: capitalize;
    color: #333333;
    font-weight: 700;
    line-height: 17px;
    margin-bottom: 5px;
}

.second-chart-container {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;position: relative;-webkit-justify-content: center;justify-content: center;margin-bottom: 200px;min-height: 500px;background: linear-gradient(to bottom,#111 0px, #070315 200px,#111 787px);}

.filter-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: auto;
}

.second-chart-prose {width: 340px;margin-left: 40px;z-index: 0;}

#vis-3 {
    width: 100%;
    position: relative;
}

.third-chart-container {
    width: 950px;
    margin: 0 auto;
    height: 2000px;
}

.third-data-node {
    /* width: 139px; */
    height: auto;
    margin-bottom: 20px;
    position: absolute;
    top: 0px;
    top: 150px;
}

.third-chart-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.third-section-item-title {
    font-size: 11px;
    margin-bottom: 10px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: all;
    text-decoration: underline;
}

.third-section-item-text {
    font-size: 13px;
    color: #E2E2E2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 500;
}

.third-section-item-bubble {
    width: 40px;
    height: 40px;
    background: white;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 15px;
    border: 2px solid white;
    box-shadow: 0px 0px 28px rgba(255, 255, 255, 0.49);
    background-size: cover;
    background-position: 50% 0%;
    background-repeat: no-repeat;
    pointer-events: all;
    cursor: pointer;
    cursor: hand;
}

.third-chart-shadow {
    width: 100%;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

.third-data-node-shadow {
    background: rgb(94, 88, 99);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
}


.third-chart-body-prose {
    color: rgb(255, 255, 255);
    font-weight: 400;
    letter-spacing: .8px;
    line-height: 1.4em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

.chart-title-three {-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;text-align: center;font-weight: 700;margin-bottom: 4px;font-size: 13px;color: white;text-transform: uppercase;letter-spacing: 1.6px;}

.chart-title-container-three {
    width: 900px;
    margin: 0 auto;
    height: auto;
    margin-bottom: 20px;
}

.third-data-row {
    position: relative;
    width: 100%;
    height: 270px;
    margin-bottom: 30px;
    pointer-events: none;
}

.second-chart-filters {display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-justify-content: flex-start;-webkit-flex-wrap: wrap;flex-wrap: wrap;justify-content: flex-start;margin-top: 18px;margin-bottom: 50px;}

.filter-items-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: middle;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.second-chart-filter {color: grey;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-size: 14px;margin-right: 11px;pointer-events: all;cursor: pointer;cursor: hand;text-transform: capitalize;letter-spacing: .5px;line-height: 14px;}

.header .exclude {
    fill: #111;
}

.header .include {
    fill: rgb(255, 38, 52);
    fill: white;
}

.logo-svg {
    width: 100%;
}


.logo-container {
  width: 42px;
  height: 43px;
  position: absolute;
  left: 19px;
  margin: 0 auto;
  top: 23px;
}

.logo {
  font-size: 22px;font-weight: 700;position: absolute;top: 8px;color: #fff;
  width: 100%;margin: 0 auto;left: 14px;background: rgba(17, 17, 17, 0.57);z-index: 100;
}

.header-sub-one {}

.header-sub-one {margin: 0 auto;color: white;font-size: 11px;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;font-weight: 600;text-align: center;top: 0px;position: absolute;left: 4px;top: 19px;background-color: #111;z-index: 1000;width: auto;}

.header-sub-two {
    margin: 0 auto;
    color: #5F5E5E;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    text-align: center;
    left: 138px;
    top: 19px;
    position: absolute;
    color: white;
    font-size: 11px;
    background-color: #111;
    z-index: 1000;
    width: auto;
}

#hidden-popover-div {
    width: 20px;
    height: 20px;
    /* background-color: pink; */
    position: fixed;
    z-index:10;
    border-radius: 100%;
}


.star-filler-two {
    position: absolute;
    top: -40px;
    left: 0px;
    width: 100%;
    height: 410px;
    z-index: 0;
}


.first-chart-prose-section {
    max-width: 350px;
}

.first-chart-prose-title {
    color: white;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-weight: 900;
    margin-bottom: 8px;
    letter-spacing: 4px;
}

.first-chart-prose-body {
    color: #dfdfdf;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 30px;
    line-height: 1.4em;
    position: relative;
    font-size: 16px;
    font-weight: 500;
}

.node {
    background: white;
}

.node-first-chart {
    background-color: white;
    border-radius: 50%;
}

.first-chart-data {
		width: 560px;
		height: 600px;
		position: relative;
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000;
		-moz-perspective: 1000;
		-ms-perspective: 1000;
		perspective: 1000;
		overflow: visible;
}

.second-chart-data {
    width: 100%;
    height: 220px;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    z-index: 1000;
    margin-top: 50px;
}

.node-second-chart {
    position: absolute;
    border-radius: 50%;
    background: white;
    width: 4px;
    height: 4px;
    border: 2px solid rgb(17, 17, 17);
    cursor: hand;
    cursor: pointer;
}

.first-chart-filter:hover {
    border-bottom: 1px solid white;
}

.filtered-recording .recording{
	background-color:red;
}


.second-chart-prose-body {color: white;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;margin-bottom: 30px;padding-left: 14px;font-size: 16px;line-height: 24px;}

.tooltip-container {
    height: 100px;
    position: absolute;
    height: auto;
    -webkit-box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 2px 10px #333;
    pointer-events: auto;
    text-align: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 0px;
    width: 300;
    z-index: 100000000000000000;
    font-size: 14px;
    font-weight: 100;
    width: 300px;
    background: #ffffff;
}


.highlighted-filter {
    color: white;
    border-bottom: 1px solid white;
}


.first-chart-prose-breakdown-item {
    color: #dfdfdf;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 8px;
    line-height: 21px;
}

.first-chart-prose-breakdown {
    font-size: 14px;
    margin-left: 17px;
    margin-bottom: 30px;
}

.capitalize {
    text-transform: capitalize;
    font-weight: 600;
}


#vis-1 {
  width: 560px;
  position: relative;
  z-index: 100000;
}

#vis-2 {
  width: 673px;
  z-index: 10000;
}

.filtered-opening-para-section .opening-para-section {
	background-color:red;
}

.filtered-influence-section .influence-section {
	background-color:red;
}

.filtered-history-section .history-section {
	background-color:red;
}

.filtered-life-section .life-section {
	background-color:red;
}

.filtered-credits-section .credits-section {
	background-color:red;
}

.second-chart-filter:hover {
    color: white;
}


.first-chart-prose-breakdown-item a {
    border-bottom: 1px solid #30854E;
    text-decoration: none;
}


.second-chart-axis-item {
  color: #dfdfdf;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 600;
  letter-spacing: 0px;
}


.second-chart-axis {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 98%;
    margin-left: 10px;
    position: relative;
    z-index: 0;
}


.second-chart-prose-breakdown-item {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 8px;
    line-height: 21px;
}

.second-chart-prose-breakdown {
    font-size: 14px;
    margin-left: 17px;
    margin-bottom: 30px;
}

.force-bubble{
	/*fill:white;
	background-color:white;*/
}
.third-chart-prose {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 1.4em;
}


.highlight {
    font-weight: 600;
    color: white;
    border-bottom: 1px solid white;
}


.wide-body-prose-container {
    text-align: left;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    max-width: 600px;
    margin: 0px auto;
    margin-bottom: 50px;
}

.chart-title-sub-three {
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-top: 3px;
	width: 460px;
	margin: 0px auto;
	line-height: 31px;
	text-align: center;
	font-size: 22px;
	font-weight: 500;
	margin-bottom: 30px;
}

.chart-title-sub-three {}


.first-chart-prose-breakdown-item a:hover {
    text-decoration: none;
}

.first-chart-nodes {
	fill: white;
	cursor: hand;
	cursor: pointer;
}


.first-chart-nodes:hover {
    fill: white;
}

.first-chart-colored .genres-subject{
	color: #D8C6AF;
	fill: #D8C6AF;
}

.first-chart-colored .people-subject{
	color: #8E5757;
	fill: #6D4141;
}

.first-chart-colored .other-subject{
	color: rgb(72, 220, 124);
	fill: rgb(72, 220, 124);
}

.first-chart-colored .recordings-subject{
	color: #406592;
	fill: #345175;
}

.first-chart-colored .events-subject{
	color: #aaa;
	fill: #FFFFFF;
}

.first-chart-colored .places-subject{
	color: rgba(229, 220, 243, 0.98);
	fill: rgba(229, 220, 243, 0.98);
}

.first-chart-colored .films-subject{
	color: #232742;
	fill: #232742;
}

.first-chart-colored .first-chart-nodes:hover{
	fill: #f33;
}


.tooltip-content {
    width: auto;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}


.tooltip-content-image {
    min-height: 120px;
    max-width: 120px;
    -webkit-order: 2;
    order: 2;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    max-height: 100px;
    margin-left: 30px;
    min-width: 90px;
    min-height: 90px;
}

.tooltip-content-text {
	-webkit-order: 1;
	order: 1;
	-webkit-flex-grow: 1;
	flex-grow: 1;
	/* width: 10px; */
	padding-left: 10px;
	padding-top: 10px;
}


.tooltip-content-text-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .8px;
    color: black;
}


.tooltip-content-text-sub-title {
    font-weight: 900;
    color: #929292;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    letter-spacing: .5px;
}

.additional-mentions {
    font-weight: 500;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
		width:80%;
		line-height: 1.2em;
		margin-top: 15px;
		margin-bottom: 15px;
}

.tooltip-content-text-mention{
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;*/
	margin-right: 12px;
	margin-bottom: 12px;
}

.tooltip-content-text-mention-text {
    font-size: 12px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1B1B1B;
    letter-spacing: .2px;
    line-height: 12px;
}

.tooltip-content-text-mention-number {
    font-size: 10px;
    font-weight: 900;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 7px;
		text-transform: uppercase;
		letter-spacing: .8px;
		margin-bottom: 5px;
		padding-top: 10px;
		border-top:2px solid #ddd;
}


.tooltip-content-text-mention-container {
    margin-top: 7px;
}

.highlight-two{
	color: black;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px
}


.first-chart-text {
    text-anchor: middle;
    font-size: 10px;
    fill: snow;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    width: 180px;
    pointer-events: none;
}

.first-chart-text tspan {
    text-anchor: middle;
    text-align: center;
}

.search-bar-one{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #616161;
	width: 100px;
	height: 16px;
	padding-left: 1px;
	margin-left: 30px;
	position: relative;
	padding-bottom: 2px;
}
.search-input-one{
	background: rgba(0, 0, 0, 0);
	border: none;
	width: 80px;
	padding-bottom: 0px;
	font-size: 12px;
	letter-spacing: .5px;
	height: 16px;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.search-icon{
	width: 18px;
	height: 18px;
	margin-top: -1px;
	fill: grey;
}

::-webkit-input-placeholder {
    color: #797777;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
}

:-moz-placeholder {
    color: #5D5D5D;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
		font-size: 14px
}

::-moz-placeholder {
    color: #5D5D5D;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
		font-size: 14px;
}

:-ms-input-placeholder {
    color: #5D5D5D;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
		font-size: 14px;
}


.search-results-one {
    width: 100%;
    background: #CECECE;
    height: auto;
    position: absolute;
    left: 0px;
    top: 32px;
    display: none;
    padding-top: 4px;
    z-index: 100000000;
    max-height: 300px;
    overflow: scroll;
}

.search-results-two {
    width: 100%;
    background: #CECECE;
    height: auto;
    position: absolute;
    left: 0px;
    top: 32px;
    display: none;
    padding-top: 4px;
    z-index: 100000000;
    max-height: 300px;
    overflow: scroll;
}

.search-result {
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-bottom: 2px;
    border-bottom: 2px solid #111;
    margin-bottom: 2px;
    cursor: pointer;
    cursor: hand;
}

.search-result:hover {
    color: #5D3939;
}

.searching :not(.search-match){
	fill:white;
	background:#444;
}

.searching .search-match{
	fill:red;
	stroke:red;
	stroke-width:5px;
	background: red;
}

.third-chart-wrapper{
	width:100%;
	height: 3230px;
	background: linear-gradient(to bottom,#111 0px, #13051D 359px);
}


.filtered-recordings-subject .recordings-subject{
	fill:#345175;
}

.filtered-recordings-subject :not(.recordings-subject){
	fill:#FFF;
}

.filtered-people-subject .people-subject{
	fill:#6D4141;
}

.filtered-people-subject :not(.people-subject){
	fill:#FFF;
}

.filtered-places-subject .places-subject{
	fill:white;
}

.filtered-places-subject :not(.places-subject){
	fill:#222;
}

.filtered-other-subject .other-subject{
	fill:rgb(72, 220, 124);
}

.filtered-other-subject :not(.other-subject){
	fill:white;
}


.filtered-miles-work .linked-from-miles{
	fill:#F33;
}

.filtered-miles-work :not(.linked-from-miles){
	fill:#FFF;
}

/*.filtered-linked-from-miles .linked-from-miles{
	background-color:#FF3530;
}*/
.first-chart-legend{position: absolute;top: 608px;z-index: 1000000000000;left: 101px;}

.first-chart-legend-title{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	font-size: 12px;
}

.first-chart-legend-title-highlight{font-weight: 600;}

.first-chart-legend-container{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	margin-top: 8px;
}

.first-chart-legend-left{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	font-size: 9px;
	text-transform: uppercase;
	width: 90px;
	font-weight: 600;
	line-height: 10px;
	text-align: right;
}

.first-chart-legend-right{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: white;
	font-size: 9px;
	text-transform: uppercase;
	width: 90px;
	font-weight: 600;
	line-height: 10px;
	text-align: left;
}

.first-chart-legend-bubbles{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	justify-content: space-around;
	width: 69px;
}

.first-chart-legend-bubble-one{width: 10px;height: 10px;border-radius: 5px;background: #444;margin-top: 5px;}
.first-chart-legend-bubble-two{width: 14px;height: 14px;border-radius: 50%;background: #6D6D6D;margin-top: 3px;}
.first-chart-legend-bubble-three{width: 20px;height: 20px;border-radius: 10px;background: #FFF;margin-top: 0px;}

.section-filtered{
	background-color:rgb(72, 220, 124);
}

.highlighted-filter-two{
	color:rgb(72, 220, 124);
	border-bottom:1px solid rgb(72, 220, 124);
}


.node-second-chart:hover {
    background: red;
}


.first-chart-highlights {
    /* font-size: 14px; */
    margin-bottom: 30px;
}

.first-chart-highlight-item {
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 8px;
    line-height: 21px;
    position: relative;
}

.first-chart-highlight-item a {
    color: #dfdfdf;
    text-decoration: none;
    border-bottom: 1px solid #30854E;
}

a {
    color: inherit;
}

.prose-link a {
    text-decoration: none;
    border-bottom: 1px solid rgba(72, 220, 124, 0.48);
    color: #dfdfdf;
}

.red-highlight{
	opacity:0;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 600;
	position: absolute;
	left: -60px;
	bottom: -41px;
	color:#f33;
}


.first-chart-prose-miles-page {
    margin-bottom: 60px;
}

.highlight-no-underline {
    font-weight: 600;
}

.prose-container-wide {
    width: 100%;
    margin-bottom: 90px;
    margin-top: 30px;
}

.prose-wide {
  color: #dfdfdf;
  font-weight: 400;
  font-size: 21px;
  line-height: 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0 auto;
  margin-bottom: 40px;
  max-width: 800px;
}


.second-chart-axis-pre {
	position: absolute;
	left: -7px;
	/*pointer-events: none;*/
	bottom: 18px;
	border-left: 1px solid #737373;
	height: 140px;
	width: 2px;
}


.second-chart-axis-death {
    position: absolute;
    left: 456px;
    /*pointer-events: none;*/
    bottom: 18px;
    border-left: 1px solid #737373;
    height: 240px;
    width: 2px;
}

.second-chart-axis-pre-text {
    color: #dfdfdf;
    font-size: 11px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    line-height: 10px;
    margin-top: -22px;
    margin-left: -10px;
}

.second-chart-axis-pre-line {
    border-left: 1px solid white;
    height: 10px;
    position: absolute;
    left: 12px;
    margin: 0 auto;
    width: 0px;
}
.second-chart-axis-death-text {
    color: rgb(223, 223, 223);
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    line-height: 10px;
    margin-top: -22px;
    width: 40px;
    text-align: center;
    margin-left: -20px;
}



.second-chart-axis-blue-text {
    color: rgb(223, 223, 223);
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    line-height: 10px;
    margin-top: -22px;
    width: 40px;
    text-align: right;
    margin-left: -40px;
}

.second-chart-axis-blue {
    position: absolute;
    left: 200px;
    /*pointer-events: none;*/
    bottom: 18px;
    border-left: 1px solid #737373;
    height: 290px;
    width: 2px;
}

.second-chart-axis-sounds-text {
    color: rgb(223, 223, 223);
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 10px;
    margin-top: -24px;
    width: 40px;
    text-align: center;
    margin-left: -21px;
}

.second-chart-axis-sounds {
    position: absolute;
    left: 136px;
    /*pointer-events: none;*/
    bottom: 18px;
    border-left: 1px solid #737373;
    height: 240px;
    width: 2px;
}

.second-chart-axis-brew-text {
    color: rgb(223, 223, 223);
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    line-height: 10px;
    margin-top: -23px;
    width: 40px;
    text-align: center;
    margin-left: -21px;
    pointer-events: none;
}

.second-chart-axis-brew {
    position: absolute;
    left: 288px;
    /*pointer-events: none;*/
    bottom: 18px;
    border-left: 1px solid #737373;
    height: 275px;
    width: 2px;
}

.influence-highlight{
	font-weight:600;
}


.third-chart-axis {
    position: absolute;
    left:0px;
    right:0px;
    margin: 0 auto;
    height:10px;
    border-top: 1px solid rgb(142, 142, 142);
    bottom: -8px;
}


.third-chart-axis-item {
    color: #dfdfdf;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 4px;
}

.third-chart-axis-item-end {
    left: 101%;
}

.third-chart-axis-item-start {
    left: -28px;
}

.third-chart-prose-container {
    margin-top: 60px;
    margin-bottom: 0px;
}

.third-chart-prose a {
    border-bottom: 1px solid rgb(72, 220, 124);
    text-decoration: none;
    color: #dfdfdf;
}

.end-prose {
    background: #13051D;
    margin-bottom: 0px;
    padding-bottom: 40px;
    margin-top: 0px;
    padding-top: 100px;
    z-index: 100000000000;
}

.prose-wide a {
    color: #dfdfdf;
}

.tooltip-prose {
    left: 0px;
    top: 36px;
    width: 300px;
    height: auto;
}

.prose-link-non{
	text-decoration: none;
  border-bottom: 1px solid #dfdfdf;
  color: #dfdfdf;
}

.prose-link {
	text-decoration: none;
	border-bottom: 1px solid rgb(32, 97, 55);
	color: #dfdfdf;
	position:relative;
}


.other-subject a {
    color: #48DC7C;
}

.search-bar-two{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-bottom: 1px solid #616161;
	width: 100px;
	height: 16px;
	padding-left: 1px;
	margin-left: 20px;
	position: relative;
	margin-top: -2px;
}

.search-input-two{
	background: rgba(0, 0, 0, 0);
	border: none;
	width: 80px;
	padding-bottom: 0px;
	font-size: 14px;
	letter-spacing: .5px;
	height: 14px;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


.red-highlight a {
color:#f33;
border-bottom:1px solid #f33;
text-decoration:none;
}

.by-line {
    position: absolute;
    right: 23px;
    color: #ffffff;
    -webkit-font--font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 11px;
    font-weight: 500;
    top: 22px;
    background: #13051D;
    z-index: 100000;
    width: auto;
}

.by-line a {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #A5A5A5;
}

.third-chart-wrapper{
}

.tooltip-container .highlight{
	color:black;
}

.second-axis-container-wrapper{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.opening-prose a{
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
}
.intro-miles-canvas {
  position: absolute;left: 0px;right: 0px;margin: 0 auto;
}

@media (max-width: 480px) {
  .intro-miles-canvas{
    display: none;
  }
  .search-input-one{
    padding-top: 0px;
    font-size: 16px;
  }

  .logo-container{
		margin: 0 auto;
		left: 0px;
		right: 0px;
		top: 350px;
	}
	.header-sub-one{
		left: -12px;
		width: 10px;
	}
	.header-sub-two{
		left: 123px;
		z-index: 1000000000000;
		width: 10px;
	}
	.intro-vis-miles{
		width: 100%;
	}
	.star-filler{
		display: none;
	}
	.picture-point{
		left: -50%;
	}
	.by-line{
		font-size: 10px;
		top: 444px;
		left: 0px;
		margin: 0 auto;
		right: 0px;
		text-align: center;
		color: white;
		font-weight: 600;
		letter-spacing: 1px;
		background: #110B16;
		width: 100px;
		height: 13px;
		z-index: 100000000000000;
	}
	.loading-page{
		padding-top: 100px;
	}
	.by-line a{
		border-bottom: 1px solid #585858;
	}
	.opening-prose-container{
		width: 92%;
		margin-top: 30px;
		margin-bottom: 80px;
	}
	.opening-prose{
		font-size: 16px;
		margin-bottom: 30px;
		line-height: 1.4em;
		color: white;
	}
	.loading-page p{
		font-size: 25px;
		width: 80%;
		line-height: 32px;
		color: white;
	}
	.first-chart-container{
		width: 100%;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 60px;
		background: none;
	}
	#vis-1{
		width: 100%;
		/* display: none; */
		z-index: 1000000000000000;
	}
	.chart-title-container{
		width: 95%;
		margin: 0 auto;
	}
	.first-chart-filters{
		width: 92%;
		position: absolute;
		left: 4%;
		top: 458px;
	}
	.first-chart-data{
		width: 100%;
		/* overflow: hidden; */
		margin-top: -10px;
		height: 590px;
	}
	.search-bar-one{
		margin-left: 0px;
		position: absolute;
		left: 0px;
		top: -31px;
	}
	.filter-items{
	width: 100%;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	}
	.first-chart-legend{
		left: 0px;
		right: 0px;
		width: 320px;
		margin: 0 auto;
		top: 520px;
		z-index: 0;
	}
	.first-chart-legend-title{
		text-align: center;
		font-size: 14px;
	}
	.first-chart-legend-container{
		/* -webkit-justify-content: center; */
		/* justify-content: center; */
		width: 284px;
		margin: 0 auto;
		margin-top: 9px;
	}
	.first-chart-legend-right{
	font-size: 10px;
	width: 100px;
	}
	.first-chart-legend-left{
		font-size: 10px;
		width: 100px;
	}
	.chart-title{
		color:white;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 6px;
	}
	.chart-title-sub{
		color:white;
		width: 100%;
		margin: 0 auto;
	}
	.first-chart-prose{
		margin-left: 0px;
		width: 100%;
	}
	.first-chart-prose-section{
		width: 95%;
		margin: 0 auto;
		max-width: 100%;
		margin-top: -10px;
	}
	.first-chart-prose-miles-page{
		padding:0px;
		margin: 0 auto;
		width: 95%;
	}
	.first-chart-prose-body{
		padding: 0px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.first-chart-highlights{
		width: 80%;
	}
	.first-chart-prose-breakdown{
		width: 90%;
	}
	.prose-container-wide{
		width: 95%;
		margin: 0 auto;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.second-chart-container{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 50px;
	}
	#vis-2{
		width: 100%;
	}
	.second-chart-prose{
		margin-left:0px;
		width: 95%;
		margin-top: 120px;
	}
	.second-chart-filters .filter-items{
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		width: 260px;
	}
	.second-chart-filter{
		margin-bottom: 7px;
		width: auto;
	}
	.search-bar-two{
		margin-left: 0px;
		/* margin-top: 8px; */
		width: 94px;
	}
	.second-chart-axis{
		width: 100%;
		margin: 0px;
	}
	.second-chart-axis-blue{left: 114px;height: 510px;border-left: 1px solid #737373;bottom: 20px;}
	.second-chart-axis-death{left: 251px;height: 353px;bottom: 20px;}
	.second-chart-axis-brew{
		left: 163px;
		height: 499px;
		bottom: 20px;
	}
	.second-chart-axis-sounds{
		left: 75px;
		height: 390px;
	}
	.second-chart-prose-breakdown{width: 90%;}
	.chart-title-sub-three{
		width: 100%;
	}
	.third-chart-container{
		width:100%;
		height: auto;
	}
	.third-chart-prose-container{
		width:95%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.third-chart-prose{
		width:100%;
	}
	.intro-vis{
	overflow: hidden;
	}
	.second-chart-filters{
		width: 96%;
		margin: 0 auto;
		margin-top: 16px;
	}
	.second-chart-data{
		width: 95%;
		margin: 0 auto;
		margin-top: 40px;
	}
	.second-chart-axis-pre{
		left: 12px;
		bottom: 20px;
	}
	.first-chart-text{
		font-size: 10px;
	}
	.third-chart-wrapper{
	height: auto;
	}
	.third-chart-axis-item-end{top: 3px;font-size: 14px;left: 91%;}
	.third-chart-axis-item-start{top: 3px;font-size: 14px;left: -1%;}
	.third-data-node{
	position: relative;
	top: 0px;
	}
	.search-results-one{
		z-index: 100000000000000000;
	}
	.third-chart-data{
		position: relative;
	}
	.third-data-row{
		height: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	}
	.second-chart-axis-pre-text{
		margin-left: -4px;
		font-size: 15px;
		line-height: 16px;
		margin-top: -38px;
	}
	.second-chart-axis-death-text{
		font-size: 15px;
		line-height: 16px;
		margin-top: -38px;
	}
	.second-chart-axis-sounds-text{
		font-size: 15px;
		line-height: 16px;
		margin-top: -37px;
		width: 60px;
		text-align: right;
		margin-left: -57px;
	}
	.second-chart-axis-blue-text{
		font-size: 15px;
		line-height: 16px;
		margin-top: -2px;
		margin-left: -75px;
		width: 70px;
	}
	.second-chart-axis-brew-text{
		font-size: 15px;
		line-height: 16px;
		margin-top: -38px;
		width: 80px;
		margin-left: -42px;
	}
	.mobile-remove{
		display:none;
	}
	.mobile-add{
		display:block;
	}
	.second-chart-axis-item{
	   margin-left: 15px;
	}
	.search-input-two{
		padding-top:0px;
    font-size: 16px;
	}
}

@media (max-width:380px){
	.second-chart-axis-death {
    left: 242px;
    height: 353px;
    bottom: 20px;
	}
}
@media (max-width: 325px) {
	.second-chart-axis-item{
		font-size: 12px;
		/* width: 34px; */
		margin-left: 10px;
	}
	.second-chart-axis{
		width: 100%;
		margin: 0px;
		/* -webkit-justify-content: flex-end; */
		/* justify-content: flex-end; */
	}
	.second-chart-axis-sounds{
		left: 66px;
	}
	.second-chart-axis-death{
		left: 221px;
    height: 353px;
    bottom: 20px;
	}
	.second-chart-axis-blue{
		left: 101px;
	}
	.second-chart-axis-brew{

	}
	.first-chart-filters{
		width: 96%;
		left: 0px;
		margin: 0 auto;
		right: 0px;
	}
	.first-chart-legend-title{
		font-size: 12px;
		margin-top: -20px;
	}
	.first-chart-legend-left{
		font-size: 9px;
	}
	.first-chart-legend-right{
		font-size: 9px;
	}
	.second-chart-filter{

	}
}


.third-section-item-bubble:hover {
    border-color: grey;
}

.third-section-item-title:hover {
  color: #989898;
  }
