html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
html {
    height: 100%;
}
body {
    line-height: 1.2;
    height: 100vh;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Additional New Top CSS */
table img {
    display: block;
}
p {
    margin: 1rem 0;
}
strong {
    font-weight: bold;
}
blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 40px;
    margin-right: 40px;
}

/* Start Legacy CSS */
A:hover {
    text-decoration: underline;
    color: #336699;
}
A:link {
    text-decoration: none;
}
A:visited {
    text-decoration: none;
}
A:active {
    text-decoration: none;
}
a {
    text-decoration: none;
}
body {
    background-color: #ffffff;
    color: #660033;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
h2 {
    font-size: 140%;
}
h3 {
    font-size: 120%;
}
h4 {
    font-size: 100%;
}
pre {
    font-family: Courier New, Courier, monospace;
    font-size: 80%;
}

table {
    border-collapse: collapse;
}
td,
th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    text-align: left;
    vertical-align: top;
}
th {
    font-weight: bold;
    vertical-align: bottom;
}
ul {
    list-style-type: square;
    padding-left: 40px;
}
#demoBox {
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    padding: 8px;
    width: 24em;
}
.footer {
    margin-bottom: 0px;
    text-align: center;
}

/* Boxed table styles */

table.boxed {
    border-spacing: 2px;
    empty-cells: hide;
}
td.boxed,
th.boxed,
th.boxedHeader {
    background-color: #ffffff;
    border-color: #000000;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    padding: 2px;
    padding-left: 8px;
    padding-right: 8px;
}
th.boxed {
    background-color: #c0c0c0;
}
th.boxedHeader {
    background-color: #808080;
    color: #ffffff;
}

/* New CSS Migration */
body {
    background-repeat: repeat-y;
}

nav {
    background-color: black;
    min-height: 20px;
    width: 795px;
}

.ip3_body nav {
    width: 895px;
}

nav ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

nav ul li {
    color: white;
    display: block;
    float: left;
    padding: 2px 3px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
}

nav ul li a {
    color: white;
}

nav ul li a:hover,
nav ul li a:focus-within {
    color: #666;
    cursor: pointer;
}

nav ul li:focus-within a {
    outline: none;
}

nav ul li ul {
    background-color: black;
    visibility: hidden;
    opacity: 0;
    min-width: 100%;
    width: auto;
    white-space: nowrap;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 2px;
    padding-bottom: 3px;
    left: 0;
    display: none;
}

nav ul li:hover > ul,
nav ul li:focus-within > ul,
nav ul li ul:hover,
nav ul li ul:focus {
    visibility: visible;
    opacity: 1;
    display: block;
}

nav ul li ul li {
    clear: both;
    width: 100%;
}

.team_table {
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.team_table td.team_table_heading {
    background-color: #ccc;
    padding: 5px 5px;
}

.team_table td:first-child {
    border-right: 1px solid #ccc;
}

.team_table td {
    padding: 3px;
    border-bottom: 1px solid #ccc;
}

.doc_heading_table {
    margin-top: 15px;
}

.doc_heading_table td {
    padding: 2px 0;
}

.doc_table {
    margin-top: 15px;
    border: 1px solid black;
}

.doc_table td:first-child {
    border-right: 1px solid #ccc;
}

.doc_table td {
    padding: 5px;
    border-bottom: 1px solid #ccc;
}

.related_sites_table td {
    padding-bottom: 10px;
}

.related_sites_table ul {
    padding-top: 5px;
}

.related_sites_table ul li {
    padding: 2px 0;
}

.dissemination_table {
    border: 1px solid black;
}

.dissemination_table td {
    padding: 5px;
}

.dissemination_table td ul {
    list-style-type: none;
    padding: 0;
}

.dissemination_table td ul li {
    padding-bottom: 8px;
}

.dissemination_search,
.dissemination_results {
    width: 95%;
    margin: 25px auto;
}

.dissemination_results {
    border-top: 1px solid black;
    padding-top: 20px;
}

.dissemination_parent_table {
    width: 796px;
    max-width: 796px;
    table-layout: fixed;
}

.dissemination_results > ul {
    list-style-type: none;
    padding-left: 0;
    border-bottom: 1px solid black;
    padding-top: 10px;
}

.dissemination_results ul > li {
    padding-bottom: 10px;
}

.dissemination_results ul > li > ul > li {
    padding-bottom: 0 !important;
}

.spaced_row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 30px;
}

.main_inline_img {
    float: left;
    padding-top: 20px;
    padding-right: 20px;
}

