/*------------------------------------------------------------------------------
 * Normalize
 *----------------------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/*------------------------------------------------------------------------------
 * General
 *----------------------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  background: #333;
  color: #333;
  font-family: 'Open Sans', arial, sans-serif;
}

body.homepage {
  background: #fff;
}

body.homepage main {
  background: #fff;
}

a {
  color: #462bcb;
}

a:hover {
  text-decoration: underline;
}

.body-width-115f6 {
  margin: 0 auto;
  width: 1024px;
}

.flex-c31d5 {
  display: flex;
}

.body-width {
  margin: 0 auto;
  width: 960px;
}

.clearfix {
  clear: both;
}

.homepage-nav-b9ecc {
  border-bottom: 1px solid #efefef;
}

.homepage-section-88e4a {
  display: flex;
}

.col-11bcf button, .blue-button {
  background: #2ba6cb;
  border-radius: 3px;
  border: 1px solid #1e728c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 5px 0 0;
  outline: none;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
}

.blue-button.large {
  font-size: 18px;
  padding: 15px 30px;
}

h2 {
  font-size: 26px;
  font-weight: 300;
}

h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}

pre.prettyprint {
  margin: 8px 0 30px 0;
}

.hover-linkable .hover-link {
  display: none;
}

.hover-linkable:hover .hover-link {
  background-image: url('../img/link.svg');
  background-repeat: no-repeat;
  background-size: 16px;
  display: block;
  float: left;
  height: 16px;
  line-height: 1;
  margin-left: -16px;
  margin-top: 14px;
  padding-right: 16px;
  width: 16px;
}

.hover-linkable:hover .hover-link.docs {
  margin-top: 8px;
  margin-left: -18px;
  padding-right: 18px;
}

/*------------------------------------------------------------------------------
 * Header
 *----------------------------------------------------------------------------*/

#topBar {
  background-image: url('../img/board-background.png');
  background-position: center top;
  height: 35px;
}

#headerWrapper {
  padding: 20px 0;
}

#headerWrapper .left-col {
  float: left;
  width: 300px;
}

#homeLink {
  color: #444;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

#homeLink .piece {
  font-weight: normal;
}

#headerWrapper .right-col {
  float: right;
  text-align: right;
  width: 600px;
}

#headerWrapper .nav-link {
  display: block;
  color: #444;
  float: right;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  width: 140px;
}

#headerWrapper .nav-link .piece {
  visibility: hidden;
}

#headerWrapper .nav-link:hover .piece {
  visibility: visible;
}

header {
  background: #222;
}

.homepage-link-98a24 {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  padding: 10px 20px;
  text-decoration: none;
}

.homepage-link-98a24:hover {
  background: #000;
  text-decoration: none;
}

.tld-bd9e6 {
  color: #ccc;
  font-size: 16px;
  font-weight: 300;
}

header .right-05ad3 a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 15px 20px;
  text-decoration: none;
}

header .right-05ad3 a:hover {
  background: #000;
  text-decoration: underline;
}

/*------------------------------------------------------------------------------
 * Footer
 *----------------------------------------------------------------------------*/

footer {
  background: #333;
  color: #999;
  font-size: 14px;
  padding: 30px 0;
}

footer p {
  margin: 0 0 8px 0;
}

footer a {
  color: #fff;
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

.left-3edd4 {
  flex: 1;
}

.right-05ad3 {
  flex: 1;
  text-align: right;
}

footer .left-3edd4 {
  padding-left: 20px;
}

/*------------------------------------------------------------------------------
 * Homepage
 *----------------------------------------------------------------------------*/

.hero-wrapper {
  background-image: url('../img/board-background.png');
  background-position: center top;
}

.hero-inner-556fe {
  height: 535px;
  margin: 0px auto;
  padding-top: 118px;
  text-align: center;
}

.hero-inner-556fe img {
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}

.hero-inner-556fe h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  margin: 28px 0 0 0;
  padding: 0;
}

.hero-inner-556fe h3 {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin: 0;
  padding-top: 8px;
}

.hero-inner-556fe a {
  background: #ffdc10;
  border-radius: 6px;
  color: #333;
  display: block;
  margin: 45px auto 0 auto;
  padding: 12px 24px;
  text-decoration: none;
  width: 200px;
}

.navbar-a57cc {
  display: flex;
}

.navbar-a57cc a {
  color: #444;
  display: block;
  flex: 1;
  font-size: 18px;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
}

.navbar-a57cc .piece {
  visibility: hidden;
}

