.topSubNavInnerInner {
  display: none;
}

/* Secondary Nav */
#navbar-ntr-container,
#navbar-ntr-container-mobile {
  text-align: center;
  background-color: #1e8eba;
  background-color: #145976;
}

div#ntr-nav {
  width: 100%;
  font-size: smaller;
}

/* .sticky-navbar-ntr {
    position: fixed;
    z-index: 20;
} */
/* general */
.desktop {
  display: none;
}

.pageContent #name-the-rover #contest a.btn-vote, .info .btn-read {
  color: white
}

.pageContent #name-the-rover #contest a.btn-vote:hover, .info .btn-rea:hover {
  text-decoration: none;
}

.pageContent a:hover {
  text-decoration: underline;
}


@media screen and (min-width: 1px) {
  /* .secondary_column */
  /* #topics-sticky-wrapper {
      display:none;
  } */

  .secondary_column .related_items {
    list-style: none;
    padding-left: 0;
    font-weight: 600;
    line-height: normal;
  }

  .secondary_column .related_items li {
    margin-bottom: 10px;
  }

  .secondary_column .boxed {
    padding: 10px 30px;
    background-color: white;
  }

  .primary_column .category.last {
    border-bottom: none;
    padding-bottom: 20px;
  }

  .primary_column .category:first-child {
    padding-top: 0;
  }

  .primary_column .category h2 {
    margin-top: 0;
    padding-top: 0;
    font-weight: bold;
  }
}

@media screen and (min-width: 769px) {
  .primary_column {
    width: 70.40678%;
    display: inline-block;
    margin-right: 1.69492%;
  }

  .primary_column .category {
    border-bottom: 1px solid #ccc;
    margin: 0px 40px;
    padding: 40px 0;
  }

  /* , .secondary_column */
  #topics-sticky-wrapper {
    width: 24.20339%;
    display: inline-block;
    margin-right: 0;
    vertical-align: top;
  }
}

#mobile-subnav {
  width: 50%;
  margin-top: 5px;
  margin-bottom: 5px;
  height: 50px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  color: white;
  font-size: 20px;
  background-image: url('imgs/name-the-rover-menu.png');
  background-repeat: no-repeat;
  background-position: center right;
}

#mobile-subnav option {
  color: #222
}

/* navigation */

.anchor {
  display: block;
  position: relative;
  visibility: hidden;
  top: -65px;
  padding-top: 65px;
  margin-top: -65px;
}

.anchor#Naming-Contest {
  top: 0;
  padding-top: 0;
  margin-top: 0;
}

.anchor#Naming-Contest,
.anchor#Key-Dates,
.anchor#Public-Poll {
  top: -120px;
  padding-top: 120px;
  margin-top: -120px;
}

/* navigation */

@media only screen and (min-width: 830px) {
  #content .mobile {
    display: none;
  }

  #content .desktop {
    display: block;
  }

  #content .desktop .navbar-ntr {
    display: inline-block;
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
    text-align: center;
    padding: 5px;
    margin: 0px;
  }

  #content .desktop .navbar-ntr li {
    display: inline;
  }

  /*     
    .desktop .navbar-ntr li:first-child{
        padding-left: 0px;
    } */

    #content .desktop .navbar-ntr li a {
    color: white;
    padding: 10px 20px;
  }

  #content .desktop .navbar-ntr li:hover a,
  #content .desktop .navbar-ntr a:hover {
    background-color: #4fb8d5;
  }
}


/* Text Styling */
.header_title {
  font-size: 2.5em;
  line-height: normal;
  color: white;
  display: block;
  margin: 0 0 40px;
  font-weight: 600;
}
.pageContent h1.header_title {
  position:absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 20px auto;
  padding-bottom: 40px;
  color: white;
  font-weight: 600;
  margin-bottom: 0;
}

@media only screen and (min-width: 1px) and (max-width:768px) {
  .header_title {
    font-size: 2em;
    line-height: normal;
    color: white;
    display: block;
    margin: 0 0 40px;
    font-weight: 600
  }
}

.overlay-text {
  font-family: 'Orbitron', sans-serif !important;
  font-size: 80px;
  color: white !important;
  padding-top: 180px !important;
  padding-left: 40px !important;
  width: 100%;
  /* text-align: left !important; */
  margin: 0 auto !important;
}

