div#sectiontabs {
    font-family: Montserrat, sans-serif;    
}

div.sectiontab-label {
    background: #A4B494;
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    padding: 7px 10px;
}

div#sectiontabs nav {
    background: #fff;
}

div#sectiontabs nav a {
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    color: #004FB3;
    padding: 0.25rem 1.3rem;
}

div#sectiontabs nav a:hover {

}