<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  font: 400 18px/1.5 "Helvetica", serif;
  background-size: cover;
  background-attachment: fixed;
  color: #111;
  background-color: white;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow-x: hidden;
  width: 100%;
  background-color: white;
}

.site-page-pagination {
    display: none;
}

.site-nav {
 background-color: #CCC;
color: #FFF;
}

a {
 text-decoration: underline;
 font-weight: bold;
}

.site-title img {
 margin: 0px;
 width: 100%; 
 height: auto;
}

.site-header .wrapper &gt; * {
  padding: 0px;
}


input:not([type=submit]):not([type=file]):not([type=radio]):not([type=checkbox]) {
  font: 400 18px/1.5 "Helvetica", serif;
  padding: 3.75px 7.5px;
  border: 1px solid #cecece;
}</pre></body></html>