<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* articles
-------------------------------------------------------------------------------*/

div#footer {
	padding-top: 10.5em;
}

#primary {
	float: left;
	width: 70.8em;
}

#primary h2 {
	margin-top: 0.8em;
	border-bottom: .07em solid;
	padding-bottom: .15em;
}

#primary h2 span{
	font-size: 18px;
}

.summary{
	margin: 5em 0 6em -4em;
	letter-spacing: -0.4em;
}

.summary &gt; a{
	position: relative;
	display: inline-block;
	width: 30em;
	height: 29em;
	margin: 0 0 5em 4em;
	padding: 1.5em;
	border: 1px solid #999;
	border-radius: 4px; 
	text-align: left;
	vertical-align: top;
	letter-spacing: .05em;
	color: #000;
}

.summary dt{
	margin-top: 0.5em;
	font-size: 20px;
	line-height: 1.4;
}

.summary &gt; a &gt; p{
	position: absolute;
	font-size: 14px;
	bottom: 0.8em;
	right: 1em;
	color: #316B86;
}

.summary &gt; a &gt; p:before{
    content: "\f105";
    display: inline-block;
    position: relative;
    left: -0.4em;
    font-family: FontAwesome;
    font-size: 20px;
    top: 0.1em;
}</pre></body></html>