.section.pageIntro h1:first-child:after,
.pageContent h1:first-child:after {
  content: none;
}

#contest {
  padding-top: 75px;
  padding-bottom: 75px;
}

.intro h1 {
  margin: 0;
}

.intro p.main-text {
  margin: 0 10%;
}

.contest-info ul li {
  margin: 10px 0 5px
}

.contest-info {
  padding: 0
}

/* Header */
section#features {
  height: calc(var(--hpSlides, 1vh) * 100 - 150px);
}

.header-image {
  line-height: 0;
  position: relative;
  width: 100%;
  max-height: 75vh;
  overflow: hidden;
  background-color: #363560;
}
.header-image img {
  width:100%;object-fit: contain;object-position: center bottom;max-height: 75vh;
}
#header-image {
  width: 100%;
  height: 75vh;
  min-height: 300px;
  background: url('/layout/mars2020/images/naming_contest_header.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* Flip card */
.card {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  top: 50%;
  height: 200px;
  width: 240px;
  transform-style: preserve-3d;
  perspective: 600px;
  transition: 0.5s;
}

.card:hover .card-front {
  transform: rotateX(-180deg);
}

.card:hover .card-back {
  transform: rotateX(0deg);
}

.card-front {
  height: 100%;
  width: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #434344;
  backface-visibility: hidden;
  transform: rotateX(0deg);
  transition: 0.5s;
}

.card-front h2 {
  margin: 0% auto 35% auto;
  font-size: 90px;
  color: white;
  text-align: center;
}

.card-back {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1D5570;
  backface-visibility: hidden;
  transform: rotateX(180deg);
  transition: 0.5s;
  color: #ffffff;
  text-align: center;
}

.card-back h2 {
  margin: 60% auto 35% auto;
  font-size: 26px;
}

.card-back h2 span {
  font-size: 20px;
}

.card-back a {
  height: 20px;
  width: 20px;
  padding: 5px 5px;
  border-radius: 4px;
  line-height: 20px;
}

.card-back a:hover {
  color: #000000;
  background-color: #fff;
}

.card-back p {
  padding-left: 5px;
  padding-right: 5px;
  line-height: 20px !important;
}

.button {
  background: #3498db;
  color: #fff;
  display: block;
  font-size: 16px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 75%;
}

.button {
  border-radius: 15px
}

.timeline {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
}

.info_item {
  padding: 10px 20px;
}

.li {
  transition: all 200ms ease-in;
}

.status {
  margin-bottom: 20px;
  padding: 0px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 400;
  text-align: center;
  line-height: normal;
}

.timestamp {
  padding: 20px 10px 0;
  justify-content: center;
  border-top: 2px solid #D6DCE0;
  position: relative;
  transition: all 200ms ease-in;
  text-align: center;
}

.timestamp:before {
  content: "";
  width: 25px;
  height: 25px;
  background-color: white;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: absolute;
  top: -15px;
  left: 42%;
  transition: all 200ms ease-in;
}

.timestamp span.month,
.timestamp span.day {
  text-transform: uppercase;
  display: inline-block;
  font-weight: bold;
}

.timestamp span.year {
  display: block;
  font-weight: 100;
  letter-spacing: 3px;
}

.li.complete .timestamp {
  border-top: 2px solid #35cbeb;
}

.li.complete .timestamp:before {
  background-color: #35cbeb;
  border: none;
  transition: all 200ms ease-in;
}

.li.complete .status .title {
  color: #1e8eba;
}

@media only screen and (max-width: 700px) {
  .timeline {
    list-style-type: none;
    display: block;
  }

  .li {
    transition: all 200ms ease-in;
    display: flex;
    width: inherit;
  }

  .status {
    width: 100px;
  }

  .timestamp:before {
    left: -8%;
    top: 30%;
    transition: all 200ms ease-in;
  }

  /* key dates */
  .timeline .li {
    display: block;
    text-align: left;
  }

  .timeline {
    display: block;
    padding: 0 10%;
  }

  .timestamp:before {
    display: none;
  }

  .li.complete .timestamp,
  .li .timestamp,
  .li .timestamp span {
    border: none;
    display: inline-block;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: capitalize;

  }

  .li .timestamp span.day:after {
    content: ",";
  }

  .li.complete .timestamp,
  .li .timestamp span,
  .timestamp .status {
    text-align: left;
    display: inline-block;
    padding: 0;
  }

  .timeline .status .title:after {
    content: ":"
  }

  .timeline .status {
    margin: 0;
    text-align: left;
    align-items: inherit;
    display: inline-block;
    font-weight: bold;
  }

  .timeline .status,
  .timeline .timestamp {
    width: 45%;
    padding: 0;
    text-align: left;
    vertical-align: middle;
  }
}

/* s:FAQ Page */
#FaqPage .faq .question {
  display: block;
  margin: 5px 0;
  color: #4A97E1
}

