.welcome-page .logo {
  width: 64px;
}

.icon-banner {
  max-height: 56px;
}

.body-container {
  margin-top: 60px;
  padding-bottom: 40px;
}

.welcome-page li {
  list-style: none;
  padding: 4px;
}

.logged-out-page iframe {
  display: none;
  width: 0;
  height: 0;
}

.grants-page .card {
  margin-top: 20px;
  border-bottom: 1px solid lightgray;
}

.grants-page .card .card-title {
  font-size: 120%;
  font-weight: bold;
}

.grants-page .card .card-title img {
  width: 100px;
  height: 100px;
}

.grants-page .card label {
  font-weight: bold;
}

.psfy-navbar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.btn-as-link {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  color: #0d6efd;
  cursor: pointer;
  text-decoration: underline;
  font-size: inherit;
  font-family: inherit;
  vertical-align: baseline;
  line-height: inherit;
}
.btn-as-link:focus,
.btn-as-link:focus-visible {
  outline: none;
  box-shadow: none;
}

/*# sourceMappingURL=site.css.map */
