.research-align {
    vertical-align: inherit;
}
.research-bg {
    color: #000;
    background-color: transparent;
}
.research-split-left {
    width: 50%;
    float: left;
    padding-right: 1rem;
}

.research-split-right {
    width: 50%;
    float: left;
    padding-left: 1rem;
}

.research-archive {
    clear: left;
    padding-top: 40px;
}

.sectionNavGrid__list a:hover {
    color: #89764b;
}

.sectionNavGrid__list a:focus {
    color: white;
}

@media (min-width: 960px) and (max-width: 1199px) {
    .section--split .section__content_left {
        width: 30%;
    }
}

@media (min-width: 960px) and (max-width: 1199px) {
    .section--split .section__content_right {
        width: 70%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .section--split .section__content_left {
        width: 25%;
    }
}

@media (min-width: 1200px) and (max-width: 1499px) {
    .section--split .section__content_right {
        width: 75%;
    }
}

@media (min-width: 1500px) {
    .section--split .section__content_left {
        width: 20%;
    }
}

@media (min-width: 1500px) {
    .section--split .section__content_right {
        width: 80%;
    }
}