/*Applies only to the front page*/

#latest_news_section aside {
height: auto !important;
background-color: whitesmoke;
}

#latest_news_section {
border-bottom: 1px solid rgb(226, 226, 226);
}

@media only screen and (max-width: 800px) {
.article-header h1.h2 a {
text-transform: none;
}
}

.partners-h3 {
margin-top: 50px;
}