* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  color: #333333;
  line-height: 1.42857143;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-image: url(header-footer-background.png);
}
body {
  margin: 0;
  font-size: 14px;
}
nav {
  display: block;
}
a {
  color: #168316;
  text-decoration: none;
  -webkit-transition: color ease-in-out 0.2s;
  -moz-transition: color ease-in-out 0.2s;
  -o-transition: color ease-in-out 0.2s;
  transition: color ease-in-out 0.2s;
}
a:hover {
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  font-weight: bold;
}
h1 {
  font-size: 24px;
}
.ie89 h1 {
  font-size: 30px;
}
@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
h2 {
  font-size: 21px;
}
.ie89 h2 {
  font-size: 24px;
}
@media (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}
h3 {
  font-size: 18px;
}
.ie89 h3 {
  font-size: 21px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 21px;
  }
}
h4 {
  font-size: 15px;
}
.ie89 h4 {
  font-size: 18px;
}
@media (min-width: 768px) {
  h4 {
    font-size: 18px;
  }
}
h5 {
  font-size: 14px;
}
.ie89 h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 16px;
  }
}
h6 {
  font-size: 14px;
}
hr {
  height: 0;
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #dddddd;
}
code,
tt,
pre {
  font-size: 13px;
  font-family: "Droid Sans Mono", Courier, Monaco, Consolas, monospace;
  -webkit-font-smoothing: antialiased;
}
tt,
code {
  background-color: #f9f9f9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 1px 3px;
  color: #6D180B;
  word-break: break-all;
}
tt a,
code a {
  color: #c00;
}
pre {
  display: block;
  padding: 9px;
  margin: 0 0 9px;
  word-break: normal;
  word-wrap: break-word;
  white-space: pre;
  background-color: #f9f9f9;
  line-height: 1.42857143;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
.site-header {
  border-bottom: 1px solid #dddddd;
}
.site-header .logo {
  display: block;
}
.site-header .home-site-header {
  text-align: center;
  padding-top: 24px;
}
.site-header .home-site-header .social-icons {
  background-color: rgba(255, 255, 255, 0.5);
  padding: 3px 6px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 200px;
  margin: 12px auto;
}
.site-header .home-site-header .logo {
  margin-bottom: 12px;
}
.site-header .home-site-header .logo img {
  width: 243px;
  height: 70px;
  margin: 0 auto;
}
.site-header .inner-site-header {
  padding-top: 12px;
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .site-header .inner-site-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.ie89 .site-header .inner-site-header {
  display: block;
  height: 92px;
}
.ie89 .site-header .inner-site-header:before,
.ie89 .site-header .inner-site-header:after {
  content: " ";
  display: table;
}
.ie89 .site-header .inner-site-header:after {
  clear: both;
}
.ie89 .site-header .inner-site-header .header-left {
  float: left;
  width: 600px;
}
.ie89 .site-header .inner-site-header .header-left .breadcrumbs {
  width: 600px;
}
.site-header .inner-site-header .header-right {
  text-align: center;
  margin-top: 18px;
}
.ie89 .site-header .inner-site-header .header-right {
  margin-top: 0;
  float: right;
}
.ie89 .site-header .inner-site-header .header-right:before,
.ie89 .site-header .inner-site-header .header-right:after {
  content: " ";
  display: table;
}
.ie89 .site-header .inner-site-header .header-right:after {
  clear: both;
}
.ie89 .site-header .inner-site-header .header-right nav:before,
.ie89 .site-header .inner-site-header .header-right nav:after {
  content: " ";
  display: table;
}
.ie89 .site-header .inner-site-header .header-right nav:after {
  clear: both;
}
.ie89 .site-header .inner-site-header .header-right .pagers {
  height: 55px;
  width: 250px;
  margin-top: 10px;
}
.site-header .inner-site-header .logo img {
  width: 121px;
  height: 35px;
}
.page-wrapper {
  padding-top: 12px;
  padding-bottom: 24px;
  background-color: #FFF;
  min-height: 300px;
}
.content-right a {
  word-break: break-word;
}
.site-footer {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .site-footer .footer-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.ie89 .site-footer .footer-inner {
  display: block;
}
.ie89 .site-footer .footer-inner:before,
.ie89 .site-footer .footer-inner:after {
  content: " ";
  display: table;
}
.ie89 .site-footer .footer-inner:after {
  clear: both;
}
.ie89 .site-footer .footer-inner .footer-left {
  float: left;
}
.ie89 .site-footer .footer-inner .footer-right {
  float: right;
}
.site-footer .pagers {
  text-align: center;
  margin-bottom: 12px;
}
.site-footer .pagers li:last-child a {
  margin-left: 12px;
}
.site-footer .generated {
  text-align: center;
}
.ie89 .site-footer .generated {
  text-align: right;
}
@media (min-width: 768px) {
  .site-footer .generated {
    text-align: right;
  }
}
.site-footer .external-links {
  margin-top: 15px;
  text-align: center;
}
.ie89 .site-footer .external-links {
  text-align: right;
}
@media (min-width: 768px) {
  .site-footer .external-links {
    text-align: right;
  }
}
.site-footer .external-links a {
  display: inline-block;
  margin-left: 9px;
}
.breadcrumbs {
  list-style-type: none;
  margin: 12px 0 0 0;
  padding: 0;
  font-size: 12px;
}
.ie89 .breadcrumbs {
  font-size: 14px;
}
@media (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumbs li:last-child a {
  color: #333333;
}
.breadcrumbs .icon {
  display: inline-block;
  margin: 0 3px;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
}
.ie89 .breadcrumbs .icon {
  width: 14px;
  height: 14px;
}
@media (min-width: 768px) {
  .breadcrumbs .icon {
    width: 14px;
    height: 14px;
  }
}
.pagers {
  list-style-type: none;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 9px 18px 6px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.ie89 .pagers {
  background-color: #f9f9f9;
}
.pagers li {
  display: inline-block;
  color: #999999;
  padding: 0 6px;
  font-size: 12px;
}
.pagers li a {
  display: block;
}
.pagers li a:hover,
.pagers li a:focus {
  text-decoration: none;
  color: #333333;
}
.pagers .pager-icon:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block;
  font-size: 18px;
  text-align: center;
  margin-bottom: 1px;
}
.pagers .pager-icon.previous:before {
  text-align: left;
}
.pagers .pager-icon.next {
  margin-right: 12px;
}
.pagers .pager-icon.next:before {
  text-align: right;
}
.report-bugs .strong {
  color: #cc0000;
  font-size: 16px;
  padding-left: 19px;
}
.report-bugs .strong:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  top: 1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 3px;
  margin-left: -19px;
}
.toc-header {
  font-size: 18px;
  margin: 0 0 1em;
}
.toc-header.alphabetical-index {
  margin-top: 1em;
}
.content-left:before,
.content-right:before,
.content-left:after,
.content-right:after {
  content: " ";
  display: table;
}
.content-left:after,
.content-right:after {
  clear: both;
}
.content-left > .table-of-contents,
.content-right > .table-of-contents {
  float: left;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  border-left: 3px solid #7FBB7F;
  list-style-type: none;
  min-width: 30%;
}
.content-left > .table-of-contents ul,
.content-right > .table-of-contents ul {
  border: 0;
  list-style-type: disc;
  float: none;
}
.content-left > .table-of-contents a,
.content-right > .table-of-contents a {
  display: block;
}
.social-icons {
  margin: 0 0 12px;
  padding: 0;
  list-style-type: none;
  text-align: center;
}
@media print {
  .social-icons {
    display: none;
  }
}
.social-icons li {
  display: inline-block;
}
.social-icons li:last-child a {
  padding-right: 0;
}
.social-icons li a {
  display: block;
  padding: 3px 6px;
}
.social-icons li a:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 3px;
  display: inline-block;
  width: 15px;
  height: 14px;
  position: relative;
  top: 1px;
}
.social-icons li a:hover {
  text-decoration: none;
  color: #333333;
}
ul.download-options {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
ul.download-options li {
  padding-left: 2em;
  margin-left: 0;
}
ul.download-options li:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 7px;
  width: 14px;
  height: 14px;
}
.site-width {
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.ie89 .site-width {
  width: 944px;
}
@media (min-width: 768px) {
  .site-width {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .site-width {
    width: 944px;
  }
}
@media (min-width: 1200px) {
  .site-width {
    width: 1152px;
  }
}
.warning {
  color: #cc0000;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-20325k');
  src: url('fonts/icomoon.eot?#iefix-20325k') format('embedded-opentype'), url('fonts/icomoon.woff?-20325k') format('woff'), url('fonts/icomoon.ttf?-20325k') format('truetype'), url('fonts/icomoon.svg?-20325k#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.icon {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-house:before,
.pagers .pager-icon.home:before {
  content: "\e601";
}
.icon-flag:before,
.pagers .pager-icon.report-bug:before,
.report-bugs .strong:before {
  content: "\e60b";
}
.icon-folder:before,
.pagers .pager-icon.contents:before {
  content: "\e604";
}
.icon-download:before,
ul.download-options li:before {
  content: "\e600";
}
.icon-arrow-left:before,
.pagers .pager-icon.previous:before {
  content: "\e605";
}
.icon-arrow-right:before,
.pagers .pager-icon.next:before {
  content: "\e606";
}
.icon-arrow-right2:before {
  content: "\e607";
}
.icon-github:before,
.social-icons li a.github:before {
  content: "\e609";
}
.icon-twitter:before,
.social-icons li a.twitter:before {
  content: "\e60a";
}
