@charset "UTF-8";
/* Front Page */
@import url("https://www.nlm.nih.gov/home_assets/css/nlm_main.css");
@import url("/assets/stylesheets/LHC_main.css");

.row.text-center.pt-1 {
    justify-content:center;
}

.ii-news {
  border: 1px solid #326295;
  background-color: #DCE4EF;
  padding:1rem;
  padding-bottom:0rem;
}

.ii-page-sub-menu {
  background-color: #326295;
  padding:6px;
  color:#ffffff;
}

.ii-page-sub-menu-red {
  background-color: #8b0a03;
  padding:6px;
  color:#ffffff;
}

a[href="#information"]{
  color:#000 !important;
  cursor:text;
  }

a[href="#resources"]{
  color:#000 !important;
  cursor:text;
  }

a[href="#usemetamap"]{
  color:#000 !important;
  cursor:text;
  }

a[href="#runlocally"]{
  color:#000 !important;
  cursor:text;
  }

a[href="#additionallocaltools"]{
  color:#000 !important;
  cursor:text;
  }

a[href="#documentation"]{
  color:#000 !important;
  cursor:text;
  }

a[href="#helpresources"]{
  color:#000 !important;
  cursor:text;
  }

.research-image img{
  max-width:40%;
  padding-top:1rem;
}

@media (max-width: 768px) {
    .research-graphic img{
      max-width: 60%; 
    }
  }

.dataset-label-row {
  display:flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.dataset-row {
  display:flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}