/** Bootstrap 4 helpers */

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.align-items-center {
  -ms-flex-align: center !important;
      align-items: center !important;
}

.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}

.text-normal {
    text-transform: none !important;
}

/** Custom Styling */

#_desktop_contact_link,
#_desktop_calendar_link {
    float: left;
}

#header .header-nav #calendar-link {
    margin-top: .9375rem;
    margin-left: .7rem;
}

.events-list > li {
  background-color: #fff;
  border-top: 1px solid #eceeef;
  margin-top: .5rem;
  padding-top: .5rem;
}

.events-list > li:first-child {
  border-top: none;
}

.event-date-board {
  padding: .5rem 1rem;
  margin-right: .7rem;
  border: 1px solid #eceeef;
}

.event-categ-badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  margin-bottom: .3rem;
}