ul.ui-autocomplete > li {
  font-family: "acumin-pro", Helvetica, Arial, sans-serif;
}

.ui-autocomplete-category {
  font-weight: bold;
  padding: .2em .4em;
  margin: .8em 0 .2em;
  line-height: 1.5;
}

ol.breadcrumb {
  background-color:unset;
}

.invalid-feedback {
  display: unset;
}

div.row.intro {
  padding-left: 10px;
  padding-right: 30px;
}

div#department-expenditure-chart.col-lg-6 {
  text-align: right;
  background-color: grey;
  height: 225px;
  width: 470px;
  padding-right: 30px;
}

div[id*="chart"] {
  width: 100%;
  height: 100%;
}

.breadcrumb, .lead, .navbar, .navbar-brand, .modal {
  font-family: "halyard-text", "Arial Narrow", Helvetica, sans-serif;
}

header {
  background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.9),
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.4) 25%,
      rgba(0, 0, 0, 0.6),
      rgba(0, 0, 0, 0.9)
    ),
    url("../img/state-capitol.800d3346d870.jpg");
  background-size: cover;
  background-position: 50% 35%;
  background-repeat: no-repeat;
  display: flex;
  flex-flow: column;
}

.navbar .nav-link {
  font-weight: 500;
}

.navbar-brand {
  text-transform: uppercase;
  font-weight: bold;
}

.navbar-brand #navbar-series {
  line-height: 80%;
}

.navbar-brand #navbar-title {
  font-size: 1.75rem;
  vertical-align: 15%;
  text-transform: none;
}

.collapse.show, .collapsing {
  background-color: #486DAB;
  position: absolute;
  z-index: 1;
}

.header__logo-image {
  height: 6rem;
  -webkit-filter: none; /* unapplied in base styles */
  vertical-align: unset;
  padding-top: 5px; /* offset top padding for proper alignment */
}

.badge, small, div#intro-text, .btn, .list-group, tspan {
  font-family: "halyard-text", Helvetica, Arial, sans-serif;
}

div#intro-text {
  font-size: 1.2em;
  letter-spacing: -0.01em;
}

.header__site-slogan {
  color: #fff;
}

.btn-primary:hover {
  color: #fff200;
  background-color: #003a63;
  border-color: #003a63;
}

.btn-link:hover, .btn-link:focus {
  background-color: unset;
  color: #003a63;
  text-decoration: none;
}

.search-results > .table {
  margin: -1px;
  font-size: unset;
}

li.list-group-item {
  margin: unset;
  margin-top: -1px;
}

.search-result {
  font-weight: 700;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.viewport-lg {
  position: absolute;
}

.vertical-divider {
  background-color: #fff;
  width: 2px;
  overflow: hidden;
  height: 2rem;
}

.datamade-logo {
  -webkit-filter: grayscale(100%) brightness(175%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%) brightness(175%);
  height: 20px;
}

.bga-blue-filter {
  /* Hacky filter from https://codepen.io/sosuke/pen/Pjoqqp */
  -webkit-filter: brightness(0) saturate(100%) invert(14%) sepia(84%) saturate(1900%) hue-rotate(185deg) brightness(92%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(14%) sepia(84%) saturate(1900%) hue-rotate(185deg) brightness(92%) contrast(102%);
}

footer, footer a, footer h4, .header-bottom p {
  color: #fff!important;
}

.text-smaller {
  font-size: 85%;
}

@media screen and (max-width: 576px) {
  .card {
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0;
  }

  .header__logo-image, .footer__logo-image {
    height: 25px;
  }

  .vertical-divider {
    height: unset;
  }

  .navbar-brand #navbar-title {
    font-size: 1.3rem;
    vertical-align: 10%;
    text-transform: none;
  }

  .navbar-toggler {
    font-size: .75rem;
  }
}

.va-container > * {
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 2rem;
  }

  p.lead {
    font-size: 1.3rem;
  }
}

