.mod-meeting2 .main__title {
    position: absolute;
    left: -999em;
}

.mmt-mdp-main {
    margin-bottom: 85px
}

.mmt-mdp-sidebar h3 {
    font-style: italic;
    border-bottom: 1px solid #ddd;
}

.mmt-mdp-section-photos img {
    width: 100%;
}

@media (min-width:1024px) {
    .mmt-mdp-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between
    }

    .mmt-mdp-main {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .mmt-mdp-sidebar {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .mmt-mdp-sidebar .mmt-mdp-cta {
        display: block;
        padding: .35em 1em;
        border: 1px solid #E98734;
        border-radius: 1.2em;
        text-align: center;
        font-weight: 700;
        font-size: 1.11em;
        line-height: 1;
        word-break: keep-all;
        text-decoration: none;
        color: #fff;
        background-color: #E98734;
    }

    .mmt-mdp-sidebar .mmt-mdp-cta:hover {
        background-color: #ff881a;
    }
}

@media (min-width:1366px) {
    .mmt-mdp-sidebar {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

.mmt-mdp-summary h2 {
    max-width: 650px;
    margin-bottom: 16px;
    padding-top: 56px;
    font-size: 2.222em;
    line-height: 1.1;
}

@media screen and (min-width: 376px) {
    .mmt-mdp-summary h2 {
        font-size: 2.667em;
        line-height: 1.083;
    }
}

.mmt-mdp-meta-data {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 32px;
}

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

span.mmt-mdp-location::before {
    content: '\1f4cd\00a0';
    font-family: 'ncvicons';
    color: #3F8BB7;
}

/**
 * Navigation / tabs
 */

.mmt-mdp-back,
.mmt-mdp-nav {
    position: relative;
    padding: 1em 0;
}

.mmt-mdp-nav::before,
.mmt-mdp-back::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    bottom: 0;
    transform: translateX(-50%);
    background-color: inherit;
}

.mmt-mdp-back a {
    display: inline-block;
    padding: .3em 1.3em .3em .6em;
    border: 1px solid;
    border-radius: 1.5em;
    font-weight: 700;
    text-decoration: none;
}

.mmt-mdp-back a:hover {
    color: #fff;
    background-color: #6b9819;
}

.mmt-mdp-nav {
    font-weight: bold;
    background-color: #f8f8f8;
    margin-bottom: 32px;
}

.mmt-mdp-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mmt-mdp-nav li {
    display: inline-block;
    margin-right: .8em;
}

.mmt-mdp-nav a {
    display: block;
    padding: 0.45em 1.5em 0.55em;
    border-radius: 1.8em;
    font-size: 1.111em;
    line-height: 1;
    text-decoration: none;
    background: #fff;
}

.mmt-mdp-nav a:hover,
.mmt-mdp-active a {
    color: #fff;
    background: #6b9819;
}

/**
 * Locations tab
 */

.mmt-mdp-location-map {
    width: 100%;
    height: 400px;
}

@media (min-width:1024px) {
    .mmt-mdp-section-location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .mmt-mdp-location-images {
        margin: 45px 32px 0 0;
        padding: 0;
        list-style: none;
    }

    .mmt-mdp-section-location h3 {

    }
}

.Registration {/** Layout fix for lack of l-rw__inner class */
    max-width: 732px;
    margin: 2em auto;
    padding: 16px;
}

@media screen and (min-width: 1024px) {
    .Registration {
        max-width: 985px;
    }
}

@media screen and (min-width: 1366px) {
    .Registration {
        max-width: 1250px;
    }
}
