



/* Footer
========================================================================== */
/* body {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%; 
  height: 100vh;
}


header, footer {
  width: 100%; 
} */

main {
  padding-bottom: 8rem; 
}

.footer {
    background: rgb(37, 47, 51);
    color: rgba(176, 176, 176, 0.8);
    font-size: 0.9rem;
    padding: 1rem;
    margin-top: 2rem; 
    bottom: 0;
    left: 0;
    position: fixed; 
    height: 4rem; 
    width: 100%; 
  }
  @media screen and (min-width: 1100px) {
    .footer {
      display: flex;
      justify-content: space-around;
      padding: 2rem;
      gap: 2rem; 
    }

  }
  
  .footer__left {
  }
  @media screen and (min-width: 1100px) {
  }
  
  .footer__left--hvp-logo {
    margin-bottom: 1rem;
  }
  .footer__left--hvp-logo img {
    width: 250px;
  }
  
  .footer__left--contact {
    margin-bottom: 0.5rem; 
  }
  
  .footer__left--copyright a, .footer__left--copyright header .site_logo a, header .site_logo .footer__left--copyright a {
    color: rgba(146, 146, 146, 0.8);
    text-decoration: none;
  }
  .footer__left--copyright a:hover {
    color: #fff;
    text-decoration: underline;
  }
  
  /*--------------------------------
      Footer Right
  --------------------------------*/

  .footer__right {
    display: flex; 
  }

  @media screen and (min-width: 1100px) {

  }
  
  /*----------------------
      Footer Right Nav
  ----------------------*/

  .footer-right-container {
    display: flex; 
    flex-direction: column; 
    gap: 1rem; 
  }

    img.footer__img-logo {
        width: 50px; 
    }

    .right-footer-upper {
        display: flex; 
    }

    .right-footer-upper span {
      font-size: 10px; 
    }

    .right-footer-lower {

    }
  
  .footer__right--nav {
    margin: 2rem 0;
  }
  @media screen and (min-width: 1100px) {
    .footer__right--nav {
      grid-column: span 4;
      margin: 0 0 3rem 0;
    }
  }
  
  .footer__right--nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  @media screen and (min-width: 1100px) {
    .footer__right--nav ul {
    }
  }
  
  .footer__right--nav ul li {
    display: block;
    padding: 0;
  }
  @media screen and (min-width: 1100px) {
    .footer__right--nav ul li {
      display: inline-block;
    }
  }
  
  .footer__right--nav ul li a {
    color: rgba(146, 146, 146, 0.8);
    display: block;
    text-decoration: none;
  }
  @media screen and (min-width: 1100px) {
    .footer__right--nav ul li a {
      border-right: 1px solid rgba(146, 146, 146, 0.8);
      padding: 0 2.85rem;
    }
  }
  .footer__right--nav ul li a:hover {
    color: #fff;
  }
  
  .footer__right--nav ul li:first-child a {
    padding-left: 0;
  }
  
  .footer__right--nav ul li:last-child a {
    border-right: 0;
    padding-right: 0;
  }
  
  /*----------------------
      Footer Right NIH
  ----------------------*/

  .footer__right--nih {
    display: flex; 
    flex-direction: column; 
    justify-content: center;
    align-items: start; 
    gap: 0.5rem; 
  }

  .footer-right-upper {
    display: flex; 
  }

  .right-footer-lower {
    display: flex; 
    align-items: center; 
    justify-content: start;
    gap: 0.5rem; 
  }
  
  /*----------------------
      Footer Right NIDA
  ----------------------*/
  .footer__right--nida {
    margin: 2rem 0 0 0;
  }
  @media screen and (min-width: 1100px) {
    .footer__right--nida {
      grid-column: 3/span 2;
      margin: 0 0 0 0;
      text-align: center;
    }
  }
  .footer__right--nida svg {
    fill: rgb(173, 173, 173);
  }
  
  .footer__right--nida svg:hover {
    fill: #fff;
  }
  
  .footer__right--nida svg {
    width: 280px;
  }
  
  /*----------------------
      Footer Right IGS
  ----------------------*/
  .footer__right--igs-logo {
    height: 73px;
    width: 260px;
  }
  .footer__right--igs-logo svg {
    fill: rgb(173, 173, 173);
  }
  @media screen and (min-width: 1100px) {
    .footer__right--igs-logo {
      grid-column: 3/span 2;
      align-self: center;
      height: auto;
    }
  }
  
  .footer__right--igs-logo svg:hover {
    fill: #fff;
  }
  
  #admin-area {
    float: left;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  
  .misc_icons {
    padding: 2rem 0 2rem 0;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .misc_icons {
      padding-bottom: 0;
    }
  }
  .misc_icons i {
    color: #bcbec0;
    font-size: 2rem;
  }
  .misc_icons i:hover {
    color: #fff;
  }
  .misc_icons .footer_nih_logo {
    height: 53px !important;
    margin-left: 1rem;
    width: 240px !important;
  }
  .misc_icons .footer_nih_logo:hover {
    fill: #fff;
  }
  
  .misc_icons p {
    align-items: center;
    display: flex;
    flex-direction: row;
  }
  
  .submission_intro,
  .download_intro {
    float: left;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 1.5rem 0;
    width: 100%;
  }
  
  .left_nav {
    float: left;
    margin-bottom: 1rem;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  @media screen and (min-width: 768px) {
    .left_nav {
      float: left;
      margin-right: 0;
      text-align: right;
      width: 24.5%;
    }
  }
  .left_nav ul {
    margin: 0;
    padding: 0;
  }
  .left_nav li {
    color: #1e3d63;
    cursor: pointer;
    font-weight: bold;
    list-style-type: none;
  }
  .left_nav li a {
    display: inline-block;
    padding: 0.45rem 0.65rem 0.45rem 0.65rem;
    text-decoration: none;
  }
  .left_nav li a:hover {
    text-decoration: none;
  }
  .left_nav li.ui-state-active a {
    background: #1e3d63;
    color: #fff !important;
    display: inline-block;
  }
  .left_nav li a:focus {
    outline: none;
  }
  .left_nav li.ui-state-active a:before {
    content: "\f101";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: normal;
    margin-right: 0.5rem;
    text-decoration: inherit;
  }
  
  .markdown-body pre {
    overflow: auto;
  }
  
  .right_content {
    display: block;
  }
  .right_content pre {
    overflow-x: auto;
  }
  @media (min-width: 0) and (max-width: 767px) {
    .right_content pre {
      white-space: pre-wrap;
      word-wrap: break-word;
    }
  }
  @media screen and (min-width: 768px) {
    .right_content {
      float: left;
      margin-left: 2.5rem;
      width: 65%;
    }
  }
  .right_content h2 {
    color: rgb(119, 119, 119);
    font-family: Lato, sans-serif;
    font-size: 1.35rem;
  }
  .right_content .feux_heading {
    color: #111;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 2rem 0 0 0;
  }
  
  .submission_content,
  .download_content {
    display: none;
  }
  
  .submission_content,
  .download_content {
    animation: fadeEffect 1s;
    /* Fading effect takes 1 second */
  }
  
  /* Go from zero to full opacity */
  @keyframes fadeEffect {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .data_download_content hr {
    background: rgba(0, 0, 0, 0.4);
    border: 0;
    height: 1px;
  }
  .data_download_content h2, .data_download_content h3 {
    color: rgb(119, 119, 119);
    font-family: Lato, sans-serif;
    font-size: 1.35rem;
    margin-bottom: 0.5rem;
  }
  .data_download_content h4 {
    color: rgb(119, 119, 119);
    font-family: Lato, sans-serif;
    margin-bottom: 0.5rem;
    margin-top: 2.5rem;
    padding: 0;
  }