/* ==================================================
	COLOR SCHEME:
	
	#134463 - darkest blue 
	#195880 - dark blue
	#2276aa - primary blue
	#2a93d5 - secondary/medium blue (light color in gradient)
	#d3eaf8 - light blue: sideNav active and hover
	#f2f9fd - tertiary/accent/light blue (highlight cards, etc.)
	#6d0f3f - accent (burgundy)
	#1e7ac3 (lt blue)/#181274(dk blue) - hero gradient


	FONTS:
================================================== */
/* pt-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 400;
    src:
        url("../fonts/pt-sans-v17-latin-regular.5fe660c3a23b.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */ url("../fonts/pt-sans-v17-latin-regular.755d029b43c6.woff")
            format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "PT Sans";
    font-style: normal;
    font-weight: 700;
    src:
        url("../fonts/pt-sans-v17-latin-700.87a1556b696a.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */ url("../fonts/pt-sans-v17-latin-700.654704e94093.woff")
            format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* century gothic regular */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: 400;
    src:
        url("../fonts/CenturyGothic.95ae634a26c5.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */ url("../fonts/CenturyGothic.309ee19aeb31.woff") format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* century gothic bold */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: "Century Gothic";
    font-style: normal;
    font-weight: 700;
    src:
        url("../fonts/CenturyGothic-Bold.912a21db986d.woff2") format("woff2"),
        /* Chrome 36+, Opera 23+, Firefox 39+ */ url("../fonts/CenturyGothic-Bold.412d01e0c507.woff")
            format("woff"); /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* ==================================================
	Structural
================================================== */
html {
    scroll-behavior: smooth;
    overflow-y: visible;
}
body {
    font-family: "PT Sans", sans-serif;
    font-size: 1.125rem;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    height: 100%;
    color: #333;
}
img,
object,
embed,
video {
    max-width: 100%;
    height: auto;
    width: auto;
} /* responsive media */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-family: "Century Gothic", sans-serif;
    font-weight: 700;
    text-wrap: balance;
}
h1 {
    text-align: center;
    padding: 1.875rem 0;
    max-inline-size: 50ch;
}
h2,
h3 {
    padding-top: 1.875rem;
    margin-top: 0;
    margin-bottom: 0.625rem;
}
.questions-section-wrapper h2,
.questions-section-wrapper h3 {
    padding-top: 0.5rem;
}
h2 {
    font-size: 1.75rem;
}
h3 {
    font-size: 1.25rem;
}
h4 {
    font-size: 1.15rem;
    margin-top: 1.25rem;
}
h5 {
    font-size: 0.875rem;
    margin-top: 0.625rem;
}
a {
    color: #2276aa;
}
/* expand tap targets for links flagged by lighthouse */
body.change-request a:not(.btn, .returntop),
a.external-link,
#request-tabs.nav-tabs .nav-item > .btn {
    position: relative;
    min-width: 48px;
    min-height: 48px;
}
.cart-cell .cart-toggle {
    position: relative;
}
body.change-request a:not(.btn, .returntop)::before,
.breadcrumb-item a::after,
.ck-editor__top .ck-button::before,
.cart-cell .cart-toggle::before {
    position: absolute;
    display: block;
    content: "";
    width: calc(100% + 1rem);
    bottom: 0;
    right: 0;
}
body.change-request a:not(.btn, .returntop)::before,
.ck-editor__top .ck-button::before,
.cart-cell .cart-toggle::before {
    height: 48px;
    top: -12px;
}
body.change-request a:not(.btn, .returntop)::before {
    left: 0;
}
a.external-link::before,
a.external-link::after {
    position: absolute;
    display: block;
    content: "";
    width: 48px;
    height: 48px;
    left: -18px;
    right: 0;
    bottom: 0;
    top: -12px;
}
.table-striped a:not(.btn):not(.external-link) {
    padding: 13px 0;
}
.breadcrumb-item a,
a#cart {
    padding: 13px 0;
}
.ck-toolbar__items > .ck-button,
.ck-toolbar__items .ck-splitbutton {
    padding: 13px !important;
}
.ui-sortable-handle input[type="checkbox"] {
    padding: 0.6rem;
}
a.keyword-helptext-icon {
    width: 48px;
    font-size: 24px;
}
#display-sortable {
    line-height: 2.75;
}
#display-sortable .handle-wrapper {
    width: 48px;
    height: 48px;
    text-align: right;
}
#simple-facet-select-tab a.facet-toggle {
    padding: 0.75rem 1rem;
}
div.facet a[role="button"] {
    padding: 13px 0.5rem 13px 0;
}

/* Login section of header */
.loginWrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.loginWrap .fa {
    color: #2276aa;
    margin-top: 2px;
}
.loginWrap:active .fa,
.loginWrap:focus .fa,
.loginWrap:hover .fa {
    color: #0a58ca;
}
.dropdown #user-menu {
    width: 200px;
    padding: 0.5rem 0.75rem;
}
#search_and_login .btn-link {
    text-decoration: none;
    color: #2276aa;
}
#search_and_login .btn-link:hover {
    text-decoration: underline;
}

/* ==================================================
	Bootstrap overrides/Utility class additions
================================================== */
.min-height {
    min-height: calc(100% + 4.875rem);
}
.dropdown-item.active,
.dropdown-item:active {
    background-color: #181274;
}
.hidden {
    display: none !important;
}
ol,
ul {
    padding-left: 3rem;
}
.bg-primary {
    background-color: #2276aa !important;
    color: #fff !important;
}

/* ==================================================
	Misc
================================================== */
a.skipnav {
    margin: 0 !important;
    clip: unset !important;
}
a.skipnav:focus {
    padding: 15px 25px !important;
    width: unset !important;
    height: unset !important;
}
.content-container .top-content span,
.content-container span,
.arrow {
    display: inline-block;
}
#contactForm label {
    font-weight: 700;
    margin-bottom: 0.25rem;
    font-size: 1.125rem;
}
#contactForm .required label {
    position: relative;
}
#contactForm .required label::after {
    content: "*";
    display: inline-block;
    height: 1rem;
    width: 1rem;
    margin-left: 2px;
    font-size: 80%;
    font-weight: 400;
    position: absolute;
    top: 3px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .card-highlight select {
        max-width: 576px;
    }
    .card-highlight .btn {
        margin-right: auto;
    }
}

.mw-500px {
    min-width: 500px;
}

/* ==================================================
	Voting Tabs
================================================== */
select#id_vote option[disabled="disabled"],
select#id_field_test_exemption option[disabled="disabled"],
select#id_appropriate_type option[value=""] {
    display: none;
}

.table-fixed th:first-child,
.table-fixed td:first-child {
    width: 75%;
}

.table-fixed th:last-child,
.table-fixed td:last-child {
    width: 25%;
}

@media screen and (min-width: 992px) {
    .table-fixed {
        table-layout: auto;
    }
}

/* ==================================================
	Voting and Requests Mass Update
================================================== */

.modal#voting-form-modal .modal-header,
.modal#mass-comment-modal .modal-header {
    background-color: #181274;
}

.modal#voting-form-modal .modal-header:hover,
.modal#voting-form-modal .modal-header:focus,
.modal#mass-comment-modal .modal-header:hover,
.modal#mass-comment-modal .modal-header:focus {
    text-decoration: none;
}

.modal#voting-form-modal .modal-dialog,
.modal#mass-comment-modal .modal-dialog {
    top: 0;
}

#close-mass-comment-modal-button {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.pgsearch-results-table-head {
    z-index: 1;
    border-top: none !important;
}
#requests-results-header {
    z-index: 2;
}

#requests-results-table th a:hover,
#requests-results-table th a:focus {
    color: #23527c !important;
}

/* ==================================================
	Header Styles & Overrides
================================================== */
header .logo-header {
    flex: auto;
}
header .logo-header {
    width: 100%;
    height: auto;
    padding: 9px 0;
}
header .external-link {
    display: none;
}
header .search-and-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
header #search_and_login {
    flex: 0;
}
.ribbon {
    background: #181274;
    color: #fff;
    padding: 0.5rem 0.25rem;
    font-size: 1.25rem;
}

