@import url(//fonts.googleapis.com/css?family=Montserrat:700|Open+Sans:300);/*

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

*/

/* ----------------------------------------------------------------------------
 * Fonts
 */

/* ----------------------------------------------------------------------------
 * Base
 */

html,
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;
}

body {
  line-height: 1;
  color: #000;
  background: #fff;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  vertical-align: middle;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

a img {
  border: none;
}

html,
body {
  height: 100%;
}

html {
  overflow-x: hidden;
}

body,
td,
textarea,
input {
  font-family: Helvetica Neue, Open Sans, sans-serif;
  line-height: 1.6;
  font-size: 13px;
  color: #505050;
}

@media (max-width: 480px) {
  body,
  td,
  textarea,
  input {
    font-size: 12px;
  }
}

a {
  color: #2badad;
  text-decoration: none;
}

a:hover {
  color: #228a8a;
}

/* ----------------------------------------------------------------------------
 * Content styling
 */

.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;
  box-sizing: border-box;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.content pre {
  font-family: Menlo, monospace;
}

.content ul > li {
  list-style-type: disc;
}

.content ol > li {
  list-style-type: decimal;
}

.content ul,
.content ol {
  margin-left: 20px;
}

.content ul > li {
  list-style-type: none;
  position: relative;
}

.content ul > li:before {
  content: '';
  display: block;
  position: absolute;
  left: -17px;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 4px;
  box-sizing: border-box;
  background: #fff;
  border: solid 1px #9090aa;
}

.content li > :first-child {
  padding-top: 0;
}

.content strong,
.content b {
  font-weight: bold;
}

.content i,
.content em {
  font-style: italic;
  color: #9090aa;
}

.content code {
  font-family: Menlo, monospace;
  background: #f3f6fb;
  padding: 1px 3px;
  font-size: 0.95em;
}

.content pre > code {
  display: block;
  background: transparent;
  font-size: 0.85em;
  letter-spacing: -1px;
}

.content blockquote :first-child {
  padding-top: 0;
}

.content blockquote :last-child {
  padding-bottom: 0;
}

.content table {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  border-collapse: collapse;
  clear: both;
}

.content table tr {
  border-top: 1px solid #ccc;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.content table tr :nth-child(2n) {
  background-color: #f8f8f8;
}

.content table tr th {
  text-align: auto;
  font-weight: bold;
  border: 1px solid #ccc;
  margin: 0;
  padding: 6px 13px;
}

.content table tr td {
  text-align: auto;
  border: 1px solid #ccc;
  margin: 0;
  padding: 6px 13px;
}

.content table tr th :first-child,
.content table tr td :first-child {
  margin-top: 0;
}

.content table tr th :last-child,
.content table tr td :last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------------------
 * Content
 */

.content-root {
  min-height: 90%;
  position: relative;
}

.content {
  padding-top: 30px;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  zoom: 1;
  max-width: 700px;
}

.content:before,
.content:after {
  content: "";
  display: table;
}

.content:after {
  clear: both;
}

.content blockquote {
  color: #9090aa;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.content h1,
.content h2,
.content h3 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: montserrat;
  padding-bottom: 0;
}

.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;
}

.content h1,
.content h2 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.5em;
}

.content h3 {
  font-size: 1.2em;
}

.content h1,
.content h2,
.content .big-heading,
body.big-h3 .content h3 {
  padding-top: 80px;
}

.content h1:before,
.content h2:before,
.content .big-heading:before,
body.big-h3 .content h3:before {
  display: block;
  content: '';
  background: linear-gradient(left, #dfe2e7 80%, rgba(223, 226, 231, 0) 100%);
  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) {
  .content h1,
  .content h2,
  .content .big-heading,
  body.big-h3 .content h3 {
    padding-top: 40px;
  }

  .content h1:before,
  .content h2:before,
  .content .big-heading:before,
  body.big-h3 .content h3:before {
    background: #dfe2e7;
    left: -40px;
    top: -20px;
    width: 120%;
  }
}

.content h4,
.content h5,
.content .small-heading,
body:not(.big-h3) .content h3 {
  border-bottom: solid 1px rgba(0, 0, 0, 0.07);
  color: #9090aa;
  padding-top: 30px;
  padding-bottom: 10px;
}

body:not(.big-h3) .content h3 {
  font-size: 0.9em;
}

.content h1:first-child {
  padding-top: 0;
}

.content h1:first-child,
.content h1:first-child a,
.content h1:first-child a:visited {
  color: #505050;
}

.content h1:first-child:before {
  display: none;
}

@media (max-width: 768px) {
  .content h4,
  .content h5,
  .content .small-heading,
  body:not(.big-h3) .content h3 {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .content {
    padding: 20px;
    padding-top: 40px;
  }

  .content h4,
  .content h5,
  .content .small-heading,
  body:not(.big-h3) .content h3 {
    padding-top: 10px;
  }
}

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;
  border-radius: 2px;
  overflow: auto;
}

body.no-literate .content pre > code {
  -webkit-overflow-scrolling: touch;
}

body.no-literate .content pre > code::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

body.no-literate .content pre > code::-webkit-scrollbar-thumb {
  background: #ddd;
  border-radius: 8px;
  border: solid 4px #f3f6fb;
}

body.no-literate .content pre > code:hover::-webkit-scrollbar-thumb {
  background: #999;
  box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1180px) {
  .content pre > code {
    background: #f3f6fb;
    border: solid 1px #e7eaee;
    border-top: solid 1px #dbdde2;
    border-left: solid 1px #e2e5e9;
    display: block;
    padding: 10px;
    border-radius: 2px;
    overflow: auto;
  }

  .content pre > code {
    -webkit-overflow-scrolling: touch;
  }

  .content pre > code::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }

  .content pre > code::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 8px;
    border: solid 4px #f3f6fb;
  }

  .content pre > code:hover::-webkit-scrollbar-thumb {
    background: #999;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
}

