body {
  min-height: 100vh;
  position: relative;
  margin: 0;
  padding-bottom: 150px;
  box-sizing: border-box;
}

div.quoteblock {
  clear: both;
}

.conum[data-value] {
  color: #fff !important;
  display: inline-block;
  background-color: var(--primary);
  -webkit-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  font-size: 0.75em;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  font-family: "Open Sans", "DejaVu Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
}

.conum[data-value] * {
  color: #fff !important;
}

.conum[data-value]:after {
  content: attr(data-value);
}

a.toplink:active {
  color: #fff !important;
}

a.toplink:hover {
  color: #fff !important;
}

a.toplink:link {
  color: #fff !important;
}

a.toplink:visited {
  color: #fff !important;
}

#search-results {
  padding: 10px;
  background-color: var(--secondary);
  border: 0;
  position: absolute;
  width: 640px;
  left: 200px;
  top: 30px;
  z-index: 3;
}

#search-page #search-results {
  padding: 10px;
  background-color: var(--secondary);
  position: unset;
  width: 100%;
  left: 0;
}

#search-results li {
  list-style-type: none;
}

#search-results ul {
  list-style-type: none;
  padding: 5px;
}

#search-results:empty {
  display: none;
}

#search-results .card-text {
  font-size: 0.7em;
}

#search-results .card-header a {
  color: #2fa4e7 !important;
}

main {
  padding-top: 20px;
}

div.copyright small {
  font-size: 90% !important;
}

div.section.social {
  margin-top: 12px;
  margin-bottom: 12px;
  text-align: center;
}

div.section.social .fa {
  margin-right: 6px;
  font-size: 1.4em;
}

div.caution td.icon {
  vertical-align: middle;
  padding: 10px;
}

div.caution td.content {
  vertical-align: middle;
  padding: 10px 10px 10px 15px;
}

div.warning td.icon {
  vertical-align: middle;
  padding: 10px;
}

div.warning td.content {
  vertical-align: middle;
  padding: 10px 10px 10px 15px;
}

div.note td.icon {
  vertical-align: middle;
  padding: 10px;
}

div.note td.content {
  vertical-align: middle;
  padding: 10px 10px 10px 15px;
}

.fa-facebook {
  color: #3b5998;
}

.fa-google-plus {
  color: #d34836;
}

.fa-linkedin {
  color: #0077b5;
}

.fa-envelop {
  color: #444;
}

.fa-reddit {
  color: #ff5700;
}

.fa-twitter {
  color: #4099ff;
}

.fa-feed {
  color: #ff5700;
}

#pagination {
  width: 100%;
  text-align: center;
}

#toctitle {
  font-size: 2em;
  color: var(--primary);
}

#search-input {
  width: 100% !important;
}

.input-group {
  width: 100%;
  margin-bottom: 20px;
}

.list-group {
  margin: 0;
  margin-bottom: 0 !important;
  padding: 0;
}

.line-through {
  text-decoration: line-through;
}

.colist table {
  border: 0;
}

.colist table tr {
  border: 0;
}

.colist table td {
  border: 0 !important;
}

.colist table td:nth-child(1) {
  border: 0;
  background-color: inherit;
  text-align: center;
}

.colist td {
  padding: 0.2rem;
}

.conum:not([data-value]):empty {
  display: none;
}

.conum[data-value] + b {
  display: none;
}

pre .conum[data-value] {
  position: relative;
  top: -0.125em;
}

b.conum * {
  color: inherit !important;
}

.share-box a {
  padding: 0 0 0 5px;
}

td.icon {
  vertical-align: middle !important;
  text-align: center !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background: #fff;
  border: 0 !important;
  width: 3em;
  font-size: 2em;
}

.h1 {
  margin-top: 1.5rem;
}

.h2 {
  margin-top: 1.5rem;
}

.h3 {
  margin-top: 1.5rem;
}

.h4 {
  margin-top: 1.5rem;
}

.h5 {
  margin-top: 1.5rem;
}

.h6 {
  margin-top: 1.5rem;
}

h1 {
  margin-top: 1.5rem;
}

h2 {
  margin-top: 1.5rem;
}

h3 {
  margin-top: 1.5rem;
}

h4 {
  margin-top: 1.5rem;
}

h5 {
  margin-top: 1.5rem;
}

h6 {
  margin-top: 1.5rem;
}

h1.h1-title {
  text-transform: capitalize;
}

