/* Style the initial state of the navigation links as lowercase */
.header-nav-item a {
text-transform: lowercase !important;
}
/* Style the active state of the navigation link as uppercase */
.header-nav-item--active a {
text-transform: uppercase !important;
}