/* Main Layout*/

.section.pageIntro h1, .pageContent h1 {
    color: white
}

#helicopter h2.text-center {
    text-align: center; 
    padding: 10px 0 30px;
    font-size: 2.3em;
    font-weight: 200;
}
#footer {
    background: url(/imgs/helicopter/helcopter_animation_composite_bg_with_sky.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    min-height: 600px;
}

/* Flight Log */
    #Total-Flight-Info {text-align:center;}
    .by_the_numbers {font-size:0.9em;margin:0 auto;text-align:center;display:inline-block}
    .by_the_numbers div {margin: 0 5px 15px;display:inline-block;height:auto;vertical-align:top;text-align:center;}
    /* .by_the_numbers div {border-right: 1px solid #ccc; padding: 0 20px 15px} */
    .by_the_numbers div:last-child {border-right: none;}
    .by_the_numbers span {display:inline-block;}
    .by_the_numbers span.number {font-weight:600; font-size: 3.2em}
    .by_the_numbers span.number.alt {display:block; text-align: center; font-weight:200; font-size: 0.85em}
    .by_the_numbers span.label {display:block;}
    .by_the_numbers div.flights .number {font-size:3em; display:block;}
    .by_the_numbers div.flights .number.alt {font-size:.85em;}
    .by_the_numbers div.time .unit {margin-left: -30px;}
    .by_the_numbers div.distance .unit, .by_the_numbers div.speed .unit {margin-left: 20px;}
    .by_the_numbers div.altitude .unit {margin-left: 10px;}

    .by_the_numbers div.speed .label span {display:block;}
    .fa-camera {margin-left:5px;}
    .by_the_numbers div.mobileOnly {display:none}
    @media only screen and (max-width: 1200px) {
    .fa-camera {display:block; margin: 0 auto;}
    .by_the_numbers { font-size: 0.9em;}
        .by_the_numbers div {padding: 0 20px 15px}
        .by_the_numbers div.mobileOnly {border-right: none; padding: 0;margin: 0; display: block;
        }
        .by_the_numbers div {border-right:none;}
    }
table.flight_log_table { 
    border-collapse: collapse;
    color: #222; 
    font-weight: 400;
    font-size: 19px;

}

table.mars_table.flight_log_table tbody td {
    font-size: 14px;

}

    table.flight_log_table tr:nth-child(odd){ 
        background-color: #edf4fb !important;
    }  


   table.flight_log_table tr:nth-child(even){ 
        background-color: white !important;
    } 


.flight_log_table tr:first-of-type{
    font-weight: 600;
    border: none;
    background-color: white;
}

.flight_log_table tr:first-of-type td, .flight_log_table tr:nth-of-type(2) td{
    border: none !important;
    background-color: white;
    padding: 0.3em;

}

#log-section table.mars_table td:first-child, #log-section table#flight-log-table td.noline, #log-section table#flight-log-table th.noline {
    border:none;
}
#log-section table.mars_table td, #log-section table.mars_table th, table.mars_table td, table.mars_table th {
    border:none;
    border-left: 1px solid #d2d2d2;
}

.table_wrapper.has-scroll>div {
    overflow-x: auto; 
}


/* @media only screen and (max-width: 830px){

    .table_wrapper.has-scroll>div {
        overflow-x: auto; 
    }


    .table_wrapper.has-scroll:after {
    position: absolute;
    top: 0;
    left: 100%;
    width: 50px;
    height: 100%;
    border-radius: 10px 0 0 10px / 50% 0 0 50%;
    box-shadow: -5px 0 10px rgb(0 0 0 / 25%);
    content: "";
   
}

} */

/* People Slider*/

/* 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;}
    .slick-track {
    transition: transform 500ms ease 0s;
    }
    #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: auto;
    margin: 5px;
    transition:  width 1s, height 1s;
    }
    
    #peopleSlider.mars-slider .slide .content_image {
      width: 250px;
      height: 240px;
      margin: 0 auto;
      text-align:center;
      }
    
    .mars-slider .slide.slick-center {
    width: 250px;
    height: 300px;
    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 .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 */
/* SubNavigation: mission-menu */

#SubNavigation #sticky-wrapper.is-sticky {
    width: 100%;
    left: 0;
    background-color: #ffc09e;
}

.mission-menu {
    display: table;
    width: calc(100% - 100px) !important;
    text-align: center;
    font-size: 0.8em;
    opacity: 1;
    background-color: #ffc09e;
    color: #a75151;
    color: #6d3007;
    position: relative;
    height: 18px;
    padding: 10px 50px;
}