.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;
  border-radius: 20px;
  margin-right: 15px;
}

.button,
.button:visited {
  background: #2badad;
  color: #fff;
  text-shadow: none;
}

.button:hover {
  border-color: #111;
  background: #111;
  color: #fff;
}

.button.light,
.button.light:visited {
  background: transparent;
  color: #9090aa;
  border-color: #9090aa;
  text-shadow: none;
}

.button.light:hover {
  border-color: #9090aa;
  background: #9090aa;
  color: #fff;
}

.content .button + em {
  color: #9090aa;
}

@media (min-width: 1180px) {
  body:not(.no-literate) .content-root {
    background-color: #f3f6fb;
    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) {
  body:not(.no-literate) .content {
    padding-left: 0;
    padding-right: 0;
    width: 930px;
    max-width: none;
  }

  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;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 40px;
  }

  body:not(.no-literate) .content > h1,
  body:not(.no-literate) .content > h2,
  body:not(.no-literate) .content > h3 {
    clear: both;
    width: 100%;
  }

  body:not(.no-literate) .content > pre,
  body:not(.no-literate) .content > blockquote {
    width: 380px;
    padding-left: 20px;
    padding-right: 20px;
    float: right;
    clear: right;
  }

  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;
  }

  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;
  }

  body:not(.no-literate) .content > h4,
  body:not(.no-literate) .content > h5,
  body:not(.no-literate) .content > .small-heading,
  body:not(.big-h3) body:not(.no-literate) .content > h3 {
    margin-left: 40px;
    width: 470px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  body:not(.no-literate) .content > table {
    margin-left: 40px;
    margin-right: 40px;
    max-width: 470px;
  }

  body:not(.no-literate):not(.big-h3) .content > h3 {
    margin-left: 40px;
    width: 470px;
    margin-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }
}

.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;
}

.header:before,
.header:after {
  content: "";
  display: table;
}

.header:after {
  clear: both;
}

.header .left {
  float: left;
}

.header .right {
  text-align: right;
  position: absolute;
  right: 15px;
  top: 15px;
}

.header .right iframe {
  display: inline-block;
  vertical-align: middle;
}

.header h1 {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: bold;
  font-family: montserrat, sans-serif;
  font-size: 13px;
}

.header h1,
.header h1 a,
.header h1 a:visited {
  color: #9090aa;
}

.header h1 a:hover {
  color: #505050;
}

.header li a {
  font-size: 0.88em;
  color: #9090aa;
  display: block;
}

.header li a:hover {
  color: #3a3a44;
}

