h2, .h2, h3,.h3, h4, .h4, h5, .h5, .display-6 {
 font-family: 'Lato';
}
nav.breadcrumbs {
    display: none;
}
.dashboard-entry {
      border-bottom: 1px solid #ddd;
      padding: 1.3rem 0;
    }
.dashboard-entry h4 {
    font-weight: 600;
}
    .dashboard-entry:last-child {
      border-bottom: none;
    }
    .status-text {
      font-weight: 700;
      display: flex;
      align-items: center;
      gap: 0.4rem;
    }
    .status-not-started { color: #f83839; }
    .status-on-track { color: #127759; }
    .status-completed { color: #145da0; }
    .status-delayed { color: #f6c324; }

    .org-uaa { background: #00855f; font-size: 0.8rem;}
    .org-uaf { background: #1e5c8d; font-size: 0.8rem; }
    .org-uas { background: #059ac7; font-size: 0.8rem;}
    .org-so { background: #113b5e; font-size: 0.8rem; }

    .impact {
      text-transform: uppercase;
      font-size: 0.9rem;
      letter-spacing: 0.4px;
      color: #2d2d2d;
	  font-weight: 600;
    }
.dashboard-entry ul {
    padding-left: 0;
}

.dashboard-entry li {
    list-style: square;
    padding: 0.3rem 0;
    margin-left: 2rem;
}
	
.colorboxes-container {
    display: none;
}
.navbar-nav {
    margin-left: 0 !important;
}

