.bsc-spacer {
    height: 1px;
}

.bsc-blue {
    color: #1eaaf1;
}

.Block-Schedule-Component {
    float: left;
    width: 100%;
}

.Block-Schedule-Component-button-wrap {
    display: flex;
    margin-bottom: 30px;
}

.Block-Schedule-Component-button {

}

.Block-Schedule-Component-button .bsc-button {
    background-color: transparent;
    border: 0.125rem solid #f0f1f2;
    color: #7a8286;
    margin: 0 8px 8px 0;
    cursor: pointer;
    padding: 0.625rem 1.5rem;
    font: 500 1rem/1.75rem Roboto,helvetica,sans-serif;
    transition: .15s;
}

.Block-Schedule-Component-button .bsc-button:hover {
    border: 0.125rem solid #1eaaf1;
    color: #1eaaf1;
}

.Block-Schedule-Component-button .bsc-button.active {
    background-color: #1eaaf1;
    border: 0.125rem solid #1eaaf1;
    color: #fff;
}

.Block-Schedule-Component-wrap {
    display: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #d6d6d6;
}

.Block-Schedule-Component-wrap.active {
    display: block;
}

.Block-Schedule-Component-title {

}

.Block-Schedule-Component-thead {
    background-color: #ebf7e3;
    /* background-color: #1eaaf1; */
    display: none;
}

.Block-Schedule-Component-thead .bsc-time {
    width: 20%;
    padding: 8px 16px;
}

.Block-Schedule-Component-thead .bsc-event {
    width: 80%;
    padding: 8px 16px;
}

.Block-Schedule-Component-wrap h2{
    font-size: 24px;
    margin-bottom: 16px;
}

.Block-Schedule-Component-single {
    display: flex;
    flex-wrap: wrap;
}

.Block-Schedule-Component-single .bsc-single-time {
    width: 100%;
    padding: 8px 16px;
    margin: 8px 0;
    font-weight: 600;
    background-color: #ebf7e3;
}

.Block-Schedule-Component-single .bsc-single-info {
    width: 100%;
    padding: 8px 16px;
}

.Block-Schedule-Component-single .bsc-single-name {
    font-weight: 600;
    margin: 8px 0;
}

.Block-Schedule-Component-single .bsc-single-extra {
    margin-bottom: 12px;
}

.Block-Schedule-Component-speaker {
    display: flex;
    align-items: center;
    margin: 12px 0;
}

.Block-Schedule-Component-speaker .bsc-speaker-img {
    padding-right: 12px;
}

.Block-Schedule-Component-speaker .bsc-speaker-img img {
    display: block;
    width: 52px;
    border-radius: 100%;
}

.Block-Schedule-Component-speaker .bsc-speaker-content {

}

.Block-Schedule-Component-speaker .bsc-speaker-name {
    font-size: 16px;
    font-weight: 600;
}

.Block-Schedule-Component-speaker .bsc-speaker-title {
    font-size: 14px;
}

/*
 * WYSIYG editor fix
 */
.bsc-single-extra ul {
    list-style: disc;
    margin: 8px 0;
    padding-left: 30px;
}

.bsc-single-extra ol {
    list-style: auto;
    margin: 8px 0;
    padding-left: 30px;
}

.bsc-single-extra p {
    margin: 8px 0;
}


@media (min-width: 768px) {
    .Block-Schedule-Component-wrap {
        border: none;
    }

    .Block-Schedule-Component-wrap h2{
        font-size: 28px;
    }

    .Block-Schedule-Component-thead {
        display: flex;
    }

    .Block-Schedule-Component-single .bsc-single-time {
        background-color: transparent;
    }

    .Block-Schedule-Component-single .bsc-single-time {
        width: 24%;
        padding: 8px 16px;
    }

    .Block-Schedule-Component-single .bsc-single-info {
        width: 76%;
        padding: 8px 16px;
    }

    .Block-Schedule-Component-single {
        border-bottom: 1px solid #d6d6d6;
    }
}

@media (min-width: 1280px) {
    .Block-Schedule-Component-single .bsc-single-time {
        width: 20%;
    }

    .Block-Schedule-Component-single .bsc-single-info {
        width: 80%;
    }
}
