/* nwi.css
 * version 1.0
-------------------------------------------------- */

/* Font
-------------------------------------------------- */

/*switch to Georgia*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family:Georgia, serif;
}

.block-title-inner h2, .block-title-inner h3, .asset .asset-header h1 {
    font-weight:normal;
}

/*underline links in trending and other blocks*/
h4 a:hover {text-decoration:underline !important;}

/*hide the date on galleries*/
.card-meta ul li .asset-date {display:;}

@media (min-width: 768px) {
    .asset .asset-header h1 {
        font-size:42px;
    }
}

-------------------------------------------------- */

/* Image
-------------------------------------------------- */

/*e-edition images*/
.fullsizeimage img {max-height:inherit !important;}