#FaqPage .faq:hover .question {
  text-decoration: underline
}

#FaqPage .accordionBox .faq i:before,
#FaqPage .faq i:after {
  display: none;
}

#FaqPage .accordionBox .faq {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

#FaqPage .accordionBox .answer {
  margin-bottom: 0;
  line-height: 1.5em;
}

#FaqPage .accordionBox .faq {
  padding-bottom: 10px
}

#FaqPage {
  font-size: 17px;
}

/* e:FAQ Page */

/* s:Toolkit Page */

/* s:news */
.section-news {
  padding-top: 20px;
  padding-bottom: 50px
}

.section-news h3,
.pageContent .section-news h3 {
  margin-top: 0;
  padding-top: 0;
}

.section-news img {
  object-fit: cover;
  width: 320px;
  height: 240px;
}

.section-news img {
  object-fit: cover;
  width: 320px;
  height: 240px;
}

@media screen and (max-width:900px) {
  .section-news .grid .small.rowItem:nth-of-type(1):nth-last-of-type(2) {
    width: 40% !important;
  }

  .section-news .grid .large.rowItem:nth-of-type(2):nth-last-of-type(1) {
    width: 54% !important;
  }
}

@media screen and (max-width:799px) {
  .section-news .grid .small.rowItem:nth-of-type(1):nth-last-of-type(2) {
    width: 45% !important;
    display: inline-block !important;
  }

  .section-news .grid .large.rowItem:nth-of-type(2):nth-last-of-type(1) {
    width: 50% !important;
    display: inline-block !important;
  }
}

@media screen and (max-width:600px) {
  .section-news .grid .small.rowItem:nth-of-type(1):nth-last-of-type(2) {
    width: 100% !important;
    display: block !important;
  }

  .section-news .grid .large.rowItem:nth-of-type(2):nth-last-of-type(1) {
    width: 100% !important;
    display: block !important;
  }
}

/* e:news */

/* s:images */

.image-slider .slide {
  background: whitesmoke;
}

.image-slider .slick-slide img {
  border: none
}

.image-slider-nav .slick-prev,
.image-slider-nav .slick-next {
  width: 30px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: 27px 70px;
  top: calc(50% - 40px);
  background-color: transparent;
  margin-top: 0;
  border-radius: 0;
}

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

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

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

  .image-slider-nav .slick-next {
    right: -10%;
  }
}

.image-slider-nav .slick-next:hover,
.image-slider-nav .slick-prev:hover {
  background-color: transparent;
}

.image-slider-nav .slick-prev:before {
  visibility: hidden;

}

.image-slider-nav .slick-next:before {
  visibility: hidden;

}

.image-slider-nav .slick-prev:not(.slick-disabled):hover:before,
.image-slider-nav .slick-next:not(.slick-disabled):hover:before {
  opacity: 1;
}

.image-slider-nav .slick-slide {
  cursor: pointer;
  padding: 5px;
}

.image-slider-nav .slick-slide img {
  opacity: 0.5;
  border: none;
  transition: opacity .05s;
}

.image-slider-nav .slick-slide.slick-center img {
  opacity: 1
}

.image-slider .content_download {
  padding: 0 15px 20px
}

/* e:images */

/* s:videos */
#cboxClose:before,
#cboxClose:after {
  background: white;
}

#cboxPrevious {
  background: url(/imgs/general/arrow_left_slim.png) no-repeat center center;
}

#cboxNext {
  background: url(/imgs/general/arrow_right_slim.png) no-repeat center center;
}