#SubNavigation #sticky-wrapper.is-sticky .mission-menu {
    width: calc(100% - 40px) !important;
    padding: 10px 20px 10px 20px;
    font-size: 0.7em;
}
@media print {
    #SubNavigation #sticky-wrapper.is-sticky .mission-menu{
       position: absolute !important;
       top: 0;
    }
}

@media only screen 
  and (max-device-width: 375px) 
  and (max-device-height: 667px) {
    #SubNavigation #sticky-wrapper.is-sticky .mission-menu{
       position: absolute !important;
       top: 0 !important;
    }
    #SubNavigation #sticky-wrapper.is-sticky {
       height: auto !important;
    }
}


.mission-menu .mission-menu-inner {
    display: table;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    max-width: 1000px;
    width: 100%;
}

.mission-menu .mission-menu-title {
    display: none;
    font-size: 18px;
    text-transform: uppercase;
    text-align: left;
    line-height: normal;
}

#SubNavigation #sticky-wrapper.is-sticky .mission-menu .mission-menu-title {
    display: block;
}

.mission-menu .mission-menu-title .txtMars, .mission-menu .mission-menu-title .txtHelicopter {
    font-weight: 200;
    padding: 0 2px;
}

.mission-menu .mission-menu-title .txtName {
    font-weight: 400;
    padding: 0 2px;
}

.mission-menu .mission-menu-title .txtMars, .mission-menu .mission-menu-title .txtHelicopter {
    display: none;
}

.mission-menu a {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    color: #a75151;
    color: #6d3007;
    font-weight: 600;
    line-height: normal;
    padding: 0 5px;
}

.mission-menu a.open {
    display: none;
}

.anchor {
    display: block;
    position: relative;
    top: -130px !important;
    visibility: hidden;
}

@media screen and (max-width: 769px) {
    #top_marsBanner {
        min-height: 60px;
    }
    /* mission-menu */
    .mission-menu {
        z-index: 1;
    }
    .mission-menu .mission-menu-title .txtMars, .mission-menu .mission-menu-title .txtHelicopter {
        display: inline-block;
    }
    .mission-menu .mission-menu-title {
        display: block;
        position: absolute;
        top: 10px;
        font-size: 18px;
        text-transform: uppercase;
        left: 50px;
        width: 80%;
        cursor: pointer;
    }
    #SubNavigation #sticky-wrapper.is-sticky {
        width: 100%;
        padding: 20px 0 0 0;
        left: 0;
        background-color: #ffc09e;
    }
    #SubNavigation #sticky-wrapper.is-sticky .mission-menu, .mission-menu {
        width: calc(100% - 100px) !important;
        padding: 10px 50px;
        text-align: left;
    }
    .mission-menu.active .mission-menu-title {
        padding-bottom: 10px;
        position: relative;
        text-align: left;
        padding-bottom: 20px;
        width: 100%;
        left: 0;
    }
    .mission-menu.active a.open {
        padding-top: 20px;
        content: 'close';
        font-size: 1.2em;
    }
    .mission-menu a.open, .mission-menu.inactive a.open {
        display: block;
        content: '...';
        right: 0;
        top: -20px;
        font-size: 2em;
        position: absolute;
        padding: 0 25px 10px;
        cursor: pointer;
        z-index: 2;
        margin: 20px 0;
    }
    .mission-menu.inactive a {
        display: none;
    }
    .mission-menu.active a:not(.open) {
        border-bottom: solid 1px #6d300745;
        line-height: 2em;
        display: block;
        margin: 20px 0;
        font-size: 16px;
        cursor: pointer;
    }
}

/* Page Specific */

/* Homepage: Helicopter */

#header-text .txtMars {
    text-transform: uppercase;
    font-size: 3.6rem;
    vertical-align: middle;
    display: inline-block;
    font-weight: 100;
}

#header-text .txtHelicopter {
    font-size: 3.4rem;
    font-weight: 600;
    color: white;
    margin-left: .4rem;
    vertical-align: middle;
    display: inline-block;
}

/*** Quick Facts ***/

#quick-facts-section table.tableListContent.factsTable {
    margin: 0 5%;
}

/*** Overview ***/

.iotw-section {
    background: url("/imgs/helicopter/helicopter_landing_composite_crop-web.jpg") 50% no-repeat;
    background-attachment: fixed;
    background-position: center 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;
}

