@import 'https://calstatela.evaluationkit.com/canvas/css';
.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active {
	background-color: #ffce00;
}

.ic-app-header__menu-list-item.ic-app-header__menu-list-item--active .ic-app-header__menu-list-link {
	background-color: transparent;
}

#start_new_course {
	visibility: hidden;
}

/* Canvas course-content utility: offset drop shadow */
.user_content .calstatela-box-shadow,
.calstatela-box-shadow {
  position: relative;
  z-index: 0;
  overflow: visible;
}

/* Creates the offset shadow */
.user_content .calstatela-box-shadow::before,
.calstatela-box-shadow::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background-color: #666666;
  z-index: 0;
}

/* Keeps the actual content above the shadow */
.user_content .calstatela-box-shadow > *,
.calstatela-box-shadow > * {
  position: relative;
  z-index: 1;
}