.logo-header img {
    width: 100%;
    height: auto;
}
.breadcrumb,
.navBar {
    background: transparent;
}
.breadcrumb {
    padding: 1rem 1rem 1rem 0;
}
.breadcrumb a:active,
.breadcrumb a:focus,
.breadcrumb a:hover {
    color: #f0f0f0;
}
@media (min-width: 320px) and (max-width: 480px) {
    .logo-header img {
        width: 289px !important;
    }
}
@media (min-width: 481px) {
    header .logo-header {
        width: 450px;
        height: auto;
        padding: 9px 0;
    }
}

/* ==================================================
	General Layout Styles
================================================== */
.page-header {
    background-image: linear-gradient(30deg, #1e7ac3 0%, #181274 50%);
}
h1,
.breadcrumb * {
    color: #fff;
    text-align: left;
}
.breadcrumb {
    padding-top: 0;
    margin-top: 0;
}
.main-bg {
    background: url("../img/heading-bg.e9a88647486c.jpg") center top no-repeat;
    background-size: 100%;
}
.main-bg > .container-fluid {
    background: #fff;
    padding: 1.5rem;
    position: relative;
    top: -4.875rem;
    width: 95%;
}
body.wide-page .main-bg {
    padding: 1rem;
}

/* Remove breadcrumbs on Request Pages */
.bioshare-requests .breadcrumb {
    display: none;
}
.bioshare-requests h1.pb-5.pt-0 {
    line-height: 0.9;
}

/* ==================================================
	Homepage Hero Styles & Overrides
================================================== */
body.home .breadcrumb {
    padding: 1rem 1rem 1rem 0;
}
body.home .page-header {
    background: url("../img/heading-bg.e9a88647486c.jpg") center top no-repeat;
    background-size: cover;
}
.homepage-hero {
    text-align: left;
}
.homepage-hero .main-hero {
    background-image: linear-gradient(45deg, #1e7ac3, #181274);
    color: #fff;
}
.homepage-hero .main-hero h1 {
    color: #fff;
    text-align: left;
    padding-bottom: 0.5rem;
    font-size: 3.5rem;
    line-height: 1;
}
.homepage-hero .admin-hero {
    background: #6d0f3f;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.homepage-hero .admin-hero svg {
    stroke: #6d0f3f;
}
.homepage-hero h1 {
    font-weight: 700;
}
.homepage-hero h1,
.homepage-hero h2,
.homepage-hero h3,
.homepage-hero h4 {
    padding-top: 0;
}
.homepage-hero h2,
.homepage-hero h3,
.homepage-hero h4 {
    text-transform: uppercase;
    color: #fff;
}

.homepage-hero .messages .message {
    margin-top: 20px;
}
.homepage-main h2 .homepage-main h3,
.homepage-main h4,
.homepage-main h2 a,
.homepage-main h3 a,
.homepage-main h4 a {
    text-transform: uppercase;
    color: #181274;
}
.homepage-main .btn-cta svg {
    stroke: #fff;
}
.admin-hero h2 {
    font-size: 2.75rem;
}
.admin-hero h3,
.homepage-main h2 {
    font-size: 2rem;
}
.admin-hero h3 {
    margin-top: 1.5rem;
}
.admin-hero p,
.page-header p {
    margin-bottom: 0.5rem !important;
}
.homepage-main h3 {
    font-size: 1.75rem;
}
.dd-links .introText,
.dd-links .versions-listWrap {
    display: flex !important;
}
.dd-links .introText {
    flex-direction: column !important;
}
.dd-links .versions-listWrap {
    align-items: center !important;
}
.versions-list {
    display: flex;
    justify-content: center;
    align-items: center;
}
.versions-list a {
    margin-right: 1rem;
}
.versions-list a:last-child {
    margin-right: 0;
}
.versionWrap polygon {
    fill: #fff;
}
.versionWrap path {
    fill: #6d0f3f;
}
.versionWrap rect {
    fill: none;
}
.versionWrap .version-label,
.versionWrap .version-number {
    font-family: "Century Gothic";
    font-weight: bold;
    fill: #181274;
}
.versionWrap .version-label {
    font-size: 30px;
}
.versionWrap .version-number {
    font-size: 88px;
}
.version-graphic {
    position: relative;
    overflow: hidden;
}
.version-graphic #hero-bg {
    position: absolute;
    top: -10%;
    bottom: 0;
    right: 0;
    height: 120%;
    opacity: 0.5;
}
.version-graphic h2 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 0.85;
    text-align: center;
    padding-top: 0.75rem;
    position: absolute;
    right: 8.125rem;
}
.version-graphic h2 span {
    display: block;
    opacity: 0.75;
}
.version-graphic h2 span:first-child {
    font-size: 1.4rem;
}
.version-graphic h2 span:last-child {
    font-size: 4.5rem;
}
.versions-list a:hover svg polygon {
    fill: #ffffff8c;
}
.versions-list a:hover svg path {
    fill: #181274;
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}
.versions-list a:hover svg {
    transform: translateY(-10px);
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
    .introText {
        display: block !important;
    }
}
@media screen and (min-width: 768px) {
    .homepage-hero .lead {
        font-size: 1.5rem;
    }
    .homepage-hero .main-hero h1 {
        font-size: 4.5rem;
    }
    .version-graphic #hero-bg {
        opacity: 1;
    }
    .versions-list {
        justify-content: center;
    }
    .admin-hero h3 {
        margin-top: 0;
    }
    .admin-hero p,
    .page-header p {
        margin-bottom: 1rem;
    }
}
@media screen and (min-width: 992px) {
    .versions-list {
        justify-content: flex-end;
    }
}
@media screen and (min-width: 1100px) {
    .homepage-hero .main-hero h1 {
        font-size: 4.75rem;
    }
}
@media screen and (max-width: 685px) {
    .versions-list {
        flex-wrap: wrap;
    }
    .versions-list a svg {
        width: 185px;
        height: 215px;
    }
}
@media screen and (min-width: 426px) and (max-width: 594px) {
    .versions-list a:last-child {
        margin-top: -2.5rem;
        margin-left: -1rem;
    }
}
@media screen and (max-width: 991px) {
    .versions-listWrap {
        padding-top: 3rem;
    }
    .dd-versions,
    .dd-links {
        padding-bottom: 3.5rem;
    }
}

/*.accent-text {font-family: 'PT Serif', serif; font-size: 1.25rem;}*/
.btn-cta {
    border-radius: 50rem;
}
.cta-white {
    background: #fff;
    color: #6d0f3f;
}
.cta-white:active,
.cta-white:focus,
.cta-white:hover {
    background: #181274;
}
.cta-white:active svg,
.cta-white:focus svg,
.cta-white:hover svg {
    stroke: #fff;
}
.cta-accent {
    background: #6d0f3f;
    color: #fff;
}
.cta-accent:active,
.cta-accent:focus,
.cta-accent:hover {
    background: #181274 !important;
    color: #fff !important;
}
.cta-primary {
    background: #1e7ac3;
    color: #fff;
}
.cta-primary:active,
.cta-primary:focus,
.cta-primary:hover {
    background: #181274 !important;
    color: #fff !important;
}

/* ==================================================
	Smart Menus Styles & Overrides
================================================== */
.navBar {
    background: #fef6ed;
}
.sm a:hover,
.sm a:focus,
.sm a:active {
    background: #6d0f3f;
    color: #fff;
    text-decoration: none;
}
.sm-clean a,
.sm-clean a:hover,
.sm-clean a:focus,
.sm-clean a:active {
    font-family: "Century Gothic";
}
li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

/* MOBILE NAV */
#menu-button {
    display: none;
}

@media (max-width: 1022px) {
    /* 992x in Chrome - only show the toggle and hide the menu if JS is enabled */
    .navBar nav {
        padding: 1rem 0 0.5rem;
    }
    .js #menu-button,
    .js #search-tog {
        display: block;
        margin: 0 auto 0.5rem;
        width: 46.5%;
    }
    .js .mobileState {
        display: none !important;
    }
    .sm-clean li {
        flex-basis: 100%;
    }
}
@media (max-width: 47.99em) {
    .sm-clean li {
        text-align: left;
    }
}