#featuredSlider.video-slider .slide .content_image {
  width: auto;
}

#featuredSlider.video-slider .slide {
  height: 300px
}

/* e:videos */

/* s:toolkit */
#featuredSlider.video-slider .slide .content_download a,
.shareables-slider .content_download a {
  color: #2372cc
}

#featuredSlider.video-slider .slide .content_download,
.shareables-slider .content_download {
  padding: 0 15px;
  font-weight: 600;
  font-size: smaller
}

#featuredSlider.video-slider .slide .content_title,
.shareables-slider .content_title {
  padding-top: 15px;
  line-height: normal;
}

.pageContent h2.subtitle {
  padding-top: 0
}

.slide {
  background-color: #D8D6D7
}

.slide .content_title,
.shareables-slider .content_title {
  padding: 15px 15px 0
}

/* e:toolkit */

/* s:Shareables */
.shareables-slider .content_title {
  margin-bottom: 5px;
}

.shareables-slider .content_download {
  padding: 0 15px 20px;
}

.shareables-slider .content_download a {
  display: block;
  line-height: 1.5
}

.shareables-slider .rowItem {
  background: white;
  margin-bottom: 50px
}

/* e:Shareables */

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

  /* s:videos */
  #featuredSlider.video-slider .slide .content_title {
    padding-top: 15px;
    line-height: normal;
    font-size: 1.2em;
  }

  /* e:videos */

  /* s:Shareables */
  .shareables-slider.grid .rowItem {
    width: 85% !important;
    margin: 0 auto 4%;
  }

  .shareables-slider.grid .rowItem:nth-of-type(1):nth-last-of-type(2),
  .shareables-slider.grid .rowItem:nth-of-type(2):nth-last-of-type(1) {
    width: 40% !important;
    margin: 0 2% !important;
  }

  .shareables-slider.grid .rowItem:nth-of-type(1):nth-last-of-type(4),
  .shareables-slider.grid .rowItem:nth-of-type(2):nth-last-of-type(3),
  .shareables-slider.grid .rowItem:nth-of-type(3):nth-last-of-type(2),
  .shareables-slider.grid .rowItem:nth-of-type(4):nth-last-of-type(1) {
    width: 35% !important;
    margin-left: 8% !important;
    display: inline-block !important;
  }

  .shareables-slider.grid .rowItem:nth-of-type(1):nth-last-of-type(4),
  .shareables-slider.grid .rowItem:nth-of-type(3):nth-last-of-type(2) {
    margin-left: 0 !important;
  }

  .shareables-slider .content_title {
    padding: 10px 15px 0;
  }

  /* e:Shareables */
}

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

  /* s:toolkit */
  .content_title,
  #featuredSlider.video-slider .slide .content_title,
  .shareables-slider .content_title {
    padding-top: 5px;
    font-size: 1.5em;
    text-align: center;
  }

  .slide .content_title {
    padding: 10px 15px 0
  }

  #FeaturedSection .content_download,
  .shareables-slider .content_download {
    text-align: center;
  }

  .content_download {
    margin: 10px 0;
    font-size: 1em;
  }

  .shareables-slider.grid .rowItem {
    display: inline-block !important;
  }

  /* e:toolkit */

  /* s:images */
  .image-slider .content_download {
    padding: 0 15px 10px
  }

  /* s:videos */
  #featuredSlider.video-slider .slide {
    height: 250px
  }

  #featuredSlider.video-slider .slide .content_image {
    height: 150px
  }

  /* e:videos */
}

/* e:Toolkit Page */

/* s:Polling */
/* s:vote*/

#list_semi_finalists .flex_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}

#list_semi_finalists .flex_item {
  /* width: 140px; */
  height: 100px;
  margin: 15px 15px 2%;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  background-color: white;
  /* width: calc(30% - 30px); */
}

#list_semi_finalists .flex_item span {
  display: block;
  line-height: normal;
}
#list_semi_finalists .flex_item .vote_total {
  display: inline-block;
  font-weight:bold;
  font-size: xx-large;
}

.spread_word {
  font-weight: 500;
  padding: 0 0 5px;
}

.info .name {
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.4em;
  border-bottom: solid 1px tomato;
  margin: 0 10px 5px;
}
#list_semi_finalists.complete .flex_item .info .name {
  border-bottom: solid 1px #145976;
}


