a {
  color: #252C2F;
  font-weight: normal;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
a:hover {
  color: #859BA3;
  text-decoration: none;
}
p a {
  padding-bottom: 1px;
  border-bottom: 1px dotted #a8a8a8;
}
p a:hover {
  border-color: #1d1d1d;
}
a:active,
a:focus {
  text-decoration: none;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Libre+Franklin', sans-serif;
  line-height: unset;
}
.h1,
h1 {
  font-size: 2.1rem;
  font-weight: 400;
}
.h2,
h2 {
  font-size: 1.5rem;
  font-weight: 400;
}
.h3,
h3 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0px;
  margin-bottom: 0px;
}
header #main-menu-container #main-menu li.menu-item a {
  text-align: left;
}
body {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 14px;
  line-height: 1.8;
}
b,
strong {
  font-weight: bold;
}
p {
  margin-bottom: 0.25rem;
}
#main-content {
  padding: 20px;
}
#main-content div.imageblock div.title {
  padding-bottom: 15px;
}
@media (min-width: 992px) {
  #main-content {
    padding-left: 0px;
    padding-right: 25px;
  }
}
figcaption h4 {
  font-size: 14px;
  padding-top: 10px;
}
figcaption h4:before {
  font-weight: bold;
  content: "Figure: ";
}
@media (min-width: 992px) {
  figure > img {
    -webkit-box-shadow: 5px 5px 8px 0px rgba(100, 100, 100, 0.6);
    -moz-box-shadow: 5px 5px 8px 0px rgba(100, 100, 100, 0.6);
    box-shadow: 5px 5px 8px 0px rgba(100, 100, 100, 0.6);
  }
}
.footer {
  border-radius: 20px 20px 20px 20px !important;
  font-size: 0.8rem;
}
.nav-footer {
  width: 100%;
  text-align: center;
}
.nav-footer li {
  display: inline;
  list-style-type: none;
  padding-right: 20px;
}
#pages-toc {
  padding: 0px 0px 0px 0px;
  border-right: none;
  min-height: auto !important;
}
#pages-toc-box {
  background-color: #f5f5f5;
  padding: 0px 0px 20px 0px;
  margin: 10px 10px;
  font-size: 0.8rem;
}
@media (min-width: 992px) {
  #pages-toc-box {
    margin: 35px 30px;
    padding: 10px 10px 20px 10px;
  }
}
#pages-toc-box strong {
  font-weight: bold;
  padding: 0px 0px 20px 0px;
}
#pages-toc-box ul {
  margin: 0px !important;
  list-style-type: none;
  padding-left: 10px !important;
}
#pages-toc-box ul.sectlevel1 > li {
  margin-top: 10px;
}
#pages-toc-box ul.sectlevel1 > li > a {
  font-weight: bold;
}
#page-toc-box {
  background-color: #f5f5f5;
  margin: 15px 0px 15px 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: -4px;
  padding-right: 5px;
  font-size: 0.8rem;
}
#page-toc-box ul {
  margin: 0px !important;
  list-style-type: none;
  padding-left: 7px !important;
}
.pagination > li > a,
.pagination > li > span {
  color: green;
}
.card-columns {
  column-count: 2;
}
div#asciidoc-toc-box > ul.sectlevel0 > li > a {
  visibility: hidden;
  display: none;
}
div#main-content li p {
  margin: 0px;
  padding-bottom: 3px;
}
div.listingblock pre.highlight {
  border: none;
}
div.imageblock div.title {
  padding-top: 20px;
  padding-bottom: 0px;
}
.admonitionblock {
  border: none;
  background-color: #f5f5f5;
  margin: 20px 0px;
  padding: 10px;
}
.note td.icon {
  border-right: solid thin #ccc;
  padding-left: 30px;
  padding-right: 50px;
}
.note td.content {
  padding-left: 20px;
  padding-right: 20px;
}
.note td.content .big {
  font-size: large;
}
@media (min-width: 992px) {
  .background-body {
    background-color: #D0D7DA;
  }
}
.no_left_padding {
  padding-left: 0px;
}
div.title {
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
img.img-responsive {
  display: block;
  margin: auto;
}
p.footer-right {
  text-align: right;
  font-size: 12px;
}
p.footer-left {
  text-align: left;
  font-size: 12px;
}
div.pull-center {
  width: 100%;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}
div.pull-center .btn {
  margin: 0px 15px;
  color: white;
  background-color: #879595;
  border: none;
  margin: 8px;
}
.btn i {
  padding-right: 8px;
}
th.download-th {
  width: 25%;
  vertical-align: bottom;
  background-color: #fafafa;
}
th.download-th div {
  font-size: 20px;
  font-weight: normal;
}
td.download-td .btn {
  color: white;
  background-color: #879595;
  border: none;
}
li.menu-item i {
  padding-right: 8px;
}
.beneath-footer-right {
  text-align: right;
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 16px;
  font-size: 12px;
}
.breadcrumb > li + li::before {
  font-family: "open_sansregular", sans-serif !important;
  color: #FAFBFB !important;
}
.breadcrumb > li > a {
  font-family: "open_sansregular", sans-serif !important;
  color: #FAFBFB !important;
}
.isolated-sections #breadcrumbs-container {
  background: #4e5862 none repeat scroll 0% 0%;
}
.no-shadow {
  box-shadow: none !important;
}
h1.page_title {
  font-size: 1.8em;
}
.blog-article .title {
  font-size: 1.6em;
}
ul.blog-tag-list > li > a {
  border-radius: 5px;
}
.section-header.with-icon {
  margin-bottom: 15px;
}
