/*-----Brand Navigation Section-----*/
@media screen and (min-width: 63.9375em) {
    .brandingNavigation .menu {
        width: 100%;
        height: 40px;
        margin: 0 auto;
        padding: 0;
        clear: both;
        display: flex;
        background-color: #0062A8;
        position: relative;
        text-align: center;}

    .brandingNavigation .menu li a:hover {
        background-color: #A28976;
    }

    .brandingNavigation .menu li a {
        color: #fff;
    }
}

/*-----Pagination Section-----*/
ul.pagination li.current a, ul.pagination li.current button {
    background: #667F80 !important;
}

.body.field a {
    color: #0062A8;
}

.body.field a:hover,
.body.field a:focus {
    color: #A28976;
}


.body.field a:active {
    color: #23aeff;
}

.page-front-page.views-page .more-link {
    background-color: #0062A8;
}

.page-front-page.views-page .more-link a:after {
    background-color: #A28976;
}
