<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.card.framed {
border: 1px solid #fff;
border-radius: 8px;
overflow: hidden;
}


.card {
position: relative;
font-size: 0;
line-height: 0;
/* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
margin-bottom:12px;
border-radius: 8px;

}
.card [itemprop="url"] {
display: block;
height: 100%;
text-decoration: none;
}

.card a:focus {
transition: background-color 0.5s ease-in;
background-color: #ffffaa;
}

.card h3 {font-size:14pt; color:#112e51; margin-top:10px !important;}

.card {background:#fff;}

.card .meta {
font-weight: bold;
padding: 0 0 0 8px;
}

.cards:hover {	text-decoration: none;
transform: scale(1.075);
transform-origin: 50.01%;
transition: .2s all;
box-shadow: 5px 5px 12px #0a1a2e;
border-radius: 8px;
}


.card [itemprop="photo"] img {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: all .15s ease-in-out;
width: 100%;
}

.usa-footer-return-to-top {display:none;}

</pre></body></html>