/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*! normalize.css 2011-11-04T15:38 UTC - http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
/* line 11, ../sass/partials/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
/* line 28, ../sass/partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
/* line 40, ../sass/partials/_normalize.scss */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
/* line 49, ../sass/partials/_normalize.scss */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
/* line 66, ../sass/partials/_normalize.scss */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
/* line 77, ../sass/partials/_normalize.scss */
body {
  margin: 0;
}

/* 
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
/* line 85, ../sass/partials/_normalize.scss */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
/*
 * Addresses outline displayed oddly in Chrome
 */
/* line 102, ../sass/partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
/* line 111, ../sass/partials/_normalize.scss */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Neutralise smaller font-size in 'section' and 'article' in FF4+, Chrome, S5
 */
/* line 125, ../sass/partials/_normalize.scss */
h1 {
  font-size: 2em;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
/* line 133, ../sass/partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3+, S4/5, Chrome
*/
/* line 141, ../sass/partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 146, ../sass/partials/_normalize.scss */
blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
/* line 154, ../sass/partials/_normalize.scss */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
/* line 162, ../sass/partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
/* line 172, ../sass/partials/_normalize.scss */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
/* line 185, ../sass/partials/_normalize.scss */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
/* line 198, ../sass/partials/_normalize.scss */
q {
  quotes: none;
}

/* 2 */
/* line 204, ../sass/partials/_normalize.scss */
q:before,
q:after {
  content: '';
  content: none;
}

/* line 210, ../sass/partials/_normalize.scss */
small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
/* line 219, ../sass/partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 227, ../sass/partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 231, ../sass/partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
/* line 240, ../sass/partials/_normalize.scss */
ul,
ol {
  margin-left: 0;
  padding: 0 0 0 40px;
}

/* line 246, ../sass/partials/_normalize.scss */
dd {
  margin: 0 0 0 40px;
}

/* line 250, ../sass/partials/_normalize.scss */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, FF3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
/* line 267, ../sass/partials/_normalize.scss */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9 
 */
/* line 276, ../sass/partials/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
/* line 289, ../sass/partials/_normalize.scss */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
/* line 302, ../sass/partials/_normalize.scss */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding
 */
/* line 310, ../sass/partials/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
/* line 321, ../sass/partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
/* line 332, ../sass/partials/_normalize.scss */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting line-height on 'input' using !important in the UA stylesheet
 */
/* line 346, ../sass/partials/_normalize.scss */
button,
input {
  line-height: normal;
  /* 1 */
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 * 3. Removes inner spacing in IE7 without affecting normal text inputs
 *    Known issue: inner spacing remains in IE6
 */
/* line 358, ../sass/partials/_normalize.scss */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
  *overflow: visible;
  /* 3 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Removes excess padding in IE8/9
 */
/* line 372, ../sass/partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box-sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
/* line 383, ../sass/partials/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding that is displayed in S5, Chrome on OS X
 */
/* line 394, ../sass/partials/_normalize.scss */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
/* line 403, ../sass/partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
/* line 414, ../sass/partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/* 
 * Remove most spacing between table cells
 */
/* line 428, ../sass/partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 1, ../sass/partials/_lionbars.scss */
.lb-v-dummy {
  width: 100%;
  display: block;
  height: 1px;
}

/* line 2, ../sass/partials/_lionbars.scss */
.lb-h-dummy {
  height: 100%;
  display: block;
  width: 1px;
}

/* line 3, ../sass/partials/_lionbars.scss */
.lb-clear {
  clear: both;
}

/* line 4, ../sass/partials/_lionbars.scss */
.lb-wrap {
  z-index: 0;
  overflow: auto;
  position: relative;
}

/*.lb-scrollbar-wrap { position: absolute; left: 0; top: 0; }*/
/* line 6, ../sass/partials/_lionbars.scss */
.lb-v-scrollbar {
  z-index: 1;
  position: absolute;
  right: 2px;
  top: 2px;
  width: 7px;
  height: 100%;
  background: #cfcfcf;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

/* line 7, ../sass/partials/_lionbars.scss */
.lb-h-scrollbar {
  z-index: 1;
  position: absolute;
  bottom: 2px;
  left: 2px;
  width: 100%;
  height: 7px;
  background: #cfcfcf;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

/* line 8, ../sass/partials/_lionbars.scss */
.lb-v-scrollbar-slider {
  position: absolute;
  width: 7px;
  height: 50px;
  left: 0;
  top: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

/* line 9, ../sass/partials/_lionbars.scss */
.lb-h-scrollbar-slider {
  position: absolute;
  height: 7px;
  width: 50px;
  left: 0;
  top: 0;
  background: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

@font-face {
  font-family: pastel_crayon;
  src: url("/font/pastel_crayon.ttf");
}
@font-face {
  font-family: museo_sans;
  src: url("/font/MuseoSansRounded-300.otf");
  font-weight: normal;
}
@font-face {
  font-family: museo_sans;
  src: url("/font/MuseoSansRounded-700.otf");
  font-weight: bold;
}
/* line 112, ../sass/screen.scss */
body {
  background: #1e6da0;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNmRhMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzFlNmRhMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA=='), url('/img/background.jpg?1330819016');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(30, 109, 160, 0.8)), color-stop(20%, #1e6da0)), url('/img/background.jpg?1330819016');
  background: -moz-linear-gradient(rgba(30, 109, 160, 0.8) 0%, #1e6da0 20%), url('/img/background.jpg?1330819016');
  background: -webkit-linear-gradient(rgba(30, 109, 160, 0.8) 0%, #1e6da0 20%), url('/img/background.jpg?1330819016');
  background: linear-gradient(rgba(30, 109, 160, 0.8) 0%, #1e6da0 20%), url('/img/background.jpg?1330819016');
  overflow-x: hidden;
}
/* line 116, ../sass/screen.scss */
body #body-inner {
  background: url(/img/graph-paper-5.png);
}
/* line 118, ../sass/screen.scss */
body #body-inner .body-container {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* line 128, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  text-shadow: #02273f 2px 2px 3px;
  font-family: museo_sans, "Lucida Grande", "Lucida Sans", "Helvetica", sans-serif;
  font-weight: bold;
  letter-spacing: 3px;
  color: #cce4f4;
  text-transform: uppercase;
}

/* line 137, ../sass/screen.scss */
p, a, div, span, label, input {
  text-shadow: #000000 0px 1px 0px;
  font-family: Palatino, Georgia, serif;
  font-weight: normal;
  font-size: 18px;
  color: #cce4f4;
}

/* line 146, ../sass/screen.scss */
a {
  color: #86c9f4;
  text-decoration: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 150, ../sass/screen.scss */
a:hover {
  color: #cce4f4;
}

/* line 155, ../sass/screen.scss */
#logo-outer {
  padding-top: 0px;
}

/* line 159, ../sass/screen.scss */
.logo {
  text-shadow: #cce4f4 0px 0px 10px, #cce4f4 0 0 60px;
  margin: 0px;
  padding: 0;
  color: #02273f;
  text-transform: uppercase;
  font-family: museo_sans, "Lucida Grande", "Lucida Sans", "Helvetica", sans-serif;
  font-weight: bold;
  font-size: 5em;
}
/* line 169, ../sass/screen.scss */
.logo #second-word {
  text-shadow: #02273f 0px 0px 10px;
  color: #cce4f4;
  font-family: inherit;
  font-weight: normal;
  font-size: inherit;
}

/* line 180, ../sass/screen.scss */
#addthis {
  position: relative;
  clear: both;
  width: 274px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  z-index: 5;
  opacity: 0.8;
  margin-top: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 193, ../sass/screen.scss */
#addthis:hover {
  opacity: 1.0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 198, ../sass/screen.scss */
#addthis a {
  float: left;
  padding: 0 5px;
}
/* line 203, ../sass/screen.scss */
#addthis .addthis_counter a {
  font-size: 16px;
}

/* line 208, ../sass/screen.scss */
.at_item, #at_hover, #at15s, #addthis, #at16p {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 209, ../sass/screen.scss */
.at_item p, .at_item a, .at_item span, .at_item label, .at_item input, #at_hover p, #at_hover a, #at_hover span, #at_hover label, #at_hover input, #at15s p, #at15s a, #at15s span, #at15s label, #at15s input, #addthis p, #addthis a, #addthis span, #addthis label, #addthis input, #at16p p, #at16p a, #at16p span, #at16p label, #at16p input {
  text-shadow: none;
  color: #02273f;
  font-size: 12px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
/* line 215, ../sass/screen.scss */
.at_item #at15ptc, #at_hover #at15ptc, #at15s #at15ptc, #addthis #at15ptc, #at16p #at15ptc {
  font-size: 14px;
}

/* line 221, ../sass/screen.scss */
#tagline {
  text-shadow: #02273f 0px 0px 5px;
  margin: 0px;
  font-size: 1.6em;
  font-style: italic;
}

/* line 228, ../sass/screen.scss */
section {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 20px 0 20px 0;
  padding: 30px 30px 10px 20px;
  display: inline-block;
  clear: both;
  background-color: rgba(2, 39, 63, 0.5);
  position: relative;
  z-index: 5;
}
/* line 237, ../sass/screen.scss */
section h1 {
  text-align: center;
}

/* line 242, ../sass/screen.scss */
.api-result {
  position: relative;
  overflow: hidden;
}
/* line 245, ../sass/screen.scss */
.api-result .result-gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNmRhMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjgwJSIgc3RvcC1jb2xvcj0iIzFlNmRhMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTZkYTAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(30, 109, 160, 0)), color-stop(80%, rgba(30, 109, 160, 0.5)), color-stop(100%, #1e6da0));
  background: -moz-linear-gradient(top, rgba(30, 109, 160, 0) 0%, rgba(30, 109, 160, 0.5) 80%, #1e6da0 100%);
  background: -webkit-linear-gradient(top, rgba(30, 109, 160, 0) 0%, rgba(30, 109, 160, 0.5) 80%, #1e6da0 100%);
  background: linear-gradient(to bottom, rgba(30, 109, 160, 0) 0%, rgba(30, 109, 160, 0.5) 80%, #1e6da0 100%);
}

/* line 255, ../sass/screen.scss */
#usage-outer {
  text-align: center;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 30px;
  width: 960px;
}

/* line 265, ../sass/screen.scss */
#usage .example {
  width: 260px;
  margin: 0 20px 0 20px;
  padding-bottom: 10px;
  display: inline-block;
}
/* line 271, ../sass/screen.scss */
#usage .example h2 {
  margin-bottom: 10px;
}
/* line 275, ../sass/screen.scss */
#usage .example .example-box {
  width: 250px;
  height: 125px;
  display: inline-block;
  vertical-align: top;
}
/* line 281, ../sass/screen.scss */
#usage .example .example-box a {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background-color: #02273f;
  background: url(/img/grainy-opacity-80.png);
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0.25em;
}
/* line 288, ../sass/screen.scss */
#usage .example .example-box .api-result {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  background-color: rgba(30, 109, 160, 0.5);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwcHgiIGN5PSIyMHB4IiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNWRhZGUxIiBzdG9wLW9wYWNpdHk9IjAuNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2OGFjYiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-radial-gradient(50px 20px, ellipse farthest-side, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  background: -webkit-radial-gradient(50px 20px, ellipse farthest-side, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  background: radial-gradient(ellipse farthest-side at 50px 20px, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  -moz-box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  border: 2px solid rgba(2, 39, 63, 0.9);
  border-top: 0px solid white;
  margin-top: 0;
  margin-bottom: 0;
  border-top: 0;
  padding: 8px;
  height: 5em;
}

