#pageContent * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}
img { vertical-align:bottom }
.homepage p {
  font-weight: 300;
}

#syn-section .sectionInner, #news-features-section .padded, #overview-section .padded, #things-to-know-section .padded {
  padding-bottom: 100px !important;
} 

#quick-facts-section .text {
  margin: 0 auto;
}
.factsTable {
  display: table;
  border-collapse: collapse;
  margin: 50px auto; 
  width: auto; 
  max-width:800px;
}
.factsTable .factsRow {
  display: table-row;
  margin-top: 0;
  padding: 0;
}
.factsTable .factsRow span {
  display: table-cell;
  padding-bottom: 25px;
}
.factsTable .factsRow span.fact-title {
  text-align:right;
  width: 240px;
  font-weight:700;
  margin-right: 10px;
  padding-right: 25px;
}
@media screen and (max-width: 600px) {
  .factsTable {
      width: 80%;
      margin: 0 auto;
  }
   .factsTable .factsRow span.fact-title:after {
       display:inline;
       content: ": "
   }
   .factsTable .factsRow span.fact-title, .factsTable .factsRow span.fact-text {
       display: inline-block;
       text-align:left;
       margin: 0;
       padding: 0;
       width: auto;
   } 
   .factsTable .factsRow span.fact-title {
       width: 100px;
   }
   .factsTable .factsRow span.fact-text {
       width: calc(100% - 125px);
   }
   .factsTable .factsRow {
      margin: 20px 0;
      display: block;
   }

   .active {
    width: 100%;
    }
}
#overview-section .padded, #things-to-know-section .padded {
  padding-top: 100px !important;
} 
#overview-section h2 {
  margin-top: 0;
}
#overview-section .video_overview {
  float:right;
  width: 40%;
  margin: 0 0 5px 15px;
}
#overview-section figcaption,#overview-section figcaption a.title {
  color:#888;
  font-weight:500;
}
#overview-section p {
  line-height:1.6em;
  font-weight:300
}

@media screen and (max-width: 600px) {
  #overview-section .video_overview {
    float:none;
    margin: 0;
    padding: 0;
    width: 100%;
  }
}
a:active, a:focus {
  outline: 0;
  border: none;
  -moz-outline-style: none;
}

.section {
  min-height: 100px;
  overflow: hidden;
}

.gridFlex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: center;
}
.gridFlex.justifyLeft {
  justify-content: left;
}
.gridFlex.justifyCenter {
  justify-content: center;
}
.gridFlex.justifyRight {
  justify-content: right;
}

.gridFlex .rowItem {
  width: 50%;
  margin: 0;
  padding: 0;
  display: table-cell;
  position: relative;
}

.gridFlex .rowItem.top {
  align-self: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}

.gridFlex .rowItem.tbottomop {
  align-self: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}

.gridEnhanced .rowItem img {
  width: 100%;
}

.scrollToTop:hover {
  cursor: pointer;
}

.scrollToTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: auto;
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.6);
  color: whitesmoke;
  cursor: pointer;
  opacity: 0.5;
  display: none;
  transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  z-index: 10;
}

.mars-slider.news .slick-slide img {
  border: none;
}

.mars-slider.news .front .info {
  background-color: whitesmoke;
}

.mars-slider.news .slick-slide {
  margin: 0 9px;
  width: 320px;
  height: 300px;
}

.mars-slider.news .slick-slide a {
  text-decoration: none;
  color: #222;
}

.mars-slider.news .slick-slide .content_title {
  padding: 0.6rem 0 0;
  color: #222;
  font-weight: 400;
  text-align: left;
}

.mars-slider.news .image_and_description_container {
  position: relative;
  overflow: hidden;
  min-height: 129px;
}

.mars-slider.news .slide:hover .rollover_description {
  padding: 0.9rem;
  position: absolute;
  opacity: 1;
  height: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: white;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.3;
}

.mars-slider.news .rollover_description {
  opacity: 0;
  height: 0;
  z-index: 1;
  overflow: hidden;
  transition: opacity 0.4s;
}

.mars-slider.news .slide:hover .overlay_arrow {
  height: 14px;
  width: 14px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: block;
}

.mars-slider.news .slick-next, .mars-slider.news .slick-prev {
  margin-top: -30px;
}

.content-text {
  display: block;
  margin: auto;
  height: 100%;
  width: 100%;
  min-height: 200px;
  padding: 10%;
}

