.newsList {
    text-align: center;
}

.newsItem .image .inside {
    height: 150px;
}



a.newsItem:hover {
 text-decoration: none;
}

.newsItem > .inside {
    margin: 10px;
    background: #F2F2F2;
    min-height: 450px;
    position: relative;
    box-shadow: 0px 0px 2px rgba(88, 87, 87, 0.45);
    transition: all .2s ease-in-out;
}

.newsItem:hover > .inside {
    box-shadow: 0px 2px 6px rgba(88, 87, 87, 0.7);
}
.newsItem .image {
 position: relative;
height: auto;
}

.newsItem .newsDate {
    position: absolute;
    top: 0px;
    left: 0px;

    z-index: 2;

    font-size: 14px;
    text-align: left;
    font-weight: 500;
    padding: 10px;
    text-transform: uppercase;
   font-family :"Open Sans", sans-serif;
}

.row.bg-d .newsContent > .inside-padding {
    padding: 45px 20px 60px 20px;
}

.newsItem .newsTitle {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 15px;
font-family: "Lato", sans-serif;
font-weight: bold;
text-align: center;

}

.newsItem .readMore {
     font-weight: 300;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .2s ease-in-out;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    width: 100%;
    background: #E6E6E6;
    padding: 5px 10px;
font-weight: bold;
text-transform: uppercase;
}

.newsContent .inside-padding {padding:20px 20px;}

a.newsItem:hover .readMore {
    color: #000;
}

div#homeNewsWrapper {
    overflow: hidden;
}

.news-controls {
    position: absolute;
    top: 50%;
    right: -100px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}

.news-controls .news-arrows .slick-arrow {
    width: 40px;
    height: 40px;
    background: transparent;
border: none;
transition: 0.2s ease-in-out;
}

.news-controls .news-arrows .slick-prev {
    margin-right: 0px;
}

.sectionName {position: relative;}

.news-controls .news-arrows .slick-next:after {
    content: "\f105";
    font-family: "Fontawesome";
    font-size: 35px;
    line-height: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.news-controls .news-arrows .slick-prev:after {
    content: "\f104";
    font-family: "Fontawesome";
    font-size: 35px;
    line-height: 100%;
    -webkit-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 400ms cubic-bezier(0.19, 1, 0.22, 1);
}

.news-controls .news-arrows .slick-arrow:hover::after {
    color: #000;
}

.newsSummary 
{
color: #000;
text-align: center;
font-size: 16px;
font-family: "Lato", sans-serif;
font-weight: 500;
}

.sectionName {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: bold;
    font-size: 25px;
    text-transform: uppercase;
    padding: 30px;
    margin-bottom: 20px;
}

.newsItem .image img {
    width: 100% !important;
    height: 100% !important;
}

.section-title {display:block; position: relative;}

#homeNewsWrapper .slick-track {margin:0 auto;}