@charset "utf-8";
/* CSS Document */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html, body {
    height: 101%;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
}

a, li.ctoc a, li.ctoc1 a, li.ctoc2 a,
li.tocfm a, li.tocpt a, li.toc a,
li.tocbm a, li.tocbmf a, li.ctoch a {
    color: #ED0E00;
    text-decoration: none;
    cursor: pointer;
}
p:not(.trail) a:not(.tnnum, .tnref),
li a,
table.style2 div a,
table.style3 div a {
    text-decoration: underline;
}
a:hover {
    text-decoration: underline;
}
p:not(.trail) a:not(.tnnum, .tnref):hover, li a:hover,
table.style2 div a:hover,
table.style3 div a:hover {
    color: #B00B00;
    text-decoration: none;
}

/* active menu button */
a.active {
    background-color: #ED0E00;
}

/* open access message */
.failopenMessage {
    color: #ED0E00;
}

/* mobile-only */
.mobile-only {
    display: none;
}

.hide {
    display: none;
}

div#wrapper {
    width: 100%;
    min-width: 985px;
    display: flex;
    height: fit-content;
    min-height: 100%;
}

/* site alert */
.alert-bar {
    background-color: white;
}
.alert-bar .alert.alert-dismissible {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    padding-top: 6px;
    padding-bottom: 2px;
    color: black;
}
.alert-bar .alert {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
}

/* left-sidebar */
#left-sidebar {
    float: left;
    min-width: 165px;
    width: 25%;
    background-color: #E5E84D;
}
#left-sidebar #site-logo img {
    width: 100%;
}

#wrapper-2 {
    float: left;
    width: 100%;
    min-width: 820px;
    background-color: white;
}

/* page header */
#wrapper-2 header {
    height: 120px;
    position: relative;
    background-color: #68767D;
}

#wrapper-2 article header {
    background-color: transparent;
}

/* menu-bar */
header .menu-bar {
    float: left;
    width: 632px;
    height: 100%;
    padding-top: 62px;
    padding-right: 20px;
}
header .menu-bar div.menu {
    padding-left: 18px;
    height: 24px;
}
header .menu-bar div.menu-bottom {
    clear: both;
}
a.menu-option {
    float: left;
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 500;
    color: #ffffff;
    padding: 4px;  /* was 6px left and right, but was running to 2 lines on Firefox */
    letter-spacing: 0.13em;
    text-align: left;
    margin-right: 9px;
    line-height: 16px;
}
a.menu-option:hover {
    text-decoration: none;
    background-color: #ED0E00;
}
a.login-logout {
    background-color: #ED0E00;
    float: right;
    text-transform: none;
    letter-spacing: 0;
    width: 50px;
    text-align: center;
    margin-right: 0;
    line-height: 12px;
    padding: 6px 0;
}

/* Skip To Content link */
.skip-to-content-link {
    background: #212121;
    color: #E5E84D;
    height: 30px;
    left: 5%;
    padding: 8px;
    position: absolute;
    transform: translateY(-300%);
    transition: transform 0.3s;
}
.skip-to-content-link:focus {
    transform: translateY(0%);
}

/* search-suite */
header .search-suite {
    float: left;
    height: 100%;
    padding-top: 27px;
}
header .search-suite .index a {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    line-height: 12px;
    letter-spacing: 0;
}
header .search-suite .index a {
    color: #ffffff;
}
input.goto, input.searchInput {
    cursor: text;
}

input[name=clause],
input[name=goto] {
    border: 1px solid #ccc;
    background-clip: padding-box; /* For iOS mobile */
    box-shadow: 0 4px 4px 0 #00000040 inset;
    margin-top: 8px;
    height: 24px;
    color: #666;
    font-size: 10px;
    padding: 4px 0 0 4px;
}
span.goto-para {
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #999;
    margin-left: -14px;
    position: absolute;
    margin-top: 16px;
}

header .search-suite input[name=goto] {
    width: 94px;
}

input[name=clause] {
    width: 150px;
}

span#search-glass, span#search-glass2, span#search-glass3 {
    height: 19px;
    width: 19px;
    background-image: url('../../cmos/images/searchicon.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
}
span#search-glass, span#search-glass3 {
    margin: 12px 0 0 -21px;
}
span#search-glass2 {
    margin: 25px 0 0 -23px;
}
/* Adjust magnifying glass for Firefox */
/*@supports (-moz-appearance:none) {*/
/*    span#search-glass, span#search-glass2 {*/
/*        margin: 0 0 -6px -22px;*/
/*    }*/
/*}*/

