/* stylelint-disable color-function-alias-notation */

/* The stylelint disable above is necessary since fixing the issue */

/* breaks various styling when the pipeline is enabled. */

/* 508 anchor change, darken BS primary */

/* bootstrap 5 - don't underline links */
a {
    color: #2d6a9f;
    text-decoration: none;
}

span.mention {
    color: blue !important;
    background: transparent !important;
}

a.skipnav {
    padding: 4px 0px;
}

.lower-alpha-list-style-type {
    list-style-type: lower-alpha;
}

/* Wayf */
.idp {
    margin-top: 10px;
    margin-bottom: 10px;
}
#no-idp-note {
    margin-top: 10px;
}

/* Nested Comments (NOT Comments tab specific) */
.last_edited {
    color: rgba(0, 0, 0, 0.5);
}
.comment-date-created {
    color: #767676;
}
div.comment-header {
    border: none;
}
.posting-user {
    font-size: 16px;
    font-weight: 700;
}
div.left-comment-indent {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
}

/* Make sure the wrapper does not show a bottom border before initialization begins */
.comments-wrapper {
    border-bottom: none;
}

div.comment-body {
    margin: 5px 0px 0px 15px;
}

/* Leaf comments. */
.leaf-comments-node-container {
    border-bottom: none;
}

.comment-attachments {
    background: whitesmoke;
    padding-bottom: 10px;
}

.nbb-comments-node-container:not(.comments-wrapper) {
    overflow: auto;
}
.nbb-comments-node-container {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.nbb-comments-node-container[data-level="0"] {
    border-bottom: none;
}

.mark-highlight-blue {
    background-color: #cfe5ea;
}

.fa-exclamation-circle {
    color: #dc3545;
}

.list-unstyled.attachments li {
    padding: 10px;
}

/* 404 */
#page-not-found-wrapper {
    text-align: center;
}
#page-not-found-wrapper h1 {
    font-weight: bold;
    margin-bottom: 30px;
}
#page-not-found-wrapper h2 {
    font-size: x-large;
}
#page-not-found-wrapper p a {
    font-weight: bold;
}

.nav-tabs,
.nav-pills {
    margin-bottom: 20px;
}
.nav-tabs {
    background-color: #f4f4f4;
}

.breadcrumb {
    background-color: #fff;
    padding-left: 0px;
    margin-top: 16px;
    border-radius: 0;
    padding: 0;
}
.breadcrumb > .active {
    color: #666666;
}
.breadcrumb i,
.breadcrumb span {
    color: #2d5989;
}

.btn > i.fa,
.btn > span.fa {
    margin-right: 4px;
}

#profile-instructions {
    margin-bottom: 15px;
}

.form-wrap {
    margin-right: -15px;
}
.form-wrap .bioshare-form-group {
    float: left;
    width: 33.3333%;
    padding-right: 15px;
    height: 100px;
}
.form-wrap .bioshare-form-group.double {
    width: 66.6667%;
}
.form-wrap .bioshare-form-group.block {
    clear: left;
    width: 100%;
    height: auto;
}

.form-actions {
    margin-top: 15px;
    margin-bottom: 15px;
}

.affix {
    position: static;
}

.request-header .alert-warning .btn {
    margin-top: -7px;
}

.masquerade-menu {
    right: 0;
    left: auto;
}
.request-info {
    border: 0;
}
.workflow-button-margins {
    margin-left: 5px;
}

#change-type-status label {
    margin-bottom: 0px;
}

ul.attachments {
    margin-top: 10px;
}
ul.attachments li {
    height: 1.5em;
    margin-bottom: 4px;
}
.attachments-container > .error {
    font-weight: bolder;
    color: red;
    border: 1px solid red;
    padding: 2px;
    margin: 10px 0;
}

.expand-updates {
    display: block;
    text-align: center;
}

.multi-widget {
    margin-bottom: 10px;
}

/* Advanced Seeker */
.dropdown-container {
    display: inline-block;
    position: relative;
}
#saved-search-container a:hover,
#saved-search-container a:focus,
#saved-search-container a:visited,
#saved-search-container a:active {
    text-decoration: none;
}
.nav > li.display-none {
    display: none;
}

div.tab-pane .input-group {
    width: 100%;
}

.num-facet-values-selected {
    color: #999;
}

td.request_recommended_study_type {
    white-space: nowrap;
}

/* Seeker */
.seeker .nav-tabs {
    background-color: #fff;
}
.form-check .handle {
    color: #ccc;
}

#display fieldset {
    -webkit-padding-before: 0;
    -webkit-padding-after: 0;
}
#display-sortable div.form-check:first-child {
    margin-top: 0;
}

#return-btn {
    margin-bottom: 20px;
    cursor: pointer !important;
}

.display-tab-update-button-wrapper {
    margin-bottom: 10px;
}

.seeker-items {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.seeker-items li {
    padding-bottom: 8px;
}

.range-input {
    width: 100px;
}

div.post {
    margin-bottom: 40px;
}
ul.pagination li.page-item a.next {
    float: right;
}
ul.pagination li.page-item a.prev {
    margin-right: 20px;
}

.byline {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
.byline > div {
    padding-bottom: 4px;
    font-weight: 500;
    color: #666;
}

.bioshare-form-group > .controls > ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.bioshare-form-group > .controls > ul > li > label {
    font-weight: normal;
}

.tab-content .instructions,
.instructions {
    background-color: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.include-depleted-tissue-sources-anchor:hover {
    text-decoration: none !important;
}

.depleted-tissue-source-icn {
    color: #fd7e14;
    cursor: pointer;
}

/** Default Homepage Styles **/

/* Clearfix */
.cf:before,
.cf:after {
    content: "";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    zoom: 1;
}

.roles-popup {
    padding-top: 15px;
    padding-bottom: 15px;
}

.roles-size {
    width: 40%;
}

/* Responsive Images */
img {
    max-width: 100%;
    height: auto;
    width: auto;
}

.adrc-width {
    width: 185px;
}

.summary-list {
    margin: 2em 0;
    padding: 0;
}
.summary-list li {
    float: left;
    width: 44%;
    margin: 0 0 1.5em 6%;
    padding: 0;
}
.summary-list .fa-li {
    font-size: 75%;
    color: #f26724;
    left: -2.3em;
    top: 0.5em;
}
@media (max-width: 47.99em) {
    .summary-list li {
        float: none;
        width: auto;
        margin: 0 0 1em 2em;
    }
}

/*** Bootstrap additions ***/

/* Horizontal card: https://gist.github.com/seyDoggy/3946b2603ac8026a25d3 , http://jsfiddle.net/seydoggy/9jv5e8d1/ */
.card.card-horizontal {
    display: table;
    width: 100%;
}
.card.card-horizontal > .card-header,
.card.card-horizontal > .card-body,
.card.card-horizontal > .card-footer {
    display: table-cell;
}
.card.card-horizontal > .card-header,
.card.card-horizontal > .card-footer {
    text-align: center;
    vertical-align: middle;
    border: 0;
}
.card.card-horizontal > .card-header {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 3px;
}
.card.card-horizontal > .card-footer {
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
}

/* Bootstrap overrides */
label {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5rem;
}

legend {
    font-weight: bold;
    font-size: 16px;
}

.has-error input,
.has-error textarea,
.has-error select {
    background-color: #fee;
}

.form-control-file {
    width: initial;
}

.table tr.header td,
.table tr.header th {
    color: #999;
    font-size: 80%;
}

.nav-link {
    color: #0566f5;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    background: #f9f9f9;
}

@media (min-width: 768px) {
    .byline .timestamp {
        text-align: right;
    }
    .icon-controls {
        float: right;
    }
    ul.nav-justified > li > a {
        white-space: nowrap;
        padding: 0 13px;
    }
    .navbar-header {
        display: none;
    }
    .tab-content {
        margin-top: 20px;
    }
}

#request-tabs {
    display: none;
}

@media (min-width: 1210px) {
    #req-tabs-select {
        display: none;
    }
    #request-tabs {
        display: flex;
    }
}

