b, strong, .bold {
  font-weight: 600;
}

ul, ol, li {
  color: #222222;
}

p:not(:empty):not(.toolTipOverlay) {
  line-height: 28px !important; /*User Story 36004: WebDev: CSS Issues (Small Fixes)-Keep line-height for paragraphs the same throughout a document*/
}

.showFootNote {
  display: block;
}

.hideFootNote {
  display: none;
}

.hideMarginKeyNote {
  display: none;
}

.marginTags {
  position: relative;
}

.marginNumber {
  position: absolute;
  left: -80px;
  /*margin-right: 10px;*/
  font-size: 20px;
  font-weight: 400;
  top: -1px;
  width: 75px;
  text-align: right;
}

.marginNumberTOC {
  left: 0px;
  top: -18px;
  text-align: left;
  width: auto;
}

.keyWordsToggle {
  display: none;
}

  .keyWordsToggle a {
    display: block;
    padding: 3px 6px;
    margin-bottom: 5px;
    background: #f0f0f0; /*Bug 29111: WebDev:commentaries - keyword styling not correct */
    border-radius: 7px;
  }

  .keyWordsToggle li {
    display: inline-block;
    margin-right: 5px;
  }

ol {
  list-style-type: none;
  margin-left: 0;
  padding-left: 15px;
  margin-bottom: 25px;
}

table ol {
  margin-bottom: 10px;
}

ol li {
  padding-left: 0;
  padding-bottom: 5px;
  margin-left: 20px;
}

ul.ul {
  list-style-type: disc;
  padding-left: 18px;
  margin-bottom: 25px;
}

table ul.ul {
  margin-bottom: 10px;
}

ul.ul li {
  padding-bottom: 5px;
}

ul.ul ul.ul li {
  padding-bottom: 0; /*User Story 36004: WebDev: CSS Issues (Small Fixes)*/
}

ol li:not(span) {
  text-indent: -15px; /*User Story 36004: WebDev: CSS Issues (Small Fixes) -css orderlist intendation*/
}

ol li span {
  text-indent: 0px; /*Bug 59330 : Tooltip message displaying incomplete*/
}

ol li ul li:not(span) {
  text-indent: 0; /*User Story 46840: Prod Bug :Bullets are overlapped with the document content.*/
}

.page {
  position: relative;
  left: 50%;
  display: inline-block;
  color: #9b9b9b;
  padding-left: 15px;
}

.pageWrap .page .fa-chevron-up::before {
  padding-right: 5px;
  padding-left: 5px;
}

.showMarginKeyNote {
  display: block;
}

.hideMarginKeyNote {
  display: none;
}

.mainContent table p {
  font-size: 13px;
  line-height: 18px;
}


.mainContent .descriptionArea .contentSection .table tbody tr td {
  padding: 5px;
}

  .mainContent .descriptionArea .contentSection .table tbody tr td p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }

  .mainContent .descriptionArea .contentSection .table tbody tr td ul,
  .mainContent .descriptionArea .contentSection .table tbody tr td ol {
    margin-left: 0px;
  }

