@import url(https://fonts.googleapis.com/css?family=Lora:400,400i|Open+Sans:400,600,700&display=swap);:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00594e;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ea0029;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 320px;
  --breakpoint-md: 960px;
  --breakpoint-lg: 1344px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #00594e;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #000d0b;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.article-metadata {
  padding-left: 0;
  margin-bottom: 0;
  padding-top: 28px;
}

@media screen and (max-width: 959px) {
  .article-metadata {
    padding-top: 22px;
  }
}

.article-metadata .metadata-publish-date,
.article-metadata .metadata-reading-time,
.article-metadata .metadata-bookmark,
.article-metadata .metadata-content-type {
  font-family: "Open Sans", sans-serif;
  color: #707070;
  font-size: 0.833rem;
  margin: 0 0px 18px 0;
  display: inline-block;
  font-style: normal;
}

.article-metadata .metadata-publish-date i,
.article-metadata .metadata-reading-time i,
.article-metadata .metadata-bookmark i,
.article-metadata .metadata-content-type i {
  margin: 0 4px 0 0;
  display: inline-block;
  position: relative;
  top: 4px;
}

.article-metadata .metadata-publish-date i:before,
.article-metadata .metadata-reading-time i:before,
.article-metadata .metadata-bookmark i:before,
.article-metadata .metadata-content-type i:before {
  color: #707070;
}

.article-metadata .metadata-bullet {
  margin: 0 7px 18px 5px;
}

.article-chaptering {
  background-color: #f2f6f6;
  padding: 32px 0;
}

@media screen and (max-width: 959px) {
  .article-chaptering {
    padding: 24px 8px;
    margin: 16px;
  }
}

.article-chaptering .overline {
  font-size: 9.3px;
  text-transform: uppercase;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #00594e;
  font-weight: 600;
}

.article-chaptering ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin-bottom: 0;
  max-width: 784px;
  /* display: flex; */
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  padding: 0;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

@media screen and (max-width: 959px) {
  .article-chaptering ul {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
  }
}

.article-chaptering ul li {
  padding: 0;
  margin-bottom: 12px;
  width: 65%;
  max-width: 334px;
  margin-right: 40px;
}

.article-chaptering ul li:before {
  display: none;
}

.article-chaptering ul li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 959px) {
  .article-chaptering ul li {
    width: 100%;
  }
}

.article-chaptering ul li a {
  font-size: 13.3px;
  line-height: 1.8;
  display: block;
}

.article-chaptering ul li .current {
  color: #222222;
}

.article-chaptering.public-article-chaptering {
  background-color: #fff7d9;
}

/***legacy ***/

@media screen and (min-width: 959px) {
  .article.bodyclass h1.article-title {
    padding-right: 0;
  }
}

h1.article-title {
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
  padding-bottom: 30px;
}

@media screen and (min-width: 960px) and (max-width: 1343px) {
  h1.article-title {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 959px) {
  h1.article-title {
    line-height: 1.18;
    padding-right: 100px;
  }
}

@media screen and (max-width: 959px) {
  h1.article-title {
    padding-bottom: 4px;
  }
}

h1.article-title span {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  line-height: 1.39;
  color: #707070;
  display: block;
  margin-top: 16px;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  h1.article-title span {
    margin-top: 20px;
  }
}

h1.article-title.with-underline {
  box-shadow: inset 0 -0.5px 0 0 #d9d8d6;
  padding-bottom: 36px;
  margin-bottom: 33px;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    h1.article-title.with-underline {
      box-shadow: inset 0 -1px 0 0 #d9d8d6;
    }
}
}

@-moz-document url-prefix()  {
  h1.article-title.with-underline {
    box-shadow: inset 0 -1px 0 0 #d9d8d6;
  }
}

@media screen and (max-width: 959px) {
  h1.article-title.with-underline {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
}

h1.article-title.article-title-34 {
  font-size: 2.1rem !important;
}

h1.article-title .article-title-subtitle-small-green {
  color: #00594e;
  font-size: 0.85rem;
}

.article-title {
  padding-bottom: 30px;
}

@media screen and (min-width: 960px) and (max-width: 1343px) {
  .article-title {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 959px) {
  .article-title {
    line-height: 1.18;
  }
}

@media screen and (max-width: 959px) {
  .article-title {
    padding-bottom: 4px;
  }
}

.article-title h1 {
  font-stretch: normal;
  line-height: 1.14;
  letter-spacing: normal;
}

.article-title span {
  font-family: "Open Sans", sans-serif;
  font-size: 23px;
  line-height: 1.39;
  color: #707070;
  display: block;
  margin-top: 16px;
  font-weight: 400;
}

@media screen and (max-width: 959px) {
  .article-title span {
    margin-top: 20px;
  }
}

.article-title.with-underline {
  box-shadow: inset 0 -0.5px 0 0 #d9d8d6;
  padding-bottom: 36px;
  margin-bottom: 33px;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    .article-title.with-underline {
      box-shadow: inset 0 -1px 0 0 #d9d8d6;
    }
}
}

@-moz-document url-prefix()  {
  .article-title.with-underline {
    box-shadow: inset 0 -1px 0 0 #d9d8d6;
  }
}

@media screen and (max-width: 959px) {
  .article-title.with-underline {
    padding-bottom: 32px;
    margin-bottom: 24px;
  }
}

.article-title.article-title-34 h1 {
  font-size: 2.1rem !important;
}

.article-title .article-title-subtitle-small-green {
  color: #00594e;
  font-size: 0.85rem;
}

.titles-numbered {
  counter-reset: major-counter;
}

.titles-numbered h1 {
  font-size: 1.476em !important;
}

.titles-numbered h2 {
  font-size: 1.476em !important;
}

.titles-numbered h2.numbered {
  counter-increment: major-counter;
  counter-reset: minor-counter;
}

.titles-numbered h2.numbered::before {
  content: counter(major-counter) ".";
  box-shadow: inset 0 -0.5px 0 0 #d9d8d6;
  color: #00594e;
  padding-bottom: 8px;
  padding-top: 2px;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    .titles-numbered h2.numbered::before {
      box-shadow: inset 0 -1px 0 0 #d9d8d6;
    }
}
}