.video-background {
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.video-background {
  position: absolute;
  top: -25%;
  left: -25%;
  width: 150%;
  height: 150%;
}

.video-background video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  min-height: 50%;
  min-width: 50%;
}

.ms-slide-layers {
  max-width: auto;
}

#MoreMarsMissions{
  background-color: #f5f5f5;
}

.mission_home_rotator .description .moreLinkGroup {
  display: block;
  margin: 10px auto;
}
.mission_home_rotator .description .moreLinkGroup a {
  font-weight: 600;
  color: white !important;
  border-radius: 3px;
  padding: 5px 10px;
  margin-top: 8px;
  background-color: #df4b4a;
  border: none;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: normal;
  transition: background-color 0.5s ease;
  margin: 0 5px;
}
.pageContent .btnRed2, .btnRed2 {
  background-color: #df4b4a;
}
/* Images */
#featuredSlider .slick-prev,#featuredSlider .slick-next{width:30px;height:80px;background-repeat:no-repeat;background-size:27px 70px;top:0;padding: 35% 0;background-position: center center; z-index:1}
#featuredSlider .slick-next.slick-disabled:before,#featuredSlider .slick-prev.slick-disabled:before,#featuredSlider .slick-prev:before,#featuredSlider .slick-next:before{visibility:hidden}
#featuredSlider .slick-prev{left:0;background-image:url(/imgs/general/arrow_left_slim.png); padding:0;top:30%;}
#featuredSlider .slick-next{right:0;background-image:url(/imgs/general/arrow_right_slim.png); padding:0;top:30%;}
#featuredSlider .slick-prev:hover, #featuredSlider .slick-next:hover {background-color:rgba(0,0,0,0.3)}
figure figcaption.image_caption {padding: 5px 10px 10px;background-color:whitesmoke;}
figure figcaption.image_caption p {padding:0;margin:0}
#featuredSlider .slide  .content_image{
  width: 100%;
  height: 175px;
  background-size: cover;
  background-position: top center;
}

.home_dashboard {
  width: auto;
  bottom: inherit;
  position: relative;
  text-align: center;
  overflow: hidden;
  height: 95px;
  margin: -95px 0 0;
  background: transparent;
  color: white;
  z-index: 1;
  padding-top: 20px;
  background: linear-gradient(to top, rgba(34, 34, 34, 0.8) 0%, rgba(34, 34, 34, 0.638) 19%, rgba(34, 34, 34, 0.541) 34%, rgba(34, 34, 34, 0.382) 47%, rgba(34, 34, 34, 0.278) 56.5%, rgba(34, 34, 34, 0.194) 65%, rgba(34, 34, 34, 0.126) 73%, rgba(34, 34, 34, 0.075) 80.2%, rgba(34, 34, 34, 0.042) 86.1%, rgba(34, 34, 34, 0.021) 91%, rgba(34, 34, 34, 0.008) 95.2%, rgba(34, 34, 34, 0.002) 98.2%, transparent 100%);
}

.home_dashboard .item_container {
  /* padding: 5px; */
  padding: 5px 5px 15px;
}

.home_dashboard .category-title {
  margin-bottom: 0.25rem;
  font-size: 0.8em;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  display: block;
  color: #df4b4a;
  text-shadow: rgb(0 0 0 / 25%) 2px 2px 2px;
}

.home_dashboard .value {
  color: #F1F1F1;
  margin-top: 2px;
  text-align: center;
  line-height: 1.1;
  text-align: center;
  display: block;
  font-size: 1.2em;
  font-weight: 200;
}

.home_dashboard .category-link .value, .home_dashboard .category-link .category-icon {
  display: inline-block;
}

.item_container.raw_images .value {
  font-size: 1em
}

.home_dashboard .category-link .category-icon.go-arrow {
  content: "";
  background: url('/layout/msr/images/dashboard_sprite.png') no-repeat;
  background-size: 200px;
  background-position: -10px -10px;
  width: 33px;
  height: 33px;
  margin-left: 0.8rem;
  vertical-align: middle;
  transform: translateY(-5%);
}

.home_dashboard .category-link:hover .category-icon.go-arrow {
  background-position: -10px -60px;
}

.home_dashboard .category-link:hover {
  color: #F1F1F1;
  text-decoration: none;
}

