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

body {
overflow-x: hidden;
}
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 .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 .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .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: .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: .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: .95rem;
    line-height: 1.3;
}
.mars-slider.news .rollover_description {
    opacity: 0;
    height: 0;
    z-index: 1;
    overflow: hidden;
    transition: opacity .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%;
  }
  #launch-top {
    background-color: black;
    width: 100%;
    line-height: 0;
    overflow:hidden;
    height:100vh;
    height: calc(100vh - 36px);
    min-height: 500px;
  }

      #landing-top {
        /* background-color: black;
        width: 100%;
        line-height: 0;
        overflow:hidden;
        height:calc(100% - 45px);
        height: calc(100vh - 36px); */
        min-height: 500px;
      }
  
@media  (orientation: portrait) {
    #launch-top {
      background-color: black;
      max-height: 720px;
    }
    #launch-top .header-title h1 {
      padding: 15px 0 0;
    }
    #launch-top .header-title {
      top: 200px;
  bottom: inherit;
}
@media screen and (max-width: 600px) {
      #launch-top {
          max-height: 575px;
      }
}

        #landing-top {
          /* background-color: black; */
          max-height: 720px;
        }
        #landing-top .header-title h1 {
          padding: 15px 0 0;
        }
        #landing-top .header-title {
          top: 200px;
	  bottom: inherit;
	}
	@media screen and (max-width: 600px) {
          #landing-top {
              /*max-height: 575px;*/
          }
	}
}

  .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%;
}
@media  (orientation: portrait) {
    #launch-top video{
        top: -100%;
        left: -100%;
        width: 300%;
        height: 300%;
    }
}
.video-background video {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}
#launch-top {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

    #landing-top {
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        height: calc(100% - 45px);
    }
#launch-top .header-title {
    width: auto;
    position: absolute;
    bottom: 40vh;
    color: #f1f1f1;
    line-height: normal;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+74 */
    display:inline-block;
    left: 0;
    right: 0;
    text-align:center;
  }
