body.page-community {
}

.hero-frame--community {
  border-style: dashed;
}

.hero-media-grid--community {
  grid-auto-rows: 130px;
}

.hero-media-tile--primary {
  grid-row: span 2;
}

.community-intro .community-stats {
  align-self: center;
}

.community-intro-ctas .btn {
  margin-top: var(--space-2);
}

.community-panel .community-image {
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 1px solid #dcdcdc;
  box-shadow: var(--shadow-soft);
}

.community-team-list li,
.community-giving-body ul li,
.community-involvement-aside ul li {
  padding-left: 0;
}

.community-stories-body .community-quote {
  padding: var(--space-3);
  border-radius: var(--radius-md);
  border: 1px solid #dcdcdc;
  background-color: #fcf7ee;
}

.community-stories-cta {
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .community-stories-cta {
    justify-content: flex-start;
  }
}

.community-clubs .club-tile {
  padding-right: var(--space-2);
}

.community-events .event-row:last-of-type {
  border-bottom: none;
}

.community-involvement-aside ul {
  margin-top: var(--space-2);
}

.community-involvement-aside a {
  font-size: var(--font-size-sm);
}