.descriptionArea .contentSection div,
.descriptionArea .contentSection ol li span {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.descriptionArea .contentSection ul li span:not(.footNoteHolder):not(.footNoteHolder*) {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
}

.docContentArea .upgradeArea {
  border-left: 8px solid #e8171f;
  display: inline-block;
  height: auto;
  background-color: #ffffff;
}

.docContentArea {
  margin-top: 10px;
}

.upgradeArea .upgradeContentArea {
  padding: 15px 0px 15px 20px;
  margin-bottom: 0px;
  float: left;
  background-color: #f0f0f0;
  display: inline-block;
  height: auto;
}

.upgradeArea .upgradeContentAreaImage {
  float: right;
  align-items: center;
  /*display             : inline-grid;*/
  /*background-color    : #F7F7F7;*/
  padding: 0px;
}

  .upgradeArea .upgradeContentAreaImage img {
    width: 100%;
  }

.upgradeArea .upgradeContentArea h3 {
  margin-top: 0px;
  margin-bottom: 5px;
}

.upgradeContentArea .upgradePara {
  max-width: 300px;
}

.upgradeArea .upgradeNowButton {
  padding: 0px 12px;
  margin: 10px 20px 20px 0px;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  background-color: #006997;
  border: none;
  color: #fff;
  font-size: 15px;
  height: 32px;
  border-radius: 0;
}

.upgradeArea .upgardeButton {
  margin: 0px 20px 0px 0px;
  font-weight: 600;
  font-family: "Open Sans",sans-serif;
  background-color: #006997;
  height: 32px;
  border: none;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
}

.anonymous a.compareSockets{
  cursor: inherit;
}

.compareSockets.anonymous {
  cursor: auto;
}

  .compareSockets.anonymous{
    color: #4A4A4A !important;
  }


.metaDataSection {
  margin-bottom: 40px;
  margin-right: 44px;
}

.mainContent p {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  margin-bottom: 20px;
}

.topContent .metaDataSection p span {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 22px; /*User Story 36004: WebDev: CSS Issues (Small Fixes)*/
}

  .topContent .metaDataSection p span a {
    color: #006997;
  }

.docTitleHeader {
  display: table;
  width: 100%;
}

.docTitle {
  font-size: 32px;
  margin-top: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  font-family: "Lato",sans-serif;
  color: #222222;
  line-height: 39px;
  display: inline-block;
  word-break: break-word;
  max-width: 780px;
  padding-right: 20px;
}

  /*Bug 28630: WebDev: Link in title - wrong font-size */
  .docTitle .displayInline a {
    font-size: 25px;
    font-weight: bold;
    font-family: "Lato",sans-serif;
    line-height: 30px;
  }

.scopeNote {
  font-size: 18px;
  line-height: 28px; /*User Story 36004: WebDev: CSS Issues (Small Fixes)*/
  font-family: "Open Sans",sans-serif;
  color: #222222;
}

.contentHeader {
  font-family: "Lato",sans-serif;
  color: #222222;
  margin-top: 40px; /*Bug 28575: WebDev: Vertical space before headings*/ /*User Story 36004: WebDev: CSS Issues (Small Fixes)-increase margin-top before heading (.contentHeader) from 30px to 40px*/
  line-height: 32px;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 40px;
}

.footNoteHolder {
  color: #9b9b9b !important; /*Bug 30624: footnotes within lists - styling wrong*/
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
}

.footNoteLink {
  cursor: pointer;
  position: relative;
}

.footNoteBorder {
  border-top: 1px solid #9b9b9b;
  margin-top: 12px;
  width: 50px;
  padding-top: 12px;
  display: block;
}

.footNoteText {
  color: #9b9b9b;
  margin-bottom: 12px;
  display: none;
}

.footNoteHolder sup {
  color: #000000;
  font-weight: bold !important;
  font-size: 80% !important;
  padding-right: 5px !important;
}

.footNoteHolder span sup {
  color: inherit;
  font-weight: normal !important;
}

.descriptionArea .contentSection ul li span:not(.footNoteHolder):not(.footNoteHolder*) {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
}

.footNoteHolder, .footNoteHolder *:not(b),
.contentHeader span .footNoteHolder, .contentHeader span .footNoteHolder *,
h4.contentHeader .footNoteHolder, h4.contentHeader .footNoteHolder *,
.subcontentHeader span .footNoteHolder, .subcontentHeader span .footNoteHolder *,
h5.subcontentHeader .footNoteHolder, h5.subcontentHeader .footNoteHolder *,
.footNoteHolder a, .docTitle .footNoteHolder .displayInline a,
.toolTipOverlay .displayInline a {
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
}

.docTitle * {
  font-family: "Lato",sans-serif;
}

.docLogoDiv {
  display: table-cell;
  text-align: right;
  vertical-align: top;
  padding-top: 10px;
}

.docLogo {
  width: 24px;
  height: 24px;
}

.docCompareSection {
  margin-bottom: 10px;
  margin-top: -20px;
}

.versionContent {
  font-size: 15px;
  padding: 10px 5px 0;
  border-top: 1px solid #f0f0f0;
}

.toggleVersionContent {
  color: #222222 !important;
}

  .toggleVersionContent:hover {
    color: #e8171f !important;
  }

.docSubTitles {
  color: #9b9b9b;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
}

.compareSockets {
  color: #4A4A4A !important;
  float: right;
  background-color: #F2F2F2;
  padding: 6px 10px 6px 10px;
}


.versionsDetails {
  display: none;
  padding: 10px;
}

  .versionsDetails ul li a:focus {
    color: #000;
  }

  .versionsDetails ul li {
    padding: 2px;
  }

.versionContent .fa-chevron-right::before {
  padding-right: 8px;
  padding-left: 5px;
  font-size: 12px;
}

.versionContent .fa-chevron-down::before {
  padding-right: 5px;
  padding-left: 4px;
  font-size: 12px;
}

.versionContent .fa-random::before {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 12px;
}

.docTitleDiv p span {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px; /*User Story 36004: WebDev: CSS Issues (Small Fixes)*/
  color: #222222;
}


.docTitleDiv {
  display: table-cell;
}

.docLogoDiv {
  text-align: right;
  vertical-align: top;
}


/*End: Legislation doc view css*/
.hideanchor {
  line-height: 0px !important; /*User Story 36004: WebDev: CSS Issues (Small Fixes)-Keep line-height for paragraphs the same throughout a document*/
  margin-bottom: 0px !important;
  visibility: hidden;
}


.notesSectionArea .hideanchor {
  visibility: hidden;
  position: absolute;
}

.highlightText, .docciting {
  background-color: #fff7cc;
}

.docciting {
  background-color: #fff7cc;
  border: 1px solid #fff7cc;
  outline: none;
}

.descriptionArea .contentSection ul li span.highlightText {
  background-color: #fff7cc;
}

.desId {
  display: inline-block;
  margin-top: 2px;
}

.mobId {
  display: none;
}

.keywordArea {
  margin-top: 40px;
  font-size: 15px;
}

  .keywordArea a:visited {
    color: #551A8B !important;
  }

.keywordHeader {
  font-weight: 700;
  font-family: "Lato",sans-serif;
  font-size: 20px;
}

.keywordList li {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 0px;
}

  .keywordList li a {
    background-color: #f0f0f0;
    padding: 4px 10px 4px 10px;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #006997;
    border-radius: 6px;
  }

.mainContent p {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 28px;
  margin-bottom: 20px;
}

.mainContent li p {
  text-indent: 0px;
}


.mainContent h4 {
  font-weight: normal;
}



.mainContent {
  margin: 0px 0px 15px 0; /*User Story 36004: WebDev: CSS Issues (Small Fixes)- change that to 0 instead of 10px*/
  /*height              : 200px;*/
  /* overflow            : hidden;*/
  /*filter              : blur(2px);*/
}


.h4.contentHeader * {
  font-weight: 400;
}

.contentHeader span {
  line-height: 24px;
}

.mainContent .descriptionArea div:not(.table-responsive) > table {
  table-layout: fixed;
  display: inline-block;
  line-height: 22px; /*bug 28993:font size within tables*/
  font-size: 13px;
}

.mainContent .descriptionArea .table p,
.mainContent .descriptionArea .table a,
.mainContent .descriptionArea .table ul li span,
.table .showFootNote { /*bug 28993*/
  line-height: 20px;
  font-size: 14px;
}

.mainContent .descriptionArea .contentSection .table tbody tr td {
  padding: 5px;
}

  .mainContent .descriptionArea .contentSection .table tbody tr td p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }

  .mainContent .descriptionArea .contentSection .table tbody tr td ul,
  .mainContent .descriptionArea .contentSection .table tbody tr td ol {
    margin-left: 0px;
  }