#criteria .dropdown-item {
    width: 250px;
    white-space: normal;
}

#criteria .dropdown-item > a {
    white-space: normal;
    display: inline-block;
}

.role-edit-form .select2-search-choice {
    width: 32%;
}

#permissions-list-link {
    padding-left: 5px;
}

.publication_group_block {
    border: 1px solid lightgrey;
    border-radius: 5px;
    background-color: #f5f5f5;
    padding: 10px;
    margin: 0 0 20px;
}

#document-type-form {
    margin-top: 20px;
}

/* Request header 'Idle Date' info icon link to modal */
#request-idle-dialog-link {
    padding-left: 5px;
}

/* Bootstrap Overwrites/Additions/Fixes */

/* Bootstrap has no way to eliminate the gutters between columns. Add helper class. */
.no-gutter {
    margin: 0;
}
.no-gutter > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

/* BS removes vertical scrollbar and adds padding to account for that on modal. Stop that. */
body,
.modal {
    padding-right: 0 !important;
}

/* =====================================================
 *     Typography
 *     ===================================================== */

/* Body Type */
h1 {
    font-size: 2rem;
}
h2,
.h2 {
    font-size: 1.75rem;
}
h3,
.h3 {
    font-size: 1.5rem;
}
h4,
.h4 {
    font-size: 1.25rem;
}
h5,
.h5 {
    font-size: 1rem;
}
h6,
.h6 {
    font-size: 0.75rem;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: Merriweather, Georgia, serif;
}
h3,
.h3,
h4,
.h4 {
    margin-top: 1em;
}

hr.dotted {
    padding: 0;
    margin: 1rem 0;
    border: none;
    border-top: 2px dotted #333;
}

textarea {
    resize: vertical;
}

ol.lower-alpha {
    list-style-type: lower-alpha;
}

/* =====================================================
 *     Base Styles
 *     ===================================================== */
body {
    font-family: "Source Sans Pro", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 16px;
    display: block;
}

/* =====================================================
 *     Structure
 *     ===================================================== */
.break-word {
    overflow-wrap: break-word;
}
.white-bg {
    padding: 2em 0 3em;
    background-color: #fff;
}
.blue-bg {
    padding: 2em 0 3em;
    color: #fff;
    background-color: #001f3f;
}
.gray-bg {
    padding: 2em 0 3em;
    background-color: #eee;
}
.fiftyFifty {
    float: left;
    width: 50%;
}
.fiftyFifty:first-child {
    padding-right: 5%;
    padding-left: 15px;
}
.fiftyFifty:last-child {
    padding-left: 5%;
    padding-right: 15px;
    border-left: 1px solid #ccc;
}
@media (max-width: 47.99em) {
    .fiftyFifty:last-child {
        float: none;
        width: auto;
        border: none;
        padding: 0;
        margin: 0;
    }
    .fiftyFifty:first-child {
        float: none;
        width: auto;
        margin: 0 0 3em;
        padding: 0;
    }
    .white-bg .row.my-4 {
        margin-left: 0;
        margin-right: 0;
    }
}

.figure {
    display: block;
    padding: 1.5em;
    background: #eee;
    border-radius: 4px;
}
.figure > img {
    margin: 0 auto 1em;
    display: block;
}
.figure h3 {
    margin-top: 0;
}
.promo {
    text-align: center;
    margin: 0 0 2em;
    padding-left: 1em;
    border-left: 1px solid #ddd;
}
.promo img {
    margin: 0 auto 0.5em;
    display: block;
}

.pullquote {
    border-left: 5px solid #001f3f;
    padding-left: 1em;
    font-size: 1.7em;
    line-height: 1.2;
    color: #001f3f;
    margin: 0;
    font-family: "Source Sans Pro Light", "Lucida Sans Unicode", Arial, sans-serif;
}
.smallquote {
    font-size: 1.3em;
    line-height: 1.3;
    margin: 1.25em 7.5%;
    padding-left: 0.5em;
}

/* full width content block w/background image, pullquote and CTA */
.ribbonBar {
    margin: 2em 0 -1em;
    padding: 4em 0;
}
.ribbonBar .content > a {
    width: 93%; /* limit width to allow for external link icon when it appears */
}
.ribbonBar .contentWrap {
    display: table;
}
.ribbonBar .content {
    display: table-cell;
    vertical-align: middle;
    padding: 0 5%;
    width: 35%;
}
.ribbonBar .content:last-child {
    width: 25%;
}
@media (max-width: 991px) {
    .ribbonBar .contentWrap {
        display: block;
    }
    .ribbonBar .content {
        display: block;
        width: 100%;
    }
    .ribbonBar .content:last-child {
        width: 75%;
        margin: 2em auto 0;
    }
}

.grayButton {
    background: #eee;
    border: 1px solid #ccc;
    transition: background-color 0.1s ease-in-out;
}
.grayButton:hover,
.grayButton:focus {
    background: #e0dede;
    transition: background-color 0.1s ease-in-out;
}

/* =====================================================
 *     Links
 *     ===================================================== */
.arrow-link {
    display: inline-block;
    padding-left: 1.8em;
    background: url("../img/arrow-link-dk-blue.png") left 2px no-repeat;
    font-weight: bold;
    transition: all 0.2s linear;
    max-width: 94%; /* limit width to allow for external link icon when it appears */
}
.arrow-link:hover,
.arrow-link:focus {
    transition: all 0.2s linear;
    padding-left: 1.6em;
    margin-left: 0.4em;
    color: #2f70a8;
}

.blue-bg a {
    color: #7fdbff;
}
.blue-bg a:hover,
.blue-bg a:focus,
.blue-bg .arrow-link {
    background: url("../img/arrow-link-lt-blue.png") left 2px no-repeat;
}
.blue-bg .arrow-link:hover,
.blue-bg .arrow-link:focus {
    color: #7fdbff;
}

.file-type {
    color: #666;
    font-size: 0.9em;
}
.cke_path a {
    color: black !important;
}

/* =====================================================
 *     Home
 *     ===================================================== */
.researcherWrap h2 {
    color: #338560;
    margin-top: 1em;
}
.donorWrap h2 {
    color: #58366b;
    margin-top: 1em;
}

.button-style {
    text-align: center;
    display: inline-block;
    border: 1px solid #cdcdcd;
    box-shadow:
        0 2px 0 #c5c5c5,
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    padding: 0.5em 1em;
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(229, 229, 229, 1) 100%);
}
.button-style:hover,
.button-style:focus {
    text-decoration: none;
    background: #ececec;
}

