color: #FFFFFF; }
.top-bar-section ul li:hover:not(.has-form) > a {
background-color: #1479b0;
- color: #FFFFFF;
+ color: #54BB54;
background: #16345B; }
.top-bar-section ul li.active > a {
background: transparent;
- color: #FFFFFF; }
+ color: #54BB54; }
.top-bar-section ul li.active > a:hover {
background: #16345B;
- color: #FFFFFF; }
+ color: #54BB54; }
.top-bar-section .has-form {
padding: 0.8333333333rem; }
.top-bar-section .has-dropdown {
.top-bar-section li.hover > a:not(.button) {
background-color: #1479b0;
background: #16345B;
- color: #FFFFFF; }
+ color: #54BB54; }
.top-bar-section li:not(.has-form) a:not(.button) {
background: transparent;
line-height: 2.5rem;
background: #16345B; }
.top-bar-section li.active:not(.has-form) a:not(.button) {
background: transparent;
- color: #FFFFFF;
+ color: #54BB54;
line-height: 2.5rem;
padding: 0 0.8333333333rem; }
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
background: #16345B;
- color: #FFFFFF; }
+ color: #54BB54; }
.top-bar-section .has-dropdown.moved {
position: relative; }
.top-bar-section .has-dropdown.moved > .dropdown {
.no-js .top-bar-section ul li:hover > a {
background-color: #1479b0;
background: #16345B;
- color: #FFFFFF; }
+ color: #54BB54; }
.no-js .top-bar-section ul li:active > a {
background: transparent;
- color: #FFFFFF; }
+ color: #54BB54; }
.no-js .top-bar-section .has-dropdown:hover > .dropdown {
position: static !important;
height: auto;
// Set the link colors and styles for top-level nav
// $topbar-link-color: $white;
-// $topbar-link-color-hover: $white;
-// $topbar-link-color-active: $white;
-// $topbar-link-color-active-hover: $white;
+$topbar-link-color-hover: $revamp-green;
+$topbar-link-color-active: $revamp-green;
+$topbar-link-color-active-hover: $revamp-green;
$topbar-link-weight: $font-weight-bold;
$topbar-link-font-size: rem-calc(18);
// $topbar-link-hover-lightness: -10%; // Darken by 10%