﻿.card { 
    padding: 0 5px; 
    min-height:0;
    height: 258px;
    width:100%;
    border:none;
    float:left;
}
.card .card-inner {
    height: 100%;
    border:none;
    background-color: #fff;
}
.card .card-inner h3,
.card .card-inner p {
    margin-left: 20px;
    margin-right: 20px
}
.card .card-inner h3 {
    padding-top: 10px;
    margin-bottom: 10px;
}
.card .card-content {
    height:50%;
    padding:0 15px;
}
.card .card-content.comments {
    margin-bottom: 32px;
}
.card .card-content p {
    font-size: 0.88em;
    line-height: 1.4em;
}
.card .card-bottom {
    position: absolute;
    bottom: 10px;
    left: 16px;
}
.card .card-bottom.centered {
    left:0;
    width:100%;
}
.card .card-top {
    margin-top: 14px;
    margin-bottom: 0;
}
.card .card-bottom.right {
    left: auto;
    right:20px;
    bottom: 23px;
    text-align: right;
}
.card .card-bottom p {
    margin: auto;
}
.card .card-bottom.right p {
    display: inline;
}
.card .card-inner img {
    width: 100%;
}
.card .card-inner .category {
    font-size: 0.75em;
    color: #0066B2;
    font-family: "GothamBold", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 0;
}
.card  .card-inner .image-container {
    height: 129px;
    background-position: 50% 50%;
    background-repeat:no-repeat;
}
.card .card .headline {
    max-height: 75px;
    overflow: hidden;
}

/* print styles */
@media print {
    .card { page-break-inside: avoid; height: auto !important; }
}