/* Active Page */
.home .nav-home > a,
.implementation-timeline .nav-implementation-timeline > a,
.data-dictionary .nav-data-dictionary > a,
.change-request .nav-change-request > a,
.bioshare-requests .nav-change-request > a,
.about .nav-about > a,
.contact .nav-contact > a,
.maintenance .nav-maintenance > a,
.api-export-export-yaml .nav-api-export-yaml > a,
.help .nav-maintenance > a {
    background: #6d0f3f;
    color: #fff;
}
.home .nav-home > a .sub-arrow,
.implementation-timeline .nav-implementation-timeline > a .sub-arrow,
.data-dictionary .nav-data-dictionary > a .sub-arrow,
.change-request .nav-change-request > a .sub-arrow,
.bioshare-requests .nav-change-request > a .sub-arrow,
.about .nav-about > a,
.contact .nav-contact > a .sub-arrow,
.maintenance .nav-maintenance > a .sub-arrow,
.api-export-export-yaml .nav-api-export-yaml > a .sub-arrow,
.help .nav-maintenance > a .sub-arrow {
    border-color: #fff transparent transparent transparent;
}

/* ==================================================
	Side Navigation
================================================== */
.navbar {
    padding-top: 0;
}
.subNav li {
    position: relative;
    border-top: 1px solid #eee;
    width: 100%;
}
.subNav > li:first-child {
    border-top: 1px solid transparent;
}
.subNav li:not(.modal-header) a {
    background: #fff;
    display: block;
    text-align: left;
    padding: 10px 35px 10px 10px;
    line-height: 1.2;
    transition: all 0.1s linear;
}
.subNav li a:hover,
.subNav li a:focus,
.subNav li.is-hover > a {
    background: #d3eaf8;
    color: #fff;
    text-decoration: none;
    transition:
        color 0.1s linear,
        background 0.1s linear,
        border 0.1s linear;
}
.subNav li a.active {
    background: #d3eaf8;
    color: #333;
}
/* override to create the illusion of the Data Dictionary version link being the top level of the side nav */
.sidebar-nav > li a {
    padding-left: 1rem;
}
.sidebar-nav > li:first-child,
.subNav > li:first-child {
    border-top: none;
}
.subNav li.nav-title {
    border: none;
}
.subNav li.nav-title a,
.modal-header {
    color: #212529;
}
.subNav li.nav-title a:active,
.subNav li.nav-title a:focus,
.subNav li.nav-title a:hover,
.subNav li.nav-title a.active,
.modal-header:active,
.modal-header:focus,
.modal-header:hover {
    text-decoration: underline;
}
.subNav li .btn-toggle {
    text-align: left;
    display: flex;
    width: 100%;
    border-radius: 0;
    font-size: 1.125rem;
}
.subNav li .btn-toggle span {
    flex: 1;
}
.subNav li .btn-toggle::before {
    margin-top: 5px;
}
.subNav .collapse,
.modal-dialog ul li .collapse {
    margin-bottom: 0;
}
.btn-toggle,
.btn-toggle-nav li {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
    .subNav li.modal-header a {
        text-align: left;
        padding: 10px 35px 10px 10px;
        line-height: 1.2;
        transition: all 0.1s linear;
    }
}

/* toggle button to show side nav on mobile */
.togSubNav {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    padding: 0.5em 0;
    width: 100%;
    background: #006adc;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 700;
}
.togSubNav svg {
    fill: #fff;
    height: 20px;
    width: 26px;
    margin-right: 0.3rem;
}
.togSubNav:hover,
.togSubNav:focus {
    cursor: pointer;
    background: #2276aa;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
/*.modal-header a, .modal-header .btn-close {color: #fff;}*/
.nav-title.modal-header .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
}
.modal-dialog li:not(.modal-body) a.link-dark {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.65);
}

/* Title Page overrides */
.title-page {
    display: flex;
    flex-wrap: wrap;
}
.title-page button {
    pointer-events: none;
    cursor: default;
    font-size: 1.125rem !important;
}
.title-page .collapse {
    display: block !important;
}
.title-page > li {
    flex: 1 1 100%;
    padding: 1rem;
    margin: 0 1rem 1rem 0;
    border-radius: 0.35rem;
    overflow: hidden;
    position: relative;
}
.title-page > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #f2f9fd;
    border: 1px solid #ccc;
    z-index: -1;
    transition: all 0.3s ease;
}
.title-page > li a,
.title-page > li button {
    text-align: left;
}
.title-page > li.section-standalone:active::before,
.title-page > li.section-standalone:focus::before,
.title-page > li.section-standalone:hover::before {
    background-color: #399cd2;
    border-color: #399cd2;
}
.title-page > li.section-standalone:active a,
.title-page > li.section-standalone:active button h3,
.title-page > li.section-standalone:focus a,
.title-page > li.section-standalone:focus button h3,
.title-page > li.section-standalone:hover a,
.title-page > li.section-standalone:hover button h3 {
    color: #fff !important;
    background: transparent;
}
.title-page .nav-title {
    display: none;
}
.title-page .btn-toggle-nav a {
    display: block;
}
.title-page .btn-toggle-nav a:active,
.title-page .btn-toggle-nav a:hover,
.title-page .btn-toggle-nav a:focus {
    background-color: transparent;
}
.title-page .btn-toggle-nav {
    padding-left: 0.5rem;
    font-size: 1.125rem !important;
}
.title-page .btn-toggle,
.title-page .btn-toggle-nav li {
    padding-top: 0;
    padding-bottom: 0;
}
.title-page .btn-toggle::before {
    content: "";
    width: unset;
}
.title-page > li > a {
    font-weight: bold;
}
.title-page .list-unstyled.btn-toggle-nav {
    list-style: circle;
    padding-left: 40px;
}
.title-page .list-unstyled.btn-toggle-nav a {
    padding-left: 0 !important;
}
.title-page .section-standalone {
    padding: 0;
}
.title-page .section-standalone h3 {
    display: block;
    padding: 0;
    margin: 0;
}
.title-page .section-standalone a {
    display: block;
    padding: 1rem;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .title-page > li:nth-child(odd) {
        margin-right: 0;
        margin-left: 0.5rem;
    }
    .title-page > li:nth-child(even) {
        margin-right: 0.5rem;
        flex-grow: unset;
        flex-shrink: unset;
    }
    .title-page > li,
    .title-page > li:last-child {
        flex: unset;
        flex-basis: 49%;
    }
}
@media screen and (min-width: 1200px) {
    .title-page > li:nth-child(3n + 4) {
        margin-right: 0;
    }
    .title-page > li {
        flex: 1;
        flex-basis: calc(100% / 3.25);
    }
    .title-page > li:last-child {
        flex-grow: unset;
        flex-shrink: unset;
        flex-basis: calc(100% / 3.075);
    }
}

/***** Bootstrap Collapsible Sidebar Styles *****/
.dropdown-toggle {
    outline: 0;
}
.nav-flush .nav-link {
    border-radius: 0;
}
.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, 0.85);
    background-color: #d3eaf8;
}
.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: 0.5em 50%;
}
.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}
.btn-toggle-nav a {
    display: inline-flex;
    padding: 0.1875rem 0.5rem;
    padding-left: 36px !important;
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d3eaf8;
}
.scrollarea {
    overflow-y: auto;
}
.fw-semibold {
    font-weight: 600;
}
.lh-tight {
    line-height: 1.25;
}

