/* Apply before JavaScript runs, including when scripting is unavailable. */
body.home #searchform input[name="s"] {
  box-sizing: border-box;
  min-height: 48px !important;
  height: auto !important;
  font-size: 16px !important;
  line-height: 1.5;
}
body.home #searchform input[type="submit"] { min-height: 48px !important; }
body.home #searchform input:focus-visible { outline: 2px solid #657386; outline-offset: -4px; }
body.home #searchform input[type="submit"]:focus-visible { outline-color: #fff; }
@media (max-width: 767px) {
  body.home #searchform input[name="s"] { width: 100% !important; max-width: 100%; }
}
.elite-suggestions {
  position: absolute;
  z-index: 2147483000;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  background: #fff;
  border: 1px solid #b6bdc6;
  border-radius: 4px;
  box-shadow: 0 6px 18px #0003;
  color: #202631;
  font: 16px/1.5 Arial, sans-serif;
}
.elite-suggestions[hidden] { display: none; }
.elite-suggestions [role="option"], .elite-suggestions .elite-message {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 10px 14px;
  overflow-wrap: anywhere;
}
.elite-suggestions [role="option"] { cursor: pointer; }
.elite-suggestions [aria-selected="true"] { background: #e9f0ff; color: #08235a; }
@media (hover: hover) { .elite-suggestions [role="option"]:hover { background: #e9f0ff; } }
.elite-search-status {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
