.mean-container .mean-nav ul li {
  margin-bottom: 0; }
  .mean-container .mean-nav ul li a.mean-expand {
    padding: 12px !important; }

.breadcrumb {
  text-transform: uppercase; }

.event-content {
  margin-top: 24px; }

.events .media h4.media-heading {
  font-size: 20px;
  font-weight: bold; }

.events .media .media-left {
  position: relative; }
  .events .media .media-left .event-month-day {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    background: #0033a1;
    border: 1px solid #fff;
    right: 20px;
    top: 10px;
    color: #fff;
    text-transform: uppercase; }

@media all and (max-width: 640px) {
  .events .media-body > * {
    margin-top: 16px;
    margin-bottom: 16px; } }
