/* Header & Top Nav styles */
html {
    scroll-behavior: smooth
}

.header {
    background-color: #000;
    color: #fff;
    position: relative;
    top: 0;
    z-index: 10
}

@media screen and (min-width:768px) {
    #header.header {
        position: -webkit-sticky;
        position: sticky
    }
}

.nasalogo {
    float: left;
    margin-left: 24px;
    margin-top: 10px
}

.nasalogo img {
    width: 362px;
    height: 68px
}

@media screen and (max-width:767px) {
    .nasalogo img {
        width: 200px;
        height: auto
    }
    .nasalogo {
        margin-top: 10px;
        margin-left: 16px
    }
}

@media screen and (max-width:1223px) {
    .homepage .nasalogo img {
        width: 200px;
        height: auto
    }
    .homepage .nasalogo {
        margin-top: 10px;
        margin-left: 16px
    }
}

.header .navigation {
    float: right;
    font-size: 15px
}

.sitetitle {
    float: left;
    font-family: "Lato Semibold", sans-serif;
    font-size: 33px;
    margin-left: 88px;
    margin-top: 10px
}

@media screen and (max-width:767px) {
    .sitetitle {
        clear: both;
        float: right;
        margin-right: 16px
    }
}

.homepage .sitetitle {
    font-size: 12px;
    line-height: 47px;
    margin-top: 20px
}

@media screen and (min-width:576px) {
    .sitetitle {
        font-size: 51px;
        margin-left: 88px;
        margin-top: 12px;
        margin-bottom: 0px;
    }
    .homepage .sitetitle {
        font-size: 19px;
        line-height: 47px
    }
}

@media screen and (min-width:768px) {
    .homepage .sitetitle {
        font-size: 30px;
        line-height: 47px;
        margin-top: 46px
    }
}

@media screen and (min-width:900px) {
    .homepage .sitetitle {
        font-size: 35px;
        line-height: 47px;
        margin-top: 46px
    }
}

@media screen and (min-width:1024px) {
    .homepage .sitetitle {
        font-size: 36px;
        line-height: 50px;
        margin-top: 46px
    }
}

@media screen and (min-width:1200px) {
    .homepage .sitetitle {
        font-size: 41px;
        line-height: 50px;
        margin-top: 46px
    }
}

ul.bottomnav,
ul.topnav.l1 {
    list-style-type: none;
    margin: 0
}

ul.bottomnav li.navitem,
ul.topnav.l1 li.navitem.l1 {
    display: block;
    float: left;
    padding: 10px;
    text-transform: uppercase
}

li.navitem.l1>a {
    text-decoration: none;
    color: #b3b3b3
}

li.navitem.l1.active>a {
    color: #fff
}

ul.topnav.l2 {
    display: none;
    padding: 5px;
    background-color: #fff
}

li.navitem.l1.active ul.topnav.l2 {
    display: block
}

ul.topnav.l2 li.navitem.l2 {
    display: block;
    font-size: 14px;
    text-transform: none
}

li.navitem.l2>a {
    text-decoration: none;
    color: #646464
}

li.navitem.l2.active>a {
    text-decoration: none;
    color: #000
}

.footer {
    height: 130px;
    background-color: #000;
    color: #fff;
    text-align: center
}

.footer .navigation {
    font-size: 15px;
    margin-left: auto;
    margin-right: auto
}

#footer-menu .contact {
    color: #fff !important;
    line-height: 16px;
    padding-bottom: 5px
}

.footer-nav-3 {
    padding: 40px 30px !important
}

#footer-menu .contact,
.footer-nav-3 {
    font-size: 13px
}

.cl-num {
    padding-bottom: 30px
}

.oco-template #back-to-top-outer {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 25px
}

.oco-template #back-to-top {
    cursor: pointer;
    font-size: 2rem;
    opacity: 1;
    color: #4676b4;
    text-decoration: none
}

.oco-template #back-to-top .top {
    font-size: .5em;
    font-weight: 400;
    text-align: center;
    font-family: HelveticaNeue-Light, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif
}

/* Banner styles */
.bannerimage {
    position: relative;
    width: 100%;
    height: Calc(100vh - 200px);
    max-height: 800px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    color: #fff
}

@media(max-width:767px) {
    .homepage .bannerimage {
        background-position: center center;
        height: Calc(100vh - 80px)
    }
}

@media all and (orientation:landscape) and (min-width:768px) {
    .homepage .bannerimage {
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #000;
        background-position: center center
    }
}

@media only screen and (min-device-width:320px) and (max-device-width:812px) and (-webkit-min-device-pixel-ratio:2) and (orientation:landscape) {
    .homepage .bannerimage {
        height: Calc(100vh - 50px)
    }
}

.bannernoimage {
    width: 100%;
    height: 688px;
    text-align: center;
    color: #000
}

.bannerimage .pagetitle,
.bannernoimage .pagetitle {
    position: absolute;
    bottom: 0;
    width: 100%;
    min-height: 100px;
    background-color: rgba(0, 0, 0, .6);
    font-size: 30px
}

.bannerimage .pagetitle a,
.bannernoimage .pagetitle a {
    color: #fff;
    text-decoration: underline
}

@media(max-width:767px) {
    .bannerimage .pagetitle,
    .bannernoimage .pagetitle {
        font-size: 20px
    }
}

