/* Start:/local/components/avilum/program_new/templates/.default/style.css?161054125216634*/
.js{border: 1px solid hsl(0, 0%, 92%);}
.cd-schedule {margin:0!important;padding:0!important;width:100%!important;background:none!important;}
.cd-schedule__timeline ul{padding: 0;list-style: none;}
.cd-schedule__timeline li span{display: none!important;}
.cd-schedule__timeline li{list-style: none!important;}
.js .cd-schedule .cd-schedule__timeline li:after{left: 0; width: 100%; background: hsl(0, 0%, 92%);}
.cd-schedule__top-info {background:rgba(235,235,235,1);}
.cd-schedule__top-info span {font-size:1rem!important;line-height:1.125rem!important;font-family:'Roboto Condensed';font-weight:700!important;  font-family:'DINPro-Condencsed-Regular',sans-serif;font-size:.875rem;line-height:1rem;letter-spacing:.0625rem;text-transform:uppercase;font-weight:700;letter-spacing:.125rem;}

.cd-schedule__group ul li {background:rgba(255,255,255,1);}

.cd-schedule__event {font-size:.75rem!important;line-height:1rem!important;font-family:'Roboto Condensed';font-weight:300!important;}

.cd-schedule__event a {padding:.375rem!important;background:rgba(104,106,116,1)!important;overflow:hidden;}
.cd-schedule__event a.time-12-00 {background:rgba(150,75,75,1)!important;}
.cd-schedule__event a em.time-12-00 {display:none;}

.cd-schedule__event a:before {float:left;display:inline-block;margin-right:.25rem;padding:.125rem .375rem .125rem .375rem;border-radius:.75rem;font-size:.675rem!important;line-height:1rem!font-family:'Roboto Condensed';font-weight:400;background:rgba(255,255,255,1);color:rgba(66,69,81,1);}

.cd-schedule__location {display:inline-block;margin-right:.25rem;padding:.125rem .375rem .125rem .375rem;font-size:.675rem;line-height:1rem;border-radius:.75rem;font-family:'Roboto Condensed';font-weight:400;background:rgba(255,255,255,1);color:rgba(146,37,35,1); font-style: normal;}

.cd-schedule__title {float:left;display:inline-block;margin-top:.25rem;font-size:.6rem;line-height:.75rem;font-family:'Roboto Condensed';font-weight:400;color:rgba(255,255,255,1);}

.cd-schedule {
    position: relative
}

.cd-schedule::before {
    content: 'mobile';
    display: none
}

.cd-schedule__events ul{list-style: none;padding: 0;}

@media(min-width: 64rem){
  .js{
    height: 1762px;
  }
}
@media (min-width: 64rem) {
    .js .cd-schedule {
        width: calc(100% - 1.25em);
        width: calc(100% - 2*var(--component-padding));
        margin-left: auto;
        margin-right: auto;
        max-width: 90rem;
        max-width: var(--max-width-xl)
    }
    .js .cd-schedule::before {
        content: 'desktop'
    }
}

.cd-schedule__timeline {
    display: none
}

@media (min-width: 64rem) {
    .js .cd-schedule__timeline {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding-top: 50px;
        padding-top: 40px
    }
    .js .cd-schedule__timeline li {
        position: relative;
        height: 40px;
        margin: 0;
    }
    .js .cd-schedule__timeline li::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: hsl(0, 0%, 92%);
        background: var(--cd-color-border)
    }
    .js .cd-schedule__timeline li:last-of-type::after {
        display: none
    }
    .js .cd-schedule__timeline li span {
        display: none
    }
}

@media (min-width: 80rem) {
    .js .cd-schedule__timeline li::after {
        width: calc(100% - 60px);
        left: 60px
    }
    .js .cd-schedule__timeline li span {
        display: inline-block;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 0.83333em;
        font-size: var(--text-sm)
    }
    .js .cd-schedule__timeline li:nth-of-type(2n) span {
        display: none
    }
}

.cd-schedule__events {
    position: relative;
    z-index: 1
}

@media (min-width: 64rem) {
    .js .cd-schedule__events {
        width: 100%
    }
    .js .cd-schedule__events>ul {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
        align-items: center;
    }
}

.cd-schedule__group {
    margin-bottom: 2em;
    margin-bottom: var(--space-lg)
}

@media (min-width: 64rem) {
    .js .cd-schedule__group {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border: 1px solid hsl(0, 0%, 92%);
        border: 1px solid var(--cd-color-border);
        margin-bottom: 0
    }
    .js .cd-schedule__group:not(:first-of-type) {
        border-left-width: 0
    }
}

.cd-schedule__group>ul {
    position: relative;
    padding: 0 1.25em;
    padding: 0 var(--component-padding);
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
}

.cd-schedule__group>ul::after {
    display: inline-block;
    content: '-';
    width: 1px;
    height: 100%;
    opacity: 0;
    color: transparent
}

