.progress-cover .progress-wrap {
  display: block;
  height: 11px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  background-color: #313131; }
  .progress-cover .progress-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 1px;
    background-image: linear-gradient(to right, #01e4bc 0%, #00e062 20%, #cfc201 40%, #c67400 60%, #c62700 84%, #be0022 100%);
    border-radius: 20px; }
  .progress-cover .progress-wrap .progress {
    position: absolute;
    height: 100%;
    background-color: #1c1d1f;
    background-color: #000;
    right: 0;
    z-index: 1;
    border-radius: 0 20px 20px 0; }

.progress-cover .lead {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.36px;
  line-height: 20px;
  margin-bottom: 10px; }
  .progress-cover .lead .progress-icon {
    display: none; }

.progress-cover .subtitle {
  font-size: 14px;
  color: #fff;
  margin-top: 5px; }

.progress-cover .btn-wrap {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  width: 30%; }

.progress-cover .complete-btn {
  display: none; }

.progress-cover .amount-icon {
  height: 40px;
  display: inline-block;
  margin-right: 12px; }
  .progress-cover .amount-icon img {
    height: 100%; }

.progress-cover .amount-caption {
  color: #fff;
  line-height: 20px;
  font-weight: 400;
  display: inline-block;
  vertical-align: top; }
  .progress-cover .amount-caption .heading {
    font-size: 14px;
    letter-spacing: 0.28px; }
  .progress-cover .amount-caption .amount {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.36px;
    line-height: 1; }
    .progress-cover .amount-caption .amount sup {
      font-size: 10px;
      letter-spacing: 0.2px;
      text-transform: uppercase;
      text-decoration: underline; }

.progress-cover .percent {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 20px; }

.progress-cover .goal {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.28px;
  line-height: 20px; }
  .progress-cover .goal sup {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    text-decoration: underline; }

@media (max-width: 1640px) {
  .progress-cover .progress-wrap .lead {
    font-size: 16px; } }

@media (max-width: 1024px) {
  .progress-cover .progress-wrap .complete-btn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    width: 40px; }
  .progress-cover .progress-wrap .hidden-xs {
    display: none; } }

@media (max-width: 768px) {
  .amount-icon {
    height: 35px;
    margin-right: 5px; }
  .amount-caption {
    line-height: 1; }
    .amount-caption .heading {
      font-size: 14px; }
    .amount-caption .amount {
      font-size: 14px; }
  .percent,
  .goal {
    font-size: 12px; }
  .align-left-xs {
    text-align: left; } }
