/*
  Primary Color: #0f3263
  Primary Light Color: #0f3263
  Secondary Color: #4a643f
*/

#header,
.buckets,
#footer-cta {
  background-color: #0f3263;
}

#footer {
  background-color: #0f3263;
}

#header #top-row {
  background-color: #1c4fa9;
}

#navigation .menu .sub-menu a,
#navigation .white-button,
.button.white-button,
.image-buckets a,
.image-and-text .bottom-links a,
.internal-page-buckets a,
#internal-page-content .sidebar-menu > li > a:hover,
#internal-page-content .sidebar-menu > li.active > a,
.buckets .item-icon {
  color: #0f3263;
}

.button,
#navigation .white-button:hover,
.button.white-button:hover,
.buckets a:hover .item-icon {
  background-color: #4a643f;
  color: #ffffff;
}

.page-banner .live-help-button,
.button:focus,
.button:hover {
  background-color: #1c4fa9;
  color: #ffffff;
}

#navigation .menu > li:hover > a,
#navigation .menu > li.active > a {
  color: #ffffff;
  text-decoration: underline;
}

.link-arrow {
  color: #1c4fa9;
}

.page-banner .live-help-button:hover,
.page-banner .live-help-button:focus,
.buckets a:hover .item-icon {
  background-color: #4a643f;
}

#footer-cta:before,
#footer-cta:after {
  background-image: url('../images/d4-footer-cta-sapphire.png');
}

@media (max-width: 991px) {
  #navigation .menu .sub-menu a {
    color: inherit;
  }
}