#launch-top .header-content {
display: inline-block;
padding: 10px;
border: 1px rgba(255, 255, 255, 0.05) solid;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 7px;
}
  #launch-top .header-title h1 {
    font-weight: 600;
    margin: 0;
    display: inline-block;
    text-transform:uppercase;
    text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.5);
    font-size:2em;
  }

  #launchClock .countdown_clock {
    width: auto;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center;
    font-size: 200%;
    text-shadow: 1px 1px 2px rgba(102, 102, 102, 0.8);
    display:inline-block;
    vertical-align:top;
}
#launchClock .countdown_clock .date {
    display:inline-block;text-transform: uppercase; letter-spacing: 1px; vertical-align: middle;line-height: 33px;padding: 0 20px 0 10px;border-right: rgba(255, 255, 255, 0.5) solid 1px;
    color: #DCC5AA; 
}
#launchClock .countdown_clock .month {
    letter-spacing: -3px;
}
#launchClock .countdown_clock .countdown-container {
    display:inline-block;
    vertical-align: middle;    
    margin: 0 auto !important;
}
#launchClock .countdown_clock .date span {
    font-weight:600;
    display: block;
}
#launchClock .countdown_clock .countdown_time {
    padding: 0;
}
#launchClock .countdown_clock .countdown_time .unit { 
    font-size: 1.3em;
    font-weight: 500;
}
  #launchClock .countdown_clock .countdown_title {
      color: white;
  }
  #launchClock .countdown_clock .countdown_title {
      margin:0;
      padding:5px 0 3px;
  }
  #launch-top .header-more {
    width: 100%;
    position: absolute;
    padding: 10px 0 5px;
    bottom: 0;
    font-weight:600;
    text-align:center;
    color:white;
    z-index:11;
  }

  #launch-top .header-more.blink {
    animation: blink 5s linear infinite;
  }
    #landing-top .header-title {
        width: auto;
        position: absolute;
        bottom: 40vh;
        color: #f1f1f1;
        line-height: normal;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.75+74 */
        display:inline-block;
        left: 0;
        right: 0;
        top: calc(50% - 100px);
        text-align:center;
      }
  #landing-top .header-content {
    display: inline-block;
    padding: 10px;
    border: 1px rgba(255, 255, 255, 0.05) solid;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 7px;
  }
      #landing-top .header-title h1 {
        font-weight: 600;
        margin: 0;
        display: inline-block;
        text-transform:uppercase;
        text-shadow: 1px 1px 4px rgba(34, 34, 34, 0.5);
        font-size:2em;
      }
  
      #landingClock .countdown_clock {
        width: auto;
        margin: 0 auto;
        padding: 10px 0;
        text-align: center;
        font-size: 200%;
        text-shadow: 1px 1px 2px rgba(102, 102, 102, 0.8);
        display:inline-block;
        vertical-align:top;
    }
    #landingClock .countdown_clock .date {
        display:inline-block;text-transform: uppercase; letter-spacing: 1px; vertical-align: middle;line-height: 33px;padding: 0 20px 0 10px;border-right: rgba(255, 255, 255, 0.5) solid 1px;
        color: #ffe4c4; 
    }
    #landingClock .countdown_clock .date .day {
            font-size: 1.1em;
    }
    #landingClock .countdown_clock .time_label {
        color: #ffe4c4;
    }
    #landingClock .countdown_clock .month {
        letter-spacing: -3px;
    }
    #landingClock .countdown_clock .countdown-container {
        display:inline-block;
        vertical-align: middle;    
        margin: 0 auto !important;
    }
    #landingClock .countdown_clock .date span {
        font-weight:600;
        display: block;
    }
    #landingClock .countdown_clock .countdown_time {
        padding: 0;
    }
    #landingClock .countdown_clock .countdown_time .unit { 
        font-size: 1.3em;
        font-weight: 500;
    }
      #landingClock .countdown_clock .countdown_title {
          color: white;
      }
      #landingClock .countdown_clock .countdown_title {
          margin:0;
          padding:5px 0 3px;
      }
      #landing-top .header-more {
        width: 100%;
        position: absolute;
        padding: 10px 0 5px;
        bottom: 0;
        font-weight:600;
        text-align:center;
        color:white;
        z-index:11;
      }
  
      #landing-top .header-more.blink {
        animation: blink 5s linear infinite;
      }
  
  @keyframes blink {
    50% {
      opacity: 0;
    }
  }

  .home_dashboard {
    width: auto;
    bottom: inherit;
    position: relative;
    text-align: center;
    overflow: hidden;
    height: 95px;
    margin:0;
    margin-top:-95px;
    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 5px;
  }
  .home_dashboard .category-title {
    margin-bottom: .25rem;
    font-size: 0.8em;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    /* color: #78b4e3; */
    /* color: #f69323; */
    color: #ff9041;
    display:block;
  }
  .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(/imgs/general/dashboard_sprite_orange.png) no-repeat;
    background-size: 200px;
    background-position: -10px -10px;
    width: 33px;
    height: 33px;
    margin-left: .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 {
    /* for countdown clocks 
    margin-top:-130px;
    height:135px */

    margin-top:-125px;
    height:125px;
}
@media screen and (max-width: 501px) {
    .home_dashboard .category-title {
        font-size:0.9em;
        font-weight:600;
    }
}
@media screen and (min-width: 924px) {
    #spacecraftInfo .info_item {
        width: auto;
    }

    /* for countdown clocks 
    .home_dashboard{
        margin-top:-137px;
        height:140px; 
    }*/
}
.more-scroll {
  /* background-color: #f69323; */
  background-color: #ff9041;
}
  #launch-story {
    background-color: whitesmoke;
  }
  #launch-story .content-text {
      min-height:50vh;
  }
  /* effects */
  .interact .item {
      width: 50%;
      margin:0 auto;
      top:0;
      left:0;
      height: 50vh;
      padding: 75px 20px;
      background: black;
      text-align: center;
      color: #FFF;
      font-size: 3em;
  }

  .interact .item.aos-animate {
    width: 85%;
    margin: 20px auto;
    border-radius: 30px;
  }

  .interact .item span {
    display: block;
    font-size: 1rem;
  }
  /* quick facts */