.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 */
}

.gradient_container_left {
    display: block;
    height: 100%;
    width: 80%;
    position: absolute;
    z-index: 1;
    background: -owg-linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent);
    left: 0;
    top: 0;
}

.iotw-gradient {
    display: none;
}

.iotw-section .iotw-section-text {
    width: 45%;
    top: 15%;
    position: absolute;
    padding: 20px;
}

.iotw-section .iotw-section-text .feature-type {
    font-weight: 600;
    font-size: 0.8em;
}

.iotw-section .iotw-section-text .image-label {
    margin-bottom: 20px;
    font-size: 1.8rem;
}

.iotw-section .iotw-section-text p {
    font-size: smaller;
    line-height: 1.3em;
}

.iotw-section .iotw-section-text {
    width: 90%;
    margin: 0 auto;
    top: inherit;
    left: 0;
    right: 0;
    bottom: 5%;
    padding: 0 5%;
}

.iotw-section .iotw-section-text p {
    font-size: inherit;
    line-height: 1.3em;
}

.iotw-section .iotw-section-text .image-label {
    font-size: 2rem;
    margin-bottom: 10px;
}

.iotw-gradient {
    display: block;
    height: 70%;
}

@media only screen and (min-width: 1000px) {
    .iotw-gradient {
        display: block;
        height: 50%;
    }
}

.gradient_container_left {
    display: none;
}

@media only screen and (max-width: 600px) {
    .iotw-section {
        background-attachment: inherit;
        background-size: cover;
    }
    .iotw-section .iotw-section-text .feature-label {
        font-weight: 500;
        font-size: 1em;
    }
    .iotw-section .iotw-section-text {
        width: 90%;
    }
    .iotw-section .iotw-section-text .multimedia_link {
        width: 100%;
        position: relative;
        bottom: inherit;
        margin: -5% 0 10%;
        font-size: 1em;
    }
    .iotw-gradient {
        height: 40%;
    }
}

/*** Media ***/

#Media .grid {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
}

#Images, #Images .sectionInner {
    background: #fdf4ed;
}

#quote-section blockquote {
    padding: 1em 40px;
}

#images-section, #images-section .sectionInner, #overview-section, #overview-section .sectionInner, #highlights-section, #highlights-section .sectionInner {
    background: #fdf4ed;
}

.heliBGRed {
    background: #fdf4ed;
}

/*** Deployment ***/

/*** Anatomy ***/

#anatomy-section {
    background: whitesmoke;
    color: #222;
    /* font-size:12px; */
    height: 100%;
    min-height: 1000px;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#anatomy-section h3 {
    font-family: "Oswald";
    margin: 10px 0;
    font-size: 24px;
}

.toggle-all {
    /* right: 5px;
    top: 5px;
    z-index: 5;
    position: absolute; */
}

.toggle-all a {
    cursor: pointer;
}

