@media screen and (min-width: 900px) {
    /** Columns */
    .mmt-mdp-main,
    .mmt-mdp-sidebar {
        display: inline-block;
        box-sizing: border-box;
        vertical-align: top;
    }

    .mmt-mdp-main {
        width: calc(66.6667% - 25px);
        margin-right: 50px;
    }

    .mmt-mdp-sidebar {
        width: calc(33.3334% - 25px);
    }
}

.navigation__main a,
.navigation__meta a {
    color: #000;
}

.header {
    position: relative;
    background: #fff;
    box-shadow: none;
}

.header__logo {
    background: url(../../../../../img/logo_black.svg) 0 0 no-repeat;
}

.navigation__meta > ul > li:nth-last-child(2) a,
.navigation__meta > ul > li:nth-last-child(1) a:hover {
    border: 2px solid #000;
    color: #000;
}

.navigation__meta > ul > li:nth-last-child(1) a:hover {
    border-color: #c8e7fa;
    background: #fff;
    color: #1293d1;
}

.navigation__meta > ul > li:nth-last-child(2) a:hover {
    background: #000;
    color: #fff;
}

.main__cover {
    display: none;
}

.content {
    flex: 0 0 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    max-width: 100%;
}

.main {
    background: #f2f5f7;
}

.Article__inner {
    background: #fff;
    padding-bottom: 1em;
}

.mmt-mdp-nav {
    margin: 0.8em 0 1em 0;
}

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

.mmt-mdp-nav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: auto;
    border-bottom: 1px solid #eaeaea;
}

.mmt-mdp-nav li {
    display: inline-block;
    text-align: center;
}

.mmt-mdp-nav a {
    display: block;
    padding: 0.5em 1.2em;
    font-size: 1.1em;
    text-decoration: none;
    color: #a45739;
}

.mmt-mdp-nav a:hover,
.mmt-mdp-active > a {
    border-bottom: 3px solid #a45739;
    color: #a45739;
    background: #fff;
}

.mmt-mdp-active > a {
    font-weight: bold;
}

.mmt-mdp-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 40px;
}

.mmt-mdp-cover-image {
    width: 555px;
    min-height: 450px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.mmt-mdp-cover-image,
.mmt-mdp-summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.mmt-mdp-summary {
    position: relative;
    padding: 30px 36px 60px 36px;
    min-height: 450px;
    background-color: #fff;
}

.mmt-mdp-summary h2 {
    margin-bottom: 10px;
    font-weight: 600;
}

.mmt-mdp-date,
.mmt-mdp-tag {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 4px 14px;
    border-radius: 12px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 1px;
    background-color: #f7b9a1;
    color: #a45739;
}

.mmt-mdp-tag {
    color: #036da0;
    background-color: #dbe6ec;
}

.mmt-mdp-header .mmt-mdp-location {
    display: block;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    text-indent: 25px;
    background: url(../../../img/icon_location.svg) left center no-repeat;
}

.tags {
    padding-left: 25px;
    font-size: 16px;
}

.tagsLabel {
    font-weight: 600;
}

.mmt-mdp-section-social-media {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 20px 66px 10px 0;
    background-color: #f7b9a1;
}

.mmt-mdp-section-social-media h3 {
    font-size: 1rem;
    font-weight: 600;
    font-style: normal;
    color: #a45739;
    line-height: 1.6;
}

.mmt-mdp-content h3 {
    margin: 0.4em 0;
    font-size: 1.2em;
    color: #a45739;
}

.mmt-mdp-content h4 {
    font-size: 1em;
    color: #a45739;
}

.a2a_svg {
    background: transparent !important;
}

.a2a_svg path {
    fill: #a45739 !important;
}

.site--mainMenuCollapsed .mmt-mdp-header {
    margin: 100px 0 0 0;
}

.site--mainMenuCollapsed .mmt-mdp-cover-image,
.site--mainMenuCollapsed .mmt-mdp-summary {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.site--mainMenuCollapsed .mmt-mdp-cover-image {
    height: 250px;
}


/** Tables */
.mmt-meeting-detail-page table {
    width: 100%;
    border-collapse: collapse;
}

.mmt-meeting-detail-page a {
    text-decoration: none;
}

.mmt-meeting-detail-page caption {
    padding: 2px 0;
    text-align: left;
}

.mmt-meeting-detail-page th,
.mmt-meeting-detail-page td {
    padding: .6em .5rem;
    text-align: left;
}

.mmt-meeting-detail-page th + th,
.mmt-meeting-detail-page td + td {
    padding-left: 1rem;
}

.mmt-meeting-detail-page th {
    font-size: .8em;
}

.mmt-meeting-detail-page thead th {
    background: #eef3f9;
}

.mmt-meeting-detail-page td {
    vertical-align: top;
    line-height: 1.2;
    hyphens: initial;
}

.mmt-meeting-detail-page td[itemprop="price"] {
    word-break: normal;
}

/**
 * Schedule table
 */
.mmt-mdp-full-schedule {
    display: block;
    padding-top: .5em;
    text-align: right;
    font-size: .8em;
    border-top: 1px solid #ccc;
}

.mmt-mdp-full-schedule:after {
    padding-left: .5em;
    font-family: 'icons';
    content: "\27a1";
}

.mmt-mdp-schedule-table td {
    border-top: 1px solid #ccc;
}

/** Day separators */
.mmt-mdp-schedule-separator td {
    padding: .6em 1.4em;
    font-weight: bolder;
    font-size: .8em;
    border-top: 0;
    background: rgba(0,0,0,0.05);
}

/** Extra white space in first and last row */
.mmt-mdp-schedule-separator + tr td {
    padding-top: 1em;
}

.mmt-mdp-schedule-table tr.mmt-mdp-last td {
    padding-bottom: 1em;
}

/** Activity with linked documents */
.mmt-activity-has-documents a:after {
    float: right;
    font-family: "fjell";
    content: "\1f4c1";
}

/** Reset "last" elements */
.mmt-mdp-last {
    margin: 0;
    padding: 0;
    border: 0;
}

/** Downloads */
.mmt-mdp-downloads {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mmt-mdp-downloads a[href*="format=save_to_disk"]:before {
    margin-right: .3em;
    font-family: "fjell";
    font-size: 14px;
    font-weight: normal;
    content: "\2913";
}

.mmt-mdp-active > a {
    color: #a45739;
    font-weight: bold;
    border-bottom: 3px solid #a45739;
    background: #fff;
}
