@charset "UTF-8";
.icon-styles {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-styles {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.results {
  padding-bottom: 3.75rem; }
  .results-list {
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.16);
    margin-bottom: 1.5625rem;
    margin-top: 2.5rem; }
  .results-entry {
    padding: 1.5625rem 1.875rem 0.625rem;
    position: relative; }
    .results-entry:nth-last-of-type(odd) {
      background: #f0f0f0; }
    .results-entry a:after {
      content: "";
      font-family: "icons";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin: 0;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-decoration: none; }
    .results-entry a:hover {
      text-decoration: underline;
      color: #d2492a; }
    .results-entry a:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1; }
    .results-entry footer {
      font-size: 1rem; }
      @media (min-width: 614px) {
        .results-entry footer .col-right {
          text-align: right; } }
    .results-entry:hover {
      background: #f2f2f2; }
    .results-entry:hover {
      background: #e3e3e3; }
  .results-range {
    text-align: center;
    margin-bottom: 1.5625rem; }
  .results-pagination ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center; }
    .results-pagination ul li {
      display: inline-block; }
    .results-pagination ul .btn {
      min-width: 0; }
    .results-pagination ul span.btn {
      cursor: auto !important;
      color: #c1c19e; }

#main .tx-solr-search-form form .input-group {
  position: relative; }

#main .tx-solr-search-form form .form-control {
  background: #fff1c1;
  box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.16);
  padding-right: 3.125rem;
  border: 0;
  margin-top: 1.5625rem; }
  @media (min-width: 793px) {
    #main .tx-solr-search-form form .form-control {
      margin-top: 0; } }

#main .tx-solr-search-form form .input-group-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; }
  #main .tx-solr-search-form form .input-group-btn .tx-solr-submit {
    min-width: 0;
    padding: 0; }
