/* Latest News */
.latest-news h3 { font-size: 17px; line-height: 1.2; margin-bottom: 0; }
.latest-news p { margin-top: 10px; margin-bottom: 5px; font-size: 13px; }

@media screen and (max-width: 480px) {
.latest-news p { font-size: 13px; }
}
.latest-news .read-more { color: #A02932; text-decoration: none; font-size: 14px; font-weight: bold; }
.latest-news .read-more:hover { text-decoration: underline; }
.latest-news img { max-width: 100%; max-height: 236px;  width: 100%;} 
}

.slick-slider {
    margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
.latest-news { max-width: 280px; margin: 0 auto; }
}
.slick-slider button { background: #DFE6E9; padding: 15px; border-radius: 20px; border: 2px solid #000; top: 110px; transition: .2s; }
.slick-slider button:before { position: relative; top: -4px; left: -8px; font-family: 'FontAwesome'; color: #000; content: ""; display: block; width: 16px; height: 10px; }
.slick-slider button.slick-prev:before { background: url('/UserFiles/Servers/Server_73293/Templates/img/arrow-left.png') no-repeat; }
.slick-slider button.slick-next:before { background: url('/UserFiles/Servers/Server_73293/Templates/img/arrow-right.png') no-repeat; }
.slick-slider button:hover { background: #1386aa; }

@media screen and (min-width: 600px) {
.latest-news .item-wrapper { margin-right: 20px; }
.latest-news .slick-next { right: -7px; }
}
.slick-slider { margin-bottom: 0; }