/******************** * FEATURE CAROUSEL * ********************/.carousel-container {    position: relative;    width: 100%;}#carousel {    height: 420px;    width: 100%;    background-color: #FFF;    position: relative;    margin-bottom: 0;    font-size: 12px;    font-family: Arial;}.carousel-image {    border: 0;    display: block;}.carousel-feature {    position: absolute;    top: -1000px;    left: -1000px;    border: 2px solid #5d5d5d;    cursor: pointer;}.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;    bottom: 20px;    padding: 3px;    margin: 3px;    background-color: #000;    display: none;}.tracker-individual-container {    position: absolute;    color: white;    right: 0px;    bottom: 0px;    padding: 0;    margin: 0;}.tracker-individual-container li {    list-style: none;    box-sizing: border-box;}.tracker-individual-container .tracker-individual-blip {    margin: 0 3px;    padding: 0 6px;    color: white;    text-align: center;    background-color: #999;}.tracker-individual-container .tracker-individual-blip-selected {    color: white;    font-weight: bold;    background-color: #000;}#carousel-left {    position: absolute;    bottom: 0px;    left: 220px;    cursor: pointer;}#carousel-right {    position: absolute;    bottom: 0px;    right: 220px;    cursor: pointer;}