/* line 302, ../sass/screen.scss */
#sandbox-outer {
  position: relative;
  float: right;
}

/* line 307, ../sass/screen.scss */
#sandbox .arrow {
  background: url('/img/arrow-short.png?1329642355') no-repeat;
  -moz-transform: rotate(50deg) scale(0.5, 0.4);
  -ms-transform: rotate(50deg) scale(0.5, 0.4);
  -webkit-transform: rotate(50deg) scale(0.5, 0.4);
  transform: rotate(50deg) scale(0.5, 0.4);
  width: 301px;
  height: 266px;
  position: absolute;
  top: -47px;
  left: -187px;
}
/* line 317, ../sass/screen.scss */
#sandbox #sandbox-text {
  -moz-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  -webkit-transform: rotate(-9deg);
  transform: rotate(-9deg);
  writing-mode: lr-tb;
  font-size: 70px;
  font-family: pastel_crayon, Palatino, Georgia, serif;
  font-weight: normal;
  top: -32px;
  left: -215px;
  position: absolute;
  text-shadow: none;
}
/* line 328, ../sass/screen.scss */
#sandbox #counter {
  display: inline-block;
  margin-top: 5px;
  margin-right: 12px;
  padding: 3px 0px;
  float: left;
  -moz-border-radius: 5px 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px;
}
/* line 338, ../sass/screen.scss */
#sandbox #counter .counter-container-outer {
  background: #314a5b;
}
/* line 341, ../sass/screen.scss */
#sandbox #counter .counter-container-outer .counter-button {
  opacity: 0.0;
  background: #02273f;
  color: #86c9f4;
  text-shadow: none;
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-transition: all 0.3s ease-out, text-shadow 0.3s ease-out;
  -o-transition: all 0.3s ease-out, text-shadow 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out, text-shadow 0.3s ease-out;
  transition: all 0.3s ease-out, text-shadow 0.3s ease-out;
}
/* line 348, ../sass/screen.scss */
#sandbox #counter .counter-container-outer .counter-button.counter-button-up {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMjczZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjI3M2YiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(2, 39, 63, 0.5)), color-stop(100%, #02273f));
  background: -moz-linear-gradient(top, rgba(2, 39, 63, 0.5), #02273f);
  background: -webkit-linear-gradient(top, rgba(2, 39, 63, 0.5), #02273f);
  background: linear-gradient(to bottom, rgba(2, 39, 63, 0.5), #02273f);
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
/* line 352, ../sass/screen.scss */
#sandbox #counter .counter-container-outer .counter-button.counter-button-down {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMjczZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAyMjczZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #02273f), color-stop(100%, rgba(2, 39, 63, 0.5)));
  background: -moz-linear-gradient(top, #02273f, rgba(2, 39, 63, 0.5));
  background: -webkit-linear-gradient(top, #02273f, rgba(2, 39, 63, 0.5));
  background: linear-gradient(to bottom, #02273f, rgba(2, 39, 63, 0.5));
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
/* line 357, ../sass/screen.scss */
#sandbox #counter .counter-container-outer:hover .counter-button {
  opacity: 0.8;
}
/* line 360, ../sass/screen.scss */
#sandbox #counter .counter-container-outer .counter-button:hover {
  opacity: 1.0;
  -moz-box-shadow: 0 0 5px #cce4f4;
  -webkit-box-shadow: 0 0 5px #cce4f4;
  box-shadow: 0 0 5px #cce4f4;
  cursor: pointer;
}
/* line 365, ../sass/screen.scss */
#sandbox #counter .counter-container-outer .counter-button:active {
  background-color: #1e6da0;
  cursor: pointer;
}
/* line 369, ../sass/screen.scss */
#sandbox #counter .counter-container-outer .counter-container-inner {
  -moz-box-shadow: 0 0 10px rgba(30, 109, 160, 0.7);
  -webkit-box-shadow: 0 0 10px rgba(30, 109, 160, 0.7);
  box-shadow: 0 0 10px rgba(30, 109, 160, 0.7);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 372, ../sass/screen.scss */
#sandbox #counter .counter-container-outer .counter-container-inner:hover {
  cursor: pointer;
  -moz-box-shadow: 0 0 15px #cce4f4;
  -webkit-box-shadow: 0 0 15px #cce4f4;
  box-shadow: 0 0 15px #cce4f4;
}
/* line 376, ../sass/screen.scss */
#sandbox #counter .counter-container-outer .counter-container-inner:active {
  -moz-box-shadow: 0 0 30px #cce4f4;
  -webkit-box-shadow: 0 0 30px #cce4f4;
  box-shadow: 0 0 30px #cce4f4;
}
/* line 381, ../sass/screen.scss */
#sandbox #counter .counter-digit {
  font-weight: bold;
  font-family: museo_sans, "Lucida Grande", "Lucida Sans", "Helvetica", sans-serif;
  color: #02273f;
  text-shadow: none;
  background-color: #cce4f4;
}
/* line 388, ../sass/screen.scss */
#sandbox #counter .counter-mask {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNmRhMCIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjY2NlNGY0IiBzdG9wLW9wYWNpdHk9IjAuMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFlNmRhMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e6da0), color-stop(50%, rgba(204, 228, 244, 0)), color-stop(100%, #1e6da0));
  background: -moz-linear-gradient(top, #1e6da0 0%, rgba(204, 228, 244, 0) 50%, #1e6da0 100%);
  background: -webkit-linear-gradient(top, #1e6da0 0%, rgba(204, 228, 244, 0) 50%, #1e6da0 100%);
  background: linear-gradient(to bottom, #1e6da0 0%, rgba(204, 228, 244, 0) 50%, #1e6da0 100%);
}
/* line 393, ../sass/screen.scss */
#sandbox #outer-search #search {
  float: left;
  overflow: hidden;
  height: 100%;
  width: 551px;
  margin-left: 0px;
  margin-right: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
/* line 405, ../sass/screen.scss */
#sandbox #outer-search #search #search-box {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background-color: #02273f;
  background: url(/img/grainy-opacity-80.png);
  display: table;
  padding: 0px;
  padding-right: 3px;
  width: 548px;
  height: 30px;
  font-size: 18px;
}
/* line 415, ../sass/screen.scss */
#sandbox #outer-search #search #search-box label {
  overflow: hidden;
  *zoom: 1;
  display: table-cell;
  width: 1px;
  height: inherit;
  white-space: nowrap;
  padding: 8px;
  padding-right: 0px;
  margin: 0px;
  margin-right: -5px;
  vertical-align: middle;
  line-height: 30px;
  color: #86c9f4;
}
/* line 428, ../sass/screen.scss */
#sandbox #outer-search #search #search-box label:hover {
  text-decoration: underline;
}
/* line 430, ../sass/screen.scss */
#sandbox #outer-search #search #search-box label:hover a {
  color: #cce4f4;
}
/* line 436, ../sass/screen.scss */
#sandbox #outer-search #search #search-box label:hover + span > input {
  text-decoration: underline;
  color: #cce4f4;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 442, ../sass/screen.scss */
