/* ==========================================================================
IDPCE ELECTION PAGE
========================================================================== */
/* To eliminate scroll bar that results from negative margin trick */
body {
  overflow-x: hidden;
}
/* Full-width hero */
.plugin-hero__content {
  max-width: 100%;
}
/* Subhed */
.subhed {
  margin-top: .8rem;
}
/* CTA link boxes */
.cwf-grid--page-layout {
  --cwf-grid--padding: 0;
}
@media (min-width: 1024px) {
  .cwf-grid--page-layout {
    --cwf-grid--padding: 0;
  }
}
.cwf-grid__column--page-layout {
  --cwf-grid__column--padding: 0;
}
.homeButtons {
  background: url('/media/chs/compass-css/images-in-stylesheets/CITY_LIGHTSgray.jpg') repeat
    center;
}
@media (min-width: 768px) {
  .homeButtons {
    margin: 0 -999rem 0 -999rem;
    padding: 0 999rem;
  }
}
.homeButtons__container {
  padding: 2rem;
}
.cwf-grid.homeButtons__container {
  --cwf-grid--margin-bottom: 0;
}
@media (min-width: 768px) {
  /* Deploy grid display at 768px instead of 1024px */
  .cwf-grid.homeButtons__container {
    --cwf-grid--grid-template-columns: repeat(
      auto-fit,
      minmax(var(--cwf-grid__column--min-width), 1fr)
    );
  }
}
@media (min-width: 1024px) {
  .homeButtons__container {
    max-width: 1200px;
    margin: auto;
    grid-gap: 2rem;
  }
}
@media (min-width: 1200px) {
  .homeButtons__container {
    padding: 1rem 2rem;
  }
}
.homeButtons__item {
  background: #fff;
  box-shadow: 0 9px 3px 1px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in-out;
  padding: 1rem 1rem 0.9rem;
  border-bottom: 5px solid #fff;
}
.homeButtons__item:hover {
  border-bottom: 5px solid #f8b300;
}
.homeButtons__item p {
  font-size: 1.1rem;
  line-height: 1.65;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin-bottom: 0;
  padding-top: 0;
}
.homeButtons__item a {
  color: #333;
  border-bottom: 1px solid #f8b300;
  text-decoration: none;
}
.homeButtons__item a:hover {
  text-decoration: none;
  border-bottom: none;
}
@media (min-width:768px) and (max-width:992px) {
  .homeButtons__item .icon {
    display: none;
  }
}
/* Gray CTA section */
.electionCTAs {
  background-image: none;
  background-color: #dedede;
  margin: 0 auto;
  padding: 2rem;
}
  .electionCTAs {
  border-image: conic-gradient(#dedede 0 0) fill 0/auto/0 100vw;
}
/* Candidate photos */
/* @media (min-width: 768px) and (max-width: 1399px) { */
    .plugin-card__body :is(img, figure) {
        display: block;
        margin: 0 auto;
        border: 5px solid #FFB300;
        border-radius: 50%;
    }
}





