#header .MenuSwitchAccountWrap .dropdown-menu .dropdown-item.btn.btn-primary {
  background: #ffffff;
  color: #000000;
}
#header .MenuSwitchAccountWrap .dropdown-menu .dropdown-item.btn.btn-primary:hover {
  background: #C62A30;
  color: #ffffff;
}
#header.header-session .nav-session {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
}
#header.header-session .nav-session ul {
  flex-grow: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
}
#header.header-session .nav-session ul a {
  text-transform: uppercase;
  padding: 1em 0.25em;
  margin: 0;
  color: #000000;
}
#header.header-session .nav-session ul a:hover {
  color: #C62A30;
}
#header.header-session .dropdown-menu {
  border: 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
#header.header-session .dropdown-menu .dropdown-item:hover,
#header.header-session .dropdown-menu .dropdown-item:focus {
  background: #C62A30;
  color: #ffffff;
}
nav.tabs li a {
  color: #000000;
  background: #cccccc;
}
nav.tabs li a:hover {
  background: #C62A30;
}
#footer .site-footer-bottom nav ul {
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  #footer .site-footer-bottom nav ul {
    text-align: center;
    justify-content: center;
  }
}
