@charset "UTF-8";
/* Front Page */
/* @import url("./?mortyurl=https%3A%2F%2Fwww.nlm.nih.gov%2Fhome_assets%2Fcss%2Fnlm_main.css"); */

@import url("./?mortyurl=https%3A%2F%2Fwww.nlm.nih.gov%2Fhome_assets%2Fuswds%2Fcss%2Fstyles.css");


/*CCOI*/
.combinedRow td {
  font-weight:bold;
  background-color:#dfe1e2 !important;
}

.summary-ABB {
      font-size: 1.5rem; /* Adjust to match your h2 font-size */
      font-weight: bold; /* Adjust to match your h2 font-weight */
      color: #326295;
      padding-top: 0.5rem; /* Example, adjust as needed */
      cursor: pointer; /* Indicate it's clickable */
      display: block; /* Ensure it takes full width for better click area */
    }

    /* CSS to hide the disclosure arrow */
    summary::-webkit-details-marker {
      display: none; /* For WebKit browsers (Chrome, Safari) */
    }

    summary::marker {
      display: none; /* Standard way for other browsers (Firefox, Edge, newer Chrome) */
    }
  details li {
    list-style:none;
  }

#toggleIcon::marker {
  display: block;
}

/* NEW */
/*fix about section*/
.grid-row-about a {
  display:flex;
  justify-content:end;
  color:white !important;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #326295;
  border-color: #326295;
}

.usa-nav__primary button[aria-expanded="false"] {
  background-image: url(./?mortyurl=https%3A%2F%2Flhncbc.nlm.nih.gov%2Fassets%2Fuswds-2.4.0%2Fimg%2Fusa-icons%2Fexpand_more.svg),linear-gradient(transparent,transparent);
  background-size: 1 rem;
  background-position: right .75rem top 53%;
}

.page-link {
  position: relative;
  display: block;
  color: #326295;
  text-decoration:none;
  background-color: #fff;
  border:1px solid #dee2e6;
    border-top-color: rgb(222, 226, 230);
    border-right-color: rgb(222, 226, 230);
    border-bottom-color: rgb(222, 226, 230);
    border-left-color: rgb(222, 226, 230);
  transition:color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.motto {
	display:block;
}

.expandBox {
  border-style:solid;
  border-width:1px;
  border-color:#D9D9D9;
  color: #565c65;
  overflow: hidden; /* Important for the expansion effect */
  transition: max-height 0.3s ease;
  max-height: 110px; /* Initial height */
}
.expand-button {
  position: absolute;
  padding: 0px 10px 0px 10px;
  right: 5px;
  cursor: pointer;
  font-size: 1.5em;
  user-select: none; /* Prevent text selection */
  color:#326295
}

.expandBox.expanded {
  max-height: 500px;
}

@media (min-width: 320px) and (max-width: 639px) {
  .expand-button {
    position: absolute;
    padding: 0px 10px 0px 10px;
    right: 5px;
  }

  .expandBox {
    max-height: 200px;
  }

  .expandBox.expanded {
    max-height: 1200px;
  }
}

.input-group > .form-control, .input-group > .form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.usa-input-group {
  background-color: transparent !important;
}

.usa-nav__primary button, .usa-nav__primary > .usa-nav__primary-item > a {
  text-transform: none;
  font-family: "Public Sans", "Roboto", "Helvetica Neue", Arial, Tahoma;
}

.usa-nav__submenu-item:hover {
  background-color:transparent !important;
}

@media (min-width: 64em) {
    .usa-nav__submenu .usa-nav__submenu-item a:hover {
        padding: 0.5rem;
    }
}

.usa-nav__submenu-item {
  border-bottom: 0px solid #ddd !important;
  padding: 0rem .5rem;
}

.bg-primary {
  background-color: #326295 !important;
  /*was #005196*/
}

.bg-secondary {
  background-color: #DCE4EF !important;
}

a {
  color: #326295 !important;
  /*was #005196*/
  /*outline:dashed 1px !important;*/
}

@media (min-width: 1024px) {
  .usa-nav__primary button, .usa-nav__primary > .usa-nav__primary-item > a {
  padding: 1rem 1rem 1rem 1rem !important;
	}
}
@media (min-width: 64em) {
  .usa-header--extended .usa-logo {
    max-width: 50%;
  }
}

a:focus {
  outline: dashed 1px !important;
}

.motto h1 {
  font-size: 2rem !important;
}

.activeClass a {
  color: #ffffff;
}

.banner .form-control {
  font-style: italic;
  border-radius: 0.25rem 0 0 0.25rem !important;
}

.clickbox {
  /*make SVG clickable*/
  pointer-events: fill;
  cursor: pointer;
  fill-opacity: 0;
}

.header-logo {
  padding-top: 15px;
  padding-bottom: 10px;
}

.banner {
  background: url(./?mortyurl=https%3A%2F%2Flhncbc.nlm.nih.gov%2Fassets%2Fimages%2FLHC-banner2.jpg) no-repeat center;
  background-color: #000;
  background-size: 100%;
}

.banner-motto {
  line-height: 1.5rem;
}

header .btn-search {
  background-color: #326295 !important;
  /* was #25568d*/
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.dropdown-menu {
  background-color: #5C80AA !important;
  min-width: 15rem !important;
}

.input-group {
  position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
  float: right;
}

.search-button {
  color: #fff;
  background-color: #F29500 !important;
  border-color: #F29500 !important;
  border-radius: 0 .25rem .25rem 0;
}

.accordion-html-box {
  font-family: "Public Sans", "Roboto", "Helvetica Neue", Arial, Tahoma;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  color: #212529;
  text-align: left;
}

/* Vivisimo search */
.vivbold {
  font-weight: bold;
}

.project-icon {
  display: flex;
}

.project-icon a {
  min-width: 50px;
  max-width: 50px;
}

.see-all {
  font-size: small;
  padding-top: 2rem;
}

.about-text {
  align-self: center;
}

.about-text a {
  color: white !important;
}

.row-about a {
  color: white !important;
  font-size: small;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: flex-end;
  display: flex;
  padding-right: 15px;
}

/* news stuff */
.newsthumbnail {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

#newsthumbnail {
  float: left;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}

#newsimage {
  margin-top: 1rem;
}

.news-events {
  color: #5c5c5c;
}

.news-events ul {
  padding-left: 0;
}

#news-content0 {
  padding-bottom: 1rem;
}