/* toggle button to show side nav on mobile */
.togSubNav {
    display: none;
    position: fixed;
    z-index: 100;
    bottom: 0;
    left: 0;
    padding: 0.5em 0;
    width: 100%;
    background: #2276aa;
    color: #fff;
    border: none;
    font-size: 1rem;
    font-weight: 700;
}
.togSubNav svg {
    fill: #fff;
    height: 20px;
    width: 26px;
    margin-right: 0.3rem;
}
.togSubNav:hover,
.togSubNav:focus {
    cursor: pointer;
    background: #2276aa;
}
@media (max-width: 61.99em) {
    /* JS recreates the left navigtaion in an overlay for mobile, so we can hide the original */
    .subNav-wrap .subNav {
        display: none;
    }
    .togSubNav {
        display: block;
    }
    .subNav {
        font-size: 1rem;
    }
    /*.subNav .heading { display: none; }*/
}

/* menu toggles for sub-sections +/- */
.subNav .expand {
    position: absolute;
    right: 5px;
    top: 11px;
    display: block;
    border: none;
    background: none;
    padding: 0;
    line-height: 0;
    cursor: pointer;
    z-index: 999;
}
.subNav .expand:focus {
    outline: 1px dotted #000;
}

.subNav .expand svg {
    padding: 4px;
    border-radius: 3px;
    height: 22px;
    width: 22px;
}
.subNav .expand svg rect {
    fill: #333;
}
.subNav a:hover + .expand svg rect,
.subNav li.is-hover > .expand svg rect {
    fill: #fff;
}
.subNav a.active:hover + .expand svg rect,
.subNav li.is-hover .active + .expand svg rect {
    fill: #333;
}

.subNav .expand .vert {
    opacity: 1;
    transition: opacity 0.1s linear;
}
.subNav .expand[aria-expanded="true"] .vert {
    opacity: 0;
    transition: opacity 0.1s linear;
}

/* Seeker Overrides */
.select2-selection--multiple .select2-choices .select2-search-choice {
    line-height: 16px;
}
.table-striped a:not(.btn) {
    color: #1d5d94;
}
#simple-facet-select-tab a.nav-link:active,
#simple-facet-select-tab a.nav-link:focus {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color);
}
.long-export-time-warning {
    margin: 5px 15px;
}

/* ==================================================
	Buttons
================================================== */
a.btn:active,
a.btn:focus,
a.btn:hover {
    color: #fff;
}
.btn-primary {
    background-color: #2276aa;
    border-color: #2276aa;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background-color: #181274;
    border-color: #181274;
}
.cta-white-alt {
    color: #1c5cac;
}
.pub-unpub button,
.pub-unpub a.btn {
    width: 100%;
}

@media (min-width: 576px) {
    .pub-unpub button,
    .pub-unpub a.btn {
        width: 46.5%;
    }
}
@media (min-width: 992px) {
    .pub-unpub button,
    .pub-unpub a.btn {
        width: 25%;
    }
}

.bioshare-requests .request-workflow > .col-lg-12 {
    padding-bottom: 0;
}
.bioshare-requests .workflow-buttons button {
    margin-left: 0 !important;
    margin-bottom: 0.75rem !important;
}
.bioshare-requests .workflow-buttons,
.bioshare-requests .workflow-buttons button {
    width: 100%;
}
@media (min-width: 576px) {
    .bioshare-requests .workflow-buttons button {
        width: auto;
    }
    .bioshare-requests .workflow-button-margins.ms-1.btn {
        margin-left: 0.5rem !important;
    }
    .bioshare-requests .workflow-button button {
        margin-bottom: 0rem !important;
    }
}

/* ==================================================
	Cards & Diagrams
================================================== */
.cardWrap {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.card-25,
.card-33,
.card-50 {
    display: flex;
    width: 100%;
    padding: 1.5rem 0 0 0;
}
.card-25:first-child,
.card-33:first-child,
.card-50:first-child {
    padding-top: 0.5rem;
}
.card-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding: 1rem;
}
.card-primary .clickableCard {
    margin-bottom: 1.5rem;
}
.card-primary .clickableCard:last-child {
    margin-bottom: 0;
}
div[class*="col-"].float-right {
    float: none !important;
}
@media screen and (min-width: 576px) {
    .card-25:nth-child(-n + 2) {
        padding-top: 0.5rem;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .card-25 {
        display: flex;
        width: 50%;
    }
    .card-25:nth-child(odd) {
        padding-right: 0.5rem;
    }
    .card-25:nth-child(even) {
        padding-left: 0.5rem;
    }
}
@media screen and (min-width: 768px) {
    .card-primary .clickableCard {
        display: flex;
    }
    .card-primary .clickableCard:last-child {
        margin-bottom: 1.5rem;
    }
    .card-33 {
        display: flex;
        width: 33.33%;
    }
    .card-33,
    .card-50 {
        padding-top: 0.5rem;
    }
    .card-25,
    .card-50 {
        display: flex;
        width: 50%;
    }
    .card-25:nth-child(odd),
    .card-33:nth-child(odd),
    .card-50:nth-child(odd) {
        padding-right: 1rem !important;
    }
    .card-25:nth-child(even),
    .card-33:nth-child(even),
    .card-50:nth-child(even) {
        padding-left: 1rem !important;
    }
    div[class*="col-"].float-right {
        float: right !important;
    }
}
@media screen and (min-width: 992px) {
    .card-25 {
        display: flex;
        width: 25%;
    }
    .card-25:nth-child(-n + 2) {
        padding: 0.5rem 1rem 0 0;
    }
    .card-25:nth-child(3) {
        padding: 0.5rem 1rem 0;
    }
    .card-25:nth-child(4) {
        padding: 0.5rem 0 0 1rem;
    }
}
.card-head.card-gradient {
    background-image: linear-gradient(
        to bottom,
        #2a93d5 0%,
        #195880 100%
    ); /*linear-gradient(to bottom,#3A6AE4 0%, #2D498A 100%);*/
    border: 1px solid #195880;
}
.card-gradient .card-title,
.card-gradient .card-title a {
    color: #fff;
}
.card-highlight {
    background: #f2f9fd;
    padding: 1rem;
}
/***** on DD landing page, turn the parent and standalone left nav items into cards *****/
.landing-cards .card-highlight {
    height: 100%;
    position: relative;
    top: 0;
    transition: all 0.2s ease;
}
/***** on hover/focus, turn background med. blue and links white; give a soft box shadow and create subtle movement *****/
.landing-cards .card-highlight:not(.closed):focus,
.landing-cards .card-highlight:not(.closed):hover {
    background: #1e7ac3;
    top: -0.25rem;
    box-shadow: 0 3px 6px rgba(30, 122, 195, 0.45);
    transition: all 0.2s ease;
}
.landing-cards .card-highlight:focus a,
.landing-cards .card-highlight a:focus,
.landing-cards .card-highlight:hover a,
.landing-cards .card-highlight a:hover {
    color: #fff;
    transition: all 0.2s ease;
}
.landing-cards .card-highlight a:focus,
.landing-cards .card-highlight a:hover {
    text-decoration: none;
}
/***** on DD landing page, make sure table cards have table icons *****/
.table-icon a {
    padding-left: 1.5rem;
    position: relative;
    font-weight: 700;
}
.table-icon a::before {
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%232276aa' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z'/%3E%3C/svg%3E");
}
.table-icon:focus a::before,
.table-icon:hover a::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z'/%3E%3C/svg%3E");
}
.card-highlight h2 {
    font-size: 1.25rem;
    padding-top: 0;
}
.card-highlight ul:last-child {
    margin-bottom: 0;
}
.card-maintenance .card-50 .card,
.card-maintenance .card-33 .card,
.card-maintenance .card-25 .card {
    width: 100%;
    flex: 1 1 auto;
}
.card-maintenance .card.card-highlight h3 {
    padding: 0 0 1.25rem;
}
.card-maintenance .card.card-highlight a {
    min-width: 75% !important;
    width: auto !important;
}

.django-ckeditor-widget {
    width: 100%;
}
.ck-editor__editable p {
    margin: 0 !important;
}
.ck-editor__editable_inline {
    min-height: 300px;
}
.ck.ck-sticky-panel__placeholder {
    display: none !important;
    height: 0px !important;
}
.ck.ck-sticky-panel__content.ck-sticky-panel__content_sticky {
    top: 0 !important;
    width: auto !important;
}

