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

.mmt-ml-meeting {
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}

.mmt-ml-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.mmt-meeting-list-detailed .mmt-ml-meeting {
    margin-bottom: 3em;
    cursor: pointer;
}

.mmt-ml-date-location {
    float: left;
    width: 130px;
    margin: -45px 0 0 0;
    padding-right: 30px;
    text-align: center;
    font-size: .8em;
}

.mmt-ml-date {
    font-size: 1.4em;
}

.mmt-ml-day {
    display: inline-block;
    font-size: 2.3em;
    font-weight: bold;
}

.mmt-ml-month {
    display: block;
    text-transform: lowercase;
}

.mmt-ml-location {
    display: inline-block;
    padding-top: 1em;
}

.mmt-ml-location a {
    text-decoration: none;
    font-size: 1em;
}

.mmt-ml-title-pane h3 {
    margin: 0 0 0 130px;
    padding-left: 0.6em;
    font-size: 1.4em;
}

@media screen and (min-width: 535px) {
    .mmt-ml-title-pane h3 {
        margin-bottom: 0.6em;
    }
}

.mmt-ml-details {
    margin: 0;
    padding: 0;
    border: 0;
}

.mmt-ml-description p:not(:first-child) {
    display: none;
}

.mmt-ml-description p,
.mmt-ml-meta-data {
    margin-bottom: 0;
    overflow: hidden;
}

.mmt-ml-description {
    margin-bottom: 2em;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mmt-ml-registrations {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #727171;
    font-size: .85em;
    font-weight: normal;
}

/**
 * Date
 */

.mmt-meeting-list .mmt-ml-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mmt-meeting-list--simple .mmt-ml-location {
    padding: 0;
    margin: 0;
}

.mmt-meeting-list .mmt-ml-date {
    padding: 0.6em 1em;
    margin-right: 1.2em;
    text-align: center;
    font-size: 1em;
    color: #1a2954;
    border-radius: 0.7em;
}

.mmt-ml-meeting:hover .mmt-ml-date {
    opacity: .8;
    transition: opacity .2s ease-in;
}

.mmt-meeting-list .mmt-ml-day {
    line-height: 1;
    font-size: 2.3em;
}

.mmt-meeting-list .mmt-ml-month {
    margin-top: 0.3em;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.2;
}

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

/**
 * Simple list
 * -------------------------------------------
 */

.mmt-meeting-list--simple .mmt-ml-meeting {
    padding: 1em 0;
    border-bottom: 2px solid #ffcc33;
}

.mmt-meeting-list--simple .mmt-ml-meeting.mmt-ml-first.mmt-ml-last {
    border: none;
    padding: 0;
}

.mmt-meeting-list--simple .mmt-ml-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.mmt-meeting-list--simple .mmt-ml-title {
    margin: 0;
    font-size: 1em;
}

.mmt-meeting-list--simple .mmt-ml-intro p {
    margin: 0;
}

/**
 * Detailed list
 * -------------------------------------------
 */

/** List */
.mmt-meeting-list--detailed .mmt-ml-meetings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/** Meeting */
.mmt-ml-event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.mmt-meeting-list--detailed .mmt-ml-meeting {
    width: 100%;
    max-width: 500px;
    margin-bottom: 1em;
    padding: 0 0 1.5em;
    overflow: hidden;
    border-radius: .7rem;
    border: 1px solid #dbd5d7;
    background-color: #fff;
}

.mmt-meeting-list--detailed .mmt-ml-meeting--verso {
    background-color: #eef3f9;
    box-shadow: none;
}

.mmt-meeting-list--detailed .mmt-ml-meeting--verso .mmt-ml-title {
    position: relative;
    padding-right: 30px;
}

.mmt-meeting-list--detailed .mmt-ml-meeting--verso .mmt-ml-title:after {
    position: absolute;
    top: 4px;
    right: 0.5em;
    content: '';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: transparent url('../../../../../img/logo--small.svg') no-repeat 0 0;
}

.fullwidthWrapper--coloured .mmt-meeting-list--detailed .mmt-ml-meeting--verso {
    background-color: #fff;
    box-shadow: 0 0 1px 1px #ccc;
}

/** Image */
.mmt-ml-image-container {
    overflow: hidden;
}

.mmt-meeting-list--detailed .mmt-ml-meeting-image {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition: -moz-transform .5s ease-out;
    -ms-transition: -ms-transform .5s ease-out;
    -o-transition: -o-transform .5s ease-out;
    transition: transform .5s ease-out;
}

.mmt-ml-meeting:hover .mmt-ml-meeting-image {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

/** Content */
.mmt-meeting-list--detailed .mmt-ml-title {
    padding: 0 1rem;
    margin: .5em 0;
}

.mmt-meeting-list--detailed .mmt-ml-intro {
    padding: 0 1em;
}

.mmt-meeting-list--detailed .mmt-ml-intro p {
    margin-bottom: 0;
}

/** Readmore */
.mmt-meeting-list--detailed .mmt-ml-readMore {
    position: absolute;
    left: 1em;
    bottom: 1em;
}

.mmt-meeting-list--detailed .mmt-ml-readMore::after {
    display: inline-block;
    margin-left: .5em;
    content: '\27a1';
    font-family: 'icons';
}

/** Tags */
.mmt-ml-tags {
    position: relative;
    margin: 1em 0 .5em;
    z-index: 1;
}

.mmt-ml-tag {
    margin: 0 .5em .5em 0;
    padding: 0.2em 0.3rem;
    display: inline-block;
    color: #1a2954;
    border-radius: 0.4rem;
    border: 1px solid #ccc;
    font-size: .8em;
    background: #fff;
}

/** Meta */
.mmt-meeting-list--detailed .mmt-ml-meta {
    position: absolute;
    top: 1.5em;
    right: 0;
    margin: 0;
}

/** Date */
.mmt-meeting-list--detailed .mmt-ml-date {
    margin: 0;
    border-radius: .7rem 0 0 .7rem;
}

/** Footer */
.mmt-meeting-list--detailed .mmt-ml-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1em;
    color: #1a2954;
}

/** Location */
.mmt-meeting-list--detailed .mmt-ml-location {
    padding-top: 0;
}

@media (min-width: 768px) {
    .mmt-meeting-list--detailed .mmt-ml-meetings {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-left: -1em;
    }

    .mmt-meeting-list--detailed .mmt-ml-meeting {
        -ms-flex-preferred-size: calc(33.33% - 1em - 2px);
        flex-basis: calc(33.33% - 1em - 2px);
        margin-left: 1em;
    }
}
