﻿
.event-card {
    margin-bottom: 0;
    height: 100%;
}

.event-card .event-card-body2 {
    padding: 0 0 0 25px;
}

.event-card .card-title a{
    font-weight: 400;
    font-size: 18px;
    color: #003A5D;
    margin-right: 10px;
}

.event-card .card-summary {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #3F4041;
    clear: left;
}

.event-card .pub-card-authors {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
}

.event-card2 {
    display: table;
    width: 100%;
}
.event-card-img-container,
.event-card-body2 {
    display: table-cell;
    vertical-align: middle;
}
.event-card-img-container {
    width: 157px;
}

.event-card-img-container a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.event-card-body  .cards-date {
    float: none;
}

.event-title-image-container {
    overflow: hidden;
}

.event-card-img-container2 {
    overflow: hidden;
}

.pubcard-series-label {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 17px;
    font-size: 13px;
    line-height: 16px;
}

.pub-card-authors a {
    color: #003A5D;
}

.data-tool-lbl,
.includes-data-lbl {
    padding: 5px 15px;
    background-color: #6ba2b9;
    font-weight: 600;
    color: white;
    margin-right: 10px;
    font-size: 14px;
}
.includes-data-lbl {
    margin-right: 0;
    white-space: nowrap;
}

.with-data {
    margin-right: 10px;
}


.card-title.data-tool,
.card-title.with-data,
.card-title.with-date{
    line-height: 25px;
}

.event-title-and-image {
    clear: both;
}

.event-card-img-container-small {
    height:90px; 
    width:90px; 
    float:right; 
    margin-left: 20px;
    margin-top: 7px;
    margin-bottom: 15px;
}

@media(max-width: 768px) {
    .pubcard-series-label {
        text-align: left;
    }
    .event-card .event-card-body2 {
        padding-left: 0;
    }

    .event-card-img-container {
        display: none;
    }

    .event-card-img-container2 {
        height: 90px;
        width: 90px;
    }
    
    .event-card-img-container>.img-wrapper {
        display: none;
        width: 90px;
        overflow: hidden;
    }
 
}

@media(min-width: 768px) {
    
    .event-card-img-container-small {
        display: none;
    }

    .event-card-img-container>.img-wrapper {
        height: 157px;
        width: 157px;
        overflow: hidden;
    }

}



