.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; }
.unhide {
    background-image: url("/esa_logo.png");
}

.gg-eye {
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 24px;
    height: 18px;
    border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;
    overflow: hidden;
    box-sizing: border-box
}

    .gg-eye::after,
    .gg-eye::before {
        content: "";
        display: block;
        border-radius: 100px;
        position: absolute;
        box-sizing: border-box
    }

    .gg-eye::after {
        top: 2px;
        box-shadow: inset 0 -8px 0 2px, inset 0 0 0 2px;
        width: 24px;
        height: 24px
    }

    .gg-eye::before {
        width: 8px;
        height: 8px;
        border: 2px solid;
        bottom: 4px;
        left: 8px
    }

.eye-button {
    border: 1px solid #ced4da;
    background-color: #fff;
    background-clip: padding-box;
    padding: .375rem .75rem;
    outline: none;
    border-bottom-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

    .eye-button:focus {
        outline: none;
    }