.homepage.pagetitle {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center
}

.bannerimage a {
    color: #fff;
    text-decoration: none
}

.bannernoimage a {
    text-decoration: none
}

.oco-template .breadcrumb {
    background-color: #fff !important;
    font-weight: 700;
    font-size: .9rem;
    padding-bottom: 0;
    margin-bottom: 0;
    color: #7b7b7b;
    font-family: Helvetica, 'Open Sans', sans-serif
}

.oco-template .breadcrumb a {
    color: #3956c2
}

.oco-template .breadcrumb a,
.oco-template .breadcrumb span {
    margin: 0 5px
}

.oco-template .breadcrumb {
    width: 100%;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto
}

.oco-template .breadcrumb {
    max-width: 1150px
}

/* General Page styles */
body {
    margin: 0;
    padding: 0;
    font-family: OpenSans, sans-serif;
    font-size: 20px;
    color: #000
}

.container {
    padding: 20px;
    max-width: 1120px
}

.oco-template .breadcrumb {
    padding-left: 15px;
    max-width: 1120px
}

.gallery.oco-template .breadcrumb {
    max-width: 1220px
}

@media(min-width:576px) {
    .container {
        padding: 30px 20px 0px 20px
    }
    .oco-template .breadcrumb {
        padding-left: 15px
    }
}

@media(min-width:768px) {
    .container {
        padding: 80px 30px 0px 30px
    }
    .oco-template .breadcrumb {
        padding-left: 25px
    }
}

@media(min-width:1140px) {
    .container {
        padding: 80px 30px 0px 30px
    }
    .oco-template .breadcrumb {
        padding-left: 25px
    }
}

.pagecontent {
    width: 100%;
    font-size: 20px
}

.pagecontent.reduced {
    float: left
}

.pagecontent img {
    max-width: 100%
}

.rightrail {
    float: right;
    max-width: 325px
}

.rightrail img {
    width: 100%
}

.block-image {
    clear: left
}

.image-center {
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 100%
}

.image-right {
    float: none;
    margin-left: auto
}

.image-left {
    float: none;
    margin-right: auto
}

.image-left,
.image-right {
    max-width: 100%;
    margin-bottom: 30px
}

.image-center img,
.image-left img,
.image-right img {
    max-width: 100%
}

@media screen and (min-width:500px) {
    .image-right {
        float: right;
        margin-left: 40px
    }
    .image-left {
        float: left;
        margin-right: 40px
    }
    .image-left,
    .image-right {
        max-width: 50%;
        height: auto
    }
}

.image_builder img:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px
}

.image_builder a {
    display: block
}

.image_builder a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px
}

.image_builder_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px
}

.block-paragraph:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px
}

.pagecontent .h3,
.pagecontent .image_builder_caption,
.rightrail h3 {
    font-size: 18px;
    margin-bottom: 3em;
    color: #646464;
    font-weight: 500
}

.rightrail .image_builder_caption,
.rightrail h4 {
    font-size: 14px
}

h1 {
    font-size: 32px;
    margin-bottom: 1rem;
    font-weight: 700
}

h2,
h2 strong {
    font-size: 24px;
    font-weight: 700
}

h3,
h3 strong {
    font-size: 24px;
    font-weight: 700
}

a,
a:hover,
a:visited {
    color: #000
}

.homepage .nasalogo {
    margin-top: 10px;
    position: absolute
}

@media screen and (max-width:767px) {
    .homepage .nasalogo {
        margin-top: 8px
    }
}

.homepage .sitetitle {
    margin-left: none;
    margin-right: 36px;
    margin-top: 16px;
    float: right;
    margin-left: 0
}

@media(max-width:767px) {
    .homepage .sitetitle,
    .sitetitle {
        text-align: left;
        margin-left: 20px;
        margin-top: 7px
    }
    .homepage .sitetitle {
        margin-right: 66px
    }
}

@media(max-width:490px) {
    .homepage .sitetitle {
        margin-top: 50px;
        margin-right: 20px;
        font-size: 20px
    }
}

@media(min-width:1024px) {
    .homepage .sitetitle {
        margin-top: 35px
    }
}

.sitetitle .home-hdr-txt {
    display: none
}

.sitetitle .l2-hdr-txt {
    display: block
}

.homepage .sitetitle .home-hdr-txt {
    display: block
}

.homepage .sitetitle .l2-hdr-txt {
    display: none
}

.homepage .navigation {
    clear: both
}

.homepage .pagecontent {
    color: #fff;
    max-width: 100%
}

.homepage .pagecontent .rich-text {
    font-size: 24px;
    text-align: center
}

.homepage h2 {
    font-size: 24px
}

.homepage.listview {
    padding: 5px;
    text-align: center
}

.homepage.listview .container {
    margin-right: auto;
    margin-left: auto;
    padding-top: 0
}

.homepage h2 {
    font-size: 32px;
    color: #333;
    margin: 77px auto 45px;
    display: block;
    position: relative;
    font-weight: 500
}

.homepage.discovermore h2 {
    margin-bottom: 45px;
    margin-top: 0
}

