.section .center {margin: 0 auto;}
.circle{border-radius: 50%; border: 0; height: 80%; width: 80%; aspect-ratio: 1 / 1;}
.roundCorners {border-radius: 50px; overflow: hidden;}

@media only screen and (max-width: 500px){
    .roundCorners {border-radius: 25px}
}
.roundCorners * { vertical-align:top }
.boxShadowLight {
  box-shadow: 2px 3px 10px #ccc;
}
.soundsOfMars .flex .rowItem img {
    width: 150px;
    transition: transform .2s; 
    border-radius: 25px;
}
.soundsOfMars .flex .rowItem:hover img {
  transform: scale(1.1);
}
.flex {
    display: flex;
    margin: 15px auto 0;
    width: 570px;
}

.flex .rowItem {
  display: flex;
  padding: 0 20px;
  margin: 0 10px;
}

@media only screen and (max-width: 700px){
    .soundsOfMars .flex .rowItem img {
        width: 100px;
    }
    .flex {
        width: 420px;
    }
    .flex .rowItem {
      padding: 0 10px;
      margin: 0 10px;
    }
}
@media only screen and (max-width: 500px){
    .soundsOfMars .flex .rowItem img {
        width: 75px;
        border-radius: 5px;
    }
    .flex {
        width: 285px;
    }
    .flex .rowItem {
      padding: 0 10px;
      margin: 0;
    }
}

#featuredSlider .slide {
    width: 160px !important;
    height: 120px;
    margin: 5px 10px;
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 1px 1px 10px #ccc;
}
#featuredSlider .slick-next {
  right: -35px;
  background-image: url(/imgs/general/arrow_right_slim_black.png);
  opacity:0.5;
}
#featuredSlider .slick-prev {
  left: -35px;
  background-image: url(/imgs/general/arrow_left_slim_black.png);
  opacity:0.5;
}
#featuredSlider .slick-prev:hover, #featuredSlider .slick-next:hover {
  background-color:transparent;
  opacity:1;
}
#featuredSlider .slide .content_image {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: transform .2s; 
}
#featuredSlider .slide .content_image:hover {
  transform: scale(1.5);
}
/* bar graph */

/* Bar Graph Horizontal */
.bar-graph .year {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  opacity: 0;
}

.bar-graph-horizontal {
  max-width: 80%;
  margin: 0 auto
}

.bar-graph-horizontal > div {
  float: left;
  margin-bottom: 8px;
  width: 100%;
  border: black 4px solid;
  border-radius: 40px;
}

.bar-graph-horizontal .year {
  float: left;
  margin-top: 18px;
  width: 50px;
}

.bar-graph-horizontal .bar {
  border-radius: 3px;
  height: 25px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0;
}

.bar-graph-one .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 17px;
}

.bar-graph-one .bar-one .bar {
  background-color: #64b2d1;
  -webkit-animation: show-bar-one 1.2s 0.1s forwards;
  -moz-animation: show-bar-one 1.2s 0.1s forwards;
  animation: show-bar-one 1.2s 0.1s forwards;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    margin: 5px;
}

/* Bar Graph Horizontal Animations */
@-webkit-keyframes show-bar-one {
  0% {
    width: 0;
  }
  100% {
    width: 47.37%;
  }
}

@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* bar graph */
#Mission-Header {
    background-image: url(/layout/mars2020/images/participate/PIA25681_banner_1600x300.gif) !important;
    background-position: top right;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    max-height: 300px;
    height: 300px;
    position: relative;
}
@media only screen and (max-width: 600px){
    #Mission-Header {
        background-position: top right -150px;    
    }
}
#Mission-Header h2 {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    font-size: 2.3rem;
}
.header-text {
    left: 0;
    right: 0;
    bottom: 0px;
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 10;
    background: rgb(0,0,0);
    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.49763655462184875) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.49763655462184875) 0%, rgba(0,0,0,0) 100%);
    background: linear-gradient(0deg, rgba(0,0,0,0.49763655462184875) 0%, rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.grid.static .rowItem {display:inline-block !important}
.grid.static .rowItem:nth-of-type(1):nth-last-of-type(3) {
    width: 28% !important;
    margin-left: 1.5% !important;
}
.grid.static .rowItem:nth-of-type(2):nth-last-of-type(2), .grid.static .rowItem:nth-of-type(3):nth-last-of-type(1) {
    width: 28% !important;
    margin-left: 6% !important;
}

.exploreWithPerseverance .exploreCircle{
    width:100px;
    height:100px;
    position:absolute;
    bottom: 5%;
    right: 3%;
    border-radius:50%
}
@media only screen and (max-width: 500px){
    .exploreWithPerseverance .exploreCircle{
        width: 50px;
        height: 50px;
        bottom: 5px;
        right: 5px;
    }
}