.monergism-goals {
  position: relative;
  color:white;
  width:300px;
  height:450px;
  z-index:0;
  overflow:hidden;
  float:left;
  background: #392F2B;
  border: .25rem solid #e27700;
}

.monergism-goals .title {
  font-size: 1.5rem;
  height: 3rem;
  line-height: 3.25rem;
  text-align: center;
  width: 300px;
  position: absolute;
  bottom: 0;
  color: white;
  background: #e27700;
  z-index: 9;
}

.monergism-goals .note {
  width:270px;
  height:20px;
  position:absolute;
  top:15px;
  left:15px;
  font-size:16px;
  color: white
}

.monergism-goals .opaque {
  width:87px;
  height:450px;
  background:url(../images/opaque.png) no-repeat;
  -webkit-background-size: contain;
  background-size:  contain;
  position:absolute;
  top:126px;
  left:180px;
  z-index:10
}

.monergism-goals .mirror {
  width:300px;
  height:35px;
  background:url(../images/mirror.png) no-repeat;
  position:absolute;
  top:367px;
  left:0px;
  z-index:10
}

.monergism-goals .bar {
  width:87px;
  height:450px;
  background:url(../images/bar.png) no-repeat;
  -webkit-background-size: contain;
  background-size:  contain;
  position:absolute;
  top:353px;
  left:179px;
  z-index:2
}

.monergism-goals .arrow {
  width:206px;
  height:50px;
  text-align:right;
  background:url(../images/arrow.png) no-repeat;
  position:absolute;
  top:343px;
  left:9px;
  z-index:15
}

.monergism-goals .countup {
  font-size:16px;
  margin:15px 70px 0 0;
  letter-spacing:1px
}

.monergism-goals .countup:before {
  position: relative;
  content: '$';
  height: 1rem;
  width: 1rem;
}

.monergism-goals .commaa {
  display:none;
  position:absolute;
  top:18px;
  left:105px
}

.monergism-goals .commab {
  display:none;
  position:absolute;
  top:18px;
  left:78px
}