﻿.mmt-mdp-section-photos {
    margin-bottom: var(--mbase-spacer-md);
}

.mmt-mdp-section-title {
    margin-bottom: var(--mbase-spacer-reg);
}

.mmt-mdp-section-schedule p {
    text-align: right;
}

.mmt-mdp-gallery {
    list-style: none;
    margin: 0 0 var(--mbase-spacer-lg);
    padding: 0;
    overflow: hidden;
}

.mmt-mdp-gallery__listItem {
    display: inline-block;
    width: 120px;
    max-width: 50%;
}

.galleryImage {
    display: block;
    width: 120px;
    max-width: 100%;
    cursor: pointer;
}

.mmt-mdp-section-speakers {
    overflow: hidden;
    margin-bottom: var(--mbase-spacer-lg);
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-mdp-section-speakers ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mmt-mdp-section-speakers ol > li {
    list-style-image: none;
}

.mmt-mdp-section-speakers ol > li::before {
    background: none;
}

.mmt-mdp-section-speakers-link {
    display: block;
    text-decoration: none;
}

.mmt-mdp-section-speakers-list {
    margin-bottom: calc(var(--mbase-spacer-lg) * -1);
}

.mmt-mdp-main .mmt-mdp-section-speakers .mmt-mdp-section-speakers-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mmt-mdp-main .mmt-mdp-section-speakers .mmt-mdp-section-speakers-list > li {
    list-style-image: none;
}

.mmt-mdp-main .mmt-mdp-section-speakers .mmt-mdp-section-speakers-list > li::before {
    background: none;
}

.mmt-mdp-section-speakers-list li::before {
    display: none;
}

.mmt-mdp-section-speakers-speaker {
    float: left;
    margin-right: var(--mbase-spacer);
    width: calc((100% - (var(--mbase-spacer) * (3 - 1))) / 3);
    margin-bottom: var(--mbase-spacer-lg);
    list-style-image: none;
}

.mmt-mdp-section-speakers-speaker:last-child {
    margin-right: 0;
}

.mmt-mdp-section-speakers-speaker:nth-child(3n) {
    margin-right: 0;
}

.mmt-mdp-section-speakers-speaker:nth-child(3n + 1) {
    clear: left;
}

.mmt-mdp-section-speakers-info {
    margin-top: var(--mbase-spacer);
    font-size: var(--mbase-txtSize-7);
}

.mmt-mdp-section-speakers-image {
    display: block;
    border-radius: 50%;
}

.mmt-mdp-section-speakers-name {
    margin-bottom: 0;
    color: var(--mbase-clr-txt-body);
    font-size: var(--mbase-txtSize-5);
    font-weight: var(--mbase-txt-bold) !important;
    font-family: var(--mbase-fam-special-bold) !important;
}

.mmt-mdp-section-speakers-function {
    display: block;
    font-size: var(--mbase-txtSize-7);
    color: var(--mbase-clr-txt-meta);
}

.mmt-mdp-speakerList {
    padding-top: var(--mbase-spacer);
}

.mmt-mdp-section-speakers .mmt-mdp-speakerList > li {
    position: relative;
    padding: var(--mbase-spacer-md) 0;
    overflow: hidden;
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
    margin-left: calc(80px + var(--mbase-spacer-md));
}

.mmt-mdp-speaker-figure,
.mmt-mdp-section-speakers-figure {
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(var(--mbase-clr-white), var(--mbase-clr-black));
}

ol .mmt-mdp-speaker-figure,
ol .mmt-mdp-section-speakers-figure {
    float: left;
}

li:hover .mmt-mdp-speaker-figure img,
li:hover .mmt-mdp-section-speakers-figure img {
    transform: scale(1.05);
    opacity: 1;
}

.mmt-mdp-speaker-figure img,
.mmt-mdp-section-speakers-figure img {
    transition: all 0.25s ease-in-out;
    width: 100%;
    height: auto;
    transform: scale(1.01);
    opacity: 0.95;
}

.mmt-mdp-speaker-details h4 {
    transition: all 0.25s ease-in-out;
    margin: 0;
}

li:hover .mmt-mdp-speaker-details h4 {
    color: var(--mbase-clr-txt-dark);
}

.mmt-mdp-speaker-job-title {
    display: block;
    font-size: var(--mbase-txtSize-7);
    color: var(--mbase-clr-txt-meta);
}

li:hover .mmt-mdp-speaker-job-title {
    color: var(--mbase-clr-link-hover);
}

.mmt-mdp-speaker-bio {
    margin-top: var(--mbase-spacer-xs);
}

.mmt-mdp-speaker-bio p {
    margin-bottom: 0;
}

.mmt-mdp-schedule,
.mmt-mdp-schedule-activity-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mmt-mdp-schedule > li,
.mmt-mdp-schedule-activity-list > li {
    list-style-image: none;
}

.mmt-mdp-schedule > li::before,
.mmt-mdp-schedule-activity-list > li::before {
    background: none;
}

.mmt-mdp-schedule-section,
.mmt-mdp-schedule-activity {
    padding: 0;
    list-style-image: none;
}

.mmt-mdp-schedule-section {
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-mdp-schedule-section:last-child {
    border-bottom: 0;
}

.mmt-mdp-schedule-section::before {
    display: none;
}

.mmt-mdp-schedule-time {
    font-family: var(--mbase-fam-regular);
    flex-direction: row;
    align-items: center;
    padding: var(--mbase-spacer) 0 0 0;
    font-size: var(--mbase-txtSize-7);
    color: var(--mbase-clr-txt-date);
    display: inline-flex;
}

.mmt-mdp-schedule-time::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e037";
}

.mmt-mdp-schedule-time::before {
    margin-right: var(--mbase-spacer-xxs);
}

.mmt-mdp-schedule-title {
    transition: all 0.25s ease-in-out;
    font-size: var(--mbase-txtSize-4);
    font-weight: var(--mbase-txt-medium);
    color: var(--mbase-clr-txt-body);
    margin-bottom: var(--mbase-spacer-xs);
}

.intro--isOpen .mmt-mdp-schedule-title {
    color: var(--mbase-clr-txt-dark);
}

.mmt-mdp-schedule-title-link {
    color: var(--mbase-clr-txt-body);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mmt-mdp-schedule-title-link::after {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e004";
}

.mmt-mdp-schedule-title-link::after {
    transition: left 0.25s ease-in-out;
    position: relative;
    left: 0;
    margin-left: var(--mbase-spacer-sm);
}

.mmt-mdp-schedule-title-link:hover::after {
    left: var(--mbase-spacer-xxs);
}

.mmt-mdp-schedule-title-link::after {
    font-size: var(--mbase-txtSize-5);
}

.mmt-mdp-schedule-title-link:hover {
    color: var(--mbase-clr-link-hover);
}

.mmt-mdp-schedule-photo-link {
    display: inline-block;
    margin: 0 0 var(--mbase-spacer-xs) -2%;
    text-decoration: none;
}

.mmt-mdp-schedule-photo-link:first-child {
    margin-left: 0;
}

.mmt-mdp-schedule-photo-link:hover .mmt-mdp-schedule-photo {
    transform: scale(1.05);
    opacity: 1;
}

.mmt-mdp-schedule-figure {
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    overflow: hidden;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 0 var(--mbase-spacer-xs) 0 0;
}

li:hover .mmt-mdp-schedule-figure img {
    transform: scale(1.05);
    opacity: 1;
}

.mmt-mdp-schedule-photo {
    transition: all 0.25s ease-in-out;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1.01);
    opacity: 0.95;
}

.intro--isOpen .mmt-mdp-schedule-photo {
    transform: scale(1.05);
    opacity: 1;
}

.mmt-mdp-schedule-section-separator {
    margin-top: var(--mbase-spacer-xl);
    padding-bottom: var(--mbase-spacer-sm);
    border: none;
}

.mmt-mdp-schedule-section-separator:first-child {
    margin-top: 0;
}

.mmt-mdp-schedule-separator-title {
    margin-bottom: 0;
    font-size: var(--mbase-txtSize-5);
    font-weight: var(--mbase-txt-medium) !important;
    color: #003057;
}

.mmt-mdp-schedule-activity-list {
    list-style: none;
    padding-left: 0 !important;
    margin-bottom: var(--mbase-spacer-xs);
}

.mmt-mdp-schedule-activity-list li ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: var(--mbase-spacer-md);
    padding-left: calc(6px + var(--mbase-spacer-xs));
    margin-left: var(--mbase-space-xs);
}