.descriptionArea .contentSection div,
.descriptionArea .contentSection ol li span {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.descriptionArea .contentSection ul li span:not(.footNoteHolder):not(.footNoteHolder*) {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
}

.mainContent .descriptionArea .contentSection .table tbody tr td {
  padding: 5px;
}

  .mainContent .descriptionArea .contentSection .table tbody tr td p {
    font-size: 14px !important;
    line-height: 20px !important;
    margin-bottom: 0px;
  }

  .mainContent .descriptionArea .contentSection .table tbody tr td ul,
  .mainContent .descriptionArea .contentSection .table tbody tr td ol {
    margin-left: 0px;
  }

.descriptionArea .contentSection div,
.descriptionArea .contentSection ol li span {
  font-family: "Open Sans",sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.descriptionArea .contentSection ul li span:not(.footNoteHolder):not(.footNoteHolder*) {
  font-family: "Open Sans",sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  color: #222222;
}

.descriptionArea .contentSection ul li span.highlightText {
  background-color: #fff7cc;
}

div#docContent {
  min-height: 100vh;
}

.mainContent.blur {
  height: auto;
  margin-bottom: 15px;
  overflow: hidden;
  opacity: 0.5;
  filter: Alpha(opacity=40); /* IE8 and earlier */
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
}

  .mainContent.blur:after {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: linear-gradient(to top, rgba(255,255,255, 1) 10%, rgba(255,255,255, 0) 90% );
  }

.notesSectionArea {
  border-left: 8px solid #E5E5E5;
  padding: 10px 10px;
  margin: 40px 0px;
}

li .notesSectionArea {
  text-indent: 0px;
}

.notesSectionContent p {
  margin-bottom: 0px !important;
}


.mainContent .notesSectionTitle {
  float: left;
  margin: 0px;
}

.mainContent .notesSectionArea h4 {
  font-size: 17px;
}

.mainContent li .notesSectionArea {
  text-indent: 0px;
}

.dot {
  font-size: 3px;
  vertical-align: middle;
  color: #222222;
  margin-left: 5px;
  margin-right: 4px;
  font-weight: 600;
}

.table-responsive table.table td {
  hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  padding: 5px;
}

.mainContent p.imageCopyrightText {
  font-size: 12px;
  line-height: 18px !important;
}

.table-responsive table.table td p {
  font-size: 14px !important;
  line-height: 20px !important;
  margin-bottom: 0px;
}

.table-responsive table.table td ul,
.table-responsive table.table td ol {
  margin-left: 0px;
  font-size: 14px !important;
  line-height: 20px !important;
}

td span {
  position: relative;
}

.currentfocusClass {
  background-color: #f9d6af;
}

::selection {
  background: #e4f0fe;
  text-shadow: none;
}

.modalTableExpand {
  position: absolute;
  right: 10px;
  color: #9b9b9b;
}

.descriptionArea thead tr th {
  background-color: #f0f0f0;
}

h1 {
  color: #222222 !important;
}

h2 {
  color: #222222 !important;
}

h3 {
  color: #222222 !important;
}

.fontColor {
  color: #222222 !important;
}

.sync {
  font-size: 14px;
  color: #56C224;
  margin-left: 7px;
}

.referenceCaseAlert {
  border-bottom: solid;
  border-bottom-color: #f8d9b7;
  border-bottom-width: 2px;
}

.pageSeparator {
  border-top: 1px solid #f0f0f0;
  margin-top: 10px;
  margin-bottom: 10px;
}

  .pageSeparator span i {
    font-size: 15px;
  }

  .pageSeparator .pageSeparatorText {
    position: absolute;
    background-color: #fff;
    padding: 0 10px;
    color: #9b9b9b !important;
    left: 50%;
    translate: -50% -50%;
    font-family: "Open Sans",sans-serif !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    margin-bottom: 0 !important;
    line-height: 18px !important;
  }

.hidenewline {
  display: none;
}

.subcontentHeader {
  font-family: "Lato",sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #222222;
  margin: 0 0 30px 0;
  line-height: 28px;
}

.wrapText {
  word-break: break-all;
}

.margin-block-10 {
  margin-block: 10px;
}

/* Start: docView_opdoc page css */
.opdocScopeNote {
  text-align: center;
  font-weight: bold;
}

  .opdocScopeNote ul {
    list-style-type: none;
    margin: 20px 5px;
  }

    .opdocScopeNote ul li {
      display: inline;
      padding: 5px 20px;
      font-family: "Open Sans",sans-serif;
      font-size: 14px;
    }

      .opdocScopeNote ul li:first-child {
        padding-right: 100px;
      }

      .opdocScopeNote ul li:last-child {
        padding-left: 100px;
      }

.opdocScopeNoteTitle {
  font-weight: 700;
  margin-top: 30px;
  font-family: "Open Sans",sans-serif;
  font-size: 30px;
}

.opdocScopeNoteSubTitle {
  margin-top: 0px;
  font-family: "Open Sans",sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.opdocScopeNote p {
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
}
/* End: docView_opdoc page css */


@media (min-width: 768px) {


  .docContentArea {
    width: 70%;
  }
}

@media screen and (max-width:767px) {
  .mainContent {
    top: 20px;
  }

  .mainContent {
    margin: 15px 0px 15px 0; /*User Story 36004: WebDev: CSS Issues (Small Fixes)- change that to 0 instead of 10px*/
  }

  .docTitleDiv p {
    word-wrap: break-word;
    width: 50%;
    float: left;
  }

  .docTitleDiv p {
    word-wrap: break-word;
    width: 50%;
    float: left;
  }

  .docTitle {
    position: relative;
    top: 5px;
    clear: both;
    float: left;
  }

  .docLogoDiv {
    display: table-cell;
    text-align: right;
    float: right;
    /*position: absolute;*/
    left: 59%;
    min-width: 122px;
    top: 0px !important;
  }

  .versionContent {
    display: inline-grid;
  }

  .toggleVersionContent {
    order: 2;
  }

  .compareSockets {
    display: none;
  }

  .marginNumber {
    left: 0px;
    top: -18px;
    text-align: left;
    width: auto;
  }
}

@media only screen and (min-device-width : 1024px) {
  .topContent .metaDataSection p [data-balloon] {
    cursor: default;
  }

  .referenceUpdateAlert {
    border-bottom: solid;
    border-bottom-color: #f8d9b7;
    border-bottom-width: 2px;
  }
}

html {
    font-size: 10px;
}


body {
  margin: 0;
  font-size: 1.6rem;
  font-family: Open Sans,Lato,Helvetica Neue,Helvetica,Arial,sans-serif;
}

*, *::after, *::before {
  box-sizing: border-box;
}

.breadcrumb-container {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  gap: 1rem;
  border-bottom: 1px solid #f0f0f0;
  min-height: 60px;
}

a {
  color: #006997;
  text-decoration: none;
}


.arrow-right.fa-xs {
  color: #9b9b9b;
  font-size: 1.4rem;
}

