.dark-background h2.button a:hover {
text-decoration: none;
}

.dark-background .item .caption p {
color: #fff;
}

.background-colour-uom-footer a:hover,
.footerContainer a:hover  {
color: #f7be11;
text-decoration: underline;
}

.site-title a:hover span {
color: #fff;
}

/*Fix Item Showcase h2 font size*/
.item-showcase:only-child h2 {
font-weight: 300;
font-size: 1.25rem;
}

@media print, screen and (min-width: 37.5em) {
.item-showcase:only-child .metadata h2 {
    font-size: 1.75rem;
}
}

span.resource-name {
position: revert;
}

.resource.show .resource-link img, #linked-resources img, .results .resource-link img {
height: 300px;
}