#sandbox #outer-search #search #search-box span {
  display: table-cell;
  height: inherit;
  margin: 0px;
  padding: 8px;
  padding-left: 0px;
  border: 0px;
}
/* line 449, ../sass/screen.scss */
#sandbox #outer-search #search #search-box span input {
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 0 0;
  width: 100%;
  margin: 0px;
  border: 0px;
  outline: none;
  line-height: 30px;
  text-shadow: none;
  background-color: rgba(49, 74, 91, 0.5);
  color: #86c9f4;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 2px solid transparent;
  border-left: 0px;
}
/* line 460, ../sass/screen.scss */
#sandbox #outer-search #search #search-box span input:hover {
  background-color: rgba(49, 74, 91, 0.2);
  color: #cce4f4;
}
/* line 466, ../sass/screen.scss */
#sandbox #outer-search #search #search-box span input:focus {
  background-color: rgba(49, 74, 91, 0);
  color: #cce4f4;
  border: 2px solid rgba(134, 201, 244, 0.8);
  border-left: 0px;
}
/* line 475, ../sass/screen.scss */
#sandbox #outer-search #search #search-result {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  background-color: rgba(30, 109, 160, 0.5);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwcHgiIGN5PSIyMHB4IiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNWRhZGUxIiBzdG9wLW9wYWNpdHk9IjAuNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2OGFjYiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-radial-gradient(50px 20px, ellipse farthest-side, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  background: -webkit-radial-gradient(50px 20px, ellipse farthest-side, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  background: radial-gradient(ellipse farthest-side at 50px 20px, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  -moz-box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  border: 2px solid rgba(2, 39, 63, 0.9);
  border-top: 0px solid white;
  position: relative;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 0 0 0 10px;
  height: 102px;
}
/* line 487, ../sass/screen.scss */
#sandbox #outer-search #search #search-result .script {
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 15px;
}
/* line 493, ../sass/screen.scss */
#sandbox #outer-search #search #search-result #result-temporary-text {
  position: absolute;
  top: 50%;
  padding-right: 5px;
  left: 153px;
}
/* line 501, ../sass/screen.scss */
#sandbox #outer-search #search #add-fact-area {
  width: 385px;
  margin: 6px 0;
  float: left;
  background-color: rgba(49, 74, 91, 0.5);
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 2px solid rgba(2, 39, 63, 0);
}
/* line 510, ../sass/screen.scss */
#sandbox #outer-search #search #add-fact-area.focused {
  border: 2px solid rgba(2, 39, 63, 0.8);
  background-color: rgba(49, 74, 91, 0.2);
}
/* line 515, ../sass/screen.scss */
#sandbox #outer-search #search #add-fact-area:hover {
  background-color: rgba(49, 74, 91, 0.2);
}
/* line 519, ../sass/screen.scss */
#sandbox #outer-search #search #add-fact-area #add-fact-prefix {
  padding-left: 4px;
  line-height: 21px;
  cursor: text;
}
/* line 525, ../sass/screen.scss */
#sandbox #outer-search #search #add-fact-area.focused #add-fact-prefix {
  background: url(/img/grainy-opacity-80.png);
}
/* line 531, ../sass/screen.scss */
#sandbox #outer-search #search #add-fact-text {
  width: 100%;
  padding: 3px 5px;
  border: none;
  box-sizing: border-box;
  resize: none;
  font-family: Palatino, Georgia, serif;
  color: #cce4f4;
  outline: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
  background-color: rgba(2, 39, 63, 0);
}
/* line 545, ../sass/screen.scss */
#sandbox #outer-search #search #add-fact-label {
  text-align: right;
  display: block;
  font-family: museo_sans, "Lucida Grande", "Lucida Sans", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
