.conferences h2 {
    text-align: center !important;
}

.dropdown{  
  display:none;
}


.conferences-home .event-name{font-size:15px;letter-spacing:0.5px;margin-bottom:10px}

.conferences-home .event-name{margin-bottom:5px}

.conferences-home .location{color:#424242;letter-spacing:0.5px}

.conferences .col-sm-6:first-child, .conferences .col-md-6:first-child{border-right:1px #8F8F8F solid}

.conferences .col-sm-6:nth-child(2),.conferences .col-md-6:nth-child(2){border-right:1px #8F8F8F solid}

.lblue-circle, .lblue-circle.event-date, .white-circle.event-date {
    background: #E7EEF1;
    border-radius: 50%;
    width: 98px;
    height: 98px;
    text-align: center;
    margin: auto;
    margin-bottom: 20px;
    border-right: none;
    padding-right: 0;
}

.lblue-circle.event-date p,.white-circle.event-date p {
    padding-top:12px;
    color:#002144;
    font-family:"Roboto Light"
}

.lblue-circle.event-date .month, .white-circle.event-date .month {
    text-transform: uppercase;
    color: #252525;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: normal;
    display: block;
    border-bottom: 1px solid #979797;
    margin: 0 15px;
    line-height: 130%;
    padding-bottom: 1px;
}

.lblue-circle.event-date .day, .white-circle.event-date .day {
    font-size: 22px;
    color: #252525;
    font-family: "Roboto", Arial, sans-serif;
    display: block;
    border-bottom: 1px solid #979797;
    margin: 0px 15px;
    padding: 4px;
}


.lblue-circle.event-date .year, .white-circle.event-date .year {
    display: block;
    font-size: 14px;
    color: #252525;
}

@media only screen and (max-width: 991px) {
.conferences .col-sm-6:first-child, .conferences .col-md-6:first-child {
    border-right: none;
}
  .conferences .col-sm-6:nth-child(2), .conferences .col-md-6:nth-child(2) {
    border-right: none;
}
}