/* SVVSD Color Palette */
/* Does not need to have sufficient color contrast */
.has-green-background-color {
  background-color: #8F993E;
  border: solid 2px #8F993E;
}
.has-green-background-color:hover {
  background-color: #adb951 !important;
  border-color: #adb951 !important;
}

.has-white-color {
  color: white;
}

.has-background {
  background-color: #862633;
}

.has-green-color {
  color: #8F993E;
}

.has-navy-color {
  color: #003B5C;
}

.has-burgandy-color {
  color: #862633;
}

.has-orange-color {
  color: #FF7F41;
}

.has-light-blue-color {
  color: #77C5D5;
}

.infographics {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-bottom: 3em;
}
.infographics .infographic-card {
  flex: 1;
  color: #404040 !important;
  background-color: white;
  padding: 2rem 1rem 1rem 1.5rem;
  height: 100%;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-top: solid 0.5rem;
  min-width: 200px;
  height: auto;
}
.infographics .infographic-card:nth-of-type(1n + 0) {
  border-top-color: #8F993E;
}
.infographics .infographic-card:nth-of-type(2n + 0) {
  border-top-color: #FF7F41;
}
.infographics .infographic-card:nth-of-type(3n + 0) {
  border-top-color: #FFC845;
}
.infographics .infographic-card:nth-of-type(4n + 0) {
  border-top-color: #77C5D5;
}
.infographics .infographic-card__title {
  display: block;
  font-family: "Roboto Slab";
  font-size: 3rem;
  font-weight: 300;
  line-height: 1em;
}
.infographics .infographic-card__copy {
  font-size: 0.8rem;
}

/*# sourceMappingURL=style.css.map */
