/********************
 * FEATURE CAROUSEL *
 ********************/
.popover-content-wrapper {
    height: 317px;
    width: 1120px;
    position: relative;
    margin-bottom: 0.5em;
    font-size: 12px;
    display: flex;
    justify-content: center;
}

.carousel-image {
    border: 0;
    display: block;
}

.carousel-feature {
    position: absolute;
    /* top: -1000px; */
    /* left: -1000px; */
    cursor: pointer;
    width: 580px !important;
}

.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;
    background-color: #000;
    display: none !important;
}

.tracker-individual-container {
    position: absolute;
    color: white;
    right: 48px;
    top: 210px;
    padding: 0;
    margin: 0;
}

.tracker-individual-container li {
    list-style: none;
}

.tracker-individual-container .tracker-individual-blip {
    margin: 0 3px;
    padding: 0 3px;
    color: white;
    text-align: center;
    background-color: #DDD;
}

.tracker-individual-container .tracker-individual-blip-selected {
    color: white;
    font-weight: bold;
    background-color: #000;
}

#carousel-left {
    position: absolute;
    bottom: 94px;
    left: 21px;
    cursor: pointer;
}

#carousel-right {
    position: absolute;
    bottom: 94px;
    left: 570px;
    cursor: pointer;
}

#carousel-left, #carousel-right {
    font-size: 2.8em;
    height: 60px;
    width: 60px;
    text-align: center;
    z-index: 5;
}

.carousel-feature, .carousel-elem {
    overflow: hidden !important;
}