.event-card{
    border-bottom: 1px dotted #a7a7a7;
    padding-bottom:20px;
    margin: 0 0 20px 0;
}
.event-image{
    margin-bottom:5px;
}
.event-type{
    text-transform: uppercase;
    color: #a7a7a7;
    font-size: .75em;
    font-weight:bold;
    
   
}
.event-title{
    font-size: 1.15em;
    color:#000000;
    font-weight:bold;
    
    margin-top:0px;
    margin-bottom:5px;
}
.event-date{
    font-size: .65em;
    color: #000000;
    background: #ffc222;
    display: inline-flex;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.event-description{
    font-size:14px;
    margin:10px 0px;
}
.event-url{}