@font-face {
    font-family: 'ocrbmedium';
    src: url('../fonts/ocrb_medium-webfont.woff2') format('woff2'),
         url('../fonts/ocrb_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ocrbregular';
    src: url('../fonts/ocrb-webfont.woff2') format('woff2'),
         url('../fonts/ocrb-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body, div, object, iframe, fieldset {
  border: 0;
}

ol, ul {
  list-style: none;
}

li {
	margin-top: 20px;
	line-height: 1.2em;
}

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

header, footer, footer, nav, section, article, hgroup, figure {
  display: block;
}

legend {
  display: none;
}

body {
  color: #1b4d2e;
  font-family: 'ocrbregular', monospace; sans-serif;
  font-size: 100%;
}

h1 {
  font-size: 1em;
  font-weight: bold;
  line-height: auto;
  margin: 0;
}

h2 {
  font-family: 'ocrbmedium', monospace; sans-serif;
  font-size: 100%;
  font-weight: bold;
  line-height: auto;
  margin: 0 0 1em;
}

h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: auto;
  margin: 0 0 0.25em;
}

p {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 0 1em;
}

a {
  color: #1b4d2e;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #9bb4a5;
}

h2 a:visited {
  color: #1b4d2e;
}

body {
  background: #fbfbfb;
}

header, footer {
  background: #1b1d1e;
}

.container {
  height: 100%;
  padding: 2em;
  width: 100%;
}
.sub-list {
	margin-left: 20px;
}

.drop-down:hover {
  text-decoration: underline;
}

.drop-down:visited {
  color: #9bb4a5;
}


@media screen and (min-width: 801px) {
  #logo {
    margin: 0 2em 0 0;
  }

  #main {
    float: left;
    padding: 0 1em 0 0;
    width: 60%;
  }

  .to-top {
    display: none;
  }

  .container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
  }

