/* Global site overrides that should be tracked in Git. */

.spotlight-section {
  margin-bottom: 20px;
}

.spotlight-header {
  margin-bottom: 12px;
}

.spotlight-header h2 {
  margin: 0 0 3px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.spotlight-header p {
  margin: 0;
  color: #000;
  font-size: 15px;
}

.spotlight-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 20px;
}

.spotlight-card {
  display: flex;
  min-height: 306px;
  flex-direction: column;
  overflow: hidden;
  color: #000;
  text-decoration: none;
  background: #f5f5f5;
  border: 1px solid #333;
  border-radius: 5px;
}

.spotlight-card:hover,
.spotlight-card:focus {
  color: #000;
  text-decoration: none;
}

.spotlight-card:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 2px;
}

.spotlight-card-image {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.spotlight-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 8px;
}

.spotlight-card h3 {
  margin: 0 0 18px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.15;
}

.spotlight-card-text {
  color: #000;
  font-size: 14px;
  line-height: 1.2;
}

.spotlight-card-text p:last-child {
  margin-bottom: 0;
}

.spotlight-card-text a {
  color: #0171BC;
  text-decoration: underline;
  font-size: 14px;
}

.spotlight-all a {
  text-decoration: underline;
}

@media (max-width: 639px) {
  .spotlight-grid {
    grid-template-columns: 1fr;
  }

}

#news a {
  text-decoration: underline;
}

input::placeholder {
  color: #000 !important;
}

#finder .form-control:focus,
#finder .combobox-container input:focus {
  border-color: #000 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 4px rgba(0, 0, 0, 0.35) !important;
}

#finder .combobox-container:focus-within .input-group-addon {
  border-color: #000 !important;
}

.dropdown-header {
  color: #000;
  font-weight: bold;
}

@media (max-width: 767px) {
  .dropdown-header {
    color: #fff;
    font-weight: bold;
    font-size: 18px !important;
  }
}