@media(min-width:768px) {
    .homepage.learnmore .linkbox.thumbnail {
        align-items: stretch;
        display: flex
    }
    .homepage.learnmore .linkbox.thumbnail .outer-box {
        border: 1px solid gray
    }
}

.homepage.learnmore .linkbox.thumbnail .inner-box {
    padding: 30px;
    padding-bottom: 70px
}

.homepage.learnmore .linkbox.thumbnail .inner-box img {
    width: 100% !important;
    height: auto !important
}

.homepage.discovermore .linkbox.thumbnail {
    padding-bottom: 50px
}

.homepage.discovermore .container {
    padding-bottom: 30px
}

.linkboxtitle {
    font-size: 18px;
    padding-top: 30px
}

.learnmore .linkboxtitle {
    text-align: center
}

.linkbox a,
.linkbox a:visited {
    color: #191919;
    text-decoration: none;
    text-align: left !important;
    font-weight: 500;
    font-size: 24px
}

.linkbox a:hover {
    text-decoration: underline
}

.news .listitem {
    padding: 0 0 16px 0
}

.news .thumbnail {
    padding-right: 10px
}

.news .thumbnail img {
    width: 100% !important;
    max-width: 300px;
    height: auto !important
}

.newsdate {
    font-size: 14px;
    font-weight: 700;
    color: #1074b1;
    text-transform: uppercase
}

.gallery .container {
    max-width: 1220px;
    min-height: 70vh
}

.gallery .listview-box {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block
}

.gallery .listview {
    width: auto;
    margin-left: 0;
    margin-right: auto;
    display: table
}

@media(max-width:516px) {
    .gallery .listview {
        margin-left: auto;
        margin-right: auto;
        width: 230px
    }
}

.gallery .thumbnail {
    float: left;
    width: 230px;
    height: 305px;
    overflow: hidden;
    padding: 5px;
    text-align: center
}

.gallery .thumbnail img {
    width: 100%
}

.gallerytitle {
    font-size: 18px;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 44px;
    text-align: left;
    max-height: 120px;
    overflow: hidden
}

.gallerytitle a,
.gallerytitle a:visited {
    color: #000 !important;
    text-decoration: none
}

.gallerytitle a:hover {
    text-decoration: none !important;
    color: #3956c2 !important
}

.gallery .thumbnail {
    position: relative
}

.gallery a img {
    display: block;
    height: auto
}

.gallery .gallerycaption {
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    width: Calc(100% - 10px);
    height: Calc(100% - 10px);
    opacity: 0;
    transition: .5s ease;
    background-color: #000;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden
}

.gallery .thumbnail:hover .gallerycaption {
    opacity: 1
}

.gallery .gallerycaption a {
    color: #b3b3b3;
    font-size: 18px;
    position: absolute;
    top: 20px;
    left: 20px;
    -webkit-transform: translate(-20px, -20px);
    -ms-transform: translate(-20px, -20px);
    transform: translate(-20px, -20px);
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
    vertical-align: top;
    height: 100%;
    width: 100%;
    display: block;
    background-image: url(https://jpl.nasa.gov/assets/images/overlay-arrow.png);
    background-position: 95% 95%;
    background-repeat: no-repeat;
    background-size: 15px 15px
}

.gallery .gallerycaption a:hover {
    color: #fff;
    text-decoration: none
}

.listview .publicationyear:nth-child(1) {
    margin-top: 0 !important
}

.list-author.publicationauthor {
    line-height: 1.4rem
}

.title-filteres {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 2rem 0 0 0
}

@media(min-width:1024px) {
    .title-filteres {
        flex-direction: row
    }
}

.gallerypage .title-filteres {
    flex-direction: column
}

@media(min-width:1350px) {
    .gallerypage .title-filteres {
        justify-content: space-between;
        flex-direction: row
    }
}

.title-filteres form .fieldset {
    width: 100%;
    display: block;
    margin-bottom: 1rem
}

.filters.tab-switch {
    padding-top: .4rem;
    font-weight: 700;
    font-size: 1.4rem;
    margin-bottom: 1rem;
    display: block;
    float: none;
    width: 170px
}

.filters.tab-switch a {
    color: #386ca6
}

.title-filteres form .fieldset label {
    min-width: 40px;
    margin-bottom: 0
}

@media(min-width:568px) {
    .title-filteres form .fieldset {
        width: auto;
        display: inline-block;
        margin-bottom: 5px
    }
}

.title-filteres .submit {
    display: inline-block;
    background-color: #386ca6;
    color: #fff;
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    border-inline-start-width: 500;
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    margin-right: 0 !important
}

.title-filteres input,
.title-filteres select {
    margin-right: 10px;
    height: 30px;
    background-color: #e4e9ef;
    border-width: 0;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px
}

.title-filteres input[type=radio] {
    height: auto
}

.title-filteres .filters select {
    padding: 1px 2px;
    height: 31px
}

.title-filteres input[type=button],
.title-filteres input[type=reset],
.title-filteres input[type=submit] {
    padding: 1px 2px;
    height: 31px
}

.title-filteres .filters input,
.title-filteres .filters select {
    margin-right: 10px
}

.title-filteres .filters {
    font-size: 16px
}

.title-filteres h2 {
    line-height: 45px
}

.sitemap .navitem.l1 {
    font-weight: 700
}

.sitemap .navitem.l2 {
    font-size: 90%;
    padding-left: 20px
}

.adminnote {
    opacity: 1;
    color: #a00;
    font-weight: 700;
    font-style: italic
}

.unpublished {
    opacity: .5
}

.listview .unpublished,
.navitem.unpublished {
    font-style: italic
}

.pagecontent table {
    margin-top: 50px
}

.pagecontent table td {
    text-align: top;
    vertical-align: top;
    padding-bottom: 20px
}

@media(min-width:576px) {
    .pagecontent table td {
        padding-right: 40px;
        padding-bottom: 40px
    }
}

.pagecontent table img {
    width: 100% !important;
    max-width: 300px;
    height: auto !important;
    border: 1px solid rgba(0, 0, 0, .3)
}

@media(max-width:575px) {
    .pagecontent table td {
        display: block;
        width: 100%
    }
    .pagecontent table img {
        max-width: 100%
    }
}

.captionText {
    margin-bottom: 2em;
    display: block
}

.l2-hdr-responcive-filler {
    width: 20%;
    height: 35px
}

.pagecontent h3 {
    margin-bottom: 2em
}

.search {
    margin-top: 50px;
    margin-bottom: 0
}

.search .container {
    width: auto;
    float: right;
    padding: 0;
    vertical-align: top;
    margin: -30px 0 0 0
}

.search .col-sm {
    padding-left: 5px;
    padding-right: 5px
}

.search .col-sm:nth-last-child(1) {
    padding-right: 15px
}

.search input[type=button],
.search input[type=reset],
.search input[type=submit] {
    margin-top: 0
}

.search input[type=button],
.search input[type=reset],
.search input[type=submit],
.search select {
    min-width: 100px
}

.search select {
    height: 34px
}

#site_footer {
    background-color: #163b58;
    font-size: 16px;
}

