body {
  overflow-y: auto; }

.custom-header-dark {
  background-color: #024c45;
  color: #fff; }

.custom-buttom {
  background-color: #b5b895; }

.custom-link {
  color: #ee7700; }
  .custom-link:hover {
    color: #fff;
    background-color: #ee7700; }

.custom-page-link {
  position: relative;
  display: block;
  color: #656d77;
  background-color: transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .custom-page-link:hover {
    text-decoration: none; }

.custom-collapse:not(.show) {
  display: none; }

.validation-summary-errors > ul {
  margin: 0;
  padding-left: 1em; }
  .validation-summary-errors > ul > li::before {
    display: inline-block;
    content: "-";
    width: 1em;
    margin-left: -1em;
    font-weight: bold; }

.validation-summary-errors > ul > li {
  list-style-type: none; }

.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; }