.animation {
    font-size: 12px;
    position: relative;
    -webkit-animation-play-state: running;
    animation: bounce 4s ease-in-out 0s infinite normal none;
    -webkit-animation: bounce 4s ease-in-out 0s infinite normal none;
    width: 100%;
    max-width: 800px;
    min-height: 500px;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.animation.show_labels {
    -webkit-animation-play-state: paused;
}

.animation * {
    position: absolute;
}

.animation:hover, .animation:hover .helicopter {
    -webkit-animation-play-state: paused;
}

.animation .helicopter {
    max-width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.animation .text {
    max-width: 235px;
    margin: 0 auto;
    background: whitesmoke;
    padding: 5px 15px 15px;
    z-index: 3;
    box-shadow: 0px 0px 30px #ccc;
    width: 0px;
}

.animation .spot .text {
    width: 165px;
}

.animation .text .title, .animation .text .description {
    display: block;
    position: relative;
    line-height: normal;
}

.animation .text .title {
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0 !important;
}

.animation .text .description {
    /* font-size:smaller; */
}

.animation .spot {
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
}

.animation .spot .dot {
    width: 10px;
    height: 10px;
    background: tomato;
    border: white 2px solid;
    border-radius: 50%;
    margin: 0 auto;
    left: -5%;
    right: 0;
    z-index: 2;
    opacity: 0.7;
    cursor: pointer;
    margin-top: 15%;
    transition: opacity 0s 0s ease;
}

.animation .spot .text {
    left: -5%;
}

.animation .spot .dot .line, .animation .spot .dot .line2, .animation .spot .dot .line3 {
    background: tomato;
    width: 1px;
    height: 1px;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0s 0s ease;
}

.animation .spot .dot .line {
    top: 0;
    left: 0;
    right: 0;
    transition: height 0.4s ease, top 0.4s ease;
}

.animation .spot .dot:hover .line, .animation .spot .dot.active .line {
    height: 100px;
    top: -100px;
    opacity: 1;
}

.animation .spot .dot .line2, .animation .spot .dot .line3 {
    top: -110px;
    right: 1px;
    opacity: 0;
    transition: width 0.5s ease 0.4s, top 0.5s ease 0s, opacity 0s ease 0s;
}

.animation .spot .dot .line3 {
    left: 1px;
}

.animation .spot .dot:hover .line2, .animation .spot.active .dot .line2, .animation .spot .dot:hover .line3, .animation .spot.active .dot .line3 {
    width: 135px;
    opacity: 1;
}

.animation .spot .dot {
    opacity: 0.5;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.animation .spot .dot:hover, .animation .spot.active .dot {
    opacity: 1;
}

/* antennas */

.animation .spot.antennas .dot {}

.animation .spot.antennas .dot:hover .line, .animation .spot.antennas .dot.active .line {
    height: 80px;
    top: -80px;
}

.animation .spot.antennas .dot .line2, .animation .spot.antennas .dot .line3 {
    top: -80px;
}

.animation .spot.antennas .text {
    margin: -8.5% auto 0;
    right: 0;
    opacity: 0;
}

.animation .spot.antennas:hover .text, .animation .spot.antennas.active .text {
    width: 235px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

@media screen and (max-width:715px) {
    .animation .spot.antennas .dot {
        left: -42px
    }
}

/* solar */

.animation .spot.solar .dot {
    right: -30%;
    top: -1%;
    position: fixed;
    transform: rotate(90deg);
}

.animation .spot.solar .dot:hover .line, .animation .spot.solar .dot.active .line {
    height: 160px;
    top: -160px;
}

.animation .spot.solar .dot .line2, .animation .spot.solar .dot .line3 {
    top: -160px;
}

.animation .spot.solar .dot:hover .line2, .animation .spot.solar.active .dot .line2, .animation .spot.solar .dot:hover .line3, .animation .spot.solar.active .dot .line3 {
    width: 55px;
}

.animation .spot.solar .text {
    top: 0;
    margin: 70px auto 0;
    left: 83.5%;
    right: 0;
    opacity: 0;
}

.animation .spot.solar:hover .text, .animation .spot.solar.active .text {
    width: 165px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

@media screen and (max-width:715px) {}

/* body */

.animation .spot.body .dot {
    right: -10%;
    top: 38%;
    position: fixed;
    transform: rotate(90deg);
}

.animation .spot.body .dot:hover .line, .animation .spot.body .dot.active .line {
    height: 160px;
    top: -160px;
}

.animation .spot.body .dot .line2, .animation .spot.body .dot .line3 {
    top: -160px;
}

.animation .spot.body .dot:hover .line2, .animation .spot.body.active .dot .line2, .animation .spot.body .dot:hover .line3, .animation .spot.body.active .dot .line3 {
    width: 100px;
}

.animation .spot.body .text {
    top: 0;
    margin: 27.5% auto 0;
    left: 71.5%;
    right: 0;
    opacity: 0;
}

.animation .spot.body:hover .text, .animation .spot.body.active .text {
    width: 165px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

@media screen and (max-width:715px) {
    .animation .spot.body .dot {
        top: 32%;
    }
}

/* sensors-cameras */

.animation .spot.sensors-cameras .dot {
    right: -5%;
    bottom: 40%;
    position: fixed;
}

.animation .spot.sensors-cameras .dot:hover .line, .animation .spot.sensors-cameras .dot.active .line {
    height: 135px;
    bottom: -135px;
    top: 0;
}

.animation .spot.sensors-cameras .dot .line2, .animation .spot.sensors-cameras .dot .line3 {
    bottom: -135px;
    top: 135px;
}

.animation .spot.sensors-cameras .text {
    margin: 0 auto 0;
    left: 0;
    right: 0;
    opacity: 0;
    margin-top: 53.3%;
    top: 0;
}

.animation .spot.sensors-cameras:hover .text, .animation .spot.sensors-cameras.active .text {
    width: 235px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

@media screen and (max-width:715px) {
    .animation .spot.sensors-cameras .dot {
        bottom: 50%;
    }
}

/* blades */

.animation .spot.blades .dot {
    left: -70%;
    transform: rotate(180deg);
    margin-top: 18.5%;
}

.animation .spot.blades .dot:hover .line, .animation .spot.blades .dot.active .line {
    height: 43px;
    /* bottom: -155px; */
    top: 0;
}

.animation .spot.blades .dot .line2, .animation .spot.blades .dot .line3 {
    top: 43px;
}

.animation .spot.blades:hover .dot .line2, .animation .spot.blades:hover .dot .line3, .animation .spot.blades.active .dot .line2, .animation .spot.blades.active .dot .line3 {
    width: 85px;
}

.animation .spot.blades .text {
    right: 0;
    opacity: 0;
    margin: -3% auto 0;
    left: -70%;
}

.animation .spot.blades:hover .text, .animation .spot.blades.active .text {
    width: 135px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

@media screen and (max-width:715px) {}

/* legs */

.animation .spot.legs .dot {
    left: -63%;
    top: 57%;
    position: fixed;
    transform: rotate(0deg);
}

.animation .spot.legs .dot:hover .line, .animation .spot.legs .dot.active .line {
    height: 42px;
    bottom: 0;
    top: 0;
}

.animation .spot.legs .dot .line2, .animation .spot.legs .dot .line3 {
    top: 42px;
}

.animation .spot.legs .dot:hover .line2, .animation .spot.legs.active .dot .line2, .animation .spot.legs .dot:hover .line3, .animation .spot.legs.active .dot .line3 {
    width: 95px;
}

.animation .spot.legs .text {
    margin: 56% auto 0;
    left: 7%;
    opacity: 0;
    top: 10px;
}

.animation .spot.legs:hover .text, .animation .spot.legs.active .text {
    width: 150px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

@media screen and (max-width:800px) {
    .animation .spot.legs .dot {
        top: 55%
    }
}

@media screen and (max-width:715px) {
    .animation .spot.legs .dot {
        top: 48%
    }
}

/* battery */

.animation .spot.battery .dot {
    left: -15%;
    bottom: 42%;
    position: fixed;
    transform: rotate(90deg);
}

.animation .spot.battery .dot:hover .line, .animation .spot.battery .dot.active .line {
    height: 155px;
    bottom: -155px;
    top: 0;
}

.animation .spot.battery .dot .line2, .animation .spot.battery .dot .line3 {
    bottom: -155px;
    top: 155px;
}

.animation .spot.battery .dot:hover .line2, .animation .spot.battery.active .dot .line2, .animation .spot.battery .dot:hover .line3, .animation .spot.battery.active .dot .line3 {
    width: 55px;
}

.animation .spot.battery .text {
    margin: 0 auto;
    left: -78%;
    right: 0;
    opacity: 0;
    margin-top: 28.5%;
    width: 0px;
}

.animation .spot.battery:hover .text, .animation .spot.battery.active .text {
    width: 165px;
    opacity: 1;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}

@media screen and (max-width:715px) {
    .animation .spot.battery .dot {
        bottom: 50%;
    }
}

#featuredSlider .slide .content_title {
    line-height: normal;
}

/* Slick Arrows */
#featuredSlider .slick-next {
    right:0;
    background-image: url(/imgs/general/arrow_right_slim_black.png);
}

#featuredSlider .slick-prev {
    left:0;
    background-image:url(/imgs/general/arrow_left_slim_black.png);
}

#featuredSlider .slick-next:hover, #featuredSlider .slick-prev:hover {
    background-color:transparent;
}


@media screen and (max-width: 715px) {
    #featuredSlider .slide .content_title {
        text-align: center;
        width: 250px;
        margin: 0 auto;
    }
    .animation .text {
        box-shadow: 0px 0px 30px #ccc;
        font-size: 18px;
    }
    .toggle-all {
        display: none;
    }
    .animation .spot .line, .animation .spot .line2, .animation .spot .line3 {
        display: none;
    }
    .animation .spot .dot {
        width: 15px;
        height: 15px;
    }
    #anatomy-section .animation .spot .text {
        width: 80%;
        max-width: 100%;
        text-align: center;
        top: 125px;
        left: 0;
        right: 0;
        margin: -28% auto 0;
    }
}

#anatomy-section .animation .spot .text .close {
    display: block;
    content: 'x';
    position: absolute;
    top: 0;
    right: -1px;
    font-size: larger;
    color: #9e9e9e;
    cursor: pointer;
    border-radius: 25px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-weight: bold;
}

@media only screen and (max-width: 600px) {
    .animation .spot .dot {
        width: 10px;
        height: 10px;
    }
    .animation .spot.battery .dot {
        bottom: 63%;
    }
    .animation .spot.legs .dot {
        top: 36.5%;
    }
    .animation .spot.sensors-cameras .dot {
        bottom: 60.5%;
    }
    .animation .spot.body .dot {
        top: 18%;
    }
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    #anatomy-section {
        min-height: 500px;
    }
    #video-highlight {
        position: relative;
        margin-left: 0;
    }
    .animation .spot .dot {
        width: 10px;
        height: 10px;
    }
    .animation .spot.battery .dot {
        bottom: 75%;
    }
    .animation .spot.legs .dot {
        top: 22.5%;
    }
    .animation .spot.sensors-cameras .dot {
        bottom: 71.5%;
    }
    .animation .spot.body .dot {
        top: 10%;
    }
    #anatomy-section .animation .spot .text {
        margin: -31% auto 0;
    }
    .iotw-gradient {
        display: none;
    }
    #overview-section .section {
        height: 100vh;
        background-color: #151515
    }
    .iotw-section .iotw-section-text {
        width: 100%;
        padding: 0;
        background: #151515;
        border-radius: 0;
        position: relative;
        bottom: -20vh;
    }
    .iotw-section-text p {
        padding: 0 5% 10px;
    }
    .iotw-section .iotw-section-text .image-label {
        padding: 10px 5% 0;
    }
    #quote-section blockquote {
        padding: 0;
    }
}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    #anatomy-section {
        min-height: 500px;
    }
    #video-highlight {
        position: relative;
        margin-left: 0;
    }
    .animation .spot .dot {
        width: 10px;
        height: 10px;
    }
    .animation .spot.battery .dot {
        bottom: 70%;
    }
    .animation .spot.legs .dot {
        top: 27.5%;
    }
    .animation .spot.sensors-cameras .dot {
        bottom: 66.5%;
    }
    .animation .spot.body .dot {
        top: 15%;
    }
    #anatomy-section .animation .spot .text {
        margin: -31% auto 0;
    }
    .iotw-gradient {
        display: none;
    }
    .iotw-section .iotw-section-text {
        width: 100%;
        padding: 0;
        background: #151515;
        border-radius: 0;
        position: relative;
        bottom: -20vh;
    }
    .iotw-section-text p {
        padding: 0 5% 10px;
    }
    .iotw-section .iotw-section-text .image-label {
        padding: 10px 5% 0;
    }
    #quote-section blockquote {
        padding: 0;
    }
}