/* Edit Requested Specimens should use button-style but be blue instead of grey. 
   We'll have this line up with btn-primary's blue, which is used throughout the site. */
.edit-requested-specimens {
    text-align: center;
    display: inline-block;
    border: 1px solid #0568fd;
    box-shadow: none;
    border-radius: 4px;
    padding: 0.5em 1em;
    background: linear-gradient(to bottom, rgba(5, 104, 253, 1) 0%, rgba(5, 104, 228, 1) 100%);
}
.edit-requested-specimens:hover,
.edit-requested-specimens:focus {
    text-decoration: none;
    background: #0458d7;
}

.primary-green {
    color: #fff;
    box-shadow:
        0 2px 0 #0b3321,
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #1e6d49;
    background: linear-gradient(to bottom, rgba(51, 133, 96, 1) 0%, rgba(30, 109, 73, 1) 100%);
}
.primary-purple {
    color: #fff;
    box-shadow:
        0 2px 0 #2b1835,
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #58366b;
    background: linear-gradient(to bottom, rgba(126, 78, 152, 1) 0%, rgba(88, 54, 107, 1) 100%);
}
.primary-red {
    color: #fff;
    box-shadow:
        0 2px 0 #712b2b,
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border: 1px solid #ac3939;
    background: linear-gradient(to bottom, rgb(221, 63, 63) 0%, rgb(157, 30, 30) 100%);
}

.primary-green:hover,
.primary-green:focus,
.primary-purple:hover,
.primary-purple:focus,
.primary-red:hover,
.primary-red:focus {
    color: #fff;
}
.primary-green:hover,
.primary-green:focus {
    background: #1e6d49;
}
.primary-purple:hover,
.primary-purple:focus {
    background: #58366b;
}
.primary-red:hover,
.primary-red:focus {
    background: #a12121;
}

.primary-green[disabled] {
    opacity: 0.5;
}

.buttonWrap {
    background: #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 0.5em;
    margin-top: 1.5em;
}
.buttonWrap a {
    display: block;
    border-radius: 4px 0 0 4px;
}
.buttonWrap .primary-green,
.buttonWrap .primary-purple,
.buttonWrap .primary-red {
    border-radius: 0 4px 4px 0;
}
@media (max-width: 61.99em) {
    .buttonWrap a {
        border-radius: 4px !important;
    }
    .buttonWrap .primary-green,
    .buttonWrap .primary-purple,
    .buttonWrap .primary-red {
        margin-top: 1em;
    }
}

/* =====================================================
 *     Carousel
 *     ===================================================== */

/* using `- -6rem` instead of `+ 6rem` is a workaround to preserve the calc() function after CSS compression */
.bg-carousel {
    background: #eee;
    padding: 0 calc(((100% - 1320px) / 2) - -6rem) 0 0;
}
.carousel {
    width: 100%;
}

.carousel-item {
    background-size: contain;
    background-position: bottom right 36vw;
    background-repeat: no-repeat;
    justify-content: flex-end;
}
.carousel-item:nth-child(3n + 1) {
    background-image: url("../img/pub-slide-1.jpg");
}
.carousel-item:nth-child(3n + 2) {
    background-image: url("../img/pub-slide-2.jpg");
}
.carousel-item:nth-child(3n + 3) {
    background-image: url("../img/pub-slide-3.jpg");
}

.carousel-content {
    padding: 4rem 0 2rem 10%;
    width: 60%;
    background: linear-gradient(
        90deg,
        rgba(238, 238, 238, 0) 0%,
        rgba(238, 238, 238, 0.485) 7%,
        rgba(238, 238, 238, 1) 18%
    );
}

.carousel-indicators {
    right: 22.5%;
    left: inherit;
    position: absolute;
    top: 1.25rem;
    z-index: 2;
    margin: 0;
    padding: 0;
}
.carousel-indicators [data-bs-target] {
    background: url("../img/dot-nav.png") center no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 1px;
    width: 20px;
    border: none;
}
.carousel-indicators [data-bs-target]:hover {
    opacity: 0.8;
}
.carousel-indicators .active {
    background: url("../img/dot-nav-active.png") center no-repeat;
}

.left-carousel-button {
    position: absolute;
    left: calc(50% - 4rem);
    top: 50%;
    z-index: 3;
    display: block;
    margin-top: -1rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #cdcdcd;
    box-shadow:
        0 2px 0 #c5c5c5,
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    width: 1.1em;
    height: 1.8em;
    background:
        url("../img/arrow-left.png") center no-repeat,
        linear-gradient(to bottom, rgba(254, 254, 254, 1) 0, rgba(229, 229, 229, 1) 100%);
}
.left-carousel-button:hover,
.carousel-button:focus {
    text-decoration: none;
    background: #fff url("../img/arrow-left.png") center no-repeat;
}

.right-carousel-button {
    position: absolute;
    right: -4rem;
    top: 50%;
    z-index: 3;
    display: block;
    margin-top: -1rem;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border: 1px solid #cdcdcd;
    box-shadow:
        0 2px 0 #c5c5c5,
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    width: 1.1em;
    height: 1.8em;
    background:
        url("../img/arrow-right.png") center no-repeat,
        linear-gradient(to bottom, rgba(254, 254, 254, 1) 0, rgba(229, 229, 229, 1) 100%);
}
.right-carousel-button:hover,
.carousel-button:focus {
    text-decoration: none;
    background: #fff url("../img/arrow-right.png") center no-repeat;
}

.carousel-gradient {
    font-size: 0.94em;
    padding: 0.5em 0 0.5em 1em;
    margin: 0 0 1em -1em;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(to right, rgba(0, 31, 63, 1) 38%, rgba(238, 238, 238, 1) 83%);
    font-family: "Source Sans Pro", "Lucida Sans Unicode", Arial, sans-serif;
}

/* using `- -6rem` instead of `+ 6rem` is a workaround to preserve the calc() function after CSS compression */
@media (max-width: 1399px) {
    .bg-carousel {
        padding: 0 calc(((100% - 1140px) / 2) - -6rem) 0 0;
    }
    .carousel-item {
        background-size: cover;
        background-position: bottom right 24vw;
    }
}

@media (max-width: 1199px) {
    .bg-carousel {
        padding: 0 10% 0 0;
    }
    .carousel-item {
        background-position: bottom right 36vw;
    }
    .carousel-content {
        width: 80%;
    }
    .left-carousel-button {
        left: calc(30% - 4rem);
    }
    .carousel-indicators {
        right: 32.5%;
    }
}

@media (max-width: 991px) {
    .bg-carousel {
        padding: 0;
    }
    .carousel-content {
        width: 100%;
        padding: 0 1rem 1rem;
        margin: 4rem 10% 3rem;
        background: #fff;
        border-radius: 4px;
    }
    .carousel-gradient {
        margin-right: -1rem;
        background: #001f3f;
        border-radius: 3px 3px 0 0;
    }
    .left-carousel-button {
        left: 1.5rem;
    }
    .right-carousel-button {
        right: 1.5rem;
    }
    .carousel-indicators {
        right: calc(50% - 33px);
    }
}

