.agenda_list_item{
    cursor: pointer;
    margin: 0;
    position: relative;
}

.agenda_list_item:hover{
    background-color: #f9f9f9;
}

.date_list{
    font-size: 20px;
    line-height: 24px;
    padding-top: 15px;
    color: #00ACED;
    font-family: "Roboto",Arial;
    /*text-transform: uppercase;*/
    /*max-width: 400px;*/
    position: relative;
    font-weight:500;
}

.time_list{
    /*height: 125px;*/
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0px;
    color: #00ACED;
    font-family: "Roboto",Arial;
    text-transform: uppercase;
    position: relative;
}

.line_list{
    width: 100%;
    height: 1px;
    background-color: #00ACED;
    
}

.location_list{
    font-family: Arial;
    font-size: 16px;
    line-height: 34px;
    color: #0F1A54;
    margin-bottom: 10px;
    background-image: url("../images/venue-marker.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    padding-left: 15px;
}

.title_list{
    position: relative;
    top: -5px;
    font-family: "Roboto",Arial;
    font-size: 16px;
    line-height: 22px;
    padding-right: 65px;
    color: #2C3134;
}

.category_list{
    padding-top: 6px;
    color: #808080;
    font-size: 14px;
    line-height: 15px;
    min-height: 15px;
    font-family: Arial,Helvetica,"Nimbus Sans L",sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.text_list{
    clear: both;
    color: #1A1A1A;
    padding-right: 15px;
    font-size: 17px;
}

.text_list-inner {
    padding-top: 10px;
}

.color_background_list{
    background-color: #f9f9f9;
}

.btn-secondary {
    color: #fff !important;
    background-color: #0F1A54;
    border-color: #0F1A54;
    width: 100%;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #2761a1;
    border-color: #2761a1;
}

.btn-light {
    color: #fff !important;
    background-color: #00ACED;
    border-color: #00ACED;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.btn-light:hover {
    border-color: #00ACED;
    color: #00ACED !important;
    background-color: #fff;
}

.list_arrow{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 20px;
    background-image: url("../images/agenda-arrow-down.png");
    background-repeat: no-repeat;
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center; 
}

/** max 900 *******************************************************************/
@media screen and (max-width: 900px){

    .time_list{
        font-size: 18px;
        line-height: 25px;
        padding: 50px 10px;
    }
    
}

/** max 768 *******************************************************************/
@media screen and (max-width: 768px){

    .btn-light {
        margin-bottom: 10px;
    }
    
    .btn-secondary {
        margin-bottom: 10px;
    }
    
    .time_list{
        font-size: 15px;
        line-height: 25px;
    }
}


/** max 576 *******************************************************************/
@media screen and (max-width: 576px){

    .time_list{
        font-size: 18px;
        line-height: 25px;
        padding: 10px 10px 10px 0px;
        height: auto;
    }
    
    .category_list{
        display: none;
    }
    
}
