  /* for all graduation pages */
.eventdate {display: inline-block; width: 100%; font-weight: bold}
.eventname {display: inline-block; width: 100%;}
/* CIRCLE NUMBERS LIST CSS */
.list-circles {
  counter-reset: li;
  padding: 0;
}
.wu-List-cir h2 {
font-size: 22px;
}
.wu-List-cir li:not(:last-of-type),
.wu-List-cir li li {
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
}

.list-circles li:not(li li) {
  padding-left: 2.25em;
  position: relative;
}

.list-circles li::after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  width: 1.75em;
  height: 1.75em;
  background-color: #00843D;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
ol.list-circles li li::after {
	counter-increment: none;
	content: none;
	position: unset;
	width: unset;
	height: unset;
}


/* ADD THIS TO A NEW EVENTS STYLESHEET -*/
.heading-block {
  border-bottom: 3px solid transparent;
}
.headings {
  font-weight: 700;
}
div.event-row:first-of-type {
  border-bottom: 1px solid transparent;
}
div.event-row {
  border: 1px solid #CCC;
}

div.event-name, div.event-date {
  padding: 8px;
}
div.event-name {
  flex: 3;
  border-right: 1px solid #CCC;
  align-items: center;
  display: flex;
}
div.event-date {
  flex: 1;
  align-self: center;
}

/* for graduation/index */
.icon-tiles {text-align: center}
.icon-tiles h2 {display: inline-block; width: 300px; padding: .5em; text-align: center; vertical-align: top}
