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

.mmt-ml-meeting {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 90px;
    margin-bottom: 2em;
    padding: 0;
}

@media (min-width: 768px) {
    .mmt-ml-meetings {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mmt-ml-meeting {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        flex-basis: 46%;
        max-width: 46%;
    }
}

.mmt-ml-dateStamp {
    position: relative;
    width: 100px;
    margin: 0 .8em 0 0;
    padding: .3em 1em .4em 1em;
    text-align: center;
    border: 4px solid #aaaec4;
    border-radius: 10px;
}

.mmt-ml-meeting:hover .mmt-ml-dateStamp {
    background: #f4f5f8;
}

.mmt-ml-meetingContainer {
    width: calc(100% - 85px - .8em);
}

.mmt-ml-dateStamp:before,
.mmt-ml-dateStamp:after {
    position: absolute;
    top: -9px;
    width: 4px;
    height: 15px;
    outline: 2px solid #fff;
    content: '';
    background: #aaaec4;
}

.mmt-ml-dateStamp:before {
    left: 10px;
}

.mmt-ml-dateStamp:after {
    right: 10px;
}

.mmt-ml-dateStamp--day,
.mmt-ml-dateStamp--month {
    display: inline-block;
    font-weight: 600;
    line-height: 1.2;
    color: #c86432;
}

.mmt-ml-dateStamp--day {
    position: relative;
    font-size: 2.2em;
}

.mmt-ml-dateStamp--day:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #aaaec4;
}

.mmt-ml-dateStamp--month {
    font-size: 1.4em;
    line-height: .8;
}

.mmt-ml-date {
    margin: 0;
    font-weight: 300;
    line-height: 1.4;
    color: #5466af;
}

.mmt-ml-tags {
    margin: 0 0 .3em 0;
    padding: 0;
    font-size: 1em;
    line-height: 1;
    font-weight: 300;
    text-transform: lowercase;
    list-style: none;
    color: #1e2878;
}

@media (min-width: 1024px) {
    .mmt-ml-tags {
        font-size: 1.4em;
    }
}

.mmt-ml-tag {
    display: inline;
}

.mmt-ml-tag:after {
    content: ', ';
}

.mmt-ml-tag:last-child::after {
    content: '';
}

.mmt-ml-title {
    margin: 0;
    font-size: 6vw;
    font-weight: 600;
    word-break: break-word;
}

@media (min-width: 400px) {
    .mmt-ml-title {
        font-size: 1.4em;
    }
}

.mmt-ml-url {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