.form_errors {
    padding-left: 0;
}

.form_errors li {
    list-style-type: none;
    color: red;
}

.dissemination_search_table {
    border: 1px solid black;
}

.dissemination_search_table tr td:first-child {
    min-width: 25%;
}

.dissemination_search_table td {
    padding: 5px;
    border: 1px solid black;
}

.dissemination_search_table td ul {
    list-style-type: none;
    padding: 0;
}

.dissemination_search_table td ul li {
    padding-bottom: 8px;
}

.ordered_table ol {
    padding-left: 40px;
    list-style-type: decimal; 
}

/** PROJECT SPECIFIC CSS */
body.ip1_body {
    color: #660033 !important;
}
body.ip2_body {
    color: #336699 !important;
}
/* LINK - link color */
.ip2_body table a {
    color: #0066cc;
}

.ip2_team_table tr td {
    padding: 5px 0;
}

.ip2_gra_table tr td {
    padding: 2px 0;
}

/* IP2 Book Specific */
.ip2_book_table p {
    margin: 0;
}

.ip2_book_table dd {
    margin-left: 40px;
}

.cs_study_table tr:nth-child(2) td {
    padding-top: 0;
}

.cs_study_table tr td {
    padding: 10px 0;
}

p.MsoToc1 {
	font-size:10.0pt;
	font-family:"Arial, Helvetica", "sans-serif";
	font-weight:normal;
}
p.MsoToc2 {
	font-size:10.0pt;
	font-family:"Arial, Helvetica", "sans-serif";
	font-weight:normal;
}
span.MsoHyperlink {
	color:blue;
	text-decoration: underline;
}
p.MsoTitle {
	text-align:center;
	font-size:16.0pt;
	font-family:"Arial, Helvetica", "sans-serif";
	font-weight:bold;
}

ol.default {
    padding-left: 40px;
}

ol.default li {
    list-style-type: bullet;
    padding-bottom: 20px;
}

ol.default > li > ol {
    padding-left: 40px;
    padding-top: 10px;
}

ol.default > li > ol > li {
    padding: 2px 0;
    list-style-type: lower-alpha;
}

div.indent {
    padding-left: 20px;
    padding-top: 5px;
}

div.indent img {
    float: left;
    padding-right: 3px;
}

.model_container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    color: #336699;
}

.model_container b {
    font-weight: 700;
}

