/* Lord Mayor's Charities specific stuff here */

body {
  background-color: #fff !important;
}

.site-header {
  background-color: #493697 !important;
  background-image: url(https://www.birmingham.gov.uk/galaxies_assets/lord-mayor-birmingham/img/brand-logo-white.svg);
  background-repeat: no-repeat;
  background-size: 8%;
  background-position: 1%;
}
.nav--secondary-navigation .list__link {
  color: #000 !important;
}
.card--primary {
  background-color: #493697 !important;
}
.card--yellow {
  background-color: #5b4aa1 !important;
}
.card--primary-dark {
  background-color: #493697 !important;
}
#navigation {
  display: none;
}
#top {
  height: 100px;
}
.site-footer__links {
  display: none;
}

.navigation-widget .grid__cell:nth-child(3n + 1) .card {
  background-color: #493697 !important;
  color: #fff !important;
}

.navigation-widget .grid__cell:nth-child(3n + 2) .card {
  background-color: #5b4aa1 !important;
  color: #fff !important;
}

.navigation-widget .grid__cell:nth-child(3n + 3) .card {
  background-color: #493697 !important;
  color: #fff !important;
}

.boxed--secondary {
  background-color: #493697 !important;
  color: #fff !important;
}

#related-items {
  color: #fff !important;
}

.boxed--secondary .list--navigation .list__link, .sidebar--secondary .sidebar__section .list--navigation .list__link, .search-results .boxed .list--navigation .list__link {
  color: #fff !important;
  text-shadow: none !important;
}

.download__cta {
  background-color: #493697;
  border-bottom: 1px solid #493697 !important;
}

.download__cta:hover {
  background-color: #5b4aa1;
  border-bottom: 1px solid #5b4aa1 !important;
}

.boxed--secondary .list--navigation .list__link:hover {
  text-decoration-color: #000 !important;
}

.list--breadcrumb {
  text-shadow: none !important;
}

.search-toggle {
  background-color: #ffffff !important;
}

.button {
  border-color: #493697 !important;
}

.button:hover {
  background-color: #493697 !important;
}

.carousel-arrow {
  background-color: #493697 !important;
}

.page-content {
  background-color: #fff !important;
}

.card__heading {
  color: #fff !important;
}

.listing--featured {
  background-color: #5B4AA1 !important;
}