#news-content1 {
  padding-bottom: 1rem;
}

#news-content2 {
  padding-bottom: 1rem;
}

#news-content3 {
  padding-bottom: 1rem;
}

#event-content0 {
  padding-bottom: 1rem;
}

#event-content1 {
  padding-bottom: 1rem;
}

#event-content2 {
  padding-bottom: 1rem;
}

#event-content3 {
  padding-bottom: 1rem;
}

.news-box {
  /*light blue box with dark blue border*/
  border: 1px solid #326295;
  background-color: #DCE4EF;
  padding: 1rem;
  padding-bottom: 1rem;
  padding-bottom: 1rem;
}

.container-about {
  background: #2E5A8A !important;
}

.informatics-info {
  background-color: #a9b7ca;
  /*background-color:#7B9AC4;*/
  line-height: 1.5rem;
}

.informatics-info a {
  color: black !important;
}

.informatics-box a {
  display: flex;
  flex-wrap: wrap;
}

.informatics-text {
  color: black !important;
}

.body-title {
  color: #63666A
}

.research-description {
  line-height: 1.5rem;
}

.research-graphic img {
  width: 100%;
  padding: 3rem;
}

.dataset-title {
  color: #5A75AA;
}

.download-icons i {
  display: flex;
  color: #5A75AA;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.download-icons a {
  align-self: center;
}

.download-icons h4 {
  display: flex;
  align-self: center;
  padding-left: 2rem;
  color: #5A75AA;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  line-height: 1.62;
}

/* new card class for resources */
.card-container {
  overflow-x: scroll;
  overflow-y: hidden;
}

.usa-card__img {
  max-width: 80%;
  padding: 1rem;
  background-color: white !important;
}

.usa-card__body {
  max-height: 100%; /*changed for CCOI search*/
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: no-wrap;
}

.resource-type-heading {
  flex-grow: 1;
}

.resource-section {
  display: flex;
}

.resource-expand-button {
  outline: none;
  border-radius: 10px;
  border: none;
  padding: 5px 24px;
  font-weight: 600;
  background-color: rgb(240, 240, 240);
  cursor: pointer;
}

.research-button {
  float: left;
}

.research-button-descrip {
  padding-top: .5rem;
}