@media (min-width: 64rem) {
    .js .cd-schedule__group>ul {
        list-style: none;
        height: 950px;
        height: calc(40px*var(--schedule-rows-number));
        overflow: visible;
        padding: 0
    }
    .js .cd-schedule__group>ul::after {
        display: none
    }
}

.cd-schedule__top-info {
    width: 100%;
    padding: 0 1.25em;
    padding: 0 var(--component-padding)
}

.cd-schedule__top-info>span {
    display: inline-block;
    margin-bottom: 0.75em;
    margin-bottom: var(--space-sm);
    font-weight: bold
}

@media (min-width: 64rem) {
    .js .cd-schedule__top-info {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: 50px;
        height: 40px;
        border-bottom: 1px solid hsl(0, 0%, 92%);
        border-bottom: 1px solid var(--cd-color-border);
        padding: 0
    }
    .js .cd-schedule__top-info>span {
        font-weight: normal;
        font-size: 0.83333em;
        font-size: var(--text-sm);
        margin-bottom: 0
    }
}

.cd-schedule__event {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    float: left;
    height: 150px;
    width: 70%;
    max-width: 300px;
    margin-right: 1.25em;
    margin-right: var(--space-md);
    transition: opacity .2s, background .2s
}

.cd-schedule__event a {
    display: block;
    height: 100%;
    padding: 0.75em;
    padding: var(--space-sm);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0,.2);
    text-decoration: none
}

.cd-schedule__event a::before {
    content: attr(data-start) "—" attr(data-end)
}

@media (min-width: 48rem) {
    .js .cd-schedule__event {
        width: 40%
    }
}

@media (min-width: 64rem) {
    .js .cd-schedule__event {
        position: absolute;
        z-index: 3;
        width: calc(100% + 2px);
        left: -1px;
        max-width: none;
        margin-right: 0
    }
    .js .cd-schedule__event a {
        padding: 0.75em;
        padding: var(--space-sm);
        box-shadow: 0 10px 20px rgba(0, 0, 0, .4), inset 0 -3px 0 rgba(0, 0, 0, 0.4)
    }
}

@media (min-width: 64rem) {
    .js .cd-schedule__event--selected {
        visibility: hidden
    }
    .js .cd-schedule--loading .cd-schedule__event {
        opacity: 0
    }
}

