/* INSERT CUSTOM GLOBAL CSS HERE */

div.panel-body ol.lst-lwr-alph {
  content: counter(c);
  list-style-position: inside;
  list-style-type: lower-alpha;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}
div.panel-body ol.lst-lwr-rmn {
  list-style-position: inside;
  list-style-type: lower-roman;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}
.accordion details summary {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
}

.accordion details summary ul li {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
}

h2.uppercase {
  text-transform: uppercase;
}
li.uppercase a {
  text-transform: uppercase;
}
span.uppercase {
  text-transform: uppercase;
}

cite {
  font-style: italic;
  font-size: 100%;
}

main ol:not(.flex-control-nav):not(.breadcrumb) li:before {
  content: none;
}
main ol.table-of-contents {
  list-style: decimal !important;
  list-style-position: inside !important;
  counter-reset: revert;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  background-image: none !important;
}

body ol.table-of-contents {
  list-style: decimal !important;
  list-style-position: inside !important;
  counter-reset: revert;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
  background-image: none !important;
}

/* ONLY WAY TO REMOVE THE BULLET BEFORE THE OL IS TO CREATE AN ID  */
#notesfinancial ol.table-of-contents li {
  background-image: none !important;
}
/* END OF THE REMOVE THE BULLET BEFORE THE OL IS TO CREATE AN ID  */

main ol:not(.flex-control-nav):not(.breadcrumb) {
  counter-reset: revert;
  list-style: none;
  padding-left: 15px !important;
  margin-bottom: 20px;
  font-family: "Roboto", Helvetica, sans-serif;
}

ol.chrc-roman,
ol[type="i"],
ol.lst-lwr-rmn {
  counter-reset: roman !important;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}
ol.chrc-alpha {
  counter-reset: alpha !important;
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 32px;
}
ol.chrc-roman li,
ol[type="i"] li,
ol.lst-lwr-rmn li {
  list-style: none !important;
  position: relative !important;
  padding-left: 35px !important;
}
ol.chrc-alpha li {
  list-style: none !important;
  position: relative !important;
}
ol.chrc-roman > li:before,
ol[type="i"] > li:before,
ol.lst-lwr-rmn > li:before {
  color: black !important;
  counter-increment: roman !important;
  content: "(" counter(roman, lower-roman) ") " !important;
}
ol.chrc-alpha > li:before {
  color: black !important;
  counter-increment: alpha !important;
  content: "(" counter(alpha, lower-alpha) ") " !important;
}

ol.chrc-upr-alpha li {
  list-style-type: upper-alpha !important;
  position: relative !important;
  padding-left: 3px !important;
}
ol.chrc-upr-alpha > li:before {
  color: black !important;
  counter-increment: alpha !important;
}

ul li ol.chrc-alpha li {
  background: none !important;
  background-image: none !important;
  margin-top: 10px;
}
td ol.chrc-alpha li {
  background: none !important;
  background-image: none !important;
  margin-top: 10px;
}

dl .chrc-lst-hori dt dd {
  color: #222;
  font-family: "Roboto", Helvetica, sans-serif;
}

dl {
  display: block;
  margin-bottom: 23px;
  margin-top: 0px;
}
/* fixed overflow */

.dl-horizontal dt {
  overflow: visible;
  width: 200px;
}

.dl-horizontal dd {
  margin-left: 232px;
}

/*END of fixed overflow */
dt {
  display: block;
  margin-bottom: 3px;
  font-weight: 600;

  font-size: 18px;
}

dd,
dt {
  line-height: 1.4375;
}

dd {
  display: block;
  margin-inline-start: 40px;
  font-weight: 400;
  margin-bottom: 32px;
}
h1,
.h1,
h1#wb-cont {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 40px;
  margin-top: 50px;
}

#socialmediaicons .fa {
  color: #ffffff;
  font-size: 45px;
  padding-left: 5px;
  padding-right: 5px;
}

#socialmediaicons .col-xs-4 {
  padding-bottom: 20px;
}
#alertwarning .alert-warning {
  color: rgb(2, 2, 2) !important;
}

/* FIXED THE CLASS TO NOT BE OVERWRITE BY ADDING IMPORTANT AUGUST 31 2022*/
ul.lst-spcd-none li {
  list-style-type: none !important;
  margin-bottom: 20px;
  background: none !important;
  background-image: none !important;
  margin-left: 20px;
}

/* FIXED THE CLASS TO NOT BE OVERWRITE */

main
  ul:not(.links):not(.generated):not(.flex-direction-nav):not(.pagination):not(
    .pager
  ):not(.unstyled):not(.nav):not(.progress-tracker):not(.list-inline)
  li {
  margin-top: 10px;
  font-family: "Roboto", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

table.table tbody td {
  vertical-align: top !important;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
}

main
  ul:not(.links):not(.flex-direction-nav):not(.pagination):not(.pager):not(
    .unstyled
  ):not(.nav):not(.progress-tracker):not(.list-inline):not(.lst-spcd-none)
  li {
  font-family: "Roboto", Helvetica, sans-serif;
  font-weight: 400;
  padding-bottom: 10px;
}

.padding {
  padding-top: 20px;
}

/* CUSTOM SELECT FORM ELEMENT (OUTSIDE OF TRIAGE) BASE STYLE */

label.basic-style-select.control-label.js-form-required.form-required,
.fieldset-legend,
label.basic-style-select.control-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: -2px;
  font-weight: 700;
  align-items: center;
  line-height: 1.2;
  min-height: 3rem;
}
/*   Comment out
@media screen and (-webkit-min-device-pixel-ratio: 0)
input[type=date].form-control, input[type=datetime-local].form-control, input[type=month].form-control, input[type=time].form-control {
   line-height: 54px;
   margin-top: -2px;
}
*/
.nowrap {
  white-space: nowrap;
}

/* fixed the figure tag and the figcaption */

#chrc-image figure {
  margin-bottom: 10px !important;
  margin-left: 5px !important;
  display: inline-block !important;
  border: 0px !important;
  border-radius: 0px !important;
}
#chrc-image figure figcaption {
  display: block !important;
  color: black !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  width: 100% !important;
  opacity: revert !important;
  background: rgb(255, 255, 255);
  padding: 7px;
  position: relative;
}

#drr-image figure {
  margin-bottom: 10px !important;
  margin-left: 5px !important;
  display: inline-block !important;
  border: 0px !important;
  border-radius: 0px !important;
}

#drr-image figure figcaption {
  display: block !important;
  color: black !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  width: 100% !important;
  opacity: revert !important;
  background: rgb(255, 255, 255);
  padding: 7px;
  position: relative;
}

/*END of fixed the figure tag and the figcaption */

/* SPACE between LI June 9, 2022*/

.lst-spcd ul li {
  margin-bottom: 15px;
}
.lst-spcd ol,
.lst-spcd ul {
  margin-bottom: 15px;
}

/* END SPACE between LI */

/* END INSERT CUSTOM GLOBAL CSS HERE */
