<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  JARED GRID + MEYER RESET
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: #000;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

*, *:before, *:after {
    border:0;
    border-collapse:collapse;
    margin:0;
    padding:0;
    /*line-height:normal;*/
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    -o-box-sizing:border-box;
    box-sizing:border-box;
}

body {
  font: 400 normal 16px/16px Arial, Helvetica, sans-serif;
}

audio,
canvas,
img,
video {
    vertical-align: middle;
}

section {
  position:relative;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


input, textarea {
  font:inherit;
}

input[type="submit"] {
  box-shadow: none;
}

textarea {
    resize: vertical;
    font-family: inherit;
    font-size: inherit;
}

a, .trans {
  -webkit-transition:all 500ms;
  -moz-transition:all 500ms;
  -ms-transition:all 500ms;
  -o-transition:all 500ms;
  transition:all 500ms;
}

a {
  color: #5D5A60;
}

a:hover {
  color: #000;
}

a:active {
  color: #000;
}

a.current {

}

p {
    font-size:1em;
    line-height: 1.5em;
}

article {

}

article p {
  line-height: 1.75em;
}

.full {
    width:100%;
}

.half {
    width:50%;
}

.third {
    width:33.33%;
}

.twothird {
    width:66.66%;
}

.fourth {
    width:25%;
}

.threefourth {
    width:75%;
}

.left {
    float:left;
}

.right {
    float:right;
}

.center {
    margin:0 auto;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.fill {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 200;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.tcenter {
  text-align: center;
}

.pad-half {
  padding: 0.5em;
}

.pad0-1 {
  padding:0 1em;
}

.pad0-2 {
  padding:0 2em;
}

.pad0-3 {
  padding:0 3em;
}

.pad1 {
  padding:1em;
}

.pad1-0 {
  padding:1em 0;
}

.pad2 {
  padding:2em;
}

.pad2-0 {
  padding:2em 0;
}

.pad3 {
  padding:3em;
}

.pad3-0 {
  padding:3em 0;
}

.padt1 {
  padding-top: 1em;
}

.padt2 {
  padding-top: 2em;
}

.padt3 {
  padding-top: 3em;
}

.padb1 {
  padding-bottom: 1em;
}

.padb2 {
  padding-bottom: 2em;
}

.padb3 {
  padding-bottom: 3em;
}

.mar0-1 {
  margin: 0 1em;
}

.mar0-2 {
  margin:0 2em;
}

.mar0-3 {
  margin:0 3em;
}

.mar1 {
  margin:1;
}

.mar1-0 {
  margin:1em 0;
}

.mar2 {
  margin:2em;
}

.mar2-0 {
  margin:2em 0;
}

.mar3 {
  margin:3em;
}

.mar3-0 {
  margin:3em 0;
}

.mar0 {
  margin: 0;
}

.pad0 {
  padding: 0;
}

sup {
  vertical-align: super;
  font-size: 50%;
}

.center {
  margin: 0 auto;
}

.upper {
  text-transform: uppercase;
}

.lower {
  text-transform: lowercase;
}

.hidden {
  display: none;
}

.noscroll {
  height:100%;
  overflow:hidden;
}

.figure {
  overflow:hidden;
  position:relative;
}

.figure img, .stretch {
  width:100%;
  height:auto;
}
</pre></body></html>