@media only screen and (min-width: 768px) and (max-width: 830px) {
  .info .name {
    font-size:1.3em;
  }
}

@media only screen and (min-width: 500px) and (max-width: 700px) {
  .info .name {
    font-size:1.6em;
  }
}


.info .grade {
  font-size: smaller;
  color: #aaa;
  width: 60%;
  padding: 0 30% 5px 20px;
  text-align: left;
  font-weight: 500;
}
#list_semi_finalists.complete .flex_item .info .grade {
  font-size: medium;
  width: calc(100% - 40px);
  padding: 0 20px 5px;
}

.info .location {
  font-size: smaller;
  color: #aaa;
}

.flex_item .info {
  position: relative;
}

.voted-text {
  padding: 0 10%;
}

.vote_text a {
  margin: 0 0 10px;
  display: block;
}

.info .vote {
  position: absolute;
  bottom: -30%;
  right: 7%;
}
.info .btn-read {
  position: absolute;
  bottom: -60%;
  right: 7%;
}
@media only screen and (max-width: 768px) and (min-width: 1px) {
  .info .vote {
    bottom: -50%;
  }
  .info .btn-read {
    bottom: -65%;
  }
}

.btn-vote, .btn-read {
  border-radius: 3px;
  padding: 5px 16px;
  margin-top: 8px;
  background-color: #3D75B3;
  display: inline-block;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: rgb(67, 215, 209);
  background: -moz-linear-gradient(-45deg, rgba(67, 215, 209, 1) 0%, rgba(55, 205, 232, 1) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(67, 215, 209, 1) 0%, rgba(55, 205, 232, 1) 100%);
  background: linear-gradient(135deg, rgba(67, 215, 209, 1) 0%, rgba(55, 205, 232, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#43d7d1', endColorstr='#37cde8', GradientType=1);
  background: tomato;
  background: #f85457;
}
.pageContent a.btn-read {
  color: white;
}
.btn-vote:hover {
  -webkit-transform: rotateX(20deg);
  transform: rotateX(20deg);
  box-shadow: 0 20px 20px rgba(50, 50, 50, .2);
}
.pageContent a.btn-read:hover {
  -webkit-transform: rotateX(20deg);
  transform: rotateX(20deg);
  text-decoration: none;
  box-shadow: 0 15px 15px rgba(50, 50, 50, .1)
}
.btn-read {
  font-size:medium;
  text-decoration: none;
  font-weight:500;
  background:#145976;
}
.btn-read.semifinalists {
  width:inherit;
}
#semiFinalistsContainer {
  min-height: 300px;
}
#semiFinalistsContainer,
#semiFinalistsContainer.sectionInner.padded {
  padding: 20px 0;
}
#intro-paragraph.sectionInner.padded {
  padding: 20px 6%;
}
#intro-paragraph figure.image img {
  width: 100%;
}
#intro-paragraph figure.image.right {
  float:right;
  max-width: 300px;
}
#intro-paragraph figure.image.left {
  float:left;
  max-width: 300px;
}
#intro-paragraph figure figcaption.image_caption {
  font-size:smaller;
  line-height:normal;
}
@media only screen and (max-width: 650px) {
  #intro-paragraph figure.image.right, 
  #intro-paragraph figure.image.left {
    margin: 2%;
  }
  #intro-paragraph figure.image.right, #intro-paragraph figure.image.left {
    float:none;
    width: 100%;
    max-width:96%;
  }

}
#list_semi_finalists .flex_item {
  height: 100px;
  width: calc(30% - 70px);
}

@media only screen and (max-width: 1100px) {
  #list_semi_finalists .flex_item {
    height: 100px;
    width: calc(30% - 30px);
  }

}
@media only screen and (max-width: 700px) {
  #list_semi_finalists .flex_item {
    width: calc(50% - 30px);
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 650px) {
  #list_semi_finalists .flex_item {
    width: calc(50% - 40px);
    height: 80px;
    position: relative;
    margin: 15px 10px 10px;
  }

  .info .grade {
    width: 60%;
  }

  .info .vote {
    font-size: inherit;
    padding: 2px 10px;
    bottom: 0;
  }
  .info .btn-read {
    bottom: inherit;
  }
}

