.tsrs-container, .tsrs-container * {
  box-sizing: border-box;
}

.tsrs-container {
  margin: 0 -20px;
  padding: 20px 20px 10px;
  background-color: #f3f3f3;
}

.tsrs-inner {
  margin: 0 -10px;
}

.tsrs-showing {
  margin: 0 0 10px 10px;
}

.tsrs-item {
  float: left;
  width: 25%;
  padding: 10px;
}

a.tsrs-item-link {
  display: block;
  position: relative;
  border: 1px solid #a8a8a8;
  padding: 19px;
  height: 170px;
  background-color: #fff;
}

a.tsrs-item-link, a.tsrs-item-link:link, a.tsrs-item-link:active, a.tsrs-item-link:visited {
  text-decoration: none;
}

.tsrs-item-link:hover {
  border: 2px solid #f98233;
  padding: 18px;
}

.tsrs-item-title,
body.responsive-layout-mobile h3.tsrs-item-title {
  color: #333;
  font-size: 18px;
  line-height: 1.3;
  font-weight: normal;
}

.tsrs-notes {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 19px;
  font-size: 10px;
  text-transform: uppercase;
}

.tsrs-item-link:hover .tsrs-notes {
  padding: 18px;
}

.tsrs-red-seal  {
  color: #333;
}
.tsrs-red-seal [class*="icon-"] {
  vertical-align: middle;
  margin-right: 5px;
}

.tsrs-not-accepting {
  margin-top: 5px;
  color: #f98233;
  line-height: 1.2;
}
.tsrs-not-accepting [class*="icon-"] {
  float: left;
  margin-right: 5px;
  margin-top: 1px;
}

.tsrs-no-results {
  display: none;
}

.tsrs-no-results p {
  margin: 1em 0;
}

@media (max-width: 739px) {
  .tsrs-container {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .tsrs-item {
    float: none;
    width: 100%;
  }

  .tsrs-item-link {
    height: 160px;
  }
}



@media (min-width: 740px) and (max-width: 979px) {
  .tsrs-item {
    width: 33.334%;
  }
}px;
  }
}



@media (min-width: 740px) and (max-width: 979px) {
  .tsrs-item {
    width: 33.334%;
  }
}