input[name=search] {
    width: 194px;
    background-color: white;
    background-image: url('../../cmos/images/searchicon.png');
    background-position: 168px 6px;
    background-repeat: no-repeat;
    background-size: 15px 15px;
}

#wrapper-2 footer {
    width: 590px;
    color: #58646A;
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    margin-top: 30px;
    margin-left: 22px;
    padding: 16px 0;
    border-top: 1px solid #58646A;
}
body.bookToc #wrapper-2 footer {
    margin-top: 0;
}
#wrapper-2 footer a {
    color: #58646A;
}

/* footer */
footer .social-media-links {
    float: left;
    margin: 4px 10px 18px 0;
}
footer .social-media-links a {
    cursor: pointer;
    margin-right: 8px;
}
footer .social-media-links a img {
    width: 20px;
    height: 20px;
}
footer .footer-links {
    float: left;
    display: table;
    margin-bottom: 14px;
    margin-top: -10px;
    line-height: 24px;
}
footer i {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-style: italic;
}
.footer-links1, .footer-links2 {
    display: table-row;
}
footer .footer-links a {
    padding-right: 12px;
    display: table-cell;
}
footer .footer-links a:last-child {
    padding-right: 0;
}
footer .footer-links a:hover {
    text-decoration: none;
}
footer .copyright {
    clear: both;
}

#wrapper-3 {
    clear: both;
    width: 820px;
    padding-bottom: 15px;
    position: relative;
    display: flex;
}
#wrapper-4 {
    width: 632px;
    padding-left: 22px;
    padding-right: 20px;
    height: 100%;
}
#wrapper-3 #right-sidebar {
    width: 165px;
    min-height: 280px;
    margin-top: 52px;
    float: left;
}

body.citation-guide #wrapper-3 #right-sidebar {
    position: fixed;
    margin-top: 30px;
    margin-left: 632px;
}

/* user account */
#wrapper-4 .userAccount {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 500;
    height: 12px;
    line-height: 12px;
    letter-spacing: 0;
    text-align: right;
    color: #58646A;
    margin-top: 5px;
}
#wrapper-4 .userAccount a {
    color: #58646A;
}
#wrapper-4 .userAccount a:hover {
    text-decoration: none;
}

/* main */
body.book #wrapper-4 #main,
body.homepage #wrapper-4 #main,
body.staticPage #wrapper-4 #main {
    min-height: 768px !important;
}

#wrapper-4 #main {
    color: #000;
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    margin-top: 35px;
    text-align: left;
}

#wrapper-4 #main .section-content {
    margin-top: 22px;
}
#wrapper-4 #main .biblio-section-content h2 {
   margin: 12px 0 22px 0;
}

/* home, faq pages */
#main .div-link,
body.faqPage #wrapper-4 .page-header .div-link {
    float: left;
    width: 167px;
    height: 111px;
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #ED0E00;
    margin-right: 44px;
    border-top: 1px solid #58646A;
    border-bottom: 1px solid #58646A;
    padding: 9px 0;
}
#main .div-link.middle {
    border-top: none;
    border-bottom: none;
}
.div-link em {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-style: italic;
}

/* home page */
body.homepage #main div.description {
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 23px;
    color: #000;
    line-height: 32px;
    letter-spacing: 0;
}
body.homepage #main div.description span.text-style {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
body.homepage #main div.description span.text-style em {
    font-family: "Source Serif 4 Bold Italic", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}

form#content-search2 {
    margin-bottom: 26px;
}

/* right sidebar */
#right-sidebar .para-keys .para-item {
    margin-bottom: 6px;
}
#right-sidebar .para-keys .para-number {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    line-height: 15px;
    letter-spacing: 0;
    color: #000000;
}
#right-sidebar .para-keys .para-title {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-top: 9px;
    margin-right: 20px;
    line-height: 15px;
    letter-spacing: 0;
}
#right-sidebar .para-keys a {
    color: #58646A;
}
#right-sidebar .para-keys a:hover,
#right-sidebar .para-keys a:hover .para-number {
    color: #ED0E00;
    text-decoration: underline;
}

