.bsf_date_selection ul{
    padding-left: 0;
    display: flex;
    list-style-type: none;
    flex-flow: row wrap;
    justify-content: center;
}

.bsf_date_selection ul li{
    width: 100%;
    text-align: center;
    border: 1px solid black;
    text-transform: uppercase;
    font-size: 18px;
    padding: 6px 8px;
    color: black;
    margin: 0 10px !important;
    border-radius: 35px;
}

@media only screen and (min-width: 768px){
    .bsf_date_selection ul li{
        width: 20%;
    }
}

.bsf_agenda_legend ul{
    display: flex;
    padding: 0;
}

.bsf_agenda_legend li{
    list-style-type: none;
    text-transform: capitalize;
    font-size: 20px;
    position: relative;
    padding-left: 30px;
    margin-right: 30px;
    color: black !important;
    margin-top: 15px;
}

.legend_category{
    position: absolute;
    right: 40px;
    bottom: 40px;
}

.bsf_agenda_legend li:before, .legend_category:before{
    content: '';
    border-radius: 50%;
    border: 4px solid;
    display: block;
    width: 13px;
    height: 13px;
    position: absolute;
    left: 0;
    top: 0;
    border-color: #ff6c0e;
}

.bsf_agenda_legend li.category-1:before, .legend_category.category-1:before{
    background: #ff6c0e;
    
}

.bsf_agenda_legend li.category-0:before, .legend_category.category-0:before{
    background: transparent;
}

.bsf_date_selection ul li:hover{
    cursor: pointer;
}

.et_builder_inner_content .bsf_agenda_content .et_pb_section .et_pb_row{
    max-width: none !important;
    width: 100% !important;
    padding: 2.5px 0 !important;
    display: flex;
    background-color: transparent !important;
}

.et_pb_row .bsf_agenda .bsf_agenda_content .et_pb_section{
    background-image: none !important;
    padding-top: 54px !important;
    margin-top: 0 !important;
}

.et_pb_row .bsf_agenda .bsf_agenda_content .et_pb_section .et_pb_row:first-of-type{
    margin-top: 0 !important;
}

.bsf_agenda_content .et_pb_column{
    padding: 0 !important;
    background-color: transparent!important;
}

.bsf_agenda_content .et_pb_row .et_pb_column_1_3, .bsf_agenda_content .et_pb_row .et_pb_column_1_2{
    display: flex;
}

.bsf_agenda_content .et_pb_column .et_pb_module{
    margin-bottom: 5px;
}

@media only screen and (min-width: 981px){
    .bsf_agenda_content .et_pb_row .et_pb_column.et_pb_column_1_2{
        width: calc(50% - 2.5px);
    }
    
    .bsf_agenda_content .et_pb_row .et_pb_column.et_pb_column_1_3{
        width: calc((100% / 3) - 3.35px);
    }
    
    .bsf_agenda_content .et_pb_row .et_pb_column.et_pb_column_1_2:first-of-type, .bsf_agenda_content .et_pb_row .et_pb_column.et_pb_column_1_3:first-of-type, .bsf_agenda_content .et_pb_row .et_pb_column.et_pb_column_1_3:nth-of-type(2){
        margin-right: 5px;
    }
}

.bsf_agenda_content .et_pb_toggle{
    position: relative;
    border: none;
}

.bsf_agenda_content .et_pb_toggle:hover{
    cursor: pointer;
}

@media only screen and (min-width: 981px){
    .bsf_agenda_content .et_pb_column_4_4 .et_pb_toggle{
        padding-left: 120px;
        padding-bottom: 40px;
    }
    .bsf_agenda_content .et_pb_column_4_4 .bsf_time_container{
        position: absolute;
        left: 20px;
        top: 20px;
    }
}

.ots_event .bsf_agenda_content .et_pb_toggle{
    background: #36454f;
}

.tif_event .bsf_agenda_content .et_pb_toggle{
    background: #36454f;
}

/* Open Toggle Styles */
.bsf_agenda_content .et_pb_toggle_open > h5.et_pb_toggle_title {
    color: #f47b27 !important;
}

.bsf_agenda_content .et_pb_toggle_open >.et_pb_toggle_content>p {
    color: #36454f !important;
}

.tif_event .bsf_agenda_content .et_pb_toggle_open.et_pb_toggle{
    background: #ffffff;
    border: 2px #f47b27 solid;
}