@-moz-document url-prefix()  {
  .titles-numbered h2.numbered::before {
    box-shadow: inset 0 -1px 0 0 #d9d8d6;
  }
}

@media print {
  .titles-numbered h2.numbered::before {
    position: initial;
    margin-right: 1em;
  }
}

@media screen {
  .titles-numbered h2.numbered {
    margin: 32px 0px 18px 38px;
  }

  .titles-numbered h2.numbered::before {
    position: absolute;
    left: 0;
  }
}

@media print {
  .titles-numbered h2.numbered {
    margin: 1.5em 0;
  }

  .titles-numbered h2.numbered::before {
    margin-right: 1em;
  }
}

.titles-numbered h3 {
  font-size: 1.23em !important;
}

.titles-numbered h3.numbered {
  counter-increment: minor-counter;
}

.titles-numbered h3.numbered::before {
  content: counter(major-counter) "." counter(minor-counter);
  box-shadow: inset 0 -0.5px 0 0 #d9d8d6;
  color: #00594e;
  padding-bottom: 8px;
  padding-top: 2px;
}

@media not all and (min-resolution: 0.001dpcm) {
@supports (-webkit-appearance: none) {
    .titles-numbered h3.numbered::before {
      box-shadow: inset 0 -1px 0 0 #d9d8d6;
    }
}
}

@-moz-document url-prefix()  {
  .titles-numbered h3.numbered::before {
    box-shadow: inset 0 -1px 0 0 #d9d8d6;
  }
}

@media screen {
  .titles-numbered h3.numbered {
    margin: 24px 0px 18px 38px;
  }

  .titles-numbered h3.numbered::before {
    position: absolute;
    left: 0;
  }
}

@media print {
  .titles-numbered h3.numbered {
    margin: 1.4em 0;
  }
}

@media print {
  .titles-numbered h3.numbered::before {
    margin-right: 1em;
  }
}

.titles-numbered h4 {
  font-size: 1em !important;
  margin: 22px 0px 18px 0px;
  margin-top: 22px;
}

.titles-numbered h5 {
  font-size: 0.833em !important;
  margin: 22px 0px 18px 0px;
}

.titles-numbered h6 {
  font-size: 0.579em !important;
  margin: 22px 0px 18px 0px;
}

body {
  font-family: "Open Sans", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  color: #222222 !important;
}

h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-family: "Lora", serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  font-size: 16.4px;
}

h1,
.h1 {
  font-size: 3.061em;
  border-bottom: 1px solid #d9d8d6;
  padding-bottom: 0.75rem;
  margin-bottom: 1rem;
}

h2,
.h2 {
  font-size: 2.551em;
}

h3,
.h3 {
  font-size: 2.126em;
}

h4,
.h4 {
  font-size: 1.771em;
}

h5,
.h5 {
  font-size: 1.476em;
}

h6,
.h6 {
  font-size: 1.23em;
}

img {
  display: block;
  page-break-inside: avoid;
}

ul > li,
ol > li,
dl > li {
  padding-left: 2em;
}

ul > li::marker,
ol > li::marker,
dl > li::marker {
  font-size: 0.6em;
}

ol {
  padding-left: 0.8em;
}

.d-print-none {
  display: none !important;
}

.component.accordion .card {
  margin-top: 2rem;
}

.component.accordion .card-header {
  border-top: 1px solid #d9d8d6;
}

.component.accordion button {
  background: none;
  border: 0;
  padding: 0;
  font-size: 1.4rem;
}

#wrapper > header #header .component-content > :not(#nav-primary) {
  display: none !important;
}

#wrapper > header #header .component-content #nav-primary > * > * > :not(:first-child) {
  display: none !important;
}

#wrapper > main #content {
  padding: 2rem;
}

#wrapper > footer {
  margin-top: 2rem;
}

#wrapper > footer #footer {
  display: none;
}

#wrapper > footer .legal {
  background: #ffffff;
  color: #222222;
  padding: 1rem 0;
}

#wrapper > footer .legal p {
  margin: 0;
}

#wrapper > footer .legal .version-number,
#wrapper > footer .legal .release-number,
#wrapper > footer .legal .version-dash,
#wrapper > footer .legal > * > * > :not(:first-child) {
  display: none !important;
}

.article-metadata {
  padding-top: 0;
}

.print-only-message {
  color: #707070;
  font-style: italic;
  text-align: center;
  margin-bottom: 15px;
}

#snackbarSection,
#_hj_feedback_container,
.feedback-module,
.component.primary-topic-container,
.component.primary-topic,
.component.sidebar,
.component.topics,
.mp-results,
.tls-ad-container,
.spreaker {
  display: none !important;
}

.infogram-embed {
  display: none !important;
}