.mmt-mdp-schedule-activity-list li ul > li {
    list-style-image: none;
}

.mmt-mdp-schedule-activity-list li ul > li::before {
    background: none;
}

.mmt-mdp-schedule-activity-list li ul li {
    list-style: none;
    padding: var(--mbase-spacer-xxs) 0;
    position: relative;
    line-height: var(--mbase-lnHeight-md);
}

.mmt-mdp-schedule-activity-list li ul li::before {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e004";
}

.mmt-mdp-schedule-activity-list li ul li::before {
    position: absolute;
    left: calc(neg(6px + var(--mbase-spacer-xs)));
    top: 5px;
}

.mmt-mdp-schedule-activity-list li ul li ul {
    margin-block: var(--mbase-spacer-xs);
    list-style: bullet;
}

.mmt-mdp-schedule-activity-list li ul li ul li {
    list-style-type: disc;
    padding: var(--mbase-spacer-xxs) 0;
}

.mmt-mdp-schedule-activity-list li ul li ul li::before {
    display: none;
}

.mmt-mdp-schedule-activity-list li ul li ul li:first-child {
    padding-top: 0;
}

.mmt-mdp-schedule-activity-list li ul li ul li:last-child {
    padding-bottom: 0;
}

.mmt-mdp-schedule-activity {
    transition: all 0.25s ease-in-out;
    position: relative;
    padding: var(--mbase-spacer) 0;
    padding-left: 0 !important;
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-mdp-schedule-activity:before {
    display: none;
}

.mmt-mdp-schedule-activity:first-child {
    padding-top: var(--mbase-spacer-xxxs);
}

.mmt-mdp-schedule-activity:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.mmt-mdp-schedule-activity > *:last-child {
    margin-bottom: 0;
}

.mmt-mdp-schedule-meta {
    display: flex;
    justify-content: space-between;
    padding-top: var(--mbase-spacer-sm);
}

.mmt-mdp-schedule-speaker {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-size: var(--mbase-txtSize-6);
    color: var(--mbase-clr-txt-dark);
    font-weight: var(--mbase-txt-medium);
}

.mmt-mdp-schedule-speaker:hover {
    color: var(--mbase-clr-link-hover);
}

.mmt-mdp-schedule-introduction {
    transition: max-height 0.25s ease-in-out;
    max-height: 0;
    overflow: hidden;
}

.mmt-mdp-schedule-introduction p:first-child {
    margin-top: var(--mbase-spacer-reg);
}

.mmt-mdp-schedule-introduction p:last-child {
    margin-bottom: 0;
}

.intro--isOpen .mmt-mdp-schedule-introduction {
    max-height: 1500px;
}

.no-js .mmt-mdp-schedule-introduction {
    max-height: none;
}

.mmt-mdp-schedule-readMore {
    transition: all 0.25s ease-in-out;
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    padding: 0;
    border: 0;
    font-size: var(--mbase-txtSize-7);
    color: var(--mbase-clr-txt-meta);
    background-color: transparent;
    outline: none;
}

.mmt-mdp-schedule-readMore::after {
    font-family: var(--mbase-fam-icon);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
    content: "\e00d";
}

.mmt-mdp-schedule-readMore::after {
    transition: color 0.125s cubic-bezier(0, 0, 0.3, 1), transform 0.125s cubic-bezier(0, 0, 0.3, 1);
    transform: rotate(90deg);
}

.mmt-mdp-schedule-readMore::after {
    margin-left: var(--mbase-spacer-xs);
}

.mmt-mdp-schedule-readMore:hover {
    color: var(--mbase-clr-link-hover);
}

.intro--isOpen .mmt-mdp-schedule-readMore {
    color: var(--mbase-clr-link-hover);
}

.intro--isOpen .mmt-mdp-schedule-readMore::after {
    transform: rotate(270deg);
}

#activity-1496 .mmt-mdp-schedule-readMore,
#activity-1337 .mmt-mdp-schedule-readMore {
    display: none;
}