.hover-effect a:hover .piece {
  visibility: visible;
}

.col-11bcf {
  flex: 1;
  padding: 40px;
}

/*------------------------------------------------------------------------------
 * Examples
 *----------------------------------------------------------------------------*/

main {
  background: #f2f2f2;
}

.examples-c30bc {
  background: #fff;
}

.example-nav-0e953 {
  flex: 25;
  padding: 20px;
}

.examples-body-9af4d {
  flex: 75;
  padding: 20px;
}

.example-nav-0e953 h4 {
  background: #f2f2f2;
  border-top: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  border-left: 3px solid #ccc;
  color: #555;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  margin: 0px;
  padding: 15px 20px;
  text-transform: none;
}

.example-nav-0e953 h4.active {
  background: #4d4d4d;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  border-left: 4px solid #1a1a1a;
  color: #fff;
  font-weight: bold;
}

.example-nav-0e953 ul {
  border-left: 3px solid #eee;
  border-right: 1px solid #eee;
  margin: 0;
  padding: 10px 0px;
}

.example-nav-0e953 li {
  color: #666;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
  padding: 5px 0px 5px 15px;
}

.example-nav-0e953 li:hover {
  color: #222;
}

.example-nav-0e953 li.active {
  color: #222;
  font-weight: bold;
}

.examples-body-9af4d h2 {
  border-bottom: 2px solid #eee;
  font-size: 36px;
  margin: 0 0 8px 0;
  padding-bottom: 8px;
}

.examples-body-9af4d h4 {
  font-size: 16px;
}

.examples-body-9af4d p {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 20px;
}

.examples-body-9af4d ul {
  padding-left: 1rem;
}

.examples-body-9af4d li {
  line-height: 1.5rem;
}

.examples-body-9af4d button {
  background: #2ba6cb;
  border-radius: 3px;
  border: 1px solid #1e728c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  margin: 15px 5px 0 0;
  outline: none;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
}

.examples-body-9af4d label {
  display: block;
  font-weight: 600;
  margin: 10px 0 2px 0;
}

.container-4e1ee {
  margin-bottom: 40px;
}

.small-link-335ea {
  font-size: 14px;
}

.small-board {
  display: inline-block;
  margin-right: 5px;
  width: 220px;
}

.js.keyword {
  color: #695;
  font-weight: 700;
}

.js.string {
  color: #3333f9;
}

/*------------------------------------------------------------------------------
 * Tables
 *----------------------------------------------------------------------------*/

.table-bc66e {
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 0 18px 0;
}

.table-bc66e thead {
  background: #f5f5f5;
}

.table-bc66e thead th {
  color: #222;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 10px 9px;
  text-align: left;
}

.table-bc66e tbody tr:nth-child(even) {
  background: #f9f9f9;
}

.table-bc66e tbody td {
  border: none;
  color: #333;
  padding: 9px 10px;
  vertical-align: top;
}

.property-type-7ae66 {
  line-height: 22px;
}

/*------------------------------------------------------------------------------
 * Docs Page
 *----------------------------------------------------------------------------*/

.title-5ad05 {
  border-bottom: 2px solid #eee;
  font-size: 36px;
  font-weight: 300;
  margin: 0;
  padding-bottom: 12px;
}

.toc-list-38a45 {
  color: #aaa;
  list-style-type: square;
  margin: 30px 0 0 0;
  padding: 0 0 0 20px;
}

.toc-list-38a45 li {
  margin: 14px 0;
}

.page-529b3 {
  background: #fff;
  padding: 20px;
}

.page-529b3 section {
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.page-529b3 section:last-child {
  border-bottom: 0;
}

/*------------------------------------------------------------------------------
 * Downloads Page
 *----------------------------------------------------------------------------*/

.big-version {
  color: #000;
  font-size: 24px;
}

.big-version small {
  color: #6f6f6f;
  font-size: 60%;
}

.download-link {
  margin: 0;
  padding: 0;
}

/*------------------------------------------------------------------------------
 * highlight.js tweaks
 *----------------------------------------------------------------------------*/

pre {
  background: #1d1f21;
  font-family: 'Roboto Mono', 'Consolas', monospace;
  font-size: 13px;
  line-height: 17px;
}

.hljs-keyword,
.hljs-title {
  font-weight: 400;
}

.hljs-tag,
.hljs-tag .hljs-name {
  color: #cc6666;
  font-weight: 400;
}

.hljs-tag .hljs-attr {
  color: #de935f;
}
