.caps {
  text-transform: lowercase;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}

.caps {
  text-transform: lowercase;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}

/* 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-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

/* HTML5 Reset --------------------------------------------------------------*/
section, article, aside, header, footer, nav, dialog, figure {
  display: block;
}

/* Body -------------------------------------------------------------- */
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Adobe Caslon Pro", Caslon, Baskerville, Palatino, "Palatino Linotype", "Hoefler Text", Garamond, "URW Palladio L", "Book Antiqua", Georgia, serif;
  color: #4c4c4c;
}
body .amp {
  font-style: italic;
}

/* Links -------------------------------------------------------------- */
a:link, a:visited {
  color: #005498;
  text-decoration: none;
}
a:focus, a:hover, a:active {
  color: #00467f;
  border-bottom: 1px dotted;
}
header a:focus, nav a:focus, a:focus:not([href]), header a:hover, nav a:hover, a:hover:not([href]), header a:active, nav a:active, a:active:not([href]) {
  border: 0;
}

/* Headings -------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

h1 {
  font-size: 3em;
  line-height: 1.5em;
  margin-bottom: 0.5em;
}

h2 {
  font-size: 2em;
  line-height: 0.75em;
  margin-bottom: 0.75em;
}

h3 {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

h4 {
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: 1.333em;
  font-style: normal;
  letter-spacing: 0.1em;
  font-variant: small-caps;
}

h5 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-style: italic;
}

h6 {
  font-size: 1em;
  line-height: 1.5em;
  margin-bottom: 1.5em;
  font-weight: bold;
}

/* Text -------------------------------------------------------------- */
cite, em, dfn {
  font-style: italic;
}

strong, dfn {
  font-weight: bold;
}

sup, sub {
  line-height: 0;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}
abbr:not([title]), acronym:not([title]) {
  border: 0;
  cursor: inherit;
}

address {
  margin-bottom: 1.5em;
  font-style: italic;
}

ins {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

pre, code, tt {
  font-family: Consolas, Menlo, Monaco, "Lucida Console", "Liberation Mono", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace, serif;
  font-size: 0.75em;
  line-height: 2em;
  font-style: normal;
}

code, tt {
  padding: 0 0.4em;
  background: rgba(238, 17, 17, 0.125);
}

pre {
  margin-top: 2em;
  margin-bottom: 2em;
  color: rgba(76, 76, 76, 0.75);
  margin: 1.5em;
  white-space: pre;
  white-space: pre-wrap;
  padding-left: 1em;
  margin-left: -1em;
  border-left: 1px dotted rgba(76, 76, 76, 0.5);
}
pre pre {
  padding: 0;
  border: 0;
}

q {
  font-style: italic;
}
q em {
  font-style: normal;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  font-size: 2em;
  line-height: 1.5em;
  margin: 0;
  margin-bottom: 0.75em;
  position: relative;
  font-style: italic;
}
blockquote p {
  margin: 0;
}

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

/* Replaced -------------------------------------------------------------- */
img {
  vertical-align: bottom;
}

/* Lists -------------------------------------------------------------- */
ol {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  margin: 0;
  list-style: decimal;
}

ul {
  margin-top: 2.25em;
  margin-bottom: 2.25em;
  margin: 0;
  list-style: disc;
}

article li {
  margin-bottom: 1.5em;
}

nav ol, nav ul, aside ol, aside ul {
  margin: 0;
}

li ul, li ol {
  list-style-type: circle;
  margin: 0 1.5em 0.75em;
}

dl {
  margin-bottom: 1.5em;
  border-top-style: solid;
  border-top-width: 0.063em;
  padding-top: 1.438em;
}
dl dt {
  font-size: 1.125em;
  line-height: 1.333em;
  margin-bottom: 0.667em;
}

dd {
  margin-bottom: 1.5em;
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 1.438em;
}

/* Tables -------------------------------------------------------------- */
/* tables still need 'cellspacing="0"' in the markup */
table {
  margin-bottom: 1.5em;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

table, td, th {
  vertical-align: top;
}

th, thead th {
  font-weight: bold;
}

th, td, caption {
  padding: 0.75em;
  text-align: left;
  font-weight: normal;
}

th, td {
  border-bottom-style: solid;
  border-bottom-width: 0.063em;
  padding-bottom: 0.688em;
}

tfoot {
  font-size: 0.875em;
  line-height: 1.714em;
}

caption {
  font-size: 1.5em;
  line-height: 1em;
  margin-bottom: 1em;
}

/* Forms -------------------------------------------------------------- */
fieldset {
  margin-bottom: 1.5em;
  border-style: solid;
  border-width: 0.063em;
  padding: 1.438em;
}

legend {
  font-size: 1.125em;
  line-height: 1.333em;
  font-weight: bold;
}

label {
  font-weight: bold;
}

textarea, input:not([type="radio"]) {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

body {
  font-size: 100%;
  line-height: 1.5em;
}

html > body {
  font-size: 16px;
}

#page {
  *zoom: 1;
  margin-left: auto;
  margin-right: auto;
  width: 61em;
  max-width: 100%;
}
#page:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
#page > * {
  clear: both;
  margin-right: 1.639%;
  margin-left: 1.639%;
}

