*, ::after, ::before {
    box-sizing: inherit;
}
button, html, input, select, textarea {
    color: #3c3c3c;
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
    font-size: 16px;
    padding: 8px;
}
button, input {
    overflow: visible;
}
.border {
    border: 1px solid !important;
}
.usa-sr-only {
    position: absolute;
    left: -999em;
    right: auto;
}
.bg-nasa-blue-shade {
    background-color: #0b3d91;
}
.flex-justify-center {
    justify-content: center;
}
.display-flex {
    display: flex !important;
}
.flex-align-center {
    align-items: center;
}
.hds-nav-has-submenu {
    position: relative;
    white-space: nowrap;
    justify-content: center;
    align-items: center;
    display: flex;
}
.NasaHeader .usa-button {border: 0px!important; padding: 0px!important;}
.hds-nav-has-submenu svg {
    color: #fff;
    fill: #fff;
    margin-left: 0.5rem;
    transition: all 0.2s ease;
}
.usa-nav li svg {
    width: 12px;
    height: 12px;
}
.hds-banner-content[data-v-f2280c3d] {
    z-index: 9999;
    position: relative;
    padding: 0.375rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 800px) {
    .hds-banner-content[data-v-f2280c3d] {
        justify-content: flex-start;
    }

    .hds-banner-content .hds-banner-inner[data-v-f2280c3d] {
        margin-left: 1rem;
    }
}

@media screen and (min-width: 1240px) {
    .hds-banner-content[data-v-f2280c3d] {
        justify-content: center;
    }

    .hds-banner-content .hds-banner-inner[data-v-f2280c3d] {
        margin-left: auto;
        margin-right: auto;
    }
}

.hds-banner-content p[data-v-f2280c3d] {
    max-height: 90px;
    overflow-y: auto;
    text-overflow: ellipsis;
    font-size: 0.9rem;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox */
}

@media screen and (min-width: 800px) {
    .hds-banner-content p[data-v-f2280c3d] {
        font-size: 1rem;
        text-align: left;
        max-width: 850px;
        margin: 0;
    }
}

@media screen and (min-width: 1240px) {
    .hds-banner-content p[data-v-f2280c3d] {
        font-size: 1rem;
        text-align: center;
        max-width: 850px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1600px) {
    .hds-banner-content p[data-v-f2280c3d] {
        max-width: unset;
        text-align: center;
        margin: 0 auto;
    }
}

.hds-banner-content p[data-v-f2280c3d]::-webkit-scrollbar {
    display: none;
    /* Safari and Chrome */
}

.hds-banner-content a[data-v-f2280c3d] {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 0.3em;
    transition: opacity 2ms;
    opacity: 1;
}

.hds-banner-content a[data-v-f2280c3d]:hover {
    opacity: 0.8;
    transition: opacity 2ms;
}
.color-spacesuit-white,.color-spacesuit-white a,.color-spacesuit-white div,.color-spacesuit-white p,.color-spacesuit-white span,.color-spacesuit-white svg,div.color-spacesuit-white,p.color-spacesuit-white {
    color: #fff;
    fill: #fff
}
.width-full {
    width: 100%;
}
.top-0 {
    top: 0;
}
.left-0 {
    left: 0;
}

.padding-0 {
    padding: 0px!important;
}
.padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}


.Breadcrumbs.hds-secondary-navigation-breadcrumbs li.usa-breadcrumb__list-item.usa-current>span {
    font-size: .8rem
}
.hds-secondary-navigation .usa-breadcrumb__link, .hds-secondary-navigation .usa-breadcrumb__link:visited, .hds-secondary-navigation .usa-breadcrumb__list .usa-breadcrumb__list-item:not(:last-child)::after, .usa-breadcrumb__list-item.usa-current {
    font-size: .8rem;
}