/* ----------- iPhone X ----------- */

.animation .spot .text {
    z-index: 0;
}

.animation .spot .dot {
    z-index: 1;
}

/* Portrait and Landscape */

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
    #anatomy-section {
        min-height: 500px;
    }
    #video-highlight {
        position: relative;
        margin-left: 0;
    }
    .animation .text {
        box-shadow: 0px 0px 30px #ccc;
        font-size: 18px;
    }
    .toggle-all {
        display: none;
    }
    .animation .spot .line, .animation .spot .line2, .animation .spot .line3 {
        display: none;
    }
    .animation .spot .dot {
        width: 10px;
        height: 10px;
    }
    .animation .spot.battery .dot {
        bottom: 70%;
    }
    .animation .spot.legs .dot {
        top: 27.5%;
    }
    .animation .spot.sensors-cameras .dot {
        bottom: 66.5%;
    }
    .animation .spot.body .dot {
        top: 15%;
    }
    #anatomy-section .animation .spot .text {
        width: 80%;
        max-width: 100%;
        text-align: center;
        top: 40px;
        left: 0;
        right: 0;
        margin: -36% auto 0;
    }
    .iotw-gradient {
        display: none;
    }
    /*
    #overview-section.section {
        height: 100vh;
        background-color: #151515
    }*/
    .iotw-section .iotw-section-text {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #151515;
        border-radius: 0;
        position: relative;
        bottom: -20vh;
    }
    .iotw-section-text p {
        padding: 0 5% 10px;
    }
    .iotw-section .iotw-section-text .image-label {
        padding: 10px 5% 0;
    }
    #quote-section blockquote {
        padding: 0;
    }
}

