







.progress-wrapper:last-child .progress {
  margin-bottom: 5px;
}
.progress-wrapper .message {
  font-weight: 700;
  margin-bottom: 5px;
}
.progress-wrapper .progress-bar {
  min-width: 2em;
}

.read-progress-bar {
  padding-bottom: 0.375rem;
}
@media only screen and (min-width: 880px) {
  .read-progress-bar {
    padding-bottom: 3.25rem;
  }
}
.read-progress-bar.no-image {
  padding-bottom: 2.8125rem;
}
@media only screen and (min-width: 880px) {
  .read-progress-bar.no-image {
    padding-bottom: 1.125rem;
  }
}

.read-progress {
  padding: 0.5625rem 1.25rem;
  border-bottom: 1px solid #F0F0F0;
  background-color: #FFFFFF;
  position: relative;
}
.read-progress.fix-to-top {
  position: fixed;
}
.read-progress:after {
  content: "";
  position: absolute;
  width: var(--bar-width);
  bottom: -1px;
  left: 0;
  height: 4px;
  background-color: #BA0C2F;
  transition: 0.3s all;
}
.read-progress .article-title {
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  line-height: 1.625rem;
}
@media only screen and (min-width: 880px) {
  .read-progress .article-title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1100px) {
  .read-progress .article-title {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 880px) {
  .read-progress .article-title {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 1100px) {
  .read-progress .article-title {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 880px) {
  .read-progress .article-title {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .read-progress .article-title {
    line-height: 1.5rem;
  }
}
@media only screen and (min-width: 880px) {
  .read-progress .article-title {
    margin-bottom: 1.5rem;
  }
}
@media only screen and (min-width: 1100px) {
  .read-progress .article-title {
    margin-bottom: 1.5rem;
  }
}
.read-progress .article-title span {
  white-space: nowrap;
  display: inline-block;
}
.read-progress .article-title span:before {
  content: "";
  display: block;
  float: left;
  margin-right: 0.9375rem;
  width: 2.3125rem;
  height: 1.625rem;
  background: url(/sites/sonitrol.com/themes/custom/www_bootstrap/assets/img/progress-bar-logo.svg);
  background-size: cover;
}
@media only screen and (min-width: 880px) {
  .read-progress .article-title span:before {
    display: none;
  }
}


/*# sourceMappingURL=../../maps/component/progress-bar.css.map */
