* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row .columns {
  padding-bottom: 20px;
}
.styleguide {
  background-color: #ffffff;
  margin: 0;
}
.styleguide__font {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 1.3em;
}
.styleguide__header {
  background-color: #f1f1f1;
  padding: 10px 20px;
  position: relative;
  font-size: 12px;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 26px;
}
.styleguide__navigation__tooglebutton {
  background-color: #3070b3;
  padding: 0 10px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: 2px;
}
.styleguide__container {
  border-bottom: 1px solid #f1f1f1;
}
.styleguide__container .logo-bar__word-mark-link p {
  color: #3070b3;
  margin-bottom: 0;
}
.styleguide__navigation {
  background-color: #f7f7f7 !important;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif !important;
  line-height: 1em;
  font-size: 16px;
  margin: 0;
}
.styleguide__navigation a {
  border-left: 3px solid transparent;
}
.styleguide__navigation--hide .flex-item:nth-child(1) {
  display: none;
}
.styleguide__navigation__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.styleguide__navigation__list > li > a {
  border-bottom: 1px solid #e2e2e2;
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
}
.styleguide__navigation__list > li > a:hover {
  background-color: #e6e6e6;
}
.styleguide__navigation .styleguide__navigation__item--active {
  border-left: 3px solid #3070b3;
  font-weight: bold;
}
.styleguide__navigation__list li .styleguide__navigation__list li a {
  font-weight: normal;
}
.styleguide__navigation__list--level2 {
  display: none;
}
.styleguide__navigation__list--level2 > li > a {
  text-indent: 10px;
  background-color: #e6e6e6;
}
.styleguide__navigation__list--level2 > li > a:hover {
  background-color: #f7f7f7;
}
.kss-title,
h1:first-child {
  padding: 0px;
  margin: 20px 0;
}
.styleguide__footer {
  background-color: #f5f5f5;
  color: #444;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
  text-align: right;
}
.styleguide__footer a {
  color: #444;
  text-decoration: none;
}
.styleguide__example {
  margin: 0 0 60px 0;
}
.styleguide__example__title {
  background-color: #f1f1f1;
  padding: 15px 15px 0;
  border-left: 6px solid #333;
  font-size: 20px;
  margin: 0;
}
.styleguide__example__description {
  background-color: #f1f1f1;
  padding: 10px 15px;
  border-left: 6px solid #333;
  font-size: 14px;
  margin: 0;
}
.styleguide__example__colorbox {
  width: 30%;
  height: 100px;
  border: 1px solid #000000;
  margin: 10px;
  position: relative;
  display: inline-block;
}
.styleguide__example__colorbox__description {
  background-color: #d0d0d0;
  color: #000000;
  padding: 5px 10px;
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'Monaco', 'Ubuntu Mono', 'Lucida Console', 'Courier New', Courier, monospace;
  font-size: 12px;
}
.styleguide__example__output {
  padding: 0 0 20px;
  position: relative;
}
.styleguide__example__markup {
  border: 1px solid #dddddd;
  background-color: #f1f1f1;
  padding: 15px;
  font-size: 14px;
  line-height: 1em;
  margin: 0;
}
.styleguide__example__markup > pre {
  display: none;
}
.styleguide__example__markup__button {
  background-color: #333;
  padding: 10px 20px;
  display: inline-block;
  border: 1px solid #000;
  color: #fff;
  cursor: pointer;
}
.styleguide__example__markup--open > pre {
  display: block;
}
.styleguide__example__modifier {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: right;
  padding: 10px;
  border-left: 6px solid #000;
  color: #fff;
  background-color: #e2e2e2;
  margin-bottom: 20px;
}
.styleguide__example__modifier:first-child {
  border-top-style: none;
}
.styleguide__example__modifier span {
  background-color: #000;
  display: inline-block;
  padding: 5px;
}
.styleguide__example__modifier p {
  text-align: left;
  font-size: 14px;
}
.styleguide__version {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  color: #8a8a8a;
  vertical-align: middle;
  font-size: 14px;
  line-height: 46px;
  padding: 0 20px;
}
.prettyprint {
  white-space: pre-wrap;
}
.styleguide__example__output .columns {
  background: #f3f7f8;
  border: 1px solid #cdcdcd;
  padding: 0;
  line-height: 3rem;
}
.styleguide__example__output .logo-bar .columns,
.styleguide__example__output .directory-bar .columns {
  background: none;
  border: none;
  line-height: 1em;
}
@-moz-document url-prefix() {
  .flex-container {
    width: 100%;
    -moz-box-sizing: border-box;
  }
}
/* Pretty printing styles. Used with prettify.js. */
/* SPAN elements with the classes below are added by prettyprint. */
.pln {
  color: #000000;
}
/* plain text */
@media screen {
  .str {
    color: #008800;
  }
  /* string content */
  .kwd {
    color: #000088;
  }
  /* a keyword */
  .com {
    color: #880000;
  }
  /* a comment */
  .typ {
    color: #660066;
  }
  /* a type name */
  .lit {
    color: #006666;
  }
  /* a literal value */
  /* punctuation, lisp open bracket, lisp close bracket */
  .pun,
  .opn,
  .clo {
    color: #666600;
  }
  .tag {
    color: #000088;
  }
  /* a markup tag name */
  .atn {
    color: #660066;
  }
  /* a markup attribute name */
  .atv {
    color: #008800;
  }
  /* a markup attribute value */
  .dec,
  .var {
    color: #660066;
  }
  /* a declaration; a variable name */
  .fun {
    color: #ff0000;
  }
  /* a function name */
}
/* Use higher contrast and text-weight for printable form. */
@media print, projection {
  .str {
    color: #006600;
  }
  .kwd {
    color: #006;
    font-weight: bold;
  }
  .com {
    color: #600;
    font-style: italic;
  }
  .typ {
    color: #404;
    font-weight: bold;
  }
  .lit {
    color: #004444;
  }
  .pun,
  .opn,
  .clo {
    color: #444400;
  }
  .tag {
    color: #006;
    font-weight: bold;
  }
  .atn {
    color: #440044;
  }
  .atv {
    color: #006600;
  }
}
/* Put a border around prettyprinted code snippets. */
pre.prettyprint {
  padding: 2px;
  border: 1px solid #888888;
}
/* Specify class=linenums on a pre to get line numbering */
ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}
/* IE indents via margin-left */
li.L0,
li.L1,
li.L2,
li.L3,
li.L5,
li.L6,
li.L7,
li.L8 {
  list-style-type: none;
}
/* Alternate shading for lines */
li.L1,
li.L3,
li.L5,
li.L7,
li.L9 {
  background: #eeeeee;
}
@media screen and (max-width: 640px) {
  #kss-github {
    display: none;
  }
}
@media screen and (min-width: 700px) {
  .flex-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex-item:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 0 300px;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .flex-item:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }
  .styleguide__navigation--hide.flex-container {
    display: block;
  }
  .styleguide__navigation--hide .flex-item:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #kss-main {
    position: static;
    width: 90%;
    margin: 0 auto;
    padding-left: 0;
  }
  #kss-nav {
    position: static;
    display: block;
    width: auto;
    margin: 0;
    background: 0;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
  }
  #kss-nav nav > ul {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
  }
  #kss-nav nav > ul > li {
    display: inline-block;
    padding-right: 1.5em;
  }
  #kss-header > hgroup > h1 {
    margin-top: 0;
    margin-bottom: 0;
  }
}