#id_content-group .ck-editor__editable_inline {
    min-height: 700px;
}
#id_code_heading-group .ck-editor__editable_inline,
#id_code_note-group .ck-editor__editable_inline {
    min-height: 150px;
}
#id_code_list_formset-group .ck-editor__editable_inline {
    min-height: 60px;
}
.right-side,
.square,
.circle,
.rectangle {
    background-color: #e4e4e4;
}
.square,
.rectangle,
.circle {
    border: 1px solid #000;
    height: 150px;
    width: 150px;
}
.rectangle {
    width: 250px;
}
.circle {
    border-radius: 50%;
}

.right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.arrow {
    border: 1px solid #000;
    border-width: 0 3px 3px 0;
    padding: 3px;
}

.naaccr-card {
    position: relative;
    top: 0;
    box-shadow: 0 3px 3px rgb(0 0 0 / 18%);
    transition: all 0.3s ease-in-out;
}
.naaccr-card:hover,
.naacr-card:focus {
    top: -0.35rem;
    box-shadow: 0 3px 6px 3px rgb(25 88 128 / 18%);
}
.naaccr-card .card-body {
    border: 1px solid #195880;
    border-top: none;
}
.naaccr-card p {
    margin-bottom: 0;
}
.version-card {
    font-family: "Century Gothic", sans-serif !important;
    display: flex;
    flex-direction: column;
    justify-contents: center;
    align-items: center;
    margin-bottom: 2rem;
}
.version-card .btn {
    width: auto;
    font-weight: 700;
}
.available-version {
    background: url("../img/empty-hex.9c5d9a59c651.png") center no-repeat;
    background-size: cover;
    aspect-ratio: 1;
    max-width: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-align: center;
    color: #181274;
}
.available-version .textWrapper {
    height: 100%;
    padding: 0 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.available-version .textWrapper p {
    margin-bottom: 0;
}
.not-available-card {
    border-radius: 0.5rem;
    border: 10px solid #6d0f3f;
    color: #181274;
    padding: 1rem;
}
span.past-due {
    font-weight: 700;
    display: block;
}
.not-available-card h2 {
    padding-top: 0;
    color: #181274;
    font-weight: 700;
}
.not-available-card p:last-child {
    margin-bottom: 0;
}
.padding-override {
    padding-left: 2.5rem;
    line-height: 1.6;
}

.currently-available {
    padding-top: 1.5rem;
    font-family: "Century Gothic", sans-serif !important;
}
.currently-available .card-content .cta-pastDue {
    background: #ffc107;
    border: 1px solid #333333;
    font-weight: 700;
    width: 100%;
    border-radius: 0.25rem !important;
    margin: 0.75rem 0;
}
.currently-available .card-content .cta-pastDue p {
    margin-bottom: 0;
    font-weight: 700 !important;
}
.currently-available .card-head *,
.currently-available .card-content {
    color: #181274;
}
.currently-available .landing-cards .card-content {
    margin: 0 0 auto;
    font-size: 90%;
}
.currently-available .landing-cards .card-footer {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    text-align: center;
}
.currently-available .landing-cards .card-footer a {
    padding: 0.5rem 1.5rem;
    font-weight: 700;
    min-width: 250px;
}
.currently-available .closed {
    filter: grayscale(1) !important;
}
.currently-available .landing-cards .card-highlight:focus,
.currently-available .landing-cards .card-highlight:hover {
    background: #f2f9fd;
}

@media (min-width: 992px) {
    .currently-available .landing-cards .card-footer a,
    .currently-available .landing-cards .card-content .cta-pastDue {
        width: 75%;
    }
}
@media (min-width: 768px) {
    .version-card {
        margin-bottom: 1rem;
    }
    .version-card .btn {
        width: 100%;
    }
}

@media (max-width: 300px) {
    .available-version .textWrapper {
        padding: 0 1rem;
        font-size: 85%;
    }
}
/* ==================================================
	Forms
================================================== */

form > fieldset {
    position: relative;
    margin-bottom: 30px;
}

form > fieldset > *:not(legend) {
    padding-left: 20px;
    margin-bottom: 1em;
}

form > fieldset > legend,
#request-action.style-tab-view h2 {
    background: #181274;
    color: #fff;
    font-size: 20px;
    padding: 12px 12px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid initial;
    white-space: nowrap;
}

#request-action.style-tab-view h3 {
    background: #2276aa;
    color: #fff;
    font-size: 20px;
    padding: 12px 12px 12px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid initial;
    white-space: nowrap;
    margin-top: 12px;
    margin-bottom: 12px;
}

form div.tab-content,
#request-action.style-tab-view div.view-section {
    padding-left: 20px;
}

#request-action.style-tab-view div.view-section {
    margin-bottom: 1em;
}

.data-item.dataItem-wrap > div[class^="data-item-"] label {
    margin: 0 0 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
}
.data-item.dataItem-wrap > div[class^="data-item-"] > div:first-child label {
    margin-top: 1rem;
}
.altNames-wrap .bioshare-form-group,
#id_code_list_formset-group .formset-form {
    margin-bottom: 0 !important;
}
.altNames-wrap .bioshare-form-group > div,
#id_code_list_formset-group .formset-form,
#id_alternate_name_formset-group .formset-form {
    margin-bottom: 1.5rem !important;
}
.altNames-wrap .bioshare-form-group:last-child > div,
#id_code_list_formset-group .formset-form:last-child {
    margin-bottom: 0.25rem !important;
}
.select2-selection--multiple {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}
.select2-selection .select2-choice {
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    height: unset;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0.375rem;
    background-image: none;
}

.select2-container .select2-selection--single {
    min-height: 32px;
}

.select2-selection.select2-selection--single.form-control {
    padding-top: 0;
}
.select2-selection .select2-arrow {
    display: none !important;
}
.select2-selection-multi .select2-choices {
    background-image: none;
}
.select2-selection-active .select2-choice,
.select2-selection-active .select2-choices {
    box-shadow: none;
}
input[type="checkbox"] {
    position: relative;
    top: 1px;
}
input[type="checkbox"]::before,
input[type="checkbox"]::after {
    display: block;
    content: "";
    position: absolute;
    left: -1rem;
    right: 0;
    top: -1rem;
    bottom: 0;
    width: 48px;
    height: 48px;
}
input[disabled="true"],
input[disabled="true"].form-check-input:disabled {
    pointer-events: auto;
    cursor: not-allowed;
}
.form-check-input:checked {
    background-color: #2276aa;
    border-color: #134463;
}
.ui-sortable-handle input[type="checkbox"] {
    top: 8px;
}
.attachments-container label {
    font-weight: bold;
}

[x-cloak] {
    display: none !important;
}

span.diff-add {
    color: #3c5821;
    background: #e6f0da;
}

span.diff-remove {
    color: #900;
    background: #ffd6d6;
}

/* 
  Anything here is in a block that is markdown rendered to html. 
  We want to render the markdown as pure as possible to ignore things from site's styling like p margins, etc..
*/
.markdown-html p {
    margin: 0px;
    padding: 0px;
}

.revision > label,
.revision #id_record_type-label {
    color: rgb(var(--bs-danger-rgb));
}

.tab-has-errors {
    display: none;
}

