.slider {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}

.slick-arrow:focus {
    outline: 2px solid #000;
}

#slider-toggle {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 5px 10px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}
#slider-toggle:hover {
    background:rgba(0, 0, 0, 0.8);
}

#slider-toggle:focus {
    outline: 2px solid #000;
}

.slick-next:before,
.slick-prev:before {
    color: #000;
    font-size: 24px;
}

.slick-dots {
    bottom: -35px;
}

.slick-dots li button:before {
    font-size: 12px;
}

ul.slick-dots {
    padding: 0 !important;
}

button.slick-arrow,
.slick-dots button {
    background-color: transparent !important;
}

.news-slide {
    padding: 0 20px;
}

h2.news-title {
    font-size: 24px;
    text-align: center;
}

p.news-date,
.pdf-button {
    text-align: center;
}

.pdf-button {
    margin-bottom: 20px;
}

p.news-date {
    font-weight: bold;
    margin-bottom: 10px;
}


h2.news-title a {
    color: #3948d1;
    text-decoration: none !important;
}

h2.news-title a:hover {
    text-decoration: underline !important;
}

.control-button {
    text-align: center;
}