.breadcrumb-item {
  margin: .25rem 0;
  line-height: 1.1;
}

.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}

.navbar-brand {
  margin-right: unset;
}

h5 {
  letter-spacing: unset;
}

.chart-subtitle {
  text-transform: uppercase;
  font-weight: 300;
}

#benefit-distribution-chart {
  min-height: 350px;
}

header hr {
  color: white;
  border-top: 1px solid rgb(255 255 255 / 50%);
  margin: 0;
}

.support-btn:hover, .btn-newsletter:hover {
  filter: brightness(85%);
  transition: filter 150ms ease-in-out;
}

.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 25px;
    margin-right: 25px;
}

.header-bottom {
  width: fit-content;
  margin: auto;
}

.support-btn, .btn-newsletter {
  display: inline-block;
  height: 56px;
  text-align: center;
  line-height: 56px;
}

.fill-btn {
  background-color: #FAC346;
  font-family: "halyard-display", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: black;
  letter-spacing: 2px;
}

.bg-blue {
  background-color: #003282;
}

.transparent-btn { /* not used as of yet, intended for buttons on light bg's */
  border: 2px solid #FAC346;
  font-family: "halyard-display", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: black;
  letter-spacing: 2px;
}

#donate-header {
  width: 141px;
}

.btn-newsletter {
  background-color: #003282;
  font-family: "halyard-display", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: white;
  width: fit-content;
  letter-spacing: 2px;
}

.header-bottom h1 {
  font-family: "ivypresto-display", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: white;
}

.display-sans-serif, .page-link {
  font-family: "halyard-display", Helvetica, Arial, sans-serif;
}

.alert-primary a {
  background-color: #FAC346;
  font-family: "halyard-display", Helvetica, Arial, sans-serif;
  font-weight: 600;
  color: black;
  letter-spacing: 2px;
  border: none;
  border-radius: 0;
}

.dropdown-button {
  background-color: white;
  color: gray;
  border-radius: 0px;
  border-color: #C7CCCD;
}

footer {
  background-color: #003282 !important;
  background-image: url("../img/background-footer-btm-crop.c7a1fe7e7006.png");
  background-size: auto 115%;
  background-position: 107% bottom;
  background-repeat: no-repeat;
  font-family: "halyard-text", Helvetica, Arial, sans-serif;
}

.footer-top + hr {
  margin-left: -15px;
  margin-right:  -15px;
  margin-top: 25px;
}

.footer-middle, .footer-middle ul, .footer-bottom {
  display: flex;
  flex-direction: row;
}

.footer-middle {
  justify-content: space-between;
  align-items: baseline;
}

.footer__logo-image {
  height: 4.5rem;
  vertical-align: unset;
}

.footer-middle li {
  padding-right:  10px;
  margin: 0;
}

footer hr {
  margin: 0;
  border-top: 1px solid rgb(0 0 0 / 15%);
}

.footer-bottom {
  justify-content: space-between;
  font-size: 12px;
}

.footer-bottom div > * {
  padding-right: 10px;
}
.footer-paragraph {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

footer .support-btn {
  line-height: 50px;
  width: 200px;
}
footer .transparent-btn {
  border-color: rgb(255 255 255 / 80%);
  margin-right: 10px;
}

footer .fill-btn {
  border: 2px solid transparent; /* keeps the two buttons at the same height */
  color: black !important;
}

@media (max-width: 605px) {
  footer {
    background-size: 120% auto;
    background-position: 0 bottom;
  }
}

@media (max-width: 768px) {
  .header-buttons {
    display: none;
  }

  .header-bottom {
    margin-left: 25px;
    margin-right: 25px;
  }

  footer .transparent-btn {
    margin-right: 0;
  }

  .footer-middle {
    flex-direction: column;
  }

  .footer-middle .navbar-brand{
    margin: auto;
  }

  .footer-nav {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}