#right-sidebar .para-keys {
    margin-top: 72px;
}
#right-sidebar .para-keys .current,
#right-sidebar .para-keys .current .para-number {
    color: #ED0E00;
}

/* ckeditor textarea */
body.cke_editable {
    width: 100%;
    background-color: #fff;
    padding: 0 18px;
}
body.cke_editable.notesEditor p {
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 1.35;
}

h1 > span.italic,
h1 > em {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: 700;
}

h3 > span.italic {
    font-family: "Source Serif 4 Bold Italic", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}

div.button-wrapper > input[type="submit"]:hover {
    background-color: #ED0E00;
}

/* Footnotes */
#main .notes p.fn {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 5px;
}

div.notes {
    border-top: 1px solid black;
    margin-top: 42px;
    margin-bottom: 16px;
    padding-top: 6px;
}
.doi-notes {
    border-top: 1px solid #58646A;
    margin-top: 21px;
    padding-top: 16px;
    font-size: 13px;
    line-height: 21px;
    color: #58646A;
}
/* Superscript reference */
a.fnref {
    line-height: 0.5em;
    font-size: 0.8em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}

/* Content page */
div.navigation:hover/*, span.expand:hover*/ {
    cursor: pointer;
}
span.arrow.nav-prev {
    border-width: 17px 34px 17px 0;
    border-color: transparent #000 transparent transparent;
}
span.arrow.nav-next {
    border-width: 17px 0 17px 34px;
    border-color: transparent transparent transparent #000;
}
span.arrow.nav-prev:hover {
    border-color: transparent #ED0E00 transparent transparent;
}
span.arrow.nav-next:hover {
    border-color: transparent transparent transparent #ED0E00;
}

div.navigation.prev {
    float: left;
    margin-right: 16px;
}

#main p {
    margin-top: 16px;
    margin-bottom: 16px;
}
#main .text-section {
    margin-top: 22px;
}

/* unique content page */
.sidebar, .dialogue, .blockquote, .epigraph, .senseline {
    font-size: 17px;
    margin: 16px 0;
    color: #58646A;
}
ol, ul {
    font-size: 17px;
    color: #58646A;
}

#main .sidebar p,
#main  .dialogue p,
#main  .blockquote p,
#main  .references p,
#main .notes p {
    margin-top: 0;
    margin-bottom: 0;
}

span.arrow {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    cursor: pointer;
}

#main h1,
body.cke_editable h1 {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-size: 23px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #000000;
}
#main h2,
body.cke_editable h2 {
    color: #ED0E00;
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.07em;
    line-height: 23px;
    text-transform: uppercase;
}

h2 span.lcase {
    text-transform: lowercase;
}

#main h2 em {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-style: italic;
}

#main .page-section {
    margin-top: 12px;
}
#main h2 .section-number,
body.cke_editable h2 .section-number {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.02em;
}

#main h3,
body.cke_editable h3,
h3 > em {
    font-family: "Source Serif 4 Bold Italic", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-size: 16px;
    color: #58646A;
    margin-top: 16px;
    margin-bottom: 16px;
}

#main h4 {
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-align: left;
    font-variant-caps: small-caps;
    color: #58646A;
    text-transform: lowercase;
    margin: 12px 0;
    -moz-font-feature-settings: "smcp";
    -webkit-font-feature-settings: "smcp";
    font-feature-settings: "smcp";
}

/* trail */
#main .trail {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0;
    margin-top: 14px;
    margin-bottom: 22px;
}
#main .trail a {
    color: #58646A;
}
#main .trail a:hover {
    text-decoration: none;
    color: #ED0E00;
}

