/*----- CMS Version 3.0 Compatible -----*/

/* Web Solutions 4.0 Compatible */
:root {
  --red: #c8102e;
  --darkred: #9B0000;
}

/* PRINT */
.PrintOnly,#printHeader{display:block}

/* DON'T PRINT */
.dontPrint,body>header,body>nav,#contentWrap>.wrap>aside,.fatFooter,#web-solutions-exposure,#seoFooter, .call-to-action, #nkr-familybar, .social-links, #sidenav
{display:none}

/* OVERRIDES */
body{background:#fff; font-size: .875rem; padding:0 36pt;}
body *{color:#000;}
a{color:#06F !important}
body, .text, input, button, select, textarea {font-family:'Montserrat', 'Roboto', system-ui, sans-serif;line-height:1.5;color:#000;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
#contentWrap,body>*>.wrap,#content, .wrap, body>footer{width:100%;padding:0 !important}
body>footer{margin-top:1em}
#content ul, #content ul li {list-style-type:square;list-style-position:outside}
#content ul li {background-image:none;margin-top:1px;padding-left:0px}
#content ul {margin-left:15px}
#content ul li ul li {padding-left:0; background:none;}
.content li:last-of-type {margin-bottom: 1em;}
.content ol ol li {
    list-style: lower-alpha;
  }

.highlight, .content .highlight {
    border-bottom:1px solid #999;
    border-top:1px solid #999;
    padding: 1rem 1rem 1.5rem;
    margin: 1rem 0;
    overflow: hidden;
}

/* TABLES */
figure.styled-table, div.styled-table {margin: 1rem 0;}
.styled-table td, .styled-table th {padding: .5rem;}
figure.styled-table, div.styled-table {margin: 1rem 0;}
figure.styled-table th, div.styled-table th, figure.styled-table td, div.styled-table td {border-collapse: collapse; border: 1px solid #999;}
.styled-table thead {background: var(--red);}
.styled-table thead th {color: #FFF;}
.styled-table tbody tr:nth-of-type(even) {background: #EBEBEB;}
.styled-table tbody tr td:first-of-type {font-weight: 700;}
.styled-table tbody ul li {margin-bottom: 0.5rem;}
.styled-table.table-covid th {font-size: 1rem; text-align: center;}
.styled-table.table-covid td {font-size: .875rem; text-align: center;}
.styled-table.table-covid.left-aligned tr > th:first-child,
.styled-table.table-covid.left-aligned tr > td:first-child {text-align: left;}
.styled-table.table-covid.left-aligned figcaption {padding: .5rem .5rem 0;}

.table-bordered{border-top: 1px solid #ddd;border-left: 1px solid #ddd;}
.table-bordered tr>*{border-bottom: 1px solid #ddd;border-right: 1px solid #ddd;}
.table-bordered tr>th{border-bottom: 2px solid #999;}
.table-nkr-styled th{font-size:1rem;background-color: #DDD;}
.table-nkr-styled td{font-size:.8rem}
.table-nkr-styled tr>*{text-align: center;}
.table-nkr-styled tr>*:first-child{text-align: left;}

.styled-table.small-text th {font-size: 0.9375rem;}
.styled-table.small-text td {font-size: .875rem;}