/**
 * @file
 * Subtheme specific CSS.
 */

body {
background-color: #ffffff;
}

img {
max-width: 100%;
}

#navbar-top {
background-position: 45% bottom;
background-repeat: no-repeat;
padding-top: 0px;
padding-bottom: 0px;
}

#navbar-top .region-secondary-menu {
margin-left: auto;
}

#masthead .container {
padding: 22px 0px 22px 20px;
height: 100px;
}

.masthead-logo {
height: 55px;
width: 280px;
}

#navbar-main, .site-footer {
  background-color: #007ea3;
  border-color: #006482;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#007ea3), to(#0b6984));
  background-image: -webkit-linear-gradient(top, #007ea3, 0%, #0b6984, 100%);
  background-image: -moz-linear-gradient(top, #007ea3 0%, #0b6984 100%);
  background-image: linear-gradient(to bottom, #007ea3 0%, #0b6984 100%);
  background-repeat: repeat-x;
  border-color: #006482;
}




#navbar-main {
padding: 0px;
}

#navbar-main .nav-link {
color: #ffffff;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
padding: 15px;
}

#navbar-main .nav-link:focus, #navbar-main .nav-link:hover {
    color: #ffffff;
    text-decoration: underline;
}

/* Menu toggler fall back icon */
.navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28136, 136, 136, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler, .navbar-toggler:focus  {
box-shadow: none;
margin-top: 8px;
margin-bottom: 8px;
padding: 1px 6px 1px 6px;
border-color: #dddddd;
}

.navbar-toggler:hover {
background-color: #dddddd;;
}

#navbar-main .dropdown-menu {
border-top: 0px;
border-radius: 0px 0px 0.25rem 0.25rem;
}

#navbar-main .dropdown-menu[data-bs-popper] {
margin-top: 0px;
}

.region-top-header {
width: 100%;
}

.region-secondary-menu {
display: none;
}


#block-hrs-main-menu .dropdown-item.menu-item--expanded.active.dropdown .dropdown-menu{
display: none !important;
}


.region-header-form .btn-outline-search {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    text-shadow: 0 1px 0 #fff;
    color: #6c757d;
}

.region-header-form .btn-outline-search:hover,
.region-header-form .btn-outline-search:focus,
.region-header-form .btn-outline-search:active {
	color: #000000;
	box-shadow: none;
	background-color: #f5f5f5;
}

.form-control.hrs-search-field {
	border-right:0px;
}


#header {
margin-bottom: 20px;
}

ul.breadcrumb,
ol.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
    font-size: 1em;
}


.bi-download::after {
    content: " Export";
    font-style: normal;
}

.site-footer {
font-family:inherit;
margin-top: 45px;
}

.site-footer .block {
border: 0px;
margin: 0px;
padding: 0px;
}


.site-footer .content,
.site-footer {
font-size: 1em;
color: #ffffff;
}

.site-footer .content {
padding:0px;
}


.site-footer__top .content li a,
.site-footer__top li.nav-item a {
color: #ffffff;
display: inline;
border-bottom: 0;
line-height: inherit;
padding: inherit;
text-indent: inherit;
}

.site-footer__top .content li a:hover,
.site-footer__top li.nav-item a:hover {
color: #ffffff;
text-decoration: underline;
background-color: inherit;
}

.site-footer__top .region.region-footer-first {
width: 100%;
padding: 0px;
margin: 0px;
}


.site-footer__top p {
margin-top: 0px;
}

.hrs-logo-footer {
max-width: 100%;
max-height: 35px;
}

.hrs-footer-col-1 .fa-ul {
margin-left: 1.5em;
}

.site-footer .content ol:not(.menu), .site-footer .content ul:not(.menu) {
padding-left: 0px;
}

.hrs-footer-main h3, label.subscribe-title {
font-weight: normal;
margin-bottom: 15px;
margin-top: 0px;
font-size: 18px;
color: #ffffff;
}

.hrs-footer-col-4 .form-group{
margin-bottom: 15px;
}

.site-footer__bottom {
    display: block;
    border-top: 0px;
    margin-top: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #00274c;
    color: #ffffff;
}

.site-footer__bottom .region {
    margin: 0px;
}