@keyframes bounce {
    100% {
        -webkit-transform: translate(0px, -20px);
        -moz-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
        -o-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    0% {
        -webkit-transform: translate(0px, -20px);
        -moz-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
        -o-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    50% {
        -webkit-transform: translate(0px, 20px);
        -moz-transform: translate(0px, 20px);
        -ms-transform: translate(0px, 20px);
        -o-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
    }
}

@-webkit-keyframes bounce {
    100% {
        -webkit-transform: translate(0px, -20px);
        -moz-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
        -o-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    0% {
        -webkit-transform: translate(0px, -20px);
        -moz-transform: translate(0px, -20px);
        -ms-transform: translate(0px, -20px);
        -o-transform: translate(0px, -20px);
        transform: translate(0px, -20px);
    }
    50% {
        -webkit-transform: translate(0px, 20px);
        -moz-transform: translate(0px, 20px);
        -ms-transform: translate(0px, 20px);
        -o-transform: translate(0px, 20px);
        transform: translate(0px, 20px);
    }
}


/** s:Milstones **/
#milestones-section .milestones-list {
    margin-left: -25px;
}
#milestones-section h2 {
    text-align: center; 
    padding: 10px 0 30px;
    font-size: 2.3em;
    font-weight: 200;
}
#milestones-section .sectionInner {
    width: 75%;
    margin: 0 auto; 
}
#milestones-section ul.noBullets {
    display:table;
}
#milestones-section ul.noBullets li {
    margin-bottom: 5%;
    line-height: 1.4em;
    margin-left: 50px;
    padding-bottom: 5px;
    /* border-bottom: 1px solid #ccc; */
    display:flex;
}
#milestones-section ul.noBullets li:before {
    /* content: ' \f00c '; */
    content: ' \f0c8 ';
    content: ' \f111 ';
    margin-left: -75px;
    padding: 0 25px;
    font-family: "Font Awesome 5 Pro";
    /* color: #4CAF50; */
    color: #9E9E9E;
    /* font-size: 30px; */
    font-size: 0.5em;
    /* font-weight:100; */
    font-weight:900;
    display:flex;
    align-items: center;
}
#milestones-section ul.noBullets li.check:before {
    color: #4CAF50;
    content: ' \f00c ';
    font-size: 20px;
    margin-left: -85px;
}