/* #Quick-Facts {
    background-image:url('/layout/mars2020/images/launch/orange-rover-bg.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
} 
#Quick-Facts {
    background-image:url('/layout/mars2020/images/launch/stills-007-sky.jpg');
    background-size:cover;
    background-repeat:no-repeat;
    background-position: bottom center;
    background-attachment: fixed;
    background-image:none;
}*/
#Quick-Facts .subtitle {z-index:12; position:relative;margin: 0;padding:0;color: #666;}
/* #Quick-Facts .rover {
    background-image:url('/layout/mars2020/images/launch/mars-rover-ground.png');
    background-size:cover;
    background-repeat:no-repeat;
    min-height:400px;
    min-height: 600px;
    max-width: 1800px;
    width: 100%; 
    background-position: bottom left;
}
#Quick-Facts .rover {
    background-image:url('/layout/mars2020/images/launch/mars-rover-ground4.png');
    background-size:cover;
    background-repeat:no-repeat;
    min-height:400px;
    min-height: 800px;
    max-width: 1800px;
    width: 100%; 
    background-position: bottom left;
} */
#Quick-Facts {
  background-color: #d8d8d7;
}
#Quick-Facts .rover {
    /* background-image:url('/layout/mars2020/images/launch/mars-rover-ground5.png'); */
    background-image:url('/layout/mars2020/images/LearnAboutTheRover_Perseverance_QuickFacts.png');
    background-size: contain;
    background-repeat:no-repeat;
    min-height:700px;
    width: 100%; 
    min-width: 300px; 
    background-position: bottom left;
    margin-top:75px;
    position:relative;
}
#Quick-Facts .rover_mobile {
  display:none;
  text-align:center;
  margin: 25px auto 0;
}
#Quick-Facts ul { 
    max-width: 650px;
    transition: transform 500ms ease 0s;
}
#Quick-Facts ul li {
    margin-bottom: 2%;
    font-size: 17px;
}
#Quick-Facts .text-overlay.right-box {
    padding:100px 5px 0;
    width:calc(100% - 450px);
    color:#666;
    right:0;
    left:inherit;
    background:none;
    /* background: linear-gradient(to left, rgba(212, 187, 155, 0.8), transparent); */
    /* padding-left: 230px; */
    width: 80%;
    /* padding-left: 325px; */
    padding-left: 400px;
}
@media only screen and (min-width: 1350px) {
    #Quick-Facts ul { 
        left: 10%;
        position:relative;
    }
    /* for countdown clocks 
    .home_dashboard {
        margin-top:-145px;
        height:150px
    } */ 
    .home_dashboard {
      margin-top:-130px;
      height:130px
  } 
}
@media only screen and (max-width: 1000px) {
    /* #Quick-Facts .rover { 
        min-height: 650px;
    } */
    #Quick-Facts .text-overlay.right-box {
        width:calc(100% - 480px)
    }
}

  /*** ALTERNATES ****/

