header, .card-header, footer {
  background-color: #1b3764;
  color: white;
}
header div[class^="row"] {
  padding-left: 30px;
  min-height: 130px;
}
h1.card-header {
  font-size: 30px;
}
header img {
  float: left;
  margin-right: 10px;
  width: 130px;
}
.site-name {
  margin: 10px 0 5px;
}
/* .site-name a {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
} */
.site-name a, footer a {
  color: #fff !important;
  text-decoration: none !important;
}
.site-title {
  font-size: 32px;
  font-weight: bold;
}
.state-name {
  font-size: 1.9rem;
}
.agency-name {
  font-size: 1.3rem;
}
.sos-name {
  color: #fff;
  font-size: 1.1rem;
}
footer p {
  text-align: center;
}
div[class^="col"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
header div[class^="col"] {
  padding-top: 0px;
  padding-bottom: 0px;
}
.early-voting-name, .early-voting-hours {
  font-weight: bold;
}
.early-voting-table {
  margin-bottom: 20px;
}
#currentDate {
  display: none;
}
@media screen and (min-width: 1025px) and (max-width: 1296px) {
  .state-name {
    font-size: 1.6rem;
  }
  .agency-name {
    font-size: 1rem;
  }
  .commissioner-name {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  header img {
    display: none;
  }
}
.skiptocontent a {
  color:#fff;
}
/* #searchFailure {
  display: none;
} */
.table-hover tbody tr input:first-of-type {
  cursor: pointer;
}