/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 12 September 2025 19:00:18
*/


.header-images {
  display: flex;
  gap: 3px;
  padding: 10px 10px 10px 10px;
  width: 100%;
  box-sizing: border-box;
  align-items: end;
  position: relative;
  font-family: TheSerifB;
}
.label {
  font-size: 18px;
  color: black;
}
.label:hover {
  text-decoration: underline;
  color: black;
}
.step-link {
  display: flex;
  width: 100%;
  height: 40px;
  text-decoration: none;
  color: black;
  background: #DBECF3;
  align-items: center;
  justify-content: center;
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%, 5% 50%);
}
.step-link.active {
  background: #009fe3;
}
.step-link.active-fei {
  background: #F37021;
}
.pathway-benefits-fei {
  padding: 10px;
}
.step-link.student-arrow {
  clip-path: polygon(0% 0%, 95% 0%, 100% 50%, 95% 100%, 0% 100%);
}
.step-wrapper {
  flex: 1 1 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: fit-content;
  overflow: visible;
}
.floating-icon {
  margin-bottom: 5px;
}
.header-images .student, .header-images .label-top, .header-images .label-bottom, .header-images .label-bottom-fei {
  display: none;
}
.benefits-section {
  background: #F0F0F0;
}
.benefits-section .benefits-title {
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
.benefits-section .header-image {
  width: 100%;
}
.benefits-section .row {
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  align-items: flex-start;
  align-self: stretch;
}
.benefits-section .pathway-benefits h3 {
  color: white;
}
.benefits-section .locked .pathway-benefits h3 {
  background: linear-gradient(90deg, #231F58 0%, #1B3D79 75.48%, #00A0E4 100%);
}
.benefits-section .locked .benefits-body .fa-check {
  color: #92C848;
  opacity: 1;
}
.benefits-section .unlocked .pathway-benefits h3 {
  background: linear-gradient(90deg, #00A0E4 0%, #06A2E5 51.44%, #E6F7FD 100%);
}
.benefits-section .unlocked .benefits-body .fa-plus {
  color: #404040;
  opacity: 0.5;
}
.benefits-section .pathway-benefits-fei h3 {
  background: linear-gradient(90deg, #F37021 0%, #F37021 53.85%, #F99C65 83.17%, #74489D 100%);
  padding: 10px;
}
.benefits-section .benefits-section .header-image {
  padding: 10px;
}
.benefits-section .pathway-benefits h3 {
  margin: 0;
  padding: 10px;
}
.benefits-section ul {
  list-style: none !important;
  color: black;
  padding: 0;
}
.benefits-section ul li {
  list-style: none !important;
  color: black;
  margin-bottom: 5px;
  background: #F0F8FF;
  padding: 10px;
}
@media (max-width: 575px) {
  .hide-on-mobile {
    display: none;
  }
  .header-images .student, .header-images .label-top, .header-images .label-bottom, .header-images .label-bottom-fei {
    display: flex;
    position: absolute;
    font-size: 14px;
  }
}