p.sbah, p.sbahaft {
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
p.sb1, p.sb1f, p.sb1s, p.sb1l, li.sbul1, li.sbul1l  {
    text-indent: 20px;
}

p.sbbqf, p.sbbqs {
    margin-left: 40px;
}
p.diaf, p.dial, p.dia,
li.sbul, li.sbulf, li.sbull, li.sbuls,
p.sbul, p.sbulf, p.sbull, p.sbuls,
p.sbsl, p.sbslf, p.sbsll, p.rf {
    margin-left: 20px;
    text-indent: -20px;
}

p.sbul > i, li.sbull > i, p.sbbh, p.sbbhaft, .patr, .patr1 {
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

li.ulf {
    margin-top: 16px;
}
li.sbulf {
    margin-top: 16px;
}
li.sbuls {
    margin-top: 16px;
    margin-bottom: 16px;
}
#main .sidebar p.sb1s {
    margin-top: 16px;
    margin-bottom: 16px;
}

i + .sup,
i + .sup-i {
    padding-left: 1px;
}

.sup, .sup-i {
    line-height: 0.5em;
    font-size: 0.8em;
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
}
.sub, .sub-i {
    line-height: 0.5em;
    font-size: 0.8em;
    vertical-align: baseline;
    position: relative;
    bottom: -0.4em;
}
.sup-i, .sub-i {
    padding-right: 1px;
}
span.sup-i ~ span.sub {
    padding-right: 2px;
}
i, .dcrit-i, .grc-i, .tgrc-i, .red-i, .sub-i, .sup-i, em, span.italic {
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}
.bi {
    font-family: "Source Serif 4 Bold Italic", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}
.gt-i {
    font-family: "Source Serif 4 Semi Bold Italic", "Times New Roman", Times, serif;
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
}
.chemb, span.sm, .sm-b {
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.07em;
    text-transform: lowercase;
    font-variant-caps: all-small-caps;
}
b, .sm-b, .tgrc-b, strong  {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
.sm-b {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
.grc-b {
    font-family: "Source Serif 4 Bold", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}

.iu {
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif;
    text-decoration: underline;
    font-style : italic;
    font-weight: normal;
    font-stretch: normal;
}
.ccust1 {
    font-family: Verdana, Arial, sans serif;
    font-size: 16px;
}
span.rem-spc {
    letter-spacing: -1.65px;
}
.symb {
    font-family: "DejaVu Sans", sans-serif;
}

/* due to the coding complexity in before and after the <red-bi>, sometimes there are extra space, sometimes not,
here we force to have the space in before and after no matter the various situation, and then reduce the line=height */
.red-bi {
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}
span.red-b, span.red-bi {
    display: block;
    font-size: 16px;
    color: #000000;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-left: 20px;
    line-height: 16px;
}

.red-u {
    text-decoration: underline;
}
.red-strk {
    text-decoration: line-through;
}

.dropcap {
    font-size: 3.4em;
    float: left;
    line-height: 0.8em;
    margin-top: 5px;
}

div.senseline p.sbsl3f {
    margin-left: 249px;
}
div.senseline p.sbsl2 {
    margin-left: 112px;
}
div.senseline p.sbsl3 {
    margin-left: 131px;
}

div#pn12025-sb01 > div.senseline p.sbsl {
    margin-left: 44px;
}
div#pn12025-sb01 div.senseline p.sbsl1 {
    margin-left: 68px;
}
div.senseline p.sbsl1,
div.senseline p.sbsl1l {
    margin-left: 20px;
}
div.senseline p.sbsl3s, #pn12025-sb01 .sbsl3:nth-child(7) {
    margin-left: 248px;
}
div.senseline p.sbslt {
    margin-left: 188px;
}
div.senseline p.sbslif {
    margin-left: 310px;
}
div.senseline p.sbsl3l {
    margin-left: 131px;
}

#main .sidebar > p.sbf {
    margin-top: 16px;
}
#main .sidebar > p.sbs {
    margin-top: 16px;
    margin-bottom: 16px;
}
#main .senseline p.sbslf {
    margin-top: 16px;
}
#main .sidebar p.sb1l {   /* 13.22, 13.96  */
    margin-bottom: 16px;
}
#main .sidebar p.sb1f {
    margin-top: 16px;
}

/* do not handle ul and ol which are inside a table */
.sidebar > table,
.sidebar > ol,
.sidebar > ul {
    margin-top: 16px;
    margin-bottom: 16px;
}

#main .sidebar p.sbbh + ul { /* 6.23 */
    margin-top: 0;
}
#main .section-content > ul {  /* 4.56 */
    margin-top: 16px;
}

#main .sidebar p.sbah { /* 11.92 in cmos18 */
    margin-top: 16px;
}
#main .sidebar p.sbbh {
    margin-top: 16px;
}
#main .sidebar table tr:first-child p.sbah,
#main .sidebar table tr:first-child p.sbbh {
    margin-top: 0;
}
#main .sidebar table tr:first-child li.sbulf {
    margin-top: 0;
}