.filter-button-active {
  background-color: #fa9441;
  padding: 5px 20px 5px 20px;
  margin: 0 10px 0 0;
  border: 0px;
  cursor: pointer;
  color: white;
  display: inline-block;
}

.filter-button {
  background-color: #ffffff;
  padding: 5px 20px 5px 20px;
  margin: 0 10px 0 0;
  border: 2px solid #E3E5E6;
  cursor: pointer;
  display: inline-block;
  margin-top: 1rem;
}

.filter-button {
  transition-duration: 0.4s;
}

.filter-button:hover {
  background-color: #dddddd;
}

.resource-filters a:hover {
  text-decoration: none;
}

.card {
  height:100%;
  display: inline-block;
  background-color: white;
  position: relative;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem;
  word-wrap: break-word;
  min-width: 0;
  width:100%;
}

.card:hover {
  box-shadow: 2px 2px 5px 5px rgba(122, 122, 122, .5);
  transition-duration: 0.25s
}

.card-text {
  padding-bottom: 1em;
  font-size: 12px;
}

.card-text p{
  margin: 0;
}

.navbar-light .navbar-nav .nav-link {
  color: #565c65 !important;
}

.front_page .card {
  border: 1px solid #326295 !important;
  /* was #25568d*/
  background-color: #fdfcff !important;
  display: block !important;
}

.card-more {
  border: 1px solid #326295 !important;
  /* was #25568d*/
  border-radius: 0.25rem;
  display: block !important;
  height: 100%;
}

.card-body-home {
  padding: 0rem !important;
}

.row.about {
  border-color: #326295;
  /* was #25568d*/
  border-style: solid;
  border-width: 1px;
  padding-bottom: 1rem;
  padding-top: 1rem;
  margin-right: 1rem;
}


pre {
  white-space: pre-wrap !important;
  word-break: break-all;
}

a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/*for tables*/
.usa-table-container--scrollable td {
  white-space: normal !important;
}