h2.h2-title {
  text-transform: capitalize;
}

kbd:not(.keyseq) {
  display: inline-block;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75em;
  line-height: 1.4;
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em #fff inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em #fff inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 0 0 0.1em #fff inset;
  margin: -0.15em 0.15em 0;
  padding: 0.2em 0.6em 0.2em 0.5em;
  vertical-align: middle;
  white-space: nowrap;
}

.keyseq kbd:first-child {
  margin-left: 0;
}

.keyseq kbd:last-child {
  margin-right: 0;
}

pre {
  margin-bottom: 0 !important;
}

/*# sourceMappingURL=style.css.map */
div.callout {
  padding: 10px;
  margin-top: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  width: 100%;
}

div.callout i {
  font-size: 2em;
}

div.callout.warn {
  background-color: rgba(255, 140, 0, 0.2);
  color: darkred;
}

div.callout.note {
  background-color: rgba(173, 216, 230, 0.2);
  color: darkblue;
}

div.callout-heading {
  font-size: 1.2em;
  font-weight: bold;
}

div.callout-content {
  font-size: 1em;
  font-weight: normal;
}

.tableofcontents {
  background-color: rgba(47, 164, 231, 0.1);
}

.tableofcontents .toc-heading {
  font-size: 1.8em;
  font-weight: bold;
}

.tableofcontents ul,
.tableofcontents ul ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tableofcontents li {
  font-size: 0.9em;
}

.tableofcontents li ul li {
  font-size: 1em;
}

.tableofcontents ul ul {
  margin-left: 20px;
  list-style-type: revert;
}

/* Cards */
.card a:hover {
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.05) !important;
}

h3.author i {
  color: #2fa4e7 !important;
}

.stoeps-green {
  background-color: rgba(191, 221, 62, 0.9) !important;
  background-image: none;
  background-repeat: unset;
  border-color: rgba(191, 221, 62, 1) !important;
}

.content-author h3.author i {
  color: #fff !important;
}

.hr-sect {
  display: flex;
  flex-basis: 100%;
  align-items: center;
  color: rgba(0, 0, 0, 0.35);
  margin: 8px 0px;
}

.hr-sect:before,
.hr-sect:after {
  content: "";
  flex-grow: 1;
  background: rgba(0, 0, 0, 0.35);
  height: 1px;
  font-size: 0px;
  line-height: 0px;
  margin: 0px 8px;
}

figure.featuredimage {
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  width: 100%;
}
figure.featuredimage img {
  float: left;
  margin-right: 20px;
  border-radius: 5px;
  width: 100%;
}
figure.featuredimage figcaption p {
  position: relative;
  top: -25px;
  color: #fff;
  float: right;
}

.content figure {
  border: 1px solid rgba(191, 221, 62, 0.1);
  margin-top: 1rem;
  margin-bottom: 2rem;
  border-radius: .25rem !important;
  background-color: #f4f4f4;
}

.content figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content figure > figcaption {
  background-color: #f2f2f2;
}

.content figure > figcaption > h4 {
  font-size: 1em;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #2f2f2f;
  padding: 12px;
  margin: 0;
}

.highlight > pre,
.highlight > div {
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #b19b5a;
  margin-bottom: 1rem !important;
}

.nav-link {
  font-size: 1.3em;
  font-weight: 500;
}

footer ul.navbar-nav.ms-auto li.nav-item.px-3 a.nav-link {
  font-size: 1em;
}

div.alert p { margin-bottom: 0;}

.dialog {
 display: none;
}

.md__image img {
  max-width: 100%;
}

.stoeps-img {
  max-width:100%;
  width:100%;
  object-fit:cover
}

.comment-address {
  display:none;
}

.field-height {
  height: 300px;
}

.stoeps-pointer {
  cursor: pointer;
}

.stoeps-blockquote {
  font-size: var(--bs-body-font-size);
}

.stoeps-presentation {
  width:32px;
  height:auto;
}

.display-none {
  display: none;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
}
div.content table {
  border: 1px solid #000 !important;
}
div.content td, div.content th {
  border: 1px solid #000 !important;
  padding: 10px !important;
}

.md__image img {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  display: block;
}

.comment-toast {
  position: fixed;
  right: 10px;
  top: 1em;
  z-index: 10;
}

.highlight div table, .highlight div table tr, .highlight div table tr td {
        border: 0 !important;
}