#site_footer a:hover {
    color: #fff
}

#site_footer .gradient_line {
    margin-left: auto;
    margin-right: auto;
    content: " ";
    width: 100%;
    height: 1px;
    clear: both;
    background: #61b6fd;
    background: -moz-linear-gradient(left, transparent, #61b6fd, transparent);
    background: -webkit-linear-gradient(left, transparent, #61b6fd, transparent);
    background: linear-gradient(to right, transparent, #61b6fd, transparent);
    width: 90%
}

#site_footer .BaseButton {
	display:inline-block;
	overflow:hidden;
	height:46px;
	width:46px;
	align-items: center;
	vertical-align:middle;
	cursor:pointer;
	border: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom:.6em;
	padding: 7px;
	color: rgba(255, 255, 255, 1);
	background-size: 100% 215%;
	background-position: 0 -1px;
	background-image: linear-gradient(180deg, transparent 50%, #fff 50%);
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
}
#site_footer .BaseButton:hover {
	color: rgba(0, 0, 0, 1) !important;
	background-color: rgba(255, 255, 255, 1) !important;
	border-color: rgba(255, 255, 255, 1);
	background-position: bottom;
}
#site_footer .BaseButton+.BaseButton {
	margin-left: 0px;
	border-left: 0px;
}

@media(min-width:769px) {
    #site_footer .gradient_line {
        width: 50%
    }
}

.upper_footer {
    padding: 3em 2em 2em 2em;
}

.upper_footer .grid_layout {
    width: 100%;
    margin-top: 2em;
}

.upper_footer .footer_newsletter,
.upper_footer .share {
    text-align: center;
    /*padding: 1.69492%;
    width: 100%*/
    padding: 0 2em 0 2.9em;
}

#site_footer .upper_footer h2,
#site_footer .lower_footer h2 {
    margin: 0px auto 20px auto !important;
}

#site_footer .upper_footer .footer_newsletter h2,
#site_footer .upper_footer .share h2 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: .6em;
    color: #fff !important;
    letter-spacing: -.035em;
    text-transform: uppercase;
}
@media(max-width:768px) {
    #site_footer .upper_footer .share h2 {
        margin-top: 40px !important;
    }
}
@media(min-width:600px) {
    #site_footer .upper_footer .footer_newsletter h2,
    #site_footer .upper_footer .share h2 {
        font-size: 1em;
    }
}

@media(min-width:1200px) {
    #site_footer .upper_footer .footer_newsletter h2,
    #site_footer .upper_footer .share h2 {
        font-size: 1.1em;
        text-align: left;
    }
}

.upper_footer .gradient_line_divider {
    margin: 1em auto;
    display: none;
}

@media(min-width:600px) {
    .upper_footer .footer_newsletter {
        /*width: 48.71795%;*/ width: auto;
        float: none;
        margin-left: 0;
        /*margin-right: -100%;*/
    }
}

@media(min-width:769px) {
    .upper_footer .footer_newsletter {
        /*width: 40.67797%;*/
        float: left;
        /*margin-left: 8.47458%;
        margin-right: -100%;*/
    }
}

@media(min-width:600px) {
    .upper_footer .share {
        /*width: 48.71795%;*/ width: auto;
        float: none;
        /*margin-left: 51.28205%;
        margin-right: -100%;*/
    }
}

@media(min-width:769px) {
    .upper_footer .share {
        /*width: 40.67797%;*/
        float: right;
        /*margin-left: 50.84746%;
        margin-right: -100%*/
    }
}

