{# STYLES IN GLOBAL CSS #}
.kc-header {
  margin-left:50px;
}
a.student-org-management {
  margin-top:7%;
}
a.guided-pathways {
  margin-top:6%;
}
a.cct {
  margin-top:6%;
}

.header__btn-group {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 16px;
}

.header__btn-group--mobile {
  display: none;
  flex-direction: column;
  margin-top: 24px;
}

.header__btn-group a {
  line-height: 1;
  margin: 0;
}

.header__container {
  position: relative;
}

#mobile-trigger {
  right: 0;
  top: 10px;
}

@media (max-width: 1023px) {
  .header__btn-group--mobile {
    display: flex;
  }

  .header__btn-group a {
    font-size: 15px;
    color: #eb3b2c;
  }
  
}