:has(#data-item-record-layout-tab-pane .errorlist) #record-layout-tab-has-error,
:has(#data-item-description-clarification-tab-pane .errorlist)
    #description-clarification-tab-has-error,
:has(#data-item-alternate-names-tab-pane .errorlist) #alternate-names-tab-has-error,
:has(#data-item-codes-tab-pane .errorlist) #codes-tab-has-error {
    display: inline;
}

/* ==================================================
	Data Dictionary Chapter Styles
================================================== */
.questions-section-wrapper {
    position: relative;
    line-height: 1.5;
}
.questions-section-wrapper h2:first-child {
    padding-top: 0;
}
.questions-section-wrapper h3 {
    padding-top: 0.25rem;
}
.questions-section-wrapper h3 + p {
    transform: translateY(-0.25rem);
}
.citation {
    margin-bottom: 0.75rem;
    padding-top: 0.75rem;
}
.citation cite {
    font-style: normal;
    margin-left: 1rem;
    border-left: 5px solid #399cd2;
    display: block;
    padding: 0.5rem 1rem;
}
ul.accent-list {
    padding: 0;
    display: inline-block;
    width: 100%;
    border: 1px solid #399cd2;
    border-top: none;
}
ul.accent-list li {
    list-style-type: none;
    border-bottom: 1px solid #399cd2;
    padding: 0.5rem 2rem 0.5rem 0.5rem;
}
ul.accent-list li:last-child {
    border-bottom: none;
}
h3.list-title {
    background-image: linear-gradient(to bottom, #2a93d5 0%, #195880 100%);
    color: #fff;
    margin: 1.25rem 0 0;
    padding: 1rem 0.5rem;
    width: 50%;
    min-width: 475px;
}

@media (min-width: 768px) {
    ul.accent-list,
    .list-title {
        width: 50%;
        min-width: 475px;
    }
}

/* ==================================================
	Data Item Styles
================================================== */
.dataItem-stats {
    margin-bottom: 1rem;
}
.dataItem-stats p {
    margin-bottom: 0;
}
.nav-tabs .nav-link:not(.active) {
    background-color: #2276aa;
    border: 1px solid #134463;
    color: #fff;
}
.nav-tabs .nav-link.disabled {
    opacity: 0.5;
}
li.alt-name {
    padding-left: 0.25rem;
}

/* ==================================================
	Subway Map Progress (Requests)
================================================== */
.usa-sr-only {
    position: absolute;
    left: -999em;
    right: auto;
}
.usa-step-indicator__current-step {
    height: 2.5rem;
    border-radius: 99rem;
    width: 2.5rem;
    font-weight: 400;
    font-feature-settings:
        "tnum" 1,
        "kern" 1;
    background-color: #005ea2;
    color: #fff;
    display: inline-block;
    padding: 0.45rem;
    text-align: center;
}
.usa-step-indicator__total-steps {
    font-weight: 400;
    font-feature-settings:
        "tnum" 1,
        "kern" 1;
    color: #005ea2;
    margin-right: 0.5rem;
}
.usa-step-indicator {
    margin-bottom: 0.75rem;
}
.usa-step-indicator__heading {
    display: inline-block;
    padding: 0.25rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0;
}
.usa-step-indicator__segments {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.usa-step-indicator__segment {
    flex: 1 1 0%;
    counter-increment: usa-step-indicator;
    margin-left: 1px;
    margin-right: 1px;
    max-width: 15rem;
    min-height: 0.5rem;
    position: relative;
}
.usa-step-indicator__segment:after {
    background-color: #919191;
    content: "";
    display: block;
    height: 0.5rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.usa-step-indicator__segment--complete .usa-step-indicator__segment-label {
    color: #162e51;
}
.usa-step-indicator__segment-label {
    display: none;
}
.site-preview-heading {
    position: relative;
    padding-top: 0;
}
.usa-step-indicatorWrap {
    padding-top: 1rem !important;
}

@media screen and (min-width: 61.99em) {
    .usa-step-indicator--counters .usa-step-indicator__segment:before,
    .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
        height: 2.5rem;
        border-radius: 99rem;
        width: 2.5rem;
        font-feature-settings:
            "tnum" 1,
            "kern" 1;
        background-color: #fff;
        box-shadow:
            inset 0 0 0 0.25rem #919191,
            0 0 0 0.25rem #f4f4f4;
        color: #5c5c5c;
        content: counter(usa-step-indicator);
        display: block;
        font-weight: 700;
        left: 0;
        line-height: 0.9;
        padding: 0.62rem;
        position: absolute;
        text-align: center;
        top: -1rem;
        z-index: 100;
    }
    .usa-step-indicator--counters-sm .usa-step-indicator__segment:before {
        height: 1.5rem;
        border-radius: 99rem;
        width: 1.5rem;
        font-size: 0.93rem;
        padding: calc(0.25rem - -1px);
        top: -0.5rem;
    }
    .usa-step-indicator--counters .usa-step-indicator__segment,
    .usa-step-indicator--counters-sm .usa-step-indicator__segment {
        margin-left: 0;
        margin-right: 0;
        margin-top: 1.25rem;
    }
    .usa-step-indicator__segment-label {
        color: #5c5c5c;
        display: block;
        font-size: 1.06rem;
        margin-top: 1rem;
        padding-right: 2rem;
        text-align: left;
    }
    .usa-step-indicator--counters-sm .usa-step-indicator__segment {
        margin-top: 0.75rem;
    }
    .usa-step-indicator--counters-sm .usa-step-indicator__segment-label {
        margin-top: 1.5rem;
    }
    .usa-step-indicator__segment:after {
        height: 0.5rem;
    }
}

/* Completed Steps */
.usa-step-indicator--counters .usa-step-indicator__segment--complete::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--complete::before {
    background-color: #162e51;
    box-shadow: 0 0 0 0.25rem #f4f4f4;
    color: #fff;
}
.usa-step-indicator__segment--complete::after {
    background-color: #162e51;
}

/* Current Step */
.usa-step-indicator--counters .usa-step-indicator__segment--current::before,
.usa-step-indicator--counters-sm .usa-step-indicator__segment--current::before {
    background-color: #005ea2;
    box-shadow: 0 0 0 0.25rem #f4f4f4;
    color: #fff;
}
.usa-step-indicator__segment--current::after {
    background-color: #005ea2;
}
.usa-step-indicator__segment--current .usa-step-indicator__segment-label {
    color: #005ea2;
    font-weight: 700;
}

/* Request On Hold */
.usa-step-indicator--counters
    .usa-step-indicator__segment--complete.segment--closed.on-hold::before,
.usa-step-indicator--counters-sm
    .usa-step-indicator__segment--complete.segment--closed.on-hold::before {
    background-color: #bb0e3d;
    box-shadow: 0 0 0 0.25rem #f4f4f4;
    color: #fff;
}
.usa-step-indicator__segment--complete.segment--closed.on-hold::after {
    background-color: #bb0e3d;
}
.usa-step-indicator__segment--complete.segment--closed.on-hold .usa-step-indicator__segment-label {
    color: #bb0e3d;
}

/* Request Withdrawn */
.usa-step-indicator--counters
    .usa-step-indicator__segment--complete.segment--closed.withdrawn::before,
.usa-step-indicator--counters-sm
    .usa-step-indicator__segment--complete.segment--closed.withdrawn::before {
    background-color: #bb0e3d;
    box-shadow: 0 0 0 0.25rem #f4f4f4;
    color: #fff;
}
.usa-step-indicator__segment--complete.segment--closed.withdrawn::after {
    background-color: #bb0e3d;
}
.usa-step-indicator__segment--complete.segment--closed.withdrawn
    .usa-step-indicator__segment-label {
    color: #bb0e3d;
}

/* Request Denied */
.usa-step-indicator--counters .usa-step-indicator__segment--complete.segment--closed.denied::before,
.usa-step-indicator--counters-sm
    .usa-step-indicator__segment--complete.segment--closed.denied::before {
    background-color: #bb0e3d;
    box-shadow: 0 0 0 0.25rem #f4f4f4;
    color: #fff;
}
.usa-step-indicator__segment--complete.segment--closed.denied::after {
    background-color: #bb0e3d;
}
.usa-step-indicator__segment--complete.segment--closed.denied .usa-step-indicator__segment-label {
    color: #bb0e3d;
}

/* Request Converted */
.usa-step-indicator--counters
    .usa-step-indicator__segment--complete.segment--closed.converted::before,
.usa-step-indicator--counters-sm
    .usa-step-indicator__segment--complete.segment--closed.converted::before {
    background-color: #bb0e3d;
    box-shadow: 0 0 0 0.25rem #f4f4f4;
    color: #fff;
}
.usa-step-indicator__segment--complete.segment--closed.converted::after {
    background-color: #bb0e3d;
}
.usa-step-indicator__segment--complete.segment--closed.converted
    .usa-step-indicator__segment-label {
    color: #bb0e3d;
}

.request-workflow {
    margin-bottom: 1.5rem !important;
    border: 1px solid #dee2e6;
    border-top-color: transparent;
}

.request-info {
    border-bottom-color: transparent;
}

.revise-instructions {
    background-color: #f4f4f4;
    border: 1px solid #dee2e6;
    padding: 14px 4px;
    margin-left: 20px;
    margin-top: 74px;
}
.revise-instructions p {
    margin-bottom: 0px;
    margin-left: 10px;
}

.data-item-value {
    margin-left: 40px;
}

#data-item-edit-tab .badge {
    position: relative;
    top: -8px;
    right: -8px;
}
/* ==================================================
	Request Tabs
================================================== */

.tabs-override .request-header div.d-lg-block {
    display: none !important;
}

.tabs-override .request-header div.dropdown.d-lg-none {
    display: block !important;
}

@media screen and (min-width: 1200px) {
    .tabs-override .request-header div.d-lg-block {
        display: block !important;
    }

    .tabs-override .request-header div.dropdown.d-lg-none {
        display: none !important;
    }
}

/* ==================================================
	Modal Window
================================================== */
.modalItem {
    display: inline-block;
}

/* no JS? no modal trigger shown */
.modalItem-trigger {
    display: none;
}

/* js class on body? we got JS, so show the modal trigger */
.js .modalItem-trigger {
    display: inline-block;
}

/* js class on body? we got JS, so hide the provided content, it will go into a modal now */
.js .modalItem-content {
    display: none;
}

/* style the provided content in case there is no JS */
.modalItem-content {
    padding: 1rem;
    border: 1px solid #ccc;
    background: #f2f2f2;
}
.modalItem-title {
    font-size: 1.25rem;
    font-weight: bold;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 1rem;
}
.bootstrap-dialog.type-primary .modal-header {
    background-color: #2276aa;
}
.modal-header.bootstrap-dialog-draggable .bootstrap-dialog-close-button .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e")
        center/1em auto no-repeat;
}

.bioshare-requests .btn-close {
    filter: invert(1) grayscale(100%) brightness(200%);
}
.bioshare-requests .modal-dialog {
    top: calc(100vh - 75%);
}

/* ==================================================
	Tables
================================================== */
caption {
    caption-side: top;
    font-size: 1.5rem;
    font-weight: 700;
}
.table-light th,
/* .thead-light th, */
.table-seeker th,
.table-seeker td._codes table td:first-child {
    background-color: #2276aa !important;
    color: #fff !important;
    border-top: 1px solid #ddd;
}
.table-striped > tbody > tr:nth-child(2n + 1) > th {
    --bs-table-accent-bg: initial;
    --bs-table-color-type: initial;
    --bs-table-bg-type: initial;
}
.table-light th a,
.table-seeker th a,
.table-light th a,
.table-seeker th a,
.table-striped th a:not(.btn) {
    color: #fff;
}

.table-striped .pgsearch-results-table-head th a {
    color: #2276aa;
}
.table-striped th a:not(.btn):hover,
.table-striped th a:not(.btn):focus {
    color: #fff;
}
th.sort {
    background-image: url("../img/sortable.c007cca2beb9.png");
    padding-left: 15px;
}
th.sort.asc a,
th.sort.desc a,
th.sort.asc,
th.sort.desc {
    background-color: #f2f9fd;
    color: #2276aa !important;
}
.table > :not(caption) {
    border-top: 2px solid #ddd;
}
.table-hover > tbody > tr:hover > * {
    background-color: rgb(217 237 247 / 50%);
    box-shadow: none;
}
.codesTable th {
    width: auto;
    min-width: 50px;
}
.codesTable td.bg-secondary {
    color: #fff !important;
}
.table-responsive td.footnote {
    border-color: transparent;
    font-size: 90%;
}
#sticky-header {
    position: sticky;
    z-index: 1000;
    background: #fff;
    top: 0;
}
#dataitem-export-dropdown {
    z-index: 1500;
}
#results .cart {
    background-color: #fff;
}
#results-count-header {
    margin: 0 0 0.5rem 0;
    padding-top: 0.5rem;
}
.page-link.active,
.active > .page-link {
    background-color: #2276aa;
    border-color: #2276aa;
}
.page-link {
    color: #2276aa;
}
.table-gradient a.gradient {
    z-index: 99;
}
a.dropdown-item.facet-toggle:hover {
    text-decoration: none !important;
}
#simple-facet-select-tab .dropdown-item .fa-toggle-on::before,
#simple-facet-select-tab .dropdown-item .fa-toggle-off::before {
    color: #2276aa;
}
#simple-facet-select-tab .dropdown-item.active .fa-toggle-on::before,
#simple-facet-select-tab .dropdown-item:active .fa-toggle-on::before,
#simple-facet-select-tab .dropdown-item.active .fa-toggle-off::before,
#simple-facet-select-tab .dropdown-item:active .fa-toggle-off::before {
    color: #fff;
}
.ui-sortable .form-check .handle-wrapper {
    padding-right: 1rem;
}
.implementation-timeline-table thead {
    text-align: center;
}
#drag-button {
    cursor: pointer;
    float: right;
}
@media (min-width: 576px) {
    .codesTable th {
        min-width: 100px;
    }
}

