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

@font-face {
  font-family: Bungee;
  src: url("../font/Bungee-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
#content {
  position: absolute;
  top: 45pt;
  background: white;
  min-height: calc(100% - 65pt);
  padding-top: 15pt;
  box-shadow: 0 0 5px #cac9c9;
  padding: 10pt;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 750pt) {
  #content {
    width: calc(100% - 20pt);
  }
}
@media (min-width: 750pt) {
  #content {
    position: relative;
    left: calc(50% - 335pt);
    width: 650pt;
  }
}

@font-face {
  font-family: "Myriad";
  src: url("../font/Myriad-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Myriad";
  src: url("../font/Myriad-600.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Myriad-SC";
  src: url("../font/Myriad-SC-400.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
html {
  width: 100%;
  height: 100%;
}

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: Myriad, sans-serif;
  font-size: 12pt;
  line-height: 1.2em;
  background-image: url(/static/omniscient/img/bg.svg);
  background-size: cover !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

#nav {
  position: fixed;
  height: 45pt;
  width: 100%;
  z-index: 5;
  border-bottom: 2pt solid #377dd3;
  transition: 0.5s height;
}
#nav ul {
  background-color: #b4ceee;
  list-style: none;
  width: 100%;
  text-align: right;
}
@media (min-width: 600px) {
  #nav ul {
    height: 45pt;
  }
}
#nav ul .hidden {
  display: none;
}
#nav ul li {
  margin: 0 5pt;
  display: inline-block;
  font-family: Myriad-SC, Myriad, sans-serif;
  line-height: 42pt;
}
#nav ul li a {
  color: #0b1d32;
  text-decoration: none;
}
#nav ul li.hamburger {
  display: none;
}
#nav ul li.logo {
  position: relative;
  height: 45pt;
  float: left;
  display: inline-block;
}
#nav ul li.logo img {
  display: inline-block;
  height: 36pt;
  margin: 4.5pt 5pt 4.5pt 3pt;
}
#nav ul li.logo .name {
  display: inline-block;
  position: absolute;
  top: 0;
  font-family: Bungee, sans-serif;
  line-height: 1.2em;
  line-height: 45pt;
  color: white;
}
#nav ul li.special a {
  display: inline-block;
  height: 30pt;
  margin-top: 7.5pt;
  margin-bottom: 7.5pt;
  padding: 0 7pt;
  background: white;
  border-radius: 3pt;
  font-weight: 600;
  font-family: Myriad, sans-serif;
  line-height: 30pt;
  color: #377dd3;
}
#nav .bg {
  display: none;
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  z-index: 4;
}
@media (max-width: 600px) {
  #nav {
    overflow: hidden;
    border-bottom-width: 0;
  }
  #nav.open {
    height: 100%;
  }
  #nav .bg {
    display: inherit;
  }
  #nav ul li.opt {
    width: 100%;
    height: 45pt;
    margin: 0;
    text-align: center;
    border-top: 2pt solid #2c71c4;
  }
  #nav ul li.opt a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #nav ul li.opt:last-of-type {
    border-bottom: 2pt solid #2c71c4;
  }
  #nav ul li.hamburger {
    position: relative;
    display: inline-block;
    height: 45pt;
    width: 45pt;
    margin: 0;
  }
  #nav ul li.hamburger a {
    display: inline-block;
    width: 100%;
    height: 100%;
  }
  #nav ul li.hamburger a img {
    margin: 25%;
    height: 50%;
    width: 50%;
  }
}

section {
  overflow: hidden;
}

sup {
  font-size: 0.75em;
  vertical-align: top;
}

p {
  padding-bottom: 1.4em;
}
p:last-child {
  padding-bottom: 0;
}

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