.top-bar, .top-bar ul {
	background: #6D0000 !important;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
  border-color: silver transparent transparent;
}

a.active {
	color: #fefefe;
}

li.pager__item.is-active {
  background: white
}

li.pager__item.is-active a {
  color: white;
  background: #1779ba;
}

li.pager__item.is-active a:hover {
  color: white;
  background: #14679E
}

.footer-secondary {
	color: silver;
}

a.button.dark-bg {
  border-color: white;
  color: white;
  background: rgba(0, 0, 0, .3)
}

a.button.dark-bg:hover {
  border-color: silver;
  color: white;
  background: rgba(0, 0, 0, .5)
}