@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(https://fonts.googleapis.com/css?family=Cardo);

body{
	font-family: Cardo, Georgia, serif;
	background-color: #fefefe;
	font-size: 16px;
}

::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 7px;
}
::-webkit-scrollbar-thumb {
		border-radius: 4px;
		background-color: rgba(0,0,0,.3);
		-webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}

.heading{
	margin: 20px 30px 10px 30px;
	font-family: Montserrat, Helvetica, sans-serif;
	border-bottom: 2px solid #333;
}

h1 {
	font-size: 26px;
}

h3 {
	font-family: Montserrat, Helvetical, sans-serif;
}

h4 {
	text-transform: uppercase;
}

a {
	color: #000000;
}

#about {
	position: absolute;
	top: 71px;
	right: 0px;
}

.about-icon {
	position: absolute;
	right: 50px;
	top: 15px;
	font-size: 22px;
	cursor: pointer;
}

.about-icon:hover {
	opacity: 0.5;
}

.about-contents {
	margin-right: 38px;
	border: 1px solid #ccc;
	max-width: 450px;
	background-color: #fefefe;
	z-index: 99;
}

.about-text,
.about-main {
	padding: 10px 20px;
}

.about-main {
	height: 450px;
	overflow-y: scroll;
}
.about-text {
	height: 417px;
	overflow-y: scroll;
}

.about-main ul {
	list-style: none;
	padding: 0;
	cursor: pointer;
	text-decoration: underline;
}

.go-back {
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	cursor: pointer;
}

.about-close {
	width: 100%;
	border-top: 1px solid #ccc;
	padding: 5px 0;
	cursor: pointer;
}

.back-icon,
.close-icon {
	width: 100%;
	text-align: center;
}

.instructions{
	margin-left: 300px;
	padding-right: 50px;
	opacity: 0.65;
}

.viz{
	position: relative;
	margin-left: 30px;
}

.selector{
	float: left;
}

label{
	cursor: pointer;
}

.selector .filter-collapse{
	font-family: Montserrat, Helvetical, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	border: 1px solid #ccc;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 230px;
	cursor: pointer;
}

.selector .collapse-icon{
	float: right;
	margin-right: -10px;
}

.sub-collapse-icon{
	margin-right: 10px;
}

.selector .node_options{
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px;
	width: 240px;
	display: none;
}

.selector .subhead{
	margin-left: -20px;
}

.clear{
	clear: both;
}

.hidden{
	display: none;
}

.information-wrap{
	display: none;
	margin: 10px 0 50px 30px;
	padding: 10px;
	width: 240px;
	border: 1px solid #ccc;
	height: 300px;
	overflow-y: scroll;
}

.information{
	height: 101%;
}

.information #name{
	font-family: Montserrat, Helvetica, sans-serif;
	font-size: 1.2em;
}

.information a{
	color: #000000;
	word-wrap: break-word;
}

.information ul{
	margin-top: 0px;
	padding-left: 0px;
	list-style: none;
}

.field .subhead,
.field2 .subhead,
.branch .subhead{
	cursor: pointer;
}

.field-sub,
.field2-sub,
.branch-sub {
	display: none;
}

.other-sub,
.troupe-sub{
	margin-left: 40px;
}

.upper {
	text-transform: uppercase;
}

.no-data{
	font-family: Lato, Helvetica, sans-serif;
	font-size: 18px;
}

#graphic{
	width: 1020px;
	display: block;
	margin-left: 250px;
	position: absolute;
	top: 0px;
}

.rect-node{
	opacity: 0;
	cursor: pointer;
}

.text-node {
	font: 11px Montserrat, Helvetica, Arial, sans-serif;
	font-weight: normal;
	opacity: 0;
	pointer-events: none;
}

.circle-node{
	opacity: 0.7;
}

.text-node.clicked,
.visible {
	opacity: 1;
	fill: #C02942;
	font-size: 13px;
	font-weight: bold;
}

circle.clicked,
.highlight {
	opacity: 1;
}

.link {
	stroke-opacity: .2;
	fill: none;
	pointer-events: none;
}

.work-link{
	stroke: #53777A;
}

.relationship-link{
	stroke: #D5482E;
}

.studied-link{
	stroke: #542437;
}

.inspired-link{
	stroke: #594F4F;
}

.friends-link{
	stroke: #AC863F;
}

.target-clicked .text-node,
.source-clicked .text-node,
.node--source .text-node,
.node--target .text-node {
	opacity: 1;
}

.node--source .text-node {
	fill: #515151;
}

.node--target .text-node {
	fill: #515151;
}

.link.target-clicked,
.link.source-clicked,
.link--source,
.link--target {
	stroke-opacity: 1;
	stroke-width: 2px;
}

.link--source {
/*  stroke: #333;*/
}

.link--target {
/*  stroke: #333;*/
}

.invisible {
	stroke-opacity: 0;
}
