

.chartContainer {
	float: left;
	width: 100%;
	height: 450px;
	position: relative;
	overflow: hidden;
	font-family: Patrick Hand SC;
}
.stageContainer {
	float: left;
	width: 400%;
	height: 100%;
	position: relative;
	-webkit-transition: all 1000ms linear; -moz-transition: all 1000ms linear; -o-transition: all 1000ms linear; -ms-transition: all 1000ms linear; transition: all 1000ms linear; 
}
.stage2 .stageContainer, .stage3 .stageContainer, .stage4 .stageContainer, .stage5 .stageContainer {
	margin-left: -100%;
}
.buttonContainer {
	float: left;
	width: 100%;
	height: 50px;
	position: relative;
}
.button {
	float: right;
	width: 100px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	text-align: center;
	cursor: pointer;
	background: #686585;
	padding: 10px;
	font-size: 20px;
	color: white;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.button:hover {
	text-decoration: underline;
}
.outlineBegin {
	position: absolute;
	left: 44%;
	width: 57%;
	top: 166px;
	height: 200px;
	display: none;
}
.stage1 .outlineBegin {
	display: block;
}
.malloyHead {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	max-width: 320px;
}
.quoteItem {
	position: absolute;
	right: 0;
	width: 50%;
	bottom: 200px;
	font-size: 29px;
	font-weight: 100;
}
.quoteItem.itemStage2 {
	display: none;
}
.stage {
	float: left;
	width: 25%;
	height: 100%;
	position: relative;
}
.barChart {
	position: relative;
	width: 100%;
	background: #DCEBF5;
	z-index: -1000;
	height: 100%;
}
.barItem {
	position: absolute;
	top: 40%;
	width: 20%;
	background: #DCEBF5;
	z-index: -77;
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
	border-bottom: 2px dotted #996D46;
	border-left: 2px dotted #996D46;
	border-right: 2px dotted #996D46;
}
.bar2010 {
	left: 20%;
	height: 50%;
}
.bar2014 {
	left: 60%;
	height: 21.049161223%;
}
.barItem .barLabel {
	position: absolute;
	top: 30px;
	width: 100%;
	text-align: center;
	color: black;
	font-size: 20px;
	font-weight: 100;
}

@media screen and (max-width: 600px) {
	.barItem .barLabel {
		font-size: 13px;
		font-weight: 400;
	}
}

.labelItem {
	position: absolute;	
}
.label2014, .stage2 .numberItem, .stage3 .numberItem, .stage4 .numberItem, .stage5 .numberItem {
	left: 60%;
	width: 20%;
	top: 52%;
	font-size: 22px;
	font-weight: 400;
	text-align: center;
	color: #A83131;
}
.zeroLine {
	position: absolute;
	left: 0;
	top: 40%;
	height: 60%;
	z-index: -88;
	border-top: 20px solid #82BF63;
	width: 100%;
	background: #E0D9BA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.numberItem {
	position: absolute;
	width: 40%;
	font-size: 32px;
	font-weight: 700;
	left: 55%;
	top: 50%;
	text-align: center;
	-webkit-transition: all 1000ms linear; -moz-transition: all 1000ms linear; -o-transition: all 1000ms linear; -ms-transition: all 1000ms linear; transition: all 1000ms linear; 
}
.num2010 {
	left: 40%;
}
.num2014 {
	left: 70%;
}
@media screen and (max-width: 600px) {
	.num2010 {
		left: 50%;
		top: 50%;
	}
	.num2014 {
		left: 50%;
		top: 70%;
	}
}

.cloudItem {
	position: absolute;
	bottom: 0%;
	width: 20%;
	left: 20%;
	height: 40px;
	padding-top: 10px;
	background-size: 100% 100% !important;
	text-align: center;
	color: black;
	font-size: 24px;
	background-image: url("cloud.png");
	font-weight: 400;
	background-size: cover;
	padding-bottom: 20px;
	-webkit-transition: left top bottom 1000ms linear; -moz-transition: left top bottom 1000ms linear; -o-transition: left top bottom 1000ms linear; -ms-transition: left top bottom 1000ms linear; transition: left top bottom 1000ms linear; 
}
.numInside {
	/*	padding-top: 10px;*/
	float: left;
	width: 100%;
}
.stage2 .numInside, .stage3 .numInside, .stage4 .numInside, .stage5 .numInside  {
	padding-top: 10px;
}
.stage2 .num2010, .stage3 .num2010, .stage4 .num2010, .stage5 .num2010 {
	left: 20%;
	width: 20%;
	top: 81%;
}
.stage2 .num2014 {
	opacity: 0;
}

.stage3 .num2014, .stage4 .num2014, .stage5 .num2014  {
	display: static;
	top: 17.989020762%;
	width: 20%;
	left: 60%;
	height: 40px;
	background-size: 100% 100% !important;
	padding-top: 10px;
	text-align: center;
	color: black;
	font-size: 24px;
	font-weight: 400;
	opacity: 1;
	background-image: url("cloud.png");
	background-size: cover;
	padding-bottom: 20px;
}
.stage2 .cloudItem {
	opacity: 0;
}
.stage3 .cloudItem, .stage4 .cloudItem, .stage5 .cloudItem {
	bottom: 60%;
}
.stage3 .num2014, .stage3 .cloudItem, .stage4 .num2014, .stage4 .cloudItem, .stage5 .num2014, .stage5 .cloudItem {
	opacity: 1;
}
.stage3 .num2014 .yearItem, .stage4 .num2014 .yearItem, .stage5 .num2014 .yearItem {
	display: none;
}

.statementItem {
	margin-bottom: 20px;
	color: green;
}
.statementItem:last-child {
	text-decoration: none;
	color: red;
}

.downarrow {
	font-size: 42px;
	position: absolute;
	right: 4%;
	top: 11%;
	display: block;
}
@media screen and (max-width: 600px) {
	.num2010 {
		left: 50%;
		top: 50%;
	}
	.num2014 {
		left: 50%;
		top: 70%;
	}
	.downarrow {
		display: none;
	}
}
.yearItem {
	float: left;
	width: 100%;
	font-size: 14px;
	margin-bottom: -5px;
	text-transform: uppercase;
	color: #000;
}
.stage2 .downarrow, .stage3 .downarrow, .stage4 .downarrow, .stage5 .downarrow {
	display: none;
}
.explainerText {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0 15px 0;
	top: 16px;
	text-align: center;
	font-size: 20px;
	font-weight: 100;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Source Sans Pro";
}

@media screen and (max-width: 600px) {
	.explainerText {
		font-size: 16px;
	}
	.outlineBegin {
		height: 310px;
	}
}

.arrowEnd {
	position: absolute;
	display: none;
	-webkit-transition: all 1000ms linear; -moz-transition: all 1000ms linear; -o-transition: all 1000ms linear; -ms-transition: all 1000ms linear; transition: all 1000ms linear; 
}
.stage4 .arrowEnd {
	display: block;
	left: 32%;
	width: 34%;
	top: 17px;
	height: 100%;
}
.stage5 .arrowEnd {
	display: block;
	top: 225px;
	height: 45%;
	width: 37%;
	left: 33%;
}
.arrow-right {
	width: 0; 
	height: 0; 
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 17px solid #686585;
	position: absolute;
	right: -17px;
	top: 0;
}
.progress {
	float: left;
	width: 100%;
}
.progressItem {
	float: left;
	width: 10px;
	margin: 10px 8% 20px;
	height: 10px;
	border-radius: 50%;
	background: #C7C69F;
}
.progressItem.highlighted {
	background: #686585;
}