meta.foundation-version {
  font-family: "/5.5.3/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html, body {
  height: 100%;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

body {
  background: #fff;
  color: #222;
  cursor: auto;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   supported by Chrome, Edge, Opera and Firefox */
}

.watermark {
  position: fixed;
  top: 90px;
  right: 20px;
  font-size: 3em;
  font-style: italic;
  color: lightgray;
  opacity: 0.5;
  z-index: 99;
  pointer-events: none;
}

.site-wide-alert {
  font-size: 1.2rem;
  text-align: center;
}

.site_header {
  background-color: #333333;
  height: 80px;
  padding-top: 5px;
  padding-left: 10px;
}

#api_logo img {
  width: 8.8125rem;
  height: 2.8125rem;
}

#gear_logo {
  width: 1.875rem;
  height: 1.875rem;
}

.logo-container {
  padding-top: 5px;
  padding-left: 10px;
}
@media only screen and (max-width: 500px) {
  .logo-container {
    padding-top: 15px;
  }
}

.nasa-logo {
  float: left;
  position: relative;
  background-image: url("/images/logo_nasa_trio_white@2x.png");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 362px;
  height: 68px;
}
@media only screen and (max-width: 500px) {
  .nasa-logo {
    width: 250px;
    height: 47px;
  }
}

#logo_link_nasa {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 68px;
}
@media only screen and (max-width: 500px) {
  #logo_link_nasa {
    top: 0px;
    left: 0px;
    width: 56px;
    height: 46px;
  }
}

#logo_link_jpl {
  background-color: transparent;
  position: absolute;
  top: 12px;
  left: 84px;
  width: 280px;
  height: 24px;
}
@media only screen and (max-width: 500px) {
  #logo_link_jpl {
    top: 10px;
    left: 58px;
    width: 194px;
    height: 14px;
  }
}

#logo_link_caltech {
  background-color: transparent;
  position: absolute;
  top: 39px;
  left: 84px;
  width: 280px;
  height: 21px;
}
@media only screen and (max-width: 500px) {
  #logo_link_caltech {
    top: 26px;
    left: 58px;
    width: 194px;
    height: 14px;
  }
}

.hidden-image {
  display: none;
}

a[id]:before,
a[name]:before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
}

.markdown-body table {
  border: none;
}
.markdown-body table thead tr {
  background-color: #eee;
}

.site-footer {
  background-color: #333333;
  color: white;
  height: 94px;
  padding-top: 6px;
  padding-left: 20px;
}
@media only screen and (max-width: 40em) {
  .site-footer {
    padding-left: 10px;
  }
}

.footer-links {
  float: left;
  padding-top: 26px;
  padding-left: 20px;
}
@media only screen and (max-width: 40em) {
  .footer-links {
    padding-top: 0px;
    padding-left: 0px;
  }
}

.footer-links ul {
  list-style-type: none;
}
@media only screen and (max-width: 40em) {
  .footer-links ul {
    padding-left: 0px;
  }
}

.footer-people {
  float: right;
  padding-right: 20px;
  padding-top: 4px;
}
@media only screen and (max-width: 40em) {
  .footer-people {
    padding-right: 0px;
  }
}

.footer-people table {
  background-color: #333333;
  border: none;
  padding: 0px;
  margin: 0px;
}

.footer-people tr {
  background-color: #333333;
}

.footer-people table, .footer-people td {
  background-color: #333333;
  color: white;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 5px;
}

.people-label {
  color: #ccc !important;
}

.text-nowrap {
  white-space: nowrap;
}

blockquote.important {
  background-color: lightyellow;
  color: black !important;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

/*# sourceMappingURL=app.css.map */