@media (max-width: 767px) {
    .carousel-content {
        margin: 5rem 1rem 2rem;
        width: auto;
    }
    .left-carousel-button {
        left: 1rem;
        top: 2.5rem;
        width: 20%;
        height: 2.25rem;
    }
    .right-carousel-button {
        left: auto;
        right: 1rem;
        top: 2.5rem;
        width: 20%;
        height: 2.25rem;
    }
    .carousel-indicators {
        top: 2.15rem;
    }
    .carousel-item:nth-child(1n) {
        background-image: none;
    }
}

/* =====================================================
 *     Header/Hero
 *     ===================================================== */
#header {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    display: block;
}
.logWrap {
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 999;
}

.login {
    padding: 0.1em 1em;
    border-radius: 0 0 4px 4px;
    border-top: none;
    float: right;
    border-color: #ced4da;
    color: #666;
}
.loggedInOption {
    font-size: 17px;
}

.logo-header {
    display: block;
    margin: 23px 0;
}

.logo-header a img {
    max-height: 54px;
    max-width: 361px;
}

.searchWrap {
    margin-top: 2.5rem;
}
.searchWrap input,
.mass-change input {
    border-radius: 4px 0 0 4px;
}
.searchWrap button,
.mass-change button {
    border-radius: 0 4px 4px 0;
    background: #f2f2f2;
    border-color: #ced4da;
    border-left: none;
    color: #666;
}
.searchWrap .form-control:focus {
    box-shadow: 0 0 0 0.05rem rgba(0, 113, 234, 0.25);
}

@media (max-width: 767px) {
    .searchWrap {
        margin-top: 0;
        margin-bottom: 1rem;
    }
}

.heroWrap {
    background: #001f3f url("../img/hero.jpg") right center no-repeat;
    padding-bottom: 0;
    padding-top: 0;
}
.lead-bg {
    background: linear-gradient(
        90deg,
        rgba(1, 32, 63, 1) 45%,
        rgba(0, 14, 27, 0.6013) 75%,
        rgba(0, 0, 0, 0) 100%
    );
    padding: 3.5rem 0;
}
.intro p {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #344d65;
    padding-bottom: 0.5rem;
    font-weight: bold;
}
@media (max-width: 74.99em) {
    .heroWrap {
        background-position: 6rem center;
    }
}
@media (max-width: 37.99em) {
    .lead-bg {
        padding: 2rem 0;
    }
    .intro p {
        font-size: 1.2rem;
        padding-bottom: 0.75rem;
    }
}

/* =====================================================
 *     Navbar
 *     ===================================================== */
.navBar {
    position: relative;
    background-color: #eeeeee;
}

/* Smart Menus Overwrites */
#main-menu .sm-nowrap > li > a,
#main-menu > li > :not(ul) a {
    white-space: nowrap !important;
}
.sm-clean {
    border-radius: 0;
    padding: 0;
}
.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
    font-family: "Source Sans Pro Light", "Lucida Sans Unicode", Arial, sans-serif;
    text-decoration: none;
}
.sm-clean a.current {
    color: #0000ee;
}

@media (min-width: 768px) {
    .sm-clean {
        border-radius: 0;
    }
    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        padding: 0.75em 0.5em 0.85em;
        border-top: 3px solid #eee;
        font-size: 16px;
    }
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        color: #0000ee;
        border-top: 3px solid #8bdeff;
    }
    .sm-clean a.has-submenu {
        padding-right: 1.5em;
    }
    .sm-clean a.current {
        color: #0000ee;
    }

    /* sub lists */
    .sm-clean ul a:hover,
    .sm-clean ul a:focus,
    .sm-clean ul a:active,
    .sm-clean ul a.highlighted {
        background: #eeeeee;
        color: #0000ee;
    }
    .sm-clean ul a.current {
        color: #0000ee;
    }
    .sm-clean span.scroll-up:hover span.scroll-up-arrow,
    .sm-clean span.scroll-up:hover span.scroll-down-arrow {
        border-color: transparent transparent #0000ee;
    }
    .sm-clean span.scroll-down:hover span.scroll-down-arrow {
        border-color: #0000ee transparent transparent;
    }

    /* highlight/style current section in main nav */
    .bioshare-home .nav-home,
    .bioshare-about .nav-about,
    .donor .donor,
    .researcher .researcher,
    .bioshare-contact .nav-contact,
    .bioshare-requests .nav-requests,
    .images .images,
    .bioshare-publications .nav-publications,
    .bioshare-admin .nav-admin {
        border-color: #8bdeff;
        background: linear-gradient(
            to bottom,
            rgba(230, 230, 230, 1) 0%,
            rgba(238, 238, 238, 1) 100%
        );
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#eeeeee',GradientType=0 );
    }
}
@media (min-width: 992px) {
    .sm-clean a,
    .sm-clean a:hover,
    .sm-clean a:focus,
    .sm-clean a:active,
    .sm-clean a.highlighted {
        padding: 0.75em 1.5em 0.85em;
        font-size: 18px;
    }
}

/* Mobile Navigation */
#menu-button {
    display: none;
    text-align: center;
    border: 1px solid #cdcdcd;
    box-shadow:
        0 2px 0 #c5c5c5,
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    padding: 0.5em 1em;
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 0%, rgba(229, 229, 229, 1) 100%);
}
#menu-button:hover {
    background: linear-gradient(to bottom, rgba(254, 254, 254, 1) 70%, rgba(229, 229, 229, 1) 100%);
    color: #333333;
}
@media (max-width: 47.99em) {
    .navBar {
        padding: 0.5em 0;
    }

    /* only show the toggle and hide the menu if JS is enabled */
    .js #menu-button,
    .js #search-tog {
        width: 100%;
    }
}

/* =====================================================
 *     Footer
 *     ===================================================== */
#footerLinks ul {
    display: unset !important;
}
#footerLinks ul li:after,
.inline-links li:after {
    content: none !important;
}
.inline-links {
    display: block !important;
}
footer a {
    color: #7fdbff;
}
footer a:hover,
footer a:focus {
    color: #7fdbff;
}
[role="contentinfo"] {
    position: relative;
}
footer {
    color: #fff;
    font-size: 0.94em;
    padding: 5em 0 4em !important;
    margin-top: 0;
    background: #001f3f;
}

.returnTop {
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.5em;
    background: #03162a;
    font-size: 0.94em;
}
.returnTop:hover,
.returnTop:focus {
    text-decoration: none;
}
.returnTop span {
    position: relative;
}
.returnTop span:before,
.returnTop span:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -5px;
    border: 4px solid transparent;
    border-bottom-color: #7fdbff;
    transition: margin-top 0.2s linear;
}
.returnTop span:after {
    right: -15px;
    left: auto;
}
.returnTop:hover span:before,
.returnTop:hover span:after,
.returnTop:focus span:before,
.returnTop:focus span:after {
    transition: margin-top 0.2s linear;
    margin-top: -8px;
}

