/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
img {
  vertical-align: middle;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    -webkit-box-shadow: none !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/**
 * CSS required for jQuery plugin menusandpanels.js
 * author: Daniel Baird <daniel@danielbaird.com>
 * version: 0.1.2014-02-05
 */
/* ========================================= mspp menus & submenus */
/*
.mspp-main-menu * {
    background: rgba(0,0,0, 0.1);
}
*/
.mspp-main-menu ul {
  /* ----------------------- main and sub menus */
  margin: 0;
  padding: 0;
  float: left;
  line-height: 3em;
}
.mspp-main-menu li {
  /* ------------------ main and sub menu items */
  margin: 0;
  padding: 0;
  display: block;
  float: left;
  overflow: hidden;
  -webkit-transition: width 1s;
  transition: width 1s;
}
.mspp-main-menu li.current {
  /* background: rgba(0,100,0, 0.33); */
}
.mspp-main-menu li a {
  /* ---------------------- text inside items */
  padding: 0 1em;
  float: left;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.mspp-main-menu li a:hover {
  /* background: rgba(0,100,255, 0.2); */
}
.mspp-main-menu {
  /* ----------------------------------- main menu */
  height: 3em;
  padding: 0;
  margin: 1em 5% 0;
  overflow: hidden;
}
.mspp-main-menu > li {
  /* ------------------------- main menu item */
  position: relative;
  height: 3em;
}
.mspp-main-menu > li > a {
  /* --------------------- main menu text */
  height: 100%;
  line-height: 3em;
}
.mspp-main-menu ul {
  /* --------------------------------- sub menu */
  height: 2em;
  line-height: 2em;
  margin: -2em 1em 0 0.5em;
  position: relative;
  top: 100%;
}
.mspp-main-menu li.current ul {
  /* -------------- current sub menu */
  display: block;
  white-space: nowrap;
}
.mspp-main-menu ul li a {
  /* ------------------- submenu item text */
  line-height: 2em;
  height: 2em;
  float: left;
}
/* =========================================== mspp panels & pages */
/*
.mspp-panel * {
    background: rgba(0,0,0, 0.1);
}
*/
.mspp-panel {
  /* ------------------------------------------ panels */
  /* background: rgba(0,0,0, 0.1); */
  position: relative;
  width: 90%;
  margin: 0 5% 0;
  padding: 0;
  overflow: auto;
}
.mspp-panel .mspp-page {
  /* -------------------------------- pages */
  -webkit-box-sizing: border-box;
  /* -------------------------------- pages */
  -moz-box-sizing: border-box;
  /* -------------------------------- pages */
  box-sizing: border-box;
  padding: 1em 5%;
}
.mspp-panel .mspp-page.current {
  /* background: rgba(0,100,0, 0.33); */
}
/* ================================================ mspp utilities */
/* ------------------------------------------------------ clearfix */
.mspp-clearfix:before,
.mspp-clearfix:after {
  content: " ";
  display: table;
}
.mspp-clearfix:after {
  clear: both;
}
.mspp-clearfix {
  *zoom: 1;
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(http://fonts.gstatic.com/s/lato/v11/nj47mAZe0mYUIySgfn0wpQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/v0SdcGFAl2aezM9Vq_aFTQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url(http://fonts.gstatic.com/s/lato/v11/4cKlrioa77J2iqTqBgkRWg.ttf) format('truetype');
}
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local('Lato Italic'), local('Lato-Italic'), url(http://fonts.gstatic.com/s/lato/v11/LqowQDslGv4DmUBAfWa2Vw.ttf) format('truetype');
}
body {
  padding: 0;
  font-family: Lato, "Arial Unicode MS", sans-serif;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  /* light-text-on-dark is too bold on Macs */
  line-height: 1.4;
  color: #000;
  background: #eee;
  -moz-osx-font-smoothing: grayscale;
  /* light-text-on-dark is too bold on Macs */
}
@media screen {
  body {
    background: #2d4048;
    color: #222;
    min-width: 800px;
  }
}
a {
  color: #016;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
input,
select,
option,
button {
  font-size: 90%;
  font-family: inherit;
  padding: 0.15em 0.5em;
}
select,
button {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px outset rgba(245, 239, 217, 0.5);
  border-radius: 3px;
}
select:hover,
button:hover {
  background-color: rgba(255, 255, 255, 0.75);
}
/* disclaimer overlay - - - - - - - - - - - - - - */
.disclaimer {
  opacity: 0.66;
  border-radius: 1em;
  border: dotted black 2px;
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  position: absolute;
  right: 12%;
  top: -35em;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 19em;
  height: 40em;
  padding-top: 5em;
  background: yellow;
  -webkit-transition: all 0.11s;
  transition: all 0.11s;
}
.disclaimer:hover {
  opacity: 1;
}
.disclaimer.show {
  opacity: 1;
  top: -5em;
  right: 14%;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
}
.disclaimer p {
  margin: 0;
  padding: 0.75em 2em;
}
.disclaimer h1 {
  margin: 0;
  padding: 0.5em 1em;
  font-size: inherit;
  letter-spacing: 0.1em;
  display: block;
  text-transform: uppercase;
  text-align: center;
}
.disclaimer .bottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
/* header - - - - - - - - - - - - - - - - - - - - */
header.page {
  opacity: 0.99;
  position: relative;
  z-index: 10;
  height: 120px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  color: white;
  background: #242732;
}
header.page h1 {
  float: left;
  padding: 0 0 0 4%;
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.1em;
  font-weight: 300;
  line-height: 75px;
  text-align: left;
  text-shadow: 2px 2px 5px #000;
}
header.page p {
  color: #fdfcf9;
  float: left;
  padding: 0 0 0 4%;
  margin: 0;
  font-size: inherit;
  font-weight: 400;
  line-height: 75px;
  text-shadow: 1px 1px 3px #000;
}
header.page img.logo {
  float: right;
  height: 59px;
  margin: 8px 4% 0;
  opacity: 0.25;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  height: 55px;
  margin: -27.5px 4% 0;
  position: absolute;
  top: 37.5px;
  right: 0;
}
header.page img.logo:hover {
  opacity: 1;
}
/* navbar - - - - - - - - - - - - - - - - - - - - */
/*
    normal background: #242732 / 36,39,50 / @headerbackground
    darker: #1e212a / 30,33,42
    lighter: #2e3240 / 46,50,64
*/
nav {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #242732;
  background: -webkit-gradient(linear, left top, left bottom, from(#2e3240), to(#1e212a));
  background: -webkit-linear-gradient(top, #2e3240 0, #1e212a 100%);
  background: linear-gradient(to bottom, #2e3240 0, #1e212a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3240', endColorstr='#1e212a');
}
nav ul {
  position: relative;
  left: -1px;
  float: left;
  padding: 0;
  margin: 0;
}
nav ul > li {
  display: block;
  float: left;
  height: 100%;
}
nav ul > li > a {
  display: block;
  float: left;
  height: 100%;
  padding: 0 2em;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}
nav ul > li > a:hover {
  text-decoration: none;
  cursor: pointer;
}
nav .main.menu {
  padding: 0;
  margin: 0 4% 0;
}
nav .main.menu > li {
  display: block;
  float: left;
  padding: 0;
  margin: 0;
  border: none;
  border-right: 1px solid #1e212a;
  border-left: 1px solid #2e3240;
}
nav .main.menu > li.current {
  background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0, #1e212a), to(#2e3240));
  background: -webkit-linear-gradient(top, #1e212a 0, #2e3240 100%);
  background: linear-gradient(top, #1e212a 0, #2e3240 100%);
  border-right: 1px solid #2e3240;
  border-left: 1px solid #1e212a;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e212a', endColorstr='#2e3240');
}
nav .main.menu > li.current a {
  opacity: 1;
}
nav .main.menu > li > a {
  color: #f5efd9;
  text-shadow: 0 1px 0 #2e3240, 0 -1px 0 #1e212a;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
nav .main.menu > li > a:hover {
  color: white;
  text-shadow: 0 1px 0 #000000, 0 -1px 0 #000000, 0 0 2px #000000, 0 0 4px #000000, 0 0 6px #000000;
}
/*
    normal: efe6c5 / 239,230,197
    lighter: fff5d1 / 255,245,209 (or just #fff)
    darker: cfc6a9 / 207,198,169

    shaded thing: 216,201,167
*/
nav ul li ul {
  font-size: 90%;
  color: #016;
}
nav ul li ul > li {
  background: #cfc6a9;
  background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(0, #efe6c5), to(#cfc6a9));
  background: -webkit-linear-gradient(top, #efe6c5 0, #cfc6a9 100%);
  background: linear-gradient(top, #efe6c5 0, #cfc6a9 100%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}
nav ul li ul > li.current,
nav ul li ul > li:hover {
  background: #f5efd9;
}
/* main content - - - - - - - - - - - - - - - - */
.maincontent {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
  margin: 0 4%;
  padding: 3em 4%;
  background: #f5efd9;
  line-height: 1.6;
}
.maincontent .textcolumn {
  max-width: 40em;
  margin: 0 auto;
  padding-bottom: 5em;
}
.maincontent h1,
.maincontent h2,
.maincontent h3,
.maincontent h4,
.maincontent h5,
.maincontent h6 {
  font-weight: 900;
}
.maincontent .credits {
  padding: 1.5em 0 2em;
  margin: 4% -4.34782609% 0;
  text-align: center;
  background: white;
  -webkit-box-shadow: inset 0 0.5em 0.5em -0.25em rgba(0, 0, 0, 0.25), inset 0 -0.5em 0.5em -0.25em rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0.5em 0.5em -0.25em rgba(0, 0, 0, 0.25), inset 0 -0.5em 0.5em -0.25em rgba(0, 0, 0, 0.25);
}
.maincontent .credits a {
  display: inline-block;
  margin: 1em 2em;
  vertical-align: middle;
}
.maincontent .credits img {
  border: none;
  max-width: 190px;
  max-height: 140px;
}
/* footer - - - - - - - - - - - - - - - - - - - */
footer.page {
  position: absolute;
  bottom: 0;
  width: 92%;
  height: 30px;
  padding: 0 4%;
  margin: 0;
  font-size: 80%;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #242732;
}
footer.page p {
  display: inline;
  display: inline-block;
  padding: 0 1em;
  margin: 0;
  opacity: 0.5;
  -webkit-transition: opacity 0.33s ease-in-out;
  transition: opacity 0.33s ease-in-out;
}
footer.page p:hover {
  opacity: 1;
}
footer.page img {
  vertical-align: middle;
}
footer.page a {
  color: #aabbff;
}
/* panel - - - - - - - - - - - - - - - - - - - - */
/* these are also styled by the mspp css */
div.mspp-panel {
  z-index: 2;
  position: absolute;
  top: 120px;
  -webkit-box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 12px -6px rgba(0, 0, 0, 0.5);
  width: 92%;
  left: 4%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f5efd9;
  margin: 0;
  padding: 0;
  line-height: 1.4;
  border-radius: 0 0 2px 2px;
  overflow: hidden;
}
/* panel pages - - - - - - - - - - - - - - - - - */
div.mspp-panel > .mspp-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em 4% 1.5em;
  margin: 0 auto;
  text-align: left;
  /* specific pages - - - - - - - - - - - - - */
  /* specific pages - - - - - - - - - - - - - */
  /* forms on pages - - - - - - - - - - - - - */
  /* logos area - - - - - - - - - - - - - - - */
}
div.mspp-panel > .mspp-page.current {
  display: inline-block;
}
div.mspp-panel > .mspp-page.short {
  padding: 0.5em 4% 0.75em;
}
div.mspp-panel > .mspp-page.short p {
  margin: 0.25em 0;
}
div.mspp-panel > .mspp-page.speciesselect #speciesname {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin: 0;
  font-size: 125%;
}
div.mspp-panel > .mspp-page input,
div.mspp-panel > .mspp-page select,
div.mspp-panel > .mspp-page option,
div.mspp-panel > .mspp-page button {
  font-size: inherit;
  font-family: inherit;
}
div.mspp-panel > .mspp-page button {
  margin: 0 1em;
  padding: 0.5em 1em;
}
div.mspp-panel > .mspp-page fieldset {
  margin: 1em;
  padding: 1em 0;
}
div.mspp-panel > .mspp-page .disabled {
  opacity: 0.5;
}
div.mspp-panel > .mspp-page form.formblocks {
  text-align: center;
}
div.mspp-panel > .mspp-page form.formblocks fieldset.formblock {
  display: inline-block;
  *display: inline;
  /* ie fix */
  padding: 0 0.5em 1em;
  text-align: left;
  vertical-align: top;
  background: -webkit-radial-gradient(bottom right, ellipse farthest-side, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0));
  background: -webkit-radial-gradient(ellipse farthest-side at bottom right, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0));
  background: radial-gradient(ellipse farthest-side at bottom right, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0));
  border: 6px solid rgba(0, 0, 0, 0.1);
  border-width: 3px 0;
  border-radius: 12px;
  zoom: 1;
  /* ie fix */
}
div.mspp-panel > .mspp-page form.formblocks fieldset.formblock h3 {
  padding: 1em 0 0.75em;
  margin: 0;
  font-size: inherit;
  font-weight: 900;
  opacity: 0.8;
}
div.mspp-panel > .mspp-page form.formblocks fieldset.formblock label {
  display: block;
}
div.mspp-panel > .mspp-page form.formblocks fieldset.formblock input[type="radio"] {
  margin-right: 0.3em;
}
div.mspp-panel > .mspp-page form.formblocks fieldset.wide {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
div.mspp-panel > .mspp-page form.formblocks fieldset.wide input {
  width: 100%;
}
div.mspp-panel > .mspp-page .taxa_selector {
  position: relative;
  padding-bottom: 3em;
}
div.mspp-panel > .mspp-page .formblock.taxon {
  min-width: 11.5em;
  /* random estimate */
}
div.mspp-panel > .mspp-page .taxa_dd {
  position: absolute;
  right: 0.5em;
  bottom: 0.5em;
  left: 1.25em;
  padding: 0.25em 0;
  clear: both;
  /* this is for IE6 :( */
  visibility: hidden;
  zoom: 1;
  /* another dagger in my heart from IE */
}
div.mspp-panel > .mspp-page .credits {
  padding: 1.5em 0.5em 2em;
  margin: 0 -4.34782609%;
  text-align: center;
  background: white;
  -webkit-box-shadow: inset 0 0.5em 0.5em -0.25em rgba(0, 0, 0, 0.25), inset 0 -0.5em 0.5em -0.25em rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0.5em 0.5em -0.25em rgba(0, 0, 0, 0.25), inset 0 -0.5em 0.5em -0.25em rgba(0, 0, 0, 0.25);
}
div.mspp-panel > .mspp-page .credits a {
  display: inline-block;
  margin: 1em 2em;
  vertical-align: middle;
}
div.mspp-panel > .mspp-page .credits img {
  border: none;
}
/* body  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
body {
  height: 100%;
}
/*  content - - - - - - - - - - - - - - - - - - - - - - - - - - -  */
.contentwrap {
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 1;
  min-height: 100px;
  padding: 0;
  min-width: 800px;
}