#Quick-Facts .text-overlay.right-box{
    padding:80px 5px 0;
    width:calc(100% - 450px);
    color:#666;
    right:0;
    left:inherit;
    /* background: rgb(212,187,155);
    background: -moz-linear-gradient(90deg, rgba(212,187,155,0) 0%, rgba(212,187,155,0.6971830985915493) 40%, rgba(212,187,155,0.8036951501154734) 100%);
    background: -webkit-linear-gradient(90deg, rgba(212,187,155,0) 0%, rgba(212,187,155,0.6971830985915493) 40%, rgba(212,187,155,0.8036951501154734) 100%);
    background: linear-gradient(90deg, rgba(212,187,155,0) 0%, rgba(212,187,155,0.6971830985915493) 40%, rgba(212,187,155,0.8036951501154734) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4bb9b",endColorstr="#d4bb9b",GradientType=1); */
    padding-left: 230px;
    width: 80%;
    padding-left: 380px;
}
/* #Quick-Facts .text-overlay.right-box{
    background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,1) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 40%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
} */
#Quick-Facts ul { 
    left: 5%;
    position:relative;
}
.icon-plus {
  content: "";
  background: url(/imgs/general/dashboard_sprite_orange.png) no-repeat;
  background-size: 200px;
  background-position: -60px -6px;
  width: 35px;
  height: 35px;
  vertical-align: middle;
  transform: translateY(-5%);
  display: inline-block;
}
.facts_rover {
  position:absolute;
  left: 25%;
  top: 15%;
  width: 165px;
  height: 35px;
  overflow:hidden;
  display:inline-block;
  z-index: 20;
}
.facts_rover .overlay {
  position: absolute;
  top: 0;
  left: 35px;
  right: 0;
  background-color: transparent;
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}
/* .facts_rover:hover .overlay, */
.facts_rover .overlay {
  width: 125px;
  left: 25%;
  top: 0;
}
.facts_rover .text-label {
  display:inline-block;
  height:100%;
  width:100%;
  color: #666;
  font-size: 0.8em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
 .facts_rover:hover .icon-plus {
  background-position: -60px -56px;
}
@media only screen and (max-width: 1450px) {
    #Quick-Facts .rover {
        background-size: 60%, contain;
    }
    #Quick-Facts .text-overlay.right-box {
        padding-right: 50px;
    }
}
@media only screen and (max-width: 1300px) {
  .facts_rover {
    top: 25%;
    left: 25%;
  }
}
@media only screen and (max-width: 1000px) {

    #Quick-Facts .text-overlay.right-box {
        padding-left: 50px;
        padding-top: 50px;
    }
    .facts_rover {
      left: 50%;
      top: inherit;
      bottom: 30%; 
    }
    /* #Quick-Facts .rover {
        background-position: bottom left 20%;
    } */
    /* #Quick-Facts .rover { 
        min-height: 700px;
    }
    #Quick-Facts .text-overlay.right-box {
        width:calc(100% - 480px)
    } */
}
/* @media only screen and (max-width: 900px) {
  .facts_rover {
    top: inherit;
    bottom: 65%;
  }
  }
@media only screen and (max-width: 770px) {
  .facts_rover {
    top: inherit;
    bottom: 35%;
    left: 30%;
}
} */
@media only screen and (max-width: 600px) {
  #Quick-Facts .rover {
      /* height: 100vh; */
      /* min-height: 740px; */
      background-image:none;
  }
  #Quick-Facts .rover_mobile {
    display:inherit;
  }
  #Quick-Facts .rover_mobile img {
    width: 90%;
    margin: 0 auto;
  }
  /* #Quick-Facts .factsheet a {
      background-color:transparent;
      color:#2372cc !important;
      text-transform:capitalize;
      text-align:left;
  } */
  #Quick-Facts .text-overlay.right-box {
      width: 100%;
      padding: 100px 20px 20px;
      /* background: rgba(255, 255, 255, 0.8); */
      /* background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.5) 47%, rgba(255, 255, 255, 0.382) 56.6%, rgba(255, 255, 255, 0.278) 65%, rgba(255, 255, 255, 0.25) 75%, rgba(255, 255, 255, 0.18) 80%, rgba(255, 255, 255, 0.13) 86%, rgba(255, 255, 255, 0.08) 89%, rgba(255, 255, 255, 0.05) 91%, rgba(255, 255, 255, 0.03) 95.2%, rgba(255, 255, 255, 0.002) 98.2%, transparent 100%); */
      height: 100%;
      top: 0;
      font-size:1.2em;
  }
  #Quick-Facts ul li {
      margin-bottom:3%
  }
  #Quick-Facts ul {
    left: 0
  }
  
  #Quick-Facts .rover {
    height: inherit;
    min-height: 50px;
    position: relative;
  }
  /* #Quick-Facts .factsheet a {
      background-color:transparent;
      color:#2372cc !important;
      text-transform:capitalize;
      text-align:left;
  } */
  #Quick-Facts .text-overlay.right-box {
      width: 100%;
      padding: 20px 20px 20px;
      /* background: rgba(255, 246, 236, 0.8); */
      height: 100%;
      top: 0;
      left: 0;
      font-size:1.2em;
      position: relative;
  }
  #Quick-Facts ul li {
      margin-bottom:5%;
      font-size: 1.2em;
  }
  #Quick-Facts ul {
    left: 0
  }
  .facts_rover {
    left: inherit;
    top: 7%;
    right: 0;
    bottom: inherit;
  }
}

