html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
}

/*
	TAKEN FROM JPL AND MODIFIED
*/
.page-header.page-header-responsive.page-header-background-light .brand_area, .page-header.page-header-simulation-wrapper.page-header-background-light .brand_area {
  background: url("../jpl/img/logo_nasa_trio_black@2x.png") no-repeat;
}
.page-header.page-header-responsive.page-header-background-light .brand_area.brand_area_slcp, .page-header.page-header-simulation-wrapper.page-header-background-light .brand_area.brand_area_slcp {
  color: #222222;
}
.page-header.page-header-responsive.page-header-background-light .brand_area.brand_area_slcp a, .page-header.page-header-simulation-wrapper.page-header-background-light .brand_area.brand_area_slcp a {
  color: inherit;
}
.page-header.page-header-responsive.page-header-background-light .brand_area.brand_area_slcp a:hover, .page-header.page-header-simulation-wrapper.page-header-background-light .brand_area.brand_area_slcp a:hover {
  color: inherit;
}
.page-header.page-header-responsive.page-header-background-dark .brand_area, .page-header.page-header-simulation-wrapper.page-header-background-dark .brand_area {
  background: url("../jpl/img/logo_nasa_trio_white@2x.png") no-repeat;
}
.page-header.page-header-responsive.page-header-background-dark .brand_area.brand_area_slcp, .page-header.page-header-simulation-wrapper.page-header-background-dark .brand_area.brand_area_slcp {
  color: #FFFFFF;
}
.page-header.page-header-responsive.page-header-background-dark .brand_area.brand_area_slcp a, .page-header.page-header-simulation-wrapper.page-header-background-dark .brand_area.brand_area_slcp a {
  color: inherit;
}
.page-header.page-header-responsive.page-header-background-dark .brand_area.brand_area_slcp a:hover, .page-header.page-header-simulation-wrapper.page-header-background-dark .brand_area.brand_area_slcp a:hover {
  color: inherit;
}
.page-header.page-header-responsive.page-header-background-light .brand_area, .page-header.page-header-responsive.page-header-background-dark .brand_area, .page-header.page-header-simulation-wrapper.page-header-background-light .brand_area, .page-header.page-header-simulation-wrapper.page-header-background-dark .brand_area {
  background-size: 100%;
}
.page-header.page-header-responsive .brand_area, .page-header.page-header-simulation-wrapper .brand_area {
  position: relative;
  display: inline-block;
  height: 100%;
  pointer-events: all;
  background-size: 100%;
}
.page-header.page-header-responsive .brand_area.brand_area_slcp, .page-header.page-header-simulation-wrapper .brand_area.brand_area_slcp {
  background: none;
}
.page-header.page-header-responsive .brand_area.brand_area_slcp .brand1 .nasa_logo, .page-header.page-header-simulation-wrapper .brand_area.brand_area_slcp .brand1 .nasa_logo {
  background: url("../img/nasa-logo.png") no-repeat;
  background-size: contain;
}
.page-header.page-header-responsive .brand_area.brand_area_slcp .brand2, .page-header.page-header-simulation-wrapper .brand_area.brand_area_slcp .brand2 {
  padding: 0 0 0 5px;
}
.page-header.page-header-responsive .brand_area.brand_area_slcp .brand2 .slcp, .page-header.page-header-simulation-wrapper .brand_area.brand_area_slcp .brand2 .slcp {
  font-weight: 600;
}
.page-header.page-header-responsive .brand_area.brand_area_slcp .brand2 .simulation-name, .page-header.page-header-simulation-wrapper .brand_area.brand_area_slcp .brand2 .simulation-name {
  font-weight: normal;
}
.page-header.page-header-responsive .brand_area .brand1, .page-header.page-header-simulation-wrapper .brand_area .brand1 {
  float: left;
  width: 25%;
  height: 100%;
}
.page-header.page-header-responsive .brand_area .brand1 .nasa_logo, .page-header.page-header-simulation-wrapper .brand_area .brand1 .nasa_logo {
  display: block;
  height: 100%;
  text-indent: -9999px;
}
.page-header.page-header-responsive .brand_area .brand2, .page-header.page-header-simulation-wrapper .brand_area .brand2 {
  float: left;
  width: 75%;
  height: 100%;
}
.page-header.page-header-responsive .brand_area .brand2 .jpl_logo,
.page-header.page-header-responsive .brand_area .brand2 .caltech_logo, .page-header.page-header-simulation-wrapper .brand_area .brand2 .jpl_logo,
.page-header.page-header-simulation-wrapper .brand_area .brand2 .caltech_logo {
  float: left;
  width: 100%;
  height: 50%;
  text-indent: -9999px;
}
.page-header.page-header-responsive .brand_area .brand2 .jpl_logo a,
.page-header.page-header-responsive .brand_area .brand2 .caltech_logo a, .page-header.page-header-simulation-wrapper .brand_area .brand2 .jpl_logo a,
.page-header.page-header-simulation-wrapper .brand_area .brand2 .caltech_logo a {
  display: block;
  height: 100%;
}
.page-header.page-header-responsive .brand_area .brand2 .caltech_logo, .page-header.page-header-simulation-wrapper .brand_area .brand2 .caltech_logo {
  display: block;
}
.page-header.page-header-responsive .brand_area {
  width: 250px;
}
.page-header.page-header-responsive .brand_area.brand_area_slcp .brand2 .slcp {
  font-size: 14px;
}
.page-header.page-header-responsive .brand_area.brand_area_slcp .brand2 .simulation-name {
  font-size: 12px;
}

