.diagCont {
	position: relative;
}

.invis {
	display: none;
}

.vis {
	display: block;
}


.mainCircle, .chartHead, .exTopRow {
	background-color: #3b2f33;
	color: #fff;
}

.mainCircle, .chartHead, .chartSub, .chartSubInt, .access, .capacity, .networking, .accessCirc, .capacityCirc, .networkingCirc {
	text-align: center;
	color: #fff;
}

.access, .accessCirc {
	background-color: #857844;
}

.accessDark {
	background-color: #675f3f;
}

.capacity, .capacityCirc {
	background-color: #306f78;
}

.capacityDark {
	background-color: #345a61;
}

.networking, .networkingCirc {
	background-color: #855444;
}

.networkingDark {
	background-color: #5f3f35;
}

.access, .capacity, .networking {
	width: 80%;
	margin-left: 12%;
	min-height: 40px;
}

.access, .capacity, .networking {
	padding-left: none !important;
}

.chartHead, .exTopRow, .access, .capacity, .networking {
	border-radius: 8px;
	display: inline-block;
	padding: 4%;
}

.exTopRow a, .access a, .capacity a, .networking a, .exTopRow a:hover, .access a:hover, .capacity a:hover, .networking a:hover {
	color: #fff;
	font-size: 1.2em;
	line-height: 1.1em;
	cursor: default;
	text-decoration: none;
}

.exTopRow {
	width: 92%;
	min-height: 60px;
	background: #3b2f33 url('../img/flowClick.png') no-repeat 6px 6px;
}

.current .exTopRow, .current2 .exTopRow {
	background: #3b2f33;
}

.mainCircle, .pillar {
	position: relative;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	  /* Prevent background color leak outs */
	  -webkit-background-clip: padding-box; 
	  -moz-background-clip:    padding; 
	  background-clip:         padding-box;
	z-index: 50;
}

.mainCircle {
	width: 140px;
	height: 140px;
	float: left;
	padding: 8px;
}

.mainCircle p {
	font-family: Lato, sans-serif;
	font-weight: 700;
	font-size: 0.8em;
	line-height: 1.05em;
	margin-top: 10px;
}

.pillar {
	width: 82px;
	height: 90px;
	margin: 29px 0 0 8px;
	float: right;
	padding: 4px 8px;
}

.pillar p {
	font-family: Lato, sans-serif;
	font-weight: 400;
	font-size: 0.7em;
	line-height: 1em;
}

.pillar h5 {
	font-family: 'Gentium Basic', serif;
	font-weight: 700;
	font-size: 1.6em;
	color: #fff;
	margin-bottom: 0;
}

