<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.center-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.responsive-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.stretch-img {
  width: 100% !important;
  max-height: none !important;
}
.greyscale {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */
}
/* STYLES */
#nav-skip,
#main-menu,
.footer-brown,
.hidden,
.no-print,
.main-img .prev,
.main-img .next,
.main-img .pager,
.author {
  display: none !important;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  color: #000;
  font: 11pt/1.3 Georgia, "Times New Roman", Times, serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: bold;
  text-align: left;
}
h1,
.h1 {
  font: bold normal 18pt/1.3 Georgia, 'Times New Roman', serif;
  margin: .67em 0;
}
h2,
.h2 {
  font-size: 16pt;
  margin-top: 25px;
}
h3,
.h3 {
  font-size: 13pt;
}
h4,
h5,
h6 {
  font-size: 12pt;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  page-break-after: avoid;
}
table,
p,
ul,
ol {
  margin: 0 0 1em;
}
.col-h-l,
.col-h-r {
  width: 48%;
  float: left;
}
.col-h-r {
  float: right;
}
/* imgs */
img {
  border: 0;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}
img.left {
  float: left;
  margin: .3em 20px 10px 0;
  clear: left;
}
img.right {
  float: right;
  margin: .3em 0 10px 20px;
  clear: right;
}
/* Links */
a {
  color: #000;
}
a[href^="mailto"],
a[href^="#"] {
  text-decoration: none !important;
}
a[href^="mailto"]:after,
a[href^="#"]:after {
  content: "" !important;
}
/* tables */
table {
  margin: 0 0 1.3em;
  font-size: 100%;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 100%;
}
td,
th {
  padding: 7px;
  border: 1px solid #808080;
  text-align: left;
  background: transparent;
  font-weight: normal;
}
th {
  background: #dadada;
  font-weight: bold;
  color: #000;
}
td {
  color: #000;
}
/* forms */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
fieldset {
  border: 0;
  padding: 0;
}
/* list */
ul {
  margin: 0 0 1.3em 0;
}
ul li {
  margin: 0 0 0.8em;
}
ol {
  margin: 0.2em 0 1.3em 30px;
  padding: 0;
}
ol li {
  list-style-position: outside;
  margin: 0 0 5px;
}
/* inputs */
input,
button,
select,
textarea {
  font-family: Georgia, 'Times New Roman', serif;
}
textarea {
  resize: vertical;
  overflow: auto;
  vertical-align: top;
}
select {
  font-size: 14px;
}
.inp-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 1px;
  width: 100%;
  height: 40px;
  box-shadow: none;
  padding: 2px 7px 0;
  margin: 0;
  background: #fff;
  background-clip: padding-box;
  border: 1px solid #808080;
  outline: none;
  font-size: 15px;
  line-height: 22px;
  vertical-align: top;
}
textarea.inp-text {
  height: auto;
  padding-top: 7px;
  padding-bottom: 7px;
}
select.inp-text,
select.inp-text option {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-overflow: ellipsis;
}
select.inp-text::-ms-expand,
select.inp-text option::-ms-expand {
  display: none;
}
select.inp-text:-moz-focusring,
select.inp-text option:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333;
}
/* header &amp; footer */
#header {
  margin: 0 0 20px;
  overflow: hidden;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
#logo {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
#logo .claim {
  font-size: 18px;
  font-weight: normal;
  display: block;
}
#logo a {
  text-decoration: none;
}
#footer {
  border-top: 1px solid #000;
  margin-top: 40px;
  padding-top: 20px;
}
/* MISC */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.vcenter {
  vertical-align: middle;
}
.nobr {
  white-space: nowrap;
}
.mp-reset {
  margin: 0;
  padding: 0;
}
.mt-reset {
  margin-top: 0 !important;
}
.mb-reset {
  margin-bottom: 0 !important;
}
.reset {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
ul.reset {
  list-style: none;
  padding: 0;
  margin: 0 0 1.3em 0;
}
ul.reset ul {
  margin: 0;
}
.reset li,
.reset dd,
.reset dt {
  background: none;
  position: relative;
  margin: 0;
  padding: 0;
}
.break {
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
}
.cfx:before,
form .row:before,
.cfx:after,
form .row:after {
  content: " ";
  display: table;
}
.cfx:after,
form .row:after {
  clear: both;
}
/*reset carousel*/
.caroufredsel_wrapper,
.caroufredsel_wrapper ul,
.caroufredsel_wrapper li {
  height: auto !important;
  width: auto !important;
  position: static !important;
  overflow: visible !important;
}
.caroufredsel_wrapper img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.att-images {
  margin: 0 0 1.3em 0;
  overflow: hidden;
  margin: 0 -2px;
}
.att-images .img {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.att-images li a:hover .img:before {
  opacity: 1;
}
.att-images &gt; ul,
.att-images &gt; .grid {
  width: 101%;
  margin: 0 -1% 0 0;
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
}
.att-images &gt; ul &gt; li,
.att-images &gt; .grid &gt; li,
.att-images &gt; ul &gt; .grid-item,
.att-images &gt; .grid &gt; .grid-item {
  display: inline-block;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}
.att-images &gt; ul &gt; li,
.att-images &gt; .grid &gt; .grid-item {
  width: 33.00330033%;
}
.att-images ul {
  margin-top: -4px;
}
.att-images li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 0 2px;
}
.att-images .img {
  display: inline-block;
  width: 100%;
  vertical-align: top;
}
.att-images img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
</pre></body></html>