html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}

ol, ul {
  list-style: none;
}

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

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

article, aside, canvas, details, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video {
  display: block;
}

a img {
  border: 0;
}

img::selection, img::-moz-selection {
  background: transparent;
}

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

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

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

@font-face {
  font-family: "Header";
  src: url("/static/fonts/ProdigySans-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Header";
  src: url("/static/fonts/ProdigySans-SemiBold.otf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Body";
  src: url("/static/fonts/Inter.ttf");
  font-weight: normal;
  font-style: normal;
  font-feature-settings: "cv11";
}
body {
  font-family: "Body";
  line-height: 26px;
  font-size: 16px;
  background: #f0f0f0;
  color: #545a64;
  max-width: 750px;
  padding: 0px 30px;
  margin: 0 auto;
}

p {
  margin-bottom: 16px;
}

h1 {
  font-family: "Header", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #001;
  font-weight: 500;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}

h2 {
  font-family: "Header", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #001;
  font-weight: bold;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
}

a:link, a:visited {
  color: #338;
  text-decoration: none;
  border-bottom: 1px dotted #338;
}
a:hover {
  color: #66c;
  border-bottom: 1px dotted #66c;
}

li {
  list-style: square;
  margin-left: 25px;
}

article {
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.end {
  color: #999;
  text-align: center;
}

#social-links {
  list-style-type: none;
}
#social-links li {
  float: left;
  list-style: none;
  margin-left: 0;
}
#social-links a {
  border-bottom: none;
}
#social-links li img {
  width: 24px;
  height: 24px;
  padding: 6px;
}
#social-links li img:first-child {
  padding-left: 0;
}
