.class-enrollment {
  font-size: .8rem; }

#body {
  background-color: #A9A9A9; }

.ps-blue {
  background-color: #005b9c !important;
  color: white; }

.ps-blue a {
  text-decoration: none;
  color: white; }

.custom-top-bar {
  padding: 0; }

.custom-menu {
  height: 64px; }

.custom-menu li {
  height: 64px;
  vertical-align: middle; }

.custom-menu li a {
  font-size: 15px; }

.top-bar, .top-bar ul {
  background-color: #005b9c; }

.top-bar li:not(:first-child) a:hover {
  background-color: white;
  color: #005b9c;
  border-radius: 5px;
  max-width: 200px; }

.rounded {
  border-radius: 5px; }

.icon-large {
  font-size: 32px; }

@media (min-width: 1320px) {
  .right-menu-bar {
    position: absolute;
    top: 0px;
    right: 5px; } }

.dashboard {
  font-size: 14px; }

/* Remove the Borders from all tables overwrites Foundation Collapsing borders*/
table {
  border-collapse: initial; }

/*Stipe every other row in the grid*/
.school-stripe:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1; }

/*Indent Rows for Nesting*/
.indent-1 {
  padding-left: 25px; }

.indent-2 {
  padding-left: 50px; }

.bckgrnd-white {
  background-color: white; }

.menu li a {
  font-size: 15px; }