/* line 553, ../sass/screen.scss */
#sandbox #outer-search #search-examples {
  float: left;
  margin-left: 0px;
  margin-right: 0px;
}
/* line 557, ../sass/screen.scss */
#sandbox #outer-search #search-examples h3 {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  background-color: #02273f;
  background: url(/img/grainy-opacity-80.png);
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 5px;
  text-align: center;
}
/* line 564, ../sass/screen.scss */
#sandbox #outer-search #search-examples ul {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
  background-color: rgba(30, 109, 160, 0.5);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwcHgiIGN5PSIyMHB4IiByPSIxMDAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNWRhZGUxIiBzdG9wLW9wYWNpdHk9IjAuNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI2OGFjYiIgc3RvcC1vcGFjaXR5PSIwLjUiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -moz-radial-gradient(50px 20px, ellipse farthest-side, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  background: -webkit-radial-gradient(50px 20px, ellipse farthest-side, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  background: radial-gradient(ellipse farthest-side at 50px 20px, rgba(93, 173, 225, 0.5) 0%, rgba(38, 138, 203, 0.5) 100%);
  -moz-box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  -webkit-box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  box-shadow: inset 0 0 3px rgba(2, 39, 63, 0.3);
  border: 2px solid rgba(2, 39, 63, 0.9);
  border-top: 0px solid white;
  margin-top: 0px;
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}
/* line 570, ../sass/screen.scss */
#sandbox #outer-search #search-examples ul li {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* line 573, ../sass/screen.scss */
#sandbox #outer-search #search-examples ul li:last-child {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
/* line 577, ../sass/screen.scss */
#sandbox #outer-search #search-examples ul li a {
  display: block;
  padding: 5px;
  text-shadow: none;
}
/* line 583, ../sass/screen.scss */
#sandbox #outer-search #search-examples ul li:hover {
  background-color: rgba(204, 228, 244, 0.5);
}
/* line 586, ../sass/screen.scss */
#sandbox #outer-search #search-examples ul li:hover a {
  color: #02273f;
}

