/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 * Modified by Ashe Avenue
 */
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; }

sup, sub {
  font-size: 0.75em;
  position: relative;
  top: -0.4em;
  vertical-align: baseline; }

sub {
  top: 0.4em; }

/* 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; }

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

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  background: #ecf0f1;
  color: #404040;
  font-size: 14px;
  font-family: 'open sans', arial, sans-serif;
  line-height: 1.7; }

a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  color: inherit;
  text-decoration: none; }

p {
  margin-bottom: 24px; }

img {
  vertical-align: top; }

.doc {
  padding-top: 85px; }

.announcement {
  max-width: 550px;
  margin-left: 200px; }
  .announcement .header {
    margin-bottom: 50px; }
    .announcement .header:after {
      content: "";
      display: block;
      clear: both; }
    .announcement .header .aol, .announcement .header .ashe, .announcement .header span {
      float: left;
      position: relative; }
    .announcement .header .aol {
      height: auto;
      top: 10px;
      width: 75px; }
    .announcement .header span {
      top: 10px;
      color: #999;
      font-weight: 800;
      font-size: 30px;
      margin: 0 20px;
      line-height: 30px; }
    .announcement .header .ashe {
      height: auto;
      width: 123px; }
  .announcement .legal {
    margin-top: 100px;
    font-size: 12px; }
    .announcement .legal a:hover {
      text-decoration: underline; }

.astro {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: -1;
  height: auto;
  width: 40%;
  max-width: 500px; }
  .astro img {
    display: block;
    height: auto;
    width: 100%; }

@media screen and (max-width: 1280px) {
  .announcement {
    margin-left: 50px; }
 }

@media screen and (max-width: 1020px) {
  .astro {
    opacity: 0.1;
    -moz-opacity: 0.1;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    height: 100%;
    width: auto;
    max-width: 50%; }
    .astro img {
      display: block;
      height: 100%;
      width: auto; }
 }

@media screen and (max-width: 620px) {
  .doc {
    padding-top: 30px; }

  .announcement {
    margin: 0;
    padding: 0 50px;
    width: 100%;
    max-width: 100%; }
 }

@media screen and (max-width: 420px) {
  .announcement {
    font-size: 13px;
    padding: 0 20px; }
 }

/*# sourceMappingURL=master.css.map */