.site-footer .content ul.footer-menu,
 .site-footer__top ul.nav {
padding-left: 40px;
}

ul.footer-menu li,
.site-footer__top li.nav-item  {
    list-style-type: square;
}

.hrs-footer-col-1, 
.hrs-footer-col-2, 
.hrs-footer-col-3, 
.hrs-footer-col-4, 
.hrs-footer-col-5, 
.hrs-footer-col-head, 
.hrs-landing-main, 
.stackable,
.views-row {
    margin-bottom: 1rem;
}


.in-the-news-publish-details, .view-in-the-news .views-field-edit-node {
color: #666666;
font-size: 14px;
}

.view-in-the-news {
max-width: 45em;
}


.view-in-the-news .views-row {
margin-bottom: 20px;

}

.view-in-the-news .views-row-last {
margin-bottom: 10px;
}

#block-views-in-the-news-block-1 h2.block-title {
font-size: 24px;
}

.publications-in-the-news-block .view-content {
padding-bottom: 10px;
padding-bottom: 10px;
}


#block-views-in-the-news-block-1 {
padding-top:55px;
}

.alert-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 75vh;
  z-index: 9999;
}

.alert-wrapper .alert {
  overflow-y: auto;
  margin-bottom: 0;
}

.toast-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
}


.view-striped>.view-content>div.views-row:nth-of-type(odd){
background-color: #f5f5f5;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
background-color: #f9f9f9;
--bs-table-accent-bg: none;
}

.view-biblio h4 {
font-size: 18px;
font-weight: bold;
margin-bottom: 0rem;
}

.view-biblio .views-row {
margin-top: 0px;
margin-bottom: 0px;
padding-top: 1em;
padding-bottom: 1em;
padding-left: 10px;
padding-right: 10px;
}

.bibcite-links ul
 {
    display: block;
    font-size: 12px;
    margin-top: 5px;
}

.bibcite-links ul li {
    background: transparent;
    list-style-image: none;
    list-style-type: none;
    display: inline;
    border: none;
    padding: 0;
    margin: 0.1em .5em 0.1em 0.1em;
}

.biblio-entry .views-field-field-file-attachment {
    padding-left: 10px;
    padding-bottom: 10px;
    margin-top: -10px;

}

#sidebar_second {
  position: sticky;
  top: 0;
  height: fit-content;
}

.sidebar .region-sidebar-second nav {
    background-color: #ffffff;
    border-left: 1px solid #eeeeee;
}


.sidebar .region-sidebar-second nav h2 {
    color: #666666;
    font-size: 18px;
    border: none;
}

.sidebar .region-sidebar-second nav.block .nav-link {
    padding: 4px 20px;
    border-radius: 0px;
}


.sidebar .region-sidebar-second nav.block .nav-link.is-active,
.sidebar .region-sidebar-second nav.block .nav-link.active  {
    font-weight: bold;
    color: #fff;
    background-color: #007ea3;
}


.sidebar .region-sidebar-second nav.block .nav  {
    display: block;
}

.sidebar .region-sidebar-second nav.block ul ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
}

.sidebar .region-sidebar-second nav.block ul ul li .nav-link {
    padding-left: 30px;
    font-weight: normal;
}

.sidebar .region-sidebar-second nav.block ul ul li.active .nav-link,
.sidebar .region-sidebar-second nav.block li.nav-item li.nav-item .nav-link.is-active,
.sidebar .region-sidebar-second nav.block li.nav-item li.nav-item .nav-link.active {
    background-color: #eeeeee;
    color: #0A708F;
    font-weight: normal;
}

.copis-v3 {
    margin-bottom: 30px;
    padding-left: 20px;
}

.copis-v3 a img {
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
}

.copis-v3 h4 {
    margin-bottom: 0px;
    font-size: 18px;
}

.copis-v3 a:hover h4 {
    color: #666666;
    text-decoration: underline;
    text-decoration-color: #666666;
    text-decoration-thickness: 1px;
}

.copis-v3 p {
    color: #666666;
    font-size: 14px;
}

.node--type-co-investigator-bio img {
    height: initial !important;
}

.bibcite-citation {
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 1em;
    padding-bottom: 1em;
    padding-left: 10px;
    padding-right: 10px;
}

