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;
  vertical-align: baseline; }

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

html {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

body {
  background: black;
  color: #eeeeee;
  position: relative; }

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dd, li,
p, figure,
pre, table, fieldset, hr, code, blockquote {
  margin-bottom: 21px;
  margin-bottom: 1.5rem;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, .alpha, .beta, .gamma, .delta, .epsilon, .zeta {
  color: #eeeeee;
  font-family: "PTSansNarrowBold", "Helvetica Nueue", Helvetica, Arial, sans-serif; }

h4, h5, h6 {
  color: #eeeeee; }

h1, .alpha {
  font-size: 2em;
  line-height: 1.2; }

h2, .beta {
  font-size: 1.5em;
  line-height: 1.3; }

h3, .gamma {
  font-size: 1.3em;
  line-height: 1.3; }

h4, .delta {
  font-size: 1.1em;
  line-height: 1.4; }

h5, .epsilon {
  font-size: 1em;
  line-height: 1.5; }

h6, .zeta {
  font-size: 1em;
  line-height: 1.5; }

.micro {
  font-size: 0.9em; }

.nano {
  font-size: 0.85em; }

.mega {
  font-size: 2.2em; }

.giga {
  font-size: 3em; }

.larger {
  font-size: 1.2em; }

ul, ol {
  margin-left: 21px;
  margin-left: 1.5rem;
  list-style-position: outside;
  list-style-type: disc; }

ul ul {
  list-style-type: circle; }

ol {
  list-style-type: decimal; }

li {
  margin-bottom: 13.86px;
  margin-bottom: 0.99rem; }

dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  *zoom: 1; }

dt {
  font-weight: bold;
  float: left;
  padding-right: 1.5rem; }

dd {
  margin-bottom: 10.5px;
  margin-bottom: 0.75rem; }

a {
  color: #0b3e83;
  text-decoration: underline; }
  a:hover {
    color: #0b3e83;
    text-decoration: underline; }
  a:visited {
    color: #0b3e83; }

a img {
  border: 0; }

.island {
  padding: 21px;
  padding: 1.5rem;
  margin-bottom: 21px;
  margin-bottom: 1.5rem; }
  .island > :last-child {
    margin-bottom: 0; }

.t-left {
  text-align: left; }

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

.t-right {
  text-align: right; }

.t-larger {
  font-size: 1.2em; }

.img-left {
  float: left;
  margin: 0 21px 21px 0;
  margin: 0 1.5rem 1.5rem 0; }

.img-right {
  float: right;
  margin: 0 0 21px 21px;
  margin: 0 0 1.5rem 1.5rem; }

.img-scalable {
  height: auto;
  max-width: 100%;
  width: 100%; }

.link-block {
  text-decoration: none; }

.extra {
  margin-top: 52.5px;
  margin-top: 3.75rem;
  margin-bottom: 52.5px;
  margin-bottom: 3.75rem; }

.extra-top {
  margin-top: 52.5px;
  margin-top: 3.75rem; }

.extra-bottom {
  margin-bottom: 52.5px;
  margin-bottom: 3.75rem; }
