/*------------------------------------*\ 
    #PAGES:SRP-OFFICERS (Search Results Page for Officers)
\*------------------------------------*/
.results-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 30px;
  background-color: #ededed;
}

.results-count {
  line-height: 43px;
  vertical-align: middle;
  color: #888888;
  font-size: 9px;
}
@media (min-width: 768px) {
  .results-count {
    font-size: 13px;
  }
}
.results-count .count-number {
  padding-right: 1px;
  color: #888888;
  font-size: 10px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .results-count .count-number {
    padding-right: 0;
    font-size: 17px;
  }
}

.footer-main {
  margin-top: 0;
}
/*# sourceMappingURL=srp-officers.css.map */