#site_footer .sitemap {
    margin-bottom: 3em
}

@media(min-width:600px) {
    #site_footer .sitemap .grid_layout {
        width: 100%
    }
}

@media(min-width:large) {
    #site_footer .sitemap .grid_layout {
        width: 97%
    }
}

#site_footer .sitemap_directory {
    overflow: hidden;
    margin-bottom: 3em
}

#site_footer .sitemap_directory .footer_sitemap_item {
    margin-bottom: .6em
}

@media(min-width:600px) {
    #site_footer .sitemap_directory .footer_sitemap_item {
        margin-bottom: .2em
    }
}

@media(min-width:1024px) {
    #site_footer .sitemap_directory .footer_sitemap_item {
        margin-bottom: .2em;
        margin-left: 10%
    }
}

#site_footer .sitemap_title {
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 1.2em;
    letter-spacing: -.01em;
    margin-bottom: .3em
}

@media(min-width:600px) {
    #site_footer .sitemap_title {
        font-size: 1.1em
    }
}

@media(min-width:1024px) {
    #site_footer .sitemap_title {
        font-size: 1.3em
    }
}

#site_footer .sitemap_block {
    text-align: center;
    width: 100%
}

@media(min-width:600px) {
    #site_footer .sitemap_block {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: .83333%;
        padding-right: .83333%;
        text-align: left
    }
}

@media(min-width:600px) {
    #site_footer ul.subnav {
        margin-bottom: 1em
    }
    #site_footer ul.subnav li {
        padding-left: 1em;
        text-indent: -1em;
        margin: .1em 0
    }
}

#site_footer ul.subnav a {
    color: #a5a6a7;
    text-decoration: none;
    font-size: 1em
}

@media(min-width:600px) {
    #site_footer ul.subnav a {
        font-size: .85em
    }
}

@media(min-width:1024px) {
    #site_footer ul.subnav a {
        font-size: .95em
    }
}

.no-touch #site_footer ul.subnav a:hover {
    color: #fff
}

