div#RSSLink {
    display: none;
}

.news-outer-wrapper {
    margin-bottom: 40px;
}

.date {
    display: none;
}

.wrapper {
    max-width: 370px;
    text-decoration: none;
    float:  left;
    width: 33.3334%;
    padding: 10px;
}

a.wrapper .image {
    position: relative;
    width: 100%;
    max-width: 370px;
}

.image img {
    width: 100%;
}

.wrapper .image img {
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}

.wrapper:hover .image img{
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
    -moz-transform: scale(1.06) rotate(0.1deg);
}


span.category {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 120px;
    background: #a0c13b;
    color: #000;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; /* For Safari 3.1 to 6.0 */
}

.wrapper:hover span.category {
    width: 100%;
}

.content {
    max-width: 370px;
}

.inner-news-content {
    padding: 15px;
}

.inner-news-content .title {
    color: #3b716d;
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 1px;
}

.inner-news-content .summary {
    color: #4a4444;
    margin-bottom: 20px;
}

.loadMore {width: 100%;margin: 0 auto;text-align: center;position:  absolute;bottom: 0;}

.loadMore a:before, .loadMore a:after {
    display: inline-block;
    content: "";
    border-bottom: 0.1rem solid #0000002b;
    width: 20%;
    margin: -12px 1rem;
    transform: translateY(-1rem);
}

.loadMore a {
    color: #3b716d;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    margin: 0 auto;
    text-align:  center;
}

.loadMore a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 1024px)  {

    .loadMore a:before, .loadMore a:after {
    width: 20%;
}

}

@media only screen and (max-width: 700px)  {

    .loadMore a:before, .loadMore a:after {
    width: 20%;
}

}

@media only screen and (max-width: 768px)  {


.wrapper {
    width: 50%;

}
}

@media only screen and (max-width: 414px)  {
.wrapper {
    width: 100%;

}
.loadMore a:before, .loadMore a:after {
    display: none;
}
}


#news-summary {

display:flex;
flex-wrap:wrap;
}