.model_menu_panel {
    flex-basis: 20%;
    padding: 10px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.model_menu_panel ul {
    padding-left: 0;
}

.model_menu_panel ul li {
    list-style-type: none;
    font-size: 1.1em;
    padding: 8px 0;
    text-decoration: underline;
}

.model_content_panel {
    flex-basis: 80%;
    padding: 0 10px;
}

.model_search {
    text-align: center;
}

.model_search_results {
    display: flex;
    padding-top: 20px;
}

.msr_terms_cont {
    padding: 0 20px;
    padding-bottom: 20px;
    min-width: 30%;
    max-height: 700px;
    overflow-x: hidden;
    overflow-y: auto;
}

.msr_terms_count,
.msr_def_term,
.boldtext {
    font-weight: 700;
}

.msr_terms li {
    padding: 5px 0;
}

.msr_definition {
    padding-left: 20px;
}

.ip2_documents_table {
    width: 99%;
    border: 1px solid black;
}

.ip2_documents_table tr td {
    border: 1px solid black;
    padding: 5px;
    vertical-align: middle;
}

.ip2_docs_content {
    margin-top: 30px;
}

.ip2_docs_content h2 {
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.ip2_docs_content > ul > li {
    padding: 7px 0;
}

.warrant_table_parent {
    margin-top: 20px;
}

.warrant_table_parent > tbody > tr > td {
    border-bottom: 1px solid black;
    padding: 10px 0;
}

.warrant_table {
    width: 100%;
    max-width: 100%;
}

.warrant_table td {
    padding: 1px 5px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.warrant_table tr > td:first-child {
    text-align: right;
    width: 120px;
}

.warrant_table .force_word_break {
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hidden {
    display: none;
}

.warrant_table .ai_toggle_but {
    font-weight: 700;
    cursor: pointer;
    padding-top: 5px;
}

.warrant_table .ai_toggle_but:hover {
    color: #666;
}

.warrant_table .ai_toggle_but::before,
.warrant_table .ai_toggle_but::after {
    content: '\25BC';
}

.warrant_table_parent .warrant_table_checkbox {
    vertical-align: middle;
}

.term_db_cont {
    margin-top: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.term_menu_panel {
    flex-basis: 20%;
    padding: 0 10px 10px 0;
    overflow-x: auto;
    overflow-y: auto;
    max-height: 70vh;
    max-width: 300px;
}

.term_menu_panel > ul {
    padding-left: 0;
}

.term_menu_panel ul > li {
    list-style-type: none;
}

.term_alpha_list {
    padding-left: 0;
    margin-top: 5px;
}

.term_alpha_list a:hover {
    color: #999 !important;
}

.term_alpha_list .term {
    white-space: nowrap;
    font-size: 0.8em;
}

.term_alpha_cont {
    user-select: none;
}

.alpha_list_letter {
    cursor: pointer;
}

.alpha_list_letter:before {
    content: '\002B';
    font-size: 0.7em;
    padding: 0 2px;
    margin-right: 3px;
    border: 1px solid black;
}

.alpha_list_letter.active:before {
    content: '\2212';
}

.term_content_panel {
    flex-basis: 80%;
    padding: 0 10px 10px 10px;
}

.tcp_tabs ul {
    padding-left: 0;
    display: flex;
    list-style: none;
    border-bottom: 1px solid #666;
    margin-bottom: 10px;
}

.tcp_tabs ul > li {
    padding: 5px 10px;
    border: 1px solid #666;
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    margin-right: 5px;
    user-select: none;
}

.tcp_tabs ul > li.active {
    background-color: #336699;
    color: white;
}

.tcp_tabs ul > li:not(.active):hover {
    background-color: #999;
    color: white;
    cursor: pointer;
}

.term_content_panel i {
    font-style: italic;
}

.tcp_section ul {
    list-style: none;
    padding-left: 20px;
}

.tcp_section ul li {
    padding-bottom: 15px;
}

.tcp_section .citation {
    font-size: 0.8em;
    padding: 5px 5px 0 5px;
    color: black;
}

.tcp_section .citation:before {
    content: '-';
}

.tcp_section .seealso {
    padding-top: 10px;
}

.tcp_section .seealso ul {
    padding-left: 40px;
    list-style-type: circle;
}

.tcp_section .seealso ul li {
    padding: 1px 0;
}

.term_db_doc_list {
    list-style: none;
}

.term_db_doc_list li {
    padding: 3px 0;
}

.term_db_doc_list img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
}

.block-text h2 {
    font-size: 1.1em;
    font-weight: 700;
}

.block-text p {
    margin: 0.7rem 0;
}

.block-text img {
    max-width: 100%;
}

.filelist_table td:first-child {
    text-align:right;
    white-space: nowrap;
}

ol.numbered_list {
    padding-left: 40px;
    margin-top: 20px;
}

ol.numbered_list > li {
    list-style-type: decimal;
    padding: 5px 0;
}

ol.numbered_list > li > ol {
    padding-left: 40px;
}

ol.numbered_list > li > ol > li {
    list-style-type: lower-alpha;
    padding: 2px 0;
}

/* IP3 Project */

ul.team_icon_row {
    display: flex;
    list-style-type: none;
    padding: 5px 0;
    margin: 0 20px 0 13px;
    justify-content: space-around;
    border-bottom: 1px solid black;
}

ul.team_icon_row img {
    text-decoration: none;
    border: 0;
}

.team_section_h1 {
    font-size: 1.1rem;
    margin-bottom: 10px;
}

ol.defaultNoPad {
    padding-left: 40px;
}

ol.defaultNoPad li {
    list-style-type: decimal;
    padding: 0;
}

ol.defaultLetterList {
    padding-left: 40px;
}

ol.defaultLetterList li {
    list-style-type: lower-alpha;
}

ul.spaced-list li {
    padding: 5px 0;
}

table.pair_data td {
    padding: 2px 0;
}

table.pair_data td:first-child {
    font-weight: 700;
    padding-right: 10px;
}

table.pair_data_ra td:first-child {
    text-align: right;
    padding-right: 10px;
}

.simple_data_page h2 {
    font-weight: 700;
    margin-bottom: 10px;
}

.simple_data_page h3 {
    margin: 20px 0;
    font-size: 0.9rem;
    font-weight: 700;
}

.simple_data_page i {
    font-style: italic;
}

.inline_h2 {
    margin: 20px 0 10px 0;
}

.products_container {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    color: #336699;
}

.products_menu_panel {
    flex-basis: 20%;
    min-width: 18%;
    padding: 10px;
}

.products_menu_panel ul {
    list-style-type: none;
    padding: 0;
}

.products_menu_panel ul li {
    padding: 5px 0;
}

.products_content_panel {
    padding-top: 15px;
}

.products_content_panel > ul {
    padding-left: 20px;
}

.products_content_panel > ul > li {
    padding-bottom: 15px;
}

.products_content_panel img {
    display: inline-block;
    vertical-align: text-top;
}

.quick-links {
    padding: 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid black;
}

.quick-links ul {
    padding-left: 0;
}

.quick-links ul li {
    list-style-type: none;
    display: inline-block;
}

.quick-links ul li::after {
    content: " \00b7 ";
}

.quick-links ul li:last-child::after {
    content: "";
}

.short-list h3,
.full-list h3 {
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.short-list {
    padding: 20px 0;
    border-bottom: 2px solid black;
    margin-bottom: 10px;
}

.short-list > ul {
    list-style-type: none;
    padding-left: 0;
}

.short-list > ul > li {
    padding: 5px 0;
}

.short-list img,
.full-list img {
    display: inline-block;
}

.short-list img {
    vertical-align: middle;
}

.full-list {
    padding: 20px 0;
}

.ip3_body .warrant_table {
    margin: 20px 0 20px 0;
}

.ip3_body .warrant_table td {
    padding: 2px 5px;
}

.ip3_body .warrant_table ul {
    padding-left: 12px;
}

.ip3_body .warrant_table .link-top {
    text-align: right;
}

.ip3_body .warrant_table .link-top a {
    display: inline-block;
}

.ip3_body .warrant_table tr > td:first-child {
    font-weight: 700;
    min-width: 180px;
    padding-left: 0;
}

.ip3_body .warrant_table tr td p {
    margin: 0 0 1rem 0;
}

.ip3_body .warrant_table tr td p:last-child {
    margin: 0;
}

.ip3_body .warrant_table i {
    font-style: italic;
}

.terminology_db_table {
    width: 80%;
    margin: 0 auto;
}

.terminology_db_table td,
.terminology_db_table th {
    padding: 5px;
}

.terminology_db_table td:not(:first-child),
.terminology_db_table th:not(:first-child) {
    text-align: center;
}

.terminology_db_table img {
    display: inline-block;
    vertical-align: text-top;
}

.terminology_db_overview {
    border: 1px solid black;
}

.terminology_db_overview i,
.tdb_glossdict i,
.tdb_tl_term i {
    font-style: italic;
}

.terminology_db_table_container {
    padding: 20px 10px;
    border-bottom: 1px solid black;
}

.tdb_overview_content {
    padding: 20px 10px;
}

.tdb_overview_content h3 {
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.tdb_overview_content h4 {
    font-weight: 700;
}

.tdb_overview_content p {
    margin-top: 5px;
    margin-bottom: 1rem;
}

.major_title {
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
    text-decoration: underline;
}

.tdb_glossdict ul,
.tdb_tl_term ul {
    list-style-type: none;
    padding-left: 0;
}

.tdb_glossdict > ul > li,
.tdb_tl_term > ul > li {
    padding: 7px 0;
}

.tdb_glossdict > ul > li > ul > li,
.tdb_tl_term > ul > li > ul > li {
    padding: 3px 0;
}

.tdb_glossdict ul li a,
.tdb_tl_term ul li a {
    font-weight: 700;
}

.tdb_glossdict img,
.tdb_tl_alphalist img,
.tdb_tl_term img {
    display: inline-block;
    vertical-align: text-top;
    padding-right: 5px;
}

.tdb_termlist {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
}

.tdb_tl_alphalist {
    min-width: 210px;
    max-width: 210px;
}

.tdb_tl_alphalist ul {
    list-style-type: none;
    padding: 0;
}

.tdb_tl_term {
    padding-left: 10px;
}

.ip3_body .dissemination_search,
.ip3_body .dissemination_results {
    margin: 25px 0 0 0;
}

.ip3_body .dissemination_results img {
    display: inline-block;
    vertical-align: text-top;
    padding-right: 5px;
}

.sponsored_events_list img {
    display: inline-block;
    vertical-align: text-top;
    padding-right: 5px;
}

.sponsored_events_list {
    padding-left: 0;
    list-style-type: none;
}

.sponsored_events_list ul li {
    list-style-type: none;
}

.sponsored_events_list > li {
    padding: 15px 0;
}

.sponsored_events_list > li > ul > li:first-child {
    margin-top: 10px;
}

.sponsored_events_list > li > ul > li.abstract {
    margin-top: 10px;
}