@charset "UTF-8";
.docs-header,
.docs-site-title,
.docs-page-title,
.docs-page-lead,
.docs-heading,
.docs-nav,
.docs-toc,
.docs-sub-menu,
.docs-big-index strong,
.docs-small-index h4,
.twitter-typeahead,
.banner-info,
.banner-info h3 {
  font-family: 'Proxima Nova', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

.docs-nav.menu {
  margin-top: 0.5rem;
  background: #fafafa;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .docs-nav.menu li small {
    color: #999;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60%;
    display: block;
    margin-top: 5px; }
  .docs-nav.menu a {
    font-size: 0.85rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    .docs-nav.menu a:hover {
      background: rgba(0, 0, 0, 0.05); }
  .docs-nav.menu .current a {
    background: rgba(0, 0, 0, 0.05); }
  .docs-nav.menu .label {
    background-color: #ddd;
    color: #777;
    margin-left: 5px;
    padding: 0.22222rem 0.44444rem 0.22222rem;
    font-size: 0.61111rem; }

.docs-nav-title {
  text-transform: uppercase;
  font-size: 0.75rem;
  color: #999;
  font-weight: bold;
  line-height: 1;
  padding-left: 0.9rem;
  margin-bottom: 0.5rem;
  border-top: 1px solid #e9e9e9;
  margin-top: 1rem;
  padding-top: 1.5rem; }


.docs-toc {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #cacaca;
  font-size: 0.85rem; }
  @media screen and (min-width: 64em) {
    .docs-toc {
      display: block !important;
      border-bottom: 0; } }
  .docs-toc .active {
    background: #2199e8;
    color: white; }
  .docs-toc .menu .docs-nav-title {
    margin-top: 0;
    border-top: 0;
    padding-top: 0; }