@media only screen and (max-width: 450px) {
  .facts_rover {
    left: inherit;
    top: 7%;
    right: 0;
    bottom: inherit;
  }
}

/*Featured-Interactive*/
#Featured-Interactive .text-overlay .text-box {
  width: 70%;
  max-width: 650px;
  margin:0 auto;
  margin-left: 5%;
  position:relative;
  top: 25%;
}
#Featured-Interactive.textWhite .text-overlay .text-box a:hover {
  color: white !important;
}
#Featured-Interactive .text-overlay .text-box a {
  cursor:pointer;
}
#Featured-Interactive .background {
  background-image:linear-gradient(to right, rgba(0,0,0,0.5), transparent 700px),url('/layout/mars2020/images/surface_experience_mars2020-web.jpg');
  background-size:cover;
  background-repeat:no-repeat;
  min-height:650px;
  height:calc(100vh - 100px);
  width: 100%; 
  /* background-attachment: fixed; */
  background-position: bottom center;
  background-position: top 35px center;
}

  /*launch toolkit*/
    .text-box .logo_text {
        width: 100%;
    }
    .text-box .launch_date_text {
        font-weight:600;
        letter-spacing:2px;
        font-size:2vw;
    }

    .workshop_date {
        display: inline-block;
        width: 20%;
        padding-right: 10px;
        min-width: 95px;
        text-align: right;
    }
    #Toolkit .text-overlay .text-box {
        width: 35%;
        /* max-width: 400px; */
        /* text-align:center; */
        margin:0 auto;
    }
    #Toolkit .text-overlay .text-box {
        width: 35%;
        max-width: 400px;
        text-align:center;
        margin:0 auto;
        /*margin-left: 30%;*/
    margin-left: 45%;
    /* background-color:rgba(0, 0, 0, 0.25); */
    }
#Toolkit .text-overlay .text-box a.btnDownload {
        margin: 10px 10px 0;
    cursor:pointer;
}
#Toolkit .text-overlay .text-box a {
  cursor:pointer;
}
#Toolkit .text-overlay .text-box a.btnDownload:hover {
    cursor: pointer;
    background-color: #008dff;
}
  #Toolkit .text-overlay .text-box{
      position:relative;
  }
  #Toolkit .background {
    background-image:url('/layout/mars2020/images/launch/blue-launch-bg2.jpg');background-size:cover;background-repeat:no-repeat;min-height:400px;height:80vh; width: 100%; background-attachment: fixed;background-position: bottom center;
    background-image:url('/layout/mars2020/images/launch/mars2020_launch_pad.jpg');
  }

  #Toolkit .text-overlay .text-box .landing_date_text {
    margin: 10px 0 5px;
    display: block;  
    font-size: larger;
  }
  #Toolkit .text-overlay .text-box{
      position:relative;
  }
  #Toolkit .background {
    background-image:url('/layout/mars2020/images/launch/blue-launch-bg3.jpg');background-size:cover;background-repeat:no-repeat;min-height:400px;height:100vh; width: 100%; background-attachment: fixed;background-position: bottom center;
      background-image:url('/layout/mars2020/images/launch/mars2020_launch_pad.jpg');
      background-image:url('/layout/mars2020/images/launch/LiftOff-panoramic-web.jpg');
background-position: top 35px center;
  }

@media only screen and (orientation: portrait) {
    #Toolkit .rocket {
        background-position: bottom left 20%;
    }
    #Toolkit .background {
    background-position: top left 40%;
    }
    #Toolkit .text-overlay .text-box {
        text-align:left;
        margin-right: 10%;
        margin-top: 15%;
        margin-left:inherit;
        width: 80%;
        text-align:center;
        max-width: 300px;
    }

    #Toolkit .text-overlay {
        top: 2.5%;
        right: 2.5%;
        left: inherit;
        bottom: inherit;
    }

}

