.program-choice-options {
  width: 100%;
  height: 40px;
  display: inline-flex;
  margin: 15px 0;
}

.pg-num {
  border: none;
  background: none;
}

.current-pg-program a:focus,
.current-pg-program a:hover {
  color: #ffffff;
  text-decoration: underline;
}

input + .search-results {
  display: none;
}

input:focus + .search-results,
.search-results:focus,
.search-results:hover {
  display: block;
}

.search-results {
  position: absolute;
  background: white;
  min-width: 260px;
  max-height: 40vh;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  z-index: 1;
  border-top: 1px solid #777777;
  border-bottom: 1px solid #777777;
}

.search-results > ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.search-results > ul > li {
  display: block;
  padding: 0;
  margin: 0;
}

.search-results > ul > li > a {
  border: 1px solid #777777;
  border-top: none;
  display: block;
  width: 100%;
  padding: 0.3em 0.5em;
}

.search-results > ul > li:last-child > a {
  border-bottom: none;
}
