.links .view a {
    display: inline-block;
    background-color: #006c54;
    color: #ffffff !important;
    padding: 10px 24px;
    margin-right: 10px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.1px;
    border: none;
}

.links .view a:hover {
    background-color: #208c74;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    text-decoration: none;
}

.links .current a {
    display: inline-block;
    background-color: transparent;
    color: #006c54 !important;
    padding: 10px 24px;
    margin-right: 10px;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.2, 0, 0, 1);
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #006c54;
}

.links .current a:hover {
    background-color: rgba(103, 80, 164, 0.08);
    border-color: #208c74;
    text-decoration: none;
    color: #006c54 !important;
}

.body > h3 > a {
    font-size: 1.1rem;
    color: #333333 !important;
}

.body > h3 > a:hover {
    color: #666666 !important;
}

#navigationPrimary > li > a {
    font-size: 1.05rem;
}
