/* -- PLE copyright -- */
.copyright__list {
    color: #fff;
    text-align: center;
}

.section-copyright .copyright__item:not(:last-child),
.section-copyright #copyright__item:not(:last-child) {
    border: 0;
}

.section-copyright .copyright__item,
.section-copyright #copyright__item {
    padding: 0;
}

.section-copyright .copyright__item:not(:last-child)::after, .section-copyright #copyright__item:not(:last-child)::after {
  content: '';
}
/* -- / copyright -- */


/* Custom colors */
.section--light .articles-a .articles__item, .section--light .articles__categories.mm-menu {
    background-color: #213f4f;
}

/* Media */
@media (min-width: 992px) {
    .featuredblocks-grid-b .featuredblocks.items-per-row-4 .featuredblock__item {
        min-height: 200px;
    }
    .ul-col2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}