.home_dashboard .slick-slider {
  margin-bottom: 0;
}

.home_dashboard .slick-slide {
  width: calc(33% - 10px);
  vertical-align: top;
}

.home_dashboard .slick-prev, .home_dashboard .slick-next {
  width: 30px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 27px 70px;
  top: 0;
  margin-top: 0;
  z-index: 1;
}

.home_dashboard .slick-prev.slick-disabled:before, .home_dashboard .slick-next.slick-disabled:before, .home_dashboard .slick-prev:before, .home_dashboard .slick-next:before {
  visibility: hidden
}

.home_dashboard .slick-prev.slick-disabled, .home_dashboard .slick-next.slick-disabled {
  opacity: 0.2
}

.home_dashboard .slick-prev {
  left: 0;
  background-image: url("/imgs/general/arrow_left_slim.png");
}

.home_dashboard .slick-next {
  right: 0;
  background-image: url("/imgs/general/arrow_right_slim.png");
}

.dashboard_bottom {
  margin-top: -90px;
}

.dashboard_bottom .fa-rocket-launch {
  font-size: 27pt;
  padding-right: 10px;
  height: 50px;
  width: 50px;
}

.home_dashboard {
  margin-top: -125px;
  height: 125px;
}

@media screen and(max-width: 501px) {
  .home_dashboard .category-title {
    font-size: 0.9em;
    font-weight: 600;
  }
}

@media only screen and(min-width: 1350px) {
  .home_dashboard {
    margin-top: -130px;
    height: 130px
  }
}

.icon-plus {
  content: "";
  background: url('/layout/msr/images/dashboard_sprite.png') no-repeat;
  background-size: 200px;
  background-position: -60px -6px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  transform: translateY(-5%);
  display: inline-block;
}

/* s:mars-slider */

.mars-slider {
  transition: width 1s;
}

.mars-slider a {
  color: #222
}

.mars-slider .slide {
  width: 250px;
  height: 200px;
  margin: 5px;
  transition: width 1s, height 1s;
}

#peopleSlider.mars-slider .slide .content_image {
  width: 250px;
  height: 240px;
}

.mars-slider.video .slide.slick-center {
  width: 320px;
  height: 260px;
  margin: 5px
}

.mars-slider .slide .content_image {
  width: 250px;
  height: 140px;
  background-size: cover;
  background-position: top center;
  transition: width 1s, height 1s;
}

.mars-slider.video .slide.slick-center .content_image {
  width: 320px;
  height: 200px;
  background-size: cover;
  background-position: top center;
}

.mars-slider .slide .content_image * {
  width: 100%;
  height: 100%;
  background: #000;
}

.mars-slider .slide .content_title {
  color: #222;
  position: relative;
  bottom: 0;
  z-index: 1;
  padding-top: 5px;
  font-weight: 400;
  text-align: center;
}

.mars-slider .slick-prev, .mars-slider .slick-next {
  width: 30px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 27px 70px;
  top: calc(50% - 40px);
}

.mars-slider .slick-prev.slick-disabled:before, .mars-slider .slick-next.slick-disabled:before, .mars-slider .slick-prev:before, .mars-slider .slick-next:before {
  visibility: hidden
}

.mars-slider .slick-prev {
  left: -5%;
  background-image: url('/imgs/general/arrow_left_slim_black.png');
}

.mars-slider .slick-next {
  right: -5%;
  background-image: url('/imgs/general/arrow_right_slim_black.png');
}

.slide.slick-slide .content_image {
  opacity: 0.3;
}

.slide.slick-slide.slick-center .content_image, .slide.slick-slide:hover .content_image {
  opacity: 1;
}

@media only screen and(max-width: 715px) {
  .mars-slider .slick-prev {
    left: -10%;
  }
  .mars-slider .slick-next {
    right: -10%;
  }
}

.mars-slider .slick-slide img {
  border: none;
  width: 100%;
  margin: 0 auto;
}

/* e:mars-slider */

/* feature video */

.video_wrapper.ratio-16x9 {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9, for an aspect ratio of 1:1 change to this value to 100% */
}

.video_wrapper.ratio-16x9 iframe, .video_wrapper .video_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#featured-video, #surface-video {
  overflow: hidden;
}

.text-overlay {
  position: absolute;
  top: inherit;
  bottom: 0;
  left: 0;
  right: inherit;
  width: 100%;
  display: block;
  text-align: left;
  z-index: 11;
  height: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  margin: 0 auto;
}