/* ==================================================
	Tabs
================================================== */
.data-item.dataItem-wrap {
    border: 1px solid #dee2e6;
    border-top: none;
}
.data-item.dataItem-wrap > div[class^="data-item-"] {
    margin: 0 1.5rem;
}

/* tabs with tabs-md class will go full width at this breakpoint */
@media screen and (max-width: 992px) {
    .nav-tabs.tabs-md {
        margin-bottom: 0;
        background: none;
    }
    .nav-tabs.tabs-md .nav-item {
        display: block;
        width: 100%;
        margin-bottom: 0.35rem;
    }
    .nav-tabs.tabs-md .nav-link {
        display: block;
        border: none;
        font-family: "Century Gothic", sans-serif;
        position: relative;
        background: #f4f4f4;
        padding: 0.5rem 1rem 0.5rem 3.5rem;
        box-shadow: inset 6rem 0 0 -3.5rem #2276aa;
        font-weight: 700;
        border-radius: 4px;
        color: #2276aa;
    }
    .nav-tabs.tabs-md .nav-link.disabled {
        box-shadow: none;
        opacity: 0.75;
    }
    .nav-tabs.tabs-md .nav-link.disabled::before {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' aria-hidden='true' focusable='false' fill='%232276aa'%3E%3Crect class='vert' height='15' width='5' y='0' x='5'%3E%3C/rect%3E%3Crect height='5' width='15' y='5' x='0'%3E%3C/rect%3E%3C/svg%3E")
            0 0 no-repeat;
        opacity: 0.75;
    }
    .nav-tabs.tabs-md .nav-link::after {
        display: none;
    }
    .nav-tabs.tabs-md .nav-link::before {
        display: block;
        width: 16px;
        height: 16px;
        content: "";
        position: absolute;
        top: 0.85rem;
        left: 0.75rem;
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15 15' aria-hidden='true' focusable='false' fill='%23fff'%3E%3Crect class='vert' height='15' width='5' y='0' x='5'%3E%3C/rect%3E%3Crect height='5' width='15' y='5' x='0'%3E%3C/rect%3E%3C/svg%3E")
            0 0 no-repeat;
    }
    .nav-tabs.tabs-md .nav-link.active,
    .nav-tabs.tabs-md .nav-link:focus,
    .nav-tabs.tabs-md .nav-link:hover {
        background: #2276aa;
        color: #fff;
    }
    .nav-tabs.tabs-md .nav-item button {
        width: 100%;
        text-align: start;
    }
}

