a {
  color: #d9faff;
}

.c-support-counter button.m-supported,
.c-support-counter button:hover {
  color: #0052cc !important;
}

.c-dropdown__listitem:hover {
  background-color: #00398f;
}

.c-support-counter button.m-supported i.icon,
.c-support-counter button:hover i.icon,
.c-support-counter button.no-touch:hover i.icon {
  color: #c1d4ff !important;
}

.text-gray-500 {
  color: #d9faff;
}

.text-header {
  color: white;
}

.c-header__nav-link.c-header__nav-link--active {
  color: #c1d4ff !important;
}

#c-header .c-header__nav-link:hover {
  color: #c5e9fb;
}

.c-username.m-staff {
  color: #142b5f;
}

.c-avatar.m-staff {
  border-color: #142b5f;
}

.c-dropdown__list {
  background-color: #3080ea;
}
.c-idea-list .c-list-item .c-list-item-title:hover {
  color: #142b5f;
}

.c-menu { 
  background-color: #0043a8;
}

.c-menu .text-title {
  color: #d9faff; 
}

.c-button--primary {
  background-color: #0052cc;
}

.p-home__posts-col a {
   color: #075985;
}