/* line 603, ../sass/screen.scss */
#visitors {
  background: none;
  margin: 20px 0 20px 0;
  padding: 0 10px;
  overflow: visible;
  position: relative;
  z-index: 0;
  width: 940px;
}
/* line 614, ../sass/screen.scss */
#visitors .flare-background {
  width: 100%;
  top: -350px;
  height: 800px;
  position: absolute;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IiIgcj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjZTRmNCIgc3RvcC1vcGFjaXR5PSIwLjMiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjY2U0ZjQiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -moz-radial-gradient(center, closest-side circle, rgba(204, 228, 244, 0.3) 0%, rgba(204, 228, 244, 0) 100%);
  background: -webkit-radial-gradient(center, closest-side circle, rgba(204, 228, 244, 0.3) 0%, rgba(204, 228, 244, 0) 100%);
  background: radial-gradient(closest-side circle at center, rgba(204, 228, 244, 0.3) 0%, rgba(204, 228, 244, 0) 100%);
  -moz-transform: scale(1.5, 1);
  -ms-transform: scale(1.5, 1);
  -webkit-transform: scale(1.5, 1);
  transform: scale(1.5, 1);
  z-index: 0;
}
/* line 624, ../sass/screen.scss */
#visitors .visit-text {
  position: relative;
  z-index: 10;
  text-align: center;
  margin: 15px 0;
}
/* line 629, ../sass/screen.scss */
#visitors .visit-text a {
  color: #cce4f4;
}
/* line 631, ../sass/screen.scss */
#visitors .visit-text a:hover {
  color: #86c9f4;
}
/* line 637, ../sass/screen.scss */
#visitors .gradient-fill {
  position: relative;
  width: 100%;
  height: 1px;
  z-index: 10;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNmRhMCIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2NjZTRmNCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTZkYTAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(30, 109, 160, 0)), color-stop(50%, rgba(204, 228, 244, 0.7)), color-stop(100%, rgba(30, 109, 160, 0)));
  background: -moz-linear-gradient(left, rgba(30, 109, 160, 0) 0%, rgba(204, 228, 244, 0.7) 50%, rgba(30, 109, 160, 0) 100%);
  background: -webkit-linear-gradient(left, rgba(30, 109, 160, 0) 0%, rgba(204, 228, 244, 0.7) 50%, rgba(30, 109, 160, 0) 100%);
  background: linear-gradient(to right, rgba(30, 109, 160, 0) 0%, rgba(204, 228, 244, 0.7) 50%, rgba(30, 109, 160, 0) 100%);
}