.no-js .mmt-mdp-schedule-readMore {
    display: none;
}

@media (max-width: 35.98em) {
    .mmt-mdp-schedule-separator-title {
        font-size: var(--mbase-txtSize-4);
    }
}

@media (min-width: 36em) {
    .mmt-mdp-gallery__listItem {
        margin-right: var(--mbase-spacer-xs);
        margin-bottom: var(--mbase-spacer-xs);
    }

    .mmt-mdp-section-speakers-list {
        overflow: hidden;
    }

    .mmt-mdp-section-speakers-speaker,
    .mmt-mdp-section-speakers-speaker:nth-child(3n),
    .mmt-mdp-section-speakers-speaker:nth-child(3n + 1) {
        float: left;
        clear: none;
        margin-right: 1rem;
        width: calc((100% - (1rem * (4 - 1))) / 4);
    }

    .mmt-mdp-section-speakers-speaker:last-child,
    .mmt-mdp-section-speakers-speaker:nth-child(3n):last-child,
    .mmt-mdp-section-speakers-speaker:nth-child(3n + 1):last-child {
        margin-right: 0;
    }

    .mmt-mdp-section-speakers-speaker:nth-child(4n) {
        margin-right: 0;
    }

    .mmt-mdp-section-speakers-speaker:nth-child(4n + 1) {
        clear: left;
    }

    .mmt-mdp-section-speakers-info {
        font-size: var(--mbase-txtSize-6);
    }

    .mmt-mdp-section-speakers-image {
        vertical-align: middle;
    }

    .mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
        margin-left: calc(120px + var(--mbase-spacer-md));
    }

    .mmt-mdp-speaker-figure,
    .mmt-mdp-section-speakers-figure {
        width: 120px;
        height: 120px;
    }

    .mmt-mdp-schedule-photo-link {
        display: block;
    }

    .mmt-mdp-schedule-activity-list {
        display: block;
        width: 100%;
    }
}

@media (min-width: 48em) {
    .mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
        margin-left: calc(140px + var(--mbase-spacer-md));
    }

    .mmt-mdp-schedule-activity {
        padding: var(--mbase-spacer) 0;
    }

    .mmt-mdp-speaker-figure,
    .mmt-mdp-section-speakers-figure {
        width: 140px;
        height: 140px;
    }
}

@media (min-width: 62em) {
    .mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
        margin-left: calc(120px + var(--mbase-spacer-md));
    }

    .mmt-mdp-speaker-figure,
    .mmt-mdp-section-speakers-figure {
        width: 120px;
        height: 120px;
    }
}

@media (min-width: 80em) {
    .mmt-mdp-section-speakers-image {
        width: 180px;
    }
}

@media (min-width: 90em) {
    .mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
        margin-left: calc(140px + var(--mbase-spacer-md));
    }

    .mmt-mdp-speaker-figure,
    .mmt-mdp-section-speakers-figure {
        width: 140px;
        height: 140px;
    }
}
