.connatix,
#ConnatixVideoAd {
    display: none;
}
.candidate-name:hover {
    color: #31409F;
}
.voter-guide-question .package {
    padding: 0 0 15px;
}

.voter-guide-question p,
.voter-guide-details p {
    font: 15px/1.5em var(--sans, "McClatchy Sans");
}

.voter-guide-question p {
  padding-left: 35px;
}

.voter-guide-candidate {
    display: block;
}

.voter-guide-candidate:after {
    content: "";
}

.voter-guide-small-thumb {
  display: block;
  position: absolute;
  width: 25px;
  top: -2px;
  left: 0px;
  border-radius: 50%;
}

.voter-guide-details {
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.voter-guide-details:last-child {
    border-bottom: 1px solid #ddd;
}

.voter-guide-details ol {
    padding-left: 0;
}

.voter-guide-details p b {
    display: block;
    font-size: 14px;
    font-family: var(--sans, "McClatchy Sans");
}

.voter-guide-details .expander {
    justify-content: space-between;
    align-self: stretch;
    margin-top: 10px;
}

.voter-guide-large-thumb {
  border-radius: 50%;
    width: 2em;
    margin-right: 10px !important;
}