.hds-color-mode-light.hds-secondary-navigation .usa-breadcrumb__link, .hds-color-mode-light.hds-secondary-navigation .usa-breadcrumb__link:visited {
    color: #58585b;
}
.hds-secondary-navigation * {
    font-family: "inter",sans-serif;
}
.usa-breadcrumb__list {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

    .usa-breadcrumb {
        padding-bottom:0rem;
        padding-top: 0rem
    }

    .usa-breadcrumb:not(.usa-breadcrumb--wrap) .usa-breadcrumb__list {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

.hds-secondary-navigation .usa-breadcrumb__list-item:not(:last-child)::after {
    -webkit-mask: none;
    mask: none;
    content: "/";
    background-color: transparent;
    padding: 0;
    font-size: 1rem;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 10px;
    bottom: 0;
}
.hds-secondary-navigation .usa-breadcrumb__link, .hds-secondary-navigation .usa-breadcrumb__link:visited, .hds-secondary-navigation .usa-breadcrumb__list .usa-breadcrumb__list-item:not(:last-child)::after, .usa-breadcrumb__list-item.usa-current {
    font-size: .8rem;
}
.hds-color-mode-dark.hds-secondary-navigation .usa-breadcrumb__link, .hds-color-mode-dark.hds-secondary-navigation .usa-breadcrumb__link:visited, .hds-secondary-navigation.hds-secondary-navigation .usa-breadcrumb__list .usa-breadcrumb__list-item:not(:last-child)::after {
    color: #959599;
}

.hds-secondary-nav-track {
    display:block
}

.hds-secondary-navigation .hds-secondary-navigation-breadcrumbs,.hds-secondary-navigation .hds-secondary-navigation-menu-items {
    width: 100%;
    max-width: 100%
}

/*.hds-secondary-navigation-breadcrumbs {
    padding: .75rem 2rem 0rem
}*/



.usa-header {
    font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1.38rem;
    line-height: 1.8;
    z-index: 300;
}
.usa-header::after {
    clear: both;
    content: "";
    display: block;
}
.border-top-2px, .hover\:border-top-2px:hover {
    border-top: 2px solid;
}
.border-color-carbon-black-important {
    border-color: #000!important;
}
.color-spacesuit-white, .color-spacesuit-white a, .color-spacesuit-white div, .color-spacesuit-white p, .color-spacesuit-white span, .color-spacesuit-white svg, div.color-spacesuit-white, p.color-spacesuit-white {
    color: #fff;
    fill: #fff;
}
.bg-carbon-black {
    background-color: #000;
}
.z-top {
    z-index: 99999;
}
.margin-right-2, .margin-x-2 {
    margin-right: 1rem;
}
*, ::after, ::before {
    box-sizing: inherit;
}

.usa-header.usa-header-primary a, .usa-header.usa-header-primary span {
    font-size: 1.1rem;
    font-weight: 600;
}
@media all and (min-width: 64em) {
    .usa-nav__primary .usa-accordion__button span {
        margin-right:0;
        padding-right: 1rem
    }
}
.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-card {
    margin-left: auto;
    margin-right: auto;
    max-width: 10rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-card {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-card-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 15rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-card-lg {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-mobile {
    margin-left: auto;
    margin-right: auto;
    max-width: 20rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-mobile {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-mobile-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 30rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-mobile-lg {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-tablet {
    margin-left: auto;
    margin-right: auto;
    max-width: 40rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-tablet {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-tablet-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-tablet-lg {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-desktop {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-desktop {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-desktop-lg {
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-desktop-lg {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.grid-container-widescreen {
    margin-left: auto;
    margin-right: auto;
    max-width: 87.5rem;
    padding-left: 1rem;
    padding-right: 1rem
}

@media all and (min-width: 64em) {
    .grid-container-widescreen {
        padding-left:2rem;
        padding-right: 2rem
    }
}
.grid-container-extrawide {
    max-width: 110rem;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
}

[class*=grid-col] {
    position: relative;
    width: 100%;
    box-sizing: border-box
}

.grid-col {
    flex: 1 1 0%;
    width: auto;
    max-width: 100%;
    min-width: 1px
}

.grid-col-auto,.grid-col-fill {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%
}

.grid-col-fill {
    flex: 1 1 0%;
    min-width: 1px
}

.grid-col-1,.grid-col-2 {
    flex: 0 1 auto;
    width: 8.3333333333%
}

.grid-col-2 {
    width: 16.6666666667%
}

.grid-col-3,.grid-col-4 {
    flex: 0 1 auto;
    width: 25%
}

.grid-col-4 {
    width: 33.3333333333%
}

.grid-col-5,.grid-col-6 {
    flex: 0 1 auto;
    width: 41.6666666667%
}

.grid-col-6 {
    width: 50%
}

.grid-col-7,.grid-col-8 {
    flex: 0 1 auto;
    width: 58.3333333333%
}

.grid-col-8 {
    width: 66.6666666667%
}

.grid-col-10,.grid-col-9 {
    flex: 0 1 auto;
    width: 75%
}

.grid-col-10 {
    width: 83.3333333333%
}

.grid-col-11,.grid-col-12 {
    flex: 0 1 auto;
    width: 91.6666666667%
}

.grid-col-12 {
    width: 100%
}
@media all and (min-width: 30em) {
    .mobile-lg\:grid-col,.mobile-lg\:grid-col-fill {
        flex:1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px
    }

    .mobile-lg\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .mobile-lg\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .mobile-lg\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .mobile-lg\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .mobile-lg\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .mobile-lg\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .mobile-lg\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .mobile-lg\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .mobile-lg\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .mobile-lg\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .mobile-lg\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .mobile-lg\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .mobile-lg\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width: 40em) {
    .tablet\:grid-col,.tablet\:grid-col-fill {
        flex:1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px
    }

    .tablet\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .tablet\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .tablet\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .tablet\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .tablet\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .tablet\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .tablet\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .tablet\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .tablet\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .tablet\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .tablet\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .tablet\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .tablet\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width: 64em) {
    .desktop\:grid-col,.desktop\:grid-col-fill {
        flex:1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px
    }

    .desktop\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .desktop\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .desktop\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .desktop\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .desktop\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .desktop\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .desktop\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .desktop\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .desktop\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .desktop\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .desktop\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .desktop\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .desktop\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width: 75em) {
    .desktop-lg\:grid-col,.desktop-lg\:grid-col-fill {
        flex:1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px
    }

    .desktop-lg\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .desktop-lg\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .desktop-lg\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .desktop-lg\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .desktop-lg\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .desktop-lg\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .desktop-lg\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .desktop-lg\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .desktop-lg\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .desktop-lg\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .desktop-lg\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .desktop-lg\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .desktop-lg\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

@media all and (min-width: 87.5em) {
    .widescreen\:grid-col,.widescreen\:grid-col-fill {
        flex:1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px
    }

    .widescreen\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%
    }

    .widescreen\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%
    }

    .widescreen\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%
    }

    .widescreen\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%
    }

    .widescreen\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%
    }

    .widescreen\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%
    }

    .widescreen\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%
    }

    .widescreen\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%
    }

    .widescreen\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%
    }

    .widescreen\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%
    }

    .widescreen\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%
    }

    .widescreen\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%
    }

    .widescreen\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%
    }
}

.grid-offset-1 {
    margin-left: 8.3333333333%
}

.grid-offset-2 {
    margin-left: 16.6666666667%
}

.grid-offset-3 {
    margin-left: 25%
}

.grid-offset-4 {
    margin-left: 33.3333333333%
}

.grid-offset-5 {
    margin-left: 41.6666666667%
}

.grid-offset-6 {
    margin-left: 50%
}

.grid-offset-7 {
    margin-left: 58.3333333333%
}

.grid-offset-8 {
    margin-left: 66.6666666667%
}

.grid-offset-9 {
    margin-left: 75%
}

.grid-offset-10 {
    margin-left: 83.3333333333%
}

.grid-offset-11 {
    margin-left: 91.6666666667%
}

.grid-offset-12 {
    margin-left: 100%
}

.grid-offset-none {
    margin-left: 0
}

@media all and (min-width: 30em) {
    .mobile-lg\:grid-offset-1 {
        margin-left:8.3333333333%
    }

    .mobile-lg\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .mobile-lg\:grid-offset-3 {
        margin-left: 25%
    }

    .mobile-lg\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .mobile-lg\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .mobile-lg\:grid-offset-6 {
        margin-left: 50%
    }

    .mobile-lg\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .mobile-lg\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .mobile-lg\:grid-offset-9 {
        margin-left: 75%
    }

    .mobile-lg\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .mobile-lg\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .mobile-lg\:grid-offset-12 {
        margin-left: 100%
    }

    .mobile-lg\:grid-offset-none {
        margin-left: 0
    }
}

@media all and (min-width: 40em) {
    .tablet\:grid-offset-1 {
        margin-left:8.3333333333%
    }

    .tablet\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .tablet\:grid-offset-3 {
        margin-left: 25%
    }

    .tablet\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .tablet\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .tablet\:grid-offset-6 {
        margin-left: 50%
    }

    .tablet\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .tablet\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .tablet\:grid-offset-9 {
        margin-left: 75%
    }

    .tablet\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .tablet\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .tablet\:grid-offset-12 {
        margin-left: 100%
    }

    .tablet\:grid-offset-none {
        margin-left: 0
    }
}

@media all and (min-width: 64em) {
    .desktop\:grid-offset-1 {
        margin-left:8.3333333333%
    }

    .desktop\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .desktop\:grid-offset-3 {
        margin-left: 25%
    }

    .desktop\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .desktop\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .desktop\:grid-offset-6 {
        margin-left: 50%
    }

    .desktop\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .desktop\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .desktop\:grid-offset-9 {
        margin-left: 75%
    }

    .desktop\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .desktop\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .desktop\:grid-offset-12 {
        margin-left: 100%
    }

    .desktop\:grid-offset-none {
        margin-left: 0
    }
}

@media all and (min-width: 75em) {
    .desktop-lg\:grid-offset-1 {
        margin-left:8.3333333333%
    }

    .desktop-lg\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .desktop-lg\:grid-offset-3 {
        margin-left: 25%
    }

    .desktop-lg\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .desktop-lg\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .desktop-lg\:grid-offset-6 {
        margin-left: 50%
    }

    .desktop-lg\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .desktop-lg\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .desktop-lg\:grid-offset-9 {
        margin-left: 75%
    }

    .desktop-lg\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .desktop-lg\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .desktop-lg\:grid-offset-12 {
        margin-left: 100%
    }

    .desktop-lg\:grid-offset-none {
        margin-left: 0
    }
}

@media all and (min-width: 87.5em) {
    .widescreen\:grid-offset-1 {
        margin-left:8.3333333333%
    }

    .widescreen\:grid-offset-2 {
        margin-left: 16.6666666667%
    }

    .widescreen\:grid-offset-3 {
        margin-left: 25%
    }

    .widescreen\:grid-offset-4 {
        margin-left: 33.3333333333%
    }

    .widescreen\:grid-offset-5 {
        margin-left: 41.6666666667%
    }

    .widescreen\:grid-offset-6 {
        margin-left: 50%
    }

    .widescreen\:grid-offset-7 {
        margin-left: 58.3333333333%
    }

    .widescreen\:grid-offset-8 {
        margin-left: 66.6666666667%
    }

    .widescreen\:grid-offset-9 {
        margin-left: 75%
    }

    .widescreen\:grid-offset-10 {
        margin-left: 83.3333333333%
    }

    .widescreen\:grid-offset-11 {
        margin-left: 91.6666666667%
    }

    .widescreen\:grid-offset-12 {
        margin-left: 100%
    }

    .widescreen\:grid-offset-none {
        margin-left: 0
    }
}


@media all and (min-width: 64em) {
    .usa-header--basic .usa-navbar {
        position:relative;
        width: 33%
    }

    .usa-header--basic .usa-nav {
        flex-direction: row;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        padding: 0 0 .25rem .5rem;
        width: 100%
    }

    .usa-header--basic .usa-nav-container {
        align-items: flex-end;
        justify-content: space-between;
        display: flex
    }

    .usa-header--basic .usa-nav__link:hover,.usa-header--basic .usa-nav__primary-item>.usa-current {
        position: relative
    }

    .usa-header--basic .usa-nav__link:hover::after,.usa-header--basic .usa-nav__primary-item>.usa-current::after {
        /*background-color: black;*/
        border-radius: 0;
        content: "";
        display: block;
        position: absolute;
        height: .25rem;
        left: 1rem;
        right: 1rem;
        bottom: -.25rem
    }
}

@media (min-width: 64em) and (forced-colors:active) {
    .usa-header--basic .usa-nav__link:hover::after,.usa-header--basic .usa-nav__primary-item>.usa-current::after {
        background-color: black
    }
}

@media all and (min-width: 64em) {
    .usa-header--basic .usa-nav__link[aria-expanded=true]::after,.usa-header--basic .usa-nav__link[aria-expanded=true]:hover::after {
        display:none
    }

    .usa-header--basic .usa-nav__primary {
        width: auto
    }

    .usa-header--basic .usa-nav__primary-item:last-of-type {
        position: relative
    }

    .usa-header--basic .usa-nav__primary-item:last-of-type .usa-nav__submenu {
        position: absolute;
        right: 0
    }

    .usa-header--basic .usa-search {
        top: 0
    }
}

.usa-header--basic.usa-header--megamenu .usa-nav__inner {
    display: flex;
    flex-direction: column
}

@media all and (min-width: 64em) {
    .usa-header--basic.usa-header--megamenu .usa-nav__inner {
        display:block;
        float: right;
        margin-top: -2.5rem
    }

    .usa-header--basic.usa-header--megamenu .usa-nav__primary-item:last-of-type {
        position: static
    }

    .usa-header--extended {
        padding-top: 0
    }

    .usa-header--extended .usa-nav__primary-item>.usa-current,.usa-header--extended .usa-nav__primary-item>.usa-nav__link:hover {
        position: relative
    }

    .usa-header--extended .usa-nav__primary-item>.usa-current::after,.usa-header--extended .usa-nav__primary-item>.usa-nav__link:hover::after {
        background-color: black;
        border-radius: 0;
        content: "";
        display: block;
        position: absolute;
        height: .25rem;
        left: 1rem;
        right: 1rem;
        bottom: 0
    }
}

@media (min-width: 64em) and (forced-colors:active) {
    .usa-header--extended .usa-nav__primary-item>.usa-current::after,.usa-header--extended .usa-nav__primary-item>.usa-nav__link:hover::after {
        background-color: black
    }
}

@media all and (min-width: 64em) {
    .usa-header--extended .usa-nav__link[aria-expanded=true]::after,.usa-header--extended .usa-nav__link[aria-expanded=true]:hover::after {
        display:none
    }

    .usa-header--extended .usa-logo {
        font-size: 2rem;
        margin: 2rem 0 1.5rem;
        max-width: 50%
    }

    .usa-header--extended .usa-navbar {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        display: block;
        height: auto;
        overflow: auto
    }
}

@media all and (min-width: 64em) and (min-width:64em) {
    .usa-header--extended .usa-navbar {
        padding-left:2rem;
        padding-right: 2rem
    }
}

@media all and (min-width: 64em) {
    .usa-header--extended .usa-nav {
        border-top:1px solid #dfe1e2;
        padding: 0;
        width: 100%
    }

    .usa-header--extended .usa-nav__inner {
        margin-left: auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 1rem;
        padding-right: 1rem;
        position: relative
    }
}

@media all and (min-width: 64em) and (min-width:64em) {
    .usa-header--extended .usa-nav__inner {
        padding-left:2rem;
        padding-right: 2rem
    }
}

@media all and (min-width: 64em) {
    .usa-header--extended .usa-nav__primary {
        margin-left:-1rem
    }

    .usa-header--extended .usa-nav__primary::after {
        clear: both;
        content: "";
        display: block
    }

    .usa-header--extended .usa-nav__link {
        padding-bottom: 1rem;
        padding-top: 1rem
    }

    .usa-header--extended .usa-nav__submenu .usa-grid-full {
        padding-left: .75rem
    }

    .usa-header--extended .usa-nav__submenu.usa-megamenu {
        left: 0;
        padding-left: 2rem
    }
}

@media all and (min-width: 64em) {
    .usa-nav-container {
        margin-left:auto;
        margin-right: auto;
        max-width: 64rem;
        padding-left: 2rem;
        padding-right: 2rem
    }

    .usa-nav-container::after {
        clear: both;
        content: "";
        display: block
    }
}

@media all and (min-width: 64em) and (min-width:64em) {
    .usa-nav-container {
        padding-left:2rem;
        padding-right: 2rem
    }
}

.usa-navbar {
    height: 3rem
}

@media all and (max-width: 63.99em) {
    .usa-navbar {
        align-items:center;
        border-bottom: 1px solid #dfe1e2;
        display: flex
    }
}

@media all and (min-width: 64em) {
    .usa-navbar {
        border-bottom:none;
        display: inline-block;
        height: auto
    }
}

.usa-nav {
    font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1.38rem;
    line-height: 1
}

@media all and (max-width: 63.99em) {
    .usa-nav {
        right:0;
        bottom: 0;
        top: 0;
        position: fixed;
        background: #fff;
        border-right: 0;
        display: none;
        flex-direction: column;
        overflow-y: auto;
        padding: 1rem;
        width: 15rem;
        z-index: 500
    }

    .usa-nav.is-visible {
        animation: slidein-left .3s ease-in-out;
        display: flex
    }
}

@media all and (min-width: 64em) {
    .usa-nav {
        float:right;
        position: relative
    }

    .usa-nav .usa-search {
        margin-left: 1rem
    }
}

.usa-nav .usa-accordion {
    font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1.38rem;
    line-height: 1
}

@media all and (max-width: 63.99em) {
    .usa-nav__primary {
        margin-bottom:0;
        margin-top: 0;
        list-style-type: none;
        padding-left: 0;
        margin-top: 1.5rem;
        order: 2
    }

    .usa-nav__primary>li {
        margin-bottom: 0;
        max-width: unset
    }

    .usa-nav__primary-item {
        border-top: 1px solid #dfe1e2
    }

    .usa-nav__primary a:not(.usa-button) {
        display: block;
        padding: .5rem 1rem;
        text-decoration: none
    }

    .usa-nav__primary a:not(.usa-button):hover {
        background-color: #f0f0f0;
        text-decoration: none
    }

    .usa-nav__primary a:not(.usa-button):not(.usa-current) {
        color: #565c65
    }

    .usa-nav__primary a:not(.usa-button):not(.usa-current):hover {
        color: #005ea2
    }

    .usa-nav__primary a:not(.usa-button):not(.usa-current):focus {
        outline-offset: 0
    }

    .usa-nav__primary .usa-current {
        position: relative;
        color: #005ea2;
        font-weight: 700
    }

    .usa-nav__primary .usa-current::after {
        background-color: black;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: .25rem
    }
}

@media (max-width: 63.99em) and (forced-colors:active) {
    .usa-nav__primary .usa-current::after {
        background-color: black
    }
}

@media all and (max-width: 63.99em) and (min-width:40em) {
    .usa-nav__primary .usa-current {
        position:relative
    }

    .usa-nav__primary .usa-current::after {
        background-color: black;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: 0
    }
}

@media (max-width: 63.99em) and (min-width:40em) and (forced-colors:active) {
    .usa-nav__primary .usa-current::after {
        background-color: black
    }
}

@media all and (max-width: 63.99em) {
    .usa-nav__primary a {
        padding-bottom:.75rem;
        padding-top: .75rem
    }
}

@media all and (min-width: 64em) {
    .usa-nav__primary {
        display:flex
    }
}

 /* NASA+ Live */
 a.hds-nav__link-nasa-live.usa-nav__link-nasa-live {
    display: flex;
    align-items: center;
}

a.hds-nav__link-nasa-live.usa-nav__link-nasa-live > span {
    margin-right: 0.7rem;
}

.hds-global-menu-item.hds-nav__link-nasa-live a > span {
    margin-right: 0.5rem;
}

.hds-global-menu-item.hds-nav__link-nasa-live > a {
    display: flex;
    align-items: center;
}

.hds-global-menu-item.hds-nav__link-nasa-live a > .nav-live-icon {
    margin-top: -5px;
}

@keyframes live_pulse {
    0%, to {
        opacity: 1;
    }

    50% {
        opacity: 0.75;
    }
}
.hds-footer-menu li>a.usa-nav__link-nasa-live, .usa-nav__link-nasa-live, li>.usa-nav__link-nasa-live {
    display: flex;
    align-items: center;
}
.usa-header-primary button span {
    font-size: 1.1rem;
}
.usa-list a, .usa-list span, .usa-nav__link a, .usa-nav__link span {
    font-family: "inter",sans-serif;
}
.usa-header.usa-header-primary a, .usa-header.usa-header-primary span {
    font-size: .88rem;
    line-height: 1;
}
@media screen and (min-width: 1138px) {
    .usa-header.usa-header-primary a,.usa-header.usa-header-primary span {
        font-size:1.1rem;
        line-height: 1
    }
}
.usa-header.usa-header-primary a, .usa-header.usa-header-primary span {
    font-size: 1.1rem;
    font-weight: 600;
}

a.hds-nav__link-nasa-live.usa-nav__link-nasa-live {
    display: flex;
    align-items: center;
}
a.hds-nav__link-nasa-live.usa-nav__link-nasa-live {
    display: flex !important;
    align-items: center;
}

.usa-nav__link-nasa-live .nav-live-icon {
    align-items: center;
    border: 1px solid #f64137;
    border-radius: 0.2rem;
    display: flex;
    justify-content: center;
    font-size: .6rem;
    letter-spacing: .1rem;
    padding: 0.25rem 0.45rem 0.25rem 0.5rem;
    transition: background-color .1s ease-in-out;
}


@media all and (max-width: 63.99em) {
    .usa-nav__primary {
        margin-bottom:0;
        margin-top: 0;
        list-style-type: none;
        padding-left: 0;
        margin-top: 1.5rem;
        order: 2
    }

    .usa-nav__primary>li {
        margin-bottom: 0;
        max-width: unset
    }

    .usa-nav__primary-item {
        border-top: 1px solid #dfe1e2
    }

    .usa-nav__primary a:not(.usa-button) {
        display: block;
        padding: .5rem 1rem;
        text-decoration: none
    }

    .usa-nav__primary a:not(.usa-button):hover {
        background-color: #f0f0f0;
        text-decoration: none
    }

    .usa-nav__primary a:not(.usa-button):not(.usa-current) {
        color: #565c65
    }

    .usa-nav__primary a:not(.usa-button):not(.usa-current):hover {
        color: #005ea2
    }

    .usa-nav__primary a:not(.usa-button):not(.usa-current):focus {
        outline-offset: 0
    }

    .usa-nav__primary .usa-current {
        position: relative;
        color: #005ea2;
        font-weight: 700
    }

    .usa-nav__primary .usa-current::after {
        background-color: black;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: .25rem
    }
}

@media (max-width: 63.99em) and (forced-colors:active) {
    .usa-nav__primary .usa-current::after {
        background-color: black
    }
}

@media all and (max-width: 63.99em) and (min-width:40em) {
    .usa-nav__primary .usa-current {
        position:relative
    }

    .usa-nav__primary .usa-current::after {
        background-color: #005ea2;
        border-radius: 99rem;
        content: "";
        display: block;
        position: absolute;
        bottom: .25rem;
        top: .25rem;
        width: .25rem;
        left: 0
    }
}

@media (max-width: 63.99em) and (min-width:40em) and (forced-colors:active) {
    .usa-nav__primary .usa-current::after {
        background-color: black
    }
}

@media all and (max-width: 63.99em) {
    .usa-nav__primary a {
        padding-bottom:.75rem;
        padding-top: .75rem
    }
}

@media all and (min-width: 64em) {
    .usa-nav__primary {
        display:flex
    }
}

.usa-nav__primary .usa-nav__primary-item a {
    text-decoration: none
}

.usa-nav__primary>.usa-nav__primary-item {
    line-height: 1.2
}

@media all and (min-width: 64em) {
    .usa-nav__primary>.usa-nav__primary-item {
        font-size:.88rem;
        line-height: 1
    }

    .usa-nav__primary>.usa-nav__primary-item>a {
        line-height: 1;
        padding: 0rem;
        color: #565c65;
        display: block;
        font-weight: 700
    }

    .usa-nav__primary>.usa-nav__primary-item>a:hover {
        color: #005ea2
    }

    .usa-nav__primary a {
        padding-bottom: .5rem;
        padding-top: .5rem
    }
}

.usa-nav__primary button {
    -moz-osx-font-smoothing: inherit;
    -webkit-font-smoothing: inherit;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 0;
    text-align: left;
    position: relative;
    color: #565c65;
    font-weight: 400;
    line-height: 1.2;
    padding: .75rem 1rem;
    text-decoration: none
}

.usa-nav__primary button:focus {
    outline: .25rem solid #2491ff;
    outline-offset: 0
}

.usa-nav__primary button.usa-button--active,.usa-nav__primary button.usa-button--disabled,.usa-nav__primary button.usa-button--disabled.usa-button--active,.usa-nav__primary button.usa-button--disabled.usa-button--hover,.usa-nav__primary button.usa-button--disabled.usa-focus,.usa-nav__primary button.usa-button--disabled:active,.usa-nav__primary button.usa-button--disabled:focus,.usa-nav__primary button.usa-button--disabled:hover,.usa-nav__primary button.usa-button--hover,.usa-nav__primary button:active,.usa-nav__primary button:disabled,.usa-nav__primary button:disabled.usa-button--active,.usa-nav__primary button:disabled.usa-button--hover,.usa-nav__primary button:disabled.usa-focus,.usa-nav__primary button:disabled:active,.usa-nav__primary button:disabled:focus,.usa-nav__primary button:disabled:hover,.usa-nav__primary button:hover {
    -moz-osx-font-smoothing: inherit;
    -webkit-font-smoothing: inherit;
    background-color: transparent;
    box-shadow: none;
    text-decoration: underline
}

.usa-nav__primary button.usa-button--disabled,.usa-nav__primary button:disabled {
    color: #c9c9c9
}

.usa-nav__primary button.usa-button--hover {
    color: #1a4480
}

.usa-nav__primary button.usa-button--active {
    color: #162e51
}

@media all and (min-width: 64em) {
    .usa-nav__primary button {
        line-height:1;
        padding: 1rem;
        font-size: .88rem;
        font-weight: 700
    }
}

@media (forced-colors:active) {
    .usa-nav__primary button {
        forced-color-adjust: auto
    }
}

.usa-nav__primary button:hover {
    color: #005ea2;
    background-color: #f0f0f0;
    text-decoration: none
}

@media all and (min-width: 64em) {
    .usa-nav__primary button:hover {
        background-color:transparent
    }
}

.usa-nav__primary button[aria-expanded=false],.usa-nav__primary button[aria-expanded=true] {
    background-image: none
}
/*
.usa-nav__primary button[aria-expanded=false] span::after {
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    content: "";
    vertical-align: middle;
    margin-left: auto
}
*/
@supports ((-webkit-mask: url("")) or (mask: url(""))) {
    .usa-nav__primary button[aria-expanded=false] span::after {
        background:0 0;
        /*background-color: black;*/
    }
}

.usa-nav__primary button[aria-expanded=false] span::after {
    position: absolute;
    right: 0
}

.usa-nav__primary button[aria-expanded=false] span::after:hover {
   /* background-color: black*/
}

@media all and (min-width: 64em) {
    .usa-nav__primary button[aria-expanded=false] span::after {
        display: inline-block;
        height: 1rem;
        width: 1rem;
        content: "";
        vertical-align: middle;
        margin-left: auto
    }

    @supports ((-webkit-mask: url("")) or (mask: url(""))) {
        .usa-nav__primary button[aria-expanded=false] span::after {
            background:0 0;
            background-color: black;
        }
    }

    .usa-nav__primary button[aria-expanded=false] span::after {
        /*right: .75rem*/
    }

    .usa-nav__primary button[aria-expanded=false]:hover span::after {
        background-color: #1a4480
    }
}

@media (min-width: 64em) and (forced-colors:active) {
    .usa-nav__primary button[aria-expanded=false]:hover span::after {
        background-color: black
    }
}

.usa-nav__primary button[aria-expanded=true] span::after {
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    content: "";
    vertical-align: middle;
    margin-left: auto
}

@supports ((-webkit-mask: url("")) or (mask: url(""))) {
    .usa-nav__primary button[aria-expanded=true] span::after {
        background:0 0;
        /*background-color: black;*/
    }
}

.usa-nav__primary button[aria-expanded=true] span::after {
    position: absolute;
    right: 0
}

@media (forced-colors:active) {
    .usa-nav__primary button[aria-expanded=true] span::after {
        /*background-color: black*/
    }
}

@media all and (min-width: 64em) {
    .usa-nav__primary button[aria-expanded=true] {
        background-image:none;
        /*background-color: #162e51;*/
        color: #fff
    }
}

@media all and (min-width: 64em) and (min-width:64em) {
    .usa-nav__primary button[aria-expanded=true] span::after {
        display: inline-block;
        height: 1rem;
        width: 1rem;
        content: "";
        vertical-align: middle;
        margin-left: auto
    }

    @supports ((-webkit-mask: url("")) or (mask: url(""))) {
        .usa-nav__primary button[aria-expanded=true] span::after {
            background:0 0;
            /*background-color: black;*/
        }
    }

    .usa-nav__primary button[aria-expanded=true] span::after {
        right: .75rem;
        /*background-color: #fff*/
    }
}

@media (min-width: 64em) and (min-width:64em) and (forced-colors:active) {
    .usa-nav__primary button[aria-expanded=true] span::after {
        /*background-color: black*/
    }
}

@media all and (min-width: 64em) {
    .usa-nav__primary .usa-accordion__button span {
        margin-right:0;
        padding-right: 1rem;
    }
}




.padding-x-2 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.padding-y-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.NasaHeader {
    position: relative;
    top: 0;
    transition: all 120ms ease-in-out;
}
.NasaHeader {
    position: relative;
    top: 0;
    transition: all 120ms ease-in-out;
}

.NasaHeader .explore-icon, .NasaHeader .hds-search-panel-mobile-trigger {
    color: #d1d1d1;
}

.NasaHeader .usa-navbar {
    border-bottom: none;
}

.NasaHeader .hds-nav-primary {
    padding: 0;
    margin: 0;
    list-style: none;
}

.NasaHeader .usa-header.usa-header-primary a, .NasaHeader .usa-header.usa-header-primary span {
    font-weight: 400;
}

.NasaHeader .usa-header.usa-header-primary a {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer !important;
}

.NasaHeader .usa-header.usa-header-primary a span {
    font-weight: 600;
    white-space: nowrap;
}

.NasaHeader .usa-header.usa-header-primary a svg {
    height: 1.5rem;
    width: 1.5rem;
}
.NasaHeader input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.NasaHeader input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.usa-header [type=search] {
    min-width: 0;
}

.usa-header input[type=search] {
    max-width: 200px;
}
.hds-button.hds-button-share span, .usa-header .usa-input[type=search] {
    color: #fff;
}

.usa-input, .usa-input-group, .usa-range, .usa-select, .usa-textarea {
    border-radius: 0;
    color: #1b1b1b;
    display: block;
    margin-top: 0.5rem;
    max-width: 30rem;
    padding: 0.5rem;
}
.NasaHeader .usa-search:after {
    clear: both;
    content: "";
    display: block;
}
.NasaHeader .usa-search [role=search], .NasaHeader .usa-search[role=search], .NasaHeader .usa-search[role=search] > div {
    display: flex;
}
.NasaHeader .usa-search [type=submit] {
    /*border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 2rem;
    margin: 0;
    padding: 0;
    width: 3rem;*/
}
.NasaHeader .usa-search--small [type=submit] {
   /* padding-left: 0.75rem;
    padding-right: 0.75rem;
    min-width: 3rem;*/
}
.NasaHeader .usa-search--small .usa-search__submit-icon {
    height: 1.5rem;
    width: 1.5rem;
    display: block;
}
@media (forced-colors: active) {
    .usa-search--small .usa-search__submit-icon {
        display: none;
    }
}
@media all and (min-width: 30em) {
    .usa-search [type=submit] {
        padding-left: 1rem;
        padding-right: 1rem;
        width: auto;
    }
}
@media (forced-colors: active) and (min-width: 30em) {
    .usa-search [type=submit]:before {
        content: none;
    }
}
@media all and (min-width: 30em) {
    .usa-search__submit-icon {
        display: none;
    }
}
@media (forced-colors: active) {
    .usa-search__submit-icon {
        display: none;
    }
}
@media (forced-colors: active) and (min-width: 30em) {
    .usa-search--small [type=submit]:before {
        content: "";
    }
}
.usa-sr-only {
    position: absolute;
    left: -999em;
    right: auto;
}

.usa-search [role=search], .usa-search[role=search], .usa-search[role=search]>div {
    display: flex;
}
.NasaHeader .usa-search [role=search], .NasaHeader .usa-search[role=search], .NasaHeader .usa-search[role=search]>div {
    display: flex;
}
.NasaHeader .usa-search [role=search], .NasaHeader .usa-search[role=search], .NasaHeader .usa-search[role=search] > div {
    display: flex;
}
.NasaHeader [type=search] {
    padding-bottom: 0;
    padding-top: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    box-sizing: border-box;
    float: left;
    font-size: 0.94rem;
    height: 2rem;
    margin: 0;
}

.login_btn, .logout {
	right: 64px !important;
}

/* mobile menu hack */.
@media screen and (min-width: 1025px) {
    #site_header a.menu_button {
        display: none !important;
    }
		#site_header a.menu_button {
        top: 6px;
        right: 14px;
    }
}

@media screen and (max-width: 1025px) {
		#site_header a.menu_button {
        display: block !important;
    }

@media screen and (min-width: 600px) {
    #site_header a.menu_button {
        top: 18px;
        right: 14px;
    }
}

@media screen and (max-width: 600px) {
    #site_header a.menu_button {
        top: 6px;
        right: 14px;
    }
}