.courses .grouprow {
  color: #fff;
  border: 1px solid #fff;
  background-color: #666;
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center; }
.courses .graderow {
  color: #f2f2f2;
  border: 1px solid #fff;
  background-color: #f2f2f2;
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center; }
  .courses .graderow.numbered {
    color: #4d575f; }
.courses .professional-learning {
  background-color: #7665a0;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 10px;
  border-radius: 0;
  margin: 5px 0;
  height: 44px; }
.courses .professional-learning-button {
  font-size: 12px;
  height: 34px;
  padding-left: 24px;
  padding-right: 24px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 34px;
  border: 1px solid #5b6770;
  box-shadow: inset 0 2px 0 0 rgba(255, 255, 255, 0.73); }
  .courses .professional-learning-button:hover {
    background-color: #fff; }
.courses .mobile-button {
  margin-top: 5px;
  margin-right: 0px; }
.courses .course {
  cursor: pointer; }
.courses .courserow {
  background-color: #00adbc;
  color: #fff;
  border: 1px solid #fff;
  padding: 12px 10px;
  border-radius: 0;
  margin: 5px 0;
  height: 44px; }
  .courses .courserow.announcement {
    font-size: 12px;
    padding: 3px 10px; }
    .courses .courserow.announcement .arrow {
      margin-top: -3px; }
  .courses .courserow .arrow-down {
    font-size: 28px;
    margin-top: 7px;
    margin-right: 12px; }
  .courses .courserow .arrow-up {
    font-size: 28px;
    margin-top: 6px;
    margin-right: 12px;
    display: none; }
.courses .break {
  clear: both; }
.courses .title {
  font-size: 16px;
  font-family: "Gotham 4r", sans-serif;
  pointer-events: none; }
.courses .groupname {
  font-size: 12px;
  display: inline-block;
  white-space: nowrap;
  right: 0;
  color: #cef3f6; }
.courses .subtitle {
  font-size: 10px; }
.courses .description {
  font-size: 12px;
  color: #808080;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0;
  margin-right: 10px; }
  .courses .description a {
    color: #00adbc; }
.courses div {
  box-sizing: border-box; }
.courses.smallresponsive .courserow {
  height: 56px; }

.course a {
  color: #fff;
  font-size: 12px;
  margin-left: 0;
  font-family: "Gotham 4r", sans-serif; }
.course .courseimage {
  float: left;
  width: 240px;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  max-width: 100%; }
.course .left {
  float: left;
  pointer-events: none; }
.course .arrow {
  float: right;
  margin-top: -12px;
  pointer-events: none; }
  .course .arrow i {
    pointer-events: none; }

.arrow_box {
  position: relative;
  background: #eee;
  padding: 10px; }
  .arrow_box::after {
    bottom: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(170, 170, 170, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    margin-left: -10px; }

.detailcontainer {
  clear: both;
  padding: 10px 0 5px 0;
  margin-left: 1px;
  box-sizing: border-box; }
  .detailcontainer .title {
    font-size: 18px;
    font-family: "Gotham 5r", sans-serif; }
  .detailcontainer a {
    font-family: "Gotham 5r", sans-serif; }

.notes {
  text-align: center;
  width: 882px;
  margin-top: 16px; }
  .notes .block {
    float: left;
    width: 33%;
    box-sizing: border-box;
    padding: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 18px; }
  .notes .number {
    display: inline-block;
    background-color: #888;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    float: center;
    margin-bottom: 20px; }

.course-explorer-gray-button {
  background-color: #e7e8ea;
  border-color: #c6cacd;
  color: #5b6770; }

.right a {
  text-decoration: none; }

/*# sourceMappingURL=course-explorer.css.map */