.govtSeal {
    background: url("../img/footer-seal.jpg") left center no-repeat;
    padding: 1em 4em 1em 7em;
}
.footerNav {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    width: 40%;
    margin-left: 10%;
}
footer hr {
    margin: 3em 0;
    border-color: #10355b;
}
ul.inline-links {
    margin: 0 0 1em;
    text-align: center;
    padding: 0;
}
ul.inline-links li {
    margin: 0 0.5em;
    padding: 0;
    display: inline-block;
}
.tagline {
    text-align: center;
    display: block;
}

@media (max-width: 61.99em) {
    .govtSeal {
        padding-right: 0;
    }
    .footerNav {
        text-align: center;
        float: none;
        width: auto;
        margin: 0;
    }
    .footerNav li {
        display: inline-block;
        margin: 0.5em 1em;
    }
}
@media (max-width: 37.49em) {
    .govtSeal {
        padding: 7em 0 1em;
        background-position: top center;
        text-align: center;
    }
    .footerNav {
        float: left;
        width: 50%;
    }
    .footerNav li {
        display: block;
    }
    ul.inline-links li {
        margin: 0 0 0.3em;
        display: block;
    }
}

/* =====================================================
 *     FAQ Pages
 *     ===================================================== */
.page-header {
    margin-top: 20px;
    padding: 10px 0 5px;
    border-bottom: none;
}
#faq-body > .faq-group {
    border: solid 8px #eee;
}

.faq-item {
    border: 1px solid #ccc;
    border-bottom: none;
    border-radius: 0px !important;
    margin-top: 0px !important;
    padding: 0.3em 0;
}
.faq-item > .card-heading h2,
.faq-item > .card-heading h3 {
    font-size: 1rem;
    font-family: "Source Sans Pro", "Lucida Sans Unicode", Arial, sans-serif;
    margin-bottom: 0;
}

.faq-item > .card-heading a[aria-expanded] {
    padding: 10px 15px 10px 2.75rem;
    display: block;
    background: url("../img/toggle.png") 10px 7px no-repeat;
}
.faq-item > .card-heading a[aria-expanded="true"] {
    background-position: 10px -129px;
}

.faq-content {
    margin-top: 0px;
    border-top: 0px !important;
    padding: 0 15px;
}

.faq-content > .indent {
    padding-left: 0.75em;
    margin-left: 0.75em;
    border-left: 3px solid #ddd;
}

/* =====================================================
 *     Contact Box
 *     ===================================================== */
.contactBox {
    margin-bottom: 1em;
}
.contactBox > .cell {
    display: table-cell;
    vertical-align: middle;
    padding: 8px 16px;
    background: #eee;
}
.contactBox > .cell:first-child {
    background: #2d5989;
    width: 15%;
    text-align: center;
    padding: 0;
    border-radius: 4px 0 0 4px;
}
.contactBox > .cell > h3 {
    margin-top: 18px;
    margin-bottom: 10px;
}
.contactBox > .cell > p {
    font-size: 14.5px;
}
.contactBox > .cell > a {
    margin-bottom: 10px;
}

/* =====================================================
 *     Contact Page
 *     ===================================================== */
.asideList {
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 0 0 10%;
}
.asideList h4,
.asideList h3 {
    padding: 0.5em 1.5em;
    margin: 0;
    background: #338560;
    color: #fff;
    font-size: 1em;
}
.asideList ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.asideList li {
    padding: 0.5em 2em;
    margin: 0;
    border-bottom: 1px solid #ccc;
}
@media (max-width: 61.99em) {
    .asideList {
        margin: 1em 10% 0;
    }
}
@media (max-width: 31.99em) {
    .asideList {
        margin: 2em 0 0;
    }
}
.inquiries {
    margin: 1.5em 0 0;
}
.contactForm {
    background: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 1em;
}
.contactForm textarea,
.contactForm select {
    width: 100%;
}
.control-group {
    margin-bottom: 1em;
}
.requiredNote {
    color: #bb0003;
    font-size: 0.94em;
}

/* =====================================================
 *     NBB Researchers Tab Pages
 *     ===================================================== */
.process {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 2em;
    height: 100%;
}

.process li {
    margin-bottom: 1em;
    position: relative;
    height: 33.3333%;
}

.process button {
    width: 100%;
    height: 100%;
    text-align: left;
    color: #1e6d49;
}

.process span {
    display: inline-block;
    background: #fff;
    color: green;
    font-weight: bold;
    padding: 0 0.45em;
    border-radius: 20px;
    margin-right: 0.5em;
    border: 1px solid #1e6d49;
}

.ext-modal-header,
.contactModal > .modal-dialog > .modal-content > .modal-header {
    background: #eee;
}
.ext-modal-header > .modal-title {
    margin-top: 0;
}

.documentation {
    padding: 1em;
    background: #eee;
}

.documentation li {
    background: #fff;
    display: table;
    width: 100%;
    padding: 1em;
    border-bottom: 1px solid #eee;
    border-right: 16px solid #eee;
}

.documentation .doc,
.documentation .doc-link,
.documentation .num {
    display: table-cell;
    vertical-align: middle;
}

.documentation .num {
    width: 4%;
}

.documentation .doc {
    width: 56%;
}

.documentation .doc-link,
.documentation .empty {
    width: 19%;
    padding: 0 1%;
}

.documentation .button-style {
    width: 100%;
    padding: 0.15em 0;
}

.documentation .doc span {
    font-size: 1.3em;
    margin-right: 0.5em;
}

@media (max-width: 47.99em) {
    .documentation ol {
        padding: 0;
    }

    .documentation li {
        display: block;
    }

    .documentation .num {
        width: 5%;
        display: inline-block;
    }

    .documentation .doc {
        width: 90%;
        display: inline-block;
    }

    .documentation .doc-link {
        display: inline-block;
        width: 36%;
        margin: 0.5em 0 0 5%;
    }

    .documentation .empty {
        display: none;
    }
}

/* =====================================================
 *     Publications
 *     ===================================================== */
.publications.infoBox {
    margin: 20px 0;
}

/* =====================================================
 *     Request Form
 *     ===================================================== */
.req-form {
    background-color: #eeeeee;
}
.req-form form {
    padding: 25px;
    background-color: white;
}

.req-form-main {
    padding-bottom: 0px !important;
}
.req-form-main .row {
    justify-content: center;
}
.req-form-main .page-header {
    border-bottom: none !important;
}

.heading-style {
    background: #f2f2f2;
    border-radius: 4px;
    font-family: "Source Sans Pro", "Lucida Sans Unicode", Arial, sans-serif;
    margin-bottom: 1rem;
}
.heading-style span {
    display: inline-block;
    width: 40px;
    padding: 5px 0;
    margin-right: 0.5rem;
    text-align: center;
    background: #31805c;
    color: #fff;
    border-radius: 4px 0 0 4px;
}

.form-box {
    border: 1px solid #ccc;
    margin-bottom: 15px;
    padding: 1rem;
    border-radius: 3px;
    background: #f8f9fa;
}
.form-box *:last-child {
    margin-bottom: 0;
}

/* Formsets */
.formset-form {
    padding: 1rem;
    margin-bottom: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #f8f9fa;
}
.formset-form .attachments-container {
    padding-bottom: 10px;
}