#main div.glossary {
    margin-top: 16px;
    margin-bottom: 16px;
}
#main div.glossary p.glof,
#main div.glossary p.glo {
    margin: 0;
    text-indent: -20px;
    margin-left: 20px;
}
#main div.glossary span.gt {
    font-family: "Source Serif 4 Semi Bold", "Times New Roman", Times, serif;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

/*toc page */
body.toc .toc-part {
    margin-top: 26px;
}
body.toc .toc-part ul {
    list-style-type: none;
}
body.toc .toc-part li {
    font-size: 16px;
    line-height: 24px;
}
body.toc .toc-part li.ctoc a {
    color: #58646A;
}
body.toc .toc-part li a, body.toc .toc-part li span {
    color: #000;
}
body.toc .toc-part li a:hover {
    text-decoration: underline;
    color: #ED0E00;
}
body.toc .title {
    display: inline-block;
    width: 520px;
}
body.bookToc.toc .title {
    width: 545px;
}

li.tocpt {
    margin-top: 12px;
    margin-bottom: 6px;
}
.toc-part li.tocbmf#rglos {
    margin-top: 12px;
}
body.toc .toc-part li.tocpt,
body.toc .toc-part li.ctoch {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    color: #ED0E00;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    margin-top: 14px;
    margin-bottom: 6px;
}
body.toc .toc-part li.tocpt a,
body.toc .toc-part li.ctoch a,
body.toc .toc-part li.ctoch a span {
    color: #ED0E00;
}
body.toc .toc-part li.toc:last-of-type {
    margin-bottom: 6px;
}
body.bookToc.toc .toc-part .number
{
    width: 34px;
}
body.toc .toc-part span.author {
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
    font-stretch: normal;
}
/*chapter TOC page */
body.toc .toc-part li.ctoc {
    font-family: "Source Serif 4 Bold Italic", "Times New Roman", Times, serif;
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
    font-size: 16px;
    color: #58646A;
    line-height: 24px;
}
.ctoch + .ctoc {
    margin-top: 6px;
}
.ctoc2 + .ctoc,
.ctoc2 + .ctoc1 {
    margin-top: 12px;
}
body.toc .toc-part li.ctoc1 {
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    color: #58646A;
    letter-spacing: 0.07em;
    line-height: 24px;
    font-variant: small-caps;
    text-transform: lowercase;
}
body.toc .toc-part li.ctoc1 a {
    color: #58646A;
}
body.toc .toc-part li.ctoc1 a:hover {
    color: #ED0E00;
}
body.toc .toc-part .number {
    display: inline-block;
    width: 54px;
    vertical-align: top;
}

/* 2.85 in cmos18 - Fixes double-digit numbered list items */
ol.number {
    margin-left: 30px;
    list-style-type: decimal;
}
/* sidebar Multi-level list */
.sidebar ol.number {
    margin-left: 18px;
}

.sidebar ol.number ol.a {  /* 6.143 */
    margin-left: 20px;
    list-style-type: lower-alpha;
}

ul.bullet {
    list-style-type: disc;
    margin-left: 20px;
}
ul.bullet li::marker {
    font-family: serif;
}
ul.none {
    list-style-type: none;
}

span.ccust3 {
    font-family: "Noto Sans Math", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Lining numerals  */
#main h1,
#main h1 span#chapter-number,
#main h2.section-heading span.section-number,
#main span.numeral {
    font-variant-numeric: lining-nums;
    -moz-font-feature-settings: "lnum";
    -webkit-font-feature-settings: "lnum";
    font-feature-settings: "lnum";
}

/* Old-Style numerals */
.osf {
    font-variant-numeric: oldstyle-nums;
    -moz-font-feature-settings: "onum";
    -webkit-font-feature-settings: "onum";
    font-feature-settings: "onum";
}
.hl {
    background-color: #E5E84D;
}
.lang-i {
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif;
    font-style: italic;
    font-weight: 400;
    font-stretch: normal;
}

ul.none li.ul, ul.none li.ulf, ul.none li.ull {
    padding-left: 20px;
    text-indent: -20px;
    width: 540px;
}

li.blh {  /*4.56 */
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif;
    display: contents;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}

