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

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

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

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(../../assets/images/LHC-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*/
}

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

.input-group{
  float:right;
}

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

.accordion-html-box {
    font-family: "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: 180px;
  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;
}

.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;
}

.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;
}

  .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;
}

@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:200%;
  }

}

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;
    --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;
    }

    /* 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;
        } */
      }

      @media (min-width: 576px) {
        /*.usa-layout {
          max-width: 540px;
        }*/

      }

      @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;
          }

      }

.subproject-navtitle {
  color:#326295;
}