@charset "utf-8";

header {
    padding: 1rem;
    background-color: black;
    position: relative;
    z-index: 10;
}
/* On homepage only we make it transparent for an image to bleed through */
.template-homepage header {
    background-color: rgb(0, 0, 0, 0);
    background: linear-gradient(to bottom, rgba(0,0,0,.7) 0, rgba(0,0,0,.4) 70%, rgba(0,0,0,.3) 77%, rgba(0,0,0,.15) 85%, rgba(0,0,0,.05) 94%, rgba(0,0,0,0) 100%)
}
@media (max-width: 768px) {
    header {
        background-color: #2c385e;
    }
}
.navbar-brand {
    display: flex;
    flex-direction: row;
    padding-top: 13px !important;
    padding-bottom: 13px !important;
    padding-left: 16px !important;
}
@media (max-width: 767px) {
    .navbar-brand {
        display: flex;
        flex-direction: row;
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        padding-left: 5px !important;
    }
}

.navbar-brand .nasa-logo {
    background-size: contain;
    display: inline-block;
}

.navbar-brand .jpl-caltech {
    color: #fff;
    text-decoration: none;
    margin-left: 5px;
}
@media (max-width: 767px) {
    .navbar-brand .jpl-caltech {
        max-width: 200px;
        margin-top: 10px;
    }
}
.jpl-caltech a {
    color: white;
    text-decoration: none;
}
.jpl-logo {
    height: 1.5rem;
    width: 190px;
    position: absolute;
    top: 0;
    right: 0;
}
.jpl-logo a {
    display: table;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    cursor: pointer;
}
.caltech-logo {
    width: 1.4rem;
    height: 190px;
    position: absolute;
    bottom: 10px;
    right: 0;
}
.caltech-logo a {
    display: table;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
}

.jpl-caltech {
    width: 362px;
    height: 68px;
    background: url('../images/logo-nasa-trio-white.png') no-repeat;
    background-size: 100%;
    position: relative;
}
@media screen and (min-width: 600px) {
    .jpl-logo {
        height: 2.25rem;
        width: 275px;
    }
    .caltech-logo {
        height: 2.25rem;
        width: 275px;
        bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    .jpl-logo {
        height: 2.25rem;
        width: 275px;
    }
    .caltech-logo {
        height: 2.25rem;
        width: 275px;
    }
    .nasa-logo {
        width: 85px;
        height: 76px;
        margin-top: -5px;
    }
}
.site-home-page {
    color: white;
    text-decoration: none;
    margin-left: 10px;
    margin-top: 15px;
    padding-left: 30px;
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
    border-left: 1px solid white;
    height: 45px;
    display: inline-block;
}
.site-home-page h1 {
    font-size: 170%;
}
@media screen and (min-width: 1px) {
    .nasa-logo {
        width: 54px;
        min-width: 45px;
        height: 65px;
    }
    .jpl-logo a {
        font-size: 0.8rem;
    }
    .caltech-logo a {
        font-size: 0.7rem;
    }
}
.template-homepage .home-banner {
    margin-top: -192px;
}
.home-banner {
    border: none;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.jpl-navbar {
    background: linear-gradient(180deg, rgba(1,2,1,0.8) 0%, rgba(23,34,39,0.5) 100%);
    text-transform: uppercase;
    z-index: 1;
    font-weight: bold;
}
.nav-link, .navbar-brand {
    font-size: 16px;
    color: rgb(220, 220, 220);
}
a.nav-link:hover, a.navbar-brand:hover {
    color: white;
}

#site-footer {
    padding: 0;
    position: relative;
    line-height: 1.4;
    background: black url('../images/starfield-footer.png') top center no-repeat;
    background-size: cover;
}
#site-footer .gradient-line {
    margin-left: auto;
    margin-right: auto;
    content: ' ';
    height: 1px;
    background: #3a6eab;
    background: linear-gradient(to right, rgba(58, 110 171, 0), #3a6eab, rgba(58, 110, 171, 0));
    width: 50%;
}
@media (min-width: 769px), print {
    #site-footer .gradient-line {
        width: 50%;
    }
}
.grid-layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.grid-layout:after {
    content: ' ';
    display: block;
    clear: both;
}
.footer-menu-heading {
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 0.2rem;
    color: rgb(200, 200, 200);
}
.lower-footer {
    background: url('../images/earth-footer.png') bottom center no-repeat;
    height: 645px;
    overflow: hidden;
    padding-bottom: 9em;
    background-size: 100%;
}
.lower-footer .nav-link {
    text-transform: uppercase;
    margin-right: 1.5rem;
    font-size: 90%;
}
.upper-footer {
    padding: 4em 0 4em;
    text-align: center;
    margin: 0 auto;
}
.colophon {
    color: rgb(200, 200, 200);
    font-size: 80%;
    text-align: center;
}
.byline-name {
    font-weight: bold;
}
.footer-inline-item {
    padding-right: 1.3rem;
}


/* CDE explorer styles */
.taxonomy-container {
    width: 1400px !important;
}
.taxonomy-container div svg {
    width: 1400px !important;
    height: 600px !important;
}
.infobox {
    font-weight: 300;
    position: absolute;
    padding: 10px 30px 20px 20px;
    top: 10px;
    left: 10px;
    text-align: left;
    width: 420px;
    height: auto;
    background-color: #e0e0e0F4;
    border-radius: 8px;
}
.nodeid {
    font-size: 8px;
    font-weight: bold;
}
.nodename {
    width: 320px;
    margin: 12px 0 18px 0;
    padding: 2px 8px 2px 10px;
    background: white;
    font-weight: lighter;
    border-radius: 3px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
}
.nodeparent {
    width: 120px;
    margin: 12px 0 0 0;
    padding: 2px 8px 2px 10px;
    border: 1px solid white;
    background: #909090;
    color: white;
    border-radius: 3px;
    display: block;
    font-size: 11px;
}
.nodechild {
    width: auto;
    margin: 0 8px 8px 0;
    padding: 2px 8px 2px 10px;
    border: 1px solid black;
    background: white;
    border-radius: 3px;
    font-size: 13px;
}
.nodelabel {
    font-size: 6px;
}
.tree_view_annotation {
    display: none;
}
.helptext {
    font-style: italic;
    font-size: 90%;
    color: red !important;
}
label.is-required:before, legend.is-required:before {
    content: "✱";
    color: red;
    padding-right: 0.2rem;
}
label.is-required {
    margin-bottom: 0.2rem;
}
label {
    padding-top: 1rem;
}