/* image of the week */

.iotw-section {
background: url("/layout/mars2020/images/25790_First_selfie-1200.gif") 50% no-repeat;
background-attachment: fixed;
background-position: center;
background-size: cover;
height: 75vh;
text-align: center;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-align-items: flex-end;
-ms-flex-align: flex-end;
align-items: flex-end;
-webkit-transform: scale(1.03,1.03);
transform: scale(1.03,1.03);
}

.iotw-section .iotw-section-text {
width: 100%;
text-align: left;
z-index: 20;
margin-right:5%;
margin-left: 5%;
color: #fefefe;
width: 70%;
}

.iotw-section .iotw-section-text .feature-label{
  margin-bottom:5px;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 600;
}

.iotw-section .iotw-section-text .image-label {
  margin-top: 0px;
  font-weight: 200;
  font-size: 2.5rem;
}

.iotw-section .iotw-section-text .image-label a, .iotw-section .iotw-section-text .multimedia_link a{
color: white;
}
.iotw-section .iotw-section-text .multimedia_link {
   font-size: 0.7em;
   font-weight: 600;
   position: absolute;
   right:0;
   bottom: 5%;
   width: 18%;
   text-transform: uppercase;
   z-index: 20;
}
.iotw-gradient {
position: absolute;
width: 100%;
height: 25%;
z-index: 10;
bottom: 0px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */

background: linear-gradient(to top, 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%);

}
/* ----------- iPad 1, 2, Mini and Air ----------- */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
    #Toolkit .background, #Featured-Interactive .background, .iotw-section {
      background-attachment: inherit;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 2) {
    #Toolkit .background, #Featured-Interactive .background, .iotw-section {
      background-attachment: inherit;
    }
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen 
and (min-device-width: 834px) 
and (max-device-width: 1112px)
and (-webkit-min-device-pixel-ratio: 2) {
    #Toolkit .background, #Featured-Interactive .background, .iotw-section {
      background-attachment: inherit;
    }

}
/* ----------- iPad Pro 12.9" ----------- */
@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {
    #Toolkit .background, #Featured-Interactive .background, .iotw-section {
      background-attachment: inherit;
    }

}
@media only screen and (min-device-width: 320px) and (max-device-width: 823px) and (orientation: landscape) {
    #Toolkit .background, #Featured-Interactive .background, .iotw-section {
          background-attachment: inherit;
    }
}
@media only screen and (max-width: 600px) {
#Featured-Interactive .text-overlay .text-box {
  top: 0%;
  width: calc(100% - 30px);
  margin-left: 15px;
  padding: 20px 0;
}
#Featured-Interactive .background {
  background-position: bottom right 30%;
  background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), transparent 250px),url('/layout/mars2020/images/surface_experience_mars2020-web.jpg');
}
#Toolkit .background, #Featured-Interactive .background {
    background-attachment: inherit;
}
.iotw-section {
    background: url("/layout/mars2020/images/25444_03_AtmosphericEntry-1200.jpg") 50% no-repeat;
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
}
.iotw-section .iotw-section-text .feature-label, #Featured-Interactive .feature-label{
    font-weight: 500;
    font-size: 1em;
}
.iotw-section .iotw-section-text {
    width: 100%;
}
.iotw-section .iotw-section-text .multimedia_link {
    width: 100%;
    position: relative;
    bottom: inherit;
    margin: -5% 0 10%;
    font-size: 1em;
}
.iotw-gradient {
    height:40%;
}
}
/* e:iotw */

/* s:mars-slider */
#cboxPrevious {
background: url(/imgs/general/arrow_left_slim.png) no-repeat center center;
bottom:35%;
}
#cboxNext {
background: url(/imgs/general/arrow_right_slim.png) no-repeat center center;
bottom:35%;
}
#cboxClose:before, #cboxClose:after{background:white;}

