/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 0; }

hr {
  box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

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

*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  overflow-y: scroll; }

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

::selection {
  background: #000;
  color: #fff;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

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

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

textarea {
  resize: vertical; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important; }

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden; }

.clearfix:before, .contact:before, .main-nav ul:before, .main-container:before, .prev-next:before, .secondary-menu:before,
.clearfix:after,
.contact:after,
.main-nav ul:after,
.main-container:after,
.prev-next:after,
.secondary-menu:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after, .contact:after, .main-nav ul:after, .main-container:after, .prev-next:after, .secondary-menu:after {
  clear: both; }

html {
  background-color: #3E3E3C; }

body {
  font-family: Georgia, Times, "Times New Roman", serif;
  background: #f7f0df url(/img/gradient.jpg) 0 202px repeat-x; }

.site-header {
  background-color: #e4e5d8;
  padding: 10px 0 10px 0; }
  .site-header h1, .site-header h2 {
    margin: 0; }

.site-title {
  display: block;
  width: 266px;
  height: 125px;
  margin: auto;
  background: url(/img/logo.png) 0 0 no-repeat; }

.contact {
  max-width: 1424px;
  margin: auto;
  position: relative; }
  .contact a {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    float: right;
    text-transform: uppercase;
    color: #000;
    padding: 5px 30px 0 30px;
    border-top: 1px solid #989990; }
    @media screen and (max-width: 820px) {
      .contact a {
        padding: 5px 20px 0 20px; } }
    @media screen and (max-width: 700px) {
      .contact a {
        position: static;
        margin-top: 10px; } }

.main-nav {
  background-color: #e4e5d8; }
  .main-nav ul {
    list-style: none;
    max-width: 1424px;
    margin: 0 auto;
    padding: 5px 10px;
    background-color: #8f8f8c;
    text-align: center; }
    @media screen and (max-width: 820px) {
      .main-nav ul {
        padding: 5px 0; } }
    @media screen and (min-width: 1200px) {
      .main-nav ul {
        padding: 5px 160px; } }
    .main-nav ul li {
      display: inline-block;
      padding: 5px 20px;
      line-height: 1; }
      .main-nav ul li a {
        color: #e4e5d8;
        text-transform: uppercase; }
        .main-nav ul li a.active, .main-nav ul li a:hover {
          color: #a41916; }

.main-container {
  max-width: 1424px;
  margin: auto;
  background-color: #e4e5d8; }

.sub-nav {
  float: left;
  background-color: #e4e5d8;
  width: 400px;
  max-width: 35%;
  margin-bottom: 30px; }
  .sub-nav ul {
    list-style: none;
    padding: 0;
    margin: 0; }
    .sub-nav ul li {
      padding: 0 30px; }
      @media screen and (max-width: 820px) {
        .sub-nav ul li {
          padding: 0px 20px; } }
      .sub-nav ul li li {
        padding: 0; }
        .sub-nav ul li li a {
          padding: 12px 30px; }
          .sub-nav ul li li a:active, .sub-nav ul li li a:hover, .sub-nav ul li li a.active {
            padding-left: 30px; }
          @media screen and (max-width: 820px) {
            .sub-nav ul li li a {
              padding: 12px 20px; }
              .sub-nav ul li li a:active, .sub-nav ul li li a:hover {
                padding-left: 20px; } }
      .sub-nav ul li a {
        display: block;
        text-transform: uppercase;
        color: #000;
        padding: 12px 0;
        border-bottom: 1px solid #989990; }
        .sub-nav ul li a.active, .sub-nav ul li a:hover {
          background-color: #a41916;
          color: #e4e5d8;
          padding-left: 15px; }
      .sub-nav ul li:last-child ul li:last-child a {
        border-bottom: none; }

.main-content {
  float: left;
  background-color: #e4e5d8;
  width: 680px;
  max-width: 65%;
  padding: 12px 30px; }
  .main-content h1 {
    font-size: 1em;
    text-transform: uppercase;
    font-weight: normal;
    margin-top: 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #989990; }
  .main-content ul {
    padding-left: 1em; }
  .home .main-content {
    padding: 0;
    max-width: 100%;
    width: 100%; }

.prev-next {
  border-top: 1px solid #989990;
  padding-top: 12px; }
  .prev-next a {
    color: #000; }
    .prev-next a:hover, .prev-next a:focus {
      color: #a41916; }
  .prev-next .prev {
    float: left; }
  .prev-next .next {
    float: right; }

@media screen and (max-width: 820px) {
  .sub-nav,
  .main-content {
    float: none;
    width: 600px;
    max-width: 100%;
    margin: auto; }

  .sub-nav ul li {
    text-align: center; }
    .sub-nav ul li a {
      padding-left: 0; }

  .main-content {
    padding: 30px 20px 12px 20px;
    border-top: 3px double #989990; }
    .home .main-content {
      border-top: none; } }
.secondary-menu {
  max-width: 1424px;
  margin: auto; }
  .secondary-menu a {
    text-transform: uppercase;
    color: #000;
    padding: 5px 30px;
    border-bottom: 1px solid #989990;
    float: left;
    margin-top: 10px; }
    @media screen and (max-width: 820px) {
      .secondary-menu a {
        padding: 5px 20px; } }

.site-footer {
  margin-top: 30px;
  text-align: center;
  font-size: 13px; }
  .site-footer a {
    display: inline-block;
    color: #f7f0df;
    text-transform: uppercase; }
  .site-footer .bar {
    background-color: #3E3E3C;
    padding: 1em;
    margin-top: 12px; }