.cd-schedule__name,
.cd-schedule__event a::before,
.cd-schedule-modal__name,
.cd-schedule-modal__date {
    display: block;
    color: hsl(0, 0%, 100%);
    color: var(--color-white);
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.cd-schedule__name,
.cd-schedule-modal__name {
    font-size: 1.44em;
    font-size: var(--text-lg)
}

@media (min-width: 64rem) {
    .cd-schedule__name,
    .cd-schedule-modal__name {
        font-size: 1em;
        font-size: calc(var(--text-sm)*1.2)
    }
}

.cd-schedule-modal__date,
.cd-schedule__event a::before {
    opacity: .7;
    margin-bottom: 0.25em;
    margin-bottom: var(--space-xxxs)
}

@media (min-width: 64rem) {
    .cd-schedule-modal__date,
    .cd-schedule__event a::before {
        font-size: 0.72916em;
        font-size: calc(var(--text-xs)*1.05);
        margin-bottom: 0.125em;
        margin-bottom: 4px
    }
}

.cd-schedule__event [data-event="event-1"],
.cd-schedule-modal[data-event="event-1"] .cd-schedule-modal__header-bg {
    background: hsl(199, 25%, 46%);
    background: var(--cd-color-event-1)
}

.cd-schedule__event [data-event="event-2"],
.cd-schedule-modal[data-event="event-2"] .cd-schedule-modal__header-bg {
    background: hsl(271, 23%, 26%);
    background: var(--cd-color-event-2)
}

.cd-schedule__event [data-event="event-3"],
.cd-schedule-modal[data-event="event-3"] .cd-schedule-modal__header-bg {
    background: hsl(162, 14%, 68%);
    background: var(--cd-color-event-3)
}

.cd-schedule__event [data-event="event-4"],
.cd-schedule-modal[data-event="event-4"] .cd-schedule-modal__header-bg {
    background: hsl(31, 89%, 68%);
    background: var(--cd-color-event-4)
}

.cd-schedule-modal {
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: visibility .4s, -webkit-transform .4s;
    transition: transform .4s, visibility .4s;
    transition: transform .4s, visibility .4s, -webkit-transform .4s;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
}

@media (min-width: 64rem) {
    .cd-schedule-modal {
        right: auto;
        width: auto;
        height: auto;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        will-change: transform, width, height;
        transition: height .4s, width .4s, visibility .4s, -webkit-transform .4s;
        transition: height .4s, width .4s, transform .4s, visibility .4s;
        transition: height .4s, width .4s, transform .4s, visibility .4s, -webkit-transform .4s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
    }
}

.cd-schedule-modal__header {
    position: relative;
    height: 70px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%
}

@media (min-width: 64rem) {
    .cd-schedule-modal__header {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        height: 100%
    }
}

.cd-schedule-modal__content {
    position: relative;
    z-index: 3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.75em 1.25em;
    padding: var(--space-sm) var(--component-padding)
}

@media (min-width: 64rem) {
    .cd-schedule-modal__content {
        display: block;
        padding: 0.75em;
        padding: var(--space-sm)
    }
}

.cd-schedule-modal__body {
    position: relative;
    width: 100%;
    height: calc(100% - 70px)
}

@media (min-width: 64rem) {
    .cd-schedule-modal__body {
        height: 100%;
        width: auto
    }
}

.cd-schedule-modal__event-info {
    position: relative;
    z-index: 2;
    line-height: 1.4;
    line-height: var(--body-line-height);
    height: 100%;
    overflow: hidden;
    font-size: 1em;
    font-size: calc(var(--text-sm)*1.2)
}

.cd-schedule-modal__event-info>div {
    overflow: auto;
    height: 100%;
    padding: 1.25em 1.25em;
    padding: var(--space-md) var(--component-padding)
}

@media (min-width: 64rem) {
    .cd-schedule-modal__event-info {
        opacity: 0;
        font-size: 0.83333em;
        font-size: var(--text-sm)
    }
    .cd-schedule-modal__event-info>div {
        padding: 1.625em 2.4em 1.625em 1.625em;
        padding: calc(var(--space-md)*1.3) calc(var(--space-lg)*1.2) calc(var(--space-md)*1.3) calc(var(--space-md)*1.3)
    }
}

.cd-schedule-modal__header-bg,
.cd-schedule-modal__body-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

@media (min-width: 64rem) {
    .cd-schedule-modal__header-bg,
    .cd-schedule-modal__body-bg {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
}

.cd-schedule-modal__header-bg {
    z-index: 2;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center
}

@media (min-width: 64rem) {
    .cd-schedule-modal__header-bg {
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
    }
}

.cd-schedule-modal__body-bg {
    z-index: 1;
    background: hsl(0, 0%, 100%);
    background: var(--color-white);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left
}

@media (min-width: 64rem) {
    .cd-schedule-modal__body-bg {
        opacity: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.cd-schedule-modal--no-transition {
    transition: none
}

.cd-schedule-modal--no-transition .cd-schedule-modal__header-bg,
.cd-schedule-modal--no-transition .cd-schedule-modal__body-bg {
    transition: none !important
}

.cd-schedule-modal__date {
    display: none
}

@media (min-width: 64rem) {
    .cd-schedule-modal__date {
        display: block
    }
}

.cd-schedule-modal__close {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    height: 70px;
    width: 70px;
    background: hsla(240, 8%, 12%, 0.1);
    background: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.1)
}

.cd-schedule-modal__close::before,
.cd-schedule-modal__close::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 22px;
    background: hsl(0, 0%, 100%);
    background: var(--color-white);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-schedule-modal__close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.cd-schedule-modal__close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

@media (min-width: 64rem) {
    .cd-schedule-modal__close {
        width: 40px;
        height: 40px;
        background: transparent;
        opacity: 0
    }
    .cd-schedule-modal__close::after,
    .cd-schedule-modal__close::before {
        background: hsl(0, 0%, 13%);
        background: var(--cd-color-text);
        height: 16px
    }
}

.cd-schedule-modal--open {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible
}

.cd-schedule-modal--open .cd-schedule-modal__event-info>div {
    -webkit-overflow-scrolling: touch
}

@media (min-width: 64rem) {
    .cd-schedule-modal--animation-completed .cd-schedule-modal__close,
    .cd-schedule-modal--content-loaded.cd-schedule-modal--animation-completed .cd-schedule-modal__event-info {
        opacity: 1;
        transition: opacity .2s
    }
    .cd-schedule-modal--open .cd-schedule-modal__body-bg {
        opacity: 1;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1)
    }
}

.cd-schedule__cover-layer {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsla(240, 8%, 12%, 0.8);
    background: hsla(var(--color-black-h), var(--color-black-s), var(--color-black-l), 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s, visibility .4s
}

.cd-schedule-modal--open+.cd-schedule__cover-layer {
    opacity: 1;
    visibility: visible
}

.cd-main-header h1 {
    color: hsl(0, 0%, 13%);
    color: var(--cd-color-text);
    font-weight: 700
}

.cd-article-link {
    font-size: 0.83333em;
    font-size: var(--text-sm);
    transition: opacity .2s
}

.cd-article-link:hover {
    opacity: 0.8
}
/* End */
/* /local/components/avilum/program_new/templates/.default/style.css?161054125216634 */
