.soCircle {
	fill: #e4712a;
	stroke: none;
	opacity: 0.9;
	cursor: pointer;
}

.soCircle:hover {
	opacity: 1;
}

.arrow {
	fill: #fff;
	stroke: #c4232b;
	stroke-width: 3;
}

.rightAlign, .leftAlign {
  font: 1em 'Gentium Basic', serif;
  font-weight: normal;
  fill: #fff;
}

.rightAlign {
  text-anchor: end;
}

.leftAlign {
  text-anchor: start;
}

#stratHead {
	width: 260px;
}

.stratObjText {
	pointer-events: none;
}

.d3-tip.s {
	line-height: 1;
	font: 1em Lato, sans-serif;
	font-weight: 400;
	padding: 8px;
	background: rgba(255, 255, 255, 0.9);
	color: #000;
	border: solid 3px #e4712a;
}

.backHex {
	fill: none;
	stroke: #000;
	stroke-width: 2;
}

.mainCirc {
	fill: #3d3033;
	stroke: none;
}

.funding {
	fill: #c4232b;
	stroke: none;
}

.capacity {
	fill: #f2b22a;
	stroke: none;
}

.networking {
	fill: #e4712a;
	stroke: none;
}

.mande {
	fill: #fff;
	stroke: #3d3033;
	stroke-width: 2;
}

.circleText p {
  font: 0.9em Lato, sans-serif;
  font-weight: normal;
  text-align: center;
}

.ellipseText p {
  font: 0.85em Lato, sans-serif;
  line-height: 0.95em;
  font-weight: normal;
  text-align: center;
}

.circleText p {
  color: #fff;	
}

.ellipseText p {
  color: #000;	
}

body.circleText, body.ellipseText , body.expectHead {
	background: none;
}

.backStrip {
	fill: #e9d2a1;
	stroke: none;
}

.expectHead p {
  font: 1.8em 'Gentium Basic', serif;
  line-height: 0.95em;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.connect {
	fill: none;
	stroke: #3d3033;
	stroke-width: 2;
}






