/*

Please don't edit this file directly.
Instead, edit the stylus (.styl) files and compile it to CSS on your machine.

*/
/* ----------------------------------------------------------------------------
 * Fonts
 */
@import url("//fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300");
/* ----------------------------------------------------------------------------
 * Base
 */
/* line 16, style.scss */
html {
  font-size: 16px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 28, style.scss */
body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 40, style.scss */
body {
  line-height: 1;
  color: #000;
  background: #fff;
}

/* line 46, style.scss */
ol, ul {
  list-style: none;
}

/* line 50, style.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

/* line 56, style.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 62, style.scss */
a img {
  border: none;
}

/* line 66, style.scss */
html, body {
  height: 100%;
}

/* line 70, style.scss */
html {
  overflow-x: hidden;
}

/* line 74, style.scss */
body, td, textarea, input {
  font-family: Helvetica Neue, Open Sans, sans-serif;
  line-height: 1.6;
  font-size: 0.875rem;
  color: #505050;
}

@media (max-width: 480px) {
  /* line 82, style.scss */
  body, td, textarea, input {
    font-size: 0.875rem;
  }
}
/* line 87, style.scss */
a {
  color: #2badad;
  text-decoration: none;
}
/* line 90, style.scss */
a:hover {
  color: #228a8a;
}

/* ----------------------------------------------------------------------------
 * Content styling
 */
/* line 100, style.scss */
.content p, .content ul, .content ol, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content pre, .content blockquote {
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 106, style.scss */
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* line 111, style.scss */
.content h4 {
  text-transform: uppercase;
}
/* line 114, style.scss */
.content h5 {
  font-weight: normal;
}
/* line 117, style.scss */
.content pre {
  font-family: Menlo, monospace;
  margin-bottom: 1rem;
}
/* line 121, style.scss */
.content ul > li {
  list-style-type: disc;
}
/* line 124, style.scss */
.content ol > li {
  list-style-type: decimal;
}
/* line 127, style.scss */
.content ul, .content ol {
  margin-left: 20px;
}
/* line 130, style.scss */
.content ul > li {
  list-style-type: none;
  position: relative;
}
/* line 133, style.scss */
.content ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: -17px;
  top: 7px;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #9090aa;
}
/* line 150, style.scss */
.content li > :first-child {
  padding-top: 0;
}
/* line 153, style.scss */
.content strong, .content b {
  font-weight: bold;
}
/* line 156, style.scss */
.content i, .content em {
  font-style: italic;
  color: #9090aa;
}
/* line 160, style.scss */
.content code {
  font-family: Menlo, monospace;
  background: #e5edfb;
  padding: 1px 3px;
  font-size: 1rem;
}
/* line 166, style.scss */
.content pre > code {
  display: block;
  background: transparent;
  font-size: 1rem;
  letter-spacing: -1px;
}
/* line 173, style.scss */
.content blockquote :first-child {
  padding-top: 0;
}
/* line 176, style.scss */
.content blockquote :last-child {
  padding-bottom: 0;
}
/* line 180, style.scss */
.content table {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border-collapse: collapse;
  clear: both;
}
/* line 186, style.scss */
.content table tr {
  border-top: 1px solid #ccc;
  margin: 0;
  padding: 0;
}
/* line 194, style.scss */
.content table tr th {
  text-align: auto;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0;
  padding: 6px 13px;
}
/* line 201, style.scss */
.content table tr td {
  text-align: auto;
  border: 1px solid #ccc;
  margin: 0;
  padding: 6px 13px;
}
/* line 207, style.scss */
.content table tr th :first-child, .content table tr td :first-child {
  margin-top: 0;
}
/* line 210, style.scss */
.content table tr th :last-child, .content table tr td :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * Content
 */
/* line 221, style.scss */
.content-root {
  min-height: 90%;
  position: relative;
}

/* line 226, style.scss */
.content {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  zoom: 1;
  max-width: 700px;
}
/* line 233, style.scss */
.content:before {
  content: "";
  display: table;
}
/* line 237, style.scss */
.content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 242, style.scss */
.content blockquote {
  color: #9090aa;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
/* line 245, style.scss */
.content blockquote code {
  color: #333;
}
/* line 249, style.scss */
.content h1, .content h2, .content h3 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: montserrat;
  padding-bottom: 0;
}
/* line 255, style.scss */
.content h1 + p, .content h2 + p, .content h3 + p, .content h1 ul, .content h2 ul, .content h3 ul, .content h1 ol, .content h2 ol, .content h3 ol {
  padding-top: 10px;
}
/* line 258, style.scss */
.content h1, .content h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* line 262, style.scss */
.content h1 {
  font-size: 1.5rem;
}
/* line 265, style.scss */
.content h2, .content h3 {
  font-size: 1.2rem;
}
/* line 268, style.scss */
.content h1, .content h2, .content .big-heading {
  padding-top: 80px;
}

/* line 273, style.scss */
body.big-h3 .content h3 {
  padding-top: 80px;
}

/* line 278, style.scss */
.content h1:before, .content h2:before, .content .big-heading:before {
  display: block;
  content: '';
  background: -webkit-gradient(linear, left top, right top, color-stop(0.8, #dfe2e7), color-stop(1, rgba(223, 226, 231, 0)));
  background: -webkit-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  background: -moz-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  background: -o-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  background: -ms-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  background: linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 1px;
  position: relative;
  top: -40px;
  left: -40px;
  width: 100%;
}

/* line 297, style.scss */
body.big-h3 .content h3:before {
  display: block;
  content: '';
  background: -webkit-gradient(linear, left top, right top, color-stop(0.8, #dfe2e7), color-stop(1, rgba(223, 226, 231, 0)));
  background: -webkit-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  background: -moz-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  background: -o-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  background: -ms-linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  background: linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 1px;
  position: relative;
  top: -40px;
  left: -40px;
  width: 100%;
}

@media (max-width: 768px) {
  /* line 317, style.scss */
  .content h1, .content h2, .content .big-heading {
    padding-top: 40px;
  }

  /* line 321, style.scss */
  body.big-h3 .content h3 {
    padding-top: 40px;
  }

  /* line 325, style.scss */
  .content h1:before, .content h2:before, .content .big-heading:before {
    background: #dfe2e7;
    left: -40px;
    top: -20px;
    width: 120%;
  }

  /* line 332, style.scss */
  body.big-h3 .content h3:before {
    background: #dfe2e7;
    left: -40px;
    top: -20px;
    width: 120%;
  }
}
/* line 341, style.scss */
.content h4, .content h5, .content .small-heading {
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  color: #9090aa;
  padding-top: 30px;
  padding-bottom: 10px;
}

/* line 349, style.scss */
body:not(.big-h3) .content h3 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  color: #9090aa;
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 1rem;
}

/* line 357, style.scss */
.content h1:first-child {
  padding-top: 0;
  color: #505050;
}
/* line 360, style.scss */
.content h1:first-child a {
  color: #505050;
}
/* line 362, style.scss */
.content h1:first-child a:visited {
  color: #505050;
}
/* line 366, style.scss */
.content h1:first-child:before {
  display: none;
}

@media (max-width: 768px) {
  /* line 373, style.scss */
  .content h4, .content h5, .content .small-heading {
    padding-top: 20px;
  }

  /* line 377, style.scss */
  body:not(.big-h3) .content h3 {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  /* line 383, style.scss */
  .content {
    padding: 20px;
    padding-top: 40px;
  }
  /* line 386, style.scss */
  .content h4, .content h5, .content .small-heading {
    padding-top: 10px;
  }

  /* line 390, style.scss */
  body:not(.big-h3) .content h3 {
    padding-top: 10px;
  }
}
/* line 395, style.scss */
body.no-literate .content pre > code {
  background: #f3f6fb;
  border: solid 1px #e7eaee;
  border-top: solid 1px #dbdde2;
  border-left: solid 1px #e2e5e9;
  display: block;
  padding: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* line 406, style.scss */
body.no-literate .content pre > code::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}
/* line 410, style.scss */
body.no-literate .content pre > code::-webkit-scrollbar-thumb {
  background: #ddd;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: solid 4px #f3f6fb;
}
/* line 416, style.scss */
body.no-literate .content pre > code:hover::-webkit-scrollbar-thumb {
  background: #999;
  -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1180px) {
  /* line 424, style.scss */
  .content pre > code {
    background: #f3f6fb;
    border: solid 1px #e7eaee;
    border-top: solid 1px #dbdde2;
    border-left: solid 1px #e2e5e9;
    display: block;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 435, style.scss */
  .content pre > code::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }
  /* line 439, style.scss */
  .content pre > code::-webkit-scrollbar-thumb {
    background: #ddd;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 4px #f3f6fb;
  }
  /* line 445, style.scss */
  .content pre > code:hover::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
}
/* line 453, style.scss */
.button {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: montserrat, sans-serif;
  letter-spacing: -1px;
  font-weight: bold;
  display: inline-block;
  padding: 3px 25px;
  border: solid 2px #2badad;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  margin-right: 15px;
  background: #2badad;
  color: #fff;
  text-shadow: none;
}
/* line 468, style.scss */
.button:visited {
  background: #2badad;
  color: #fff;
  text-shadow: none;
}
/* line 473, style.scss */
.button:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}
/* line 478, style.scss */
.button.light {
  background: transparent;
  color: #9090aa;
  border-color: #9090aa;
  text-shadow: none;
}
/* line 483, style.scss */
.button.light:visited {
  background: transparent;
  color: #9090aa;
  border-color: #9090aa;
  text-shadow: none;
}
/* line 489, style.scss */
.button.light:hover {
  border-color: #9090aa;
  background: #9090aa;
  color: #fff;
}

/* line 497, style.scss */
.content .button + em {
  color: #9090aa;
}

@media (min-width: 1180px) {
  /* line 502, style.scss */
  body:not(.no-literate) .content-root {
    background-color: #333;
    -webkit-box-shadow: inset 780px 0 #fff, inset 781px 0 #dfe2e7, inset 790px 0 5px -10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 780px 0 #fff, inset 781px 0 #dfe2e7, inset 790px 0 5px -10px rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1180px) {
  /* line 511, style.scss */
  body:not(.no-literate) .content {
    padding-left: 0;
    padding-right: 0;
    width: 930px;
    max-width: none;
  }
  /* line 517, style.scss */
  body:not(.no-literate) .content > p, body:not(.no-literate) .content > ul, body:not(.no-literate) .content > ol, body:not(.no-literate) .content > h1, body:not(.no-literate) .content > h2, body:not(.no-literate) .content > h3, body:not(.no-literate) .content > h4, body:not(.no-literate) .content > h5, body:not(.no-literate) .content > h6, body:not(.no-literate) .content > pre, body:not(.no-literate) .content > blockquote {
    width: 550px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 40px;
  }
  /* line 525, style.scss */
  body:not(.no-literate) .content > h1, body:not(.no-literate) .content > h2, body:not(.no-literate) .content > h3 {
    clear: both;
    width: 100%;
  }
  /* line 529, style.scss */
  body:not(.no-literate) .content > pre, body:not(.no-literate) .content > blockquote {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    clear: right;
    color: #F2F2F2;
  }
  /* line 537, style.scss */
  body:not(.no-literate) .content > pre + p, body:not(.no-literate) .content > blockquote + p, body:not(.no-literate) .content > pre + ul, body:not(.no-literate) .content > blockquote + ul, body:not(.no-literate) .content > pre + ol, body:not(.no-literate) .content > blockquote + ol, body:not(.no-literate) .content > pre + h4, body:not(.no-literate) .content > blockquote + h4, body:not(.no-literate) .content > pre + h5, body:not(.no-literate) .content > blockquote + h5, body:not(.no-literate) .content > pre + h6, body:not(.no-literate) .content > blockquote + h6 {
    clear: both;
  }
  /* line 540, style.scss */
  body:not(.no-literate) .content > p, body:not(.no-literate) .content > ul, body:not(.no-literate) .content > ol, body:not(.no-literate) .content > h4, body:not(.no-literate) .content > h5, body:not(.no-literate) .content > h6 {
    float: left;
    clear: left;
  }
  /* line 544, style.scss */
  body:not(.no-literate) .content > h4, body:not(.no-literate) .content > h5, body:not(.no-literate) .content > .small-heading {
    margin-left: 40px;
    width: 470px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 553, style.scss */
  body:not(.big-h3) body:not(.no-literate) .content > h3 {
    margin-left: 40px;
    width: 470px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }
  /* line 561, style.scss */
  body:not(.no-literate) .content > table {
    margin-left: 40px;
    margin-right: 40px;
    max-width: 470px;
  }
  /* line 566, style.scss */
  body:not(.no-literate):not(.big-h3) .content > h3 {
    margin-left: 40px;
    width: 470px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 577, style.scss */
.header {
  background: #f3f6fb;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-bottom: solid 1px #dfe2e7;
  padding: 15px 15px 15px 30px;
  zoom: 1;
  line-height: 20px;
  position: relative;
}
/* line 585, style.scss */
.header:before {
  content: "";
  display: table;
}
/* line 589, style.scss */
.header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 594, style.scss */
.header .left {
  float: left;
}
/* line 597, style.scss */
.header .right {
  text-align: right;
  position: absolute;
  right: 15px;
  top: 15px;
}
/* line 602, style.scss */
.header .right iframe {
  display: inline-block;
  vertical-align: middle;
}
/* line 607, style.scss */
.header h1 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  font-size: 0.875rem;
  color: #9090aa;
}
/* line 614, style.scss */
.header h1 a {
  color: #9090aa;
}
/* line 616, style.scss */
.header h1 a:visited {
  color: #9090aa;
}
/* line 619, style.scss */
.header h1 a:hover {
  color: #505050;
}
/* line 624, style.scss */
.header li a {
  font-size: .9rem;
  color: #9090aa;
  display: block;
}
/* line 628, style.scss */
.header li a:hover {
  color: #3a3a44;
}

@media (min-width: 480px) {
  /* line 636, style.scss */
  .header h1 {
    float: left;
  }
  /* line 639, style.scss */
  .header ul, .header li {
    display: block;
    float: left;
  }
  /* line 643, style.scss */
  .header ul {
    margin-left: -15px;
  }
  /* line 646, style.scss */
  .header h1 + ul {
    border-left: solid 1px #dfe2e7;
    margin-left: 15px;
  }
  /* line 650, style.scss */
  .header li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    border-right: solid 1px #dfe2e7;
  }
  /* line 653, style.scss */
  .header li:last-child {
    border-right: 0;
  }
  /* line 656, style.scss */
  .header li a {
    padding: 0 15px;
  }
}
@media (max-width: 480px) {
  /* line 664, style.scss */
  .right {
    display: none;
  }
}
/* line 669, style.scss */
.menubar {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
/* line 672, style.scss */
.menubar .section {
  padding: 30px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 677, style.scss */
.menubar .section + .section {
  border-top: solid 1px #dfe2e7;
}
/* line 680, style.scss */
.menubar .section.no-line {
  border-top: 0;
  padding-top: 0;
}

/* line 687, style.scss */
a.big.button {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1rem;
  background: transparent;
  border: solid 3px #2badad;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-family: montserrat, sans-serif;
  color: #2badad;
  text-decoration: none;
}
/* line 704, style.scss */
a.big.button:visited {
  color: #2badad;
  text-decoration: none;
}
/* line 708, style.scss */
a.big.button:hover {
  background: #2badad;
  color: #fff;
}
/* line 711, style.scss */
a.big.button:hover:visited {
  color: #fff;
}

@media (max-width: 480px) {
  /* line 718, style.scss */
  .menubar {
    padding: 20px;
    border-bottom: solid 1px #dfe2e7;
  }
}
@media (max-width: 768px) {
  /* line 725, style.scss */
  .menubar {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 731, style.scss */
  .content-root {
    padding-left: 230px;
  }

  /* line 734, style.scss */
  .menubar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 230px;
    border-right: solid 1px #dfe2e7;
  }
  /* line 741, style.scss */
  .menubar.fixed {
    position: fixed;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* line 745, style.scss */
  .menubar.fixed::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }
  /* line 749, style.scss */
  .menubar.fixed::-webkit-scrollbar-thumb {
    background: #ddd;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: solid 4px #fff;
  }
  /* line 755, style.scss */
  .menubar.fixed:hover::-webkit-scrollbar-thumb {
    background: #999;
    -webkit-box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
}
/* line 764, style.scss */
.menubar {
  font-size: 0.9rem;
}

/* line 769, style.scss */
.menu ul.level-1 > li + li {
  margin-top: 20px;
}
/* line 772, style.scss */
.menu a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: -30px;
  color: #2badad;
}
/* line 782, style.scss */
.menu a:visited {
  color: #2badad;
}
/* line 785, style.scss */
.menu a:hover {
  color: #228a8a;
}
/* line 788, style.scss */
.menu a.level-1 {
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
  color: #9090aa;
}
/* line 794, style.scss */
.menu a.level-1:visited {
  color: #9090aa;
}
/* line 797, style.scss */
.menu a.level-1:hover {
  color: #565666;
}
/* line 801, style.scss */
.menu a.level-2 {
  font-weight: normal;
}
/* line 804, style.scss */
.menu a.level-3 {
  font-weight: normal;
  font-size: 0.9rem;
  padding-left: 10px;
}
/* line 809, style.scss */
.menu a.active {
  font-weight: bold !important;
  color: #505050 !important;
}
/* line 812, style.scss */
.menu a.active:visited, .menu a.active:hover {
  color: #505050 !important;
}
/* line 815, style.scss */
.menu a.active:after {
  content: '';
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 30px;
  width: 9px;
  height: 3px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #2badad;
}

/* line 835, style.scss */
code .string, code .number {
  color: #3ac;
}
/* line 838, style.scss */
code .init {
  color: #383;
}
/* line 841, style.scss */
code .keyword {
  font-weight: bold;
}
/* line 844, style.scss */
code .comment {
  color: #adadcc;
}

/* line 849, style.scss */
.large-brief .content > h1:first-child + p, .content > p.brief {
  font-size: 1.3rem;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

/* line 855, style.scss */
.title-area {
  min-height: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: center;
  border-bottom: solid 1px #dfe2e7;
  overflow: hidden;
}
/* line 866, style.scss */
.title-area > img.bg {
  z-index: 0;
  position: absolute;
  left: -9999px;
}
/* line 871, style.scss */
.title-area > div {
  position: relative;
  z-index: 1;
}