@media screen and (max-width:800px) {
    #milestones-section .sectionInner {
        width: 80%;
    }
}

@media screen and (max-width:1040px) {
    #milestones-section .sectionInner {
        width: 95%;
    }
}
/** e:Milstones **/

.spot.active .text {
    position: absolute;
    z-index: 10;
}

.animation .spot:not(.active):hover .text {
    opacity: 0
}

a.read-more-show, a.read-more-hide {
    color: #ffaf85;
    font-size: smaller;
    text-decoration: underline
}

#video-highlight {
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 100%;
}

div#intro {
    line-height: 0
}

#header-text {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-family: "Montserrat", Helvetica, Arial, sans-serif;
}

#header-text.section.pageIntro h1:first-child:after, .pageContent h1:first-child:after {}

.gradient_container_bottom {
    background: -owg-linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
    bottom: 0;
}

.itemInfo span.date {
    color: #707070;
}

.homepage .feedItem .itemInfo span a {
    margin-top: 5px;
    display: block
}

.btnDownload {
    background: #ffaf85;
    padding: 9px 16px;
    margin-top: 0;
    font-size: 16px
}

blockquote {
    clear: both;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

blockquote .quote {
    font-style: italic;
    margin-bottom: .5em;
    font-size: 1.5em;
    line-height: 1.4em;
    font-weight: 700;
}

blockquote footer {
    font-size: 1em;
}

blockquote cite {
    font-style: italic;
}

.gradient_line_extra_margin {
    margin-left: auto;
    margin-right: auto;
    content: " ";
    width: 100%;
    height: 1px;
    clear: both;
    background: #BEBEBE;
    background: -moz-linear-gradient(left, rgba(190, 190, 190, 0), #bebebe, rgba(190, 190, 190, 0));
    background: -webkit-linear-gradient(left, rgba(190, 190, 190, 0), #bebebe, rgba(190, 190, 190, 0));
    background: linear-gradient(left, rgba(190, 190, 190, 0), #bebebe, rgba(190, 190, 190, 0));
    margin: 2em 0;
}

table.mars_table {
    border-collapse: collapse;
    width: 100%
}

table.mars_table td {
    background-color: transparent
}

table.mars_table th {
    background-color: white;
    color: black;
    font-size: .75em;
    font-weight: 500;
    text-align: left;
    padding: 13px
}

@media (min-width: 600px), print {
    table.mars_table th {
        font-size: .9em
    }
}

table.mars_table tbody td {
    font-size: .9em
}

@media (min-width: 600px), print {
    table.mars_table tbody td {
        font-size: 1.1em
    }
}

table.mars_table tr:nth-child(even) {
    background-color: #edf4fb
}

table.mars_table tr:nth-child(odd) {
    background-color: #ffffff
}

table.mars_table td, table.mars_table th {
    border: 1px solid #d2d2d2;
    padding: .8em
}

table.mars_table td:first-child, table.mars_table th {
    border-left: transparent
}

table.mars_table td:last-child {
    border-right: transparent
}

table.small_table, table.mars_table.small_table {
    font-size: .75em;
    padding: .6em
}

#quick-facts-section .info {
    display: flex
}

#spacecraft-image {
    display: inline-block;
    width: 50%;
    margin: 0 0 0 50px;
}

@media only screen and (max-width: 600px) {
    #quick-facts-section .info {
        display: block;
    }
    #spacecraft-image {
        display: block;
        max-width: 100%;
        margin: 0 auto;
    }
}

