.goalProgress {
	position: relative;
	margin-top: 80px;
	background: #D8D8D8;
}

div.progressBar {
	position: relative;
	background: #FE2A1A;
	color: #fff;
	font-size: 1.5em;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
	letter-spacing: -1px;
	font-weight: 700;
	display: block;
	width: 3px;
	height: 32px;
	line-height: 31px;
}

span.goalAmount {
	display: none;
	text-indent: -9999px;
}

div.progressBar span {
	width: 100px;
	text-align: center;
	position: absolute;
	right: -47px;
	bottom: 42px;
	z-index: 8;
	color: #FE2A1A;
	white-space: nowrap;
}

div.progressBar span:after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -9px;
	border-bottom: 6px solid #fe2a1a;
	border-right: 10px solid #fe2a1a;
	border-top: 10px solid transparent;
	border-left: 6px solid transparent;
	transform: rotate(45deg) translateX(-50%);
}

div.progressBar-after:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-right: 2px solid #d8d8d8;
	border-bottom: 17px solid #d8d8d8;
	border-left: 2px solid transparent;
	border-top: 15px solid transparent;
}

div.progressBar-after-end:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #fff;
    border-bottom: 17px solid #fff;
    border-left: 2px solid transparent;
    border-top: 15px solid transparent;
}

.goalProgress:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-right: 2px solid transparent;
	border-bottom: 17px solid transparent;
	border-left: 2px solid #fff;
	border-top: 15px solid #fff;
}

.goalProgress:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	border-right: 2px solid #fff;
	border-bottom: 17px solid #fff;
	border-left: 2px solid transparent;
	border-top: 15px solid transparent;
}