/* ==================================================
	Toggles
================================================== */
.tog-control {
    padding: 0;
    margin: 0;
}
.tog-control button {
    display: table;
    border: none;
    width: 100%;
    font-size: 1rem;
    margin: 0.5rem 0 0 0;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    text-align: left;
    background: #f4f4f4;
    color: #2276aa;
    transition: all 0.2s ease-in-out;
}
/* account for toggle on gray background, give white background on elements instead */
.bg-lightgray .tog-control button,
.bg-lightgray .tog-content {
    background: #fff;
}
.tog-control button:hover {
    cursor: pointer;
    background: #2276aa;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.tog-control button[aria-expanded="true"] {
    background: #2276aa;
    color: #fff;
}
.tog-control button[aria-expanded="true"] .vert {
    display: none;
}
.tog-control .tog-title {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5rem 1rem;
}
.tog-content {
    display: none;
    border: 1px solid #ddd;
    padding: 1rem;
    margin: 0.25rem 0 1rem 0;
}
.tog-content > :last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.state {
    display: table-cell;
    background: #2276aa;
    border-radius: 3px 0 0 3px;
    padding: 13px;
    line-height: 0;
    width: 41px;
}
.state svg {
    height: 15px;
    width: 15px;
}
.state svg rect {
    fill: #fff;
}
.table-responsive table,
.table-responsive th,
.table-responsive td {
    border: 1px solid #dee2e6;
}
body.wide-page main .container-fluid {
    max-width: 95vw;
}
body.wide-page main .page-header .container-fluid {
    width: 95%;
}

.revised-data-item {
    background-color: #a7d9f2 !important;
}
.toggle-facet-column-button {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.toggle-facet-column-button span.fa {
    font-size: 1.125rem;
}

/* ==================================================
	Footer
================================================== */
footer {
    margin-top: 0;
    padding: 0;
}
footer .small {
    font-size: 13px;
    font-family: "Century Gothic", sans-serif;
}
footer .local-links {
    background: #282e3e;
}
footer .local-links a,
div#footer .local-links ul li::after {
    color: #fff;
}
div#footer .local-links ul li::after {
    display: none;
}
div#footer ul {
    display: block;
    padding: 1rem;
}
div#footer .main-footer-text {
    background: #fff;
}
.all-rights-text {
    width: 100%;
    display: flex;
    border-top: solid 1px #dfdfdf;
    padding-top: 1rem;
    margin-top: 1rem;
    color: #000;
}
.all-rights-text .logo {
    margin: 0 0 20px auto !important;
    height: 14px;
    width: auto !important;
    max-width: unset;
}

/* return to top */
.returntop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    display: none;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    background: #fff;
}
.returntop span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.returntop svg {
    border: 1px solid #181274;
    border-radius: 50%;
    margin-top: 8px;
    padding: 5px;
    height: 34px;
    width: 34px;
}
.returntop svg path {
    fill: #181274;
}
.returntop:hover,
.returntop:focus {
    background: #181274;
}
.returntop:hover svg,
.returntop:focus svg {
    border-color: #fff;
}
.returntop:hover svg path,
.returntop:focus svg path {
    fill: #fff;
}
@media (max-width: 768px) {
    .returntop {
        display: inline-block;
        position: relative;
        width: auto;
        background: none;
        padding: 0;
        height: auto;
        border-radius: 0;
        bottom: 0;
        right: 0;
        box-shadow: none;
    }
    .returntop:hover,
    .returntop:focus {
        background: none;
        text-decoration: none;
    }
    .returntop span {
        display: inline-block;
        position: relative;
        width: auto;
        margin: 0 auto;
        height: auto;
        overflow: auto;
        clip: auto;
        white-space: normal;
    }
    .returntop svg {
        height: 28px;
        width: 28px;
        margin: -18px 5px 0 0;
        padding: 2px;
        vertical-align: middle;
        border: 1px solid #2276aa;
    }
    .returntop:hover svg,
    .returntop:focus svg {
        background: #2276aa;
        border-color: #2276aa;
    }
    .returntop svg path {
        fill: #2276aa;
    }
}
@media (min-width: 405px) {
    div#footer .local-links ul li::after {
        display: inline;
    }
    div#footer ul {
        display: flex;
    }
    div#footer .local-links ul {
        justify-content: center;
        align-items: center;
        padding: 1rem;
    }
    .returntop {
        margin-left: 25px;
    }
}

/* ==================================================
	PRINT CSS
================================================== */
@media print {
    body {
        margin: 0;
        padding: 0;
        font:
            15px Arial,
            Helvetica,
            "Lucida Grande",
            sans-serif;
        color: #000;
    }
    a,
    .homepage-main h2 .homepage-main h3,
    .homepage-main h4,
    .homepage-main h2 a,
    .homepage-main h3 a,
    .homepage-main h4 a,
    .versionWrap .version-label,
    .versionWrap .version-number,
    h1,
    .table-light th a,
    .table-seeker th a,
    .table-light th a,
    .table-seeker th a,
    .table-striped th a:not(.btn) {
        color: #000;
    }
    .versionWrap path,
    .versionWrap .version-label,
    .versionWrap .version-number {
        fill: #000;
    }
    .container-fluid {
        width: 95%;
        margin: 10px;
        line-height: 1.5em;
    }
    .card-maintenance .card-50 .card,
    .card-maintenance .card-33 .card,
    .card-maintenance .card-25 .card,
    .card-50.flex-column {
        width: auto;
        flex: unset;
    }
    /* background removal to save ink */
    .ribbon,
    .homepage-hero .main-hero,
    body.home .page-header,
    .homepage-hero .main-hero h1,
    footer .local-links,
    .page-header,
    .table-light th,
    .table-seeker th,
    .table-seeker td._codes table td:first-child,
    .main-bg,
    .card-highlight,
    .nav-tabs .nav-link:not(.active),
    .dataItem-stats.alert-primary {
        background: none !important;
        background-color: transparent !important;
        background-image: none !important;
        color: #000 !important;
    }
    .card-highlight {
        border: none;
    }
    .table-icon a::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23000' viewBox='0 0 16 16'%3E%3Cpath d='M0 2a2 2 0 0 1 2-2h12a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V2zm15 2h-4v3h4V4zm0 4h-4v3h4V8zm0 4h-4v3h3a1 1 0 0 0 1-1v-2zm-5 3v-3H6v3h4zm-5 0v-3H1v2a1 1 0 0 0 1 1h3zm-4-4h4V8H1v3zm0-4h4V4H1v3zm5-3v3h4V4H6zm4 4H6v3h4V8z'/%3E%3C/svg%3E");
        top: 2px;
    }
    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        font-weight: bold;
    }
    .nav-tabs .nav-link:not(.active),
    .dataItem-stats.alert-primary {
        border-color: transparent;
    }
    /* bootstrap overrides */
    .text-center {
        text-align: left !important;
    }
    .py-5,
    .pt-5,
    .pb-5,
    .py-4,
    .pt-4,
    .pb-4,
    .dd-versions,
    .dd-links {
        padding-top: 1.25rem !important;
        padding-bottom: 1.25rem !important;
    }
    /*expand toggles and remove styles for printing */
    .tog-content {
        display: block !important;
    }
    .tog-content {
        border: none;
    }
    .tog-control .tog-title {
        padding: 0;
    }
    .tog-control button {
        background: none;
        color: #000;
    }
    .tog-control button .state {
        display: none;
    }
    .tog-control button[aria-expanded="true"],
    .tog-control button[aria-expanded="true"] .date {
        background: none !important;
        color: #212529 !important;
    }
    /* grid */
    div[class*="col-"] {
        width: 100% !important;
        margin: 0 !important;
        padding-left: 0 !important;
        float: none !important;
        flex: 100%;
        max-width: 100%;
    }
    .row,
    .versions-list {
        display: block;
    }
    /* things we can hide on print */
    .logo-header,
    .search-and-login,
    .navBar,
    #hero-bg,
    .btn-cta,
    .subNav,
    #facet-column,
    .toggle-facet-column-button,
    #export-dropdown,
    .page-size-selector,
    .pagination {
        display: none;
    }
}

#footer #hide-when-small {
    margin-right: 0px;
}
@media (max-width: 998px) {
    #footer #hide-when-small {
        display: none;
    }
}

@media (min-width: 998px) {
    #footer #show-when-small {
        display: none;
    }
}