li.sbnl2, li.sbnl2l {
    margin-left: 60px;
    text-indent: -20px;
}
li.sbnl3, li.sbnl3l {
    margin-left: 80px;
    text-indent: -20px;
}
li.sbnl4, li.sbnl4l {
    margin-left: 100px;
    text-indent: -20px;
}
li.sbnl6 {
    margin-left: 120px;
    text-indent: -20px;
}
li.sbnl5, li.sbnl5l {
    margin-left: 140px;
    text-indent: -20px;
}
li.sbnl5 {
    padding-left: 5px;
}
li.sbnl5 ~ li.sbnl5 {
    padding-left: 0;
}

p.diap {
    text-indent: 20px;
    /*margin-top: -17px;*/
}
p.diapl {
    text-indent: 40px;
}

/* Colophon page */
body.colophon #main h1 {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-style: italic;
}
body.colophon .colophon-section-content {
    margin-top: 22px;
}

#main .ch15-page-section .sidebar > ul.none {
    width: 275px;
}
#main .ch15-page-section .sidebar#pn15143-sb01 ul.none,
#main .ch15-page-section .sidebar#pn15144-sb01 ul.none {
    width: 100%;
}
#main .ch15-page-section .sidebar ul.none .sbulp {
    margin-left: 20px;
}
#main .ch15-page-section .sidebar ul.none .sbul1f.more,
#main .ch15-page-section .sidebar ul.none .sbul1.more,
#main .ch15-page-section .sidebar ul.none .sbul1l.more {
    text-indent: -40px;
    margin-left: 40px;
}
#main .ch15-page-section .sidebar ul.none .sbul1f.more-more,
#main .ch15-page-section .sidebar ul.none .sbul1.more-more,
#main .ch15-page-section .sidebar ul.none .sbul1l.more-more {
    text-indent: -60px;
    margin-left: 60px;
}
#main .ch15-page-section .sidebar ul.none .sbul1f,
#main .ch15-page-section .sidebar ul.none .sbul1,
#main .ch15-page-section .sidebar ul.none .sbul1l,
#main .ch15-page-section .sidebar ul.none .sbul1s {
    text-indent: -20px;
    margin-left: 20px;
}
#main .ch15-page-section .sidebar ul.none .sbul2.more,
#main .ch15-page-section .sidebar ul.none .sbul2l.more {
    text-indent: -40px;
    margin-left: 60px;
}
#main .ch15-page-section .sidebar ul.none .sbul2,
#main .ch15-page-section .sidebar ul.none .sbul2l {
    text-indent: -20px;
    margin-left: 40px;
}
.pcust2, .pcust3 {
    text-indent: -20px;
    margin-left: 60px;
}

/* index */
body.index #main p.inhn {
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: 400;
    font-stretch: normal;
}
/* Accessibility AA conformance. */
body.index #main p#trail {
    letter-spacing: 8px;
}
body.index #main p#trail span a {
    font-size: 14px;
    font-variant: small-caps;
    line-height: 24px;
    letter-spacing: 0.07em;
    color: #58646A;
    margin-right: 6px;
}
body.index #main .index-content ul {
    padding-left: 0;
    font-size: 14px;
    line-height: 22px;
    color: #000;

}
body.index #main .index-content ul li.inf,
body.index #main .index-content ul li.in {
    margin-left: 40px;
    text-indent: -40px;
}
body.index #main .index-content ul li.in1 {
    margin-left: 40px;
    text-indent: -20px;
}

/* new tags sbul1f, sbul1s */
div.sidebar > ul.none > li.sbul1f,
div.sidebar > ul.none > li.sbul1s {
    text-indent: 20px;
}
div.sidebar > ul.none > li.sbul1f {
    margin-top: 16px;
}

/* Gelasio font for some Najavo chars */
span.gelasio {
    font-family: Gelasio, serif;
}

.figure {
    margin-top: 16px;
}
div.fig + table:not(:has(img)),
#pn07096 table,
div.figb {
    background-color: #f5f5f5;
    padding: 10px 20px;
}
.figure .fig img {
    max-width: 590px;
}
.figure p.figh {
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 20px;
}
.figure p.figh .fighn {
    font-variant: all-small-caps;
    letter-spacing: 0.07em;
}
.dispk {
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    text-transform: lowercase;
    font-variant: small-caps;
}

.figure li.bl {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 15px;
}

