#program_bg {
    width: 100%;
    background-color: whitesmoke;
    padding-top: 128px;
    margin: 0;
}

.program_titles {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 2.25em;
    font-weight: 600;
    text-align: center;
    margin: 0 0 64px 0;
}

#program_date_tabs_container {
    width: 80%;
    margin: 0 auto 76px auto;
}

#program_date_tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 0 auto;
    max-width: 69em;
}

#ripple {
    position: absolute;
    overflow: hidden;
    z-index: 0;
    border-radius: 2px 2px 0 0;
}

@keyframes rippleScaleMid {
    0% {
        transform: scale(0.4);
        opacity: 1;
    }
    50% {
        transform: scale(1.0);
        opacity: .85;
    }
    100% {
        opacity: 0;
    }
}

@keyframes rippleScale {
    0% {
        transform: scale(0.25);
        opacity: 1;
    }
    50% {
        transform: scale(1.0);
        opacity: .85;
    }
    100% {
        opacity: 0;
    }
}

#ripple_circle {
    opacity: 0;
    display: none;
    animation: rippleScale 300ms ease-out;
    background-color: #F2632138;
    position: relative;
    clip-path: circle(50%);
}

/* Style program tab links */
.tablink {
    z-index: 1;
    /*background-color: #555;*/
    /*color: white;*/
    font-family: Roboto, sans-serif;
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    background-color: transparent;
    color: rgba(0, 0, 0, .6);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px 12px 16px;
    /*font-size: 17px;*/
    width: calc(100% / 4); /*/3*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 2px 2px 0 0;
    border-bottom: transparent 2px solid;
    transition: background-color 0.12s ease-in-out, border-bottom 0.12s ease-out;
}

.tablink:hover {
    /*background-color: #777;*/
    background-color: #F2632111;
    /*opacity: .04;*/
}

.tablink:active {
    background-color: transparent;
}

.tablink:focus {
    background-color: #F263211F;
}

#program_date_tabs_line_container {
    width: calc(100% / 4 * 3);
    height: 2px;
}

#program_date_tabs_line {
    background-color: #F26321;
    height: 100%;
    width: calc(100% / 3);
    margin-left: calc(100% / 3 * 0);
    border-radius: 0 0 2px 2px;
    transition: margin-left 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

#program_carousel_container {
    margin: 0 auto 64px auto;
    max-width: 69em;
    width: 80%;
}

.alert_White {
    color: #333;
    border-color: #FAFBF9;
    background-color: #FAFBF9;
    box-shadow: 0 2px 16px rgba(211, 211, 211, 0.48);
}

.alert_Orange {
    color: #F26321;
    background-color: #F263211F;
    border-color: #F2632138;
    box-shadow: 0 2px 16px rgba(211, 211, 211, 0.48);
}

.alert {
    width: 75%;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: .96rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    margin: 64px auto 0 auto;
    padding: 2rem 1rem;
    display: none;
}

.alert > button {
    display: block;
    margin-top: 2rem;
}

.alert > button:hover, .alert > button:active, .alert > button:focus {
    display: block;
    margin: 2rem auto 0 auto;
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    display: none;
    background-color: #F26321;
    border-color: transparent;
    font-family: Roboto, sans-serif;
    font-size: .96rem;
    font-weight: 500;
    letter-spacing: .0892857143em;
    padding: 0.75em 2em;
    border-radius: 1.5em;
    text-decoration: underline;
    text-decoration-color: rgba(255, 255, 255, 0);
    transition: text-decoration-color 300ms;
    box-shadow: 0px 2px 8px rgb(0 0 0 / 10%);
    margin: 0 auto 0 auto;
}

.btn-primary:hover {
    text-decoration-color: rgba(255, 255, 255, 1);
}

.modal-dialog {
    max-width: max-content;
}

.modal-content {
    border: none;
    overflow: hidden;
}

.modal-body {
    padding: 0;
    border-radius: 0 0 0.75rem 0.75rem;
}

.carousel-item > img {
    object-fit: contain;
    max-height: 76vh !important;
}

.timeline_main,
.timeline_container > header {
    width: 90%;
    max-width: 69em;
    margin: 0 auto;
    padding: 0 1.875em 2.25em 1.875em;
}

.timeline_container > header {
    padding: 2.875em 1.875em 1.875em;
}

.timeline_container > header h1 {
    font-size: 2.125em;
    line-height: 1.3;
    margin: 0 0 0.6em 0;
    float: left;
    font-weight: 400;
}

.timeline_container > header > span {
    display: block;
    position: relative;
    z-index: 9999;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5em;
    padding: 0 0 0.6em 0.1em;
}

.timeline_container > header > span span:after {
    width: 30px;
    height: 30px;
    left: -12px;
    top: -8px;
    font-size: 75%;
    position: relative;
}

.timeline_container > header > span span:hover:before {
    content: attr(data-content);
    text-transform: none;
    text-indent: 0;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 110%;
    padding: 0.8em 1em;
    line-height: 1.2;
    text-align: left;
    left: auto;
    margin-left: 4px;
    position: absolute;
    color: #fff;
    background: #47a3da;
}

.timeline_container > header nav {
    float: right;
    text-align: center;
}

.timeline_container > header nav a {
    display: inline-block;
    position: relative;
    text-align: left;
    width: 2.5em;
    height: 2.5em;
    background: #fff;
    border-radius: 50%;
    margin: 0 0.1em;
    border: 4px solid #47a3da;
}

