@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|Inconsolata:400,700');
* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  color: #666666;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
pre,
table,
blockquote {
  margin: 0;
  padding: 0;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2em;
  font-weight: 400;
}
h1,
h2,
h3 {
  margin-bottom: 0;
  font-weight: 300;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 0.875em;
}
p,
ul,
ol,
pre,
table,
blockquote {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.5em;
}
a {
  color: inherit;
  text-decoration: none;
  outline: none;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::selection {
  color: white;
  background: #009da5;
}
.pl-float-left {
  float: left;
}
.pl-float-right {
  float: right;
}
.pl-rtl .pl-float-left {
  float: right;
}
.pl-rtl .pl-float-right {
  float: left;
}
.pl-clear {
  clear: both;
}
.pl-center {
  text-align: center;
}
.pl-table {
  width: 100%;
  margin: 0 0 0.9rem;
}
.pl-table th,
.pl-table td {
  padding: 10px 7px;
}
.pl-table th {
  vertical-align: bottom;
  padding-top: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #009da5;
  line-height: 1.2em;
  font-weight: 400;
  color: #999999;
  text-align: left;
  text-transform: uppercase;
}
.pl-rtl .pl-table th {
  text-align: right;
}
.pl-table td {
  line-height: 22px;
}
.pl-table tr:nth-child(2n + 1) td {
  background-color: #fff;
}
.pl-map-tool {
  opacity: .72;
  transition: all 200ms cubic-bezier(0.25, 0.25, 0, 1.33);
}
.pl-map-tool:hover {
  opacity: 1;
}
.pl-badge {
  min-width: 14px;
  height: 14px;
  padding: 0 5px;
  border-radius: 7px;
  font-size: 10px;
  line-height: 14px;
  font-weight: 700;
  color: #f2f2f2;
  text-align: center;
  background-color: #009da5;
  position: absolute;
  top: 3px;
  left: 50%;
}
.pl-badge.pl-badge-circle {
  padding: 0;
  width: 14px;
}
.pl-badge.pl-badge-warning {
  color: #999999;
  background-color: #ffce00;
}
.pl-badge.pl-badge-warning:before {
  top: 1px;
  position: relative;
  font-size: 11px;
}
.pl-badge.pl-badge-throb {
  animation: pl-throb 400ms;
}
.pl-blurred {
  height: 100%;
  pointer-events: none;
  filter: blur(6px) brightness(60%);
}
.pl-success {
  color: #009da5;
}
.pl-error {
  color: #f33300;
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   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;
}
/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}
/**
 * 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;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 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;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * 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, 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 differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}
/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
/**
 * 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;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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 */
}
/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}
/**
 * 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"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 16px;
  color: #191919;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5 {
  line-height: 1.25em;
}
h1,
h2,
h3 {
  font-weight: 300;
}
h1 {
  font-size: 3.5em;
}
h2 {
  font-size: 3em;
}
h4,
h5,
h6,
p {
  font-weight: 400;
}
h3 {
  font-size: 2em;
}
h4 {
  font-size: 1.5em;
}
h5,
p,
li {
  font-size: 1em;
}
p,
li {
  line-height: 1.5em;
}
h6 {
  font-size: 0.75em;
  line-height: 1.34em;
}
a {
  color: inherit;
  text-decoration: underline;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}
.pl-button,
button {
  display: inline-block;
  vertical-align: top;
  line-height: 2.25em;
  padding: 0 1.125em;
  border: 1px solid #191919;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 1em;
  font-weight: 600;
  color: #191919;
  text-decoration: none;
  background-color: transparent;
  outline: none;
}
.pl-button:hover,
button:hover {
  background-color: rgba(25, 25, 25, 0.05);
}
.pl-button:active,
button:active {
  background-color: rgba(25, 25, 25, 0.1);
}
.pl-button.pl-small,
button.pl-small {
  height: 2em;
}
.pl-button.pl-large,
button.pl-large {
  padding: 0 2.25em;
  height: 3.375em;
  font-size: 1.25em;
}
.pl-button.pl-primary,
button.pl-primary {
  border-color: #009da5;
  color: #009da5;
}
.pl-button.pl-primary:hover,
button.pl-primary:hover {
  background-color: rgba(0, 157, 165, 0.05);
}
.pl-button.pl-primary:active,
button.pl-primary:active {
  background-color: rgba(0, 157, 165, 0.1);
}
.pl-button.pl-secondary,
button.pl-secondary {
  border-color: #f2f2f2;
  color: #f2f2f2;
}
.pl-button.pl-secondary:hover,
button.pl-secondary:hover {
  background-color: rgba(242, 242, 242, 0.05);
}
.pl-button.pl-secondary:active,
button.pl-secondary:active {
  background-color: rgba(242, 242, 242, 0.1);
}
.pl-button.pl-disabled,
button.pl-disabled {
  opacity: 0.5;
  cursor: default;
}
.pl-button.pl-disabled:hover,
button.pl-disabled:hover,
.pl-button.pl-disabled:active,
button.pl-disabled:active {
  background-color: transparent;
}
pre,
code {
  font-family: 'Inconsolata', 'Courier New', Courier, monospace;
}
pre {
  padding: 1em 1.5em;
  border-left: 1px solid #999999;
  background-color: #e6e6e6;
}
:not(pre) > code {
  padding: 0.2em 0.4em;
  font-size: 0.9em;
  background-color: #f2f2f2;
}
@keyframes slidedown {
  from {
    margin-bottom: 100%;
  }
  to {
    margin-bottom: 0;
  }
}
.pl-about {
  z-index: 100;
  background: #999999;
  top: 50px;
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: .95;
  animation-duration: .5s;
  animation-name: slidedown;
}
.pl-about .content {
  color: #f2f2f2;
  font-weight: bold;
  position: absolute;
  top: 0;
  overflow: auto;
  bottom: 5em;
  text-align: justify;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 60em;
  padding: 1em 2em;
}
.pl-about .content h1,
.pl-about .content h2 {
  text-align: center;
  font-weight: bold;
}
.pl-about .content code {
  color: #009da5;
}
.pl-about .content * + * {
  margin-top: 2em;
}
.pl-about .bottom {
  bottom: 0;
  height: 5em;
  left: 0;
  padding-top: 1em;
  padding-bottom: 2em;
  position: absolute;
  right: 0;
  text-align: center;
}
@keyframes grow {
  from {
    height: 0;
  }
}
.pl-chooser {
  animation-name: grow;
  animation-duration: .5s;
  background: #666666;
  color: #f2f2f2;
  bottom: 0;
  height: 50%;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 30%;
  padding: .5em;
}
.pl-chooser .scroll {
  position: absolute;
  top: 4.5em;
  bottom: .5em;
  left: .5em;
  right: .5em;
  overflow: auto;
}
.pl-chooser .scroll .choice {
  cursor: pointer;
}
.pl-chooser .scroll .choice:hover {
  background: #009da5;
}
.pl-chooser .scroll .pl-chooser-group * {
  margin-left: .5em;
  margin-bottom: .5em;
}
.pl-chooser h1 {
  color: #009da5;
  font-weight: bolder;
  margin: 0;
}
.pl-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #191919;
  color: #cccccc;
  font-weight: bold;
}
.pl-header a {
  text-decoration: none;
}
.pl-header .pl-brand {
  margin-top: 8px;
  padding-left: .5em;
  font-size: 24px;
  line-height: 24px;
}
.pl-header .pl-brand .pl-watermark {
  height: 32px;
  vertical-align: middle;
  margin-right: 1em;
}
.pl-header .pl-heading-right {
  margin-top: 10px;
}
.pl-header .pl-heading-right * {
  margin-right: 1em;
}
.pl-overlay-panel-close:before {
  content: 'X';
  font-size: 24px;
  font-weight: bold;
}
.pl-overlay-panel.pl-sidebar {
  height: auto;
  position: absolute;
  top: 50px;
  right: 0;
  bottom: 0;
  width: 20%;
}
.pl-sidebar-toggle {
  color: #666666;
  background: #009da5;
  position: absolute;
  right: 1em;
  top: 60px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  padding: 15px 5px;
}
.pl-sidebar-toggle div {
  background-color: #fff;
  border-radius: 1px;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  width: 40px;
}
.pl-sidebar-content {
  height: 100%;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
.pl-root {
  overflow: hidden;
}
.pl-switch-label {
  color: #191919;
}
.pl-header .pl-button {
  line-height: 26px;
  color: #f2f2f2;
  border-color: #f2f2f2;
  transition: color 300ms;
}
.pl-header .pl-button:hover {
  color: #009da5;
  border-color: #009da5;
}