/* results */
#list_semi_finalists.results .flex_item {
  margin: 15px 10px 10px;
}

.vote_loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('loading.svg') center center no-repeat rgba(0,0,0,0.5)
}

.vote_loading img {
  width: 50px;
}

#list_semi_finalists.results .flex_item.results-loading {
  background-color: rgba(0, 0, 0, 0.2);
}

.results .thank_you {
  font-weight:bold;
  font-size:1.2em;
}
.results .flex_item .name {
  font-size: 1.7em;
  color: #999;
  border-bottom: solid 1px #ccc;
}

.results .flex_item .info {
  font-size: 1em;
  color: #999;
}

#list_semi_finalists.results .flex_item .info .grade,
#list_semi_finalists.results .flex_item .info .location {
  visibility: hidden;
}

#list_semi_finalists.results .flex_item.your-vote .info .grade,
#list_semi_finalists.results .flex_item.your-vote .info .location {
  display: none;
}

.results .flex_item .place {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 2.3em;
  font-weight: bold;
  color: #999;
  bottom: 10px;
}

#list_semi_finalists.results .flex_item.your-vote {
  background-color: white;
  border: #f85457 solid 2px;
  padding: 5%;
  width: auto;
  height: auto;
  min-height: 250px;
  margin: 0 auto;
  text-align:center;
  display:block !important;
}

@media only screen and (max-width: 600px) {
  #list_semi_finalists.results .flex_item.your-vote {
    margin: 0 5%;
  }
  .countdown {
    padding-top: 15px;
    font-size: large;
  }
}

.results .flex_item.your-vote .name {
  color: #f85457;
  border-bottom: solid 1px white;
  font-size:3em;
  font-weight: 400;
  padding: 15px 0;

}
.results .flex_item.your-vote .info,
.results .flex_item.your-vote .place {
  color: #222;
}
#list_semi_finalists.results .flex_item.results-loading {display:none;}
#list_semi_finalists.results .flex_item.results-loading.your-vote {display:block;position:absolute;}
#list_semi_finalists.results .flex_container { position:relative;}

.results .share-my-vote {
  font-size: small;
  bottom: -50px;
  position: relative;
  bottom: -23px;
  right: -2px;
}

.results .share-my-vote a {
  margin: 0;
  height: 42px;
  width: 100%;
}

.results .share-my-vote a img {
  height: 42px;
  width: 42px;
}

.results .social {
  display: inline-flex;
  position: absolute;
}

.results .social-text {
  text-align: left;
  background-color: #f85457;
  color: white;
  padding: 5px 10px 5px 5px;
  line-height: normal;
  width: calc(100% - 100px);
  min-height: 32px;
}

@media only screen and (max-width: 700px) {
  .results .social-text {
    font-size: x-small;
  }

  #list_semi_finalists .flex_item {
    height: 80px;
  }
  .results .flex_item .place {
    bottom: -10px;
  }

  /* 
  .results .share-my-vote {
    bottom: -45px;
  } 
  */

  #list_semi_finalists .flex_item {
    margin: 15px 10px 10px;
  }
  #list_semi_finalists.complete .flex_item {
    margin: 15px 10px 25px;
  }
}


.results .social.icons {
  position: relative;
  margin: 0 auto;
  text-align:center;
  width: 150px;
}

.social.icons a {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display:block;
  text-align:center;
}
@media (max-width: 440px) {
  #list_semi_finalists .flex_item {
    width: 80%;
    max-width: 300px;
  }

  .info .grade {
    font-size: 1em;
  }

  .info .vote {
    bottom: -10px;
  }

  #list_semi_finalists .flex_item.flex_item {
    margin: 15px 10px 10px;
  }
  .results .social.icons {
    width: 100px;
  }

  .results .social.icons a {
    display: inline-flex;
    margin: 0 auto;
  }

  .social.icons img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
  }
  .results .social-text {
    width: calc(100% - 15px);
    padding-bottom: 0;
  }

  /* .results .social.icons {
    top: 25px;
  } */

  .results .share-my-vote a img {
    height: 30px;
    width: 30px;
  }

  .results .share-my-vote a {
    height: 30px;
  }

  .flex_item.your-vote[attr-name="perseverance"] .name {
    font-size:xx-large;
}
  @media (max-width: 320px) {
    #list_semi_finalists.results .flex_item.your-vote {
      max-width: 80%;
    }
    .flex_item.your-vote[attr-name="perseverance"] .name {
        font-size:x-large;
    }
  }
}

