/* line 1, ../sass/_typography.scss */
body {
  color: #34302d;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* line 6, ../sass/_typography.scss */
img {
  display: block;
  margin: 20px 0;
  max-width: 100%;
}

/* line 12, ../sass/_typography.scss */
p {
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  margin-bottom: 1.25em;
  text-rendering: optimizeLegibility;
}

/* line 22, ../sass/_typography.scss */
.content a {
  color: #2196f3;
}
/* line 26, ../sass/_typography.scss */
.content p {
  line-height: 1.8em;
  margin-top: 1.5em;
}
/* line 31, ../sass/_typography.scss */
.content ul {
  font-family: inherit;
  font-size: 1em;
  list-style-position: outside;
  margin-bottom: 1.25em;
  margin-left: 1.5em;
  padding-left: 0;
}
/* line 40, ../sass/_typography.scss */
.content li {
  direction: ltr;
  margin: 10px 0;
  padding: 0;
}

/* line 49, ../sass/_typography.scss */
.sectionHead {
  font-size: 37px;
  font-weight: bold;
}

/* line 54, ../sass/_typography.scss */
.subesctionHead {
  font-size: 28px;
}

/* line 58, ../sass/_typography.scss */
.subsubsectionHead {
  font-size: 22px;
}

/* line 63, ../sass/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #34302d;
  font-family: 'Montserrat', Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  margin-bottom: .6em;
  margin-top: 1.6em;
  text-rendering: optimizeLegibility;
}

/* line 1, ../sass/_toc.scss */
.toc {
  background-color: #F1F1F1;
  height: 100vh;
  left: 0;
  padding: 25px 15px;
  position: fixed;
  top: 0;
  width: 350px;
  z-index: 1;
}
/* line 12, ../sass/_toc.scss */
.toc .toc-header {
  height: 110px;
}
/* line 16, ../sass/_toc.scss */
.toc .toc-body {
  height: calc(100% - 110px);
  overflow-y: auto;
}
/* line 21, ../sass/_toc.scss */
.toc .section-toc.current > a {
  color: #2196f3;
}
@media (max-width: 992px) {
  /* line 1, ../sass/_toc.scss */
  .toc {
    left: -350px;
    transition: left .25s ease-in-out;
  }
}
/* line 30, ../sass/_toc.scss */
.toc li {
  line-height: 1.5em;
  margin: 5px 0;
}
/* line 34, ../sass/_toc.scss */
.toc li a {
  color: #34302d;
  font-family: 'Montserrat', sans-serif;
}
/* line 40, ../sass/_toc.scss */
.toc h3 {
  margin: 0;
}
/* line 44, ../sass/_toc.scss */
.toc .table {
  font-size: smaller;
  margin-bottom: 15px;
  margin-top: 15px;
}
/* line 49, ../sass/_toc.scss */
.toc .table th {
  padding-left: 0;
  font-weight: 400;
}
/* line 54, ../sass/_toc.scss */
.toc .table th,
.toc .table td {
  border: 0;
  padding-bottom: 2px;
  padding-top: 2px;
  padding-left: 0;
  padding-right: 0;
}
/* line 64, ../sass/_toc.scss */
.toc .sectiontoc {
  font-size: 18px;
}
/* line 68, ../sass/_toc.scss */
.toc .subsectiontoc {
  color: #34302d;
  font-size: 15px;
}
/* line 73, ../sass/_toc.scss */
.toc .second-level-list {
  padding-left: 15px;
}
/* line 77, ../sass/_toc.scss */
.toc .software-info-link {
  font-size: 24px;
  margin-top: 0;
}
/* line 81, ../sass/_toc.scss */
.toc .software-info-link a {
  color: #34302d;
}

/* line 87, ../sass/_toc.scss */
.sidebar-overlay {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: opacity .25s ease-in-out;
  width: 100%;
}

/* line 99, ../sass/_toc.scss */
.sidebar-mobile {
  background-color: #f3f3f3;
  cursor: pointer;
  height: 100vh;
  left: 0;
  padding-top: 15px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 50px;
  display: none;
}
@media (max-width: 992px) {
  /* line 99, ../sass/_toc.scss */
  .sidebar-mobile {
    display: block;
  }
}
/* line 115, ../sass/_toc.scss */
.sidebar-mobile .toggle-sidebar-button {
  font-size: 25px;
}

/* line 1, ../sass/_content.scss */
.content {
  line-height: 2em;
  margin-left: 350px;
  padding-top: calc(80px);
  width: calc(100% - 350px);
}
@media (max-width: 992px) {
  /* line 1, ../sass/_content.scss */
  .content {
    margin-left: 50px;
    width: calc(100% - 50px);
  }
}

/* line 13, ../sass/_content.scss */
.highlight {
  background-color: #fffbce;
  transition: background-color 1s ease-in-out;
}

/* line 18, ../sass/_content.scss */
.highlight-none {
  background-color: transparent;
}

/* line 1, ../sass/_header.scss */
.header {
  height: 80px;
  padding: 15px;
  position: fixed;
  right: 0;
  width: 75%;
  z-index: 100;
}
/* line 9, ../sass/_header.scss */
.header img {
  height: 100%;
  margin: 0;
}

/* line 15, ../sass/_header.scss */
.topnav {
  background-color: #fff;
  border-bottom: 1px solid #f1f1f1;
  height: 80px;
  left: 350px;
  position: fixed;
  top: 0;
  width: calc(100% - 350px);
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  /* line 15, ../sass/_header.scss */
  .topnav {
    width: calc(100% - 50px);
    left: 50px;
  }
}
/* line 31, ../sass/_header.scss */
.topnav .row {
  height: 100%;
  align-items: center;
}
/* line 36, ../sass/_header.scss */
.topnav h1 {
  font-size: 24px;
  margin: 0;
}

/* line 1, ../sass/_footer.scss */
.footer {
  background-color: #fff;
  border-top: 1px solid #f1f1f1;
  height: 50px;
  left: 350px;
  position: fixed;
  bottom: 0;
  width: calc(100% - 350px);
  padding-left: 50px;
  padding-right: 50px;
  font-size: smaller;
}
/* line 13, ../sass/_footer.scss */
.footer .row {
  height: 100%;
  align-items: center;
}

/* line 1, ../sass/_search.scss */
.search {
  margin-top: 25px;
}
/* line 4, ../sass/_search.scss */
.search a {
  color: #34302d;
  display: block;
}
/* line 8, ../sass/_search.scss */
.search a:hover {
  text-decoration: none;
}
/* line 13, ../sass/_search.scss */
.search .occurrence-container {
  box-shadow: rgba(32, 33, 36, 0.28) 0px 1px 6px 0px;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 25px;
}
/* line 19, ../sass/_search.scss */
.search .occurrence-container h3, .search .occurrence-container h4, .search .occurrence-container h5 {
  display: inline-block;
  margin: 0;
  margin-right: 8px;
  color: #1967d2;
}
/* line 26, ../sass/_search.scss */
.search .occurrence-container h3 {
  font-size: 18px;
  font-weight: bold;
}
/* line 31, ../sass/_search.scss */
.search .occurrence-container h4, .search .occurrence-container h5 {
  font-size: 1em;
}
/* line 33, ../sass/_search.scss */
.search .occurrence-container h4::before, .search .occurrence-container h5::before {
  content: '-';
  margin-right: 8px;
}
/* line 39, ../sass/_search.scss */
.search .occurrence-container p {
  margin-bottom: 0;
  font-size: .8em;
}
/* line 43, ../sass/_search.scss */
.search .occurrence-container p .highlight {
  background-color: fffbce;
  font-weight: bold;
}

/* line 1, ../sass/_images.scss */
.figure {
  display: block;
}

/* line 10, ../sass/manual.scss */
.phvb8t- {
  font-weight: bold;
}

/* line 14, ../sass/manual.scss */
.centerline {
  text-align: center;
}
/* line 17, ../sass/manual.scss */
.centerline img {
  margin: 25px auto;
}

/* line 22, ../sass/manual.scss */
.endfigure {
  display: none;
}

/* line 26, ../sass/manual.scss */
.version {
  font-size: 24px;
  font-style: italic;
  margin-bottom: 15px;
  text-align: center;
}