.text-overlay .text-box {
  display: block;
  width: auto;
  text-align: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding: 20px 40px;
  margin: 0 auto;
}

.text-overlay.centered-box {
  /* position:absolute; */
  top: 40%;
  bottom: 40%;
  left: 0;
  right: 0;
  text-align: center;
}

.text-overlay.centered-box .text-box {
  color: white;
  /* background-color:rgba(255,255,255,0.3); */
  padding: 20px;
  display: inline-block;
}

.text-overlay.right-box {
  padding: 20px 20px 20px 25%;
  width: 75%;
  color: white;
  right: 0;
  left: inherit;
}

.text-overlay.right-box.whitebg {
  background: linear-gradient(to left, black 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%);
}

.text-overlay.right-box a {
  /* color:#2372cc; */
  color: #666;
  text-decoration: underline;
  font-weight: 600;
}

.text-overlay small {
  font-size: small;
}

.text-overlay .text-title {
  /* font-size:30px;
text-shadow: #666 1px 1px 5px; */
  color: white;
  margin-top: 0;
  font-weight: 200;
  font-size: 2.5rem;
}

.text-overlay .text-link {
  color: white;
  font-size: small
}

#video-highlight {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  /* position: fixed; */
  z-index: -999;
  overflow: hidden;
}

#featured-video .text-overlay .text-box {
  top: inherit;
  bottom: 20px;
}

#surface-video .text-overlay .text-box {
  top: 20px;
}

@media(orientation: landscape) {
  #video-highlight {
    width: 100%;
    position: relative;
  }
  @media only screen and(min-width: 1280px) {
    #video-highlight {
      /* width:auto;
        position: fixed; */
    }
  }
}

@media(orientation: portrait) {
  #video-highlight {
    height: 100%;
    left: -50%;
    position: absolute;
  }
  .video_wrapper.ratio-16x9 {
    padding-bottom: 100%;
  }
  .text-overlay.centered-box {
    position: absolute;
    top: inherit;
    bottom: 0;
    left: 0;
    right: inherit;
    width: 100%;
    display: block;
    text-align: left;
    z-index: 11;
  }
  .text-overlay.centered-box .text-box {
    background-color: transparent;
    display: block;
  }
  .text-overlay .text-title {
    margin-top: 0;
    font-weight: 200;
    font-size: 2.5rem;
  }
  .text-overlay .text-title br {
    display: inline-block;
    content: ' ';
    padding: 0 3px;
  }
  .text-overlay .text-link {
    color: white;
  }
  .text-overlay .btnDownload {
    width: 100%;
    font-size: 1em;
    background-color: transparent;
    display: block;
    padding: 0;
  }
  .text-overlay.centered-box .btnDownload:after {
    display: inline-block;
    padding-left: 3px;
    content: " \203A";
  }
}

/* .news_features */
.news_features {
  width: 90%;
  max-width: 1350px;
  margin: 0 auto;
}

.news_features .rollover_description {
  opacity: 0;
  height: 0;
  z-index: 1;
  overflow: hidden;
  transition: opacity 0.4s;
}

.news_features .slide {
  position: relative;
  overflow: hidden;
  min-height: 129px;
  margin: 4px auto;
  padding: 0 20px;
}

.news_features .slide .overlay_arrow {
  display: none;
}

.news_features .image_and_description_container {
  position: relative;
  overflow: hidden;
  min-height: 129px;
}

.news_features .slide .content_title {
  padding: 0.6rem 0 0;
  color: #222;
  font-weight: 400;
  text-align: left;
}

.news_features .slide .content_title a {
  text-decoration: none;
  color: #222;
}

.news_features .slide:hover .rollover_description {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0.9rem;
  position: absolute;
  opacity: 1;
  height: auto;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: white;
  cursor: pointer;
  font-size: 0.95rem;
  line-height: 1.3;
}

.news_features .slide img {
  display: block;
  width: 100%;
}

.news_features .slide:hover .overlay_arrow {
  height: 14px;
  width: 14px;
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: block;
}

.news_features .slide:hover .content_title a {
  color: #366599;
}

.news_features.mars-slider .slide {
  height: auto;
}