/* s:map */
.switch-field {
  overflow: inherit;
}

.switch-field label:first-of-type,
#Lookup .switch-field label:first-of-type {
  border-radius: 25px 0 0 25px;
}

.switch-field label:last-of-type,
#Lookup .switch-field label:last-of-type {
  border-radius: 0 25px 25px 0;
}

.switch-field {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  height: 55px;
}

.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.switch-field label {
  background-color: #dcdce3;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 1;
  text-align: center;
  padding: 8px 16px;
  margin-right: -1px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  transition: all 0.1s ease-in-out;
}

.switch-field label:hover {
  cursor: pointer;
}

.switch-field input:checked+label {
  background-color: #1b77a9;
  color: white;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}

/* e:Polling */

/* Timer */
#clock {
  padding: 0;
}

#clock .unit {
  font-size: x-large;
}

.time_label {
  display: block;
  font-size: .6em;
  line-height: normal;
  text-align: center;
  color: #f85457;
  font-weight: bold;
}

.time_label1 {
  margin-left: -9px;
}

.time_label2 {
  margin-left: -2px;
}

.time_label3 {
  margin-left: -5px;
}

.unit {
  display: inline-block;
  min-width: 45px;
}

@media only screen and (max-width: 700px) {
  #clock .unit {
    font-size: 1.5em
  }

  .unit {
    display: inline-block;
    min-width: 35px;
  }
}

.colon1 {
  margin-left: 8px;
  position: relative;
  left: -2px;
}

.colon2 {
  margin-left: 9px;
  position: relative;
  left: -2px;
}

.colon3 {
  margin-left: 7px;
}

@media only screen and (max-width:767px) {
  .colon1 {
    position: relative;
    left: 3px;
  }

  .colon2 {
    position: relative;
    left: 3px;
  }

  .colon3 {
    position: relative;
    left: 6px;
  }

  #clock .unit {
    font-size: 1.2em
  }

  #clock .time_label {
    font-size: 0.7em
  }
}

#totalVoteContainer {
  text-align: center;
}

/* map */
.list-container {
  background: #d8edfb;
  color: #222;
}
.list-container .refresh-map{
  position: relative;
  padding: 5px 10px 0;
  display:block;
  text-align:right;
  bottom: 0;
  cursor: pointer;
}
.list-container ul {
  line-height: normal;
  list-style: none;
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 0.8em;
  position: relative;
}

.list-locations {
  min-height: 250px;
  max-height: calc(100vh - 400px);
  overflow-y: auto;
  font-weight: 500;
  padding: 15px 15px 10px;
}

.total-submissions {
  font-weight: bold;
  padding: 5px 15px;
  border-top: 1px solid hsla(0, 0%, 80%, .3);
  padding: 5px 15px;
}

.list-container li {
  display: table;
  margin: 10px auto;
  width: calc(100% - 20px);
  padding: 0 10px;
}

.list-container li div.location-name {
  text-transform: uppercase;
  display: table-cell;
  width: 50%;
  vertical-align: bottom;
}

.list-container li div.location-population {
  text-transform: uppercase;
  display: table-cell;
  text-align: right;
  width: 30%;
  vertical-align: middle;
}

/*****/
#map table {
  width: 100%;
}

.table-borderless td,
.table-borderless th {
  border: 0;
}

.tableContainer {
  background: #d8edfb;
  padding: 15px 15px 30px 30px;
  font-size: 0.8rem;
  position: relative;
  left: 20px;
  border-radius: 15px;
  font-weight: 500;
  text-transform: uppercase;
  word-break: break-word;
}

#map .listView td:last-child {
  min-width: 70px;
  text-align: right;
}

#map .legend {
  width: 50%;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  #map .tableContainer {
    margin: 0 auto;
    width: 70%;
    text-align: left;
    padding: 10px;
    left: 0;
  }

  #map .tableContainer table {
    text-align: left;
    font-size: large
  }

  #map .legend {
    width: 80%;
  }
}