.pillarStrip {
	position: absolute;
	width: 62%;
	height: 70px;
	top: 4px;
	left: 100px;
	padding-left: 50px;
	background: #e8d3a0;
	color: #3b2f33;
	text-align: left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.chartHead {
	width: 96%;
	padding: 2%;
	font-family: 'Gentium Basic', serif;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 30px 0 0 0;
}

.flow li:before {
	content: '';
}

.flow, .flow2 {
	position: relative;
	list-style: none;
	height: 340px;
	margin-top: 0 !important;
}

.flow2 {
	height: 390px;
}

.flow li, .flow2 li {
	font-family: 'BenchNine', sans-serif;
	font-weight: 400;
	position: relative;
	text-indent: 0;
	margin-top: 10px;
}

.chartSub {
	width: 12%;
	margin-right: 10%;
	margin-top: 0 !important;
	float: left;
	padding-left: 0 !important;
}

.chartSubInt {
	width: 12%;
	margin-right: 32%;
	margin-top: 0 !important;
	float: left;
	padding-left: 0 !important;
}

.current, .current2 {
 	position: relative;
}

.current::after {
	content: '';
	position: absolute; 
	top: 30px; 
	left: 50%;
	border-left: 2px solid #ccc;
	width: 20%;
	height: 316px;
	z-index: -1;
}

.current2::after {
	content: '';
	position: absolute; 
	top: 30px; 
	left: 50%;
	border-left: 2px solid #ccc;
	width: 20%;
	height: 354px;
	z-index: -1;
}

.noncurrent {
	margin-right: 2%
}

.chartSub::before, .chartSubInt::before {
  content:url('../img/diagArrow.png') !important; 
}

.col5, .colInt3 {
	margin-right: 0 !important;
}

.chartSub li::before, .chartSub li::after, .chartSubInt li::before, .chartSubInt li::after {
	content: '';
	position: absolute; 
	bottom: 50%; 
	left: 10%;
	border-left: 2px solid #3b2f33;
	border-bottom: 2px solid #3b2f33;
	width: 20%;
	height: 170%;
	z-index: -1;
	border-radius: 0 0 0 5px;
	-webkit-border-radius: 0 0 0 5px;
	-moz-border-radius: 0 0 0 5px;
}

.chartSub li:first-child::before, .chartSub li:last-child::after {
	height: 110%;
}






/**** Sub-sections ****/

.Subsection, .SubsectionInt {
	display: none;
}

.Subsection {
	margin-top: 30px;
}

.regionBlock {
	width: 28%;
	float: left;
	border-radius: 8px;
	padding: 70px 2% 2% 2%;
	color: #fff;
}

.regionBlock h6 {
	font-size: 1em;
}

.regionBlock p {
	line-height: 1.1em;
}

.FireCol {
	margin-right: 2%;
	background: #a8531e url(../img/FIRErev.png) no-repeat 10px 26px;
	position: relative;
}

.FireCol::before {
	content: '';
	position: absolute; 
	bottom:100%; 
	left: 50%;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;	
	width: 70%;
	height: 22px;
	border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
}

.FridaCol {
	margin-right: 2%;
	background: #c89019 url(../img/FRIDArev.png) no-repeat 10px 10px;
	position: relative;
}

.FridaCol::before {
	content: '';
	position: absolute; 
	bottom:100%; 
	left: 50%;
	border-left: 2px solid #ccc;
	border-top: 2px solid #ccc;	
	width: 60%;
	height: 22px;
}

.FridaCol::after {
	content: '';
	position: absolute; 
	bottom:100%; 
	right: 50%;
	border-top: 2px solid #ccc;	
	width: 60%;
	height: 22px;
}

.IsifCol {
	background: #b73030 url(../img/ISIFrev.png) no-repeat 10px 44px;
	position: relative;
}

.IsifCol::before {
	content: '';
	position: absolute; 
	bottom:100%; 
	right: 50%;
	border-right: 2px solid #ccc;
	border-top: 2px solid #ccc;	
	width: 70%;
	height: 22px;
	border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
}

.sub {
	padding: 0.3em 0;
	border-top: solid 2px rgba(255, 255, 255, 0.7);
}

.sub a, .sub a:hover {
	color: #e9ecb1;
}


/**** Media queries ****/
@media only screen and (max-width: 600px) {

	.mainCircle {
		width: 110px;
		height: 110px;
		padding: 6px;
	}

	.mainCircle p {
		font-size: 0.65em;
	}

	.pillar {
		width: 76px;
		height: 76px;
		margin: 29px 0 0 2px;
		padding: 4px;
	}

	.pillar p {
		font-size: 0.55em;
	}

	.pillar h5 {
		font-size: 1.2em;
	}

	.pillarStrip {
		left: 60px;
		padding-left: 60px;
	}

}

@media only screen and (max-width: 424px) {

	.mainCircle {
		width: 80%;
		height: auto;
		padding: 4% 2%;
		margin: 0 6%;
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
	}

	.mainCircle p {
		font-size: 0.8em;
		margin: 0;
	}

	.pillar {
		margin: -6px 1.5% 0 1.5%;
		padding: 0 2px;
	}

	.networkingCirc {
		margin-right: 6%;
	}

	.pillar p {
		font-size: 0.35em;
		margin-top: -2px !important;
	}

	.pillar h5 {
		font-size: 1em;
	}

	.pillarStrip {
		position: static;
		width: 68%;
		height: 50px;
		float: left;
		top: auto;
		left: auto;
		margin-top: -4px;
		margin-left: 16%;
		padding-left: 0;
		text-align: center;
	}

	.exTopRow {
		background: #3b2f33 url('../img/flowArrow.png') no-repeat 6px 6px;
	}



}

