@media (min-width: 600px) {
  .page-header.page-header-responsive .brand_area {
    width: 300px;
  }
  .page-header.page-header-responsive .brand_area.brand_area_slcp .brand2 .slcp {
    font-size: 16px;
  }
  .page-header.page-header-responsive .brand_area.brand_area_slcp .brand2 .simulation-name {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .page-header.page-header-responsive .brand_area {
    width: 350px;
  }
  .page-header.page-header-responsive .brand_area.brand_area_slcp .brand2 .slcp {
    font-size: 18px;
  }
  .page-header.page-header-responsive .brand_area.brand_area_slcp .brand2 .simulation-name {
    font-size: 16px;
  }
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: unset;
  -webkit-text-fill-color: unset;
  -webkit-box-shadow: unset;
  transition: unset;
}

select {
  border: none;
}

button[disabled] {
  cursor: not-allowed !important;
  pointer-events: initial;
}

.ui-loading .ui-loader {
  display: none !important;
}

.ui-mobile {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.ui-mobile body {
  width: 100%;
  height: 100%;
}
.ui-mobile label {
  margin: 0 0 5px 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
}
.ui-mobile label::before, .ui-mobile label::after {
  display: inline;
}
.ui-mobile label::before {
  content: "- ";
}
.ui-mobile label::after {
  content: " -";
}
.ui-mobile fieldset {
  width: 100%;
}
.ui-mobile .ui-checkbox label::before, .ui-mobile .ui-checkbox label::after {
  display: initial;
}
.ui-mobile .ui-checkbox label::before, .ui-mobile .ui-checkbox label::after {
  content: "";
}
.ui-mobile .ui-page-active {
  width: 100%;
  height: 100%;
  overflow: initial;
  overflow-x: hidden;
  overflow-y: auto;
}

.ui-overlay-a,
.ui-page-theme-a,
.ui-page-theme-a .ui-panel-wrapper {
  text-shadow: initial;
}

.ui-btn {
  padding: 0 1em;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.ui-btn-icon-left::after,
.ui-btn-icon-right::after,
.ui-btn-icon-top::after,
.ui-btn-icon-bottom::after,
.ui-btn-icon-notext::after {
  background-color: #117CC0;
}
.ui-btn-icon-left:hover::after,
.ui-btn-icon-right:hover::after,
.ui-btn-icon-top:hover::after,
.ui-btn-icon-bottom:hover::after,
.ui-btn-icon-notext:hover::after {
  background-color: #1999eb;
}
.ui-btn-icon-left:active::after,
.ui-btn-icon-right:active::after,
.ui-btn-icon-top:active::after,
.ui-btn-icon-bottom:active::after,
.ui-btn-icon-notext:active::after {
  background-color: #0d5e91;
}

.ui-checkbox .ui-btn,
.ui-radio .ui-btn {
  text-align: center;
  line-height: 30px;
}

.ui-checkbox input {
  visibility: hidden;
}

.ui-slider,
.ui-slider-input {
  pointer-events: all;
}

div.ui-slider {
  margin: 0;
  height: 100%;
}

input.ui-slider-input {
  margin: 0;
  border: none;
  padding: 0;
  width: 4em;
  height: 30px;
}

.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track {
  top: 50%;
  margin: 0 10px;
}

.ui-btn-corner-all,
.ui-btn.ui-corner-all,
.ui-slider-track.ui-corner-all,
.ui-flipswitch.ui-corner-all,
.ui-corner-all,
.ui-li-count {
  border-radius: 2.5px;
}

/*
.ui-shadow-inset
{
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
}
*/
.ui-page-theme-a a {
  font-weight: 600;
  color: #117CC0;
}
.ui-page-theme-a a:hover {
  color: #1999eb;
}
.ui-page-theme-a .ui-bar-inherit {
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-weight: normal;
}
.ui-page-theme-a .ui-focus {
  border-radius: 2.5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
}
.ui-page-theme-a .ui-btn {
  border: none;
  background-color: #117CC0;
  color: #FFFFFF;
  text-shadow: none;
}
.ui-page-theme-a .ui-btn:hover, .ui-page-theme-a .ui-btn:active, .ui-page-theme-a .ui-btn:focus {
  color: #FFFFFF;
}
.ui-page-theme-a .ui-btn:hover, .ui-page-theme-a .ui-btn:active {
  border: none;
  text-shadow: initial;
}
.ui-page-theme-a .ui-btn:hover {
  background-color: #1999eb;
}
.ui-page-theme-a .ui-btn:active {
  background-color: #0d5e91;
}
.ui-page-theme-a .ui-btn:focus {
  box-shadow: initial;
}
.ui-page-theme-a .ui-slider-track .ui-btn-active {
  border: none;
  background-color: #A5A6A7;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.ui-slider-track {
  top: 50%;
  transform: translateY(-50%);
  margin: 0 15px;
}
.ui-slider-track .ui-btn.ui-slider-handle {
  margin: -15px -15px 0 -15px;
  width: 30px;
  height: 30px;
  background-color: #117CC0;
  cursor: pointer;
}
.ui-slider-track .ui-btn.ui-slider-handle:hover {
  background-color: #1999eb;
}
.ui-slider-track .ui-btn.ui-slider-handle:active {
  background-color: #0d5e91;
}

.ui-field-contain {
  margin: 0;
  padding: 0;
}
.ui-field-contain > label ~ [class*=ui-] {
  float: none;
  width: 100%;
}

html body .ui-group-theme a {
  font-weight: 600;
  color: #117CC0;
}
html body .ui-group-theme a:hover {
  color: #1999eb;
}
html .ui-body-a a {
  font-weight: 600;
  color: #117CC0;
}
html .ui-body-a a:hover {
  color: #1999eb;
}
html .ui-body-a .ui-btn {
  border: none;
  text-shadow: none;
  background-color: #117CC0;
  color: #FFFFFF;
}
html .ui-body-a .ui-btn:hover {
  text-shadow: none;
  background-color: #1999eb;
  color: #FFFFFF;
}
html .ui-body-a .ui-btn:active {
  text-shadow: none;
  background-color: #0d5e91;
  color: #FFFFFF;
}
html .ui-body-a .ui-btn:focus {
  box-shadow: none;
}
html .ui-body-a .ui-focus {
  border-radius: 2.5px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
}
html .ui-bar-a a {
  font-weight: 600;
  color: #117CC0;
}
html .ui-bar-a a:hover {
  color: #1999eb;
}

.ui-select {
  margin: 0;
  height: 30px;
}
.ui-select .ui-btn {
  display: inline-block;
  border: none;
  padding: 0 2.5em;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #117CC0;
  color: #FFFFFF;
  pointer-events: all;
}
.ui-select .ui-btn:hover {
  text-shadow: none;
  background-color: #1999eb;
  color: #FFFFFF;
}
.ui-select .ui-btn:active {
  text-shadow: none;
  background-color: #0d5e91;
  color: #FFFFFF;
}
.ui-select .ui-btn:focus, .ui-select .ui-btn.ui-focus {
  box-shadow: none;
}
.ui-select .ui-btn.disabled, .ui-select .ui-btn.ui-disabled, .ui-select .ui-btn.ui-state-disabled {
  cursor: not-allowed !important;
  pointer-events: initial;
}
.ui-select .ui-btn select {
  opacity: 0;
  pointer-events: all;
  font-size: inherit;
}

.ui-state-disabled {
  cursor: not-allowed;
}

.ui-flipswitch {
  margin: 0;
  width: calc(3 * 30px - 2px);
  height: 30px;
  background-color: #117CC0;
  text-shadow: none;
}
.ui-flipswitch.ui-flipswitch-active {
  padding-left: calc(2 * 30px - 2px);
  width: calc(3 * 30px - 2px);
  background-color: #A5A6A7;
  text-shadow: none;
}
.ui-flipswitch .ui-flipswitch-off {
  padding: 0;
  width: calc(2 * 30px - 2 * 2px);
  height: calc(30px - 2px);
  line-height: calc(30px - 2px);
  text-indent: calc(30px - 4 * 2px);
}
.ui-flipswitch .ui-btn.ui-flipswitch-on {
  margin: 1px;
  border: none;
  width: calc(30px - 2px);
  height: calc(30px - 2px);
  line-height: calc(30px - 2px);
  text-indent: calc(-1 * (30px + 4 * 2px));
  background-color: #117CC0;
}
.ui-flipswitch .ui-btn.ui-flipswitch-on:hover {
  background-color: #1999eb;
}
.ui-flipswitch .ui-btn.ui-flipswitch-on:active {
  background-color: #0d5e91;
}

.ui-controlgroup-controls .button {
  display: inline-block;
}

.ui-input-text {
  margin: 0;
  border: none;
}

.ui-controlgroup,
fieldset.ui-controlgroup {
  margin: 0;
}

.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn {
  border-bottom: 1px solid #FFFFFF;
}
.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn.ui-last-child {
  border-bottom: none;
}

.ui-controlgroup-horizontal {
  width: 100%;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls {
  width: 100%;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio:not(:last-of-type) .ui-btn {
  border-right: 1px solid #FFFFFF;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio label::before, .ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio label::after {
  display: none;
  content: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio .ui-btn {
  line-height: 30px;
  text-align: center;
}
.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio .ui-btn.ui-btn-active {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
  text-shadow: none;
  background-color: #0d5e91;
}

.ui-hidden-accessible {
  visibility: none;
}

.ui-popup-screen {
  z-index: 900000;
  bottom: 0;
}

.ui-popup-container {
  z-index: 910000;
  border: none;
}
.ui-popup-container .ui-popup {
  border: none;
  max-width: 320px;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
}
.ui-popup-container .ui-popup .ui-popup-close {
  float: right;
  position: relative;
  right: 5px;
  height: calc(2 * 5px + 14px);
  font-size: initial;
  font-weight: normal;
  color: #117CC0;
}
.ui-popup-container .ui-popup .ui-popup-close:hover {
  color: #1999eb;
  text-decoration: none;
}
.ui-popup-container .ui-popup .ui-popup-close span {
  line-height: calc(2 * 5px + 14px);
}
.ui-popup-container .ui-popup header {
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
  padding: 5px;
  height: calc(2 * 5px + 14px);
  line-height: 14px;
  font-weight: 600;
  background-color: #A5A6A7;
  color: #FFFFFF;
}
.ui-popup-container .ui-popup section {
  max-height: 320px;
  padding: 10px;
  overflow-y: auto;
}
.ui-popup-container .ui-popup section > *:last-child {
  margin-bottom: 0 !important;
}
.ui-popup-container .ui-popup section .ui-select {
  margin: 0 0 10px 0;
}
.ui-popup-container .ui-popup section button {
  float: none;
  margin: 0 auto;
}

.ui-input-text {
  margin-bottom: 10px;
}

/*
	NOTE: The following rules were needed after upgrading to jQuery Mobile 1.5.0 RC 1
*/
body,
input,
select,
textarea,
button,
.ui-button {
  font-family: inherit;
}

.ui-button.ui-shadow {
  box-shadow: none;
}

.ui-icon {
  background-color: #117CC0;
}

.ui-selectmenu {
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.ui-page-theme-a .ui-body-inherit {
  border: none;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
  font-weight: normal;
}

html .ui-body-a .ui-button,
.ui-page-theme-a .ui-button,
.ui-button,
html .ui-body-a .ui-button:visited,
.ui-page-theme-a .ui-button:visited,
.ui-button:visited {
  border: none;
  border-radius: 2.5px;
  padding: 0 2.5em;
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
  text-shadow: none;
  text-decoration: none;
  white-space: nowrap;
  background-color: #117CC0;
  color: #FFFFFF;
  pointer-events: all;
}

html .ui-body-a .ui-button:hover,
.ui-page-theme-a .ui-button:hover,
.ui-button:hover {
  color: #FFFFFF;
  text-shadow: none;
  background-color: #1999eb;
}
html .ui-body-a .ui-button:hover .ui-icon,
.ui-page-theme-a .ui-button:hover .ui-icon,
.ui-button:hover .ui-icon {
  background-color: #1999eb;
}

html .ui-body-a .ui-button:active,
.ui-page-theme-a .ui-button:active,
.ui-button:active {
  color: #FFFFFF;
  text-shadow: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
  background-color: #0d5e91;
}
html .ui-body-a .ui-button:active .ui-icon,
.ui-page-theme-a .ui-button:active .ui-icon,
.ui-button:active .ui-icon {
  background-color: #0d5e91;
}

html .ui-body-a .ui-button:focus,
.ui-page-theme-a .ui-button:focus,
.ui-button:focus {
  box-shadow: none;
}

.ui-page-theme-a .ui-slider-track .ui-button-active {
  border: none;
  background-color: #A5A6A7;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
}

.ui-widget-icon-floatend {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5625em;
  margin-top: -11px;
}

.ui-slider-track .ui-button.ui-slider-handle {
  width: 30px;
  height: 30px;
}

.ui-button-corner-all,
.ui-button.ui-corner-all,
.ui-slider-track.ui-corner-all,
.ui-flipswitch.ui-corner-all,
.ui-listview-item-count-bubble {
  border-radius: 2.5px;
}

.ui-flipswitch .ui-button.ui-flipswitch-on,
.ui-flipswitch .ui-flipswitch-off {
  height: calc(30px - 2px);
  line-height: 30px;
}

.ui-flipswitch .ui-button.ui-flipswitch-on {
  border: none;
  width: calc(30px - 2px);
  text-indent: calc(-3 * 30px + -2 * 2px);
  color: #FFFFFF;
  text-shadow: none;
}

.ui-mobile label.ui-checkboxradio-label {
  border: 1px solid #222222;
  padding: 0 1em;
  line-height: calc(30px - 2px);
  text-align: center;
  color: #222222;
  background-color: transparent;
}
.ui-mobile label.ui-checkboxradio-label:hover, .ui-mobile label.ui-checkboxradio-label:active {
  color: #222222;
  box-shadow: none;
  background-color: transparent;
}
.ui-mobile label.ui-checkboxradio-label::before, .ui-mobile label.ui-checkboxradio-label::after {
  content: "";
}
.ui-mobile label.ui-checkboxradio-label .ui-icon.ui-checkboxradio-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
  background-color: #666666;
  background-color: rgba(0, 0, 0, 0.3);
}

.ui-page-theme-a .ui-controlgroup-horizontal .ui-checkboxradio-checked {
  color: #FFFFFF;
  text-shadow: none;
  background-color: #0d5e91;
}

.ui-controlgroup.ui-controlgroup-horizontal label.ui-checkboxradio-label:not(:last-of-type),
.ui-controlgroup.ui-controlgroup-horizontal label.ui-checkboxradio-label:visited:not(:last-of-type) {
  border-right: 1px solid #FFFFFF;
}
.ui-controlgroup.ui-controlgroup-horizontal label.ui-checkboxradio-label:first-of-type,
.ui-controlgroup.ui-controlgroup-horizontal label.ui-checkboxradio-label:visited:first-of-type {
  border-top-left-radius: 2.5px;
  border-bottom-left-radius: 2.5px;
}
.ui-controlgroup.ui-controlgroup-horizontal label.ui-checkboxradio-label:last-of-type,
.ui-controlgroup.ui-controlgroup-horizontal label.ui-checkboxradio-label:visited:last-of-type {
  border-top-right-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}
.ui-controlgroup.ui-controlgroup-vertical label.ui-checkboxradio-label:not(:last-of-type),
.ui-controlgroup.ui-controlgroup-vertical label.ui-checkboxradio-label:visited:not(:last-of-type) {
  border-bottom: 1px solid #FFFFFF;
}
.ui-controlgroup.ui-controlgroup-vertical label.ui-checkboxradio-label:first-of-type,
.ui-controlgroup.ui-controlgroup-vertical label.ui-checkboxradio-label:visited:first-of-type {
  border-top-left-radius: 2.5px;
  border-top-right-radius: 2.5px;
}
.ui-controlgroup.ui-controlgroup-vertical label.ui-checkboxradio-label:last-of-type,
.ui-controlgroup.ui-controlgroup-vertical label.ui-checkboxradio-label:visited:last-of-type {
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
}
.ui-controlgroup .ui-icon {
  background-color: #0d5e91;
}
.ui-controlgroup label.ui-checkboxradio-label,
.ui-controlgroup label.ui-checkboxradio-label:visited {
  border: none;
  border-radius: unset;
  width: unset;
  color: #FFFFFF;
  background-color: #117CC0;
}
.ui-controlgroup label.ui-checkboxradio-label:hover {
  color: #FFFFFF;
  background-color: #1999eb;
}

/* OVERRIDES FOR TOOLTIPSTER */
.tooltipster-base {
  font-size: 14px;
  pointer-events: auto;
}

.tooltipster-box,
.tooltipster-arrow {
  cursor: pointer;
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-bottom .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-left .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-right .tooltipster-arrow-background, .tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-top .tooltipster-arrow-background {
  background: #777777;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #777777;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #777777;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #777777;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #777777;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-box {
  border-radius: 2.5px;
  background: #777777;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content {
  color: #FFFFFF;
}
.tooltipster-sidetip.tooltipster-borderless.tooltipster-borderless-customized .tooltipster-content > div > *:last-child {
  margin-bottom: 0 !important;
}

.tooltip-templates {
  display: none;
}

#text:hover {
  text-decoration: none;
}

html {
  font-family: Helvetica, Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #222222;
}

body {
  line-height: 1.4;
  font-size: 14px;
}

pre {
  border: 1px solid #777777;
  padding: 5px;
  font-family: "Courier New", Courier, monospace;
  tab-size: 4;
  overflow: auto;
  background-color: #EFEFEF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: 600;
}

h1 {
  font-size: 2em;
  letter-spacing: -0.03em;
}

h2 {
  font-size: 1em;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

h3,
h4 {
  letter-spacing: -0.01em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.1em;
  color: #777777;
}

h5 {
  font-size: 1.25em;
  letter-spacing: -0.01em;
}

h6 {
  font-size: 14px;
  letter-spacing: -0.01em;
}

p {
  margin: 0 0 10px 0;
}

a,
.mock-link {
  font-weight: 600;
  color: #117CC0;
  text-decoration: none;
  cursor: pointer;
}
a:hover,
.mock-link:hover {
  color: #1999eb;
  text-decoration: underline;
}

ul,
ol {
  margin: 0 15px 10px 15px;
  list-style-position: outside;
}
ul > *:last-child,
ol > *:last-child {
  margin-bottom: 0 !important;
}

ul {
  list-style: disc;
}

i,
em {
  font-style: italic;
}

b,
strong {
  font-weight: 600;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

figure figcaption {
  color: #626262;
}

img {
  width: 100%;
  vertical-align: middle;
}

hr {
  border-top: 1px solid #777777;
}

/*
	Custom styles
*/
.nodisplay {
  display: none;
}

.noscroll {
  overflow: hidden !important;
}

.noselect {
  user-select: none;
}

.button-with-label-wrapper > *:last-child {
  margin-bottom: 0 !important;
}
.button-with-label-wrapper.button-with-inline-label-wrapper::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.button-with-label-wrapper.button-with-inline-label-wrapper + .button-with-inline-label-wrapper {
  margin-top: 5px;
}
.button-with-label-wrapper.button-with-inline-label-wrapper label,
.button-with-label-wrapper.button-with-inline-label-wrapper button {
  float: left;
  margin: 0;
  width: 50%;
}
.button-with-label-wrapper.button-with-inline-label-wrapper label.label-single-line {
  line-height: 30px;
}
.button-with-label-wrapper label {
  margin-bottom: 5px;
}

.button {
  display: block;
  margin: 0 auto 5px auto;
  border: none;
  border-radius: 2.5px;
  padding: 0 1em;
  height: 30px;
  line-height: normal;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #FFFFFF;
  background-color: #117CC0;
  pointer-events: all;
  cursor: pointer;
}
.button:hover {
  color: #FFFFFF;
  background-color: #1999eb;
  text-decoration: none;
}
.button:active {
  color: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
  background-color: #0d5e91;
}
.button.button-active {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5) inset;
  background-color: #0d5e91;
}
.button.button-double-height {
  height: 60px;
}
.button.button-square {
  padding: 0;
  width: 30px;
}
.button.button-full-width {
  width: 100%;
}
.button.sim-drawer-pane-button-lets-go, .button.show-more-button {
  margin-bottom: 20px;
}
.button span {
  line-height: inherit;
}
.button span:not(:last-of-type) {
  margin-right: 5px;
}

.anchor-button {
  display: inline-block;
}
.anchor-button:active {
  text-decoration: none;
}
.anchor-button .button {
  margin: 0;
}

.cookie-consent .cookie-consent-popup-controls > * {
  float: left;
  width: 50%;
  height: 30px;
  line-height: 30px;
}

.callout {
  margin-bottom: 10px;
  border-left: 3px solid #222222;
  padding: 10px;
  background-color: #EFEFEF;
}
.callout > *:last-child {
  margin-bottom: 0 !important;
}
.callout > * > *:last-child {
  margin-bottom: 0 !important;
}

.last-child-margin-bottom-reset > *:last-child {
  margin-bottom: 0 !important;
}

.mock-form-fieldset {
  position: relative;
  margin: 0 0 20px 0;
  border: 1px solid #777777;
  padding: 10px;
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
}
.mock-form-fieldset > *:last-child {
  margin-bottom: 0 !important;
}
.mock-form-fieldset::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.mock-form-fieldset .mock-form-fieldset-legend {
  margin: 0 0 5px 0;
  line-height: 14px;
  font-size: 14px;
  font-weight: 600;
}
.mock-form-fieldset .mock-form-fieldset-legend.mock-form-fieldset-legend-inline > * {
  display: inline-block;
}
.mock-form-fieldset .mock-form-fieldset-legend span {
  display: block;
}
.mock-form-fieldset .mock-form-fieldset-content > *:last-child {
  margin-bottom: 0 !important;
}
.mock-form-fieldset .mock-form-fieldset-content > .mock-form-fieldset {
  margin-bottom: 10px;
}

.show-more-content {
  display: none;
}

.ui-group > *:last-child {
  margin-bottom: 0 !important;
}
.ui-group::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.ui-group:not(:last-of-type) {
  margin-bottom: 10px;
}

.color-legend-mock-button {
  position: relative;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-weight: 600;
}

.color-legend {
  position: absolute;
  width: 18px;
  height: 18px;
}
.color-legend.color-legend-in-button {
  z-index: 10;
  top: 50%;
  right: 0.466em;
  margin-top: -9px;
}
.color-legend.color-legend-in-text {
  margin-left: 4px;
}

.loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.loader.page-loader {
  display: block;
  z-index: 1100000;
  background-color: #FFFFFF;
}
.loader .loader-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.loader .loader-content .loader-content-text,
.loader .loader-content .loader-content-animation {
  display: block;
  margin: 0 auto;
}
.loader .loader-content .loader-content-text {
  margin-bottom: 5px;
  font-weight: 600;
  text-align: center;
}
.loader .loader-content .loader-content-animation.loader-content-animation-bar {
  width: 220px;
  height: 19px;
}
.loader .loader-content .loader-content-animation.loader-content-animation-circle {
  width: 32px;
  height: 32px;
}

progress {
  border-radius: 2.5px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
}
progress::-webkit-progress-bar {
  background-color: transparent;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2) inset;
}
progress::-webkit-progress-value {
  border-radius: 2.5px;
  background-color: #A5A6A7;
}
progress::-moz-progress-bar {
  border-radius: 2.5px;
  background-color: #A5A6A7;
}

.progress-bar-wrapper {
  width: 100%;
  height: 30px;
  line-height: 30px;
}
.progress-bar-wrapper::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.progress-bar-wrapper > * {
  float: left;
  height: inherit;
  line-height: inherit;
}
.progress-bar-wrapper progress {
  width: calc(100% - 5px - 40px);
  margin-right: 5px;
}
.progress-bar-wrapper .progress-bar-text {
  width: 40px;
}
.progress-bar-wrapper .progress-bar-text::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.progress-bar-wrapper .progress-bar-text span {
  float: left;
}

.js-on {
  height: 100%;
  background: transparent;
}

.tooltip-trigger.fas {
  color: #117CC0;
  cursor: pointer;
}
.tooltip-trigger.fas:hover {
  color: #1999eb;
}
.tooltip-trigger.fas:active {
  color: #0d5e91;
}

.page-header {
  position: absolute;
  z-index: 2000;
  padding: 5px;
  width: 100%;
  transition: background-color 0.5s ease-in-out;
  pointer-events: none;
}
.page-header.page-header-responsive {
  height: 57px;
}
.page-header.page-header-responsive .page-header-buttons .button .button-icon {
  margin-right: 0;
}
.page-header.page-header-responsive .page-header-buttons .button .button-text {
  display: none;
}
.page-header .page-header-buttons {
  float: right;
}
.page-header .page-header-buttons a {
  color: #FFFFFF;
}
.page-header .page-header-buttons a:hover {
  text-decoration: none;
}
.page-header .page-header-buttons a button {
  color: inherit;
}
.page-header .page-header-buttons a button span {
  color: inherit;
}
.page-header .page-header-buttons .button {
  width: 100%;
}
.page-header .page-header-buttons .button.home-button {
  margin-bottom: 0;
}
.page-header .page-header-buttons .button .button-icon {
  display: inline-block;
}
.page-header .page-header-buttons .button .button-text {
  text-transform: uppercase;
}

.main-menu {
  display: none;
  position: fixed;
  top: 0;
  z-index: 210000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto;
}
.main-menu .main-menu-content {
  padding: 57px 0 0 0;
  font-weight: 600;
  background-color: #777777;
  color: #FFFFFF;
}
.main-menu .main-menu-content .main-menu-content-columns {
  margin: 0 auto;
  width: 100%;
  max-width: 960px;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section {
  margin: 0 auto;
  border-top: 1px #FFFFFF solid;
  padding: 15px;
  width: 100%;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section.main-menu-ux-controls {
  display: none;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-title {
  height: 30px;
  line-height: normal;
  font-size: 18px;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content label {
  font-size: 15px;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content label::before, .main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content label::after {
  display: none;
  content: "";
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item:last-of-type .main-menu-nav-item-subnav {
  margin-bottom: 0;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item:not(:last-of-type)::after {
  clear: both;
  display: block;
  margin: 30px auto;
  content: " ";
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  background: linear-gradient(to right, transparent, #FFFFFF, transparent);
  margin: 15px 0;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-title {
  height: 30px;
  line-height: normal;
  font-size: 15px;
  cursor: pointer;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-title::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-title .main-menu-nav-item-subnav-open-button {
  float: right;
  line-height: inherit;
  font-size: inherit;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-title a {
  float: left;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-title a:hover {
  text-decoration: none;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-subnav {
  display: none;
  font-size: 14px;
  list-style: none;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-subnav li {
  padding: 5px 0;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-subnav li a {
  color: #EFEFEF;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-nav-item .main-menu-nav-item-subnav li a:hover {
  text-decoration: none;
}
.main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column .main-menu-section .main-menu-section-content .main-menu-affiliates-list li {
  display: inline-block;
  width: 33.333333%;
  padding: 10px;
  list-style-type: none;
}

.page {
  position: relative;
  padding: 57px 0 0 0;
  background: transparent;
}
.page::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.page .page-content {
  margin: 0 auto;
  padding: 40px 0;
  max-width: 1200px;
  height: 100%;
}
.page .page-content::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.page .page-content .page-content-section::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.page .page-content .page-content-section .article {
  padding: 0 10px;
}
.page .page-content .page-content-section .article .article-header {
  margin: 0 0 30px 0;
}
.page .page-content .page-content-section .article .article-header .article-header-title {
  margin: 0 0 10px 0;
  text-align: center;
}
.page.page-js-off {
  text-align: center;
}
.page.page-js-off h1 {
  font-size: 2em;
}
.page.page-top-level {
  background: #FFFFFF;
}
.page.page-top-level .page-content .page-content-section .article,
.page.page-top-level .page-content .page-content-section .asides-wrapper {
  float: none;
  padding: 0 10px;
}
.page.page-top-level .page-content .page-content-section .article .article-header::after {
  clear: both;
  display: block;
  margin: 30px auto;
  content: " ";
  width: 100%;
  height: 1px;
  background: #777777;
  background: linear-gradient(to right, transparent, #777777, transparent);
}
.page.page-top-level .page-content .page-content-section .article .article-section::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.page.page-top-level .page-content .page-content-section .article .article-section:not(:last-of-type)::after {
  clear: both;
  display: block;
  margin: 30px auto;
  content: " ";
  width: 100%;
  height: 1px;
  background: #777777;
  background: linear-gradient(to right, transparent, #777777, transparent);
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-header {
  margin: 0 0 20px 0;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-header .article-section-header-title {
  margin: 0 0 10px 0;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-image {
  margin: 0 0 10px 0;
  max-width: 320px;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-image.article-image-left, .page.page-top-level .page-content .page-content-section .article .article-section .article-image.article-image-right {
  float: none;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection {
  margin: 0 0 30px 0;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection .article-section-subsection-header {
  margin: 0 0 10px 0;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection .article-section-subsection-preview {
  float: right;
  margin: 0 0 10px 10px;
  width: 40%;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection .article-section-subsection-preview img {
  border: 1px solid #117CC0;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection .article-section-subsection-preview img:hover {
  border-color: #1999eb;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection .article-section-subsection-description {
  margin: 0 0 5px 0;
}
.page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection .button {
  float: left;
}
.page.page-top-level .page-content .page-content-section .asides-wrapper {
  padding: 0 10px;
}
.page.page-top-level .page-content .page-content-section .asides-wrapper .aside {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  border: 1px solid #777777;
  padding: 20px;
}
.page.page-top-level .page-content .page-content-section .asides-wrapper .aside:not(:last-of-type) {
  margin: 0 0 15px 0;
}
.page.page-top-level .page-content .page-content-section .asides-wrapper .aside .aside-header {
  margin: 0 0 20px 0;
}
.page.page-top-level .page-content .page-content-section .asides-wrapper .aside .aside-content li {
  margin: 0 0 10px 0;
}
.page.page-top-level .page-content .page-content-section .asides-wrapper .aside .aside-content .aside-content-quick-link:not(:last-of-type) {
  margin: 0 0 10px 0;
}
.page.page-top-level .page-content .page-content-section .asides-wrapper .aside .aside-content .aside-content-quick-link a {
  display: block;
}
.page.page-sim {
  position: fixed;
  padding: 0;
}
.page.page-sim .page-content {
  margin: 0;
  padding: 0;
  max-width: none;
}

.page-footer {
  padding: 80px 30px;
  text-align: center;
  color: #A5A6A7;
  background-color: #222222;
}
.page-footer .page-footer-nav::after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}
.page-footer .page-footer-nav .page-footer-nav-section:not(:last-of-type) {
  margin: 0 0 10px 0;
}
.page-footer .page-footer-nav .page-footer-nav-section .page-footer-nav-section-header {
  margin: 0 0 5px 0;
  font-size: 17px;
  font-weight: 600;
}
.page-footer .page-footer-nav .page-footer-nav-section .page-footer-nav-section-header a,
.page-footer .page-footer-nav .page-footer-nav-section .page-footer-nav-section-header span {
  color: #FFFFFF;
}
.page-footer .page-footer-nav .page-footer-nav-section .page-footer-nav-section-subnav {
  margin: 0;
  list-style: none;
}
.page-footer .page-footer-nav .page-footer-nav-section .page-footer-nav-section-subnav li a {
  color: #A5A6A7;
}
.page-footer .page-footer-gradient-line {
  clear: both;
  display: block;
  margin: 30px auto;
  content: " ";
  width: 100%;
  height: 1px;
  background: #61B6FD;
  background: linear-gradient(to right, transparent, #61B6FD, transparent);
  margin: 50px auto;
}
.page-footer .page-footer-close {
  font-size: 14px;
  overflow: hidden;
}
.page-footer .page-footer-close .page-footer-close-links-nasa {
  margin: 0 0 40px 0;
  line-height: 28px;
  text-transform: uppercase;
}
.page-footer .page-footer-close .page-footer-close-links-nasa ul {
  list-style: none;
}
.page-footer .page-footer-close .page-footer-close-links-nasa ul li {
  display: inline-block;
}
.page-footer .page-footer-close .page-footer-close-links-nasa ul li:not(:last-of-type)::after {
  margin: 0 10px;
  content: "|";
}
.page-footer .page-footer-close .page-footer-close-links-nasa ul li a {
  color: #A5A6A7;
}
.page-footer .page-footer-close .page-footer-close-credits span {
  display: block;
}
.page-footer .page-footer-close .page-footer-close-credits span a {
  font-weight: initial;
  color: #A5A6A7;
}
.page-footer ul {
  margin: 0;
}
.page-footer a:hover {
  text-decoration: none;
  color: #A5A6A7;
}

@media (min-width: 600px) {
  .page-header.page-header-responsive {
    height: 72px;
  }

  .main-menu .main-menu-content {
    padding-top: 72px;
  }
  .main-menu .main-menu-content::after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
  }
  .main-menu .main-menu-content .main-menu-content-columns .main-menu-content-column {
    float: left;
    padding: 0 15px;
    width: 50%;
  }

  .page {
    padding-top: 72px;
  }
  .page.page-top-level .page-content .page-content-section .article,
.page.page-top-level .page-content .page-content-section .asides-wrapper {
    float: left;
  }
  .page.page-top-level .page-content .page-content-section .article {
    width: 60%;
  }
  .page.page-top-level .page-content .page-content-section .article .article-section .article-image.article-image-left {
    float: left;
    padding: 0 10px 0 0;
  }
  .page.page-top-level .page-content .page-content-section .article .article-section .article-image.article-image-right {
    float: right;
    padding: 0 0 0 10px;
  }
  .page.page-top-level .page-content .page-content-section .article .article-section .article-section-subsection {
    margin-bottom: 30px;
  }
  .page.page-top-level .page-content .page-content-section .asides-wrapper {
    width: 40%;
  }

  .page-footer .page-footer-nav .page-footer-nav-section {
    float: left;
    width: 25%;
    text-align: left;
  }
  .page-footer .page-footer-nav .page-footer-nav-section:not(:last-of-type) {
    margin-bottom: 0;
  }
  .page-footer .page-footer-gradient-line {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .page-header.page-header-responsive {
    height: 77px;
  }
  .page-header.page-header-responsive .page-header-buttons .button .button-icon {
    margin-right: 5px;
  }
  .page-header.page-header-responsive .page-header-buttons .button .button-text {
    display: inline-block;
  }

  .main-menu .main-menu-content {
    padding-top: 77px;
  }

  .page {
    padding-top: 77px;
  }

  .page-footer .page-footer-close {
    position: relative;
  }
  .page-footer .page-footer-close .page-footer-close-links-nasa {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin: 0;
    width: 100%;
    line-height: normal;
  }
  .page-footer .page-footer-close .page-footer-close-credits {
    float: right;
    width: 20%;
    text-align: left;
  }
}
