/*@import url(mmt-meeting-filter.css);*/
@import 'mmt-meeting-filter.css';

.mmt-meeting-list {
    margin-bottom: 170px;
}

.atRow .mmt-meeting-list {
    margin-bottom: 0;
}

.mmt-ml-meetings {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mmt-ml-meeting {
    position: relative;
}

.meetingList__link {
    text-decoration: none;
    color: inherit;
}

.mmt-ml-more-link {
    display: block;
    text-align: right;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    color: #E98734;
}

.mmt-ml-more-link::after {
    font-family: 'ncvicons';
    content: ' \3e';
}

/**
 * simple: calendar list
 */

.ml-cal {
    position: relative;
    margin-bottom: .5em;
}

.mmt-ml-first .ml-cal {
    border-top: 1px solid #ddd;
    padding-top: 1em;
}

.mmt-ml-last .ml-cal {
    padding-bottom: 1em;
    border-bottom: 1px solid #ddd;
}

.ml-cal__header {
    order: 1;
    flex: 1;
}

.ml-cal__title {
    padding: 0;
    font-size: 1em;
    line-height: 1.2;
    hyphens: auto;
    color: inherit;
}

.ml-cal:hover .ml-cal__title {
    color: #86BC25;
}

.ml-cal__date {
    order: 0;
    padding: .889em .5em;
    border-radius: .5em;
    line-height: 1;
    text-align: center;
    background: rgba(167,198,184,.16);
    margin-right: 3rem;
}

@media screen and (min-width: 460px) {
    .ml-cal__date {
        width: 4.9em;
    }

    .ml-cal__title {
        font-size: 1.111em;
    }
}

.ml-cal__dateDay {
    display: block;
    font-size: 2.22em;
    font-weight: 600;
}

.ml-cal__dateMonth {
    text-transform: uppercase;
    color: #86BC25;
    font-size: .889em;
}

.ml-cal::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -.25em;
    left: 7em;
    border-bottom: 1px solid #ddd;
}

.mmt-ml-last .ml-cal::after {
    display: none;
}

/**
 * detailed: meeting list
 */

.ml-det {
    margin: 0 -32px;
    padding: 24px 15% 24px 32px;
}

.ml-det::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    border-bottom: 1px solid #e5e5e5;
}

.mmt-ml-last .ml-det::after {
    display: none;
}

.ml-det__date {
    font-weight: 600;
    text-transform: uppercase;
    color: #6b9819;
}

.ml-det__title {
    margin-bottom: 16px;
    padding-top: 0;
    line-height: 1;
    font-size: 1.444em;
}

.ml-det__content p {
    margin-bottom: 0;
}

@media screen and (min-width: 768px) {
    .ml-det__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.ml-det__image {
    margin-right: 32px;
    flex: 1 0 280px;
    margin-top: .4em;
}

.ml-det__meta {
    margin-bottom: 8px;
    line-height: 1.4;
}

.ml-det__metaCell {
    flex: 1 50%;
}

.c-tagCategories__item {
    margin-right: .5em;
}

/**
  default events
 */

.ml-det--default .ml-det__title {
    color: inherit;
}

.ml-det--default .ml-det__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/**
 * Highlighted events
 */

.ml-det--highlight {
    margin-top: -1px;
    background: #F5FAEE;
}

.ml-det--highlight::after {
    display: none;
}