#req-form-tabs > .nav-tabs {
    margin-bottom: 0px;
    background-color: initial;
    border-bottom: none;
}
#req-form-tabs > .tab-content {
    margin: 0;
    padding: 2em 1em;
    background-color: #f2f2f2;
    border: 1px solid #ccc;
}
#req-form-tabs .nav-tabs .nav-item {
    margin-right: 0.5rem;
}
#req-form-tabs .nav-tabs .nav-link {
    color: #31805c;
    font-weight: bold;
    border: 1px solid #ccc;
    border-top: 3px solid #ccc;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
    border-radius: 0;
}
#req-form-tabs .nav-tabs .nav-link.active {
    border-bottom-color: #f2f2f2;
    border-top-color: #31805c;
    background: linear-gradient(to bottom, rgba(225, 222, 222, 1) 0%, rgba(242, 242, 242, 1) 100%);
    color: #333;
}
#req-form-tabs .nav-tabs .nav-link:hover,
#req-form-tabs .nav-tabs .nav-link:focus {
    text-decoration: underline;
}
@media (max-width: 47.99em) {
    #req-form-tabs .nav-tabs .nav-item {
        margin-right: 0;
        width: 100%;
    }
    #req-form-tabs .nav-tabs .nav-link {
        position: relative;
        padding-left: 40px;
    }
    #req-form-tabs .nav-tabs .nav-link:after {
        position: absolute;
        content: "";
        display: block;
        top: 50%;
        left: 10px;
        height: 24px;
        width: 24px;
        margin-top: -12px;
        background: url("../img/toggle.png") 0 0 no-repeat;
    }
    #req-form-tabs .nav-tabs .nav-link.active:after {
        background-position: 0 -136px;
    }
}

/* Requested Specimens on Request Form */
#specimen-formset-wrapper {
    font-size: 0.9375rem;
}
#specimen-formset-wrapper .formset-form:focus-within {
    box-shadow:
        0 1px 1px rgba(12, 27, 141, 0.05),
        0 2px 2px rgba(12, 27, 141, 0.05),
        0 4px 4px rgba(12, 27, 141, 0.05),
        0 8px 8px rgba(12, 27, 141, 0.05);
    border-color: #9ec6f1;
    transform: scale(1.01);
}
.specimen-value-label {
    display: block;
    font-weight: 800;
    font-variant: small-caps;
    text-transform: lowercase;
    color: #31805c;
}

.amount-requested-label:after {
    content: " *";
    color: #999;
}

.specimen-value-label img {
    height: 16px;
}
.amount-requested {
    width: 5rem;
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.9375rem;
    height: auto;
}
@media (max-width: 767px) {
    .specimen-value-label {
        display: inline-block;
    }
    .specimen-value-wrapper {
        border-bottom: 1px dashed #ccc;
        padding: 0.1rem 0;
    }
    .amount-requested {
        margin-top: 0.25rem;
    }
}

.scrollbox {
    max-height: 610px;
    overflow-y: auto;
    border: 1px solid #ccc;
    padding: 1rem;
}
.specimen-summary {
    border: 1px solid #ccc;
    background: #f5f5f5;
    padding: 0.5rem 1rem;
}
.max-height {
    max-height: none;
}
#id_important-group {
    padding-left: 0 !important;
}

/* =====================================================
 *     Donors
 *     ===================================================== */
.asideBox .button-style {
    width: 100%;
    margin: 1em 0;
}
.asideBox.research-highlight {
    background-image: url("../img/bg-research-highlight.jpg");
}
.asideBox.future-generations {
    background-image: url("../img/bg-future-generations.jpg");
}
.videoWrap {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0.5em;
    text-align: center;
    display: block;
    margin: 1em 2.5% 0;
}
.videoWrap img {
    border: 2px solid #ccc;
    margin-bottom: 0.5em;
}
.videoWrap:hover img,
.videoWrap:focus img {
    opacity: 0.8;
}
.videoWrap span {
    display: block;
}
@media (max-width: 47.99em) {
    .brainProject {
        margin-top: 2em;
    }
    .brainProject img {
        float: right;
        margin: 0 0 3em 3em;
    }
}
@media (max-width: 37.99em) {
    .brainProject img {
        float: none;
        margin: 0 auto 1em;
    }
}

/* =====================================================
 *     Navigation
 *     ===================================================== */

/* Side Navigation (Best Practices) */
.sideNav {
    background: #eee;
    padding: 1em 1.5em;
    margin: 3em 0 0;
}
.sideNav h3 {
    padding: 0 0 0.5em;
    margin: 0 0 0.3em;
    font-size: 1.1em;
    border-bottom: 1px dotted #aaa;
}
.sideNav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.sideNav li {
    margin-bottom: 0.3em;
    padding: 0 0.25em 0.3em;
    border-bottom: 1px dotted #aaa;
}
@media (max-width: 61.99em) {
    .sideNav {
        padding: 0.65em 0.85em;
        font-size: 0.96em;
        margin: 1em 0 2.5em;
    }
}

/* =====================================================
 *     Toggles
 *     ===================================================== */

/* only apply these styles if JS is available */
.js .toggleWrap {
    background: #fff;
    border: 1px solid #ccc;
    border-bottom: none;
}
.js .toggleWrap:last-child,
.js .toggleWrap-border {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2em;
}
.js .toggleWrap .toggle {
    margin: 0;
}
.js .toggleReveal {
    padding: 0 1em 1em;
}

.toggle {
    font-family: "Source Sans Pro", "Lucida Sans Unicode", Arial, sans-serif;
    font-size: 1.1em;
}
.toggle button {
    border: none;
    background: url("../img/toggle.png") 10px 13px no-repeat;
    padding: 0.75em 0.5em 0.75em 2.5em;
    text-align: left;
    margin: 0;
    color: #2f70a8;
    width: 100%;
}
.toggle button[aria-expanded="true"] {
    background-position: 10px -123px;
}
.toggle button:hover,
.toggle button:focus {
    text-decoration: underline;
}

.indent {
    padding-left: 0.75em;
    margin-left: 0.75em;
    border-left: 3px solid #ddd;
}
table .indent {
    border-left: none;
}

/* enhance the publications and faqs toggles */
.js .pubList,
.js .faqList {
    background: #eee;
    padding: 0.5em;
    margin-bottom: 1em;
}
.js .pubList .toggleWrap:last-child,
.js .faqList .toggleWrap:last-child {
    margin-bottom: 0;
}
.pubList .toggle button,
.faqList .toggle button {
    font-size: 0.94em;
    padding-left: 2.75em;
}
.pubList .toggle button:hover div:first-child,
.pubList .toggle button:focus div:first-child {
    text-decoration: underline;
}
.js .pubList .indent {
    max-height: 10em;
    overflow-y: scroll;
    margin-bottom: 1em;
}
.pubList .date {
    color: #666;
    font-size: 0.9em;
    display: block;
    text-align: right;
}
@media (max-width: 37.49em) {
    .pubList .date {
        text-align: left;
    }
}

/* =====================================================
 *     Modals
 *     ===================================================== */
.contactModal .modal-sm {
    width: 400px !important;
}
@media (max-width: 768px) {
    .contactModal .modal-sm {
        margin: 10px auto;
        width: 300px !important;
    }
}
@media (min-width: 576px) {
    .contactModal .modal-sm {
        max-width: 400px;
    }
}

