.slider,
.slider .slides {
    height: 525px !important;
}

.slider .slides li .caption {
    border-radius: 5px;
    width: 35%;
    background-color: rgba(0, 125, 176, .7);
    opacity: .90 !important;
    left: 47%; /* align with general margins */
    padding: 1rem 2rem;
    top: 5%;
}

@media screen and (max-width: 601px) {
    .slider,
    .slider .slides {
        height: 700px !important;
    }

    .slider .btn {
        display: block;
    }
}

@media screen and (max-width: 350px) {
    .slider,
    .slider .slides {
        height: 900px !important;
    }
}

@media screen and (max-width: 1200px) {
    .slider .slides li .caption {
        left: 30%;
        width: 50%;
    }
}

select,
.slider .slides li .caption p,
.slider .slides li .caption h6 {
    color: #585858;
}

.caption ul {
    /* margin-left: 1rem; */
    padding-left: 0;
    margin-bottom: 1rem;
}

@media screen and (max-width: 993px) {
    .slider .slides li .caption {
        left: 5%;
        width: 90%;
    }
}

.slider .slides li .caption li {
    opacity: 1;
    position: initial;
    top: initial;
    left: initial;
    z-index: 1;
    width: initial;
    height: initial;
    overflow: initial;
    /* list-style-type: disclosure-closed; */
    list-style-type: none;
}

.slides {
    position: relative;
}

.announcement {
    padding: 1rem;
    padding: 1rem;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    opacity: .9;
}

.announcement p {
    margin: 0;
    line-height: 1.1;
    font-size: .9rem;
}

.links .card-panel {
    border-radius: 100px;
    width: 125px;
    margin: auto;
    transition: background-color .2s;
}

.links a:hover .card-panel {
    background-color: #007DB0 !important;
}

.links a:hover h4 {
    color: #007DB0 !important;
}