<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">section { padding-top: 60px; }
hr { margin-top: 80px; }
.work .row { text-align: center; }
.work .thumbnail { transition: all 0.5s ease; }
.work .thumbnail .caption { 
    font-size: 15px;
    padding: 0.75em 0; 
    transition: color 0.5s ease; 
}
.work .thumbnail img { margin-top: 1em; }
.work .thumbnail a img { opacity: 0.85; }
.work .thumbnail a:hover { text-decoration: none; }
.work .thumbnail:hover { 
    background-color: #FDFDFD; 
    border-color: #80B6CF; 
}
.work .thumbnail:hover .caption { color: #006D9F; }
.work .thumbnail:hover a img { opacity: 1.0; }
.work .thumbnail:active { 
    background-color: #368BB2; 
    border-color: #80B6CF; 
}
.work .thumbnail:active .caption { color: #FFF; }
.case-studies .thumbnail { min-height:360px; }
.prev-work .thumbnail { min-height:210px; }
h2 { font-size: 24px; }
h3 { 
    font-size: 18px; 
    line-height: 1.6em; 
}
.divider:before {
    content: "\007C";
    color: #CCC;
}
.dateRange {
    color: #666;
    font-size: .8em;
    margin-bottom: 1em;
}
.download { margin-top: 3em; }
.download a { 
    display: inline-block; 
    width: 75%;
}</pre></body></html>