#Video-Carousel {
background-color:#eef2f6;
}
#Video-Carousel .sectionInner {
padding-top: 50px;
padding-bottom: 100px;
background-color:#eef2f6;
}
.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;
}
backg.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: 0px;
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;
}

#Toolkit .text-overlay .btnDownload {
color: white !important;
}
#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: 0px;
    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;
}
#Quick-Facts .text-overlay .btnDownload {
    width: 150px;
    padding: 5px;
}
#Toolkit .text-overlay .btnDownload {
    font-size:medium;
    color: gold !important;
}
#Toolkit .text-overlay .text-box a.btnDownload {
margin: 8px 0;
}
#Toolkit .text-overlay .text-box a.btnDownload:hover {
background-color:transparent;
}
.text-overlay.centered-box .btnDownload:after {
    display:inline-block;
    padding-left: 3px;
    content: " \203A";
    
}
}

@media only screen and (max-width:430px) {
#launch-top .header-content {
    border:none;
    background:transparent;
}
#launchClock .countdown_clock .date {
    border-right: none;
}
#launchClock .countdown_clock .date span {
    margin-left: 15px;
display:inline-block;
}

    #landing-top .header-content {
        border:none;
        background:transparent;
    }
    #landingClock .countdown_clock .date {
        border-right: none;
    }
    #landingClock .countdown_clock .date span {
        margin-left: 15px;
	display:inline-block;
    }
}