/*accordion font change*/
.usa-accordion {
  font-family: "Public Sans", "Roboto", "Helvetica Neue", Arial, Tacoma;
}
/*
@media (min-width: 992px) and (max-width: 1279px) {
  .informatics-image {
    padding-bottom: 20%;
  }

}
*/
@media (min-width: 768px) and (max-width: 991px) {
  .side-nav li>a {
    min-width: 160px;
  }

  .body-title {
    padding: 0;
    margin: 0;
  }

  .project-icon {
    padding: 0;
    margin: 0;
  }

  .about-text {
    text-align: center;
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .about-text {
    text-align: center;
    padding-top: 1rem;
  }

  .banner {
    background-size: cover;
  }

}

footer h4,
footer .h4 {
  font-size: 1.27em !important;
}

:root {
  --blue: #5A75AA;
  --indigo: #6610f2;
  --main: #326295;
  /* was #25568d*/
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #F29500;
  --yellow: #D7A14B;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #326295;
  /*was 005196*/
  --secondary: #DCE4EF;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #D7A14B;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --gray-mid: #6c757d;
  --heading: #79459d;
  --accent: #A210E0;
  --shade: #fdfcff;
  --gold: #bdab8e;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: "Public Sans", "Roboto", "Helvetica Neue", Arial, Tacoma !important;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}


.sub-nav img {
  height: 6em;
}

footer .btn-search {
  color: #fff !important;
  background-color: #326295 !important;
  /* was #25568d*/
  padding: 0.2rem .4rem !important;
  font-weight: 500 !important;
  border-radius: 0 !important;
}

.dropdown-item {
  color: #fff !important;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b !important;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #326295 !important;
  /* was #25568d*/
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

/* search, news, event stuff */
.paginate {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#pagination>li.page-item.active>a {
  color: white !important;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

/* BOSC table */
/*
    #BOSC-table table, th, td{
      border-width: 1px 0px 1px 0px !important;
      border-color: #326295 !important;
    }
*/


/* COVID banner */
/*     .covid-row {
      margin-top:1rem;
    } */

@media (min-width: 1024px) {
  .covid-row {
    margin-top: 3rem;
  }
}

/* personnel related */
.staff-photo {
  display: inline-block;
}

.staff-name {
  margin: 1rem;
  color: white;
}

.staff-location {
  margin: 1rem;
  color: white;
  border-left: solid;
  border-width: 1px;
  padding-left: 1rem;
}

#staffimage {
  width: 100%;
  height: auto;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 640px) {
  .staff-location {
    border-left: none;
    padding-left: 0;
  }

  .staff-photo {
    margin-left: auto;
    margin-right: auto;
  }
}

/* USWDS RELATED */

#extended-logo {
  margin: 0 !important;
}

.usa-component {
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  font-size: 1rem;
  line-height: 1.62;
}

.usa-header--extended {
  background-color: #326295 !important;
  /*was #005196*/
}

/*
    .usa-button {
      background-color:#F29500 !important;
    }
*/
.usa-nav {
  background-color: #DCE4EF;
}

.usa-header--extended .usa-logo {
  margin: 0;
}


.usa-header--extended .usa-navbar {
  margin: 0;
}

.usa-layout {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.usa-nav-layout {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*font size of main nav*/
.usa-nav__primary>.usa-nav__primary-item {
  font-size: 1.1rem !important;
}

.usa-nav__primary>.usa-nav__primary-item a {
  color: #565c65 !important;
}

/*font size of main nav with dropdowns*/
.usa-nav__primary button {
  font-size: 1.1rem !important;
}

.usa-nav__submenu .usa-nav__submenu-item a {
  color: #ffffff !important;
}

.usa-menu-btn {
  background-color: #326295 !important;
  /*was #005196*/
}

.project-text {
  max-width: 100% !important;
}

.project-link {
  text-align: right;
}

/*  working on sticky nav
    .LHC-sidenav {
      position:fixed;
    } */

@media (min-width: 300px) {
  .usa-nav__submenu .usa-nav__submenu-item a {
    color: #565c65 !important;
  }

  .LHC-sidenav {
    display: none;
  }

  .LHC-menu {
    left: 1rem;
    /*make menu button stick to right side*/
  }

  .research-image {
    text-align: center;
  }

  

  /*         .research-blurb {
          padding-top:1rem;
        } */
  .rxnavcard04 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

}

@media (min-width: 576px) {

  /*.usa-layout {
          max-width: 540px;
        }*/
  .rxnavcard04 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

}

@media (min-width: 768px) {
  .usa-layout {
    max-width: 720px;
  }

}

@media (min-width: 992px) {
  .usa-layout {
    max-width: 960px;
  }

  .usa-nav-layout {
    max-width: 960px;
  }
}

@media (min-width: 1024px) {
  .usa-nav__submenu .usa-nav__submenu-item a {
    color: #ffffff !important;
  }

  .LHC-sidenav {
    display: block;
  }

  .header-logo {
    max-width: 100%;
  }
}

@media (min-width: 1280px) {
  .usa-layout {
    max-width: 1280px;
  }

  .usa-nav-layout {
    max-width: 1280px;
  }

  .usa-nav__secondary {
    bottom: 5rem !important;
  }
}

/*print style*/
@media print {

  /* All styles for print should goes here */
  body {
    min-width: 1280px !important;
  }

  .container {
    min-width: 1280px !important;
  }

  img {
    page-break-inside: avoid;
  }

  .container-news {
    page-break-after: always;
  }

}

.usa-grid-container {
  max-width: 1280px;
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

.subproject-navtitle {
  color: #326295;
}

.CCOI-news {
  background-color: #fbf5df;
  padding: 1rem;
  /* border-style: solid;
  border-width: 1px;
  border-color: #000000; 
  
  new style*/
  border-left-style: solid; 
  border-left-color: #f29500;
  border-left-width: 6px;
}

.CCOI-card {
  border-radius: 0 !important;
  background-color: #DCE4EF !important;
  text-align: center;
  font-family: sans-serif;
  border-color: #326295 !important;
  border-width: 1px !important;
  border-style: solid !important;
}

.CCOI-card-off {
  border-radius: 0 !important;
  background-color: #D9D9D9 !important;
  text-align: center;
  font-family: sans-serif;
}

.CCOI-card__img {
  padding-top: 2rem;
  min-height: 130px;
}


.slide_image {
  border-style: solid;
  border-color: #326295;
  border-width: 1px;
  width: 100%;
  height: auto !important;
}

.swiper {
  width: 90%;
  height: 250px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  /* Adjust button width */
  height: 50px;
  /* Adjust button height */
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: hidden !important;
  }

}