@import url(https://fonts.googleapis.com/css?family=Merriweather:400,900);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:800,400);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
a {
  background-color: transparent;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/*! end normalize.css */

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #222222;
  background-color: white; }

a {
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  border-bottom: 1px solid #23527c;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle; }

p {
  margin: 0 0 10px; }

.text-center {
  text-align: center; }


/* Custom styles */

a {
  color: #c65b3c; }


/* PPS customizations */
* {
  font-family: "Merriweather", serif;
}

/* Structure */
html, body {
  height: 100%;
}
body {
  display: flex;
  flex-direction: column;
}
main {
  flex: 1 0 auto;
}
header,
footer {
  flex-shrink: 0;
}
main {
  margin: 1em;
}

section {
  max-width: 960px;
  margin: 0 auto;
}

/* Navigation */
header {
  color: #c65b3c;
  background-color: #f9f9f9;
  padding: 10px;
  margin-bottom: 10px;
}
nav {
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
nav > * {
  flex: 0 1 auto;
  text-align: left;
}
nav > .title {
  min-width: 0;
  overflow: hidden;
}

nav a:hover, nav a:focus {
  border-bottom: none;
}

nav .logo-large, nav .logo-small {
  display: none;
  max-height: 70px;
}

nav h1,
nav h2 {
  font-family: "Merriweather Sans", Helvetica, sans-serif;
  font-weight: normal;
  margin: 0;
}
nav h1 { font-size: 1.7em }
nav h2 { font-size: 1.4em }

@media (min-width: 661px) {
  nav .logo-large { display: initial; }
  nav {
    column-gap: 2em;
  }
}
@media (max-width: 660px) {
  header { padding: 5px; }
  nav .logo-small { display: initial; }
  nav {
    column-gap: 0.5em;
  }
}

/*
 * The footer of the page -- contains the site map
 */
footer {
  background-color: #c65b3c;
  color: white;
  padding: 20px 10px;

  font-family: "Merriweather Sans", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}

table {
  border-collapse: collapse;
}

table.table {
  margin: 0 auto;
  width: 100%;
  max-width: 480px;
}

table.table th,
table.table td {
  padding: 0.5em;
}

table.table thead th {
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #a6b3ac;
}

table.table tbody tr {
  border-bottom: 1px solid #dcdcdc;
}

table.table tbody tr:nth-child(odd) {
  background-color: #ececec;
}

/* 
 * Generic rules 
 */
body {
  background-color: #f2f2f2; }

body p {
  line-height: 150%; }

@media print {
  *,
  *:before,
  *:after {
    box-shadow: none !important;
    text-shadow: none !important;
    color: #000 !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }


  body {
    display: block; /* needed for repeated table headers, at least on Chrome */
    background-color: #fff !important;
  }

  header {
    padding: 0;
    margin: 0;
    background-color: #fff !important;
  }
  nav {
    justify-content: center;
    column-gap: 5px;
  }
  nav .logo-large, nav .logo-small {
    display: none;
  }
  nav .logo-small {
    display: initial;
    height: 30px;
  }
  nav h2::before {
    content: ": ";
  }
  nav h1, nav h2 {
    display: inline-block;
    font-size: 20px;
  }

  footer {
    padding: 0;
    background-color: #fff !important;
  }
}
