/*
  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: 21 September 2025 17:42:32
*/


.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: 16px;
  color: black;
}
a {
  color: black;
}
a: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%);
  color: black;
}
.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;
}
.badges {
  padding-left: 0;
  padding-right: 0;
}
.badges .col-6 img {
  margin: auto;
}
.badges .col-6 p {
  font-size: 12px;
  padding-top: 12px;
  font-style: italic;
  color: #404040;
}
@media (max-width: 575px) {
  .hide-on-mobile {
    display: none;
  }
  .label {
    font-size: 14px;
  }
  .header-images .student, .header-images .label-top, .header-images .label-bottom, .header-images .label-bottom-fei {
    display: flex;
    position: absolute;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .label {
    font-size: 12px;
    color: black;
  }
}
