.component__title.animated, .stats-a .stats-item .animated.stat__title, .animated.search-a__page-title, .animated .component__title, .animated .stats-a .stats-item .stat__title, .stats-a .stats-item .animated .stat__title, .animated .search-a__page-title, .animated .staff-member__name-wrapper {
    animation: fadeInRight 0.5s ease-in-out;
}

.component__subtitle.animated, .stats-a .stats-item .animated.stat__subtitle, .animated .component__subtitle, .animated .stats-a .stats-item .stat__subtitle, .stats-a .stats-item .animated .stat__subtitle, .animated .staff-member__position {
    animation: fadeInLeft 0.5s ease-in-out;
}

/* Custom colors */
.section--light .articles-a .articles__item {
    background-color: #d1d7e4;
}
.section--light .articles-a .articles__item .article__post-content p {
    color: #111;
}
.section--light .articles-a .articles__item .article__post-title, .section--light .articles-a .articles__item .article__post-permalink {
    color: #234058;
}
.section--light .articles__categories.mm-menu .mm-title {
    background: #d1d7e4;
    color: #111 !important;
}

img.hmimg{
    float: right;
    margin-left:12px;
    width:100%;
    max-width:400px;
}
