.mmt-mdp-nav {
    position: relative;
}

.mmt-nav__item {
    background-color: hsla(0,0%,65%,.15);
    color: #000;
    overflow: hidden;
    margin: 0 1px 0 0;
}

.mmt-nav__item:first-child {
    border-radius: 1em 0 0 1em;
}

.mmt-nav__item:last-child {
    border-radius: 0 1em 1em 0;
}

.mmt-nav__item:hover {
    opacity: 1;
}

.mmt-nav__item a {
    display: block;
    margin-right: 1px;
    padding: .3em 1.3em;
    font-size: .8em;
    color: inherit;
    background-color: inherit;
}

.mmt-nav__item a:hover {
    background-color: hsla(0,0%,65%,.25);
}

.mmt-nav__item--active {
    opacity: 1;
    color: #fff;
    border-color: var(--primaryColor);
    background-color: var(--primaryColor);
}

.mmt-nav__item--active a {
    pointer-events: none;
    cursor: default;
}

@media screen and (max-width: 460px) {
    .mmt-nav__item a {
        width: 100%;
        height: 2em;
        overflow: hidden;
    }

    .mmt-nav__item a:before {
        font-family: 'icons';
        display: block;
        text-align: center;
    }

    .mmt-nav--about a:before {
        content: '\2139';
    }

    .mmt-nav--location a:before {
        content: '\1f4cd';
    }

    .mmt-nav--schedule a:before {
        content: '\1f5d3';
    }

    .mmt-nav--speakers a:before {
        content: '\1d32f';
    }

    .mmt-nav--register a:before {
        content: '\2713';
    }

    .mmt-nav--attendees a:before {
        content: '\1d32f';
    }

    .mmt-nav--materials a:before {
        content: '\270d';
    }
}

@media (min-width: 640px){
    .mmt-mdp-nav:before {
        position: absolute;
        top: 50%;
        right: calc(100% + 40px);
        display: block;
        height: 1px;
        width: 60px;
        content: '';
        background-color: #a6a6a6;
    }
}

.mmt-mdp-header {
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    .mmt-mdp-header {
        margin-top: 4rem;
    }
}

.mmt-meeting-detail-page .u-imageWrapper {
    margin-bottom: 2em;
}

.mmt-mdp__meta {
    font-size: .8rem;
    color: #000;
}

@media screen and (max-width: 767px) {
    .mmt-mdp__meta {
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }

    .mmt-mdp__meta > * {
        margin-right: 2em;
    }
}

.mmt-mdp__meta a {
    color: inherit;
}

.mmt-mdp-cover-image,
.mmt-mdp-headerIntro {
    display: none;
}

.content__title {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.mmt-mdp-about .mmt-mdp-cover-image,
.mmt-mdp-about .mmt-mdp-headerIntro {
    display: block;
}

.mmt-mdp-about .mmt-mdp-cover-image {
    height: 500px;
    margin-bottom: 2em;
    background-size: cover;
    background-position: 50% 50%;
}

@media screen and (max-width: 640px) {
    .mmt-mdp-about .mmt-mdp-cover-image {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .u-imageWrapper .u-coverImage {
        left: 50%;
        transform: translateX(-50%);
        width: 100vw;
        max-width: 1680px;
    }
}


.mmt-mdp-about .mmt-mdp-headerIntro {
    margin-bottom: 4em;
}

/**
 * Main Content
 */

.mmt-mdp-section h3 {
    margin-bottom: 1em;
}

.mmt-mdp-sidebar .mmt-mdp-section {
    margin-bottom: 2em;
    padding-bottom: 1em;
    border-bottom: 1px dashed hsla(0,0%,65%,.85);
    font-size: .8rem;
}

.mmt-mdp-sidebar h3 {
    font-size: .8rem;
        font-weight: normal;
}

@media screen and (min-width: 768px) {
    .mmt-mdp-about .mmt-mdp-headerContent {
        padding: 3rem 0 1rem;
    }
}

/**
 * buttons
 */

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

.mmt-mdp-cta:not(.mmt-mdp-cta-secondary) {
    overflow: hidden;
    margin: 0 .5em .5em 0;
    padding: .3em 1em;
    border-radius: 1em;
    color: #fff;
    background-color: var(--primaryColor);
}

.mmt-mdp-cta:not(.mmt-mdp-cta-secondary):hover {
    background: #1e1e1e;
}

.mmt-mdp-cta::after {
    content: '\2192';
    font-family: 'icons';
    margin-left: .3em;
    font-size: .8em;
}

/**
 * Related post snippet output in sidebar via js
 */
.mmt-mdp-sidebar .relatedPosts li {
    line-height: 1.2;
    font-size: .8em;
    margin-bottom: 1em;
}

/**
 * Hide unwanted things
 */

.MeetingConfirmNote,
.mmt-mdp-registration-form__finally legend {
    display: none;
}
