/* scss/settings/_breakpoints.scss */ /* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
.m_portalMenu > ul > li > a {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3532608696rem + 0.0065217391 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .m_portalMenu > ul > li > a {
    font-size: 1.875rem;
  }
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.frame {
  margin-bottom: 6.25rem;
}

.seoText {
  margin-top: 6.25rem;
}

.frame-space-after-none {
  margin-bottom: 0;
}

.frame-space-after-small {
  margin-bottom: 3.125rem;
}

.frame-space-after-medium {
  margin-bottom: 6.25rem;
}

.frame-space-after-large {
  margin-bottom: 9.375rem;
}

body {
  scroll-behavior: smooth;
}

.no-transitions,
.no-transitions * {
  transition: none !important;
  animation: none !important;
}

/* scss/utilities/_functions.scss */
/*
    .cssClass {
        font-size: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(20), rem-calc(50));
        margin-bottom: fluid-type(rem-calc(360), rem-calc(1280), rem-calc(10), rem-calc(20));
    }

*/
/* scss/utilities/_mixins.scss */ /* xsmall = 10 (1 - 11)
small = 13 - (12-14)
default = 16 (15-18)
medium = 20 (18-26)
large = 32 (26-36)
xlarge = 40 (36 <) */
/* ---------- headers ---------- */
.m_portalMenu > ul > li > a {
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.3532608696rem + 0.0065217391 * 100vw, 1.875rem);
  font-weight: 300;
  line-height: 1.1;
}
@media only screen and (min-width: 1200px) {
  .m_portalMenu > ul > li > a {
    font-size: 1.875rem;
  }
}

/* ---------- medium fonts: 20 (18-26) ---------- */
/* ---------- default fonts: 16 (15-18) ---------- */
/* ---------- small fonts: 13 - (12-14) ---------- */
/* ---------- xsmall fonts: 10 (1 - 11) ---------- */
/* ---------- button fonts ---------- */
.m_portalMenu {
  margin-top: -6.25rem;
  padding: 5.9375rem 0;
}
.m_portalMenu > ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-template-rows: repeat(2, auto);
  gap: 2rem;
  padding: 0;
}
@media only screen and (min-width: 1200px) {
  .m_portalMenu > ul {
    grid-template-columns: repeat(6, 1fr);
  }
}
.m_portalMenu > ul > li {
  grid-row: span 2;
  display: grid;
  grid-template-rows: subgrid;
  row-gap: 0.5rem;
  position: relative;
}
.m_portalMenu > ul > li::marker {
  content: normal;
}
.m_portalMenu > ul > li:before {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1px;
  height: 100%;
  border: 0.5px solid #E7E5E5;
}
.m_portalMenu > ul > li > a {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 400;
  text-transform: uppercase;
}
.m_portalMenu > ul > li.m_portalMenu__fixed {
  display: block;
  grid-column-end: -1;
  grid-row: 1/span 2;
}
.m_portalMenu > ul > li.m_portalMenu__fixed:before {
  content: normal;
}
.m_portalMenu ul {
  margin-bottom: 0;
}
.m_portalMenu ul ul li {
  margin-bottom: 0.25rem;
}
.m_portalMenu a {
  position: relative;
  text-decoration: 2px underline #F1EFED;
  text-underline-offset: 0.2em;
  transition: text-decoration 300ms ease;
}
.m_portalMenu a:hover {
  text-decoration-color: #FF0027;
}

/*# sourceMappingURL=nav_portalMenu.css.map */