li.bxulf {
    margin-top: 20px;
}
p.bxah, p.bxbh, p.bxaft, p.bxf {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    line-height: 15px;
    text-align: left;
    font-size: 12px;
}
p.bxf .red-i,
p.bxaft .red-i {
    font-family: "Public Sans", Arial, Helvetica, sans-serif;
    font-style: italic;
}
p.bxah {
    font-weight: 700;
    letter-spacing: .07em;
}
p.bxbh {
    font-size: 10px;
    letter-spacing: .1em;
}
p.bxah, p.bxbh {
    text-transform: uppercase;
}

/* Tex equation */
mjx-math {
    padding: 0 !important;
}
.MJX-TEX {
    font-family: "Source Serif 4 Regular", "Times New Roman", Times, serif !important;
}
.TEX-I {
    font-family: "Source Serif 4 Italic", "Times New Roman", Times, serif !important;
    font-style: italic;
}
/* adjust the white space in the top of the fraction denominator in 7.45 and 9.17 */
mjx-mfrac mjx-dbox mjx-c::before {
    padding: 0.366em 0.5em 0 0 !important;
}
/* minus sign */
mjx-c.mjx-c2212::before {
    padding: 0.583em 0.578em 0.082em 0 !important;
    content: "\2212";
}
/* plus sign */
mjx-c.mjx-c2B::before {
    padding: 0.583em 0.578em 0.082em 0 !important;
    content: "+";
}
/* equal sign */
mjx-c.mjx-c3D::before {
    padding: 0.583em 0.578em 0.082em 0 !important;
    content: "=";
}
/* equal sign in 7.45 2nd equation */
#pn07045-sb02 mjx-c.mjx-c3D::before {
    padding: 0.583em 0.378em 0.082em 0 !important;
    content: "=";
}
#pn07045-sb01 li.sbuls {
    margin-left: 4px;
}
#pn07045-sb02 li.sbuls {
    margin-left: -12px;
}
/* 9.17 4th equation adjust the white space in the top of the fraction denominator */
#pn09017 mjx-c.mjx-c1D451.TEX-I::before {
    padding: 0.294em 0.52em 0.01em 0 !important;
    content: "d";
}
#pn09017 mjx-c.mjx-c2B::before {
    padding: 0.283em 0.678em 0.082em 0.1em !important;
    content: "+";
}
/* adjust the padding-top for the fraction numerator */
#pn09017 mjx-mfrac mjx-num mjx-c::before {
    padding-top: 0.166em !important;
}
/* fix the + sign spacing in the 4th equation */
#pn09017 mjx-container [rspace="1"] {
     margin-right: 0 !important;
}
 #pn09017 mjx-container [space="1"] {
      margin-left: 0 !important;
 }



/* IE10+ CSS styles go here */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* search page */
    #searchPanels .tabs li:not(:first-child) {
        margin-left: 6px;
    }
    ul.none li.nlf, ul.none li.nl, ul.none li.nll {
        margin-left: 5px;
    }
    /* Move small 'x' out of frame */
    input {
        padding-right: 0;
    }
}

/* @font-face */
@font-face {
    font-family: 'Noto Sans Math';
    src: url('../fonts/NotoSansMath-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'DejaVu Sans';
    src: url('../fonts/DejaVuSans.ttf') format('truetype');
}

@font-face {
    font-family: 'Source Serif 4 Regular';
    src: url('../fonts/SourceSerif/ttf/SourceSerif4_18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Source Serif 4 Bold';
    src: url('../fonts/SourceSerif/ttf/SourceSerif4_18pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Source Serif 4 Italic';
    src: url('../fonts/SourceSerif/ttf/SourceSerif4_18pt-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
}
@font-face {
    font-family: 'Source Serif 4 Bold Italic';
    src: url('../fonts/SourceSerif/ttf/SourceSerif4_18pt-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: 'Source Serif 4 Semi Bold Italic';
    src: url('../fonts/SourceSerif/ttf/SourceSerif4_18pt-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-stretch: normal;
}

@font-face {
    font-family: 'Source Serif 4 Semi Bold';
    src: url('../fonts/SourceSerif/ttf/SourceSerif4_18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Source Serif 4 Extra Bold';
    src: url('../fonts/SourceSerif/ttf/SourceSerif4_18pt-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: 'Gelasio';
    src: url('../fonts/Gelasio-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
}
@font-face {
    font-family: "Public Sans Bold";
    src: url('../fonts/PublicSans/ttf/PublicSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-stretch: normal;
}