
body {
  position: relative;
  padding-top: 40px;
}

section {
  padding-top: 40px;
}
section > .page-header,
section > .lead {
  color: #5a5a5a;
}
section > ul li {
  margin-bottom: 5px;
}

.help-docs-separator {
  margin: 40px 0 39px;
}
.help-docs a {
  color: #0074AD;
}
.help-docs-header {
    margin-top: 10px;
}
.help-docs-footer {
    font-size: .9em;
    text-align: center;
    width: 100%;
    padding: 30px 0;
}
.help-docs-sidebar .nav-list > .active > a,
.help-docs-sidebar .nav-list > .active > a:hover,
.help-docs-sidebar .nav-list > .active > a:focus {
  color: #ffffff;
  background-color: #0074AD;
}

.subhead {
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.subhead h1 {
  font-size: 60px;
}
.subhead p {
  margin-bottom: 20px;
}
.subhead .navbar {
  display: none;
}

.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.footer p {
  margin-bottom: 0;
  color: #777;
}
.footer-links {
  margin: 10px 0;
}
.footer-links li {
  display: inline;
  padding: 0 2px;
}
.footer-links li:first-child {
  padding-left: 0;
}

h2 + table,
h3 + table,
h4 + table,
h2 + .row {
  margin-top: 5px;
}

.help-docs-sidenav {
  width: 228px;
  margin: 30px 0 0;
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.help-docs-sidenav .menu-icon:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    content: "\f105"; 
    opacity: .75;
    float: right;
    margin-top: 2px;
    margin-right: -6px;
}
.help-docs-sidenav > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.help-docs-sidenav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.help-docs-sidenav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.help-docs-sidenav > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}

.help-docs-sidenav > li > a:hover {
  background-color: #f5f5f5;
}
.help-docs-sidenav.affix {
  top: 40px;
}
.help-docs-sidenav.affix-bottom {
  position: absolute;
  top: auto;
  bottom: 270px;
}

@media (min-width: 992px) {
  .subhead h1,
  .subhead .lead {
    margin-right: 350px;
  }
}


/* Desktop large
------------------------- */
@media (min-width: 1200px) {
  .help-docs-container {
    max-width: 970px;
  }
  .help-docs-sidenav {
    width: 258px;
  }
  .help-docs-sidenav > li > a {
    width: 230px \9; /* Override the previous IE8-9 hack */
  }
}

@media (max-width: 980px) {
  .help-docs-sidenav {
    top: 0;
    width: 218px;
    margin-top: 30px;
    margin-right: 0;
  }

  .subhead h1,
  .subhead .lead {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  body {
    padding-top: 0;
  }
  
  .help-docs-sidenav {
    width: 166px;
    margin-top: 20px;
  }
  .help-docs-sidenav.affix {
    top: 0;
    position: static;
    width: auto;
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .help-docs-sidenav {
    width: auto;
    margin-bottom: 20px;
  }
  .help-docs-sidenav.affix {
    position: static;
    width: auto;
    top: 0;
  }

  .footer {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer p {
    margin-bottom: 9px;
  }
}

@media (max-width: 480px) {
  body {
    padding-top: 0;
  }

  h2 small {
    display: block;
  }

  .subhead h1,
  .subhead p {
    text-align: center;
  }

  table code {
    white-space: normal;
    word-wrap: break-word;
    word-break: break-all;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