.view-co-investigator-publications .view-content > :nth-child(even),
.view-genetic-consortia-publications .view-content > :nth-child(even) {
  background-color: #f5f5f5 /* Light gray for even rows */
}

.collaboration img {
    border: 2px solid #eeeeee;
}


.collaboration h2 {
    margin-top: 0px;
}

.collaboration:first-child, .video-tutorials-view-block {
    margin-top: 20px;
}

.collaboration, .sister-studies {
    padding: 20px 40px 20px 40px;
}

.collaborations hr {
    margin-right: 40px;
    margin-left: 40px;
}

.sister-studies h2 {
    margin-top: 0px;
    margin-bottom: 30px;
}

.sister-study {
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f7;
    border: 2px solid #eeeeee;
    margin-bottom: 20px;
}

.sister-study a.nologo, .sister-study div.nologo {
    display: block;
    background-color: #ffffff;
    text-decoration: none;
    border: 2px solid #f3f3f3;
    padding: 15px;
    text-align: center;
}

.views-exposed-form label {
    margin-bottom: 10px;
}

.views-exposed-form fieldset {
    padding-right: 5px;
}

.webform-submission-form .form-control {
    width: initial;
}

.card {
    margin-bottom: 15px;
}

.card-stack .card {
    margin-bottom: 5px;
}


.bootstrap-table .bi-list-ul:after {
    content: " Columns";
    font-style:normal;
}

.bootstrap-table .table {
    border: 1px solid #ddd;
    border-collapse: collapse !important;
    border-radius: 1px;
}

.table>:not(:first-child) {
    border-top: inherit;
}


#offyear tr th:first-child,
#offyear tr td:first-child,
#health tr th:first-child,
#health tr td:first-child,
#biennial tr th:first-child,
#biennial tr td:first-child,
#crosswave tr th:first-child,
#crosswave tr td:first-child
  {
    border-right: 1px solid #ddd;
    vertical-align: top;
}

.documentation-list-title,
.documentation-list-sub-label {
    font-weight: bold;
}

.control-group .help-inline, .help-block {
    color: #777;
    font-size: 14px;
    margin: 5px 0 10px;
    padding: 0;
}

#compendium-filters label {
    font-weight: normal;
}

#compendium-filters .checkbox {
    margin-bottom: 10px;
}


#CodebookFrame,
#xRefCodebookFrame {
    width: 100%;
    height: 60vh;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 15px;
    margin-top: 15px;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

.page-intro .alert p {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.42857143;
}

table.data-product-detail ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}


.field .field__label {
    font-weight: bold;
}

table#samplerepresentativness thead th {
  border-right: 1px solid rgb(221, 221, 221);
}

table#samplerepresentativness tbody td {
  border-right: 1px solid rgb(221, 221, 221);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #007ea3;
}


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

.region-top-header {
order: 0;
width: initial;
}

.region-secondary-menu {
order: 2;
display: flex;
}

.site-footer__top .hrs-footer-col-1 { order: 1; }
.site-footer__top .hrs-footer-col-2 { order: 2; }
.site-footer__top .hrs-footer-col-3 {order: 4; }
.site-footer__top .hrs-footer-col-4 { order: 3; }

}



@media (min-width: 576px) and (max-width: 767px) {

.container {
    max-width: 100%;
    width: 100%;
}

}


@media screen and (min-width: 768px) {
#masthead .container {
padding: 20px 20px 20px 0px;;
}

.masthead-logo {
height: 60px;
width: 308px;
}


#navbar-main .navbar-form {
order: 2;
}

#CollapsingNavbar {
order: 1;
}

.sister-study {
    min-height: 220px;
}

}


@media screen and (min-width: 768px) and (max-width: 991px) {
}


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

.isr-logo {
max-width: 400px;
}

.site-footer__top .hrs-footer-col-1 { order: 1; }
.site-footer__top .hrs-footer-col-2 { order: 2; }
.site-footer__top .hrs-footer-col-3 {order: 3; }
.site-footer__top .hrs-footer-col-4 { order: 4; }

.hrs-footer-col-4 {
    margin-bottom: 0px;
}

.view-video-tutorials-v2 h2 {
    font-size: 1.5rem;
}

}