/* line 649, ../sass/screen.scss */
#api-outer {
  position: relative;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: rgba(2, 39, 63, 0);
}

/* line 656, ../sass/screen.scss */
#api pre, #api code {
  font-family: Monaco, "Lucida Console", monospace;
  font-size: 15px;
  background-color: rgba(2, 39, 63, 0.5);
}
/* line 660, ../sass/screen.scss */
#api code {
  line-height: 1.5em;
  padding: 0 0.3em;
  -moz-border-radius: 0.2em;
  -webkit-border-radius: 0.2em;
  border-radius: 0.2em;
}
/* line 665, ../sass/screen.scss */
#api pre code {
  background-color: transparent;
  border: none;
  line-height: 1em;
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 672, ../sass/screen.scss */
#api pre {
  padding: 10px 10px 10px 20px;
  border-left: 8px solid rgba(2, 39, 63, 0.5);
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
/* line 677, ../sass/screen.scss */
#api h2 {
  border-top: 2px solid rgba(204, 228, 244, 0.8);
  padding-top: 5px;
  margin-top: 60px;
}
/* line 682, ../sass/screen.scss */
#api h3 {
  margin-top: 30px;
}

/* line 687, ../sass/screen.scss */
#changelog {
  margin-top: 100px;
}

/* line 691, ../sass/screen.scss */
footer {
  margin-top: 60px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAyMjczZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjIwJSIgc3RvcC1jb2xvcj0iIzAyMjczZiIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMjI3M2YiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(2, 39, 63, 0)), color-stop(20%, rgba(2, 39, 63, 0.1)), color-stop(100%, rgba(2, 39, 63, 0.8)));
  background: -moz-linear-gradient(top, rgba(2, 39, 63, 0) 0%, rgba(2, 39, 63, 0.1) 20%, rgba(2, 39, 63, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(2, 39, 63, 0) 0%, rgba(2, 39, 63, 0.1) 20%, rgba(2, 39, 63, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(2, 39, 63, 0) 0%, rgba(2, 39, 63, 0.1) 20%, rgba(2, 39, 63, 0.8) 100%);
  height: 150px;
  width: 100%;
  padding-top: 20px;
}
/* line 697, ../sass/screen.scss */
footer div {
  border-top: 2px solid rgba(2, 39, 63, 0.5);
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  line-height: 10px;
}
