/********************
 * FEATURE CAROUSEL *
 ********************/
.carousel-container {
  position:relative;
  width:1400px;
margin:-20px  auto 0 auto;
}
#carousel {
  height:350px;
  width:1400px;
  position:relative;
  margin-bottom:0.5em;
  font-size:12px;
  font-family: Arial;
}
.carousel-image {
  border:0;
  display:block;
width:1024px;
  height:350px;
}

.carousel-feature {
  position:absolute;
  top:-1000px;
  left:-1000px;
  border:2px solid #5d5d5d;
  cursor:pointer;
  width:1024px;
  box-sizing: content-box;
  height:350px;

}
.carousel-feature .carousel-caption {
  position:absolute;
  bottom:0;
  width:100%;
  background-color:#000;
}
.carousel-feature .carousel-caption p {
  margin:0;
  padding:5px;
  font-weight:bold;
  font-size:12px;
  color:white;
}
.tracker-summation-container {
  position:absolute;
  color:white;
  right:48px;
  top:230px;
  padding:3px;
  margin:3px;
text-indent:-9999px;
}
.tracker-individual-container {
position:relative;
  color:white;
 left: 50%;
bottom:-390px;
z-index:2;
float:left;
}

.tracker-individual-container li {
position:relative;
  list-style:none;
left: -50%;
}
.tracker-individual-container .tracker-individual-blip {
  margin:0 15px;
  padding:0 3px;
text-indent:-9999px;
  background:#838383;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}
.tracker-individual-container .tracker-individual-blip-selected {
  color:white;
  font-weight:bold;
  background:#3bc9d2;
}
#carousel-left {
  position:absolute;
  bottom:35%;
  left:8%;
  cursor:pointer;
z-index:1000;
}
#carousel-right {
  position:absolute;
  bottom:35%;
  right:8%;
  cursor:pointer;
z-index:1000;

}

@media screen and (max-width: 1400px) {
.carousel-container {
  width:1024px;
}
#carousel {
  height:273px;
  width:1024px;
}
.carousel-image {
width:800px;
  height:273px;

}
.tracker-individual-container {
bottom:-315px;
}

#carousel-left {
  left:4%;
}
#carousel-right {
  right:4%;

}


}