.mmt-meeting-detail .content__titleRow h1,
.mmt-meeting-detail .site__topRight {
    display: none;/** in case it is set to 'on' in design settings */
}

.mmt-meeting__banner {
    position: absolute;
    right: 0;
    left: 0;
    height: 16rem;
    background-color: var(--lightGray);
    background-size: cover;
}

.mmt-meeting__content {
    position: relative;
    color: #6f6f6f;
}

.mmt-meeting__content--hasBanner {
    padding-top: 12rem;
}

.mmt-meeting__intro {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    color: #fff;
    background: var(--yellow);
}

.mmt-meeting__intro :is(h1, .h2, h2, .h3, h3, h4, h5) {
    color: inherit !important;
}

.mmt-meeting__intro p a {
    color: inherit;
    text-decoration: underline;
}

.mmt-meeting__title {
    font-size: 2rem;
}

.mmt-meeting__meta {
    position: relative;
    margin-bottom: 1.5rem;
    padding-left: 2rem;
    font-size: 1.375rem;
    line-height: 1.5;
    color: #14d17f;
}

.mmt-meeting__date:before {
    position: absolute;
    left: 0;
}

.mmt-meeting__body {
    margin-bottom: 3rem;
}

.mmt-mdp-section-inner * {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
    font-family: 'Nunito Sans', sans-serif !important;
    color: var(--primary) !important;
}

.mmt-meeting__highlight {
    max-width: 30rem;
    margin: 0 auto 4rem auto;
    padding: 1.5rem;
    background: #fff;
    box-shadow: var(--boxShadow);
}

.mmt-meetingNav {
    margin-bottom: 1rem;
    clear: both;
    overflow: hidden;
}

.mmt-meetingNav__link {
    display: block;
    margin: 0 .5em .5em 0;
    padding: .1rem .5rem .2rem;
    border: 1px solid;
    font: 1.5rem/1.75rem Dosis, sans-serif;
    text-decoration: none !important;
}

.mmt-meeting__pePoints,
.mmt-mdp-location {
    display: block;
    margin-bottom: 1.5rem;
}

.mmt-mdp-location-desc {
    margin-bottom: .5rem;
}

.mmt-mdp-location-images li {
    margin-right: 0;
    margin-bottom: .5rem;
}

.mmt-mdp-location-address {
    font-style: normal;
}

/** table tweaks */
.mmt-meeting__content table {
    width: 100%;
    margin-bottom: 2em;
}

.mmt-meeting__highlightTitle {
    margin-bottom: 1.5rem;
    color: var(--green);
}

.mmt-meeting__highlight th,
.mmt-meeting__highlight td {
    text-align: left;
    padding: .5em 0;
}

.mmt-mdp-location-address--title .icon-marker:before {
    margin: 0;
    font-size: 1.1rem;
}

.mmt-mdp-location-direction,
.mmt-mdp-location-direction:hover {
    color: #6f6f6f;
}

tr.mmt-mdp-schedule-separator td {
    font: 1.2rem/1.2 Dosis, sans-serif;
    padding: 1.5em .5rem .3em;
    border: 0;
    color: var(--mediumGray);
}

.mmt-mdp-about td.mmt-mdp-schedule-time {
    width: 8em;
}

.mmt-mdp-hosts {
    margin-bottom: 1.5rem;
}

.mmt-mdp-host {
    display: block;
}

@media (min-width: 400px) {
    td.mmt-mdp-schedule-time {
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .mmt-meeting__banner {
        height: 25rem;
        max-width: 58.33333%;
    }

    .mmt-meeting__content {
        display: block !important;
        clear: both;
        content: "";
        overflow: hidden;
    }

    .mmt-meeting__content--hasBanner {
        padding-top: 27rem;
    }

    .mmt-meeting__intro {
        float: right;
        max-width: 50%;
        position: relative;
        padding: 3rem;
        margin-top: 3rem;
    }

    .mmt-meeting__content--hasBanner .mmt-meeting__intro {
        margin-top: -23rem;
    }

    .mmt-meeting__backLink {
        position: absolute;
        right: 0;
        top: -3rem;
    }

    .mmt-meeting__content--hasBanner .mmt-meeting__backLink {
        top: -4rem;
    }

    .mmt-meeting__backLink a {
        display: inline-block;
    }

    .mmt-meeting__body {
        float: left;
        max-width: 50%;
        padding-right: 30px;
    }

    .mmt-meeting__about {
        position: relative;/** for positioning dots image */
        float: right;
        width: 100%;
        max-width: 50%;
    }

    .mmt-meeting__highlight {
        max-width: 24rem;
        padding: 3rem;
    }

    .mmt-meeting__about::before {
        position: absolute;
        display: block;
        content: "";
        height: 15rem;
        width: 15rem;
        left: -5.5rem;
        bottom: -3.5rem;
        background: url(/ui/knvi/img/dots-square.png);
    }

    .mmt-meeting__about > * {
        position: relative;
    }

    .mmt-meeting__authors {
        position: relative;/** for placing over dots image */
        max-width: 24rem;
        margin-left: 3rem;
    }
}
