.anchor_menu ul.menu {
    width: 100%;
}

.pub_nav ul {
    flex-wrap: wrap;
    margin: 0 0 0 0 !important;
}

a {
    word-wrap: break-word !important;
}

p.flush-bottom {
    margin: 1em 0 .5em;
}

p.flush-top {
    margin: 0 0 1.75em;
}

@media screen and (min-width: 921px) {
.pub_nav ul > li {
    width: auto !important;
    min-width: 31.8% !important;
    }
}

@media screen and (max-width: 599px) and (min-width: 0) {
.pub_nav ul > li {
    min-width: 90% !important;
    }
}