@media (min-width: 480px) {
  .header h1 {
    float: left;
  }

  .header ul,
  .header li {
    display: block;
    float: left;
  }

  .header ul {
    margin-left: -15px;
  }

  .header h1 + ul {
    border-left: solid 1px #dfe2e7;
    margin-left: 15px;
  }

  .header li {
    border-left: solid 1px rgba(255, 255, 255, 0.5);
    border-right: solid 1px #dfe2e7;
  }

  .header li:last-child {
    border-right: 0;
  }

  .header li a {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .right {
    display: none;
  }
}

.menubar {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.menubar .section {
  padding: 30px 30px;
  box-sizing: border-box;
}

.menubar .section + .section {
  border-top: solid 1px #dfe2e7;
}

.menubar .section.no-line {
  border-top: 0;
  padding-top: 0;
}

a.big.button {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  background: transparent;
  border: solid 3px #2badad;
  border-radius: 30px;
  font-family: montserrat, sans-serif;
}

a.big.button,
a.big.button:visited {
  color: #2badad;
  text-decoration: none;
}

a.big.button:hover {
  background: #2badad;
}

a.big.button:hover,
a.big.button:hover:visited {
  color: #fff;
}

@media (max-width: 480px) {
  .menubar {
    padding: 20px;
    border-bottom: solid 1px #dfe2e7;
  }
}

@media (max-width: 768px) {
  .menubar {
    display: none;
  }
}

@media (min-width: 768px) {
  .content-root {
    padding-left: 230px;
  }

  .menubar {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 230px;
    border-right: solid 1px #dfe2e7;
  }

  .menubar.fixed {
    position: fixed;
    overflow-y: auto;
  }

  .menubar.fixed {
    -webkit-overflow-scrolling: touch;
  }

  .menubar.fixed::-webkit-scrollbar {
    width: 15px;
    height: 15px;
  }

  .menubar.fixed::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 8px;
    border: solid 4px #fff;
  }

  .menubar.fixed:hover::-webkit-scrollbar-thumb {
    background: #999;
    box-shadow: inset 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
}

.menubar {
  font-size: 0.9em;
}

.menu ul.level-1 > li + li {
  margin-top: 20px;
}

.menu a {
  box-sizing: border-box;
  position: relative;
  display: block;
  padding-top: 1px;
  padding-bottom: 1px;
  margin-right: -30px;
}

.menu a,
.menu a:visited {
  color: #2badad;
}

.menu a:hover {
  color: #228a8a;
}

.menu a.level-1 {
  font-family: montserrat, sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: bold;
}

.menu a.level-1,
.menu a.level-1:visited {
  color: #9090aa;
}

.menu a.level-1:hover {
  color: #565666;
}

.menu a.level-2 {
  font-weight: normal;
}

.menu a.level-3 {
  font-weight: normal;
  font-size: 0.9em;
  padding-left: 10px;
}

.menu a.active {
  font-weight: bold !important;
}

.menu a.active,
.menu a.active:visited,
.menu a.active:hover {
  color: #505050 !important;
}

.menu a.active:after {
  content: '';
  display: block;
  box-sizing: border-box;
  position: absolute;
  top: 10px;
  right: 30px;
  width: 9px;
  height: 3px;
  border-radius: 2px;
  background: #2badad;
}

code .string,
code .number {
  color: #3ac;
}

code .init {
  color: #383;
}

code .keyword {
  font-weight: bold;
}

code .comment {
  color: #adadcc;
}

.large-brief .content > h1:first-child + p,
.content > p.brief {
  font-size: 1.3em;
  font-family: Open Sans, sans-serif;
  font-weight: 300;
}

.title-area {
  min-height: 100px;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  text-align: center;
  border-bottom: solid 1px #dfe2e7;
  overflow: hidden;
}

.title-area > img.bg {
  z-index: 0;
  position: absolute;
  left: -9999px;
}

.title-area > div {
  position: relative;
  z-index: 1;
}

@font-face {
  font-family: 'open_sans';
  src: url("a5df65be5b537058a9169e4379e8eff2.a5df65be5b53.woff2") format("woff2"), url("855e84d70eed8a3ae60cf9953e5d8f10.855e84d70eed.woff") format("woff"), url("908028d3e24c4da00e617cc79af910c2.908028d3e24c.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("41a74236e52fbaafb1df8f7ce045cfaa.41a74236e52f.woff2") format("woff2"), url("2b6945c57a793f7207231b2853904005.2b6945c57a79.woff") format("woff"), url("0364a4e16b16b2e5caa87bd35a443833.0364a4e16b16.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}

@font-face {
  font-family: 'open_sans';
  src: url("9236297e1ae03813478a6e7148096758.9236297e1ae0.woff2") format("woff2"), url("333cd0f36c989ce0fc2097c6f30518f4.333cd0f36c98.woff") format("woff"), url("bd2797679eeba03de22d3f6b309e5835.bd2797679eeb.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("a3201fda0558e5dd9b04cb9a81d3e9d0.a3201fda0558.woff2") format("woff2"), url("12d46b0ba4eef5fd591d2c949684de77.12d46b0ba4ee.woff") format("woff"), url("bb786f4f406b088ec54d05e2c6f6cd15.bb786f4f406b.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}

@font-face {
  font-family: 'open_sans';
  src: url("33634fd4642c73ab8b1c0615d24717da.33634fd4642c.woff2") format("woff2"), url("734a026c1b96994fea43a1c6089a44bd.734a026c1b96.woff") format("woff"), url("511987649a5cb54ede413bb7fc140200.511987649a5c.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'open_sans';
  src: url("1995d1b7accd14a34d621bb6a962ea46.1995d1b7accd.woff2") format("woff2"), url("48cbbe2b1d70ca14539087962ad9eec4.48cbbe2b1d70.woff") format("woff"), url("56dc02e2d3d2caf0a59bc5e39b9d05dc.56dc02e2d3d2.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("89e4c894531e584d16f2b500989bfb92.89e4c894531e.woff2") format("woff2"), url("32b55b3ad88141395fd8c951290c4b05.32b55b3ad881.woff") format("woff"), url("722705c6c4c6d14291da6ae6323bfb08.722705c6c4c6.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'open_sans';
  src: url("174f3556613c5f62b77fbf487ca737eb.174f3556613c.woff2") format("woff2"), url("c603c6ecb0ac058623ec474b81e2d5ad.c603c6ecb0ac.woff") format("woff"), url("8dfe4fc9f647777e46f1f85ba20eb69f.8dfe4fc9f647.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("1030b3bba692e8e6d56cb597e2127a57.1030b3bba692.woff2") format("woff2"), url("5353ea424db26718b0f93124ef01cb69.5353ea424db2.woff") format("woff"), url("f2c47b1bdae372db4ef300c02dad1e1e.f2c47b1bdae3.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'open_sans';
  src: url("d6f3b3028cbbb8e88b8e5829f74a585f.d6f3b3028cbb.woff2") format("woff2"), url("1bd6fb517f24fa35be8d9c5bfb3788da.1bd6fb517f24.woff") format("woff"), url("9696c8186c5f5b98fe69cfce40350965.9696c8186c5f.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'roboto_slab';
  src: url("2c536526dc869644e68f5afc7562108c.2c536526dc86.woff2") format("woff2"), url("233a261c7fd12e5c15a7f41a6bf51e88.233a261c7fd1.woff") format("woff"), url("ef34f32da3863fc3b74df7ae45b76cea.ef34f32da386.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slab';
  src: url("fe22633466b06eda052eb0b126f39ebf.fe22633466b0.woff2") format("woff2"), url("918eaec69c41ef7ce40fe183003a1b9d.918eaec69c41.woff") format("woff"), url("f179c364a8262abfb9561ba6d9d30433.f179c364a826.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slab';
  src: url("1dbbc9c29aef8339ad5cb48f6edac799.1dbbc9c29aef.woff2") format("woff2"), url("844a58e9161d993b5213ddac24c6cf34.844a58e9161d.woff") format("woff"), url("325fa2ca34c3552275158f75e5f3cb3d.325fa2ca34c3.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'roboto_slab';
  src: url("df5ca8b7b09c7630ddcd88ffb926ca98.df5ca8b7b09c.woff2") format("woff2"), url("a8395b0d6afa64b6c7a781db7c297dc7.a8395b0d6afa.woff") format("woff"), url("d05ca77e371e66d9b83fc07cd55035ed.d05ca77e371e.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

:root {
  --main: #702b5f;
  --main: var(--brand-accent, #702b5f);
}

body {
  font-family: 'open_sans', arial, sans-serif;
  font-weight: 600;
}

a,
.big.button,
.content a em {
  color: #80326c;
  color: var(--brand-accent-light, #80326c);
  text-decoration: none;
}

a:hover,
a:visited,
.big.button:hover,
.big.button:visited,
.content a em:hover,
.content a em:visited {
  border-color: #80326c;
  border-color: var(--brand-accent-light, #80326c);
}

.menu a {
  color: #80326c;
  color: var(--brand-accent-light, #80326c);
  line-height: 118%;
  margin: 6px 0;
  max-width: 100%;
  padding-right: 8px;
  text-decoration: none;
}

.menu a:visited {
  color: #80326c;
  color: var(--brand-accent-light, #80326c);
  text-decoration: none;
}

.menu a:hover {
  color: #a10878;
  color: var(--brand-magenta, #a10878);
}

.menu a.active::after {
  background: #80326c;
  background: var(--brand-accent-light, #80326c);
  right: -18px;
  top: 6px;
}

.menu a.level-1,
.menu a.level-2,
.menu a.level-3 {
  font-weight: 600;
}

.large-brief .content > h1:first-child + p,
.content > p.brief {
  font-weight: 500;
}

.header img {
  margin-bottom: -18px;
  max-height: 34px;
}

.content {
  background: #fff;
  color: #101010;
}

.content code {
  font-weight: 500;
}

.content img {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  margin-bottom: -5px;
  max-width: 100%;
  position: relative;
}

.content h4 {
  border-bottom: 0;
  color: #505050;
  font-weight: 800;
  padding-bottom: 0;
}

.content h3 {
  color: #505050 !important;
  font-size: 1.1em !important;
}

em {
  color: #000 !important;
}

.content a,
.content a em {
  color: #80326c !important;
  color: var(--brand-accent-light, #80326c) !important;
}

.menu ul.level-2 > li > a {
  font-weight: 700;
}