/*general:feed:feedthemes*/

/*Theme5*/

.feedItem {
    font-family: Montserrat, Arial, Helvetica, Verdana;
    min-height: 80px;
    position: relative;
    margin: 5% 0;
    font-size: 0.9em;
    font-weight: bold;
}

.feedItem:hover a {
    color: #2372cc !important;
    text-decoration: underline
}

.itemImage {
    width: 35%;
    margin-right: 5%;
}

.itemInfo {
    margin: 0%;
    width: 55%;
    vertical-align: top;
    line-height: normal;
}

.itemImage, .itemInfo {
    display: inline-block;
}

.itemImage img {
    width: 100%;
}

.itemInfo span {
    display: block;
}

.itemInfo span.date {
    font-weight: 500;
    font-size: small;
}

.pageContent h3.subtitle, h3.subtitle {
    font-size: 2em;
    margin: .5em 0;
}

#activities h3 {
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
}

#videos .title {
    margin-top: 0;
    line-height: normal;
}

.fiveThingsNew {
    display: block;
}

.fiveThingsContainer {
    display: flex;
}

.fiveImage img {
    max-width: 100%;
}

.fiveImage {
    width: 15%;
    min-width: 125px;
}

.fiveText {
    width: 80%;
    /* padding-top:50px; */
    min-width: calc(70% - 150px);
}

@media only screen and (max-width: 1000px) {
    .fiveText {
        padding-top: 0;
    }
}

#five-things .sectionInner.padded {
    padding-bottom: 75px
}

/* #deployment-system-section .sectionInner {
    padding: 20px 0 2%;
    padding-top: 75px;
} */

.video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-wrap video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#deployment-system-section .text-overlay {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    z-index: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
}

#deployment-system-section .text-description {
    text-align: left;
    margin: 0 auto;
    font-weight: 300;
    z-index: 2;
    width: 100%;
}

#deployment-system-section .text-description p {
    padding: 0 0 0 5%;
}

#more-mars-missions, #more-mars-missions .sectionInner {
    background: #fdf4ed;
}

#featuredSlider .slide .content_image {
    width: 100%;
    height: 175px
}

/* CSS for Flight Log Table */
.summary {
    text-align:center;
}

span.read-less {
   margin-left:42%;
   margin-top:5%;
}

.read-more, .read-less {
    font-weight: 600;
    color: white !important;
    border-radius: 3px;
    background: #ffaf85;
    padding: 9px 16px;
    margin-top: 0;
    font-size: 16px;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}

a.more-link, a.less-link {
    font-weight: 600;
    color: white !important;
    text-transform: uppercase;
    text-decoration: none;
}

.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;
}


/* Images for Participate Section */
.image-wrapper {
    position: relative;
}
.image-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-out;
}
.image-hover:hover {
    opacity: 1;
}

/* Phones, Small Devices */
@media only screen and (max-device-width:475px) {
    span.read-less {
        margin-left:20%;
        margin-top:5%;
     }
}

@media only screen and (max-device-width:550px) {
    div.gifcopter img {
        width: 100px !important;
        height:auto;
    }
}
  
  .timeline-carousel .slick-prev:hover, .slick-prev:focus, .timeline-carousel .slick-next:hover, .slick-next:focus {
  background-image:none;
  }