.contactModal .modal-header {
    background: #eee;
}
.contactModal .modal-title {
    font-size: 1em;
    margin: 0;
}
.contactModal .modal-footer {
    padding: 0;
    display: flex;
}
.contactModal .button-style {
    flex: 1 1 auto;
    border-radius: 0;
    margin: 0;
}
.contactModal .external-link {
    margin: 0;
}
.contactModal hr {
    margin: 0.5em 0;
}

.mugshot {
    border: 3px solid #ccc;
    border-radius: 400px;
    float: left;
    margin: 0 1em 0.5em 15px;
}
.contactName {
    margin-top: 0.45em;
    font-size: 1.2em;
    line-height: 1.2;
}
.contactAddress {
    padding-left: 3em;
    background: url("../img/icn-address.png") left center no-repeat;
}
.contactPhone {
    padding-left: 3em;
    background: url("../img/icn-phone.png") left center no-repeat;
}
.contactEmail {
    padding-left: 3em;
    background: url("../img/icn-email.png") left center no-repeat;
}
.contactName,
.contactAddress,
.contactEmail {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}

#ext-modal {
    padding-top: 8%;
}

.contactModal .button-style + .external-link {
    flex: 0 0 30px;
    text-align: center;
    align-self: center;
    padding: 0.5em 0;
    box-shadow:
        -1px 0 0 rgba(0, 0, 0, 0.5),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background: #eee;
}
.contactModal .button-style + .external-link:hover,
.contactModal .button-style + .external-link:focus {
    background: #fff;
}

/* Donors Why page video modals */
.external-iframe {
    width: 100%;
}

/* Ensures that all modals appear on top of other page elements (except select2 dropdowns within modals) */
.modal.bootstrap-dialog {
    z-index: 100000 !important;
}
.modal.bootstrap-dialog ~ #select2-drop-mask {
    z-index: 100001 !important;
}
.modal.bootstrap-dialog ~ #select2-drop {
    z-index: 100002 !important;
}

/* =====================================================
 *     About
 *     ===================================================== */
.goals ol,
.refs ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.goals li,
.refs li {
    background: #eee;
    position: relative;
    padding: 0.75em 1em 0.75em 2.25em;
    margin: 0 0 1em 1em;
}
.goals .number {
    background: #338560;
    color: #fff;
    position: absolute;
    top: 0.75em;
    left: -1em;
    padding: 0.55em 0.75em;
    font-size: 1.1em;
}
.refs .doc {
    background: #338560;
    position: absolute;
    top: 0.75em;
    left: -1em;
    padding: 0.55em 0.65em;
}

.bankWrap {
    background: #fff;
    margin-bottom: 2em;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px 4px 0 0;
}
.bankWrap .title {
    background: #001f3f;
    color: #fff;
    padding: 0.5em 0;
    border-radius: 4px 4px 0 0;
}
.bankWrap img {
    padding: 0.65em 1em 0.75em;
}
.bankWrap .actions {
    padding: 0 0.5em 0.5em;
}
.bankWrap .actions button {
    display: block;
    float: left;
    width: 50%;
    padding: 0.25em 0;
    font-size: 0.94em;
    color: #2f70a8;
}
.bankWrap .actions button:first-child {
    border-radius: 4px 0 0 4px;
}
.bankWrap .actions button:last-child {
    border-radius: 0 4px 4px 0;
}
#harvard-logo {
    max-height: 103.4px;
}
@media (max-width: 47.99em) {
    .bankWrap img {
        float: left;
        width: 45%;
    }
    .bankWrap .actions {
        float: left;
        width: 55%;
    }
    .bankWrap .actions button {
        float: none;
        width: 80%;
        margin-left: 10%;
    }
    .bankWrap .actions button:first-child {
        border-radius: 4px;
        margin-top: 0.5em;
        margin-bottom: 0.5em;
    }
    .bankWrap .actions button:last-child {
        border-radius: 4px;
    }
}
@media (max-width: 31.99em) {
    .bankWrap img {
        float: none;
        width: auto;
    }
    .bankWrap .actions {
        float: none;
        width: 100%;
    }
    .bankWrap .actions button {
        float: left;
        width: 50%;
        margin: 0;
    }
    .bankWrap .actions button:first-child {
        border-radius: 4px 0 0 4px;
        margin: 0;
    }
    .bankWrap .actions button:last-child {
        border-radius: 0 4px 4px 0;
    }
}

.partners {
    background-image: url("../img/bg-partner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.partnerWrap {
    padding: 1.25em 1.5em;
    background: #fff;
    border-radius: 4px;
    color: #333;
}
.partnerWrap a {
    font-weight: bold;
    font-size: 1.1em;
    color: #2f70a8;
}
.partnerWrap > img {
    float: right;
    margin: 1em 0 1em 2em;
}
@media (max-width: 61.99em) {
    .partnerWrap {
        text-align: center;
    }
    .partnerWrap > img {
        float: none;
        margin: 0 auto 1em;
        display: block;
    }
}
@media (max-width: 47.99em) {
    .partnerWrap {
        margin-bottom: 1em;
    }
}
.bankList li {
    margin-bottom: 0.5em;
}
.bankBox {
    border: 1px solid #ccc;
    padding: 1em;
}

.toxic {
    background: #fff url("../img/bg-toxic.jpg") 100% center no-repeat;
    background-size: contain;
    transition: background 0.2s linear;
}
@media (max-width: 99.99em) {
    .toxic {
        background-position: 120% center;
        transition: background 0.2s linear;
    }
}
@media (max-width: 85.99em) {
    .toxic {
        background-position: 140% center;
        transition: background 0.2s linear;
    }
}
@media (max-width: 74.99em) {
    .toxic {
        background-position: 160% center;
        transition: background 0.2s linear;
    }
}
@media (max-width: 67.99em) {
    .toxic {
        background-position: 200% center;
        transition: background 0.2s linear;
    }
}
@media (max-width: 61.99em) {
    .toxic {
        background: none;
    }
}

/* =====================================================
 *     Specimen Search
 *     ===================================================== */
.request-wizard-step {
    color: #267652;
}

.request-wizard-text {
    color: var(--bs-dark-text-emphasis) !important;
    font-weight: bold;
    font-size: 16px;
}

.request-wizard-link {
    color: #2d6a9f;
    cursor: pointer;
}

.request-wizard-link:hover {
    text-decoration: underline;
}

.request-wizard-question,
#request-wizard-form-unanswered-error-message,
#request-wizard-form-generic-error-message,
.request-wizard-result,
.search-message,
#request-wizard-answers {
    display: none;
}

.request-wizard-question.active,
#request-wizard-form-unanswered-error-message.active,
#request-wizard-form-generic-error-message.active,
.request-wizard-result.active {
    display: block;
}

.request-wizard-box {
    background-color: #f4f4f4;
}

.request-wizard-indent {
    text-indent: 30px;
}

.request-wizard-acknowledgment-checkbox {
    margin-top: 0.5em;
}

#request-wizard-message.active,
#logged-out-user-message {
    margin-bottom: 10px;
    border-radius: 5px;
    border: 3px solid #39812c;
    background: #c8e979;
    padding: 10px;
}

#request-wizard-study-type-description-icn {
    height: 1em;
}

