/*
  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: 16 June 2026 03:28:30
*/


@charset "UTF-8";
/* ───────────────────────────────
   MOM TABS
   ─────────────────────────────── */
#mom-tabs {
  padding: 0.75rem 0;
  border-bottom: none;
}
#mom-tabs-content {
  padding: 2rem 1rem;
  background-color: #F2F2F2;
  position: relative;
  border-top: 4px solid rgba(0, 160, 228, 0.25);
  margin-top: 1.5rem;
  padding-top: 2rem;
  --arrow-color: rgba(0, 160, 228, 0.25);
  --arrow-position: 50%;
}
#mom-tabs-content::before {
  content: "";
  position: absolute;
  top: -25px;
  left: var(--arrow-position);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  border-bottom: 21px solid var(--arrow-color);
  transition: left 0.25s ease, border-bottom-color 0.25s ease, border-top-color 0.25s ease;
}
/* ───────────────────────────────
   ACTIVE TAB → dynamic arrow + line colours
   ─────────────────────────────── */
#mom-student.active ~ #mom-tabs-content, #mom-student.active + #mom-tabs-content {
  --arrow-color: rgba(0, 160, 228, 0.25);
  border-top-color: rgba(0, 160, 228, 0.25);
}
#mom-amei.active ~ #mom-tabs-content, #mom-amei.active + #mom-tabs-content {
  --arrow-color: rgba(0, 160, 228, 0.50);
  border-top-color: rgba(0, 160, 228, 0.5);
}
#mom-mei.active ~ #mom-tabs-content, #mom-mei.active + #mom-tabs-content {
  --arrow-color: rgba(0, 160, 228, 0.75);
  border-top-color: rgba(0, 160, 228, 0.75);
}
#mom-fei.active ~ #mom-tabs-content, #mom-fei.active + #mom-tabs-content {
  --arrow-color: #00A0E4;
  border-top-color: #00A0E4;
}
/* ───────────────────────────────
   ARROW-SHAPED STEPS (TABS)
   ─────────────────────────────── */
.step-wrapper {
  flex: 1 1 0;
  position: relative;
  display: flex;
  align-items: center;
  height: fit-content;
  overflow: visible;
}
.step-wrapper:hover {
  text-decoration: underline;
}
.step-link {
  display: flex;
  width: 100%;
  height: 6rem;
  text-decoration: none;
  color: black;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
  background: none;
  border: none;
  border-radius: 0;
  background-color: #F2F2F2 !important;
}
.step-link.student-arrow {
  clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);
}
/* ───────────────────────────────
   VERTICAL ARROWS @ ≤767px
   ─────────────────────────────── */
@media (max-width: 767px) {
  :root {
    --step-vertical-arrow-depth: 5px;
  }
  .step-wrapper {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 0.5rem;
  }
  .step-link {
    width: 100%;
    height: 5.25rem;
    clip-path: polygon(0 0, 50% var(--step-vertical-arrow-depth), 100% 0, 100% calc(100% - var(--step-vertical-arrow-depth)), 50% 100%, 0 calc(100% - var(--step-vertical-arrow-depth)));
  }
  .step-link.student-arrow {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - var(--step-vertical-arrow-depth)), 50% 100%, 0 calc(100% - var(--step-vertical-arrow-depth)));
  }
}
/* ───────────────────────────────
   ACTIVE STATE COLOURS
   ─────────────────────────────── */
#mom-student.step-link.active {
  background-color: rgba(0, 160, 228, 0.25) !important;
  color: #000;
}
#mom-amei.step-link.active {
  background-color: rgba(0, 160, 228, 0.5) !important;
  color: #000;
}
#mom-mei.step-link.active {
  background-color: rgba(0, 160, 228, 0.75) !important;
  color: #000;
}
#mom-fei.step-link.active {
  background-color: #00a0e4 !important;
  color: #000;
}
#mom-student.step-link:hover:not(.active) {
  background-color: rgba(0, 160, 228, 0.25) !important;
  color: #000;
}
#mom-amei.step-link:hover:not(.active) {
  background-color: rgba(0, 160, 228, 0.5) !important;
  color: #000;
}
#mom-mei.step-link:hover:not(.active) {
  background-color: rgba(0, 160, 228, 0.75) !important;
  color: #000;
}
#mom-fei.step-link:hover:not(.active) {
  background-color: #00a0e4 !important;
  color: #000;
}
.nav-link.step-link:focus {
  box-shadow: none !important;
}
.nav-tabs .nav-link {
  border-radius: 0;
}
/* ───────────────────────────────
   CARDS
   ─────────────────────────────── */
