a.text-white,
.text-white {
  color: var(--color-white) !important;
}

a.text-white:hover {
  text-decoration: underline !important;
}

header button,
header a {
  color: inherit !important;
  font-size: 20px !important;
  font-family: "Titillium Web", sans-serif !important;
}

body > div.bg-brand-secondary a {
  font-family: "Titillium Web", sans-serif !important;
  line-height: 24px;
}

a.text-brand-primary {
  color: #31A392 !important;
}

a.text-brand-primary:hover {
  background-color: #31A392 !important;
  color: #fff !important;
}

footer nav a,
footer nav {
  font-size: 16px !important;
  font-family: "Titillium Web", sans-serif !important;
}

footer a.bg-brand-primary {
  background-color: #31A392 !important;
  font-size: 20px !important;
}

.border-brand-primary-light {
  border-color: #31A392;
}

.grid {
  display: grid !important;
}

@media (min-width: 64rem) {
  .lg\:justify-end {
    justify-content: flex-end !important;
  }
}

@media (min-width: 1024px) {
    .lg\:text-left {
        text-align: left !important;
    }
}

.bg-brand-primary {
  background-color: #31A392;
}

#pillars .pbtns {
  background-color: #202a44;
}

.entry-categories h4 {
  margin-bottom: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: 0;
  background: #000;
  color: #fff;
  padding: 8px 16px;
  z-index: 1000;
  text-decoration: none;
}

.skip-link:focus {
  top: 0;
}