#current-events-wrap ul {
  list-style: none;
  padding-left: 0;
}

#current-events-wrap #current-events h2 {
  font-weight: 500;
  font-size: 26px;
}

#current-events-wrap #current-events .fusion-button {
  padding: 0.75rem 1.5rem;
  font-size: 16px;
}

#current-events-wrap li {
  display: flex;
  flex-flow: row nowrap;
  padding: 1rem;
  border-bottom: 1px solid #dcdcdc;
  font-size: 18px;
}

#current-events-wrap li:last-of-type {
  border-bottom: 0;
}

#current-events-wrap li:hover {
  background-color: #dcdcdc;
}

#current-events-wrap .wrap {
  flex-basis: 75%;
  display: flex;
  flex-flow: row nowrap;
  color: #1e1e1e;
}

@media screen and (max-width: 620px) {
  #current-events-wrap .wrap {
    flex-grow: 1;
  }
}

#current-events-wrap .wrap:link,
#current-events-wrap .wrap:hover,
#current-events-wrap .wrap:active,
#current-events-wrap .wrap:visited {
  color: #1e1e1e;
}

#current-events-wrap .date {
  font-size: 20px;
  font-weight: 200;
  color: #898888;
  width: 100px;
  flex-shrink: 0;
}

#current-events-wrap .register {
  flex-basis: 25%;
}

@media screen and (max-width: 720px) {
  #current-events-wrap .register {
    display: none;
  }
}

#current-events-wrap .register:link,
#current-events-wrap .register:hover,
#current-events-wrap .register:active,
#current-events-wrap .register:visited {
  color: #e30613;
}

#current-events-wrap .fusion-button {
  border-radius: 6px;
}

@media (max-width: 700px) {
  #current-events-wrap .wrap {
    display: block;
  }

  #current-events-wrap .date {
    flex-shrink: 1;
  }

  #current-events-wrap .title {
    margin-bottom: 0;
    font-size: 1rem;
  }
}