.bsf_agenda_content .et_pb_toggle_open .bsf_time_container span {
    color: #f47b27 !important;
}

.bsf_agenda_content .et_pb_toggle_open * {
    color: #36454f !important;
}

.bsf_agenda_content .et_pb_toggle_open * {
    color: #36454f !important;
}

.bsf_agenda_content .et_pb_toggle_open li{
	color: #36454f !important;
}

.bsf_agenda_content .et_pb_toggle_open li>*{
	color: #36454f !important;
}
.bsf_agenda_content .et_pb_toggle_open p>*{
	color: #36454f !important;
}
/* Open Toggle Styles END*/

.bsf_agenda .bsf_date_selection .event_selector_active, .bsf_agenda .bsf_date_selection li:hover{
    background: #36454f;
}

.bsf_agenda.ots_event .event_selector_active, .bsf_agenda.ots_event .bsf_date_selection li:hover{
    border-color: #36454f;
}

.bsf_agenda.mtif_event .event_selector_active, .bsf_agenda.mtif_event .bsf_date_selection li:hover{
    border-color: #8abbb2;
}

.bsf_agenda.tif_event .event_selector_active, .bsf_agenda.tif_event .bsf_date_selection li:hover{
    border-color: #2f7371;
}

.bsf_agenda.mtif_event .bsf_date_selection .event_selector_active, .bsf_agenda.mtif_event .bsf_date_selection li:hover, .mtif_event .bsf_agenda_content .et_pb_toggle, .ats_event .bsf_agenda_content .et_pb_toggle{
    background: #36454f;
}

/* Old teal agenda color. Removed to prioritize #36454f
 * .bsf_agenda.tif_event .bsf_date_selection .event_selector_active, .bsf_agenda.tif_event .bsf_date_selection li:hover{
    background: #2f7371;
} */

.bsf_agenda_content .et_pb_section.et_pb_section_0.et_section_regular {
    background-color: transparent !important;
}

.bsf_agenda.tif_event .event_selector_active{
    border-color: #2f7371;
}

.bsf_agenda.mtif .event_selector_active{
    border-color: #64af81;
}

.bsf_agenda_content .et_pb_toggle_content{
    padding-top: 10px;
    font-size: 20px;
    padding-right: 25px;
}

.ots_event .bsf_agenda_content .et_pb_toggle_open.et_pb_toggle{
    background: #133D17;
}

.ots_event .bsf_agenda_content .et_pb_toggle_open{
	background: white !important;
	border: 2px #f47b27 solid;
}

.bsf_agenda_content .et_pb_toggle_open{
	background: white !important;
	border: 2px #f47b27 solid;
}

.mtif_event .bsf_agenda_content .et_pb_toggle_open.et_pb_toggle{
    background: #170140;
}

.mtif_event .bsf_agenda_content .et_pb_toggle_open {
    background: white !important;
}


.bsf_agenda_content .et_pb_toggle *, .bsf_agenda .event_selector_active, .bsf_agenda .bsf_date_selection li:hover{
    color: white !important;
}

.bsf_agenda_content .bsf_event_time{
    display: block;
}

.bsf_agenda_content .et_pb_toggle_title, .bsf_agenda_content .bsf_start_date{
    padding-right: 0;
    font-size: 28px;
}

.bsf_agenda_content .et_pb_toggle_title:before{
    display: none;
}


.bsf_agenda .et_pb_column {
	margin-bottom: 0;
}

.bsf_agenda .et_pb_column_1_2 .et_pb_module.et_pb_toggle, .bsf_agenda .et_pb_column_1_3 .et_pb_module.et_pb_toggle {
    width: 100%;
}

.et_builder_inner_content .bsf_agenda .et_pb_row{
	padding-right: 0 !important;
}

@media (max-width: 981px) {
.bsf_agenda_content .et_pb_row{
    flex-direction: column;
}
.bsf_agenda .et_pb_column_1_2:nth-child(2) .et_pb_module.et_pb_toggle {
    margin-top: 5px;
}
.bsf_agenda .et_pb_column_1_3:nth-child(2) .et_pb_module.et_pb_toggle, .bsf_agenda .et_pb_column_1_3:nth-child(3) .et_pb_module.et_pb_toggle {
    margin-top: 5px;
}
}

/* Menu Color & Spacing  */
@media (min-width: 981px){
.et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation {
    padding: 25px 0;
}}