.lower_footer {
    overflow: hidden;
    background-color: #13334c;
    padding: 2em 2em 2em 2em;
    font-size: 14px;
}
.footer-content {
    max-width: 1208px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.upper_footer nav a {
    text-transform: uppercase;
    font-size: 18px;
}
.upper_footer .nav_container,
.lower_footer .nav_container {
    margin: 0 auto;
    position: relative;
    left: 0;
}

@media(min-width:1024px) {
    .lower_footer .nav_container {
        position: relative;
        float:left
    }
    .upper_footer .nav_container {
        margin-left: -25px;
    }    
}
.upper_footer nav ul {
    padding-left: 0px;
}
.upper_footer nav,
.lower_footer nav {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    color: #fffaf8;
}
.lower_footer nav {
    font-size: 14px;
}

.lower_footer nav ul {
    margin-bottom: 0px;
}

.upper_footer nav a,
.lower_footer nav a {
    color: #fffaf8;
    text-decoration: none
}

.upper_footer nav a:hover,
.lower_footer nav a:hover {
    text-decoration: underline;
}

.no-touch .lower_footer nav a:hover {
    color: #fff
}
.upper_footer nav li,
.lower_footer nav li {
    display: inline;
    line-height: 2em
}
.upper_footer nav li {
    margin: 0 2.5%;
    display: inline;
    line-height: 2em
}
.upper_footer nav ul li:first-child {
    margin-left: 0px !important;
}

.upper_footer nav ul li:last-child {
    margin-right: 0px !important;
}
  
.lower_footer nav li {
    margin: 0 .6em;
}

.upper_footer nav li+li:before {
    margin-left: 2em
}
.lower_footer nav li+li:before {
    margin-left: .6em
}

.lower_footer .credits {
    font-size: .9em;
    color: #fffaf8;
    text-align: center;
    position: relative;
    line-height: 28px;
}

.lower_footer .credits>span {
    display: block;
    padding-left:0em;
    padding-right:0em;
}
@media(min-width:1024px) {
    .lower_footer .credits>span {
        padding-left:1em;
        padding-right:3em;
    }
}

.lower_footer .credits a {
    color: #a5a6a7;
    text-decoration: none;
}

.no-touch .lower_footer .credits a:hover {
    color: #fff;
}

@media(min-width:1024px) {
    .lower_footer .credits {
        float: right;
        text-align: left;
    }
    .lower_footer .credits>span {
        display: inline-block;
    }
}

.module {
    padding: 2.3em 0 3em;
    position: relative
}

@media(min-width:769px) {
    .module {
        padding: 4em 0 4.3em
    }
}

.grid_layout {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 95%
}

.grid_layout:after {
    content: " ";
    display: block;
    clear: both
}

@media(min-width:600px) {
    .grid_layout {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 95%
    }
    .grid_layout:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media(min-width:769px) {
    .grid_layout {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        width: 90%
    }
    .grid_layout:after {
        content: " ";
        display: block;
        clear: both
    }
}

@media(min-width:1024px) {
    .grid_layout {
        max-width: 1200px;
        width: 97%
    }
    .content_page .grid_layout {
        width: 90%
    }
}

.light_background .site_header form.nav_search,
.overlay_search,
.section_search,
.site_header form.nav_search,
form.submit_newsletter {
    color: #fff;
    display: inline-block;
    position: relative
}

.overlay_search .search_field,
.section_search .search_field,
.site_header form.nav_search .search_field,
form.submit_newsletter .email_field,
form.submit_newsletter .search_field {
    color: #fff;
    background-color: rgba(255, 255, 255, .3)
}

.upper_footer form.submit_newsletter .email_field {
    color: #406582 !important;
    font-size: 90%;
    background-color: transparent;
    border: 1px solid #406582 !important;
}


.overlay_search .search_field.placeholder,
.section_search .search_field.placeholder,
.site_header form.nav_search .search_field.placeholder,
form.submit_newsletter .placeholder.email_field,
form.submit_newsletter .search_field.placeholder {
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.overlay_search .search_field:-moz-placeholder,
.section_search .search_field:-moz-placeholder,
.site_header form.nav_search .search_field:-moz-placeholder,
form.submit_newsletter .email_field:-moz-placeholder,
form.submit_newsletter .search_field:-moz-placeholder {
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.overlay_search .search_field::-moz-placeholder,
.section_search .search_field::-moz-placeholder,
.site_header form.nav_search .search_field::-moz-placeholder,
form.submit_newsletter .email_field::-moz-placeholder,
form.submit_newsletter .search_field::-moz-placeholder {
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.overlay_search .search_field::-webkit-input-placeholder,
.section_search .search_field::-webkit-input-placeholder,
.site_header form.nav_search .search_field::-webkit-input-placeholder,
form.submit_newsletter .email_field::-webkit-input-placeholder,
form.submit_newsletter .search_field::-webkit-input-placeholder {
    color: #fff;
    -webkit-font-smoothing: antialiased
}

.overlay_search .search_field,
.section_search .search_field,
.site_header form.nav_search .search_field,
form.submit_newsletter .email_field,
form.submit_newsletter .search_field {
    font-size: 16px;
    border: 0;
    border-radius: 4px;
    height: 40px;
    padding-left: 1.1em;
    padding-right: 40px;
    padding-top: .2em
}

.overlay_search .search_field.placeholder,
.section_search .search_field.placeholder,
.site_header form.nav_search .search_field.placeholder,
form.submit_newsletter .placeholder.email_field,
form.submit_newsletter .search_field.placeholder {
    opacity: 1 !important;
    font-family: Helvetica, Arial, sans-serif
}

.overlay_search .search_field:-moz-placeholder,
.section_search .search_field:-moz-placeholder,
.site_header form.nav_search .search_field:-moz-placeholder,
form.submit_newsletter .email_field:-moz-placeholder,
form.submit_newsletter .search_field:-moz-placeholder {
    opacity: 1 !important;
    font-family: Helvetica, Arial, sans-serif
}

.overlay_search .search_field::-moz-placeholder,
.section_search .search_field::-moz-placeholder,
.site_header form.nav_search .search_field::-moz-placeholder,
form.submit_newsletter .email_field::-moz-placeholder,
form.submit_newsletter .search_field::-moz-placeholder {
    opacity: 1 !important;
    font-family: Helvetica, Arial, sans-serif
}

.overlay_search .search_field::-webkit-input-placeholder,
.section_search .search_field::-webkit-input-placeholder,
.site_header form.nav_search .search_field::-webkit-input-placeholder,
form.submit_newsletter .email_field::-webkit-input-placeholder,
form.submit_newsletter .search_field::-webkit-input-placeholder {
    opacity: 1 !important;
    font-family: Helvetica, Arial, sans-serif
}

.overlay_search .search_submit,
.section_search .search_submit,
.site_header form.nav_search .search_submit,
form.submit_newsletter .email_submit,
form.submit_newsletter .search_submit {
    background: url(https://www.jpl.nasa.gov/assets/images/search_icon@2x.png) no-repeat 6px 9px transparent;
    background-size: 20px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: 0;
    width: 40px;
    height: 40px
}

.light_background .site_header form.nav_search .search_field,
.light_background .site_header form.nav_search form.submit_newsletter .email_field,
.section_search .search_field,
.section_search form.submit_newsletter .email_field,
form.submit_newsletter .light_background .site_header form.nav_search .email_field,
form.submit_newsletter .section_search .email_field {
    background-color: #fff;
    color: #222
}

.light_background .site_header form.nav_search .search_field.placeholder,
.light_background .site_header form.nav_search form.submit_newsletter .placeholder.email_field,
.section_search .search_field.placeholder,
.section_search form.submit_newsletter .placeholder.email_field,
form.submit_newsletter .light_background .site_header form.nav_search .placeholder.email_field,
form.submit_newsletter .section_search .placeholder.email_field {
    color: #5a6470;
    opacity: 1 !important
}

.light_background .site_header form.nav_search .search_field:-moz-placeholder,
.light_background .site_header form.nav_search form.submit_newsletter .email_field:-moz-placeholder,
.section_search .search_field:-moz-placeholder,
.section_search form.submit_newsletter .email_field:-moz-placeholder,
form.submit_newsletter .light_background .site_header form.nav_search .email_field:-moz-placeholder,
form.submit_newsletter .section_search .email_field:-moz-placeholder {
    color: #5a6470;
    opacity: 1 !important
}

.light_background .site_header form.nav_search .search_field::-moz-placeholder,
.light_background .site_header form.nav_search form.submit_newsletter .email_field::-moz-placeholder,
.section_search .search_field::-moz-placeholder,
.section_search form.submit_newsletter .email_field::-moz-placeholder,
form.submit_newsletter .light_background .site_header form.nav_search .email_field::-moz-placeholder,
form.submit_newsletter .section_search .email_field::-moz-placeholder {
    color: #5a6470;
    opacity: 1 !important
}

.light_background .site_header form.nav_search .search_field::-webkit-input-placeholder,
.light_background .site_header form.nav_search form.submit_newsletter .email_field::-webkit-input-placeholder,
.section_search .search_field::-webkit-input-placeholder,
.section_search form.submit_newsletter .email_field::-webkit-input-placeholder,
form.submit_newsletter .light_background .site_header form.nav_search .email_field::-webkit-input-placeholder,
form.submit_newsletter .section_search .email_field::-webkit-input-placeholder {
    color: #5a6470;
    opacity: 1 !important
}

#home.light_background .section_search .search_field,
#home.light_background .section_search form.submit_newsletter .email_field,
#home.light_background .site_header form.nav_search .search_field,
#home.light_background .site_header form.nav_search form.submit_newsletter .email_field,
form.submit_newsletter #home.light_background .section_search .email_field,
form.submit_newsletter #home.light_background .site_header form.nav_search .email_field {
    background-color: rgba(255, 255, 255, .8)
}

.light_background .site_header form.nav_search .search_submit,
.light_background .site_header form.nav_search form.submit_newsletter .email_submit,
.section_search .search_submit,
.section_search form.submit_newsletter .email_submit,
form.submit_newsletter .light_background .site_header form.nav_search .email_submit,
form.submit_newsletter .section_search .email_submit {
    background: url(https://www.jpl.nasa.gov/assets/images/search_icon_darkgrey@2x.png) no-repeat 9px 12px transparent;
    background-size: 20px;
    margin-top: -2px
}

.filter_bar .light_background .site_header form.nav_search .search_submit,
.filter_bar .light_background .site_header form.nav_search form.submit_newsletter .email_submit,
.filter_bar .section_search .search_submit,
.filter_bar .section_search form.submit_newsletter .email_submit,
.light_background .site_header .filter_bar form.nav_search .search_submit,
.light_background .site_header .filter_bar form.nav_search form.submit_newsletter .email_submit,
form.submit_newsletter .filter_bar .light_background .site_header form.nav_search .email_submit,
form.submit_newsletter .filter_bar .section_search .email_submit,
form.submit_newsletter .light_background .site_header .filter_bar form.nav_search .email_submit {
    background: url(https://www.jpl.nasa.gov/assets/images/search_icon_dark@2x.png) no-repeat 9px 12px transparent;
    background-size: 20px
}

.site_header form.nav_search {
    display: none
}

@media(min-width:769px) {
    .site_header form.nav_search {
        display: inline-block
    }
}

.light_background .site_header form.nav_search {
    display: none
}

@media(min-width:769px) {
    .light_background .site_header form.nav_search {
        display: inline-block
    }
}

form.submit_newsletter {
    width: 100%;
    min-width: 300px;
    max-width: 400px;
    display: inline-block;
}

form.submit_newsletter .email_field {
    width: 100%
}

form.submit_newsletter .email_submit {
    background: url(https://www.jpl.nasa.gov/assets/stylesheets/../images/envelope_white@2x.png) no-repeat 4px 10px transparent;
    background-size: 25px;
    opacity: .8
}

form.submit_newsletter .email_submit:hover {
    opacity: 1
}

#secondary_column form.submit_newsletter {
    width: 100%;
    max-width: none
}

#secondary_column form.submit_newsletter .email_field,
#secondary_column form.submit_newsletter .search_field {
    background: #4b6a8d;
    border-radius: 4px
}

.addthis-smartlayers-desktop .addthis_32x32_style a {
    width: 40px
}

.touch .addthis-smartlayers {
    position: relative
}

.social_icons {
    display: inline-block;
    margin-top: 3px;
    white-space: nowrap
}

.social_icons .icon {
    display: inline-block;
    overflow: hidden;
    height: 32px;
    width: 32px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 !important;
    margin-bottom: .6em
}

.social_icons .icon+.icon {
    margin-left: .6em
}

@media(min-width:769px) {
    .social_icons .icon+.icon {
        margin-left: .7em
    }
}

.social_icons .all_icon {
    height: 32px;
    width: 32px;
    position: relative;
    vertical-align: middle;
    color: #a5a6a7
}

.social_icons .all_icon span {
    text-decoration: none;
    font-size: 1em;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: normal
}

.social_icons .all_icon:hover {
    color: #fff
}

#site_footer input[type=button],
#site_footer input[type=reset],
#site_footer input[type=submit] {
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    background-color: inherit;
    border: solid 0 #939393;
    color: #inherit;
    border-radius: 0;
    transition: all .3s ease-out
}

@media screen and (max-width:767px) {
    .homepage nav#headerL1nav {
        top: 54px
    }
    .homepage nav#headerL1nav.navbar .nav.navbar-nav {
        margin-top: -64px;
        width: 100%
    }
    .homepage .navbar-dark .navbar-toggler {
        margin-top: -45px
    }
}

.search input[type=button],
.search input[type=reset],
.search input[type=submit],
.search select {
    min-width: 100px
}

.search select {
    height: 34px
}

@media screen and (min-width:576px) and (max-width:767px) {
    #collapsingNavbar3 {
        margin-top: 40px
    }
}

.wagtail-userbar--bottom-right {
    bottom: 1.5em !important;
    right: 4.2em !important
}


/*home page design changes 2025*/
.ocov3.homepage.oco-template .sitetitle {display: none;}
.ocov3.homepage.oco-template #header {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease-in-out;
}
.ocov3.homepage.oco-template {
    background-color: whitesmoke;
}
.ocov3 nav#headerL1nav.navbar .nav-item>:first-of-type {
    text-transform: none;
    font-size: 15px;
    font-weight: 600;
    color: white;
    opacity: 0.9;
}
.ocov3.homepage .container {
    max-width: 1288px;
    font-family: Metropolis,-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica Neue,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.ocov3.homepage h2 {
    text-align: left;
    max-width: 1208px;
    text-transform: uppercase;
    /*padding-left: 30px;*/
}
.ocov3.homepage .col-md.linkbox {
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 50px;
}
.ocov3 .homepage.listview .linkboxtitle {
    text-align: left;
    font-size: 1.5rem;
    letter-spacing: -.5px;
    line-height: 1.25;
    font-weight: 500;
}
.ocov3 .homepage.learnmore .linkbox.thumbnail .outer-box {
    border: 0px solid gray;
}
.ocov3.homepage .whatsnew {
    display: block;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: 100% auto !important;    
    padding-top: 200px;
    background-color: #f6f6f6;
    max-width: 1800px; 
    background-size:auto 450px; 
}
@media only screen and (max-width: 1024px) {
    .ocov3.homepage .whatsnew { background-size: contain; }  
}
.whatsnewbox {
    background-color: #f6f6f6;
    /*max-width: 1288px;*/
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 4em 6em;
}
.whatsnewbox .multimediabox {
    max-width: 50%; margin-left:50px; margin-bottom:50px; background-color:white; box-sizing:border-box;
}




.hp-subheader {font-size: 1.5rem;}
.hp-subheader2 {font-size: 3.8rem;color: white;font-weight:700;}
.hp-subheader, .hp-subheader2 {margin-bottom: 0px;}
.text-jpl-red-light, 
.whatsnewblurb a:link, .whatsnewblurb a:hover, .whatsnewblurb a:visited,
.whatsnewinsetblurb a:link, .whatsnewinsetblurb a:hover, .whatsnewinsetblurb a:visited {color: rgba(231,59,84,1);}
.whatsnewinsetblurb a {display: block; margin-top:10px;}
.text-jpl-red-light.arrow {font-size:2rem;}
@media only screen and (min-width: 600px) {
    .text-jpl-red-light.arrow {font-size:2rem;zoom:175%;}
}   
.text-jpl-red-light.arrow:hover {
    animation: moveToRight 0.5s ease-in-out;
}
@keyframes moveToRight {
    0% {
    transform: translateX(0px);
    }
    100% {
    transform: translateX(10px);
    }
}
.featuredStories .featuredCaptions {
    background: -webkit-linear-gradient(left, rgba(18, 18, 18, 1) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(18, 18, 18, 1) 0, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#121212', endColorstr='#ffffff', GradientType=0);
    background-image: -webkit-gradient(linear, left, right, from(rgba(18, 18, 18, .8)), to(rgba(18, 18, 18, 0)));
    background-image: -moz-linear-gradient(linear, left, right, from(rgba(18, 18, 18, .8)), to(rgba(18, 18, 18, 0)));
}
.discovermore .linkboxtitle a,
.discovermore .linkboxtitle a:visited {
    text-transform: uppercase;
}
.ocov3 .homepage.discovermore.listview .linkboxtitle a,
.ocov3 .homepage.discovermore.listview .linkboxtitle a:visited,
.ocov3 .homepage.discovermore.listview .linkboxtitle,
.ocov3 .homepage.discovermore.listview .linkboxtitle .thumbnail a,
.ocov3 .homepage.discovermore.listview .linkboxtitle .thumbnail a:visited {
    text-align: center!important;
}

.ocov3 .homepage.discovermore.listview a.thumbnailBox {
    background-color: white;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 200px;
    height: 200px;
}
.ocov3 .homepage.discovermore.listview a.thumbnailBox img {
    position: relative;
    left: 50px;
    top: 50px;
}
.ocov3 .homepage.discovermore.listview a.thumbnailBox img[alt="NASA Worldview"] {
    left: 40px;
    top: 40px;
  }
.ocov3 .homepage.discovermore.listview a.thumbnailBox img[alt="U.S. Greenhouse Gas Center"] {
      left: 45px;
      top: 45px;
    }

.ocov3 .homepage.learnmore.listview .linkboxtitle a {
    position: relative;
    display: block;
    color:white !important;
    margin-left: 20px;
    margin-top: -80px;
    text-shadow: 1px 1px 2px rgba(0,0,0,.7);
}
