/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

html {
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Whitney A', 'Whitney B', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #555;
  line-height: 1.4em; }

p, ul {
  margin-bottom: 1.4em; }

strong {
  font-weight: 700; }

span.asterisk {
  color: #c3c3c3; }

a {
  color: #2078ee;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

mark {
  background-color: #fdffb6;
  padding: 2px;
  box-shadow: #fdffb6 0 0 5px; }

code {
  font-family: Courier, monospace; }

ul.list {
  padding-left: 1.4em; }
  ul.list li {
    list-style: disc; }

h3 {
  font-weight: 700;
  font-size: 1.1em; }

h4 {
  font-weight: 700;
  color: #999; }

h1 a::after {
  clear: both;
  content: "";
  display: table; }
h1 a img, h1 a span {
  float: left; }
h1 a img {
  padding-right: 0.5em; }
h1 a span {
  display: block;
  height: 122px;
  line-height: 122px; }
h1 a:hover {
  text-decoration: none; }
  h1 a:hover span {
    text-decoration: underline; }

body > header, body > main, body > footer {
  max-width: 640px;
  margin: 0 auto;
  padding: 0 10px; }

body > header {
  padding: 1.5em 0 1em;
  font-weight: 700;
  font-size: 2.5em; }

body > footer {
  text-align: center;
  font-size: 0.8em;
  color: #c3c3c3; }
  body > footer a {
    color: #c3c3c3; }
    body > footer a:hover {
      color: #2078ee; }
  body > footer ul {
    text-align: center;
    margin-bottom: 0; }
    body > footer ul li {
      display: inline-block;
      padding-right: 1em; }
      body > footer ul li:last-child {
        padding-right: 0; }

p.download {
  text-align: center; }
