input#searchList {
  font-family: "Gill Sans Nova W01 Medium";
  width: 100%;
  border: 0;
  float: left;
  font-size: 1em;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  margin-top: 24px;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
}

#pTable {
  margin-bottom: 20px;
}

input#searchList::-webkit-input-placeholder {
  /* Edge */
  color: var(--warm);
}

input#searchList::placeholder {
  color: var(--warm);
}

table tr td:nth-child(1),
table tr th:nth-child(1) {
  display: none;
}

table.tablesorter {
  margin: 0;
  font-family: "Gill Sans Nova W01 Medium";
  letter-spacing: 0.22em;
  text-transform: uppercase;
  width: 100%;
}

table.tablesorter * strong {
  font-family: "Gill Sans Nova W01 Medium";
  color: var(--cool);
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
  padding: 10px 12px 6px 0;
  text-align: left;
  border-bottom: 1px solid #eee !important;
  cursor: pointer;
  color: var(--hopkinsblue);
}

table.tablesorter thead {
  font-weight: bold;
}

:focus {
  outline: none;
}

table.tablesorter thead tr .header {
  background-repeat: no-repeat;
  background-position: center right;
}

table.tablesorter tbody td {
  line-height: 1.4em;
  padding: 10px 12px 6px 0;
  background-color: var(--white);
  vertical-align: top;
  color: var(--cool);
  border-bottom: 1px solid #eee !important;
}

table.tablesorter tbody td a {
}

table.tablesorter tbody tr a {
  color: var(--cool);
  cursor: pointer;
}

table.tablesorter tbody tr td,
table.tablesorter tbody tr a,
table.tablesorter tbody tr strong {
  transition-duration: 0.5s;
}

table.tablesorter tbody tr:hover td,
table.tablesorter tbody tr:hover a,
table.tablesorter tbody tr:hover strong {
  cursor: pointer;
  color: var(--hopkinsblue);
}
table.tablesorter tbody * strong {
  color: var(--cool);
}

table.tablesorter tbody tr.np a,
table.tablesorter tbody tr.np:hover td {
  cursor: default;
  color: var(--cool);
}

@media only screen and (max-width: 767px) {
  table.tablesorter tbody td {
    font-size: 0.85em !important;
    padding: 6px 4px 2px 0;
  }

  table.tablesorter {
    letter-spacing: 0.1em;
  }
}
