.carousel-caption h2, .carousel-caption h1 {
    text-shadow: 2px 2px #808080;
    font-weight: bold;
}
.requestor {
    font-size: 1.2rem;
    font-weight: bold;
}

.numberCircle {
    border-radius: 50%;
    width: 26px;
    height: 26px;
    padding: 4px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    cursor: pointer;
    font-size: 11px;
    display: inline-block;
}
.numberCircle.active {
    background: #eeb111;
}
.hidden {
    display: none;
}
hr {
    border-top: 1px solid #808080;
}
label {
    font-weight: bold;
}
ul.tech {
    list-style: none;
    padding-left: 0px;
}

.ui-datepicker-inline {
    margin: auto;
}

.date_display {
    font-style: italic;
    font-weight: bold;
}
.vert_lines {
    border: 1px solid #808080;
}

@media (min-width: 1200px) {
    .vert_lines {
        border-top: none;
        border-bottom: none;
    }
}
@media (max-width: 1199px) {
    .col-lg-m-auto {
        margin: auto;
        width: 335px;
    }
}

/* center carasoul caption */
.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}
.carousel-item {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@media only screen and (max-width: 337px) {
    .numberCircle {
        width: 26px;
        height: 26px;
        font-size: 11px;
    }
    #select_dates p {
        font-size: 15px;
    }
}
@media only screen and (max-width: 697px) {
    .carousel-caption h1 {
        font-size: 5vw;
    }
    .carousel-caption h2 {
        font-size: 3vw;
    }
}