.card {
  background: #fff !important;
}
.card:hover {
  transform: scale(1.015);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  box-shadow: 0 0.75rem 1.25rem rgba(0, 0, 0, 0.08);
}
.card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  border: none;
  border-radius: 0;
}
.mom-card-header {
  min-height: 10rem;
}
.mom-card-header h6 p {
  margin-bottom: 0;
}
.icon-rotate {
  transform: rotate(-22.5deg);
}
/* ───────────────────────────────
   MONTHLY ENERGY PEOPLE
   ─────────────────────────────── */
@media (min-width: 768px) {
  .row.row-cols-md-2 .mep-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .row.row-cols-xl-4 .mep-card {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.mep-card--layout .mep-img-wrap {
  display: inline-block;
  padding: 1rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
  z-index: 0;
}
.mep-card--layout .mep-img-wrap .card-img-top {
  display: block;
  border-radius: 50%;
  filter: drop-shadow(2rem 2rem 0 #00A0E4);
  position: relative;
  z-index: 1;
}
.mep-card--layout .mep-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #7CCCEE;
  pointer-events: none;
  z-index: 3;
}
.mep-card--layout .mep-img-wrap::after {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 1rem;
  left: 1rem;
  line-height: 1;
  z-index: 4;
  pointer-events: none;
  font-size: clamp(2.25rem, calc(2.4vw + 1.5rem), 3.5rem);
  background: linear-gradient(180deg, #7CCCEE 0%, #00A0E4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .mep-card--layout .mep-img-wrap {
    transform: scale(0.85);
  }
  .mep-card--layout .mep-img-wrap .card-img-top {
    filter: drop-shadow(1.67rem 1.67rem 0 #00A0E4);
  }
  .mep-card--layout .mep-img-wrap::after {
    font-size: clamp(1.93rem, calc(1.80vw + 1.29rem), 2.9rem);
    top: 1.5rem;
    left: 1.5rem;
  }
}
.mep-card--layout .mom-card-header {
  padding-right: 2rem;
  margin: auto;
}
.mep-card--layout {
  display: flex;
  flex-direction: column;
  position: relative;
}
.mep-card--layout .text-end {
  margin-top: auto;
  text-align: right;
}
.mep-label {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00A0E4;
  padding: 0.4rem 0.75rem;
  display: inline-block;
  font-weight: 600;
}
@media (max-width: 767.98px) and (min-width: 575.98px) {
  .mep-card--layout .mep-img-wrap {
    transform: none;
  }
  .mep-card--layout .mep-img-wrap .card-img-top {
    filter: drop-shadow(0.75rem 0.75rem 0 #00A0E4);
  }
  .mep-card--layout .mep-img-wrap::before {
    inset: 0.5rem;
  }
  .mep-card--layout .mep-img-wrap::after {
    top: 0.5rem;
    left: 0.5rem;
    font-size: clamp(2rem, calc(2vw + 1.25rem), 3rem);
  }
  .mep-card--layout {
    display: block;
  }
  .mep-card--layout .text-end {
    margin-top: 0;
    text-align: right;
  }
}
@media (max-width: 767.98px) {
  .mep-card--layout .mom-card-header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
  }
  .mep-card--layout .mom-card-header > .mep-img-wrap {
    order: 0;
  }
  .mep-card--layout .mom-card-header > :not(.mep-img-wrap) {
    order: 0;
  }
  .mep-card--layout .mom-card-header > .col-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .mep-card--layout .mom-card-header > .col-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .mep-img-wrap {
    margin-top: 1.5rem !important;
    margin-right: 0.5rem;
  }
}
@media (max-width: 575.98px) {
  .mep-card--layout .mom-card-header {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .mep-card--layout .mep-img-wrap {
    transform: none;
  }
  .mep-card--layout .mep-img-wrap .card-img-top {
    filter: drop-shadow(0.5rem 0.5rem 0 #00A0E4);
  }
  .mep-card--layout .mep-img-wrap::after {
    top: 0.5rem;
    left: 0.5rem;
    font-size: clamp(2rem, calc(2vw + 1.25rem), 3rem);
  }
  .mep-card--layout {
    display: block;
  }
  .mep-card--layout .text-end {
    margin-top: 0;
    text-align: right;
  }
}
/* ───────────────────────────────
   ETC.
   ─────────────────────────────── */
@media (max-width: 575.98px) {
  h2.header-mom-text {
    font-size: 1.25rem;
  }
}
.mom-flags {
  max-width: 30px;
  height: auto;
  flex-shrink: 0;
  object-fit: contain;
}
.modal-header {
  position: sticky;
  top: 0;
  z-index: 10;
}