/* Portrait and Landscape */
@media only screen and (max-device-width: 1024px) and (min-device-width: 768px) {
#spacecraftInfo {
padding: 10px 5px 0 !important;
}
}
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 568px)
and (-webkit-min-device-pixel-ratio: 2) {
  #video-highlight {
  }
}
/* Portrait and Landscape */
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
  #video-highlight {
  }
}
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 667px) 
and (-webkit-min-device-pixel-ratio: 2) { 
  #video-highlight {
  }
}
@media only screen 
and (min-device-width: 375px) 
and (max-device-width: 812px) 
and (-webkit-min-device-pixel-ratio: 3) { 
  #video-highlight {
  }
}
.participate_slider {
  width: 90%;
  margin: 0 auto;
}
.participate_slider .objectContainer .featureImgLarge { 
background-size:contain;
background-repeat: no-repeat;
background-color: white;
}
.participate_slider img.readMoreBtn{ } 
.participate_slider .info {
text-align: center;
font-size: 1.25em;
padding-top: 15px;
}
.participate_slider .objectContainer {
width: 100%;
height: 100%;
padding-left: 5px;
padding-right: 5px;
}
.participate_slider .objectContainer .objectItem {
height: 360px;
width: 480px;
overflow: hidden;
margin: auto;
}
.participate_slider .slide {
padding: 10px;
}
.participate_slider .slide .content_title {
padding-top: 10px;
text-align: center;
}
.participate_slider .slick-slide img {
border:none;
}
/* Extra small devices (phones, 400px and down) */
@media only screen and (max-width: 400px) {
  .participate_slider .objectContainer .objectItem {
    height: 225px;
    width: 300px;
    max-width: 100%;
  }
  .participate_slider .objectContainer {
    padding-left: 0px;
    padding-right: 0px;
  }
  .participate_slider {
    max-width: 80%;
  }
}
/* Extra small devices (phones, 400px and up) */
@media only screen and (min-width: 400px) {
  .participate_slider .objectContainer .objectItem {
    height: 270px;
    width: 360px;
    max-width:100%;
  }
  .participate_slider {
    max-width: 80%;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .participate_slider .objectContainer .objectItem {
    /* height: 210px; */
    height: 185px;
    width: 280px;
    max-width:100%;
  }
  .participate_slider .objectContainer {
    padding-left: 5px;
    padding-right: 5px;
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .participate_slider .objectContainer .objectItem {
    height: 255px;
    width: 325px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .participate_slider .objectContainer .objectItem {
    height: 225px;
    width: 300px;
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .participate_slider .objectContainer .objectItem {
    height: 230px;
    width: 380px;
  }
}

/* Extra extra large devices (large laptops and desktops, 1440px and up) */
@media only screen and (min-width: 1440px) {
  .participate_slider .objectContainer .objectItem {
    height: 290px;
    width: 400px;
  }
}
img.readMoreBtn {
  width: auto !important;
}
.participate_slider .featureTitle a {
  display:block;
}
.participate_slider .featureTitle a span {
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
  font-size:90%;
}
.participate_slider .featureTitle .icon-plus {
  background-position: -60px -8px;
}

div.gifcopter{width:150px;position:fixed;top:150px;right:30px;z-index:10000;animation:navigate 5s infinite;font-size:11px;text-align:center}div.gifcopter img{width:150px;height:auto;}div.gifcopter .text{color:#ff9041;font-weight:700;color:#6d3007;font-size:120%;}div.gifcopter .close{position:absolute;top:-10px;right:-2px;font-size:14px;color:#000;text-shadow: none;}@keyframes navigate{0%{transform:rotate(2deg) translate(-30px,5vh)}25%{transform:rotate(0deg) translate(-10px,3vh)}50%{transform:rotate(4deg) translate(-2vh,80px)}75%{transform:rotate(-2deg) translate(30px,2vh)}100%{transform:rotate(2deg) translate(-30px,5vh)}}div.gifcopter:hover{-webkit-animation-play-state:paused;-moz-animation-play-state:paused;-o-animation-play-state:paused;animation-play-state:paused}
button.slick-next.pull-right.btnOrange.slick-arrow,button.slick-prev.pull-left.btnOrange.slick-arrow {background: orange;width: 50px;height: 50px;border-radius: 25px;line-height: .4}
button.slick-next.pull-right.btnOrange.slick-arrow:after {content: "\203A";color: white;font-size: 45px;margin-left:4px}
button.slick-prev.pull-left.btnOrange.slick-arrow:after {content: "\2039";color: white;font-size: 45px;}
button.slick-next.pull-right.btnOrange.slick-arrow:before,.slick-prev.slick-arrow:before {margin-left: -22px;}
.iframeOverlay {
  background: -moz-linear-gradient(left,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 70%); 
  background: -webkit-linear-gradient(left,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 70%); 
  background: linear-gradient(to right,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 70%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}
div.gifcopter {position: absolute !important;left: 450px !important;top: 0px !important;}
div.gifcopter .text {display:none}
@media (min-width: 600px) and (max-width: 1020px){div.gifcopter{top:300px !important;}}
@media (min-width: 759px) and (max-width: 1200px){button.slick-prev.pull-left.btnOrange.slick-arrow{left:-10% !important;} button.slick-next.pull-right.btnOrange.slick-arrow{right:-10% !important;}}
@media (min-width:600px) and (max-width:1440px){div#feature-space{margin-top:35px}}
@media (max-width: 550px) {div.gifcopter{left:350px !important;font-size:9px}}
@media (max-width: 445px) {div.gifcopter{left:230px !important;font-size:9px}}
@media (max-width: 850px) {#video-highlight{width:50% !important;left:0;position:relative}}
@media (min-width: 851px) and (max-width: 1600px) {#video-highlight{width: 50% !important;left: 0;position: relative;}}
@media (max-width:595px) {.exploreVRCaption{left:-65px !important;}}
@media (max-width:475px) {.exploreVRCaption{left:-80px !important;}}
@media (max-width: 600px) {button.slick-prev.pull-left.btnOrange.slick-arrow{left:-12% !important;} button.slick-next.pull-right.btnOrange.slick-arrow{right:-12% !important;}button.slick-next.pull-right.btnOrange.slick-arrow, button.slick-prev.pull-left.btnOrange.slick-arrow{width:35px;height:35px}}
@media only screen and (max-width: 758px) {button.slick-prev.pull-left.btnOrange.slick-arrow{left:-12% !important;} button.slick-next.pull-right.btnOrange.slick-arrow{right:-12% !important;}}
@media only screen and (min-width: 1220px) {button.slick-prev.pull-left.btnOrange.slick-arrow{left:-8% !important;} button.slick-next.pull-right.btnOrange.slick-arrow{right:-8% !important;}}