.subjects-and-specimens {
    max-width: unset;
}
.seeker,
#facet-column {
    margin-bottom: 2rem;
}

#return-to-search,
.return-to-search,
.return-btn {
    cursor: pointer;
}

img.in-text-img {
    height: 13px;
    vertical-align: inherit;
}

.highlight {
    background-color: rgb(217, 237, 255) !important;
}

.highlight.highlight-green {
    background-color: rgb(227, 252, 227) !important;
}

.highlight.highlight-yellow {
    background-color: rgb(255, 222, 125) !important;
}

.highlight.highlight-red {
    background-color: rgb(255, 139, 143) !important;
}

.cart {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: #f6f6ae !important;
}

.cart #create-request-button,
.cart .create-request-button {
    margin-left: 10px;
}

.nbb-subjects-seeker-init td,
.nbb-specimens-seeker-init td {
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
}

.nbb-subjects-seeker-init thead th,
.nbb-specimens-seeker-init thead th {
    border-top: solid 1px #d3d3d3;
    border-left: solid 1px #d3d3d3;
    border-right: solid 1px #d3d3d3;
    min-width: 125px;
}

.nbb-subjects-seeker-init thead th._doc_brain_region,
.nbb-specimens-seeker-init thead th._doc_brain_region {
    min-width: 375px;
}

#export-form .btn,
#subjects-export-form .btn,
#specimens-export-form .btn,
.request-results-export {
    padding: 0;
    vertical-align: baseline;
}

.no-box-shadow {
    box-shadow: none !important;
}

.export-dialog .select2-search-choice {
    width: 100%;
}

.steps {
    background-color: #dee2e6;
    margin-bottom: 10px;
}
.steps > ul {
    width: 100%;
    padding-left: 0;
    list-style: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
    background-color: #dee2e6;
}
.steps > ul > li {
    position: relative;
    display: block;
    padding: 12px 0px 8px 50px;
    width: 100%;
}
.steps > ul > li.selected {
    background: #267652;
}
.steps li a {
    font-family: "Source Sans Pro Bold", "Source Sans Pro Regular", "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #666666;
    padding: 0;
}

.numberCircle {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    padding: 1px 7px 9px;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}

.steps li.selected a.active {
    color: white;
}
.steps li.selected .numberCircle {
    color: white;
    border: 2px solid white;
}

@media (min-width: 910px) {
    .steps > ul {
        width: auto;
        margin-left: -2rem;
    }
    .steps > ul > li {
        width: 165px;
        height: 30px;
        box-sizing: content-box;
        background: #dee2e6;
    }
    .steps > ul li:first-child span.step:before,
    .steps > ul li i:before {
        box-sizing: content-box;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        top: 0;
        left: 0;
        border: solid transparent;
        border-left-color: #dee2e6;
        border-width: 25px;
        z-index: 2;
    }
    .steps > ul > li.selected i:before {
        border-left-color: #267652;
    }
    .steps > ul li:first-child span.step:after,
    .steps > ul li i:after {
        box-sizing: content-box;
        content: "";
        display: block;
        width: 0px;
        height: 0px;
        position: absolute;
        top: -8px;
        left: 0;
        border: solid transparent;
        border-left-color: white;
        border-width: 33px;
        z-index: 1;
    }

    /* Arrows at start and end */
    .steps > ul li i {
        left: auto;
        position: absolute;
        top: 0;
        right: 0;
        border: 0;
    }
}

@media (min-width: 1240px) {
    .steps > ul > li {
        width: 200px;
        height: 40px;
    }
    .steps > ul li:first-child span.step:before,
    .steps > ul li i:before {
        border-width: 30px;
    }
    .steps > ul li:first-child span.step:after,
    .steps > ul li i:after {
        border-width: 38px;
    }
    .steps li a {
        font-size: 18px;
    }
    .numberCircle {
        width: 36px;
        height: 36px;
        padding: 7px 8px 9px;
        margin-right: 10px;
    }
}

.seeker-wrapper .collapse {
    margin-bottom: 0;
}

.subj-flag-icon,
.request-wizard-question-1-icon {
    color: #2d6a9f;
    cursor: pointer;
}

/* =====================================================
 *     PDF Generation
 *     ===================================================== */
@media print {
    .specimen-summary {
        display: none !important;
    }
}

/* =====================================================
 *     DMP
 *     ===================================================== */
.dark-blue {
    color: #00008b;
}

.btn-info {
    color: #fff;
    background-color: #117c96;
    border-color: #117c96;
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075);
}

.btn-info:hover {
    color: #fff;
    background-color: #0d6074;
    border-color: #0c5668;
}

.btn-info:focus,
.btn-info.focus {
    color: #fff;
    background-color: #0d6074;
    border-color: #0c5668;
    -webkit-box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 0 0.2rem rgba(53, 144, 166, 0.5);
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.15),
        0 1px 1px rgba(0, 0, 0, 0.075),
        0 0 0 0.2rem rgba(53, 144, 166, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #117c96;
    border-color: #117c96;
}

.btn-info:not(:disabled, .disabled):active,
.btn-info:not(:disabled, .disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #0c5668;
    border-color: #0b4d5d;
}

.btn-info:not(:disabled, .disabled):active:focus,
.btn-info:not(:disabled, .disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    -webkit-box-shadow:
        inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(53, 144, 166, 0.5);
    box-shadow:
        inset 0 3px 5px rgba(0, 0, 0, 0.125),
        0 0 0 0.2rem rgba(53, 144, 166, 0.5);
}

.bg-info {
    background-color: #117c96 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
    background-color: #0c5668 !important;
}

.alert-info {
    color: #03191e;
    background-color: #cfe5ea;
    border-color: #bcdae2;
}

.alert-warning {
    padding: 25px 25px 10px;
}

.popover {
    --bs-popover-zindex: 2000;
}

.images-content {
    padding-bottom: 1em;
}

#circuit-brain-image {
    width: 55%;
    opacity: 1;
    fill: #981b1e;
}

@media screen and (min-width: 992px) {
    .datashare-bg {
        background-image: url("/static/img/datashare.jpg");
        background-size: contain;
        background-position: right bottom -2rem;
        background-repeat: no-repeat;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 PROCESSING TAB
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.grid-striped > .row:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}

[v-cloak] {
    display: none;
}

.extra-fields-control {
    cursor: pointer;
}

.specimen-processing-group-header {
    display: inline-block;
    cursor: pointer;
}
.specimen-processing-group-header:focus {
    outline: 1px dotted #333;
}

.action-button {
    margin-right: 5px;
    transition: none;
}

.specimen-processing-col {
    overflow-wrap: break-word;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.5s;
}
.fade-enter, .fade-leave-to /* .fade-leave-active below version 2.1.8 */ {
    opacity: 0;
}

.mass-change-buttons-container {
    text-align: right;
}

.text-red {
    color: #ef0000;
}

.edit-batch-accordion > .card {
    margin-top: 10px;
}

.export-results-button {
    padding: 0;
}

/* toxicology report link ("View Full Report") on subject search */
button.open-popup {
    padding: 0;
    color: #2d6a9f;
    text-decoration: none;
}

button.open-popup:hover {
    text-decoration: underline;
}

/* stylelint-enable color-function-alias-notation */
