.acm-stats.style-1 {
/*  background: #ef4220;*/
  color: #ffffff;
}
.acm-stats.style-1 ul {
  padding: 0;
  list-style: none;
}
.acm-stats.style-1 ul .stats-asset {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 66px;
  padding-bottom: 66px;
  text-align: center;
}

.acm-stats.style-1 ul .stats-asset-schedule {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}


.acm-stats.style-1 ul .stats-asset + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.acm-stats.style-1 ul h1.stats-item-counter {
  font-weight: 700;
  font-size: 60px;
  margin: 0;
  color: #ffffff;
}
.acm-stats.style-1 ul span.stats-subject {
  font-family: "Frank Ruhl Libre", "Times New Roman", Times, serif;
  font-weight: 700;
  display: block;
  opacity: 0.9;
  filter: alpha(opacity=90);
  margin-bottom: 11px;
}
.acm-stats.style-1 ul span.stats-description {
  display: block;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-size: 13px;
}
.ie8 .uber-stats .container {
  width: auto;
}
@-webkit-keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.inview .uber-stats .stats-list span.stats-item-counter .progressbar span {
  -webkit-animation: progressBar 900ms ease 0.15s forwards;
  -moz-animation: progressBar 900ms ease 0.15s forwards;
  animation: progressBar 900ms ease 0.15s forwards;
}