/* 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-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 32px;
    word-spacing: 3px;
}
div.panel-body ol.lst-lwr-rmn {
    list-style-position: inside;
    list-style-type: lower-roman;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 32px;
    word-spacing: 3px;
}
.accordion details summary {
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
} 

.accordion details summary ul li{
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
} 


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-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 32px;
    word-spacing: 3px;
    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: 0;
    margin-bottom: 20px;
    font-family: "Roboto", Helvetica, sans-serif;
    letter-spacing: 2px;
    word-spacing: 3px;
}

ol.chrc-roman {
    counter-reset: roman !important;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 32px;
    word-spacing: 3px;
}
ol.chrc-alpha {
    counter-reset: alpha !important;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 32px;
    word-spacing: 3px;
}
ol.chrc-roman li {
    list-style: none !important;
    position: relative !important;
}
ol.chrc-alpha li {
    list-style: none !important;
    position: relative !important;
}
ol.chrc-roman > 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;
}
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;
letter-spacing: 2px;
font-size: 18px;
}

dd, dt {
line-height: 1.4375;
}

dd {
   display: block; 
   margin-inline-start: 40px;
   font-size: 16px;
   font-weight: 400;
   letter-spacing: 2px;
   margin-bottom: 32px;
   word-spacing: 3px;
}
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;
}

ul.lst-spcd-none li {
    list-style-type: none;
    margin-bottom: 20px;
    background: none;
    background-image: none;
    margin-left: 20px;
}

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;
  letter-spacing: 2px; 
}

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 {
    letter-spacing: 2px;
}

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 {
    letter-spacing: 2px;
    font-family: "Roboto", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 2px;
}

.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;
    font-size: 16px;
    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 */



/* END INSERT CUSTOM GLOBAL CSS HERE */

