.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; }
.brand-block {
    display: inline-block;
}
.brand-image {
    margin-left: 10px;
}
.validation-summary {
    margin: 0;
}
.margin-above {
    margin-top: 10px;
}
.spacer {
    height: 5px;
}
.custom-background-container {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.fill-height {
    height: 100%;
}
.fill-width {
    width: 100%;
}
.flex {
    display:flex;
    flex-wrap: nowrap;
}
.font-bold {
    font-weight:bold;
}