.news_features.mars-slider .slick-prev,
.news_features.mars-slider .slick-next {
    width: 33px;
    height: 33px;
    background:none;
    top: calc(50% - 33px);
}
.news_features.mars-slider .slick-prev {
    left: -35px;
}

.news_features.mars-slider .slick-next {
    right: -35px;
}
.news_features.mars-slider .slick-prev.slick-disabled:before,
.news_features.mars-slider .slick-next.slick-disabled:before,
.news_features.mars-slider .slick-prev:before,
.news_features.mars-slider .slick-next:before {
    visibility: visible;
}

.news_features.mars-slider button.slick-prev, .news_features.mars-slider button.slick-next{
    border-radius: 50%;
    background-color: #9e0000;
}

.news_features.mars-slider .slick-prev:before, .news_features.mars-slider .slick-next:before {
    content: '';
    display: inline-block;
    padding: 0;
    cursor: pointer;
    width: 17px;
    height: 25px;
    background-image: url(/layout/msr/images/ui_sprite@2x.png);
    background-position: -28px -100px;
    background-size: 300px;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: scale(0.5);
    filter: invert(1);
    opacity: 1;
}
.news_features.mars-slider .slick-next:before {
    background-position: -28px -150px;

}
/* Extra small devices (phones, 400px and down) */

@media only screen and(max-width: 400px) {
  .news_features {
    max-width: 80%;
  }
}

/* MSR-Concept */

.bgMartianSky { 
  background-image: linear-gradient(90deg, rgba(251,255,255,1) 4%, rgba(218,173,145,1));
}
#concept-section .sectionInner {
  padding: 50px 20px 0 20px;
}
#concept-section .sectionInner .textContent {
  display:inline-block;
  vertical-align:top;
  width: calc(100% - 400px);
}
#concept-section .sectionInner .textSelector {
  display:inline-block;
  vertical-align:top;
  width: 350px;
  font-weight: 300;
  margin-bottom: 0;
}

#concept-section .sectionInner .textSelector .slick-track {
  width: 85%;
  left: 0 !important;
}
#concept-section .sectionInner .textSelector .title span {
  margin: 0 10px 20px 0;
  cursor: pointer;
  font-weight: 500;
  display: block;
  width: 100%;
  font-size: 1em;
  
}
#concept-section .sectionInner .textSelector .slick-current .title:before {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid transparent !important;
  border-bottom: 7px solid transparent !important;
  border-left: 11px solid #9e0000;
  display: inline-block;
  transform: none;
  position: absolute;
  left: -20px;
  top: 4px;
  transition: all 200ms;
}
#concept-section .sectionInner .textSelector .slick-current .title {
  color: #9e0000 !important;
}

#concept-section .sectionInner .textSelector .slick-slide {
  width: 100% !important;
}
#concept-section .sectionInner .textContent .concept_image {
  width:100%; 
  margin: 0 auto;
}
#concept-section .sectionInner .textContent .description{
  width: calc(100% - 100px) !important;
}
#concept-section .textContent p{
  font-weight:300;
  font-size: 1rem;
}
#concept-section .textContent h3{
  font-weight:500;
  margin-top: 0;
}
#concept-section .textContent .credits{
  padding:10px 0 5px;
  font-size:smaller;
  font-style:italic;
  display:block;
}
#concept-section .slick-slider {
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  }
#concept-section .slick-slider * {
  border: none;
  outline: none;
}
#concept-section .textSelector .slick-list {
  padding: 0 25px 0 50px !important;
}
#concept-section .textContent .slick-list {
  padding: 0 0 0 25px !important;
}

@media only screen and (max-width:900px) { 
  #concept-section .sectionInner .textContent {
      width: calc(100% - 300px);
  }
  #concept-section .sectionInner .textContent .description{
    width: 100% !important;
  }
  #concept-section .sectionInner .textContent .concept_image {
    float:none; 
    width:100%; 
    margin: 0;
  }
  #concept-section .sectionInner .textSelector {
      width: 250px;
  }
}
@media only screen and (max-width: 600px) {
  #concept-section .sectionInner .textContent {
      width: 100%;
      font-size: 1.4em;
  }
  #concept-section .textContent .slick-list {
      padding: 25px 50px 0 !important;
  }
  #concept-section .sectionInner .textSelector {
      width: 100%;
  }
  #concept-section .sectionInner .textSelector .title span {
      margin-bottom: 10px;
  }

}