.event-list .event-info h4 {
  color: #315470; }

.event-info {
  max-width: none; }
  @media (min-width: 992px) {
    .event-info {
      max-width: 80%; } }
  .event-info p:first-of-type {
    color: #707070; }
  .event-info p:nth-child(3) {
    font-size: .95rem;
    line-height: 1.4;
    margin-top: 10px; }
  .event-info h4 {
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.35; }
    @media (min-width: 992px) {
      .event-info h4 {
        font-size: 19px;
        line-height: 1.5; } }

  .list.no-borders .list-item {
  border-bottom: none;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.list .list-item {
  margin-bottom: 1.2rem;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 1.4rem; }
  .list .list-item:last-of-type {
    border-bottom: none;
    padding-bottom: 0; }
  .list .list-item p {
    margin-bottom: 0; }
  .list .list-item .fa, .list .list-item .far, .list .list-item .fas {
    font-size: .8em;
    position: relative;
    top: 1px;
    right: -7px; }

.list.dim {
  background-color: #efefef;
  padding: 1em; }
  .list.dim .list-item {
    margin-bottom: .5rem;
    padding-bottom: 1.1rem;
    border-bottom: none;
    display: block; }
  .list.dim.no-bg {
    background-color: transparent;
    padding: 0; }

.orb-container .orb {
    background-color: #B65F25;
    color: white;
    text-align: center;
    border-radius: 50%;
    font-size: 1rem;
    float: left;
    min-width: 56px;
    min-height: 56px;
    width: 56px;
    height: 56px;
}

.orb-date {
    font-size: .75em;
    margin: 10px 0 25px 0;
    display: inline-block;
}

.orb-date .day {
    font-weight: 700;
    font-size: 1.75em;
    display: block;
    line-height: 1em;
    color: white;
}

.orb-date .month {
    text-transform: uppercase;
    font-weight: 300;
    display: block;
    line-height: 1.1em;
    color: white;
}