.timeline_container > header nav a > span {
    display: none;
}

.timeline_container > header nav a:hover:before {
    content: attr(data-info);
    color: #47a3da;
    position: absolute;
    width: 600%;
    top: 120%;
    text-align: right;
    right: 0;
    pointer-events: none;
}

.timeline_container > header nav a:hover {
    background: #47a3da;
}

.timeline_container > header nav a:hover:after {
    color: #fff;
}

/*
.timeline_container > header nav .bp-icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 2;
    text-indent: 0;
}

.bp-icon:after {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-align: center;
    color: #47a3da;
    -webkit-font-smoothing: antialiased;
}

.bp-icon-next:after {
    content: "\e000";
}
.bp-icon-drop:after {
    content: "\e001";
}
.bp-icon-archive:after {
    content: "\e002";
}
.bp-icon-about:after {
    content: "\e003";
}
.bp-icon-prev:after {
    content: "\e004";
} */

.cbp_tmtimeline {
    margin: 30px 0 0 0;
    padding: 0;
    list-style: none;
    position: relative;
}

/* The line */
.cbp_tmtimeline:before {
    content: '';
    position: absolute;
    top: 24px;
    bottom: 0;
    width: 10px;
    background: lightgray;
    left: 20%;
    margin-left: -10px;
}

/* The date/time */
.cbp_tmtimeline > li {
    position: relative;
}

.cbp_tmtimeline > li .cbp_tmtime {
    display: block;
    width: 25%;
    padding-right: 100px;
    position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
    display: block;
    text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
    font-size: 0.9em;
    color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
    font-size: 2.9em;
    color: gray;
}

/*
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #6cbfee;
}
 */
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
    /*margin: 0 0 15px 25%;*/
    margin: 0 10% 15px 24%;
    background-color: white; /*#ec540e; /*f26321*/
    color: #333;
    padding: 1.5em 2em 1.5em 2em;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    box-shadow: 4px 8px 12px lightgray;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    /*ec540e*/
}

/*
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #ec540e;
}
*/
.cbp_tmtimeline > li .cbp_tmlabel h2 {
    margin-top: 0px;
    padding: 0 0 10px 0;
    /*border-bottom: 1px solid rgba(255,255,255,0.4);*/
}

@keyframes slideInFromBottom {
    0% {
        transform: translateY(3%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.program_event_animation {
    animation: 0.3s ease-out 0s 1 slideInFromBottom;
}

.program_event_hover_animation {
    transition: transform 0.5s ease-out, box-shadow 0.5s ease-out;
}

.program_event_hover_animation:hover {
    transform: translateY(-2px);
    box-shadow: 2px 4px 8px #D3D3D360 !important;
}

/* The triangle */
/*
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594cb;
	border-width: 10px;
	top: 10px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #6cbfee;
}*/

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
    /*width: 40px;
    height: 40px;*/
    width: 24px;
    height: 24px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: gray;
    border-radius: 50%;
    box-shadow: 0 0 0 2px lightgray;
    text-align: center;
    left: 20%;
    top: 0;
    margin: 0 0 0 -17px;
}

/*
.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}*/

.program_event_info_container {
    display: flex;
    flex-wrap: wrap-reverse;
}

.program_event_info {
    width: 66%;
}

.program_event_info > h4 {
    color: #333333B8;
    transform: translateY(calc(-10px - 0.5rem));
    font-size: 20px;
}

.program_event_info p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.program_event_logo {
    max-width: 33%;
    display: flex;
    align-items: center;
}

.program_event_logo > img {
    width: 100%;
}

.eventInfo {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    overflow: hidden;
}

.eventInfoItem {
    margin-right: 16px;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
}

.eventInfoItem > p {
    display: inline;
    margin-block: 0;
    font-size: inherit;
}

@media (max-width: 1024px) {
    .cbp_tmtimeline > li .cbp_tmtime span:last-child {
        font-size: 1.5em;
    }
}

@media (max-width: 768px) {
    #program_date_tabs_container {
        width: 100%;
    }

    .tablink {
        width: calc((100% - 2 * 1.875rem) / 3);
    }

    #program_date_tabs_line_container, .alert {
        width: calc((100% - 2 * 1.875rem))
    }

    #program_carousel_container {
        width: 100%;
    }

    .modal-title {
        font-size: clamp(12px, 4vw, 1.25rem);
    }

    .timeline_main {
        width: 100%;
    }

    .program_event_info > h2 {
        padding: 0 !important;
        font-size: 18px;
    }

    .program_event_info > h4 {
        transform: translateY(calc(-0.5rem));
        font-size: 16px;
    }

    .eventInfoItem > p {
        font-size: 14px;
    }

    .cbp_tmtimeline:before {
        display: none;
    }

    .cbp_tmtimeline > li .cbp_tmtime {
        width: 100%;
        position: relative;
        padding: 0 0 20px 0;
    }

    .cbp_tmtimeline > li .cbp_tmtime span {
        text-align: left;
    }

    .cbp_tmtimeline > li .cbp_tmlabel {
        margin: 0 0 30px 0;
        padding: 1em;
        font-weight: 400;
        font-size: 95%;
    }

    .cbp_tmtimeline > li .cbp_tmicon {
        visibility: hidden;
        position: relative;
        float: right;
        left: auto;
        margin: -55px 5px 0 0px;
    }
}