.maxheight_4{ 
    height: 240px;
}
.maxheight_2{
    height: 120px;
}

article .post-card .image-container{
    height: 250px;
    overflow: hidden;
    display: flex;
    align-items: flex-start; 
    vertical-align: middle;
}

article .post-card .image-container img{
    height:auto;
}

.text-2line{
    overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        display: -webkit-box;
        -webkit-box-orient: vertical;
}
.text-3line {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-4line {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.form-group .date .input-group-addon{
        position: absolute;
        right: 10px;
        top: 8px;
        z-index: 10;
    }
.section-row7 .thumbnail{
    text-align: center;
}
 .section-row7 .thumbnail img{
    width:auto;
    height:100px;
 }

 .footerField{
    display:flex;
 }
 .footerLabel{
    width: 150px;
    white-space: no-wrap;
    display:inline-block;
 }
 .footerContent{
    display: inline-block;
 }